* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins';
}

html, body{
    overflow-x: hidden;
 
    
}

.nav-menu {
    position: fixed;
    z-index: 1000;
    left: -100%;
    height: 100vh;
    top: 4rem;
    flex-direction: column;
    background-color: #fff;
    width: 100%;
    border-radius: 0 10px 10px 0;
    text-align: center;
    transition: 0.3s;
    box-shadow: 0 10px 27px rgba(0, 0, 0, 0.05);
    padding-top: 2rem;
}

.nav-menu ul{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    list-style: none;
}

header{
    display: flex;
    height: 20px;
    justify-content: center;
    align-items: center;
    padding-top: 50px;
}

/* .flex{
    display: flex;
} */

.space-between{
    display: flex;
    justify-content: space-between;
}

.logo img{
    width: 100px;
}

nav{
    display: flex;
    align-items: center;
}

nav ul{
    display: flex;
    gap: 50px;
    list-style: none;
    align-items: center;
    font-size: 18px;
    
}

.nav-btn{
    color: #fff;
    background-color: #008080;
    padding: 10px 20px;
    border: none;
    border-radius: 10px;
    transition: transform 0.5s ease, background-color 0.5s ease;
}

.nav-btn:hover{
    background-color: #ff7f50;
    transform: scale(1.1);
}

.placement{
    margin-top: -20px;
}
.placement h2{
    margin-bottom: 50px;
}
.placement-partner{
    display: flex;
    justify-content: center;
}

.placement-partner-grid{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 50px;
}

.placement-partner-grid .item{
    display: flex;
    justify-content: center;
    align-items: center;
}

.placement-partner-grid img{
    width: 200px;
}

.placement-partner h2{
    font-size: 40px;
    padding: 50px 0;
    color: #ff7f50;
}

.banner
{
    background-color: #008080;
    height: 440px;
}

.banner-content h1{
    color: #fff;
}

.banner-content{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* padding: 110px 70px; */
}

.banner-content h1{
    
    font-size: 58px;
    color: #fff;
    line-height: 65px;
}

.banner-content h2{
    font-size: 28px;
    margin: 10px 0;
    width: fit-content;
}

.banner-content p{
    font-size: 18px;
    margin-top: 20px;
    line-height: 32px;
    color: #fff;
}

.banner-content ul{
    font-size: 20px;
    margin-top: 20px;
}

.banner-img img{
    width: 90%;    
}

.whoweare {
    padding: 90px 20px;
    background: #fff;
}

.whoweare .container {
    max-width: 1200px;
    margin: 0 auto;
}

.whoweare h1 {
    font-size: 64px;
    font-weight: 700;
    line-height: 1.2;
    color: #000;
    margin-bottom: 40px;
    letter-spacing: -1px;
}

.whoweare h1 .yellow {
    color: #ff7a4d;
}

.whoweare p {
    max-width: 1100px;
    font-size: 22px;
    line-height: 2;
    color: #111;
    font-weight: 400;
    text-align: left;
}


@media screen and (min-width: 320px) and (max-width: 880px) {
    .container{
        width: 90%;
    }

        .banner{
        background: #008080;
        height: auto !important;
        overflow: hidden !important;
        padding: 20px 10px !important;
        margin-top: 50px;
    }

    .banner .container{
        width: 100% !important;
        padding: 0 20px !important;
        box-sizing: border-box;
    }

    .banner-flex{
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        gap: 25px !important;
    }

    .banner-content{
        width: 100% !important;
        text-align: center !important;
        order: 1;
    }

    .banner-content h1{
        font-size: 48px !important;
        line-height: 1.2 !important;
        margin: 10px 0 20px !important;
        color: #ff7f50 !important;
        text-align: center !important;
    }

    .banner-content p{
        width: 100% !important;
        font-size: 16px !important;
        line-height: 2 !important;
        padding: 0 5px !important;
        margin: 0 !important;
        text-align: left !important;
        color: #fff !important;
    }

    .banner-img{
        width: 100% !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        order: 2;
        margin-top: 15px !important;
    }

    .banner-img img{
        width: 90% !important;
        max-width: 360px !important;
        height: auto !important;
        display: block !important;
        margin: 0 auto !important;
    }



    .swiper-button-next:after, .swiper-button-prev:after{
        font-size: 13px;
    }

    .whoweare{
        padding: 10px 0 !important;
    }

    .whoweare .container{
        width: 90% !important;
        margin: 0 auto !important;
    }

    .whoweare h1{
        font-size: 34px !important;
        line-height: 1.3 !important;
        text-align: left !important;
        margin-bottom: 25px !important;
    }

    .whoweare h1 br{
        display: none;
    }

    .whoweare .yellow{
        display: inline;
    }

    .whoweare p{
        font-size: 16px !important;
        line-height: 32px !important;
        text-align: left !important;
        margin: 0 !important;
    }
    
    .placement-partner{
        padding: 20px 0 !important;
        margin-top: -10px;
    }

    .placement-partner .container{
        width: 90% !important;
        margin: 0 auto !important;
    }

    .placement-partner h2{
        font-size: 10px !important;
        text-align: center !important;
        padding: 0 0 45px !important;
        line-height: 1.3 !important;
    }

    .placement-partner-grid{
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 25px 20px !important;
    }

    .placement-partner-grid .item{
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        padding: 10px !important;
    }

    .placement-partner-grid img{
        width: 100% !important;
        max-width: 130px !important;
        height: auto !important;
        object-fit: contain !important;
    }
    .nav-menu.active {
        left: 0;
    }
    
    .close-btn {
        position: absolute;
        top: 10px;
        right: 15px;
        background: none;
        border: none;
        font-size: 24px;
        cursor: pointer;
    }

    .banner-contact{
        margin-top: 50px;
    }
    
    

    .logo img {
        width: 150px;
    }

    nav{
        display: none;
    }

    .hamburger{
        display: block;
    }

    .nav-btn{
        display: flex;
        align-items: center;

        font-size: 14px;
        padding: 5px 10px;
        width: fit-content;
    }

    .nav-btn-yellow{
        margin-left: 0;
        font-size: 14px;
    }

    .learnnthrive h2 {
        font-size: 20px;
    }

    .learnnthrive{
        margin: 30px 0;
    }

    .cert-img{
        height: 50px;
    }

    .course-grid{
        grid-template-columns: repeat(1,1fr);
    }
    
    .placement{
        margin-top: -20px;
    }
    .placement h2{
        text-align: left;
    }
    .placement-grid{
        grid-template-columns: repeat(1,1fr);
    }

    .learnnthrive p{
        font-size: 16px;
    }

    .why-us-grid{
        grid-template-columns: repeat(1,1fr);
    }

    .voice-grid{
        grid-template-columns: repeat(1,1fr);
        gap: 10px;
        
    }

    .voice-grid img{
        width: 100%;
    }
}