* {
  padding: 0px;
  margin: 0px;
}


body {
  overflow-x: hidden;
  scroll-behavior: smooth;
  background-color: #181a1e;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Fugaz One", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
}

.top-bar {
  background-color: #000;
  color: #fff;
  font-size: 14px;
  padding: 5px 0;
}

.top-bar i {
  color: #fff;
  margin-right: 5px;
}

.navbar {
  background-color: #ffed00;
}

.navbar-brand {
  font-weight: bold;
  font-style: italic;
  color: #181a1e;
  display: flex;
  align-items: center;
}

.navbar-brand img {
  margin: 0 5px;
}

.navbar-nav .nav-link {
  color: #181a1e !important;
  font-weight: 600;
  font-size: 14px;
  margin-left: 10px;
}

.navbar-nav .nav-link:hover {
  text-decoration: underline;
}

.topContct {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.btnCustom {
  padding: 10px 25px;
  border: 1px solid #fff;
  font-size: 18px;
  outline: none;
  margin-top: 15px;
}

.bnrMain {
  background-image: url('../images/bnrBg.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.bannerText {
  padding: 70px 0px;
  color: #fff;
  height: 100%;
  align-items: center;
  display: flex;
}

.GG-card {
  border: none;
  overflow: hidden;
}

.GG-card img {
  width: 100%;
  height: auto;
  display: block;
}

.GG-card-body {
  background-color: #ffed00;
  text-align: center;
  padding: 20px;
  color: #181a1e;
}

.GG-price {
  font-size: 16px;
  margin-bottom: 5px;
}

.GG-title {
  font-weight: bold;
  font-size: 18px;
  font-style: italic;
  margin-bottom: 5px;
}

.GG-arrow {
  font-size: 20px;
}


.GG-heading {
  text-align: left;
  padding: 50px 0px;

}

.GG-heading h2 {
  color: #ffed00;
  font-size: 40px;
}

.GG-heading p {
  color: #fff;
}
.abtImg{
  display: flex;
    align-items: flex-end;
    height: 100%;
}
.abtImg img {
  width: 100%;
  display: block;
}

.GG-abt {
  width: 100%;
  display: block;
}

.GG-abt p:nth-child(1) {
  font-size: 22px;
  color: #fff;
  font-weight: 400;
}

.GG-abt p:nth-child(2) {
  font-size: 18px;
  color: #fff;
}

.cwz-card {
  border: none;
  text-align: center;
  margin-bottom: 20px;
}

.cwz-img {
  width: 100%;
  height: auto;
}

.cwz-title {
  font-weight: bold;
  font-size: 18px;
  margin-top: 15px;
}

.cwz-desc {
  font-size: 15px;
  margin-top: 5px;
}


.cwz {
  background-image: url('../images/gg1.JPG');
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
  background-attachment: fixed;
}

.cwz::before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
}

.cwz-card {
  background-color: #181a1e;
  height: 95%;
}

.pading {
  padding: 10px 15px;
  color: #fff;
}

.cwz-title h2 {
  color: #ffed00;
  font-size: 18px;
}

.ggc-section {
  background-color: #1b1e25;
  padding: 50px 0;
  color: white;
}

.ggc-icon-box {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  border: 1px solid #fff;
  padding: 15px;
}

.ggc-icon {
  border: 2px solid #ffed00;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #ffed00;
}

.ggc-title {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  color: #ffed00;
}

.ggc-text {
  margin: 0;
  color: #ccc;
}

.mtcustm {
  margin-top: -140px;
}

.ggtrainer {
  background-color: #ffed00;
}

.newclr {
  display: flex;
  align-items: center;
  height: 100%;
}

.newclr h2,
.newclr p {
  color: #181a1e;
}

.ggtrainerPhoto img {
  width: 80%;
}

.ggamnaitiesMain {
  display: flex;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
  justify-content: center;
}

.ggamanitiesDiv img {
  width: 350px;
  display: block;
}

.ggamanitiesDiv {
  display: flex;
  align-items: center;
  background-color: #2a2b30;
}

.ggamanitiesDivtext h2 {
  font-size: 20px;
  color: #ffed00;
}

.ggamanitiesDivtext {
  color: #fff;
  padding: 10px;
}

.calltoActionMain {
  background-color: #ffed00;
  padding: 70px 0px;
  text-align: center;
  margin: 50px 0px;
}

.callToaction h2 {
  font-size: 20px;
}

.GG-abt {
  color: #fff;
}

.GG-abt ul {
  margin: 0px;
  padding: 0px;
  padding-left: 30px;
  margin-bottom: 25px;
}

.mbnew {
  padding-bottom: 15px;
}

.whchose img {
  width: 100%;
}

.ggc-contact-section {
  background-color: #1c1e22;
  padding: 40px 0;
  color: #fff;
}

.ggc-contact-card {
  text-align: center;
  padding: 20px;
}

.ggc-contact-icon {
  font-size: 40px;
  color: #ffed00;
  margin-bottom: 15px;
}

.ggc-contact-title {
  font-weight: bold;
  font-style: italic;
  margin-bottom: 10px;
}

.ggc-hours {
  background-color: #111316;
  border-radius: 5px;
  padding: 20px;
}

.trial-section {
  padding: 40px;
  border-radius: 10px;
  text-align: center;
  width: 100%;
}

.trial-section h2 {
  font-weight: bold;
  color: #ffed00;
  font-style: italic;
}

.trial-section .form-control {
  background-color: transparent;
  border: 2px solid white;
  color: white;
}

.trial-section .form-control::placeholder {
  color: rgba(255, 255, 255, 0.6);
}


@media (max-width: 1367px) {
  .ggamanitiesDiv img {
    width: 300px;
  }

}


@media (max-width: 1025px) {
  .bnrRight img {
    width: 100%;
  }
.ggc-icon-box {
  padding: 10px
}
}


@media (max-width: 992px) {
.bannerText h1{
  font-size: 20px;
}
.mtcustm {
    margin-top: -50px;
}
.GG-heading h2 {
    color: #ffed00;
    font-size: 18px;
}
.GG-abt p:nth-child(1) {
    font-size: 16px;
}
.GG-heading {
    padding: 25px 0px;
}
.GG-abt{
  padding-bottom: 20px;
}
.whchose{
  align-items: center;
}
}

@media (max-width: 700px) {
.ggamanitiesDiv {
    display: block;
    text-align: center;
}
.ggamanitiesDivtext p{
  margin: 0px;
}
    .ggamanitiesDiv img {
        width: 100%;
    }

    .top-bar{
      text-align: center;
    } 
    .topContct {
  
    justify-content: center;
 
}
}