*{
      margin:0;
      padding:0;
      box-sizing:border-box;
    }

    body{
      overflow-x:hidden;
      font-family:'Roboto',sans-serif;
      background:black;
    }

  /* =========================
   BODY
========================== */


/* =========================
   PAGE BANNER SECTION
========================== */

.page-banner{
  position:relative;
  width:100%;
  height:540px;
  background:url('Assets/banner/197469_68849f9d9b104be68b83a2ab969b60f2~mv2 (1).jpeg');
  background-size:cover;
  background-position:center;
  overflow:hidden;
}

/* OVERLAY */

.page-overlay{
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.68);
}

/* CONTENT */

.page-banner-content{
  position:relative;
  z-index:5;
  margin-top:120px;
}

/* TITLE */

.page-banner-content h1{
  color:#fff;
  font-size:90px;
  font-family:'Anton',sans-serif;
  letter-spacing:2px;
  margin-bottom:18px;
}

/* BREADCRUMB */

.breadcrumb-text{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:12px;
}

.breadcrumb-text a,
.breadcrumb-text span{
  color:#fff;
  text-decoration:none;
  font-size:22px;
  font-weight:700;
}

.breadcrumb-text a:hover{
  color:#F8DC57;
}

/* =========================
   MOBILE RESPONSIVE
========================== */

@media(max-width:991px){

  .page-banner{
    height:420px;
  }

  .page-banner-content{
    margin-top:100px;
    padding:0 15px;
  }

  .page-banner-content h1{
    font-size:48px;
  }

  .breadcrumb-text a,
  .breadcrumb-text span{
    font-size:16px;
  }

}

/* =========================
   STICKY HEADER
========================== */

.sticky-header{
  position:fixed;
  top:0;
  left:0;
  width:100%;
  z-index:9999;
      top: 0px !important;
    backdrop-filter: blur(8px);
}

/* =========================
   TOP BAR
========================== */

.top-bar{
  padding:14px 70px;
  border-bottom:1px solid rgba(255,255,255,.12);
  background:transparent;
}

.top-bar span{
  color:#d9d9d9;
  font-size:14px;
  font-weight:500;
}

/* SOCIAL ICONS */

.social-icons a{
  color:#fff;
  margin-left:20px;
  font-size:16px;
  transition:.3s;
  text-decoration:none;
}

.social-icons a:hover{
  color:#F8DC57;
}

/* =========================
   NAVBAR
========================== */

.custom-navbar{
  padding:22px 70px;
  background:transparent;
  
}

/* LOGO */

.navbar-brand{
  padding:30px 0;
}

.navbar-brand img{
  width:160px;
}

/* NAV LINKS */

.nav-link{
  color:#fff !important;
  font-size:17px;
  font-weight:700;
  margin:0 18px;
  transition:.3s;
  position:relative;
}

.nav-link:hover{
  color:#F8DC57 !important;
}

/* BUTTON */

.member-btn{
  background:#fff;
  color:#111;
  border:none;
  padding:18px 38px;
  font-size:14px;
  font-weight:800;
  transition:.3s;
}

.member-btn:hover{
  background:#F8DC57;
  color:#fff;
}

/* =========================
   DROPDOWN MENU
========================== */

.custom-dropdown{
  position:relative;
}

/* MAIN DROPDOWN */

.custom-dropdown-menu{
  background:#000 !important;
  border:none !important;
  min-width:230px;
  padding:10px 0;
  border-radius:6px;
  margin-top:12px;
  box-shadow:none !important;
  
}

/* DROPDOWN ITEMS */

.custom-dropdown-menu .dropdown-item{
  color:#fff !important;
  font-size:14px;
  font-weight:600;
  padding:9px 18px;
  transition:.3s;
  background:transparent !important;
  line-height:1.3;
}

/* HOVER EFFECT */

.custom-dropdown-menu .dropdown-item:hover{
  color:#F8DC57 !important;
  padding-left:24px;
  background:transparent !important;
}

/* REMOVE BOOTSTRAP WHITE */

.dropdown-menu{
  --bs-dropdown-bg:#000;
  --bs-dropdown-border-color:transparent;
  --bs-dropdown-link-hover-bg:transparent;
}

/* REMOVE DEFAULT ARROW */

.dropdown-toggle::after{
  display:none;
}

/* DESKTOP HOVER */

@media(min-width:992px){

  .custom-dropdown:hover .dropdown-menu{
    display:block;
    margin-top:0;
  }

}

/* =========================
   MOBILE RESPONSIVE
========================== */

@media(max-width:991px){

  /* TOP BAR */

  .top-bar{
    display:none !important;
  }

  /* NAVBAR */

  .custom-navbar{
    padding:15px 20px;
    background:rgba(0,0,0,.95);
    backdrop-filter:blur(10px);
  }

  /* LOGO */

  .navbar-brand{
    padding:0;
  }

  .navbar-brand img{
    width:120px;
  }

  /* TOGGLER */

  .navbar-toggler{
    border:none;
    box-shadow:none !important;
  }

  .navbar-toggler:focus{
    box-shadow:none;
  }

  /* MOBILE MENU */

  .navbar-collapse{
    background:#000;
    padding:25px;
    margin-top:20px;
    border-radius:10px;
  }

  .nav-link{
    margin:14px 0;
  }

  /* MOBILE DROPDOWN */

  .custom-dropdown-menu{
    min-width:100%;
    padding:6px 0;
    background:#111 !important;
    border-radius:8px;
  }

  .custom-dropdown-menu .dropdown-item{
    font-size:13px;
    padding:8px 15px;
  }

  .custom-dropdown-menu .dropdown-item:hover{
    padding-left:22px;
  }

  /* BUTTON */

  .member-btn{
    display:none;
  }

}  

/* =========================
   about SECTION

========================= */
/* =========================
   ABOUT SECTION
========================= */

.about-section{
  position:relative;

  width:100%;

  background:#000;

  padding:70px 0;

  overflow:hidden;
}

/* =========================
   CONTAINER
========================= */

.about-section .container{
  max-width:1100px;
}

/* =========================
   CONTENT
========================= */

.about-content{
  position:relative;

  z-index:2;

  max-width:850px;

  margin:auto;

  color:#fff;
}

/* =========================
   TITLE
========================= */

.about-title{
  font-size:38px;

  font-weight:800;

  letter-spacing:4px;

  margin-bottom:25px;

  text-transform:uppercase;

  line-height:1.2;

  color:#fff;
}

/* =========================
   PARAGRAPH
========================= */

.about-content p{
  font-size:16px;

  line-height:1.9;

  margin-bottom:22px;

  color:#d8d8d8;

  font-weight:400;
}

/* =========================
   HIGHLIGHT
========================= */


/* ITALIC */

.italic-text{
  font-style:italic;

  color:#fff;

  font-size:17px;

  margin-top:15px;
}

/* =========================
   PHILOSOPHY BOX
========================= */

.philosophy-box{
  position:relative;

  z-index:2;

  background:#070707;

  margin-top:50px;

  padding:35px;

  border-left:4px solid #F8DC57;
}

/* TITLE */

.philosophy-title{
  display:inline-block;

  color:#F8DC57;

  font-size:28px;

  font-weight:700;

  letter-spacing:2px;

  margin-bottom:18px;

  text-transform:uppercase;
}

/* =========================
   TABLET
========================= */

@media(max-width:991px){

  .about-section{
    padding:60px 0;
  }

  .about-content{
    max-width:100%;

    padding:0 25px;
  }

  .about-title{
    font-size:30px;

    letter-spacing:3px;
  }

  .about-content p{
    font-size:15px;
  }

  .philosophy-title{
    font-size:24px;
  }

}

/* =========================
   MOBILE
========================= */

@media(max-width:767px){

  .about-section{
    padding:50px 0;
  }

  .about-content{
    padding:0 18px;
  }

  .about-title{
    font-size:24px;

    letter-spacing:2px;

    margin-bottom:20px;
  }

  .about-content p{
    font-size:14px;

    line-height:1.8;

    margin-bottom:18px;
  }

  .italic-text{
    font-size:15px;
  }

  .philosophy-box{
    padding:22px 20px;

    margin-top:35px;
  }

  .philosophy-title{
    font-size:20px;

    margin-bottom:15px;
  }

}

/* =========================
   SMALL MOBILE
========================= */

@media(max-width:480px){

  .about-title{
    font-size:20px;
  }

  .about-content p{
    font-size:13px;

    line-height:1.7;
  }

  .italic-text{
    font-size:14px;
  }

  .philosophy-title{
    font-size:17px;
  }

}

/* =========================
   JOURNEY SECTION

========================= */

.journey-section {
  width: 100%;
  padding: 90px 8%;
  background: black;
  color: #ffffff;
}

.container {
  max-width: 1400px;
  margin: 0 auto;
}

.section-title {
  text-align: center;
  font-size: 48px;
  font-family: 'Anton', sans-serif;
  letter-spacing: 2px;
  margin-bottom: 90px;
  color: #ffffff;
}

.timeline-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  align-items: start;
}

.timeline-item {
  position: relative;
}

.arrow-icon {
  width: 80px;
  height: 50px;
  margin-bottom: 40px;
  clip-path: polygon(0 0, 72% 0, 100% 50%, 72% 100%, 0 100%, 25% 50%);
  background: radial-gradient(circle, #F8DC57 18%, transparent 20%);
  background-size: 10px 10px;
  filter: drop-shadow(0 0 12px rgba(255, 130, 77, 0.35));
}

.timeline-item h3 {
  font-size: 38px;
}



/* =========================
   FEATURE SECTION
========================= */

.feature-section{
  width:100%;
  padding:60px 0;
  background:black;
  position:relative;
  overflow:hidden;
}

.feature-grid{
  width:100%;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  grid-template-rows:300px 300px;
}

/* =========================
   CARD
========================= */

.feature-card{
  position:relative;
  overflow:hidden;
  cursor:pointer;
}

.feature-card img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform 0.5s ease;
}

/* =========================
   SMALL CARD HOVER EFFECT
========================= */

.small-card{
  min-height:300px;
  transition:
  transform 0.45s ease,
  box-shadow 0.45s ease;
}

.small-card::before{
  content:'';
  position:absolute;
  inset:0;
  background:#F8DC57;
  opacity:0;
  transition:0.45s ease;
  z-index:1;
}

.small-card:hover::before{
  opacity:0.88;
}

.small-card:hover{
  transform:translateY(-8px);
}

.small-card:hover img{
  transform:scale(1.08);
}

.large-card:hover img{
  transform:scale(1.04);
}

/* =========================
   GRID SIZES
========================= */

.large-card{
  grid-column:3 / 5;
  grid-row:1 / 3;
}

/* =========================
   OVERLAY
========================= */

.overlay{
  position:absolute;
  inset:0;
  background:rgba(0,0,0,0.45);
  transition:0.4s ease;
}

.feature-card:hover .overlay{
  background:rgba(0,0,0,0.25);
}

.overlay.dark{
  background:rgba(0,0,0,0.18);
}

/* =========================
   CONTENT SMALL
========================= */

.content{
  position:absolute;
  left:28px;
  bottom:26px;
  z-index:5;
  color:#fff;
  max-width:250px;
}

.content h3{
  font-size:16px;
  font-family:'Anton',sans-serif;
  line-height:1.2;
  margin-bottom:10px;
  letter-spacing:0.3px;
}

.content p{
  font-size:12px;
  line-height:1.6;
  color:rgba(255,255,255,0.92);
}

/* =========================
   PLAY BUTTON
========================= */

.play-button{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  width:85px;
  height:85px;
  border-radius:50%;
  background:rgba(255,255,255,0.10);
  border:1px solid rgba(255,255,255,0.15);
  backdrop-filter:blur(10px);
  display:flex;
  align-items:center;
  justify-content:center;
  z-index:10;
  cursor:pointer;
  transition:0.4s ease;
}

.play-button::before{
  content:'';
  width:0;
  height:0;
  border-top:12px solid transparent;
  border-bottom:12px solid transparent;
  border-left:20px solid #fff;
  margin-left:5px;
}

.play-button:hover{
  transform:translate(-50%,-50%) scale(1.08);
  background:rgba(255,255,255,0.18);
}

/* =========================
   SCROLL BUTTON
========================= */

.scroll-top-btn{
  position:absolute;
  right:35px;
  bottom:25px;
  width:54px;
  height:54px;
  border:none;
  border-radius:50%;
  background:#000;
  color:#fff;
  font-size:24px;
  cursor:pointer;
  transition:0.3s ease;
  z-index:10;
}

.scroll-top-btn:hover{
  transform:translateY(-6px);
  background:#111;
}

/* =========================
   RESPONSIVE
========================= */

@media(max-width:1200px){

  .feature-grid{
    grid-template-columns:repeat(2,1fr);
    grid-template-rows:auto;
  }

  .large-card{
    grid-column:span 2;
    grid-row:auto;
    height:450px;
  }

  .small-card{
    height:280px;
  }
}

@media(max-width:768px){

  .feature-grid{
    grid-template-columns:1fr;
  }

  .large-card{
    grid-column:auto;
    height:380px;
  }

  .small-card{
    height:260px;
  }

  .content{
    left:20px;
    bottom:20px;
    max-width:85%;
  }

  .content h3{
    font-size:14px;
  }

  .content p{
    font-size:11px;
    line-height:1.5;
  }

  .play-button{
    width:65px;
    height:65px;
  }

  .play-button::before{
    border-top:9px solid transparent;
    border-bottom:9px solid transparent;
    border-left:15px solid #fff;
  }

  .scroll-top-btn{
    width:46px;
    height:46px;
    right:18px;
    bottom:18px;
    font-size:20px;
  }
}















/* SECTION */

.trainer-section{
    padding:60px 0;
    background:black;
}

/* TITLE */

.section-title{
    text-align:center;
    margin-bottom:45px;
}

.section-title h2{
    color:#fff;
    font-family:'Anton', sans-serif;
    font-size:55px;
    letter-spacing:2px;
}

/* CARD */

.trainer-card{
    overflow:hidden;
}

/* IMAGE */

.trainer-img{
    overflow:hidden;
}

.trainer-img img{
    width:100%;
    height:450px;
    object-fit:cover;
    transition:0.5s;
}

.trainer-card:hover img{
    transform:scale(1.06);
}

/* CONTENT */

.trainer-content{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding-top:18px;
}

.trainer-text h3{
    color:#fff;
    font-family:'Anton', sans-serif;
    font-size:26px;
    margin-bottom:6px;
    transition:0.4s;
}

.trainer-card.active h3{
    color:#F8DC57;
}

.trainer-text p{
    color:#d7d7d7;
    font-size:18px;
    margin:0;
}

/* BUTTON */

.arrow-btn{
    width:55px;
    height:55px;
    border:none;
    background:#111;
    color:#fff;
    font-size:28px;
    font-weight:bold;
    transition:0.4s;
    flex-shrink:0;
}

.arrow-btn:hover{
    background:#F8DC57;
}

/* RESPONSIVE */

@media(max-width:991px){

    .trainer-card{
        margin-bottom:35px;
    }

}

@media(max-width:767px){

    .trainer-img img{
        height:380px;
    }

}

@media(max-width:575px){

    .trainer-img img{
        height:320px;
    }

}


@media(max-width:575px){

    .trainer-section{
        padding:45px 0;
    }

    .section-title h2{
        font-size:36px;
    }

    .trainer-img img{
        height:260px;
    }

    .trainer-text h3{
        font-size:22px;
    }

    .trainer-text p{
        font-size:16px;
    }

    .arrow-btn{
        width:48px;
        height:48px;
        font-size:24px;
    }

}





/* =========================
   TRAINER SECTION
========================= */

.gx-trainer-section {
  padding: 55px 0;
  background: #000;
}

.gx-trainer-container {
  max-width: 1150px;
  margin: auto;
}

/* SMALL TITLE */

.gx-subtitle {
  color: #bda843;

  text-align: center;

  font-size: 13px;
  font-weight: 700;

  margin-bottom: 8px;
}

/* MAIN TITLE */

.gx-main-title {
  color: #fff;

  text-align: center;

  font-size: 44px;
  font-weight: 900;

  margin-bottom: 45px;

  text-transform: uppercase;
}

/* =========================
   CARD
========================= */

.gx-trainer-card {
  background: #000;

  overflow: hidden;

  transition: 0.4s ease;
}

/* IMAGE */

.gx-trainer-image {
  position: relative;
  overflow: hidden;
}

.gx-trainer-image img {
  width: 100%;
  height: 390px;

  object-fit: cover;

  transition: 0.5s ease;
}

/* IMAGE HOVER */

.gx-trainer-card:hover img {
  transform: scale(1.05);
}

/* =========================
   CONTENT
========================= */

.gx-trainer-content {
  padding: 18px 0 0;

  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* TEXT */

.gx-trainer-info h3 {
  color: #fff;

  font-size: 18px;
  font-weight: 900;

  margin-bottom: 5px;

  text-transform: uppercase;
}

/* ACTIVE NAME */

.gx-active h3 {
  color: #F8DC57;
}

.gx-trainer-info p {
  color: #d7d7d7;

  font-size: 13px;
  font-weight: 500;

  margin: 0;
}

/* BUTTON */

.gx-trainer-btn {
  width: 52px;
  height: 52px;

  background: #d8c3a4;

  display: flex;
  align-items: center;
  justify-content: center;

  color: #02031a;

  font-size: 22px;

  text-decoration: none;

  transition: 0.4s ease;
}

.gx-trainer-btn:hover {
  background: #F8DC57;
  color: #fff;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 991px) {
  .gx-main-title {
    font-size: 36px;
  }

  .gx-trainer-image img {
    height: 340px;
  }
}

/* =========================
   MOBILE PORTRAIT CARD
========================= */

@media (max-width: 768px) {
  .gx-trainer-section {
    padding: 40px 0;
  }

  /* ROW GAP */

  .gx-trainer-section .row {
    row-gap: 25px;
  }

  /* CARD */

  .gx-trainer-card {
    max-width: 320px;
    margin: auto;
  }

  /* IMAGE */

  .gx-trainer-image img {
    width: 100%;
    height: 420px; /* PORTRAIT */

    object-fit: cover;
  }

  /* CONTENT */

  .gx-trainer-content {
    padding-top: 15px;
  }

  /* TEXT */

  .gx-trainer-info h3 {
    font-size: 15px;
  }

  .gx-trainer-info p {
    font-size: 11px;
  }

  /* BUTTON */

  .gx-trainer-btn {
    width: 42px;
    height: 42px;

    font-size: 16px;
  }
}

/* EXTRA SMALL */

@media (max-width: 480px) {
  .gx-main-title {
    font-size: 26px;
  }

  .gx-trainer-card {
    max-width: 280px;
  }

  .gx-trainer-image img {
    height: 380px;
  }

  .gx-trainer-info h3 {
    font-size: 14px;
  }

  .gx-trainer-info p {
    font-size: 10px;
  }

  .gx-trainer-btn {
    width: 40px;
    height: 40px;

    font-size: 15px;
  }
}



/* =========================
   STATS SECTION
========================= */

.stats-section{
  width:100%;

  background:black;

  padding:80px 0;
}

/* =========================
   TOP CONTENT
========================= */

.stats-top{
  margin-bottom:60px;
}

/* MINI TITLE */

.stats-mini-title{
  font-size:14px;

  font-weight:700;

  letter-spacing:2px;

  text-transform:uppercase;

  color:#F8DC57;

  margin-bottom:15px;
}

/* MAIN TITLE */

.stats-main-title{
  font-size:58px;

  font-family:'Anton',sans-serif;

  color:#fff;

  margin-bottom:18px;

  text-transform:uppercase;

  line-height:1;
}

/* SUB TITLE */

.stats-sub-title{
  font-size:16px;

  color:#fff;

  font-weight:500;

  letter-spacing:0.3px;
}






/* =========================
   TESTIMONIAL SECTION
========================= */

.testimonial-section{
  width:100%;
  background:black;
  padding:100px 8%;
  overflow:hidden;
}

.testimonial-container{
  max-width:1400px;
  margin:auto;

  display:grid;
  grid-template-columns:1fr 1fr;
  gap:80px;
  align-items:center;
}

/* =========================
   LEFT SIDE
========================= */

.testimonial-left{
  display:flex;
  justify-content:center;
}

.shape-box{
  width:420px;
  height:380px;
  position:relative;

  border-top:2px solid rgba(255,255,255,0.25);
  border-bottom:2px solid rgba(255,255,255,0.25);

  clip-path:polygon(
    18% 0%,
    82% 0%,
    100% 50%,
    88% 100%,
    22% 100%,
    0% 50%
  );
}

/* Quotes */

.quote{
  position:absolute;
  font-size:180px;
  font-family:'Anton',sans-serif;
  color:transparent;
  -webkit-text-stroke:2px rgba(255,255,255,0.25);
  line-height:1;
}

.quote-top{
  top:40px;
  left:20px;
}

.quote-bottom{
  right:10px;
  bottom:-10px;
}

/* Profile */

.profile{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  text-align:center;
}

.profile img{
  width:90px;
  height:90px;
  border-radius:50%;
  object-fit:cover;
  margin-bottom:14px;
  border:3px solid rgba(255,255,255,0.12);
}

.profile h3{
  font-size:26px;
  color:#fff;
  font-family:'Anton',sans-serif;
  margin-bottom:8px;
}

.profile span{
  font-size:15px;
  color:rgba(255,255,255,0.75);
}

/* =========================
   RIGHT SIDE
========================= */

.video-feedback{
  display:flex;
  align-items:center;
  gap:18px;
  margin-bottom:40px;
}

.video-feedback h4{
  font-size:22px;
  color:#fff;
  font-weight:600;
}

/* Play Button */

.play-btn{
  width:72px;
  height:72px;
  border-radius:50%;
  background:#bda843(244,124,67,0.22);
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  transition:0.4s ease;
}

.play-btn::before{
  content:'';
  position:absolute;

  width:0;
  height:0;

  border-top:12px solid transparent;
  border-bottom:12px solid transparent;
  border-left:18px solid #fff;

  margin-left:5px;
}

.play-btn:hover{
  transform:scale(1.08);
  background:#bda843(244,124,67,0.22);
}

/* Paragraph */

.testimonial-right p{
  font-size:18px;
  line-height:1.9;
  color:rgba(255,255,255,0.82);
  max-width:700px;
}

/* =========================
   RESPONSIVE
========================= */

@media(max-width:1100px){

  .testimonial-container{
    grid-template-columns:1fr;
    gap:70px;
  }

  .testimonial-left{
    justify-content:flex-start;
  }
}

@media(max-width:768px){

  .testimonial-section{
    padding:80px 24px;
  }

  .shape-box{
    width:100%;
    max-width:360px;
    height:320px;
  }

  .quote{
    font-size:120px;
  }

  .profile img{
    width:75px;
    height:75px;
  }

  .profile h3{
    font-size:22px;
  }

  .testimonial-right p{
    font-size:15px;
    line-height:1.8;
  }

  .video-feedback h4{
    font-size:18px;
  }

  .play-btn{
    width:60px;
    height:60px;
  }
}


/* =========================
   TESTIMONIAL SECTION
========================= */

.testimonial-section{
  width:100%;
  background:black;
  padding:90px 8%;
  overflow:hidden;
}

.testimonial-container{
  max-width:1300px;
  margin:auto;

  display:grid;
  grid-template-columns:1fr 1fr;
  gap:70px;
  align-items:center;
}

/* =========================
   LEFT SIDE
========================= */

.testimonial-left{
  display:flex;
  justify-content:center;
}

.shape-box{
  width:360px;
  height:320px;
  position:relative;

  border-top:2px solid rgba(255,255,255,0.22);
  border-bottom:2px solid rgba(255,255,255,0.22);

  clip-path:polygon(
    18% 0%,
    82% 0%,
    100% 50%,
    88% 100%,
    22% 100%,
    0% 50%
  );
}

/* =========================
   QUOTES
========================= */

.quote{
  position:absolute;
  font-size:140px;
  font-family:'Anton',sans-serif;
  color:transparent;
  -webkit-text-stroke:2px rgba(255,255,255,0.22);
  line-height:1;
}

.quote-top{
  top:35px;
  left:18px;
}

.quote-bottom{
  right:8px;
  bottom:-8px;
}







/* =========================
   GALLERY SECTION
========================= */

.gallery-section{
  width:100%;
  padding:70px 0;
  background:black;
  overflow:hidden;
}

.gallery-wrapper{
  width:100%;
  overflow:hidden;
}

/* =========================
   TRACK
========================= */

.gallery-track{
  display:flex;
  width:max-content;

  animation:scrollSlider 25s linear infinite;
}

.gallery-wrapper:hover .gallery-track{
  animation-play-state:paused;
}

/* =========================
   ITEM
========================= */

.gallery-item{
  position:relative;
  width:380px;
  height:450px;
  overflow:hidden;
  flex-shrink:0;
}

/* IMAGE */

.gallery-item img{
  width:100%;
  height:100%;
  object-fit:cover;

  transition:0.5s ease;
}

.gallery-item:hover img{
  transform:scale(1.08);
}

/* =========================
   OVERLAY
========================= */

.overlay{
  position:absolute;
  inset:0;

  background:rgba(0,0,0,0.45);

  display:flex;
  align-items:center;
  justify-content:center;

  opacity:0;
  transition:0.4s ease;
}

.gallery-item:hover .overlay{
  opacity:1;
}

/* =========================
   INSTAGRAM ICON
========================= */

.insta-icon{
  width:70px;
  height:70px;

  background:#fff;

  display:flex;
  align-items:center;
  justify-content:center;

  transition:0.4s ease;
}

.insta-icon i{
  font-size:32px;
  color:#F8DC57;
}

.gallery-item:hover .insta-icon{
  transform:scale(1.08);
}

/* =========================
   AUTO SCROLL ANIMATION
========================= */

@keyframes scrollSlider{

  0%{
    transform:translateX(0);
  }

  100%{
    transform:translateX(-50%);
  }
}

/* =========================
   RESPONSIVE
========================= */

@media(max-width:768px){

  .gallery-item{
    width:260px;
    height:320px;
  }

  .insta-icon{
    width:55px;
    height:55px;
  }

  .insta-icon i{
    font-size:24px;
  }
}

/* =========================
       SCROLL BUTTON
    ==========================*/

    .scroll-top{
      position:fixed;
      right:20px;
      bottom:20px;
      width:65px;
      height:65px;
      border-radius:50%;
      background:#000;
      color:#fff;
      display:flex;
      align-items:center;
      justify-content:center;
      text-decoration:none;
      font-size:28px;
      z-index:999;
      transition:0.5s;
    }

    .scroll-top:hover{
      background:#F8DC57;
      color:#fff;
      transform:translateY(-8px);
    }

   
/* =========================
   FOOTER
========================= */

.footer{
  position:relative;

  background:
 rgb(19, 19, 19);
  padding-top:55px;

  overflow:hidden;
}

/* CONTAINER */

.container{
  width:78%;
  max-width:1100px;
  margin:auto;
}

/* =========================
   WRAPPER
========================= */

.footer-wrapper{
  display:grid;
  grid-template-columns:1.2fr .8fr .8fr 1.2fr;

  border:1px solid rgba(255,255,255,0.08);

  position:relative;
}

/* COLUMN */

.footer-col{
  padding:40px 26px;

  border-right:1px solid rgba(255,255,255,0.08);
}

/* REMOVE LAST BORDER */

.footer-col:last-child{
  border-right:none;
}

/* LEFT BORDER */

.contact-col{
  position:relative;
}

.contact-col::before{
  content:"";

  position:absolute;

  left:0;
  top:0;

  width:3px;
  height:100%;

  background:#F8DC57;
}

/* =========================
   TITLE
========================= */

.footer-col h3{
  color:#fff;

  font-family:'Anton',sans-serif;

  font-size:18px;

  margin-bottom:20px;
}

/* =========================
   TEXT
========================= */

.footer-col p{
  color:#fff;

  font-size:13px;

  line-height:1.7;

  margin-bottom:14px;
}

/* ORANGE TEXT */

.footer-col p span{
  color:#F8DC57;
  font-weight:700;
}

/* =========================
   LINKS
========================= */

.footer-col ul{
  list-style:none;
}

.footer-col ul li{
  margin-bottom:14px;
}

.footer-col ul li a{
  color:#fff;

  text-decoration:none;

  font-size:13px;

  transition:0.3s;
}

/* HOVER */

.footer-col ul li a:hover{
  color:#F8DC57;
  padding-left:4px;
}

/* =========================
   LOGO
========================= */

.footer-logo{
  display:flex;
  align-items:center;

  gap:10px;

  margin-bottom:16px;
}

.footer-logo i{
  color:#F8DC57;
  font-size:22px;
}

.footer-logo h2{
  color:#fff;

  font-family:'Anton',sans-serif;

  font-size:24px;
}


/* =========================
   btn
========================= */
.footer-btn{
  display:inline-block;
  padding:10px 22px;
  background:#F8DC57;
  color:#111;
  font-size:13px;
  font-weight:700;
  border:none;
  border-radius:6px;
  text-decoration:none;
  transition:0.3s ease;
}
.footer-btn a{
  color: #000;
  text-decoration: none;
}


/* =========================
   BOTTOM
========================= */

.footer-bottom{
  text-align:center;

  padding:20px 0;

  border:1px solid rgba(255,255,255,0.08);

  border-top:none;
}

.footer-bottom p{
  color:#fff;
  font-size:12px;
}

/* =========================
   RESPONSIVE
========================= */

@media(max-width:991px){

  .footer-wrapper{
    grid-template-columns:1fr 1fr;
  }

  .footer-col:nth-child(2){
    border-right:none;
  }

}

@media(max-width:768px){

  .footer{
    padding-top:40px;
  }

  .container{
    width:90%;
  }

  .footer-wrapper{
    grid-template-columns:1fr;
  }

  .footer-col{
    border-right:none;

    border-bottom:1px solid rgba(255,255,255,0.08);

    padding:30px 20px;
  }

  .footer-col:last-child{
    border-bottom:none;
  }

  .footer-col h3{
    font-size:16px;
  }

  .footer-logo h2{
    font-size:22px;
  }

  .footer-phone span{
    font-size:20px;
  }

}