@import url('https://fonts.googleapis.com/css2?family=Anybody:ital,wght@0,100..900;1,100..900&family=Gruppo&family=Heebo:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    font-family: "Poppins", sans-serif;
}
img{
    width: 100%;
}

.container{
    max-width: 1120px;
    margin: 0 auto;
}
header{
    /* width: 100%; */
    height: 4.5rem;
    /* background-color:#fafafa1a; */
    /* position: relative; */
    /* background-color: transparent; */
    top: 0;
    right: 0;
    left: 0;
    transition: transfrom .5s ease-in;
    position: sticky;
    background-color: white;
}
.desktob-menu{
    height: 100%;
    display: flex;
    row-gap: 1rem;
    justify-content:space-between;
    align-items: center;
    padding:0.5rem ;
    /* position: sticky; */
    
}
.menu-links{
    display: flex;
    gap: 4rem;
}
.menu-links a{
    text-decoration: none;
    color: black;
    font-size:0.91rem ;
    font-weight: 500;
}
.menu-links a:hover{
    color:#ed553b;
}
    
.desktob-menu h1{
    font-weight: 800;
    line-height: 5rem;
    font-size: 2rem;
    text-transform: uppercase;
    /* background-color: transparent; */
    /* float: left; */

}
.mobile-logo{
    /* height: 100%; */
    /* width: 100%; */
    /* background-color: blue; */
}
.mobile-logo h1{
    font-weight: 800;
    line-height: 5rem;
    font-size: 1.8rem;
    text-transform: uppercase;
    /* background-color:white; */
 
    /* float: left; */
}
.primary-btn{
    background-color:#ed553b;
    border: none;
    color: white;
    padding: 0.6875rem 1.0625rem;
    font-size: 0.8125rem;
    font-weight: 400;
    line-height: 1.25rem;
    cursor: pointer;
    transition: all .3s ease-in;
}
.hamburger{
    display: none;
}
.mobile-menu{
    display: none;
}
.hero{
    display: flex;
    justify-content: center;
    align-items: center;
}
.contant-hero{
    position: absolute;
    /* top: 0; */
    /* inset: 0 0 0 0; */
    /* bottom: 0; */
    /* top: 100px; */

    text-align: center;
    background-color: #232d39cc;
    width: 100%;
    height: calc(100vh - 4.5rem);
    /* max-width: 100%; */
    /* max-height: calc(100vh - 4.5rem); */
    z-index: -1 ;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    flex-direction: column;

}

.contant-hero h2{
    font-size: 1.25rem;
    font-weight: 800;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing:0.5px;

}
.contant-hero span{
    color: #ffffff;
    font-size: 4rem;
    margin: 30px 0 25px;
    letter-spacing:1px;
    font-weight: 800;
    text-transform: uppercase;
}
.backround-video{
    /* position:absolute; */
    /* right: 0; */
    /* bottom: 0; */
    /* min-width:964px; */
    /* min-height: 685px; */
    /* z-index: -1; */

    width: 100%;
    height: calc(100vh - 4.5rem);
    /* max-width: 100%; */
    /* max-height: calc(100vh - 4.5rem); */
    object-fit: cover;
    z-index: -1;
    position: relative;
    text-align: center;

}
.mobile-logo{
    display: none;
}
.btn {
    background-color: #ed553b;
    border: 0;
    font-size: 1rem;
    padding: 12px 20px;
    color: white;
    text-align: center;
    font-weight: 400;
    text-transform: capitalize;
    cursor: pointer;
    transition: all .3s;
   
    

}
 a{
    text-decoration: none !important;
}
.section2{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.6rem;
    padding: 0 15px;
    margin-block:140px  80px;
}
.choose img{
    width: 45px;
    height: 15px;
    
}
.choose .header2{
    text-align: center;
    font-size:1.6rem;
    font-weight: 700;
    text-transform:uppercase;

}
 .choose p{
    font-size: 0.92rem;
    line-height: 1.5rem;
    color: #7a7a7a;
    font-weight:500;
    
    text-align: center;
    width: 690px;
    /* height: 50px; */
    
  
}
.grid-items{
    display: grid;
    grid-template-columns: 1fr 1fr   ;
    gap: 33px;
}

.grid-item{
    display: flex;
    gap:28px;
    /* padding-block: 10px; */
    
}
.left-icon img{
    width: 100px;
    height:100px;
    margin: 0 0 60px;
    
    
}
.right-side{
    margin: 0 0 60px;
}
.grid-items li{
    list-style: none;
}
    

.right-side h4{
    /* width: 690px; */
    /* height: 22.8; */
    color: #232d39;
    font-size: 19px;
    font-weight: 600;
    flex-direction: column;
    margin: 0 0 4px;
}
.right-side p{
    margin: 0 0 5px;
    color:  #7a7a7a;;
    font-size: 14px;
    line-height: 25px;
}
.section3{
    margin-top: 60px;
    margin-bottom: 60px;
    position: relative;
    width: 100%;
    height: 399.7px;
    background: url("https://templatemo.com/templates/templatemo_548_training_studio/assets/images/cta-bg.jpg") center/cover no-repeat;
}
.section3-contant{
    text-align: center;
    /* display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 30%;
    right: 10%;
    gap: 1rem; */
    color: white;
    padding: 120px 0;
}
.section3-contant h4{
    margin-block: 15px;
    font-size: 2.25rem;
    letter-spacing: 1px;
    font-weight: 800;
    text-transform: uppercase;
}
.section3-contant p{
    margin: 15px 0 25px  ;
    margin-left: 80px;
    
    font-size: 1rem;
    line-height: 25px;
    width: 920px;
    height: 50px;
    text-align: center;
}
.section-heading h4{
    text-align: center;
    font-size: 1.75rem;
    font-weight: 800;
    color: #232d39;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 25px;
}
.section-heading img{
    width: 45px;
    height: 15px;
    margin-inline: 550px 0;
    margin-bottom: 25px;
}
.section-heading p{
    font-size: 14px;
    line-height: 25px;
    font-weight: 400;
    color: #7a7a7a;
    width: 540px;
    height: 50px;
    margin-inline: 300px 0;
    text-align: center;
    margin-bottom: 55px;
}
.grid22{
    display: grid;
    grid-template-columns: 1fr  1fr;
    gap: 0px !important;
    margin-bottom: 50px;
}
.grid2-items{
    display: flex;
    flex-direction: column;
    gap: 25px;
    /* align-items: center; */
    justify-content: center;

}

.grid-element img{
    width: 35px;
    height: 35px;
    /* padding: 5px; */
    position: absolute;
    bottom: 35px;
    left: 25px;
    /* display: flex; */
    /* flex-direction: column; */
    /* justify-content: center; */
    
}
.btn-width{
    width: 350px;
    padding: 25px;
    text-align: center;
    border-radius: 5px;
}
.grid-element{
    background-color: #ffffff;
    display: flex;
    /* flex-direction: column; */
    text-align: center;
    position: relative;
    box-shadow: 0px 0px 15px rgba(0, 0,0, 0.1);
    border-radius: 5px;
    /* width: 60%; */
    width: 350px;
    height: 95px;
    /* padding: 50px; */
    /* text-align: center; */
    /* display: inline; */
}
.right-header h5{
    font-size: 1rem;
    color: #232d39;
    text-align: center;
    /* border: 2px solid #ffffff; */
    padding: 28px 80px ;
  
    /* display: inline-block; */
    border-radius: 10px;
    font-weight: 600;


}
.left-side img {
    width: 700px;
    height: 297.25px;
    border-radius: 5px;
}
.contant-left h5{
    font-size: 23px;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
    margin-top: 30px;
}
.contant-left p{
font-size: 14px;
color: #7a7a7a;
margin-bottom: 30px;
}
.schedual-section{
    height: 1063.5px;
    width: 1519px;
     background :linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.8)),url("https://images.unsplash.com/photo-1693214674451-d6bd02e642d1?w=500&auto=format&fit=crop&q=60&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8MTF8fGd5bSUyMGRhcmt8ZW58MHx8MHx8fDA%3D")center/cover no-repeat;   
     /* background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),url('https://mobirise.com/extensions/retreatm5/outdoor-yoga-classes/assets/images/pexels-min-an-1234035.jpg') bottom/ cover no-repeat;  */
     margin-top: 100px;
}
.heading-control{
    padding-top: 160px;
    color: white;
}
.section-heading-control h4{
    color: white;
}
.days-item li {
    list-style: none;
    padding-left: 350px ;
    
}
.days-item  a{
    color: white; 
    font-size: 1rem;
    padding-left: 4px;
    
}
table{
    width: 950px;
    height: 500.8px;
    margin-top: 39px;
    
}
table,tr,td{
    border: 1px  solid white;
    border-collapse: collapse;
}
/* .free-raw{ */
    /* width: 950px; */
    /* height: 500.8px; */
/* } */
.table-container{
    padding-left: 110px ;
    
}
.heading-style{
    margin-top: 200px;
}
.heading-style img{
    margin-inline: 490px 0;
    margin-bottom: 25px;
}

.last-grid img{
    width: 270px;
    height: 204.83px;
    /* margin-top: 500px; */
    /* margin-bottom: 15px; */

}

.last-flex p{
    font-size: 13px;
    font-weight: 500;
    color: #ed563b;
    display: inline-block;
    margin-top: 25px;
    margin-bottom: 10px;
  
}

.last-flex h4{
    font-size: 19px;
  font-weight: 600;
  color: #232d39;
  letter-spacing: 0.5px;
  margin-bottom: 18px;
}
.last-flex span{
    font-size: 14px;
  line-height: 25px;
  color: #7a7a7a;
  margin-bottom: 20px;
  display: block;
}
.last-flex a{
    list-style: none;
    display: inline-flex!important;
    padding: 5px;
}

.last-flex i{
    line-height: 1.5;
  color: #212529;
  text-align: left;
  font-weight: 400;
  font-size: 15px;
  color: black;

}
.last-flex i:hover{
    color: #ed553b;
}

.last-grid{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
    margin-bottom: 50px;
    /* padding:40px 25px; */
    
}
.last-grid2{
    box-shadow: 2px 3px 8px rgba(0, 0,0, 0.3);
    border: 1px solid white;
    width: 350px;
    height: 524.133px;
    padding: 38px;
    /* margin-top: 50px; */
}
.map-from{
    display: flex;
    width: 100%;
    /* width: 416px; */
    /* height: 1194px; */
    
    /* height: 594px; */
}
.back-from{
width: 50%;
height: 594.75px;
    background: url("https://www.templatemo.com/templates/templatemo_548_training_studio/assets/images/contact-bg.jpg");
    margin-bottom: 0px;
    /* background-color: #ffffff; */

}
.map-from iframe{
    height: 600px;
    width: 50%;
    margin-bottom: 47px;
}
.backround{
    background-color: white;
    width: 599.6px;
    height: 434.75px;
    margin-top: 80px;
    margin-left: 80px;
    border-radius: 8px;
}

.input{
    display: inline;
    /* margin-right: 200000px; */
    /* gap: 20px; */
    width: 244.8px;
    height: 40px;
}
input{
    padding-left: 10px;
      margin-left: 20px;
      width: 244.8px;
      height: 40px;
      font-family:  "Poppins", sans-serif;;
      margin-bottom:25px;
}
.subject input{
    width: 519px;
    height: 40px;
}
textarea {
    resize: none;
    width: 519.6px;
    height: 150px;
    padding: 10px;
    font-size: 13px;
    font-family:  "Poppins", sans-serif;
    margin-left: 20px;
    margin-bottom: 25px;
}
button{
    margin-left: 20px;
}
.contact{
    padding-left: 20px;
    padding-top: 20px;
    appearance: none;
    outline: none;
}

.footer{
    margin-bottom: 40px;
    text-align: center;
    
    
}

@media(max-width:888px){
    .desktob-menu{
        display: none;
    }
    header{
        height: 0;
    }
    img{
        width: 100%;
    }
    .hamburger{
        display:flex;
       justify-content: center;
       align-items: center;
        position: absolute;
        top: 20px;
        right: 5%;
        color: black;
        font-size: 2.4rem;
    }
    .mobile-logo{
        /* background-color: #eee; */
        width: 100%;
        display: block;
        background-color: white !important;
    }
    .mobile-menu{
        display: flex;

        flex-direction: column !important;
        unicode-bidi: isolate;
        transform: translatex(0%);
        transition: transfrom 350ms ease-in-out;
        /* justify-content: center; */
        /* align-items: center; */
        
        
    }
    .mobile-menu[data-visible="false"]{
        display: none;
    }
    .hamburger i[data-visible="true"]{
        display: block;
    }
    .hamburger i[data-visible="false"]{
        display: none;
    }
    .mobile-menu .navigation{
        
        width: 300px;
        height: 50px;
        display: flex;
        flex-direction: column;
        /* align-items: center; */
        /* flex-direction: column !important; */
        padding: 0;
        border-bottom: 1px solid #eee;
        
        
        text-align: center;
    }
  
   .btn-mobile{
    width: 300px;
height: 50px;
   }
    
    
    .navigation  li {
        display: list-item;
        text-align: -webkit-match-parent;
        unicode-bidi: isolate;
        list-style: none;
        padding-block: 0.8rem;
        padding-bottom: 0;
        width: 100%;
        text-align: center;
        border-bottom: 0.09rem solid white;
        
        background-color: #eeeeee;
        
    }

.section2{
    margin-block: 95px 25px;
}
.grid-items{

    grid-template-columns:  1fr   ;
    
}
.section2 p{
    font-size: 0.60rem;
  
    }
    .left-icon img{
      
        margin: 0 0 8px;
        
        
    }
    .right-side{
        margin: 0 0 8px;
    }
    .section2 {
        padding-left: 10px;
    }
    .left-icon{
        padding-left:10px;
    }
    .section2 p{
        width: 100%;
        font-size: rem;
        font-weight: 500;
        /* padding-left: 10px; */
    }
    .section3{
        /* height: 100%; */
        height: 500px;
        margin-block: 20px;
    }
    .section3-contant{
        padding: 50px 0;

        
    }
    .section3-contant h4{
        font-size: 2.5rem;
    }
    .section3-contant p{
        width: 100%;
        font-size: 1rem;
        margin:  0   ;
        margin-left: 0px;
        margin-bottom: 90px;

    }
    .grid22{
        grid-template-columns: 1fr ;
        padding-left: 10px;
}
.grid-element{
    width: 95%;
    padding-inline: 10px;
}
.btn-width{
    width: 95%;
    margin-bottom: 60px;
}
.left-side img {
    width: 379px;
    height: 190px;
}
.section-heading p{
    width: 100%;
    margin-inline: 0px 0;
}
.section-heading img{
    /* width: 45; */
    margin-inline: 0px 0;
    margin-inline: 150px 0;
}

.schedual-section{
    width: 100%;
}
.days-item li {
    
    padding-left: 50px ;

}
.tabe-header h4{
    margin: 0;
    padding: 0;


}
table{
    width: 100%;
    height: 500px;
    margin-top: 39px;

}

.table-container{
    padding-left: 10px ;
}
.last-grid{
    grid-template-columns: 1fr;
    padding-left: 10px;
}
.map-from{
    display: block;
    width: 100%;
    
}
.map-from iframe{
    height: 550.9px;
    width: 390.4px;
    margin-bottom: -85px;
    
}

.back-from{
    width: 390.4px;
    height: 550.9px;
    margin-bottom: 30px;
    margin-top: 0px !important;

}

.backround{
    width: 330.4px;
    height: 490.9px;
    margin-left: 30px;
    /* margin-top:10px; */
    /* margin-top:100px; */


}


.contact{
    padding-left: 10px;
    padding-top:20px;
    
    
  


}

.subject input,.input{
    width:250px;
    height: 44px;
}
textarea {
    resize: none;
    width: 250px;
    height: 150px;
}



}