/* //small nav */
body{
    background: rgba(255, 255, 255, 0.8) !important;
}

body,h1,h3,h4,h5,.uk-navbar-nav>li>a,.uk-logo .p1{
    font-family: 'Quicksand', sans-serif;
}

#navone .uk-navbar-container:not(.uk-navbar-transparent){
    background: linear-gradient(179.21deg, #A8CEE0 0.68%, #E1EEF4 99.32%);

}

#navone .uk-button{
    line-height: 38px;
}

#navone .uk-navbar-nav>li>a{
color: rgba(65, 65, 65, 1);
font-size: 14px;
font-weight: 400;
text-transform: none;
}

#navone .uk-navbar-item, .uk-navbar-nav>li>a, .uk-navbar-toggle{
    min-height: 50px;
}

#navone .uk-navbar-nav .a{
    
    background: rgba(53, 142, 184, 1);
    color: #fff;
    border: 1px solid rgba(53, 142, 184, 1);
    border-radius: 50px;
    padding: 10px, 30px, 10px, 30px;
    font-weight: 600;
}

#navone .uk-navbar-nav .b{
    border: 1px solid rgba(53, 142, 184, 1);
    background: transparent;
    border-radius: 50px;
    padding: 10px, 30px, 10px, 30px;
    font-weight: 600;
}

/* //big nav */
.uk-logo img{
    width: 50px;
}

.uk-logo .p2 {
    color: rgba(53, 142, 184, 1);
    font-size: 14px;
    margin: 0;
}

.uk-logo .p1 {
    color: rgba(53, 142, 184, 1);
    font-size: 20px;
    font-weight: bold;
    margin: 0;
}

.uk-navbar-container:not(.uk-navbar-transparent){
    background-color: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(6px) !important;
}

#navtwo{
    box-shadow: 0 4px 2px -2px #cecece;
    position: relative;
    z-index: 111;
}

#navtwo .uk-navbar-nav>li.uk-active>a{
    color: rgba(65, 65, 65, 1);
    font-weight: 500;
}

#navtwo .uk-navbar-nav>li>a{
    color: rgba(65, 65, 65, 1);
    font-weight: 500;
    text-transform: none;
    font-size: 16px;
}

#navtwo .uk-dropdown{
    padding: 25px 0px;
}

#navtwo .uk-nav>li>a {
    padding: 5px 15px;
}


.uk-dropdown-nav .uk-nav-divider {
    border-top: 2px dotted rgba(53, 142, 184, 1);
}

/* //banner */

#parttwo .uk-position-center{
    left: calc(27% - var(--uk-position-margin-offset));
    box-shadow: 0 5px 15px rgba(0, 0, 0, .08);
  
}
.uk-overlay {
    padding: 40px 30px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.8) !important;
    /* opacity: 65%; */
}
#parttwo .maintitle{
    font-size: 32px;
    font-weight: 600;
    color: rgba(65, 65, 65, 1);
}
#parttwo .paragraph{
    font-size: 18px;
    font-weight: 500;
    color: rgba(65, 65, 65, 1);
}
.nextbutton{
    background: rgba(53, 142, 184, 1);
    color: #fff;
    border-radius: 50px;
    padding: 10px, 30px, 10px, 30px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    font-weight: 600;
}




/* Button Styles */
.nextbutton2 {
    width: 160px;
    padding: 13px 0px;
    position: relative;
    display: block;
    text-decoration: none;
    overflow: hidden;
    border-radius: 50px;
    background-color: rgb(53, 142, 184);
    color: white;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 2px;
    text-align: center;
    cursor: pointer;
}

.nextbutton2:hover .wave {
    top: -120px;
}

.nextbutton2 span {
    position: relative;
    z-index: 1;
}

.nextbutton2 .wave {
    width: 200px;
    height: 200px;
    background-color: rgb(80, 175, 219);
    box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    top: -80px;
    transition: 0.4s;
}

.nextbutton2 .wave::before,
.nextbutton2 .wave::after {
    width: 200%;
    height: 200%;
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -75%);
}

.nextbutton2 .wave::before {
    border-radius: 45%;
    background-color: rgba(96, 176, 212, 0.5);
    animation: wave 5s linear infinite;
}

.nextbutton2 .wave::after {
    border-radius: 40%;
    background-color: rgba(53, 142, 184, 1);
    animation: wave 10s linear infinite;
}

@keyframes wave {
    0% {
        transform: translate(-50%, -75%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -75%) rotate(360deg);
    }
}




/* second part */
#secondpart p{
    text-align: justify;
}
#secondpart .uk-card-default{
    border-radius: 30px;
    position: relative;
    bottom: 17.4%;
}
#secondpart .uk-card-default .uk-card-header{
    background-color: rgba(53, 142, 184, 1);
    color: #fff;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
}
#secondpart .uk-card-default .uk-card-header h3{
    color: #fff;
    font-weight: 600;
    font-size: 18px;
}
#secondpart h1,#ssection h1,#historybanner h1,#galleryone h1,#downloadsbanner h1{
    font-size: 30px;
    font-weight: 600;
}
#partthree h1,#partfour h1,#partfive h1{
    font-size: 30px;
    font-weight: 600;
    text-align: center;
}
.uk-slideshow-items > li {
    transition: opacity 25s ease-in-out !important; /* Slow down the fade effect (2 seconds) */
}

.uk-slideshow-items > li.uk-active {
    opacity: 1 !important;
}
.preschool1{
    position: relative;
}
.program-backgrounds{
    /* background-color:linear-gradient(0deg, #A8CEE0 0%, #CFE4EE 31.59%, #E1EEF4 63.81%);
; */
    background: linear-gradient(0deg, #A8CEE0 0%, #CFE4EE 31.59%, #E1EEF4 63.81%);

    height: 400px;
}
.program-names{
    position: absolute;
   font-weight: 600;
   font-size: 20px;
    bottom: calc(85% - var(--uk-position-margin-offset));
    right: calc(35% - var(--uk-position-margin-offset));
    text-align: center;
}
.program-images{
    position: absolute;
    bottom: calc(0% - var(--uk-position-margin-offset));
}


.appbutton{
    position: absolute;
    right: calc(29% - var(--uk-position-margin-offset));
    bottom: calc(10% - var(--uk-position-margin-offset));
}
#partfour p{
    color: rgba(65, 65, 65, 1);
}

#partfour .twoimg img{
    /* position: absolute; */
    z-index: 111;
/* box-shadow: -10px 10px 15px -3px rgba(53,142,184,0.25); */
  /* border-radius: 10px; */
}

#partfour .twoimg img.framed {
    box-shadow:
      -50px -50px 0 -40px #A8CEE0,
      50px 50px 0 -40px #A8CEE0;
      border-radius: none;
  }

/* #partfour .forback{
    background: linear-gradient(0deg, #A8CEE0 0%, #CFE4EE 31.59%, #E1EEF4 63.81%);
    height: 109%;
    position: relative;
    z-index: 1;
    top: 15%;
    width: 70%;
    left: 21%;
    border-radius: 10px;
} */
#partfour .uk-icon{
    color: #000;
}

#partfour .uk-slideshow-items{
aspect-ratio: 27/9 !important;
}

#partfour .uk-dotnav .uk-active a{
    background-color: rgba(53, 142, 184, 1);
}

#partfour .uk-dotnav li a{
    background:rgba(188, 217, 231, 1);
;
}

#partfive .uk-card-body{
    padding: 0px;
    border-top-left-radius: 40px;
    border-bottom-right-radius: 20px;
}

#partfive .uk-card-body img{
    border-top-left-radius: 60px;
}

#partfive .uk-card-body h3,#partfive .uk-card-body p{
    padding: 0px 20px;
}

#partfive .uk-card-footer{
    padding: 20px 20px 5px 20px;
}

#partfive .nextbutton{
    padding: 8px 25px 8px 25px;
    margin-bottom: 10px;
}

.footerbackground {
    background-image: url('../images/vector.png');
    background-size: cover; /* Ensure the image covers the entire background */
    background-position: center;
    background-repeat: no-repeat;
    height: 550px;
}

.footerbackground li a img{
    width: 45%;
}

.smallfooter {
    color: white; /* Ensure the text is visible */
    font-size: 16px;
    text-align: center;
    width: 100%;
    font-weight: 500;
    background-color: #358db6;
}

.smallfooter p{
    padding: 10px;
}

.footerbackground h3{
    margin-bottom: 0px;
}

/* part two responsive */

/* For small screens (up to 639px) */
@media (max-width: 639px) {
    .a{
        background: linear-gradient(179.21deg, #A8CEE0 0.68%, #E1EEF4 99.32%);
        color: #666;
        border: 1px solid rgba(53, 142, 184, 1);
        border-radius: 50px;
        padding: 10px, 30px, 10px, 30px;
        font-weight: 600;
    }

    .b{
        border: 1px solid #fff;
        background: transparent;
        border-radius: 50px;
        padding: 10px, 30px, 10px, 30px;
        font-weight: 600;
    }
    /* #navone .uk-navbar-nav .a{
        width: 138px;
    } */
    #secondpart .uk-card-default{
        top: 20%;
    }

    /* Testimonial */
 
    #partfour .uk-slideshow-items{
        height: 700px;
        }
    
    .program-backgrounds{
        height: 350px;
    }
    
    .preschool1{
        margin-top: 20px;
    }

    .footerbackground{
      background-image: none;
      background:linear-gradient(0deg, #A8CEE0 0%, #CFE4EE 31.59%, #E1EEF4 63.81%);
      height: 100%;
      margin-top: 20px;
    }

    .footerbackground .uk-margin-large-top {
        margin-top: 10px !important;
    }

    .smallfooter p {
        margin-bottom: 0px;
    }

    .uk-navbar-nav>li>a{
        min-height: 40px;
        text-transform: none;
    }

    #navone .uk-button{
        line-height: 30px;
    }
    
    #navone .a{
        width: 138px;
        padding: 4px;
    }

    #navone .uk-navbar-nav{
        gap: 0px;
    }

    #parttwo .uk-position-center {
        left: 40%;
        width: 70%;
        box-shadow: 0 5px 15px rgba(0, 0, 0, .08);
    }

    .uk-overlay {
        padding: 15px 15px; /* Adjust padding for smaller screens */
    }

    #parttwo .maintitle {
        font-size: 18px; /* Adjust font size for smaller screens */
    }

    #parttwo .paragraph {
        font-size: 12px; /* Adjust font size for smaller screens */
        margin-bottom: 10px;
        margin-top: -10px;
    }
    #navone .uk-navbar-nav .a{
        display:none;
    }
      #navone .uk-navbar-nav .b{
        display:none;
    }
    #navone{
        display: none;
    }
 
}

/* For medium screens (640px to 959px) */
@media (min-width: 640px) and (max-width: 959px) {
    #parttwo .uk-position-center {
        left: 50%; /* Center overlay for medium screens */
        width: 80%; /* Adjust width for medium screens */
        box-shadow: 0 5px 15px rgba(0, 0, 0, .08);
    }
    #parttwo .uk-slideshow-items img{
        height: 600px !important;   
    }

    .uk-overlay {
        padding: 30px 20px; /* Adjust padding for medium screens */
    }

    #parttwo .maintitle {
        font-size: 20px; /* Adjust font size for medium screens */
    }

    #parttwo .paragraph {
        font-size: 17px; /* Adjust font size for medium screens */
    }

    .nextbutton {
        padding: 10px 25px; /* Adjust padding for medium buttons */
    }
}

/* For large screens (960px and up) */
 @media (min-width: 960px) {
    .uk-form-horizontal .uk-form-label {
        width: auto;
     
    }
}


/* history page */
#historybanner .uk-card-default{
    border-radius: 30px;
    position: relative;
    bottom: 14.8%;
}
#historybanner p{
    text-align: justify;
}
#historybanner .uk-card-default .uk-card-header{
    background-color: rgba(53, 142, 184, 1);
    color: #fff;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
}
#historybanner .uk-card-default .uk-card-header h3{
    color: #fff;
    font-weight: 600;
    font-size: 18px;
}

#historybanner .next{
bottom: 10.8%;
}


/* downloads section */

#downloadsbanner .uk-table{
    width: 65%;
    border-collapse: collapse;
}
th, td {
    border: 1px solid rgba(229, 229, 229, 1);
    padding: 8px; 
    text-align: left; 
}
.uk-table th{
    font-weight: 700;
    color: #000;
}
#downloadsbanner .download{
    background-color: rgba(53, 142, 184, 1);
    color: #fff;
}
#downloadsbanner .view{
    background-color: rgba(24, 103, 141, 1);
    color: #fff;
}
/* breadcrumb */
.image-container {
    position: relative;
    display: inline-block; /* Ensures container wraps around the image */
}
.breadcrumb {
    position: absolute;
    bottom: 30%; /* Adjust to position it over the image */
    left: 20px; /* Adjust for horizontal alignment */
   /* Optional: Background color for contrast */
    color: white; /* Breadcrumb text color */
    padding: 10px;
    border-radius: 5px; /* Rounded corners */
    font-size: 14px;
}

.breadcrumb a {
    color: white; /* Link color */
    text-decoration: none;
}

.breadcrumb a:hover {
    text-decoration: underline; /* Link hover effect */
}


/* hamburger */
.uk-navbar-toggle {
    color: rgba(53, 142, 184, 1);
    position: relative;
    min-height: 40px;
}

.uk-navbar-toggle:hover {
    color: #fff;
}

.uk-navbar-toggle::before {  
    transform: scaleX(0); /* Initial state with no width */
    transform-origin: center; /* Transform from the center */
    transition: transform 0.5s ease; /* Smooth transition */
}

.uk-navbar-toggle:hover::before {
    transform: scaleX(1); /* Expand fully on hover */
    width: 200%; /* Increase width on both sides */
}

.uk-navbar-toggle::before {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    right: -50%; /* Offset to center expansion equally */
    bottom: 0;
    left: -50%; /* Offset to center expansion equally */
    background: rgba(53, 142, 184, 1);
    z-index: -1;
    transition: transform 0.5s ease;
}



/* off canvas mobile view sidebar */
.uk-offcanvas-bar{
    background-color: rgba(53, 142, 184, 1);
    color: #fff;
    scroll-behavior: none;
    overscroll-behavior:contain;
    scrollbar-width: none;
}
.uk-offcanvas-bar .uk-nav-default{
    font-size: 16px;
    line-height: 2.5;
}
.uk-offcanvas-close:first-child+*{
    margin-top: 30px;
}
.uk-offcanvas-close{
    top: 15px;
    right: 15px;
}
.uk-offcanvas-bar .uk-nav-default>li>a{
    color: #fff;
}


/* admission section */
#forform .redone{
color: rgba(218, 95, 95, 1);
font-weight: 500;
}
#forform .uk-input{
border: 1px solid rgba(53, 142, 184, 1);
background-color: rgba(239, 246, 249, 1);
}
#forform .maintitle{
    background-color: rgba(53, 142, 184, 1);
    height: 25px;
    color: #fff;
    text-align: center;
    padding: 5px;
}
.uk-form-label{
    font-weight: 600;
   
}
label{
    margin-inline-end: 20px;
}
/* box-shadow: 0px 6.65px 5.32px 0px rgba(0, 0, 0, 0.05);
box-shadow: 0px 41.78px 33.42px 0px rgba(0, 0, 0, 0.03);
box-shadow: 0px 100px 80px 0px rgba(0, 0, 0, 0.02); */

#historybanner .vision,#historybanner .mission{
    border:1px solid #fff;
    box-shadow: 0px 6.65px 5.32px 0px rgba(0, 0, 0, 0.05);
    border-radius: 20px;

}

#historybanner .vision{
    background-image: url(../images/lightbulb.png);
    background-repeat: no-repeat;
    background-position: center;
}
#historybanner .mission{
    background-image: url(../images/mission.png);
    background-repeat: no-repeat;
    background-position: center;
}
#historybanner .uk-active{
    background-color: rgba(53, 142, 184, 1);
    padding: 8px;
    /* border-radius: 30px; */
   
}
#historybanner .uk-active:last-child{
border-bottom-left-radius: 30px;
border-bottom-right-radius: 30px;
margin-bottom: -40px;
}

.uk-nav-default>li.uk-active>a{
    color: #fff;
}


/* principal section */
#ssection .wrapper{
    display: flex;
    align-items: center;
    justify-content: center;

}
#ssection .box{
    background: url(https://cdn.britannica.com/86/255786-050-5A8D7B3A/actress-natalie-portman-attends-christian-dior-haute-couture-paris-fashion-week.jpg);
   background-size: cover;
   background-position: center center;
   height: 400px;
   width: 400px;
   box-shadow: 0 10px 5px 5px rgba(53, 142, 184, 0.5);
   -webkit-background-size:cover;
   animation: animate 5s ease-in-out infinite;
   transition: all 1s ease-in-out;

}

@keyframes animate{
    0%{
        border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
    }
    50%{
        border-radius: 30% 60% 70% 40%/50% 60% 30% 60%;
    }
    100%{
        border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
    }
}

/* preloader */

.pre-loader {
    background: #fff;
    height: 100vh;
    width: 100%;
    position: fixed;
    z-index: 100000;
    top: 0;
    left: 0;
  }
  .pre-loader .loading {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
  }
  .pre-loader .loading .loader-icon {
    position: absolute;
    top: calc(50% - 32px);
    left: calc(50% - 32px);
    border: 7px solid #f3f3f3;
    border-radius: 50%;
    border-top: 7px solid rgba(53, 142, 184, 1);
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
  }
  .pre-loader .loading .img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
  }
  .pre-loader .loading .img img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 45px;
    margin: 0 auto;
    display: block;
  }
  .pre-loader .loading span {
    transform: translateY(60px);
    display: block;
    font-size: 14px;
  }
  
  @keyframes spin {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  progress {
    position: fixed;
    top: 0;
    left: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
    width: 100%;
    height: 10px;
    border: none;
    background: transparent;
    z-index: 1000;
  }
  
  progress::-webkit-progress-bar {
    background: transparent;
  }
  
  progress::-webkit-progress-value {
    background: linear-gradient(135deg, #ef646f 0%, #fd979a 100%);
    background-attachment: fixed;
  }
  
  progress::-moz-progress-bar {
    background: linear-gradient(135deg, #ef646f 0%, #fd979a 100%);
    background-attachment: fixed;
  }

  /* wave button */
  /* Login page */
/* #loginform{
    background: url(../images/loginback.png);
    height: 100%;
    width: 500px;
    background-size: cover;
} */


