*{
      margin:0;
      padding:0;
      box-sizing:border-box;
    }

    body{
      overflow-x:hidden;
      font-family:'Roboto',sans-serif;
      background:black;
    }

  
.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;
  }

}    
       
/* =========================
   FITNESS SECTION
========================= */

.fitness-section {
  padding: 80px 0;
  background: black;
}

/* CONTAINER */

.fitness-section .container {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}

/* WRAPPER */

.fitness-wrapper {
  max-width: 680px;
  margin: auto;
}

/* =========================
   TITLE
========================= */

.section-title {
  color: #fff;

  font-size: 46px;
  font-weight: 800;

  line-height: 1.2;

  text-transform: uppercase;

  letter-spacing: 1px;

  margin-bottom: 14px;
}

/* LINE */

.title-line {
  width: 100%;
  height: 1px;

  background: rgba(255, 255, 255, 0.2);

  position: relative;

  margin-bottom: 28px;
}

.title-line::before {
  content: '';

  position: absolute;

  left: 0;
  top: -1px;

  width: 35%;
  height: 3px;

  background: #F8DC57;
}

/* =========================
   TEXT
========================= */

.section-text {
  color: #d7d7d7;

  font-size: 17px;

  line-height: 1.9;

  margin-bottom: 32px;

  font-weight: 400;

  max-width: 620px;
}

/* =========================
   FORM GROUP
========================= */

.mb-3 {
  margin-bottom: 22px;
}

/* LABEL */

.form-label {
  color: #fff;

  font-size: 15px;

  margin-bottom: 8px;

  font-weight: 600;

  display: block;
}

/* =========================
   INPUTS
========================= */

.form-control,
.form-select {
  background: transparent;

  border: 1px solid rgba(255, 255, 255, 0.2);

  border-radius: 0;

  color: #fff;

  height: 56px;

  width: 100%;

  padding: 0 18px;

  font-size: 15px;

  box-shadow: none !important;

  outline: none;

  transition: 0.3s ease;
}

/* FOCUS */

.form-control:focus,
.form-select:focus {
  background: transparent;
  color: #fff;

  border-color: #F8DC57;
}

/* PLACEHOLDER */

.form-control::placeholder {
  color: #9c9c9c;
}

/* TEXTAREA */

textarea.form-control {
  height: 130px;

  resize: none;

  padding-top: 16px;
}

/* =========================
   PHONE GROUP
========================= */

.phone-group {
  display: flex;
  gap: 12px;
}

.country-code {
  max-width: 110px;
}

/* SELECT */

.form-select {
  appearance: none;

  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M1.5 5.5l6 6 6-6' stroke='white' stroke-width='2' fill='none'/%3E%3C/svg%3E");

  background-repeat: no-repeat;

  background-position: right 14px center;
}

/* OPTION */

option {
  background: #000;
  color: #fff;
}

/* =========================
   SMALL TEXT
========================= */

.bottom-text {
  color: #bdbdbd;

  font-size: 13px;

  line-height: 1.8;

  margin: 24px 0;
}

/* =========================
   BUTTON
========================= */

.send-btn {
  background: #F8DC57;

  border: none;

  color: #111;

  width: 180px;
  height: 56px;

  font-size: 15px;
  font-weight: 800;

  letter-spacing: 2px;

  text-transform: uppercase;

  transition: 0.3s ease;

  cursor: pointer;
}

/* HOVER */

.send-btn:hover {
  background: #fff;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 768px) {

  .fitness-section {
    padding: 60px 0;
  }

  .fitness-wrapper {
    max-width: 100%;
  }

  .section-title {
    font-size: 36px;
  }

  .section-text {
    font-size: 15px;
  }

  .form-control,
  .form-select {
    height: 52px;
    font-size: 14px;
  }

  textarea.form-control {
    height: 110px;
  }

  .send-btn {
    width: 160px;
    height: 52px;
  }
}

@media (max-width: 480px) {

  .section-title {
    font-size: 28px;
  }

  .section-text {
    font-size: 14px;
    line-height: 1.8;
  }

  .form-label {
    font-size: 14px;
  }

  .form-control,
  .form-select {
    font-size: 14px;
  }

  .bottom-text {
    font-size: 12px;
  }

  .phone-group {
    flex-direction: column;
  }

  .country-code {
    max-width: 100%;
  }

  .send-btn {
    width: 100%;
  }
}
/* =========================
   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;
  }

}