* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;

}

body {
    background-color: rgb(14, 57, 71);
    font-family: "Houschka Pro Medium";
    font-weight: 200;

}


.header-banner {
    max-width: 1800px;
    margin: auto;
    height: 100%;
    min-height: 700px;
    background-image: linear-gradient(to left, rgb(16, 152, 167), rgb(11, 45, 110));
    background-image: linear-gradient(rgba(0, 0, 0, 0.627),rgba(0, 0, 0, 0.479), rgba(0, 0, 0, 0)), url(image/Education\ img\ 10.avif);
    background-position: center;
    background-size: 100% 100%;
    padding: 50px 60px;
}

.header-banner p {
    width: 100%;
    padding-bottom: 5px;
    color: rgb(255, 255, 255);
    border-bottom: 0.5px solid rgba(255, 255, 255, 0.349);
}

.header-banner .container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.header-banner .container .text {
    width: 50%;
}

.header-banner h1 {
    width: 100%;
    font-size: 48px;
    color: rgb(255, 255, 255);
    padding-top: 150px;
}


.header-banner h5 {
    font-size: 22px;
    font-weight: 400;
    margin-top: 15px;
    color: rgb(255, 255, 255);

}


.header-banner button {
    padding: 5px 20px;
    border-radius: 20px;
    font-size: 20px;
    border: none;
    background-color: transparent;
    margin-top: 20px;
    font-weight: bold;
    color: #ffffff;
}

.header-banner button img {
    filter: brightness(1);
    width: 30px;
    height: 40px;
    margin-left: 3px;
}

.header-banner .container .img {
    width: 50%;
    margin-top: 100px;
    height: 360px;
    /* background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(image/Pickup\ &\ Delivery\ img\ 2.png); */
    background-position: center;
    background-size: 105% 110%;
}



.imgsec {
    max-width: 1800px;
    margin: auto;
    height: 650px;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(image/Education\ img\ 2.jpg);
    background-position: center;
    background-size: 100% 100%;
    /* margin-top: -100px; */
}


.sec4a {
    max-width: 1800px;
    margin: auto;
    padding: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.sec4a .text {
    width: 50%;
    padding: 30px;
}

.sec4a .text h1 {
    font-size: 60px;

}

.sec4a img {
    width: 50%;
}


.icon-sec1 {
    max-width: 1800px;
    margin: auto;
    padding: 30px;
    height: 700px;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(image/Education\ img\ 3.png);
    background-position: center;
    background-size: 100% 100%;
    margin-top: -5px;
}

.icon-sec1 h1 {
    font-size: 45px;
    color: rgba(31, 66, 179, 0.913);
    text-align: center;
}


.sec1a {
    max-width: 1800px;
    margin: auto;
    padding: 20px;
    margin-top: 50px;
    padding-bottom: 80px;
    background: rgba(255, 106, 68, 0.935);

}

.sec1a h1 {
    width: 100%;
    font-size: 40px;
    color: rgb(0, 0, 0);
    text-align: center;
    margin-top: 20px;

}

.sec1a-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 00px;
    justify-content: space-evenly;
}

.sec1a-container .box {
    width: 28%;
    margin-top: 50px;
    padding: 20px;
    box-shadow: 0 0 3px white;
    text-align: center;
    /* background-image: linear-gradient(rgb(0, 0, 0), rgba(0, 0, 0, 0.438), rgba(0, 0, 0, 0)), url(image/Fitness\ img\ 2.avif); */
    background-position: center;
    background-size: 100% 110%;
    background: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    border-radius: 20px;
}

.sec1a-container .box h5 {
    margin-top: 10px;
    color: rgb(255, 60, 0);
    font-size: 25px;
    font-weight: 500;

}


.sec2a {
    max-width: 1800px;
    margin: auto;
    padding: 50px 20px;
    /* margin-top: 50px; */
    /* background-color: rgba(78, 31, 179, 0.833); */
}

.sec2a h1 {
    font-size: 35px;
    text-align: center;
    font-weight: 600;
    color: rgb(0, 0, 0);
}



.sec2a-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px;
}

.sec2a-container .box {
    width: 340px;
    margin: 0 10px;
    border-radius: 10px;
    padding-bottom: 10px;
    background: rgba(190, 190, 190, 0);
    margin-top: 30px;
    box-shadow: 0 0 5px gray;
    background-image: linear-gradient(to left, rgb(4, 39, 197), rgb(3, 2, 10));

}

.sec2a-container .box img {
    width: 100%;
    height: 220px;
    border-radius: 10px 10px 0 0;

}

.sec2a-container .box h3 {
    color: rgb(255, 255, 255);
    margin-top: 10px;
    font-weight: 400;
    text-align: center;
    font-size: 25px;
    padding: 20px;
}

.sec3a {
    max-width: 1800px;
    margin: auto;
    padding: 20px;
    margin-bottom: 50px;
}

.sec3a h1 {
    text-align: center;
    margin-top: 50px;
}

.sec3a p {
    text-align: center;
    font-size: 20px;
}

.sec3a-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin-top: 50px;

}

.sec3a-container .text {
    width: 40%;
    padding: 10px;
    margin-top: 50px;
    text-align: left;
}

.sec3a-container .text h3 {
    font-size: 40px;
}

.sec3a-container .text p{
    text-align: left;
}

.sec3a-container .img {
    width: 55%;
}

.sec3a-container .text ul li {
    margin-left: 30px;
    margin-top: 10px;
    font-size: 20px;
}

.sec3a-container .img img {
    width: 100%;
    height: 450px;
    /* filter: drop-shadow(0 0 5px rgb(200, 200, 200)); */
}

.sec3a-container .text button {
    font-size: 20px;
    border: 0.2px solid gray;
    padding: 5px 25px;
    border-radius: 20px;
    margin-top: 20px;
    margin-left: 20px;
    background-color: transparent;
}

.sec3a-container .text button:focus {
    display: none;
}


.sec5a {
    max-width: 1800px;
    margin: auto;
    height: 300px;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    background-image: linear-gradient(to left, rgb(255, 255, 255), rgb(11, 45, 110));
    /* margin-top: 50px; */
    margin-bottom: 0px;
    justify-content: center;
}

.sec5a h1 {
    width: 100%;
    padding: 0 20px;
    font-size: 35px;
    margin-top: 20px;
    margin-top: 50px;
    color: white;
}

.sec5a p {
    font-size: 22px;
    margin-left: 20px;
    color: rgba(255, 255, 255, 0.637);
}

.sec5a .text {
    width: 55%;
}

.sec5a img {
    width: 45%;
    /* margin-left: 50px; */
    height: 400px;
    margin-top: -70px;
    z-index: 10;
    /* filter: drop-shadow(10px 20px 10px gray); */
}

.sec5a button {
    border-radius: 20px;
    padding: 5px 20px;
    margin-top: 20px;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.671);
    margin-left: 20px;
    border: 1.1px solid rgba(255, 255, 255, 0.593);
    background-color: transparent;
}

.sec5a button:hover {
    background-color: rgb(86, 169, 92);
}


.video-box {
    max-width: 1800px;
    margin: auto;
    margin-top: 0;
}

.video-box video {
    width: 100%;
}






@media screen and (max-width: 900px) {


    .header-banner {
        padding: 50px 30px;
        min-height: 350px;
        display: flex;
        background-size: 100% 100%;
        flex-wrap: wrap;
        padding-bottom: 100px;

    }

    .header-banner .container {
        padding: 0;
    }

    .header-banner .container .text {
        width: 100%;
    }

    .header-banner .container .img {
        width: 100%;
        display: none;
        margin-top: 0;
    }

    .header-banner h1 {
        padding-top: 50px;
        font-size: 25px;
        font-weight: 600;
    }

    .header-banner .text h5 {
        font-size: 15px;
    }

    .header-banner .container button {
        margin-top: 0;
        padding-left: 0;
        font-size: 15px;
    }

    .icon-sec1 {
        padding: 15px;
        height: 250px;
    }

    .icon-sec1 h1 {
        font-size: 18px;
        /* margin-top: 10px; */
    }

    .sec1a {
        padding: 20px;
        padding-bottom: 50px;
    }

    .sec1a h1 {
        font-size: 24px;
    }

    .sec1a-container {
        margin-top: 0;
    }

    .sec1a-container .box {
        width: 100%;
        border-radius: 20px;
        margin-top: 20px;
        box-shadow: 0 0 2px gray;
        padding: 10px;
    }
    .sec1a-container .box h5{
        font-size: 25px;
    }

    .sec2a{
        /* padding-top: 10px; */
    }
    .sec2a h1 {
        font-size: 30px;
    }

    .sec2a-container .box img {
        height: 200px;
    }


    .imgsec {
        height: 350px;
        margin-top: -60px;
    }


    .sec3a h1 {
        font-size: 30px;
    }

    .sec3a-container {
        margin-top: 50px;
    }

    .sec3a-container2 {
        flex-wrap: wrap-reverse;
    }

    .sec3a-container .img {
        width: 100%;
    }

    .sec3a-container .img img {
        width: 100%;
        height: 250px;
    }

    .sec3a-container .text {
        width: 100%;
        margin-top: 0;
    }

    .sec3a-container .text h3 {
        font-size: 25px;
    }

    .sec3a-container .text ul li {
        font-size: 18px;
    }

    .sec3a-container .text button {
        font-size: 15px;
    }



    .sec5a {
        height: 490px;
        flex-wrap: wrap-reverse;
        padding-bottom: 30px;
        margin-bottom: 0;
    }

    .sec5a .text {
        width: 100%;
        margin-top: 0;
    }

    .sec5a .text h1 {
        width: 100%;
        font-size: 25px;
        padding: 0;
        /* margin-top: -20px; */
    }
    .sec5a .text p{
        font-size: 15px;
        margin: 0;
    }
    .sec5a img {
        width: 100%;
        height: 240px;
        margin-left: 0;
        margin-bottom: -50px;
    }

    .sec5a .text button {
        margin-top: 20px;
        font-size: 10px;
        margin-left: 0;
    }


    .imgsec2 {
        height: 500px;
    }

    .sec4a {
        flex-wrap: wrap-reverse;
    }

    .sec4a .text {
        width: 100%;
        padding: 0;
    }

    .sec4a img {
        width: 100%;
    }

    .sec4a .text h1 {
        font-size: 30px;
        margin-top: 50px;
    }

}