@import url('https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400..700;1,400..700&family=Arvo:ital,wght@0,400;0,700;1,400;1,700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Outfit:wght@100..900&family=Roboto+Mono:ital,wght@0,100..700;1,100..700&family=Rubik:ital,wght@0,300..900;1,300..900&family=Sanchez:ital@0;1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');
/* bg  */
/* .bg-banner{
    background: url('../../images/home/banner-1.jpg') center/cover;
    height: calc(100vh - 80px);
    position: relative;
    width: 100%;
} */
.video-section {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    /* height: 50vh; */
    height: calc(100vh - 95px);
    /* min-height: 100vh; */
    /* max-height: 100vh; */
    position: relative;
}

#video-bg {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
    object-fit: cover;
}

.video-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.video-overlay-contents {
    text-align: center;
    margin-bottom: 80px;
}

.video-overlay-head {
    color: #ffff;
    font-weight: 700;
    font-size: 70px;
    margin-bottom: 10px;
    font-family: "Inter", sans-serif;
}

.video-overlay-paragraph {
    color: #ffff;
    font-weight: 600;
    font-size: 40px;
    font-family: "Inter", sans-serif;
}

.bg-gradient {
    background-image: linear-gradient(to right, #008081, #1D3F72);
    width: 100%;
    padding: 50px 0;
}

.bg-white {
    background-color: #ffffff;
    width: 100%;
    padding: 50px 0;
}

.bg-grey {
    background-color: #F4F4F4;
    width: 100%;
    padding: 50px 0;
}

/* texts  */
.page-head-black {
    font-size: 35px;
    line-height: 40px;
    color: black;
    font-weight: 400;
}

.page-head-white {
    font-size: 35px;
    color: white;
    font-weight: 400;
}

.page-head-blue {
    font-size: 35px;
    color: #0D617A;
    font-weight: 400;
}

.page-head-bold {
    font-weight: 600;
}

.paragraph-text-dark {
    font-size: 16px;
    font-weight: 400;
    text-align: justify;
    color: #444444
}

.paragraph-text-light {
    font-size: 16px;
    font-weight: 400;
    text-align: justify;
    color: #f4f4f4
}

.paragraph-text-blue {
    font-size: 16px;
    font-weight: 400;
    text-align: justify;
    color: #0D617A
}

.small-head-black {
    font-size: 16px;
    color: #000000;
    font-weight: 600;
}

.small-head-white {
    font-size: 16px;
    color: #ffffff;
    font-weight: 600;
}

.small-text-dark {
    font-size: 12px;
    font-weight: 400;
    color: #444444
}

.small-text-light {
    font-size: 12px;
    font-weight: 400;
    color: #f4f4f4
}

/* buttons  */
.cust-btn-1 {
    color: black;
    background-color: #ffffff00;
    font-weight: 600;
    font-size: 16px;
    border-radius: 50px;
    padding: 5px 15px;
    border: black 1px solid;
}

.cust-btn-2 {
    color: #0D617A;
    background-color: #ffffff;
    font-weight: 600;
    font-size: 14px;
    border-radius: 50px;
    padding: 5px 15px;
    border: #0D617A 1px solid;
}
.cust-btn-2:hover{
    color: #ffffff;
    background-color: #0D617A;
}
.contact-top-bg {
    background-image: linear-gradient(to right, #008081, #1D3F72);
    padding: 5px 0;
    box-shadow: 0 0px 4px #00000080;
    z-index: 9;
}

.contact-top-text {
    color: #ffffff !important;
    font-weight: 400;
    font-size: 15px;
}

.updates-head {
    color: #ffffff;
    background-color: #027A7F;
    font-size: 18px;
    font-weight: 700;
    padding: 0;
    margin: 5px 0;
    width: 104px;
    position: absolute;
    z-index: 10;
}

.updates-text {
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
    padding-top: 15px;
    padding-bottom: 0;
    margin: 0;

}

.status-body {
    background-image: linear-gradient(to right, #008081, #1D3F72);
    width: 100%;
    padding: 20px 0;
    z-index: 9;
    position: absolute;
    bottom: 0;
    left: 0;
}

.status-card {
    width: 100%;
}

.status-card-head {
    color: #fff;
    font-weight: 700;
    font-size: 35px;
    margin-bottom: 0px;
}

.status-card-text {
    color: #fff;
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 0px;
}

.about-img-1 {
    border-radius: 30px;
    width: 100%;
    margin-top: 50px;
}

.about-img-2 {
    border-radius: 30px;
    width: 100%;
    margin-bottom: 50px;
}
.about-img-3 {
    border-radius: 30px;
    width: 100%;
    margin-bottom: 50px;
}


.principal-bg-green {
    background-color: #008081;
    width: 100%;
    border-radius: 500px 20px 20px 500px;
}

.principal-img {
    border-radius: 50%;
    width: 100%;
    max-width: 350px;
    border: #ffffff 6px solid;
}

.principal-content-body {
    padding: 0 4%;
    margin: 10px;
}

.gallery {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 2px;
}

.gallery div {
    background-size: cover;
    background-position: center;
}
.gallery-container {
    position: relative;
    width: 100%;

  }
  
.gallery-header {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 2;
  }
  
  .gallery-header-text{
    font-size: 58px;
    font-weight: 800;
    color: #ffffff;
    letter-spacing: 10px;
    margin-bottom: 10px;
    font-family: "Quicksand", sans-serif;
  }
  
  /* .gallery-header-btn{
    padding: 5px 30px;
    background-color: rgba(189, 185, 185, 0.7);
    color: rgb(0, 0, 0);
    border: none;
    cursor: pointer;
    font-weight: 500;
  } */
  .gallery-header-btn{
    background: linear-gradient(-45deg, #ffffff, #0D617A, #0D617A, #ffffff);
    background-size: 800% 400%;
    padding: 1em 2em;
    display: inline-block;
    border: none;
    border-radius: 10px;
    font-size: 17px;
    font-weight: 700;
    color: white;
    transition: all .5s ease-in-out;
    animation: gradient 10s infinite cubic-bezier(.62, .28, .23, .99) both;
  }
  
  .gallery-header-btn:hover {
    animation: gradient 3s infinite;
    transform: scale(1.05);
  }
  
  .gallery-header-btn:active {
    animation: gradient 3s infinite;
    transform: scale(0.8);
  }
  
  @keyframes gradient {
    0% {
      background-position: 0% 50%;
    }
  
    50% {
      background-position: 100% 50%;
    }
  
    100% {
      background-position: 0% 50%;
    }
  }

  .gallery-overlay{
    position: relative;
    background-size: cover;
    background-position: center;
    width: 100%;
    /* height: 200px; */
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery-overlay::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); 
    z-index: 1;
}

.gallery-overlay:hover::before {
    background-color: rgba(0, 0, 0, 0.3); 
}



.large {
    grid-column: span 4;
    grid-row: span 2;
    height: 210px;
}

.medium {
    grid-column: span 4;
    grid-row: span 2;
    height: 200px;
}

.small {
    grid-column: span 3;
    grid-row: span 1;
    height: 150px;
}

.happenings-img-div {
    background: center/cover;
    width: 100%;
    height: 300px;
    /* border: #1D3F72 solid 1px; */
    border-radius: 20px;
    margin-bottom: 16px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}



.activity-head{
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flexbox;

    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;

    line-clamp: 1;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}
.activity-text{
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flexbox;

    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;

    line-clamp: 3;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.happenings-carousel {
    overflow: hidden;
}

.happenings-carousel .slick-slide {
    margin: 0 25px;
}

.happenings-carousel .slick-list {
    margin: 0 -25px;
}

.explore-img-div {
    background: center/cover;
    width: 100%;
    height: 400px;
    /* border: #1D3F72 solid 1px; */
    border-radius: 20px;
    overflow: hidden;
}

.explore-overlay {
    background: linear-gradient(to top, #000000b2, #00000000);
    width: 100%;
    height: 100%;
    position: relative;
}

.explore-content {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.explore-carousel {
    overflow: hidden;
}

.explore-carousel .slick-slide {
    margin: 0 25px;
}

.explore-carousel .slick-list {
    margin: 0 -25px;
}

/* .events-img-div {
    background: center/cover;
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1;
    border: #1D3F72 solid 1px;
    overflow: hidden;
}

.events-overlay {
    width: 100%;
    height: 100%;
    position: relative;
}

.events-content {
    position: absolute;
    background-color: #008081;
    padding: 15px;
    width: 100%;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
} */
.events-img-div {
    background: center/cover;
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1;
    /* border: #1D3F72 solid 1px; */
    overflow: hidden;
    position: relative; 
}

.events-overlay {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end; 
    align-items: flex-end;
    position: absolute;
    top: 0;
    left: 0;
}

.events-content {
    background-color: #008081;
    padding: 15px;
    width: 100%;
    position: relative;
}
.event-head{
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flexbox;

    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;

    line-clamp: 1;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}
.event-text{
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flexbox;

    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;

    line-clamp: 3;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: justify;
}
.events-carousel {
    overflow: hidden;
}

.events-carousel .slick-slide {
    margin: 0 15px;
}

.events-carousel .slick-list {
    margin: 0 -15px;
}

.news-img-div {
    background: center/cover;
    height: 100%;
    width: 100%;
    /* border: #1D3F72 solid 1px; */
    overflow: hidden;
    aspect-ratio: 1 / 1;
}
.news-head{
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flexbox;

    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;

    line-clamp: 1;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-text{
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flexbox;

    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;

    line-clamp: 2;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: justify;
}

.news-carousel {
    overflow: hidden;
}

.news-carousel .slick-slide {
    margin: 8px 0;
}

.news-carousel .slick-list {
    margin: -8px 0;
}


@media only screen and (max-width: 992px) {
    .video-overlay-head {
        font-size: 55px;
    }

    .video-overlay-paragraph {
        font-size: 35px;
    }

    .page-head-black {
        font-size: 30px;
    }

    .page-head-white {
        font-size: 30px;
    }

    .page-head-blue {
        font-size: 30px;
    }

    .paragraph-text-dark {
        font-size: 14px;
    }

    .paragraph-text-light {
        font-size: 14px;
    }

    .paragraph-text-blue {
        font-size: 14px;
    }

    .small-head-black {
        font-size: 14px;
    }

    .small-head-white {
        font-size: 14px;
    }

    .contact-top-text {
        font-size: 14px;
    }

    .principal-bg-green {
        background-color: #008081;
        width: 100%;
        border-radius: 200px 20px 20px 20px;
    }
    .gallery-header-text{
        font-size: 54px;
    }
}

@media only screen and (max-width: 767px) {
    .video-overlay-head {
        font-size: 45px;
    }

    .video-overlay-paragraph {
        font-size: 30px;
    }

    .page-head-black {
        font-size: 25px;
    }

    .page-head-white {
        font-size: 25px;
    }

    .page-head-blue {
        font-size: 25px;
    }

    .paragraph-text-dark {
        font-size: 12px;
    }

    .paragraph-text-light {
        font-size: 12px;
    }

    .paragraph-text-blue {
        font-size: 12px;
    }

    .small-head-black {
        font-size: 12px;
    }

    .small-head-white {
        font-size: 12px;
    }

    .contact-top-text {
        font-size: 13px;
    }
    .gallery-header-text{
        font-size: 46px;
    }
}

@media only screen and (max-width: 576px) {
    .video-overlay-head {
        font-size: 30px;
    }

    .video-overlay-paragraph {
        font-size: 20px;
    }

    .contact-top-text {
        font-size: 12px;
    }
    .gallery-header-text{
        font-size: 40px;
    }
    .news-carousel .slick-slide {
        margin: 20px 0;
    }
    
    .news-carousel .slick-list {
        margin: -20px 0;
    }
}