
  
  body {
    font-family: Nunito Sans !important;
  }
  


  .header{
    background-color: transparent;
    margin-bottom: 0.5vw;
}
.logo-header{
    display: flex;
    flex-direction: row;
    position: relative;
    width:38%;
}
.logo-header-image{
    width: 75%;
    margin: 0;
    margin-top: -1vw;
    margin-left: 1.8vw;
}
.title-school{
    font-size: 2vw;
    font-family: 'preahvihear';
    min-width: 70%;
    margin-top: 1.8vw;
    color: red;
    font-weight: normal;
}
.call-head{
    font-weight: bold;
    font-family: sans-serif;
}
.call-container p{
    font-size: 1vw;
    color: rgb(0, 0, 0);
}
.address-container p{
    font-size: 1vw;
    color: rgb(0, 0, 0);
}
.call-icon{
    rotate: -45deg;
    color: rgb(226, 6, 6);
}
.address-icon{
    color: rgb(214, 9, 9);
}
.address-header-container{
    display: flex;
    margin-right: 4.5vw;
    justify-content: flex-end;
    width: 52%;
}
.address-head{
    font-weight: bold;
    color: #000000;
}
.head-logo-address{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.address-container{
    margin-left: 2vw;
    width: 30%;
}
.call-container{
    margin-left: 20px;
    font-size: 15px;
}
.header-line{
    background-color: rgb(0, 0, 0);
    height: 1.5px;
    width: 90%;
    border: 2% rgb(0, 0, 0);
}
.navbar-list-items a{
    text-decoration: none;
}
.navbar-list-items li{
    list-style-type: none;
    color: rgb(0, 0, 0);
    margin-left: 5vw;
}
.navbar-list-items{
    display: flex;
    justify-content: flex-end;
    margin-right: 4vw;
}
.navbar-header{
    min-width: 100%;
    max-width: 100%;
}
.navbar-fixed {
    position: fixed;
    top: 0;
    z-index: 99;
}
.space{
    height: 11vw;
}





.navbar-list-items li {
    font-size: 1.5vw;
    position: relative;
    transition: all 300ms cubic-bezier(0.075, 0.82, 0.165, 1);
}
.navbar-list-items li:after {
  content: "";
  position: absolute;
  width: 0%;
  height: 1px;
  display: block;
  transition: all 0.7s ease;
  bottom: -10%;
}
.navbar-list-items li:hover::after {
  width: 100%;
  height: 3px;
  background-color: #b10505;
}
.span-homepage{
    color: #ff0000;
}
.heading-homepage{
    font-size: 2vw;
    font-weight: 650;
}
.content-home-page-container{
    max-width: 40%;
    margin-left: 2vw;
}
.home-page-image-side{
    max-width: 55%;
}
.content-main-page{
    font-size: 1.3vw;
    line-height: 2.8vw;
}
.main-circle-container{
    background-color: rgba(255,277,179,1);
    border-radius: 100%;
    min-height: 30vw;
    min-width: 100%;
    display: flex;
    justify-content: center;
    align-items: end;
    position: relative;
    z-index: 10;
}
.child-image-main-image{
    max-height: 47vw;
    position: relative;
    z-index: 5;
}
.image-zoom {
    transform: scale(0.8);
    transition: transform 0.3s;
}

.image-zoom:hover {
    transform: scale(0.9);
}
.content-image-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    z-index: 33;
    overflow-x: hidden;
}
.child-image-main-image {
    opacity: 0;
    animation: fadeIn 2s ease-in-out forwards;
}
@keyframes fadeIn {
    to {
        opacity: 1;
    }
}
.circle-yellow{
    background-color: rgba(253, 200, 48, 1);
    height: 10%;
    width: 10%;
    border-radius: 100%;
    position: absolute;
    top: 10%;
    left: 10%;
}
.circle-red{
    background-color: rgba(243, 115, 53, 1);
    height: 15%;
    width: 13%;
    position: absolute;
    top: 0;
    border-radius: 100%;
    right: 20%;
}
.circle-linear{
    background: linear-gradient(to bottom, rgba(252, 195, 48, 1),rgba(244, 125, 52, 1));
    height: 15%;
    width: 13%;
    position: absolute;
    top: 60%;
    left: 0;
    border-radius: 100%;
}









.section2{
    background:url("images/aboutbackground.png");
    background-size: cover;
    height: 70vw;
    position: relative;
    padding: 3vw;
    display: flex;
    align-items: center;

}
/*.square-design1{
    height: 50%;
    width: 40%;
    background-color: rgb(255, 255, 255);
    border-radius: 50%;
    position: absolute;
    top: -40%;
    left: -3%;
}*/
/*.square-design{
    background-color: rgb(255, 255, 255);
    width: 50px;
    height: 30px;
    border-radius: 100%;
    position: absolute;
    top: -15%;
    left: 32%;
    z-index: 90;
}
.square-design2{
    height: 80%;
    width: 60%;
    background-color: rgba(146, 208, 196, 1);
    border-radius: 200%;
    position: absolute;
    top: -12.5%;
    left: 25%;
    z-index: 9;
}*/


.section2-part1{
    width: 50%;
}
.section2-part2{
    width: 50%;
    position: relative;
    z-index: 33;
    margin-top: 5vw;
}
.about-content {
    width: 90%;
    color: rgb(92, 92, 90);
    line-height: 2.8vw;
}
.about-content2{
    font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-style: italic;
    font-size: 1.5vw !important;
    color: rgb(238, 3, 3);
}
.section2-flex-container{
    display: flex;
}
.about-head{
    color: rgba(235, 21, 81, 1);
    font-size: 3vw;
    font-family: 'preahvihear';
}
.about-content{
    font-size: 1.5vw;
}
.about-circle-shape{
    background-color: #ffffff;
    height: 20vw;
    width: 49%;
    border-top-left-radius: 180%;
    border-top-right-radius: 180%;
    border-bottom-right-radius: 80%;
    border-bottom-left-radius: 80%;
    z-index: 9;
}
.about-circle-side{
    display: flex;
    align-items: center;
    height: 100%;
    margin-left: 1vw;
    position: relative;
    width: 100%;
    position: relative;
    margin-top: 5vw;
}
.about-shape-image{
    height: 100%;
    width: 100%;
    border-top-left-radius: 180%;
    border-top-right-radius: 180%;
    border-bottom-right-radius: 80%;
    border-bottom-left-radius: 80%;
}
.about-yellow-shape{
    height: 10vw;
    width: 30%;
    background-color: rgba(247, 148, 30, 1);
    border-radius: 100%;
    position: absolute;
    top: 10%;
    rotate: -20deg;
}
.about-blue-shape{
    height: 8vw;
    width: 20%;
    background-color: rgba(10, 99, 117, 1);
    border-top-right-radius: 80%;
    border-top-left-radius: 150%;
    border-bottom-left-radius: 150%;
    border-bottom-right-radius: 150%;
    position: absolute;
    left: -2%;
    bottom: 10%;
}
.about-shape-image2{
    width: 30%;
    border-radius: 500%;
    position: absolute;
    left: 30%;
    z-index: 10;
    bottom: 0;
}
.about-border-image{
    width: 90%;
    position: relative;
    z-index: 55;
}
.about-image{
    width: 60%;
    position: absolute;
    height: 80%;
    object-fit: cover;
    left: 15%;
}
.about-child-image{
    width: 100%;
    position: absolute;
    left: 8%;
    z-index: 60;
    bottom: 10%;
    height: 70%;
    object-fit: cover;
}
.about1-image{
    height: 10vw;
    position: absolute;
    right: 10%;
}
.about2-image{
    height: 10vw;
    position: absolute;
    right: 10%;
    bottom: 15%;
}


.programs-head{
    text-align: center;
    color:rgba(235, 21, 81, 1);
    font-size: 2vw;
    font-family: 'preahvihear';
    margin-bottom: 13vw;
}
.programs-content{
    font-size: 2vw;
    text-align: center;
}




.design-image{
    max-width: 100%;
}
.design-and-image{
    position: relative;
}
.design-and-image-container{
    width: 30%;
    margin: 0.7vw;
}
.image1{
    width: 55%;
    position: absolute;
    top:15%;
    left: 15%;
}
.content-image{
    position: absolute;
    right: 4%;
    bottom: 10%;
    font-size: 1.1vw;
    color: white;
}
.flex-programs-container{
    display: flex;
}
.programs-content-main{
    border: solid rgb(0, 102, 128);
    font-size: 1.2vw;
    padding: 0.5vw;
    height: 25vw;
    overflow-y: scroll;
    line-height: 2.5vw;
}
.programs-content-main::-webkit-scrollbar {
    display: none;
  }


.admission-section{
    position: relative;
    background-color: rgba(247, 189, 188, 1);
}
.admission-section-flex{
    display: flex;
    justify-content: space-between;
}
.admission-head{
    text-align: center;
    color: rgba(235, 21, 81, 1);
    font-family: 'preahvihear';
    font-size: 2.5vw;
}
.admission-image-container{
    width: 50%;
}
.admission-image-container img{
    width: 100%;
}
.admission-content{
    width: 50%;
}
.admission-content-heading{
    font-size: 3vw;
    color: #800a0a;
}
.admission-content-para{
    font-size: 2vw;
    text-align: center;
}
.admission-content-para a{
    color: white;
}


.admission-main-image{
    opacity: 0.7;
    width: 100%;
}

.gallery-section{
    min-height:max-content;
    position: relative;
    z-index: 10;
    margin-bottom: 5vw;
}
.gallery-head{
    text-align: center;
    color: rgba(235, 21, 81, 1);
    font-family: 'preahvihear';
    font-size: 2.5vw;
}
.content-gallery{
    color: black;
    text-align: center;
    font-size: 2vw;
}

.gal-image1-container{
    width: 22%;
    background-color: #ffffff;
    height: 50%;
    margin: 1vw;
    border-radius: 20px;
    box-shadow: 1px 1px 10px rgb(204, 204, 204);
}
.gal-image1-container img{
    width: 100%;
    height: 100%;
    height: 20vw;
    object-fit: cover;
    border-radius: 20px;
    filter: brightness(50%);
}
.gal-image1-container:hover .overlay {
    opacity: 1;
}
.gal-image2-container{
    width: 20%;
    background-color: #ffffff;
    margin-top: 3vw;
    height: 40%;
    box-shadow: 1px 1px 10px rgb(199, 199, 199);
    border-radius: 20px;
}
.gal-image2-container img{
    width: 100%;
    height: 20vw;
    object-fit: cover;
    border-radius: 20px;
    filter: brightness(40%);
}
.gallery-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.gal-image2-container img:hover{
    transform: scale(1.1);
    transition: transform 0.3s;
    filter: brightness(100%);
}
.gal-image1-container img:hover{
    transform: scale(1.1);
    transition: transform 0.3s;
    filter: brightness(100%);
}





.gallery-image{
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 0.8vw;
    width: 100%;
    height: 20vw;
    object-fit: cover;
    border-radius: 20px;
    filter: brightness(40%);
}
.gallery-right-bottom-container{
    height: 23vw;
    background-color: rgba(217, 217, 217, 1);
    min-width: 21%;
    border-radius: 0.8vw;
    box-shadow: 5px 5px rgba(32, 123, 142, 1);
    margin-left: 3vw;
    margin-bottom: 2vw;
    width: 20%;
    background-color: #ffffff;
    margin-top: 3vw;
    height: 40%;
    box-shadow: 1px 1px 10px rgb(199, 199, 199);
    border-radius: 20px;
}

.lightbox {
    display: none;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(2, 2, 2, 0.842);
    align-items: center;
    justify-content: center;
}

.lightbox img {
    max-width: 80%;
    max-height: 80%;
    border-radius: 8px;
}

.close-btn {
    position: absolute;
    top: 50px;
    right: 20px;
    color: #fff;
    font-size: 50px;
    cursor: pointer;
}





.footer-section-position{
    padding-top: 6vw;
    background:url("images/footerbackground.png");
    background-size: cover;
    position: relative;
}
.footer-section{
    position: relative;
    overflow-x: hidden;
    height: max-content;
}
.footer-copyright{
    color: white;
    text-align: center;
    font-size: 1.3vw;
}
.telegram-image{
    height: 5vw;
    position: absolute;
    top: 4%;
    left: 0;
}
.cloud1-image{
    height: 5vw;
    left: 20%;
    top: 17%;
    position: absolute;
}
.sun-image{
    height: 5vw;
    position: absolute;
    left: 60%;
    top: 10%;
    z-index: 8;
}
.rocket-image{
    height: 8vw;
    position: absolute;
    right: 0%;
    top: 30%;
}
.cloud2-image{
    height: 5vw;
    position: absolute;
    right: -5%;
}
.footer-logo-image{
    height: 100%;
    width: 100%;
    border-radius: 200%;
}
.footer-section2{
    margin-top: 13vw;
    display: flex;
    justify-content: space-around;
}
.footer-section2 h1{
    color: #b10505;
    font-size: 2vw;
}
.footer-logo{
    width: 6%;
    height: 6vw;
    border-radius: 100%;
    position: relative;
    z-index: 3;
}
.footer-logo p{
    font-size: 1.6vw;
    color: #ffffff;
}
.footer-pages{
    width: 23%;
    position: relative;
    z-index: 3;
}
.footer-pages p{
    font-size: 1.2vw;
    color: #ffffff;
    margin: 0;
    line-height: 2.5vw;
}
.footer-pages li{
    list-style-type: none;
    color: white;
    font-size: 1.2vw;
    color: #ffffff;
    margin: 0;
    line-height: 2.5vw;
}
.footer-pages a{
    text-decoration: none;
}
.footer-pages-2{
    width: 23%;
    position: relative;
    z-index: 3;
}
.footer-pages-2 p{
    font-size: 1.2vw;
    color: #ffffff;
    margin: 0;
    line-height: 2.5vw;
}
.footer-contact-us{
    width: 23%;
    z-index: 3;
    position: relative;
}
.footer-contact-us p{
    font-size: 1.2vw;
    color: #ffffff;
    
}


.social-icons {
    list-style: none;
    padding: 0;
    display: flex;
    margin-left: 2vw;
    justify-content: center;
}
.fa-facebook{
    font-size: 2.2vw;
    color: #1877f2;
    background-color: white;
    padding: 1vw;
    border-radius: 50%;
}
.fa-twitter{
    font-size: 2.2vw;
    color: #1da1f2;
}
.fa-instagram{
    font-size: 2.2vw;
    color: #e4405f;
    background-color: white;
    padding: 1vw;
    padding-left: 1.1vw;
    padding-right: 1.1vw;
    border-radius: 50%;
}
.twitter{
    height: 4vw;
    background-color: white;
    padding: 1vw;
    border-radius: 50%;
}
.social-icons li {
    margin-right: 1vw;
} 
.social-icons a {
    text-decoration: none;
    color: #333;
}
.facebook-icon {
    color: #1877f2;
}
.twitter-icon {
    color: #1da1f2;
}
.instagram-icon {
    color: #e4405f;
}


.footer-section-each{
    width: 30%;
}
.footer-hr-dotted{
    border:0.1vw dashed;
    color: #fff;
}
.footer-child-images{
    height: 10vw;
    margin-left: 2.5vw;
}
.footer-section3{
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.pencil-image{
    height: 3vw;
}
.scale-image{
    height: 3vw;
    right: 0;
}
.flex-pencil-scale{
    display: flex;
    justify-content: space-between;
}


.footer-squre1{
    height: 15vw;
    background-color: #ffffff;
    width: 30vw;
    border-radius: 50%;
    position: absolute;
    top: -23%;
    left: -3%;
}
.footer-squre2 {
    height: 15vw;
    background-color: rgba(32, 123, 142, 1);
    width: 40vw;
    border-radius: 50%;
    position: absolute;
    left: 24.5%;
    top: -8.9%;
    z-index: 7;
}
.footer-squre3{
    height: 15vw;
    background-color: #ffffff;
    width: 30vw;
    border-radius: 50%;
    position: absolute;
    top: -25%;
    right: 7%;
}
.footer-squre4{
    height: 4vw;
    background-color: rgba(32, 123, 142, 1);
    width: 10vw;
    border-radius: 50%;
    position: absolute;
    top: -1%;
    right:0.8%;
}
.call-icon-footer{
    transform: rotate(90deg);
}






.dropdown{
    display: none;
}
.programs:hover{
    .dropdown{
        display: block;
    }
}
/* Add this to your existing CSS styles */
.dropdown {
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
.dropbtn{
    color: black;
}

.dropdown-content a:hover {
    background-color: #f1f1f1;
}

.dropdown:hover .dropdown-content {
    display: block;
}




.home-page-programs-container{
    height: 35vw;
    width: 22%;
    background-color: white;
    box-shadow: 1px 1px 10px rgb(160, 160, 160);
    border-radius: 1vw;
}
.home-page-programs{
    display: flex;
    justify-content: space-around;
}
.home-page-programs-image-container{
    width: 100%;
    height: 15vw;
    border-radius: 1vw;
    margin-top: -9vw;
}
.home-page-programs-image-container img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.home-page-programs-container h1{
    font-size: 1.5vw;
    text-align: center;
    color: #ff0000;
}
.home-page-programs-container p{
    font-size: 1.3vw;
    text-align: center;
    padding: 0.3vw;
}
.gallery-view-more{
    text-align:right;
    color:lightgreen;
    text-decoration:none;
}

.view-more-button{
    background: linear-gradient(to right,rgba(135, 207, 58, 1),rgba(45, 204, 128, 1));
    border: none;
    color: white;
    font-size: 1.5vw;
    margin-top: 15vw;
    width: max-content;
    border-radius: 0.2vw;
    padding: 0.2vw;
    display: flex;
    justify-content: flex-end;
    text-decoration: none;
}
.view-more-container{
    display: flex;
    justify-content: flex-end;
    margin-right: 2vw;
    margin-top: -10vw;
}