@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,700;1,700&display=swap');


@font-face {
    font-family: 'Baskerville';
    src: url('Baskerville.ttc') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'calibri-italic';
    src: url('calibri-italic.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';
    }
}



.position-relative {
    position: relative;
}

.overlay-text {
    position: absolute;
    top: 100px;
    /* start at top */
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    /* to center vertically */
    align-items: center;

}

.overlay-text h2 {
    font-size: 36pt;
    margin-bottom: 0px;
    font-family: "Playfair Display", serif;
    font-weight: 700;
    line-height: 30px;
}

.overlay-text h1 {
    font-size: 60pt;
    margin-bottom: 0px;
    font-family: "Playfair Display", serif;
    font-weight: 700;
}

.overlay-text p {
    font-size: 20pt;
    margin-top: 22pt;
    font-family: 'calibri-regular';

}

.overlay-text>.container {
    position: relative;
    z-index: 2;
    /* make sure text stays above overlay */
}



.education {
    padding: 40px;
    background-color: #283c1c;
}

.education-title {
    font-size: 60pt;
    font-family: "Playfair Display", serif;
    font-weight: 700;
    font-optical-sizing: auto;

    color: #ffffff;
}

.education-tittle {
    font-size: 36pt;
    color: #ffffff;
    font-family: "Playfair Display", serif;
    line-height: 48px;
    font-weight: 700;
}

.highlight {
    font-size: 60pt;
    font-family: "Playfair Display", serif;
    font-weight: 700;
    font-optical-sizing: auto;
    line-height: 40px;
    color: #ffffff;
}

.education-text {
    font-size: 20pt;
    font-family: 'calibri-regular';
    line-height: 30px;
    color: #ffffff;
}

@media (max-width: 992px) {


    .education-title {
        font-size: 17pt;
        line-height: 20px;
    }

    .education-tittle {
        font-size: 17pt;
        line-height: 22px;
    }

}

@media (max-width: 992px) {


    .highlight {
        font-size: 27pt;
    }
}



@media (max-width: 992px) {
    .education-text {
        font-size: 20pt;
        font-family: 'calibri-regular';
    }
}

.summer2025 {
    padding: 40px;
    background-color: #ccdee2;
}

.summer {
    color: #003756;
    font-family: "Playfair Display", serif;
    font-weight: 700;
    font-optical-sizing: auto;
    font-size: 60pt;
}

@media (max-width: 992px) {
    .summer {
        font-size: 37pt;

    }
}

.school {
    color: #003756;
    font-family: "Playfair Display", serif;
    font-weight: 700;
    font-optical-sizing: auto;
    font-size: 60pt;
    line-height: 40px;
}

@media (max-width: 992px) {
    .school {
        font-size: 17pt;
        line-height: 20px;
    }
}

.course {
    padding: 40px;
    background-color: #ccdee2;

}

.course p {
    font-size: 20pt;
    font-family: 'calibri-regular';
    line-height: 30px;

}


.focus {
    background-color: #be1e2d;
    padding: 40px;
}

.focus p {
    font-size: 20pt;
    font-family: 'calibri-regular';
    line-height: 30px;
    color: #ffffff;
}

.Research {
    padding: 40px;
    background-color: #d0dbb4;
}



.Faculty {
    font-family: "Playfair Display", serif;
    font-weight: 700;
    font-optical-sizing: auto;
    font-size: 56pt;
}

@media (max-width: 992px) {
    .Faculty {
        font-size: 34pt;
        margin-bottom: 0px;
    }
}

.palash {
    font-family: "Playfair Display", serif;
    font-weight: 700;
    font-optical-sizing: auto;
    font-size: 33pt;
    line-height: 40px;
}

@media (max-width: 992px) {
    .palash {
        font-size: 17pt;
    }
}

@media (max-width: 992px) {
    .codeimg {
        margin-top: 30px;
    }
}




.Research p {
    font-size: 20pt;
    font-family: 'calibri-regular';
    line-height: 30px;
    color: #000000;

}

.shankar {
    padding: 40px;
    background-color: #7c386d;
}

.student {
    font-family: "Playfair Display", serif;
    font-weight: 700;
    font-optical-sizing: auto;
    font-size: 54pt;
    color: #ffffff;
}

@media (max-width: 992px) {
    .student {
        font-size: 33pt;
        margin-bottom: 0px;
    }
}

.saina {
    font-family: "Playfair Display", serif;
    font-weight: 700;
    font-optical-sizing: auto;
    font-size: 33pt;
    line-height: 40px;
    color: #ffffff;
}

@media (max-width: 992px) {
    .saina {
        font-size: 17pt;
    }
}

.shankar p {
    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;
}