*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "poppins", sans-serif;
    text-decoration: none!important;
    outline: none;
    scroll-behavior: smooth;
}
body{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

/* nav style start */
.nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 1rem 6.5rem;
    background-color: #222;
    position: fixed;
    z-index: 9999;
}
.nav h2 a{
    color: white!important;
    text-decoration: none!important;
    font-size: 1.7rem;
    transition: all 0.3s ease;
}
.nav h2 a:hover{
    cursor: pointer;
    color: #ff5733!important;
}
#item{
    display: flex;
    justify-content: center;
    align-items: center;
}
#item li{
    list-style: none;
    padding-right: 50px;
}
#item li a{
    text-decoration: none;
    font-size: 1rem;
    font-weight: 900;
    text-transform: uppercase;
    color: white;
    transition: all 0.3s ease;
}
#item li a:hover{
    cursor: pointer;
    color: #ff5733;
}
#item .icon{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#item .icon li{
    color: white;
    padding-right: 30px;
    font-weight: bolder;
}

#bar{
    color: #ff5733;
    font-weight: lighter;
    font-size: 1.5rem;
    display: none;
}
/* nav style end */
/* background image style starts */
.back{
    background-image: url(images/bg.jpg);
    width: 100%;
    height: 100vh;
    background-size: cover;
    z-index: -1;
}

.back .overlay{
    background: #171819;
    width: 100%;
    height: 100%;
    opacity: 0.85;
}
/* text overlay style start */
.mid{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    text-align: center;
}
.mid p{
    color: #7f8c8d;
    font-size: 1.3rem;
    margin-bottom: 1.4rem;
}
.mid h2{
    color: #fff;
    font-size: 3rem;
}
.mid .btn{
    margin-top: 2rem;
}
.mid .btn a{
    text-decoration: none;
    text-transform: uppercase;
}
.mid .btn a.simple{
    color: #fff;
    font-weight: 500;
    padding: 0.9rem 1.6rem;
    transition: all 0.3s ease;
}
.mid .btn a.simple:hover{
    color: #ff5733;
}
.mid .btn a.border{
    color: #ff5733;
    border:  1px solid #ff5733;
    font-weight: 500;
    padding: 0.9rem 1.6rem;
    border-radius: 3px;
    transition: all 0.3s ease;
}
.mid .btn a.border:hover{
    background: white;
    border:  1px solid #fff;
    color: black;
}
/* background image style end */

/* details sty start */
.details{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8rem 15rem;
    background-color: #171819;
}
.details h3,h6,h5{
    color: white;
}
.details .one{
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.details .one h3{
    font-size: 2rem;
    padding-bottom: 1.1rem;
}
.details .one h6{
    font-size: 1.3rem;
    padding-bottom: 1.2rem;
    font-weight: 400;
}
.details .one p{
    color: #666262;
    font-size: 1.2rem;
    padding-bottom: 3rem;
}
.details .one a{
    color: white;
    background: #f13a11;
    padding: 1rem 0; 
    text-transform: uppercase;
    text-align: center;
    transition: all 0.3s ease;
}
.details .one a:hover{
    color: #f13a11;
    background: white;
}
.details .two{
    width: 45%;
    border-left: 1px solid #666262;
    padding-left: 4rem;
}
.details .two h3{
    font-size: 2rem;
}
.details .two h5{
    font-size: 1.1rem;
}
.details .two p{
    color: #666262;
    margin-bottom: 0.8rem;
}
/* details sty ends */

/* about  sty start */
.trainer{
    background: #f9f9f9;
    padding: 8rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.trainer .about{
    width: 39%;
}
.trainer .about h2{
    color: #212529;
    font-size: 2.1rem;
    padding-bottom: 1.8rem;
}
.trainer .about p{
    color: #7f8c8d;
    font-size: 1.1rem;
}
.trainer .people{
    width: 57%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.trainer .people .team1:hover{
    transform: scale(1.04);
    cursor: pointer;
}
.trainer .people .team1{
    width: 45%;
    height: auto;
    background: white;
    box-shadow: 0 0 80px 0px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
}
.trainer .people .team1 .img img{
    width: 100%;
    object-fit: cover;
}
.trainer .people .team1 .name, .trainer .people .team1 .pro{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.trainer .people .team1 .name, .trainer .people .team1 .pro{
    padding: 5px 20px 0 20px;
}
.trainer .people .team1 .name h4{
    color: #212529;
    font-size: 1.1rem;
}
.trainer .people .team1 .pro p{
    color: #212529;
}
.trainer .people .team1 .name a, .trainer .people .team1 .pro a{
    font-size: 1.3rem;
    font-weight: bolder;
    cursor: pointer;
    color: #212529;
}

.trainer .people .team1 .team-details{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 10px;
}
/* about  sty ends */

/*  classes  sty start */
.class{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 7rem 8rem;
}
.class .paragraph{
    font-size: 1.3rem;
    color: #95a5a6;
    padding-bottom: 6px;
    text-align: center;
}
.class .h2{
    font-size: 2.2rem;
    color: #222;
    font-weight: 700;
    padding-bottom: 50px;
    text-align: center;
}
.class .class-menu{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.class .class-menu .team1{
    width: 32%;
    height: auto;
    background: white;
    box-shadow: 0 0 80px 0px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    transition: all 0.4s ease;
}
.class .class-menu .team1:hover{
    transform: scale(1.05)!important;
    box-shadow: 0 0 80px 30px rgba(0, 0, 0, 0.3);
}

.class .class-menu .team1 .img img{
    width: 100%;
    object-fit: cover;
}
.class .class-menu .team1 .team-details{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 10px;
}
.class .class-menu .team1 .team-details .name{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 30px 0 30px;
}
.class .class-menu .team1 .team-details .name .name-details p{
    font-size: 1.1rem;
    color: #212529;
}
.class .class-menu .team1 .team-details .name .name-details h4{
    color: #212529;
    font-size: 1.7rem;
}
.class .class-menu .team1 .team-details .name .name-details p span{
    font-weight: 700;
    font-size: 1.1rem;
}
.class .class-menu .team1 .team-details .name .num h5{
    border-radius: 50%;
    text-align: center;
    font-size: 1rem;
    background-color: #f13a11;
    width: 3.5rem;
    height: 3.5rem;
    line-height: 3.5rem;
    transition: all 0.3s ease;
}
.class .class-menu .team1 .team-details .name .num h5:hover{
    transform: scale(1.04);
    color: #212529;
}
.class .class-menu .team1 .team-details .pro{
    padding: 15px 30px 30px 30px;
}
.class .class-menu .team1 .team-details .pro p{
    font-size: 1.1rem;
    color: #666262;
}
/*  classes  sty ends */

/* contact sty start */
.contact{
    padding: 8rem;
    display: flex;
    justify-content: space-between;
}
.contact .form{
    width: 45%;
}
.contact .form h2{
    font-size: 2rem;
    color: #212529;
    padding-bottom: 10px;
    width: 100%;
}
.contact .form .submit{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.contact .form .submit input, .contact .form .submit textarea{
    width: 100%;
    padding: 15px;
    border: 1px solid #95a595;
    outline: none;
    margin: 13px 0;
}
.contact .form .submit input:focus, .contact .form .submit textarea:focus{
    border: 1px solid #111;
}
.contact .form .submit input::placeholder{
    color: #7f8c8d;
    font-size: 1.1rem;
}
.contact .form .submit textarea::placeholder{
    height: 80%;
    color: #7f8c8d;
    font-size: 1.1rem;
}
.contact .form .submit a{
    width: 100%;
    padding: 15px 0;
    background-color: #111;
    color: white;
    text-align: center;
    font-size: 1.1rem;
    margin: 13px 0;
    transition: all 0.3s ease;
}

.contact .form .submit a:hover{
    transform: scale(1.03);
    background-color: transparent;
    color: #111;
    border: .3px solid rgba(43, 192, 226, 0.575);
}
.contact .map{
    width: 45%;
    border: 1px solid black;
    padding: 20px;
}
.contact .map h2{
    font-size: 2rem;
    color: #212529;
    padding-bottom: 10px;
    width: 100%;

}
.contact .map p{
    font-size: 1.1rem;
    color: #212529;
    padding-bottom: 30px;
    width: 100%;

}
.loc{
    color: red;
    padding-right: 5px;
}
.contact .map iframe{
    width: 100%;
}
/* contact sty ends */

/* footer sty start */
.footer{
    border-top: 1px solid #eccfec;
    padding: 5rem 8rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer p{
    color: #7f8c8d;
    justify-content: flex-start;
}

/* footer sty ends */



@media screen and (max-width: 1145px) {
    .nav{
        padding: 1rem 6.5rem;
    }
    .nav h2 a{
        font-size: 1.4rem;
    }
    #item li{
        padding-right: 30px;
    }
    #item li a{
        font-size: 0.8rem;
    }
    #item .icon li{
        padding-right: 20px;
    }
}


@media screen and (max-width: 991px) {
    .nav{
        padding: 1rem 3.5rem;
    }
    .nav h2 a{
        font-size: 1.6rem;
    }
    #item{
        flex-direction: column;
        text-align: center;
        width: 300px ;
        height: 80vh;
        position: fixed;
        top: 0;
        right: -300px;
        background: rgba(0, 0, 0, 0.8);
        z-index: 100000;
        margin-top: 4.2rem;
        transition: all 0.5s ease;
    }
    #item.active{
        right: 0;
    }
    #item li{
        padding-right: 0px;
        padding: 4px 0;
    }
    #item li a{
        font-size: 1.2rem;
    }
    #item .icon{
        padding-top: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #item .icon li{
        padding: 0 15px 0 15px;
    }
    
    #bar{
        display: initial;
        cursor: pointer;
    }

        
    .mid p{
        font-size: 1.1rem;
        margin-bottom: 1.2rem;
    }
    .mid h2{
        font-size: 2rem;
    }
    .mid .btn{
        margin-top: 1.5rem;
    }
    .mid .btn a{
        font-size: 0.9rem;
    }
    .mid .btn a.simple{
        padding: 0.7rem 1.4rem;
    }
    .mid .btn a.border{
        padding: 0.7rem 1.4rem;
    }



    .details{
        padding: 6rem 7rem;
    }
    .details .one{
        width: 50%;
    }
    .details .one h3{
        font-size: 2rem;
        padding-bottom: 1rem;
    }
    .details .one p{
        font-size: 1rem;
        padding-bottom: 2rem;
    }
    .details .one a{
        font-size: .9rem;
    }
    .details .two{
        padding-left: 3.4rem;
    }
    .details .two h3{
        font-size: 2rem;
    }
    .details .two h5{
        font-size: 1rem;
    }
    .details .two p{
        font-size: 1rem;
        margin-bottom: 0.8rem;
    }




    .trainer{
        padding: 6rem;
    }
    .trainer .about h2{
        font-size: 2rem;
        padding-bottom: 1.4rem;
    }
    .trainer .about p{
        font-size: 1rem;
    }
    .trainer .people .team1{
        width: 48%;
    }
    .trainer .people .team1 .name, .trainer .people .team1 .pro{
        padding: 5px 15px 0 15px;
    }
    .trainer .people .team1 .name h4{
        font-size: 1.1rem;
    }
    .trainer .people .team1 .name a, .trainer .people .team1 .pro a{
        font-size: 1.1rem;
    }



    .class{
        padding: 6rem;
    }
    .class .paragraph{
        font-size: 1.1rem;
        padding-bottom: 4px;
    }
    .class .h2{
        font-size: 2rem;
        padding-bottom: 30px;
    }
    .class .class-menu .team1 .team-details{
        padding-bottom: 7px;
    }
    .class .class-menu .team1 .team-details .name{
        padding: 5px 15px 0 15px;
    }
    .class .class-menu .team1 .team-details .name .name-details p{
        font-size: 1.2rem;
    }
    .class .class-menu .team1 .team-details .name .name-details h4{
        font-size: 1rem;
    }
    .class .class-menu .team1 .team-details .name .name-details p span{
        font-size: 1rem;
    }
    .class .class-menu .team1 .team-details .name .num h5{
        font-size: 0.7rem;
        width: 3.2rem;
        height: 3.2rem;
        line-height: 3.2rem;
    }
    .class .class-menu .team1 .team-details .pro{
        padding: 15px 15px 30px 15px;
    }
    .class .class-menu .team1 .team-details .pro p{
        font-size: 1rem;
    }
    
    
    
    .contact{
        padding: 6rem;
    }
    .contact .form h2{
        padding-bottom: 7px;
    }
    .contact .form .submit input, .contact .form .submit textarea{
        padding: 12px;
        margin: 10px 0;
    }
    .contact .form .submit input::placeholder{
        font-size: 1rem;
    }
    .contact .form .submit textarea::placeholder{
        font-size: 1rem;
    }
    .contact .form .submit a{
        padding: 13px 0;
        font-size: 1rem;
        margin: 10px 0;
    }
    
    .contact .map h2{
        font-size: 2rem;
        padding-bottom: 7px;
    
    }
    .contact .map p{
        font-size: 1rem;
        padding-bottom: 20px;
    }
    .contact .map iframe{
        width: 100%;
    }
    .footer{
        padding: 6rem ;
    }
}

@media screen and (max-width: 674px) {
    .btn{
        display: flex;
        flex-direction: column;
    }
    .details{
        flex-direction: column;
    }
    .details .one{
        width: 90%;
        margin: 10px 0;
    }
    .details .two{
        width: 90%;
        margin: 10px 0;
    }
    
    .trainer{
        flex-direction: column;
    }
    .trainer .about{
        width: 90%;
        margin: 10px 0;
    }
    .trainer .people{
        width: 90%;
        margin: 10px 0;
    }
    
    
    .class .class-menu{
        flex-direction: column;
    }
    .class .class-menu .team1{
        width: 90%;
        margin: 10px 0;
    }
    
    
    
    .contact{
        flex-direction: column;
    }
    .contact .form{
        width: 90%;
    }
    .contact .map{
        width: 90%;
    }
    
    
    .footer p{
        font-size: 10px;
    }
}

@media screen and (max-width: 496px) {
    .mid p{
        font-size: .9rem;
    }
    .mid h2{
        font-size: 2rem;
    }
    .details h3{
        font-size: 1rem!important;
    }
    .details h6{
        font-size: .6rem!important;
    }
    .details h5{
        font-size: .7rem!important;
    }
    .details p{
       font-size: .5rem!important;
    }
    .details .two{
        border-left: none;
    }

    .class .class-menu .team1 p{
        display: none;
    }
    .trainer .about p{
        font-size: 10px;
    }
    .trainer .people{
        display: flex;
        flex-direction: column;
    }
    .trainer .people .team1{
        width: 90%;
        margin: 10px 0;
    }
    .details .one{
        width: 100%;
        padding-left:.2rem;
    }
    .details .two{
        width: 100%;
        padding-left: .2rem;
    }

    .footer p{
        font-size: 5px;
    }
}
