/*NOTES*/

/*#093849 - Main*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.cdnfonts.com/css/ramabhadra');


/*ALL*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins';
}

body.active {
    overflow: hidden;
}

hr {
    border-color: #093849;
    border-width: 1px;
    opacity: 0.4;
}


header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: 600ms;
    padding: 40px 100px;
    z-index: 10000;
}

header.sticky {
    padding: 10px 105px;
    background: #edf2f7;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.logo-container {
    display: flex;
    align-items: center;
}

.logo-text {
    font-family: 'Ramabhadra';
    font-size: 0.9em;
    line-height: 1em;
    color: #093849;
    text-decoration: none;
    opacity: 0;
    margin-top: 10px;
    margin-left: 10px;
    margin-bottom: 0;
    padding: 0;
    transition: opacity 300ms ease-in-out;
}

header.sticky .logo img {
    padding: 0;
    margin: 0;
    filter: drop-shadow(5px 5px 5px #dadada);
}

header .logo {
    position: relative;
    transition: 600ms;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}

header .logo img {
    position: relative;
    transition: 600ms;
    width: 150px;
    /* Reduced width */
    height: auto;
    filter: drop-shadow(5px 5px 5px #000000);
}

header.sticky .logo img {
    width: 90px;
    /* Adjusted width */
}

header.sticky .logo-text {
    display: inline-block;
    opacity: 1;
}

.logo-text.show {
    display: inline-block;
}

header ul {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

header ul li {
    position: relative;
    list-style: none;
}

header ul li a {
    position: relative;
    margin: 0 30px;
    text-decoration: none;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 500;
    font-size: 1.25em;
    transition: 220ms;
}

header ul li a:hover {
    color: #83bdff;
}

header.sticky ul li a {
    color: #093849;
    font-size: 1.1em;
}

header.sticky ul li a:hover {
    color: #83bdff;
}

/*HOME PAGE*/
.banner {
    position: relative;
    width: 100%;
    height: 100vh;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(9, 56, 73, 0.4) 40%, rgba(9, 56, 73, 1) 100%), url(Media/ca-g.webp);
    background-size: cover;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.banner::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(to bottom, rgba(9, 56, 73, 1) 0%, rgba(9, 56, 73, 0) 100%);
}

.bg-text-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(25%, 30%);
    z-index: 1;
    width: 650px;
    height: 400px;
}

.main-bg-text {
    font-size: 1.5em;
    margin-bottom: 30px;
    text-align: right;
    font-weight: 500;
    color: #ffffff;
    text-shadow: 1px 1px 7px rgba(0, 0, 0, 1);
}

.bg-button {
    margin-left: 450px;
    width: 200px;
    height: 50px;
    background-color: transparent;
    color: #fff;
    border-radius: 5px;
    font-size: 1.1em;
    font-weight: 500;
    cursor: pointer;
    border: solid 1px #fff;
    box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.6);
    transition: 0.2s ease-in-out;
}

.bg-button:hover {
    background-color: #fff;
    color: #093849;
}

.banner-bottom {
    height: 65vh;
    background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgba(9, 56, 73, 0.6) 40%, rgba(9, 56, 73, 1) 100%), url(Media/ca3.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    
}

.banner-bottom::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 65%;
    background: linear-gradient(to top, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 35%);
}

.button-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.button-text {
    font-size: 2em;
    font-weight: bold;
    letter-spacing: 1pt;
    color: #fff;
    text-shadow: 1px 1px 7px rgba(0, 0, 0, 1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin-top: -80px;
}

.button {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    top: 133.5vh;
    width: 200px;
    height: 50px;
    background-color: transparent;
    color: #fff;
    border-radius: 5px;
    font-size: 1.1em;
    font-weight: 500;
    cursor: pointer;
    border: solid 1px #fff;
    box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.6);
    transition: all 0.2s ease-in-out;
}

.button:hover {
    background-color: #fff;
    color: #093849;
}

.youtube-overlay {
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(5px);
    opacity: 0;
    pointer-events: none;
    transition: all 0.4 ease;
}

.youtube-overlay.active{
    opacity: 1;
    pointer-events: auto;
    z-index: 10000;
}

.youtube-popup{
    position: fixed;
    width: 60%;
    left: 50%;
    transform: translate(-50%, 125%);
}

.youtube-overlay.active .youtube-popup{
    transform: translate(-50%, 25%);
}

.youtube-popup iframe{
    width: 100%;
    aspect-ratio: 16/9;
}

.book-svg{
    width: 50px;
    height: auto;
}

.main-h1 {
    font-size: 2em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    color: #093849;
    margin-top: 30px;
    margin-bottom: 30px;
}

.main-h1 object {
    width: 50px;
    height: auto;
}

.main-con {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 5%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    overflow-x: hidden;
    overflow-y: hidden;
    transform: translate(60px, 0px);
}

.image-con {
    display: flex;
    flex-direction: row;
    position: relative;
    width: 500px;
    height: 500px;
    margin-left: 0;
}

.image-con-space {
    transform: translate(-56px, 0px);
}

.menu-img-showcase {
    display: inline-block;
    width: 100%;
    justify-content: space-evenly;
}

.img-title {
    font-size: 0.85em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 90px;
}

.img-description {
    font-size: 20px;
    margin-bottom: 250px;
}

.img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 50px;
    background: rgba(0, 0, 0, 0.6);
    color: #ffffff;
    display: flex;
    flex-direction: column;
    opacity: 0;
    z-index: 1;
    transition: opacity 300ms;
}

.img-overlay>* {
    transform: translateY(30px);
    transition: transform 0.35s;
}

.img-blur-over {
    backdrop-filter: blur(5px);
}

.img-overlay:hover {
    opacity: 1;
    cursor: pointer;
}

.img-overlay:hover>* {
    transform: translateY(0);
}

.read-more {
    color: #28c1f8;
    font-size: 20px;
}

footer {
    display: flex;
    align-items: center;
    background-color: #093849;
    padding: 25px;
}

footer .logo {
    display: flex;
    align-items: center;
    margin-right: 25px;
    margin-left: 25px;
}

.social-icons-container {
    display: flex;
    flex-direction: column;
    margin-left: 20px;
}

.social-icons {
    display: flex;
    align-items: center;
}

.social-icons a {
    display: inline-block;
    margin-right: 15px;
    width: 35px;
    height: 35px;
}

footer .logo img {
    position: relative;
    width: 125px;
    margin-left: 40px;
    padding: 0;
}

.email-address {
    padding: 0;
    margin-top: 10px;
    color: #fff;
    font-size: 0.95em;
    margin-right: 12px;
}

footer .copyright {
    display: grid;
    width: 900px;
    margin-top: 90px;
    text-align: center;
    color: #fff;
    opacity: 0.8;
    font-size: 0.95em;
}

footer .sponsors{
    display: flex;
    justify-content: end;
    align-items: center;
    margin-left: 100px;
}

.sponsors-container{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin-left: 50px;
}

/*ABOUT PAGE*/

.banner-about {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50vh;
    background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgba(9, 56, 73, 1) 100%), url(Media/about-image.jpg);
    background-size: cover;
    background-position: center 20%;
    background-repeat: no-repeat;
    margin-bottom: 2.5%;
}

.banner-about::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 50%;
    background: linear-gradient(to top, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 35%);
}

.about-heading {
    text-align: center;
    font-size: 2em;
    font-weight: bold;
    letter-spacing: 1pt;
    color: #fff;
    text-shadow: 1px 1px 7px rgba(0, 0, 0, 1);
    margin-bottom: 20px;
}

.about-sub-heading {
    color: #093849;
    font-size: 1.5em;
}

.hm-marg {
    margin-top: 10px;
}

.ss-heading {
    color: #b98800
}

.about-grid-1 {
    display: grid;
    grid-template-columns: 20% 20% 20% 20% 20%;
    grid-template-rows: 15% 37.5% 20%;
}

.about-text {
    font-size: 1em;
}

.item-1 {
    grid-row: 1 / 2;
    grid-column: 2 / 5;
}

.item-2 {
    grid-row: 2 / 3;
    grid-column: 2 / 3;
}

.item-3 {
    grid-row: 2 / 5;
    grid-column: 2 / 5;
    margin-left: 225px;
}

.item-4 {
    grid-row: 4 / 5;
    grid-column: 2 / 5;
}

.about-grid-2 {
    display: grid;
    grid-template-columns: 20% 20% 20% 20% 20%;
    grid-template-rows: 2.5% 5% 100% 50% 20%;
}

.item-5 {
    grid-row: 2 / 3;
    grid-column: 2 / 5;
    margin-top: 5%;
}

.item-6 {
    grid-row: 3 / 4;
    grid-column: 2 / 5;
    margin-top: 6%;
}

.item-7 {
    grid-row: 3 / 4;
    grid-column: 2 / 5;
    margin-top: 10%;
    margin-bottom: 10%;
}

/*GALLERY PAGE*/

.banner-gallery {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50vh;
    background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgba(9, 56, 73, 1) 100%), url(Media/staff.jpg);
    background-size: cover;
    background-position: center 0%;
    background-repeat: no-repeat;
    margin-bottom: 2.5%;
}

.banner-gallery::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 50%;
    background: linear-gradient(to top, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 35%);
}

.j-title {
    color: #093849;
}

.line-with-text {
    display: inline-block;
    border-bottom: 1px solid black;
    flex-grow: 1;
    margin-left: 10px;
}

.gallery-grid-1 {
    display: grid;
    grid-template-columns: 20% 12% 17.5% 1.5% 12% 17.5% 20%;
    grid-template-rows: 0.50fr 2fr 0.25fr 2fr;
}


.por-1 {
    grid-row: 2 / 3;
    grid-column: 2 / 3;
}

.text-por-1 {
    grid-row: 2 / 3;
    grid-column: 3 / 4;
}

.por-2 {
    grid-row: 2 / 3;
    grid-column: 5 / 6;
}

.text-por-2 {
    grid-row: 2 / 3;
    grid-column: 6 / 7;
}

.por-3 {
    grid-row: 4 / 5;
    grid-column: 2 / 3;
}

.text-por-3 {
    grid-row: 4 / 5;
    grid-column: 3 / 4;
}

.por-4 {
    grid-row: 4 / 5;
    grid-column: 5 / 5;
}

.text-por-4 {
    grid-row: 4 / 5;
    grid-column: 6 / 7;
}

.gallery-grid-2 {
    display: grid;
    grid-template-columns: 20% 10.5% 1.875% 10.5% 1.875% 10.5% 1.875% 10.5% 1.875% 10.5% 20%;
    grid-template-rows: 0.50fr 0.35fr 2fr 0.25fr 2fr 0.25fr 2fr 0.25fr 0.35fr 2fr 0.25fr 2fr 0.25fr 2fr 0.25fr 2fr 0.25fr 2fr 0.25fr 2fr 0.25fr 0.35fr 2fr 0.25fr 2fr 0.25fr 0.35fr 2fr 0.25fr 2fr 0.4fr;
}

.gal-1-h3 {
    grid-row: 2 / 3;
    grid-column: 2 / 11;
}

.res {
    width: 100%;
}

.gal-1 {
    grid-row: 3 / 4;
    grid-column: 2 / 3;
}

.gal-2 {
    grid-row: 3 / 4;
    grid-column: 4 / 5;
}

.gal-3 {
    grid-row: 3 / 4;
    grid-column: 6 / 7;
}

.gal-4 {
    grid-row: 3 / 4;
    grid-column: 8 / 9;
}

.gal-5 {
    grid-row: 3 / 4;
    grid-column: 10 / 11;
}

.gal-6 {
    grid-row: 5 / 6;
    grid-column: 2 / 3;
}

.gal-7 {
    grid-row: 5 / 6;
    grid-column: 4 / 5;
}

.gal-8 {
    grid-row: 5 / 6;
    grid-column: 6 / 7;
}

.gal-9 {
    grid-row: 5 / 6;
    grid-column: 8 / 9;
}

.gal-10 {
    grid-row: 5 / 6;
    grid-column: 10 / 11;
}

.gal-11 {
    grid-row: 7 / 8;
    grid-column: 2 / 3;
}

.gal-12 {
    grid-row: 7 / 8;
    grid-column: 4 / 5;
}

.gal-13 {
    grid-row: 7 / 8;
    grid-column: 6 / 7;
}

.gal-14 {
    grid-row: 7 / 8;
    grid-column: 8 / 9;
}

.gal-2-h3 {
    grid-row: 9 / 10;
    grid-column: 2 / 11;
}

.gal-15 {
    grid-row: 10 / 11;
    grid-column: 2 / 3;
}

.gal-16 {
    grid-row: 10 / 11;
    grid-column: 4 / 5;
}

.gal-17 {
    grid-row: 10 / 11;
    grid-column: 6 / 7;
}

.gal-18 {
    grid-row: 10 / 11;
    grid-column: 8 / 9;
}

.gal-19 {
    grid-row: 10 / 11;
    grid-column: 10 / 11;
}

.gal-20 {
    grid-row: 12 / 13;
    grid-column: 2 / 3;
}

.gal-21 {
    grid-row: 12 / 13;
    grid-column: 4 / 5;
}

.gal-22 {
    grid-row: 12 / 13;
    grid-column: 6 / 7;
}

.gal-23 {
    grid-row: 12 / 13;
    grid-column: 8 / 9;
}

.gal-24 {
    grid-row: 12 / 13;
    grid-column: 10 / 11;
}

.gal-25 {
    grid-row: 14 / 15;
    grid-column: 2 / 3;
}

.gal-26 {
    grid-row: 14 / 15;
    grid-column: 4 / 5;
}

.gal-27 {
    grid-row: 14 / 15;
    grid-column: 6 / 7;
}

.gal-28 {
    grid-row: 14 / 15;
    grid-column: 8 / 9;
}

.gal-29 {
    grid-row: 14 / 15;
    grid-column: 10 / 11;
}

.gal-30 {
    grid-row: 16 / 17;
    grid-column: 2 / 3;
}

.gal-31 {
    grid-row: 16 / 17;
    grid-column: 4 / 5;
}

.gal-32 {
    grid-row: 16 / 17;
    grid-column: 6 / 7;
}

.gal-33 {
    grid-row: 16 / 17;
    grid-column: 8 / 9;
}

.gal-34 {
    grid-row: 16 / 17;
    grid-column: 10 / 11;
}

.gal-35 {
    grid-row: 18 / 19;
    grid-column: 2 / 3;
}

.gal-36 {
    grid-row: 18 / 19;
    grid-column: 4 / 5;
}

.gal-37 {
    grid-row: 18 / 19;
    grid-column: 6 / 7;
}

.gal-38 {
    grid-row: 18 / 19;
    grid-column: 8 / 9;
}

.gal-39 {
    grid-row: 18 / 19;
    grid-column: 10 / 11;
}

.gal-40 {
    grid-row: 20 / 21;
    grid-column: 2 / 3;
}

.gal-41 {
    grid-row: 20 / 21;
    grid-column: 4 / 5;
}

.gal-42 {
    grid-row: 20 / 21;
    grid-column: 6 / 7;
}

.gal-3-h3 {
    grid-row: 22 / 23;
    grid-column: 2 / 11;
}

.gal-43 {
    grid-row: 23 / 24;
    grid-column: 2 / 3;
}

.gal-44 {
    grid-row: 23 / 24;
    grid-column: 4 / 5;
}

.gal-45 {
    grid-row: 23 / 24;
    grid-column: 6 / 7;
}

.gal-46 {
    grid-row: 23 / 24;
    grid-column: 8 / 9;
}

.gal-47 {
    grid-row: 23 / 24;
    grid-column: 10 / 11;
}

.gal-48 {
    grid-row: 25 / 26;
    grid-column: 2 / 3;
}

.gal-49 {
    grid-row: 25 / 26;
    grid-column: 4 / 5;
}

.gal-4-h3 {
    grid-row: 27 / 28;
    grid-column: 2 / 11;
}

.gal-50 {
    grid-row: 28 / 29;
    grid-column: 2 / 3;
}

.gal-51 {
    grid-row: 28 / 29;
    grid-column: 4 / 5;
}

.gal-52 {
    grid-row: 28 / 29;
    grid-column: 6 / 7;
}

.gal-53 {
    grid-row: 28 / 29;
    grid-column: 8 / 9;
}

.gal-54 {
    grid-row: 28 / 29;
    grid-column: 10 / 11;
}

.gal-55 {
    grid-row: 30 / 31;
    grid-column: 2 / 3;
}

.gal-56 {
    grid-row: 30 / 31;
    grid-column: 4 / 5;
}

.gal-57 {
    grid-row: 30 / 31;
    grid-column: 6 / 7;
}

.gal-58 {
    grid-row: 30 / 31;
    grid-column: 8 / 9;
}

.gal-59 {
    grid-row: 30 / 31;
    grid-column: 10 / 11;
}

/* EVENTS PAGE */

.banner-events {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50vh;
    background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgba(9, 56, 73, 1) 100%), url(Media/event.jpeg);
    background-size: cover;
    background-position: center 0%;
    background-repeat: no-repeat;
    margin-bottom: 2.5%;
}

.banner-events::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 50%;
    background: linear-gradient(to top, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 35%);
}

.cal-container{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2.5%;
}
