@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');

body {
    font-family: 'Poppins', sans-serif;
    background-color: #ffffff;
}


*{
    text-decoration: none !important;
}

.navbar {
    padding: 0 5%;
    background-color: #f9f8f4;
    width: 100%;
}

.navbar-nav {
    width: 80%;
    display: flex;
    justify-content: flex-end;
}

.btn-contact {
    background-color: #725efe;
    color: #ffffff;
    padding: 15px 40px;
    border-radius: 15px;
}

.btn-contact a {
    text-decoration: none;
    color: #ffffff;
}

#hero {
    background-image: url(./images/hero.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
}

.text {
    position: absolute;
}

.text-home {
    width: 100%;
    height: 530px;
    padding-left: 6%;
    display: flex;
    flex-direction: column;
    padding-top: 3%;
    text-shadow: -2px 1px 2px rgba(0, 0, 0, 0.14);
}

.text-home h1 {
    font-size: 75px;
    width: 100%;
}

.text-home p {
    width: 100%;
    padding-block: 20px;
}

.admission-btn {
    width: 100%;
}

.admission-btn- {
    padding: 15px 40px;
    color: #ffffff;
    text-decoration: none;
    background-color: #fc5a5b;
    border-radius: 15px;
}


.our-academic-home {
    padding: 0 5%;
    padding-top: 50px;
}

.group {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.box {
    width: 95%;
    padding: 20px;
    border-radius: 15px;
    box-shadow: rgba(9, 30, 66, 0.25) 0px 1px 1px, rgba(9, 30, 66, 0.13) 0px 0px 0.3px 0.3px;
    /* box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px; */
}
.baby{
    background-color:#057ade ;
    color: #fff;
}


.pencil{
    /* background-color: #fecf5d; */
    /* border: 2px solid gray; */
    color: #000;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.pen{
    background-color: tomato;
    color: #fff;
}

.box:hover {
box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.access-home {
    background-color: #fbf5de;
    padding: 0 5%;
    padding-block: 50px;
    margin-block: 50px;
}

.circle {
    height: 100%;
    padding: 10px;
    border: 1px solid;
    border-radius: 50%;
    margin-right: 2%;
    margin-bottom: 5px;
}

.access-text li {
    list-style-type: none;
    line-height: 2;
}

.access-btn {
    background-color: #fc5a5b;
    padding: 15px 45px;
    color: #ffffff;
    text-decoration: none;
    border-radius: 15px;
}

.list- .fa-circle-check {
    color: #fc5a5b;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.philosophy {
    padding: 0 5%;
    margin-bottom: 50px;
}

.philosophy-text h3 {
    width: 100%;
    margin-bottom: 10px;
}

.oval {
    background-color: #fc5a5b;
    height: 70px;
    width: 70px;
    border-radius: 50%;
    color: aliceblue;
    margin-right: 3%;
}

.oval h1 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
}

.low {
    height: 70px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: left;
}

.low span {
    font-size: 20px;
}

.oval-1 {
    background-color: #fc5a5b;
}

.oval-2 {
    background-color: #fecf5d;
}

.oval-3 {
    background-color: #203b68;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    object-fit: cover;
}

.stats {
    background-image: url(./images/school-background-one.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 80vh;
    margin-bottom: 50px;
    padding: 0 5%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.stats-whole {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;

}

.stats-one {
    height: 150px;
    width: 150px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
}

.stats-one i {
    margin-top: 50px;
    font-size: 50px;
    color: #ffffff;
    box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
    border-radius: 50%;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.stats-group h3 {
    text-align: left;
    color: #fff;
    margin-top: 20px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.stats-group p {
    color: #ffffff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.call-to-action {
    background-image: url(./images/school-banner.png);

    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 35vh;
    margin: 0 15%;
    margin-bottom: 50px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 5%;
    color: #ffffff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
}

.enroll-btn- {
    margin: 0 40%;
    background-color: #fc5a5b;
    padding: 15px 45px;
    border-radius: 15px;
    border: none;
    color: #fff;
}

.lh {
    line-height: 2;
}

.lh li a {
    color: #000;
    text-decoration: none;
}

.lh li a:hover {
    font-weight: 600;
    color: #a89bff;
}

footer h3 {
    color: #561766;
}



/* Welcome Message */
.welcome-hero {
    /* background-color: #f9f8f4; */
    background-image: url(./images/hero.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
}

.text-welcome {
    background-image: url(./images/our-mission-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 530px;
    padding-left: 6%;
    display: flex;
    flex-direction: column;
    /* padding-top: 3%; */
    justify-content: center;
    align-self: center;
}

.text-mission {
    background-image: url(./images/welcome.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 530px;
    padding-left: 6%;
    display: flex;
    flex-direction: column;
    /* padding-top: 3%; */
    justify-content: center;
    align-self: center;
}

.text-facilities {
    background-image: url(./images/facilities.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 530px;
    padding-left: 6%;
    display: flex;
    flex-direction: column;
    /* padding-top: 3%; */
    justify-content: center;
    align-self: center;
}

.text-jhs {
    background-image: url(./images/jhs-bg.jpg);
    width: 100%;
    height: 530px;
    padding-left: 6%;
    display: flex;
    flex-direction: column;
    /* padding-top: 3%; */
    justify-content: center;
    align-self: center;
}

.text-primary- {
    background-image: url(./images/primary-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 530px;
    padding-left: 6%;
    display: flex;
    flex-direction: column;
    /* padding-top: 3%; */
    justify-content: center;
    align-self: center;
}

.text-pre-school {
    background-image: url(./images/pre-school-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 530px;
    padding-left: 6%;
    display: flex;
    flex-direction: column;
    /* padding-top: 3%; */
    justify-content: center;
    align-self: center;
}

.text-ad {
    background-image: url(./images/ad-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 530px;
    padding-left: 6%;
    display: flex;
    flex-direction: column;
    /* padding-top: 3%; */
    justify-content: center;
    align-self: center;
}

.text-ap {
    background-image: url(./images/ap-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 530px;
    padding-left: 6%;
    display: flex;
    flex-direction: column;
    /* padding-top: 3%; */
    justify-content: center;
    align-self: center;
}

.text-pg {
    background-image: url(./images/pg-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 530px;
    padding-left: 6%;
    display: flex;
    flex-direction: column;
    /* padding-top: 3%; */
    justify-content: center;
    align-self: center;
}

.text-contact {
    background-image: url(./images/contact-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 530px;
    padding-left: 6%;
    display: flex;
    flex-direction: column;
    /* padding-top: 3%; */
    justify-content: center;
    align-self: center;
}

.welcome-message {
    padding: 0 5%;
    margin-block: 50px;
}

/* Our Mission & Vision */
.heading-mission {
    margin-top: 50px;
    padding: 0 5%;
}

.whole-vm {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: 50px;
    padding: 0 5%;

}

.our-mission {
    width: 95%;
    padding-top: 100px;
    padding-bottom: 90px;
    padding-left: 50px;
    padding-right: 50px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    margin-top: 50px;
}

/* .our-mission p{
    padding-top: 20px; 
    padding-bottom: 60px; 
} */
.mission-icon {
    width: 100%;
    text-align: right;
    margin-bottom: -80px;
    opacity: 50%;
    right: 0;
    position: relative;
    z-index: -100;
}

.mission-icon i {
    font-size: 100px;
    color: #fc5a5b;
}

.mission-heading {
    width: 100%;
    background-color: #fc5a5b;
    color: #fff;
    padding: 15px;
    text-align: center;
    margin-top: -120px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.our-mission li {
    list-style-type: none;
}

.change {
    color: #fc5a5b;
}

/* Facilities */
.facilities {
    margin: 0 5%;
    margin-block: 50px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 50px;
}

.heading-facilities {
    margin-bottom: 20px;
    color: #f9f8f4;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.heading-facilities h3 {
    background-color: #725efe;
    padding: 15px;
    width: 35%;
}

.facilities-icon {
    position: relative;
    z-index: -100;
    margin-top: -40px;
    right: 10px;
    text-align: right;
    color: #561766;
    opacity: 50%;
}

/* Photo Gallery */
.photo {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 0 10%;
    margin-bottom: 50px;
}

.gallery {
    width: 95%;
    margin-top: 50px;
    text-align: center;
}

.gallery img {
    width: 100%;
}

/* Academics */
.academics {
    padding: 0 5%;
    margin-top: 50px;
}



.contact-form {
    padding: 0 10%;
    margin-block: 50px;
}

.form_group input {
    width: 100%;
    height: 50px;
    margin-bottom: 20px;
    border: 1px solid #222;
    border-radius: 5px;
    padding: 0 2%;
}

.form_group textarea {
    width: 100%;
    height: 150px;
    margin-bottom: 20px;
    border: 1px solid #222;
    border-radius: 5px;
    padding: 0 2%;
}

.me-form {
    background-color: #f8f8f8;
    padding: 50px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}

.boxes {
    background-color: #f8f8f8;
    padding: 30px;
    margin-left: 5%;
    width: 92%;
    margin-bottom: 30px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}

.submit {
    padding: 15px 55px;
    border-radius: 5px;
    background-color: #203b68;
    color: #fff;
}

.submit input {
    width: 30%;
    margin-left: 1%;
}

.map {
    margin-top: 100px;
    padding: 0 5%;
}

footer{
    background-color: #fbf3d4;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    background-color:#fff8dc;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;

}

@media only screen and (max-width: 1200px) {

    .btn-contact {
        width: 40%;
    }

    .hero {
        display: block;
    }

    .text-home {
        display: block;
        width: 100%;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .text-home h1 {
        font-size: 55px;
    }

    .our-academic-home {
        display: block;
        width: 100%;
        margin: 0 auto;
    }

    .academic-home-heading {
        display: block;
        width: 100%;
        margin: 0 auto;
    }

    .group {
        display: block;
        width: 100%;
        margin: 0 auto;
    }

    .access-home {
        display: block;
        width: 100%;
        margin: 0 auto;
    }

    .access-image {
        display: block;
        width: 100%;
        margin: 0 auto;
    }

    .access-text {
        display: block;
        width: 100%;
        margin: 0 auto;
    }

    .philosophy {
        display: block;
        width: 100%;
        margin: 0 auto;
        margin-block: 50px;
    }

    .philosophy-text {
        display: block;
        width: 100%;
        margin: 0 auto;
    }

    .philosophy-image {
        margin-top: 50px;
        width: 100%;
    }

    .stats {
        display: block;
        width: 100%;
        margin: 0 auto;
        height: 150vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .stats-one {
        display: block;

        margin: 0 auto;
    }

    .stats-group {
        display: block;
        width: 100%;
        margin: 0 auto;
    }

    .stats h3 {
        text-align: center;
    }

    .call-to-action {
        display: block;
        width: 100%;
        margin: 0 auto;
        margin-block: 50px;
        height: 50vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
        border-radius: 0;
    }

    .footer {
        display: block;
        width: 100%;
        margin: 0 auto;
    }

    .container {
        display: block;
        width: 100%;
        margin: 0 auto;
    }

    .foot {
        display: block;
        width: 100%;
        margin: 0 auto;
        margin-bottom: 30px;
    }

    .foot li a {
        display: block;
        width: 100%;
        margin: 0 auto;
    }

    .lh {
        display: block;
        width: 100%;
        margin: 0 auto;
    }

    .enroll-btn- {
        margin: 0 20%;
    }

    .box {
        margin-bottom: 30px;
    }

    /* Welcome Message */
    .welcome-message {
        display: block;
        width: 100%;
        margin: 0 auto;
        margin-top: 50px;
    }

    .welcome-image {
        display: block;
        margin: 0 auto;
    }

    .welcome-text {
        display: block;
        width: 100%;
        margin: 0 auto;
        margin-top: 30px;
    }

    .welcome-image img {
        width: 100%;
    }

    /* Vision & Mission */
    .whole-vm {
        display: block;
        width: 100%;
        margin: 0 auto;
    }

    .our-mission {
        display: block;
        width: 100%;
        margin: 0 auto;
        margin-top: 100px;
    }

    /* facilities */
    .heading-facilities h3 {
        background-color: #725efe;
        padding: 15px;
        width: 100%;
    }

    /* Photo gallery */
    .photo {
        display: block;
        width: 100%;
        margin: 0 auto;
    }

    .gallery {
        display: block;
        width: 100%;
        margin: 0 auto;
    }

    .gallery img {
        margin-top: 40px;
    }

    .contact-form {
        display: block;
        width: 100%;
        margin: 0 auto;
    }

    .me-form {
        display: block;
        width: 100%;
        margin: 0 auto;
    }

    .mee {
        width: 100%;
    }
}