@import url('https://fonts.googleapis.com/css2?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;
    list-style: none;
    text-decoration: none;
    font-family: "Poppins", sans-serif;
}

.hamburger{
    display: none;
}
.container{
    width: min(90%, 1120px);
    margin: auto;
}
header{
    width: 100%;
    background-color: #f7f7f7;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 1000; 
}
.navication{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo h2{
    line-height: 80px;
    color: rgb(255, 255, 255);
    font-size: 2rem;
    font-weight: 800;
    text-transform: uppercase;
    float: left;
    transition: 0.3s;
    cursor: pointer;
}
.logo h2{
color: #232d39;
}
.logo span{
    color: #ed563b;
}
.menu ul{
    display: flex;
}
.menu ul li{
    padding: 1.25rem;
}
.menu ul li a{
    font-size: 13px;
    font-weight: 500;
    color: #232d39;
    line-height: 2.5rem;
    letter-spacing: 1px;
    transition: 0.3s;
}
.menu ul li a:hover{
    color: #ed563b;
}
.menu ul li .btn{
    background-color: #ed563b;
    padding: 0.625rem 0.9375rem;
    color: #fff;
}

.menu ul li .btn:hover{
    background-color: #f77962;
}

/* hero section style  */
.hero {
    width: 100%;
    height: calc(100vh - 80px);
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    overflow: hidden;
}

.background-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -2; 
}

.hero::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5); 
    z-index: -1; 
}
.hero-info h3{
    margin-top: 0px;
    font-size: 1.125rem;
    text-transform: uppercase;
    font-weight: 800;
    color: #fff;
    letter-spacing: 0.5px;
}
.hero-info h2{
    margin: 1.5625rem 0;
    font-size: 5.25rem ;
    text-transform: uppercase;
    font-weight: 800;
    color: #fff;
    letter-spacing: 1px;
}
.btn-design{
    display: inline-block;
    font-size: 0.9375rem;
    padding: 12px 20px;
    background-color: #ed563b;
    color: #fff;
    text-align: center;
    font-weight: 400;
    text-transform: uppercase;
    transition: all .3s;
    border: none;
    cursor: pointer;
}
.btn-design:hover{
    background-color: #f77962;
}
/* About section style  */

.about-info{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 7.5rem;
    gap: 1.25rem;
}

.about-info h2{
    font-size: 1.75rem;
    font-weight: 800;
    color: #232d39;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.about-info p{
    font-size: 0.875rem;
    line-height: 1.5625rem;
    color: #7a7a7a;
    text-align: center;
}

.about-contect{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3.5rem;
    padding: 2rem 0;
    margin-bottom: 7rem;
}
.about-contect .single-car{
    display: flex;
    gap: 1.25rem;
}

.about-contect .single-car img{
    max-width: 6.25rem;
    margin-right: 1rem;
}
.about-contect .single-car .car-content h2{
    margin-bottom: 0.4375rem;
    letter-spacing: 0.25px;
    color: #232d39;
    font-size: 1.1875rem;
    font-weight: 600;
    text-transform: capitalize;
}
.single-car .car-content p{
    font-size: 0.875rem;
    line-height: 1.5625rem;
    color: #7a7a7a;
}

.call-to-action{
    width: 100%;
    text-align: center;
    padding: 7.5rem 0;
    background: url("https://templatemo.com/templates/templatemo_548_training_studio/assets/images/cta-bg.jpg") center / cover no-repeat;
}

.call-to-action h2{
    font-size: 2.25rem;
    text-transform: uppercase;
    font-weight: 800;
    color: #fff;
    letter-spacing: 1px;
}
.call-to-action span{
    color: #ed563b;
}

.call-to-action p{
    font-size: 1rem;
    color: #fff;
    margin: 15px 0px 25px 0px;
    padding: 0 2rem;
}


/* Our-Classes SECTION STYLE  */

.Our-Classes-info{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 7.5rem;
    gap: 1.25rem;
}

.Our-Classes-info h2{
    font-size: 1.75rem;
    font-weight: 800;
    color: #232d39;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.Our-Classes-info p{
    font-size: 0.875rem;
    line-height: 1.5625rem;
    color: #7a7a7a;
    text-align: center;
}

.Our-Classes{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 3.25rem;
    margin: 4.5rem 0;
}
.Our-Classes .left{
    grid-column: 2/-1;
    padding: 1rem 0;
}
.Our-Classes .right{
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding: 1rem 0;
}

.Our-Classes .right a{
    text-transform: capitalize;
    width: 100%;
    padding: 1.875rem;
    display: flex;
    gap: 0.7rem;
    background-color: #fff;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    font-size: 1.1875rem;
    color: #232d39;
    letter-spacing: 0.5px;
    font-weight: 600;
    transition: all 0.3s;
    margin-bottom: 1rem;
    align-items: center;
}
.Our-Classes .right .btn-design{
    margin-top: 0.5rem;
    background-color: #ed563b;
    color: #fff;
    padding: 1.25rem;
}
.Our-Classes .right .btn-design:hover{
    background-color: #f77962;
}
.left img{
    width: 100%;
}
.left h2{
    font-size: 1.4375rem;
    font-weight: 700;
    color: #232d39;
    letter-spacing: 0.5px;
    margin: 1.25rem 0;

}
.left p{
    font-size: 0.875rem;
    color: #7a7a7a;
    margin-bottom: 1.75rem;
}

/* Schedule section style  */

.Schedule{
    width: 100%;
    padding: 9.375rem 0;
    background:url("https://templatemo.com/templates/templatemo_548_training_studio/assets/images/cta-bg.jpg");
}
.Schedule-info{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.25rem;
    text-align: center;
}
.Schedule-info h2{
    font-size: 1.75rem;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.Schedule-info span{
    color: #ed563b;
}

.Schedule-info p{
    font-size: 0.875rem;
    line-height: 1.5625rem;
    color: #fff;
}

.Schedule-info .days{
    padding-top: 3rem;
    padding-bottom: 2rem;
}
.Schedule-info .days .active{
    color: #ed563b;
}

.Schedule-info .days ul {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    color: #fff;
    justify-content: center;
    cursor: pointer;
}

.Schedule-info .days ul li:after {
    content: "/";
    margin-left: 1rem;
    color: #fff;
}
.Schedule-info .days ul li:last-child::after {
    content: "";
}

table , td{
    border: 1px solid;
    height: 100px;
    color: #fff;
    font-size: 0.8125rem;
    text-transform: capitalize;
    font-weight: 500;
    letter-spacing: 0.25px;
}
  
table {
    width: 100%;
    border-collapse: collapse;
}

/* ExpertTraining-info  */
.ExpertTraining-info{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.25rem;
    padding-top: 6.5rem;
    padding-bottom: 2rem;
    text-align: center;

}
.Our-coaches{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 2rem;
    padding: 3rem 0;
}
.Our-coaches .single-coach{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2.5rem;
    background-color: #fff;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    border-radius: 0.5rem;
}

.single-coach img{
    width: 100%;
}
.single-coach h5{
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 1rem;
    color: #ed563b;
    margin-top: 1.5625rem;
    margin-bottom: 0.625rem;
    text-transform: capitalize;
}
.single-coach h2{
    font-size: 1.1875rem;
    font-weight: 600;
    color: #232d39;
    letter-spacing: 0.5px;
    margin-bottom: 1.125rem;
}
.single-coach p{
    font-size: 0.875rem;
    line-height: 1.6525rem;
    color: #7a7a7a;
    margin-bottom: 1rem;
}

.single-coach .social i{
    font-size: 1rem;
    margin-right: 0.5rem;
    color: #232d39;
    cursor: pointer;
}
.single-coach .social i:hover{
    color: #ed563b;
}

/* contact section style  */
.contact-section{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    background-color: #ed563b;
    margin-top: 6rem;
}
.contact-section .contact-form{
    background:url("https://templatemo.com/templates/templatemo_548_training_studio/assets/images/contact-bg.jpg") center /cover no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
}
form{
    padding: 3rem;
    background-color: #fff;
    border-radius: 0.5rem;
}
form input{
    color: #7a7a7a;
    font-size: 0.8125rem;
    border: 1px solid #ddd;
    background-color: #fff;
    width: 100%;
    height: 40px;
    outline: none;
    line-height: 2.5rem;
    padding: 0 10px;
    appearance: none;
    margin-bottom: 1.975rem;
}
form .flex-input{
    display: flex;
    gap: 1.2rem;
}
form textarea{
    width: 100%;
    height: 140px;
    padding: 0.625rem;
    border: 1px solid #ddd;
    outline: none;
    margin-bottom: 1rem;
}

.contact-section .map{
    background-color: aqua;
    height: 70vh;
}
.contact-section .map iframe{
    width: 100%;
    height: 100%;
}

footer{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    background-color: #f7f7f7;
}
footer p{
    color: #232d39;
    font-size: 0.8125rem;
    font-weight: 400;
    line-height: 1.5625rem;
    text-transform: capitalize;
    text-align: center;
}
footer a{
    color: #ed563b;
}
/* laptop screens  */
@media(max-width:1024px){
    .menu ul li{
        padding: 0.25rem;
    }
}

/* Tablet Screens  */
@media (max-width:820px){
    .menu{
        position: fixed;
        top: 80px;
        left: 0;
        width: 100%;
        height: 0;
        overflow: hidden;
        transition: height 0.3s ease-in-out;
        flex-direction: column;
        align-items: center;
        z-index: 1100;
    }
    .menu ul{
        flex-direction: column;
    }

    .menu ul li .btn{
        background-color: #ed563b;
    }
    .menu ul li a{
        font-size: 1rem;
        background-color: #ffffff;
        display: block;
        text-align: center;
        margin: 0 0.5rem;
    }
    .menu ul li a:hover{
        color: #ed563b;
    }
    .menu[data-visible="true"] {
        height: 50vh;
    }
    .hamburger{
        display: block;
        z-index: 1;
    }
    .hamburger i{
        color: #000000;
        font-size: 2rem;
        cursor: pointer;
    }

    .hamburger i[data-visible="true"]{
        display: block;
    }
    .hamburger i[data-visible="false"]{
        display: none;
    }


    .about-contect{
        grid-template-columns: 1fr;
    }
    .single-car img{
        width: 100px;
        height: 100px;
    }
    .Our-Classes{
        grid-template-columns:1fr;
    }
    .Our-Classes .left{
        grid-column: 2/1;
    }
    .Our-coaches{
        grid-template-columns: 1fr 1fr;
    }
    .contact-section{
        grid-template-columns: 1fr;
    }
    form .flex-input{
        flex-direction: column;
    }
    .contact-section .contact-form{
        padding: 1.25rem;
    }
}
/* phone screens  */
@media(max-width:480px){
    .logo h2{
        font-size: 1.5rem;
    }
    .hero-info h2{
        margin: 1.5625rem 0;
        font-size: 3.25rem ;
    }
    .Our-coaches{
        grid-template-columns: 1fr;
    }

}