@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-bottom: 20px;
    }
}


.carnival {
    padding: 40px;
    background-color: #e4e5da;
}

@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;
}

@media (max-width: 992px) {
    .carnival span {
        font-size: 30pt;


    }
}


.campus {
    padding: 40px;
    background-color: #24465b;
}

@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;
}

@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;

}

.campus-text {
    font-size: 20pt;
    font-family: 'calibri-regular';
    line-height: 30px;
    color: #ffffff;
}

@media (max-width: 992px) {
    .campus-text {
        font-size: 20pt;

        font-family: 'calibri-regular';
    }
}

.covening {
    padding: 40px;
    background-color: #2F3F29;
}

@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;
}

/* For tablets (max-width: 991px) */
@media (max-width: 991px) {
    .covening h2 {
        font-size: 40pt;
    }
}


@media (max-width: 991px) {
    .covening img {
        margin-top: 10px;
    }
}

.covening-text {
    font-size: 20pt;
    font-family: 'calibri-regular';
    line-height: 30px;
    color: #ffffff;
}

@media (max-width: 992px) {
    .covening-text {
        font-size: 20pt;

        font-family: 'calibri-regular';
    }
}


.Artistic {
    padding: 40px;
    background-color: #F4E5C9;
    padding-bottom: 0px;
}

@media (max-width: 992px) {
    .Artistic {
        padding-bottom: 0px !important;
        padding: 30px ;
    }
}

.Artistic h2 {
    font-size: 59pt;
    font-family: "Playfair Display", serif;
    font-weight: 700;
    font-optical-sizing: auto;
    color: #000000;
    line-height: 80px;
}

/* For tablets (max-width: 991px) */
@media (max-width: 991px) {
    .Artistic h2 {
        font-size: 40pt;
    }
}


@media (max-width: 991px) {
    .Artistic img {
        margin-top: 10px;
    }
}

.Artistic-text {
    font-size: 20pt;
    font-family: 'calibri-regular';
    line-height: 30px;
    color: #000000;
}

@media (max-width: 992px) {
    .Artistic-text {
        font-size: 20pt;
        padding-bottom: 30px;
        font-family: 'calibri-regular';
    }
}

.festive {
    padding: 40px;
    background-color: #330E12;
}

.festive p {
    font-size: 20pt;
    font-family: 'calibri-regular';
    line-height: 30px;
    color: #ffffff;
}

@media (max-width: 992px) {
    .festive p {
        font-size: 20pt;

        font-family: 'calibri-regular';
    }
}


.welcome {
    padding: 40px;
    background-color: #005fa3;
}

.pathway {
    padding: 40px;
    background-color: #E8E8E8;
}

@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;
    }
}




/* 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 {
       
        padding-top: 30px;
    }
}

.after-image-box{
  background-color: #0474b7;
    height: 50px;      /* set height so it’s visible */
     
}