@import url('https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100..900;1,100..900&family=Exo:ital,wght@0,100..900;1,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Platypi:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100..900;1,100..900&family=Exo:ital,wght@0,100..900;1,100..900&family=Gupter:wght@400;500;700&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Platypi:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100..900;1,100..900&family=Exo:ital,wght@0,100..900;1,100..900&family=Grey+Qo&family=Gupter:wght@400;500;700&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Platypi:ital,wght@0,300..800;1,300..800&family=Teko:wght@300..700&display=swap');
*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
/* color: rgba(91, 101, 77, 1); */
body{
    overflow-x: hidden;
}
.container_fluid{
  max-width: 1140px;
    margin: 0 auto;
    padding: 0px 15px;
}
/* ------------navbar ------------- */
.nav-part{
    padding: 0px 8%;
}
nav{
background-color:rgb(17, 8, 2);
padding: 12px 0px !important;
}
.nav-logo a{
    display:inline-block;
    color: rgba(175, 248, 112, 1);
    font-size: 35px;
    font-family: "Platypi", serif;
    font-weight: 800;
    text-decoration: none;
    transition: 0.5s;
}
.nav-logo a:hover{
color:#ffffff;
text-shadow: 2px 2px 5px rgb(175, 236, 52);
}
.nav-link{
   color: #ffffff !important;
   font-size: 18px;
   padding: 0px 15px !important;
   display:inline-block;
   font-family: "Gupter", serif;
  font-weight: 600;
   transition: 0.8s;
}
.nav-link:hover{
    color: rgba(175, 248, 112, 1) !important;
}
.login-btn{
background-color: rgba(175, 248, 112, 1);
transition: 0.5s;
}
.login-btn:hover{
    background-color: #ffffff;
}
.login-btn a{
    display: inline-block;
    text-decoration: none;
    font-family: "Gupter", serif;
    font-weight: 600;
    font-size: 18px;
    padding: 5px 15px;
    color: #000000;
}
.login-btn a:hover{
    color:#000;
    font-weight: bold;
}
.navbar-toggler-icon i{
    color: #ffffff !important;
   font-size: 30px;
}
.navbar-toggler:focus-visible{
    display: none;
}
/* --------------- */
.banner_img{
    position: relative;
}
.banner-text{
    position: absolute;
    width: 45%;
    left: 7%;
    top: 60px;
}
.banner-text h1{
    font-size: 60px;
    color: rgba(175, 248, 112, 1);
    font-family: "Platypi", serif;
    font-weight: 900;
}
.banner-text h3{
    font-size: 40px;
    font-family: "Platypi", serif;
    color: #ffffff;
    letter-spacing: 1px;
}
.banner-text h3 span{
    font-size: 60px;
    color: rgba(175, 248, 112, 1);
}
.banner-btn{
    background-color: rgba(175, 248, 112, 1);
    display: inline-block;
    margin-top: 30px;
}
.banner-btn a{
    text-decoration: none;
    font-size: 18px;
    font-family: "Platypi", serif;
    font-weight: 900;
    color: #000;
    display: inline-block;
    padding: 10px 22px;
}
.banner_img img{
    width: 100%;
}
/* ------------------about_sec--------------------*/
.heading{
    width: 80%;
    text-align: center;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 40px;
}
.heading h1{
font-size: 40px;
 color: #000;
 font-family: "Platypi", serif;
 font-weight: 900;
 box-shadow: 117px 12px 45px rgb(163, 223, 45);
display: inline-block;
 padding: 8px 12px;
}
.about-title h3{
font-weight: 700;
font-size: 35px;
margin-bottom: 20px !important;
font-family: "Teko", sans-serif;
border: 1px solid rgb(175, 236, 52);
display: inline-block;
padding: 5px 12px 0px;
}
.about-title p{
    font-size: 15px;
    font-family: "Platypi", serif;
    font-weight: normal;
}
.about_img img{
    width: 100%;
    padding: 30px;
}
/* ---------------------our-team--------------------------- */
.team-img{
    overflow: hidden;
}
.team-img img{
    width: 100%;
 min-height: 200px;
 display: block;
    overflow: hidden;
    transition: 0.5s;
}
.team-img img:hover{
    transform: scale(1.2);
}
.team-img_down{
    padding-top: 30px;
}
/* --------------------our_team_2ndpart----------------------- */
.team_card{
    margin-top: 3px;
}
.card_title{
    background-color: #1d1c1c;
 padding: 30px 20px;
 color: #ffffff;
}
.card_title h3{
    font-family: "Teko", sans-serif;
    font-weight: 900; 
    color: rgba(175, 248, 112, 1); 
    font-size: 35px;
}
.card_title p{
    font-size: 12px;
    font-family: "Platypi", serif;
    font-weight: normal; 
}
.btn{
    background-color: rgba(175, 248, 112, 1) !important;
     display: inline-block;
     transition: 0.5s;
  }
  .btn:hover{
      background-color: #ffffff !important;
      box-shadow: 2px 5px 8px rgb(175, 236, 52);
  }
  .btn a{
      text-decoration: none;
      display: inline-block;
      color: #000;
      font-weight: 700;
      font-family: "Platypi", serif;
      padding: 6px 10px ;
  }
/* ---------------------class-sec------------------ */
.up_heading{
    text-align: center;
background-color: rgba(175, 248, 112, 1);
h1{
color: rgb(207, 6, 6);
font-family: "Platypi", serif;
padding: 6px 10px ;
font-weight: 700;
font-size: 28px;
}
}
.background{
background-image: url("../images/gym-weights.webp.jpg");
background-position: center;
background-repeat: no-repeat;
background-size:100% 100%;
}
.class_list{
    width: 40%;
    margin: 0 auto;
    display: flex;
    align-items: center;
 justify-content: space-between;
padding: 50px 0px;
}
.class-days h3{
    font-family: "Platypi", serif;
    font-size: 22px;
    color: #ffffff;
}
.class-days img{
width: 15px;
}
.exercises_name p{
    font-family: "Platypi", serif;
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 0px !important;
    padding-bottom: 7px;
}
/* -----------------memberships-section------------------ */
.card-border{
    box-shadow: 2px 10px 8px black;
    padding: 40px;
    transition: 0.5s;
    border: 1px solid rgb(235, 235, 235);
}
.card-border:hover{
    background-color: rgba(175, 248, 112, 1);
}
.member-card-title img{
 max-width: 70px;
 margin-bottom: 20px;
}
.member-card-title h3{
    font-family: "Platypi", serif;
    font-size: 22px;
    font-weight: bold;
    color: #000000;
}
.member-card-title h6{
    font-family: "Platypi", serif;
    font-size: 20px;
    font-weight: bold;
    color: #000000;   
    padding: 10px 0 20px;
}

.member-card-title p i{
    color: green;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    border: 1px solid rgb(37, 37, 37);
    font-size: 16px;
    font-weight: bold;
    padding: 4px;
}
.member-card-title p{
    font-family: "Platypi", serif;
    font-size: 16px;
    font-weight: bold;
    color: #000000;
}
.member-card-title .btn:hover{
    background-color: #ffffff;
}
.btn{
    margin-top: 20px;
}
/* -----------------contact-part-------------------- */
.contact-sec{
    padding-bottom: 50px;
}
.contact-title{
    background-color: #ffffff;
   box-shadow: 1px -1px 8px gray;
   padding: 41px 40px;
}
.form_part input{
display: block;
width: 100%;
border-bottom: 1px solid gray !important;
padding-bottom: 6px;
margin-bottom: 8px;
}
.form_part textarea{
    display: block;
    width: 100%;
    border-bottom: 1px solid gray !important;
    padding-bottom: 24px;
    margin-bottom: 8px;
    }
    .form_part input::placeholder{
        font-family: "Platypi", serif;
        font-size: 16px;
        color: #524d4d;
    }
    .form_part textarea::placeholder{
        font-family: "Platypi", serif;
        font-size: 16px;
        color: #524d4d;
    }
.contact-heading h3{
    font-family: "Platypi", serif;
    font-size: 22px;
    font-weight: bold;
    color: #000000;
    padding-bottom: 20px;
}
.contact-img img{
    width: 100%;
}
/* -------------------footer--------------------- */
.footer_sec{
    background-color: rgb(12, 12, 12);
    padding: 30px 0;
}
.nav-logo p{
    color: #ffffff;
}
.footer_link{
    padding-left: 35px;
}
.footer_link h3{
    font-size: 30px;
    font-family: "Platypi", serif;
    font-weight: bold;
    color: rgba(175, 248, 112, 1);
    padding: 8px 0;
}
.footer_link p{
    padding-bottom: 5px !important;
    color: #ffffff;
    font-size: 16px;
}
.footer_contact h3{
    font-size: 30px;
font-family: "Platypi", serif;
font-weight: bold;
color: rgba(175, 248, 112, 1);
padding: 8px 0;
}
.footer_contact a{
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
    font-size: 16px;
    padding-bottom: 12px;
    transition: 0.5s;
}
.footer_contact a:hover{
color: rgb(175, 236, 52);
}
.footer_contact i{
    font-size: 24px;
 color: rgb(180, 207, 126);
 transition: 0.5s;
}
.footer_contact i:hover{
    color: #ffffff;
}
.map{
    margin-top: 30px;
}
.map iframe{
    width: 100%;
}
/* ---------------sub_footer--------------------- */
.sub_footer{
    background-color: #1d1c1c;
}
.sub_footer p{
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 0px !important;
    padding: 12px 0;
    font-family: "Platypi", serif;
    font-weight: normal;
}
@media screen and (max-width:1250px){
    .banner-text{
        top: 10px;
        }  
}
@media screen and (max-width:992px){
    .nav-part{
        position: relative;
    }
  .nav-menu{
    position: absolute;
    top: 51px;
    left: 0;
    right: 0;
    z-index: 1;
    background-color:rgb(17, 8, 2);
  }
  .nav-link{
    margin-bottom: 8px;
  }  
    .heading{
        padding-top: 30px;
        padding-bottom: 20px;
        width: 100%;
    }
    .heading h1{
        font-size: 35px;
    }
    .banner-text{
    width: 100%;
    top: 20px;
    left: 0px;
    }
    .banner-text h1{
        font-size: 37px;
    }
    .banner-text h3{
        font-size: 30px;
    }
    .banner-btn{
        margin-top: 10px;
    }
    .banner-btn a{
        font-size: 14px;
        padding: 10px 22px;
    }
    .team-img_down{
        padding-top: 0px;
    } 
.login-btn{
    display: none;
}
.nav-part{
    padding: 0px 2%;
}
.class_list{
   width: 80%;
}
.team-img_down{
    padding-top: 0px
}
.banner_img img{
 min-height: 250px;
}
}
@media screen and (max-width:768px) {
    .banner-text{
        top: 10px;
        }
        .banner-text h1{
            font-size: 32px;
        }
        .banner-text h3{
            font-size: 20px;
        }
        .banner-text h3 span{
            font-size: 30px;
        }
        .banner-btn{
            margin-top: 5px;
        }
        .banner-btn a{
            font-size: 14px;
            padding: 7px 18px;
        }
.about-title h3{
font-size: 28px;
}
.footer_link{
    padding-left: 0px;

}
.footer_sec{
    padding: 10px 0;
}
.about_img img{
    padding: 10px;
}
}

@media screen and (max-width:568px) {
    .heading h1{
        font-size:20px ;
    }
    .about-title h3{
        font-size: 20px;
        }
 .nav-logo a{
    font-size: 24px;
 }  
 .card_title{
 padding: 20px 5px;
}    
.card_title h3{
    font-size: 25px;
} 
.card_title p{
    margin-bottom: 0px !important;
}
.btn a{
    padding: 2px 5px ;
    font-size: 11px;
}
.up_heading h1{
    font-size: 20px;
}
.class_list{
    padding: 20px 0;
}
.class-days h3{
    font-size: 15px;
}
.exercises_name p{
font-size: 14px;
padding-bottom: 4px;
}
}