@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&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');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Poppins", system-ui;
}

body {
    background-image: url(assets/background.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    /* backdrop-filter: blur(2px); */
    /* background: linear-gradient(#ffcd00, #ffa600); */
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Oswald", sans-serif;
    color: #561500;
}

a {
    text-decoration: none !important;
}

/* header */
header {
    width: 100%;
    height: 10vh;
    position: sticky;
    z-index: 9999;
    top: 0;
    left: 0;
    /* overflow-x: hidden; */
    background-color: #ffffffd0;
    backdrop-filter: blur(5px);
    box-shadow: 0px 5px 10px rgba(98, 98, 98, 0.163);
}

nav {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-links ul {
    list-style: none;
    display: flex;
    gap: 50px;
    margin: 0;
}

.logo{
    display: flex;
    align-items: center;
}

.logo-text {
    color: rgb(19, 19, 19);
    margin-left: 15px;
}

.nav-click{
    display: none;
}

.logo img{
    width: 70px;
}

.nav-links a {
    text-decoration: none;
    color: rgb(19, 19, 19);
}

.swip {
    height: 70vh;
    width: 100%;
}

/* swiper  */
.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%;
    height: 100%;
    object-fit: cover;
}

.swiper {
    margin-left: auto;
    margin-right: auto;
}


.swiper-button-next:after, .swiper-button-prev:after {
    color: white;
    scale: .6;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    background-color: white;
}


/* welcome */
.welcome {
    padding: 50px 0px;
    height: auto;
}

.welcome-heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px 0px;
}

.welcome-heading h1 {
    text-align: center;
}

.welcome i{
    color: #fff;
}

.welcome-heading p {
    width: 100%;
    text-align: center;
    color: #333333
}


.welcome-content {
    height: auto;
    align-items: flex-start;
}

.welcome-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.welcome-box p {
    width: 100%;
    color: #333333;
}

.welcome-content .welcome-box i {
    font-size: 2.5rem;
    margin-bottom: 20px;
    color: #561500;
}
/* welcome end */






/* our campus */
.welcome-box img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    margin-bottom: 10px;
}

.welcome-box p{
    color: #333333;         
}

.our-campus {
    padding: 50px 0px;
}
/* our campus end */


/* rules & regulation */
.rules {
    /* min-height: 100vh */
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px 0px;
}

.rules-header {
    /* height: 100px; */
    width: 100%;
    /* margin: 30px 0px; */
}

.rules-header h1 {
    font-size: 45px;
}

.guidlines {
    /* height: 800px; */
    width: 70%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.guidlines-header {
    height: 100px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.guidlines-text {
    /* height: 700px; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.guidlines-text p {
     /* font-size: 22px; */
}

.read-more {
    padding: 15px 50px;
    margin-bottom: 10px;
    background-color: rgb(255, 115, 0);
    color: #fff;
    /* font-size: 20px; */
    transition: all .3s;
}

.read-more:hover {
    background-color: rgb(255, 153, 0);
    color: #fff;
}



/* school-song */

.udayan-school-song {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 30px 0px;
    /* padding: 0px 20px; */
}

.udayan-song {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.udayan-song p {
    /* font-size: 24px; */
    margin: 20px 0px;
    text-align: center;
    font-weight: 400;
}

/* school-song-end */




/* school-hours-start */

.school-hours {
    /* height: 60vh; */
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px 10px;
}

.school-hours-header {
    /* height: 100px; */
    width: 70%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.school-hours-main {
    height: 100%;
    width: 70%;
    border: 1px solid black;
    padding: 5px;
}


.school-hour-top {
    height: 100px;
    width: 100%;
    border-bottom: 2px solid black; 
    display: flex;
    justify-content: center;
    margin-bottom: 5px;
}

.school-hour-box {
    height: 100%;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(255, 136, 0);
}

.school-hours-cont {
    height: 85%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.school-hours-row {
    height: 100px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.school-hours-column {
    height: 100%;
    width: 40%;
     border: 1px solid black;
     display: flex;
     justify-content: center;
     align-items: center;
}

/* school-hours-end */


/* Examination & promotion */

.examination {
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 50px 0px;
}

.examination-header {
    /* width: 80%; */
    background-color: #999999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.exam-content {
    width: 70%;
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 20px;
}

.exam-cont {
    /* width: 40%; */
    /* background-color: blue; */
}

.exam-img {
    width: 100%;
}

.exam-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}


/* Examination & promotion-end */



/* attendence */

.attendence {
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
}

.attendence-header {
    width: 70%;
    display: flex;
    justify-content: center;
}

.attendence-cont {
    width: 70%;
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 20px;
}

.attendence-text {
    /* background-color: blue; */
}

.attendence-img {
    width: 100%;
}

.attendence-img img {
    height: 70%;
    width: 100%;
    object-fit: cover;
}


/* attendence-end */



/* Aims & objection */
.rules-content {
    /* height: 100vh; */
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 40px 0px;

}

.rules-cont-main {
    height: 100%;
    width: 70%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
}

.rules-cont-header h2 {
    font-size: 35px;
}

.rules-cont-header {
    /* height: 100px; */
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.rules-cont-row {
    height: 40%;
    width: 100%;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    /* gap: 30px; */
}

.rules-cont-column {
    height: 100%;
    /* width: 37%; */
}

.rules-cont-column img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.rules-cont-column1 {
    height: 100%;
    /* width: 48%; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.rules-cont-column1 p {
    /* font-size: 22px; */
}

.rules-cont-column img  {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.rules-cont-column p {
    /* font-size: 20px; */
}

/* aims & objective-end */

/* rules & regulation end */




/* gallery */
.gallery-content img {
    width: 100%;
}

.gallery {
    margin-top: 50px;
    padding-bottom: 50px;
}

.gallery-head{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.gallery-head p{
    text-align: center;
    color: #333333;
}
/* gallery end */








/* review area start  */


.review-box {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
}

.review-box img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}







.review_area {
    padding: 50px 0px;
}


.review_box {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.review_box img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.review_box p {
    text-align: center;
}

/* review area end  */





/* contact */

.school-logo {
    /* height: 200px; */
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 60px 0px;
    gap: 60px;
}

.school-logo-img {
    width: 250px;
}

.school-logo-img img {
    width: 100%;
    object-fit: cover;
}

.school-text {
    height: 150px;
    width: 400px;
}

.school-text p {
    /* font-size: 21px; */
}

.contact {
    margin: 70px 0px;
}

.contact-head{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
}
.contact-head p{
   text-align: center;
   color: #333333;
}


.contact-details {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
}

.contact-details img{
    width: 65px;
    height: 65px;
}

.contact-details p, h1 {
    text-align: center;
}

.contact-details p{
    color: #333333;
}

.contact-details p a{
    color: #333333;
}

/* contact-end */




/* event */

.painting {
    height: auto;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px 0px;
    flex-direction: column;
}

.painting-header {
    display: flex;
    justify-content: center;
    justify-content: center;
    align-items: center;
}

.events {
    width: 70%; 
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.events-img {
    width: 30%;

}

.events-img img {
    width: 100%;
    object-fit: contain;
}




/* event-end */



/* wahtsapp */
.wahtsapp{
    display: flex;
    align-items: center;
    justify-content: center;
    
    position: fixed;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: green;
    right: 30px;
    bottom: 30px;
    font-size: 2.3rem;
    text-decoration: none;
}

.wahtsapp i{
    color: #fff;
    transition: 0.2s linear all;
}

.wahtsapp a:hover{
    color: #cdcdcd;
}


/* footer */
footer{
    width: 100%;
    height: auto;
    background-color: #333333;
    padding: 50px 0px;
}

.footer{
    height: 100%;
}

.company-links p {
    color: #999999;
}

.footer-links{
    height: auto;
}

.footer-icon{
    display: flex;
    gap: 15px;
}

.footer-icon a{
    text-decoration: none;
    font-size: 1.5rem;
    color: #fff;
}

.footer-links h4{
    color: #fff;
    padding-bottom: 15px;
}

.footer-links ul{
    color: #999999;
    display: flex;
    flex-direction: column;
    gap: 10px;
    list-style: none;
    padding: 0;
}

.footer-links ul li{
    transition: 0.20s linear all;
    cursor: pointer;
}

.footer-links ul li:hover{
    color: #fff;
}


/* copyright */
.copyright{
    width: 100%;
    padding: 10px 0px;
    background-color: rgb(29, 29, 29);
    color: #999999;
    font-size: .8rem;
}




















/*-------------- about us page ---------------- */






/* front page */

.about {
    display: flex;
    align-items: center;
    height: 20vh;
    background: url(assets/about-bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.about-content h1 {
    text-align: center;
    font-size: 4rem;
}

/* front page end */






/* principal-section */

.principal-sec {
    height: fit-content;
    margin-top: 80px;
}

.principal-img {
    height: 400px;
}

.principal-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.principal-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.principal-content h2 {
    margin-bottom: 20px;
}

.principal-content p {
    width: 80%;
    text-align: center;
    color: #333333;
}

/* principal-section end */








/* teachers-sec */

.teachers-sec {
    margin-top: 50px;
    height: fit-content;
}

.teachers-h {
    padding: 30px 0px;
    width: 100%;
}

.teachers-h h2 {
    text-align: center;
}

.card-content img {
    width: 100%;
    object-fit: cover;
    height: 300px;
}

.card-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/* teachers-sec end */






/* staf section */

.satf {
    height: fit-content;
    margin-top: 50px;
    padding-bottom: 50px;
}

.staf-h {
    padding: 20px 0px;
    width: 100%;
}

.staf-h h2 {
    text-align: center;
}

.staf-content img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

/* staf section end */




/* sports day */

.sports-sec{
    position: relative;
    height: fit-content;
    margin-top: 50px;
}


.sports-h{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 5vh;
}

.links{
    display: flex;
    gap: 10px;
}

.links a{
    text-decoration: none;
    color: #561500;
    font-size: 1rem;
    border: 1px solid #561500;
    padding: 15px;
}

.card-title{
    color: #ffffff;
}

/* sports day  end */








/* independence / republic day */

.independence{
    margin-top: 80px;
    height: fit-content;
}

.independence-img img{
    width: 100%;
    height: 300px;
    object-fit: cover;
}

/* independence / republic day end */






/* teachers day */

.teachers{
    height: fit-content;
    margin: 80px 0px;
}

.panting {
    margin: 80px 0px;
}

