@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700&display=swap');


@font-face {
    font-family: 'calibri-bold';
    src: url('calibri-bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PlayfairDisplay-Black';
    src: url('PlayfairDisplay-Black.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PlayfairDisplay-Regular';
    src: url('PlayfairDisplay-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PlayfairDisplay-SemiBold';
    src: url('PlayfairDisplay-SemiBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'calibri-regular';
    src: url('calibri-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Montserrat-VariableFont_wght';
    src: url('Montserrat-VariableFont_wght.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    border-left: 2px solid #dee2e5;
    border-right: 2px solid #dee2e5;
    margin: 0 auto;
    max-width: 800px;
    /* Adjust this based on your design */
}

*/ .header {
    background-color: #0077B5;
    color: white;
    text-align: center;
    padding: 20px 0;
}

.header h1 {
    font-size: 3rem;
    font-weight: bold;
}

/* Logo Section */
.logo-section {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
    background-color: #ffffff;
}

@media (max-width: 576px) {
    .logo-section img {
        width: 239px;
    }
}

/* Content Section */
.content {
    /* padding: 40px 20px; */
    padding: 40px;
    /* Default padding */
    text-align: center;
    font-size: 20pt;
    color: #000000;
    font-family: 'calibri-regular';
}

/* Adjust text size for tablets */
@media (max-width: 992px) {
    .content {
        font-size: 20pt;
        padding: 10px;
        font-family: 'calibri-regular';
        padding-top: 30px;
        padding-bottom: 30px;
    }
}


.carnival {
    padding: 40px;
    background-color: #fffef3;
}

@media (max-width: 992px) {
    .carnival {

        padding: 30px;

    }
}

.carnival-text {
    font-size: 20pt;
    font-family: 'calibri-regular';
    line-height: 30px;
    color: #000000;
    padding-top: 40px;
}

@media (max-width: 992px) {
    .carnival-text {
        font-size: 20pt;
        font-family: 'calibri-regular';
        padding-top: 30px;
    }
}

.carnival h2 {
    font-size: 60pt;
    font-family: "Playfair Display", serif;
    font-weight: 700;
    font-optical-sizing: auto;
    color: #000000;
    line-height: 76px;
}

@media (max-width: 991px) {
    .carnival h2 {
        font-size: 38pt;
    }
}

.carnival span {
    font-size: 36pt;
    font-family: "Playfair Display", serif;
    font-weight: 700;
    font-optical-sizing: auto;
    color: #000000;
    line-height: 60px;
}

@media (max-width: 992px) {
    .carnival span {
        font-size: 30pt;


    }
}

.Remembering {
    padding-top: 40px;
}

.campus {
    padding: 40px;
    background-color: #2f3c72;
}

@media (max-width: 992px) {
    .campus {

        padding: 30px;

    }
}


.campus h2 {
    font-size: 60pt;
    font-family: "Playfair Display", serif;
    font-weight: 700;
    font-optical-sizing: auto;
    color: #ffffff;
    line-height: 76px;
    padding-bottom: 40px;
    padding-left: 28px !important;
}

@media (max-width: 991px) {
    .campus h2 {
        font-size: 40pt;
    }
}

.campus span {
    font-size: 36pt;
    font-family: "Playfair Display", serif;
    font-weight: 700;
    font-optical-sizing: auto;
    color: #ffffff;
    padding-left: 28px !important;
}

.campus-text {
    font-size: 20pt;
    font-family: 'calibri-regular';
    line-height: 30px;
    color: #ffffff;
    padding-top: 40px;
    padding-bottom: 40px;
}

@media (max-width: 992px) {
    .campus-text {
        font-size: 20pt;
        font-family: 'calibri-regular';
        padding-top: 30px;
    }
}

.covening {
    padding: 40px;
    background-color: #282319;
}

@media (max-width: 992px) {
    .covening {
        padding: 30px;
    }
}


.covening h2 {
    font-size: 60pt;
    font-family: "Playfair Display", serif;
    font-weight: 700;
    font-optical-sizing: auto;
    color: #ffffff;
    line-height: 80px;
}


.covening span {
    font-size: 36pt;
    font-family: "Playfair Display", serif;
    font-weight: 700;
    font-optical-sizing: auto;
    color: #ffffff;
}


/* For tablets (max-width: 991px) */
@media (max-width: 991px) {
    .covening h2 {
        font-size: 40pt;
    }
}

.covening-text {
    font-size: 20pt;
    font-family: 'calibri-regular';
    line-height: 30px;
    color: #ffffff;
    margin-bottom: 0px;
    padding-top: 40px;
}

@media (max-width: 992px) {
    .covening-text {
        font-size: 20pt;
        padding-top: 30px;
        font-family: 'calibri-regular';
    }
}


.Artistic {
    padding: 40px;
    background-color: #ffe1e1;
    padding-bottom: 0px;
}

@media (max-width: 992px) {
    .Artistic {
        padding-bottom: 0px !important;
        padding: 30px;
        padding-top: 0px !important;
    }
}

.Artistic h2 {
    font-size: 59pt;
    font-family: "Playfair Display", serif;
    font-weight: 700;
    font-optical-sizing: auto;
    color: #6d0000;
    line-height: 80px;
}

/* For tablets (max-width: 991px) */
@media (max-width: 991px) {
    .Artistic h2 {
        font-size: 40pt;
    }
}




.Artistic-text {
    font-size: 20pt;
    font-family: 'calibri-regular';
    line-height: 30px;
    color: #000000;
}

@media (max-width: 992px) {
    .Artistic-text {
        font-size: 20pt;
        font-family: 'calibri-regular';
    }
}

.Artistic span {
    font-size: 36pt;
    font-family: "Playfair Display", serif;
    font-weight: 700;
    font-optical-sizing: auto;
    color: #6d0000;
    line-height: 60px;
}

.festive {
    padding: 40px;
    background-color: #ffffff;
}

.festive p {
    font-size: 20pt;
    font-family: 'calibri-regular';
    line-height: 30px;
    color: #000000;
}

.festive h2 {
    font-size: 59pt;
    font-family: "Playfair Display", serif;
    font-weight: 700;
    font-optical-sizing: auto;
    color: #000000;
    line-height: 80px;
}

.festive span {
    font-size: 36pt;
    font-family: "Playfair Display", serif;
    font-weight: 700;
    font-optical-sizing: auto;
    color: #000000;
}

@media (max-width: 992px) {
    .festive p {
        font-size: 20pt;

        font-family: 'calibri-regular';
    }
}


.welcome {
    padding-top: 40px !important;
    background-color: #121a1e;
}

.fashion {
    background-color: #82002b;
    padding-top: 40px !important;
    padding-left: 40px !important;
}


@media (max-width: 992px) {
    .pathway {
        padding: 30px;
    }
}


.pathway span {
    font-size: 36pt;
    font-family: "Playfair Display", serif;
    font-weight: 700;
    font-optical-sizing: auto;
    color: #000000;
}

.pathway h2 {
    font-size: 60pt;
    font-family: "Playfair Display", serif;
    font-weight: 700;
    font-optical-sizing: auto;
    color: #000000;
    line-height: 80px;
}

.pathway-text {
    font-size: 20pt;
    font-family: 'calibri-regular';
    line-height: 30px;
    color: #000000;
}

@media (max-width: 992px) {
    .pathway-text {
        font-size: 20pt;

        font-family: 'calibri-regular';
    }
}

/* @media (max-width: 992px) {
    .imagee {
        padding-left: 40px;
        padding-right: 40px;
    }
} */

.imagee {
    padding-top: 30px;
}

.pathway {
    padding: 40px;
    background-color: #f2edc7;
}

@media (max-width: 992px) {
    .pathway {
        padding: 30px;
    }
}

.spotlight {
    padding: 40px;
    background-color: #3d4451;
}

.spotlight span {
    font-size: 36pt;
    font-family: "Playfair Display", serif;
    font-weight: 700;
    font-optical-sizing: auto;
    color: #ffffff;
}

.spotlight h2 {
    font-size: 60pt;
    font-family: "Playfair Display", serif;
    font-weight: 700;
    font-optical-sizing: auto;
    color: #ffffff;
    line-height: 80px;
}

.spotlight-text {
    font-size: 20pt;
    font-family: 'calibri-regular';
    line-height: 30px;
    color: #ffffff;
}





/* Footer Section */
.footer-section {
    background-color: #1d74aa;
    text-align: center;
    padding: 15px;
}

/* Footer Text */
.footer-text {
    color: white;
    font-size: 17pt;
    margin-bottom: 15px;
}

/* Footer Links */
.footer-text a {
    color: white;
    text-decoration: none;
}

.bg-image-section {
    background-image: url('../Assests/Header.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.description {
    padding-top: 40px;
}

@media (max-width: 992px) {
    .description {
        font-size: 20pt;
        font-family: 'calibri-regular';
        padding-top: 30px;
    }
}

.after-image-box {
    background-color: #0474b7;
    height: 50px;
    /* set height so it’s visible */

}


.sem p {
    font-size: 20pt;
    font-family: 'calibri-regular';
    line-height: 30px;
    color: #ffffff;

}

@media (max-width: 992px) {
    .sem p {
        font-size: 20pt;
        font-family: 'calibri-regular';
        padding-top: 30px;
        margin-bottom: 0px;
    }
}


.student-section h2 {
    font-size: 60pt;
    font-family: "Playfair Display", serif;
    font-weight: 700;
    font-optical-sizing: auto;
    color: #ffffff;
    line-height: 80px;
}

.student-section span {
    font-size: 36pt;
    font-family: "Playfair Display", serif;
    font-weight: 700;
    font-optical-sizing: auto;
    color: #ffffff;
}

/* Faculty Section */
.student-section {
    background-color: #2b5154;
    padding: 40px;
}


/* Faculty Member Container */
.student-member {
    display: flex;
    align-items: start;
    padding-top: 40px;
    padding-bottom: 40px;
}

/* Faculty Image */
.faculty-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 20px;
    ;
}

@media (max-width: 767px) {

    .details {
        padding-top: 30px;

    }

    .student-member {
        display: flex;
        flex-direction: column;
        align-items: center;
        /* Centers the image */
        text-align: center;
        padding-bottom: 0px;
    }

    .student-info {
        text-align: center;
        padding: 0 15px;
    }

    .student-member img {
        margin: 0 auto;
    }
}

/* TABLET / SMALL DESKTOP (>768px) */
@media (min-width: 768px) {
    .student-member {
        flex-direction: row;
    }
}


.details {
    font-size: 20pt;
    font-family: 'calibri-regular';
    color: #ffffff;
}


.sports {
    background-color: #dfefdf;
    padding: 40px;
}

.sports h2 {
    font-size: 60pt;
    font-family: "Playfair Display", serif;
    font-weight: 700;
    font-optical-sizing: auto;
    color: #2b5154;
    line-height: 80px;
}

.sports span {
    font-size: 36pt;
    font-family: "Playfair Display", serif;
    font-weight: 700;
    font-optical-sizing: auto;
    color: #2b5154;
}

.sports-text {
    font-size: 20pt;
    font-family: 'calibri-regular';
    line-height: 30px;
    color: #2b5154;

    margin-bottom: 0px;
}

.disaply {
    background-color: #dfefdf;
    padding: 40px;
}

.disaply h2 {
    font-size: 58pt;
    font-family: "Playfair Display", serif;
    font-weight: 700;
    font-optical-sizing: auto;
    color: #770000;
    line-height: 80px;
}

.disaply span {
    font-size: 36pt;
    font-family: "Playfair Display", serif;
    font-weight: 700;
    font-optical-sizing: auto;
    color: #770000;
}

.disaply p {
    font-size: 20pt;
    font-family: 'calibri-regular';
    line-height: 30px;
    color: #000000;
}