﻿
.hero-area {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 800px;
    margin-top: -.05rem;
    background-position: top;
    background-attachment: fixed;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-area {
        height: 700px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-area {
        height: 600px;
    }
}

@media only screen and (max-width: 767px) {
    .hero-area {
        height: 450px;
    }
}

.hero-area .hero-area-gradient {
    position: absolute !important;
    height: 0.5vw;
    width: 100%;
    bottom: -1px;
    left: 0;
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgb(255 255 255));
}

.hero-area .hero-content {
    color: white;
    transition-duration: 500ms;
    text-align: center;
    padding: 80px;
    background-color: rgba(0, 0, 0, 0.6);
    position: relative;
}

    .hero-area .hero-content::after {
        position: absolute;
        content: "";
        width: 100%;
        height: 9px;
        left: 0%;
        bottom: -13px;
        border-bottom: 3px solid #276acc;
        background: #d8dee7;
        -webkit-box-shadow: 0 -5px 9px 3px rgb(39, 106, 204, 0.54);
        box-shadow: 0 -5px 9px 3px rgb(39, 106, 204, 0.54);
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-area .hero-content {
        padding: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .hero-area .hero-content {
        padding: 30px 20px;
    }

        .hero-area .hero-content::after {
            position: absolute;
            content: "";
            width: 100%;
            height: 5px;
            bottom: -8px;
            border-bottom: 2px solid #276acc;
            background: #d8dee7;
            -webkit-box-shadow: 0 -5px 9px 3px rgb(39, 106, 204, 0.54);
            box-shadow: 0 -5px 9px 3px rgb(39, 106, 204, 0.54);
        }
}


.mini-hero-area-large {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 580px;
    margin-top: -.05rem;
}

.mini-hero-area {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 410px;
    margin-top: -.05rem;
}

@media only screen and (max-width: 767px) {
    .mini-hero-area {
        height: 250px;
    }

    .mini-hero-area-large {
        height: 380px;
    }
}

.mini-hero-area-gradient {
    position: absolute !important;
    height: 1vw;
    width: 100%;
    bottom: -1px;
    left: 0;
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255 255 255));
}

.mini-hero-area-text {
    transition-duration: 500ms;
    position: relative;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0);
    color: white;
}

    .mini-hero-area-text::after {
        position: absolute;
        content: "";
        width: 100%;
        height: 5px;
        bottom: -15px;
        border-bottom: 2px solid #276acc;
        background: #d8dee7;
        box-shadow: 0 -5px 9px 3px rgb(39, 106, 204, 0.54);
    }

.mini-hero-area .mini-hero-area-image {
    height: 200px;
}

@media only screen and (max-width: 767px) {
    .mini-hero-area .mini-hero-area-image {
        height: 150px;
    }

    .mini-hero-area-large .mini-hero-area-image {
        height: 220px;
    }
}



.bg-img {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-overlay {
    position: relative;
    z-index: 2;
    background-position: center center;
    background-size: cover;
}

    .bg-overlay::after {
        background-color: rgba(0, 0, 0, 0.6);
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: "";
    }



.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}

    .carousel-caption .text-truncate {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }



.article-content-img {
    height: 350px;
}

@media only screen and (max-width: 767px) {
    .article-content-img {
        height: 150px;
    }
}



.slipt-banner {
    height: 480px;
    min-height: 100%;
    width: 100% !important;
}

@media only screen and (max-width: 767px) {
    .slipt-banner {
        height: 341px;
    }
}

@media only screen and (max-width: 425px) and (max-width: 766px) {
    .slipt-banner {
        height: 239px;
    }
}

@media only screen and (max-width: 320px) {
    .slipt-banner {
        height: 180px;
    }
}



.news-article-image img {
    aspect-ratio: 4 / 3;
    width: 100%;
    height: 100%;
}

@media (min-width: 767px) {
    .news-article-image {
        width: 177px;
        height: 133px;
    }
}



.image-fluid {
    max-width: 100%;
    height: auto;
}



.about-p {
    line-height: 1.4;
    font-weight: 200;
    font-size: 1.5rem;
}

.about-img {
    min-width: 100%;
    min-height: 100%;
}



.faqs-tab-content {
    min-height: 250px;
}

.content-padding {
    padding: 90px 0px;
}

.content-padding-mid {
    padding: 45px 0px;
}

@media (min-width: 820px) {
    .content-padding {
        padding: 120px 0px;
    }

    .content-padding-mid {
        padding: 80px 0px;
    }
}



.body-wrapper {
    min-height: 100vh;
    position: relative;
}



.footer {
    padding-top: 4rem;
    padding-bottom: 6rem;
}

    .footer a {
        color: #ffffff !important;
    }

.footer-bg {
    background: url('../static/images/banners/footer-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.footer-copyright {
    position: relative;
    color: #ffffff !important;
    background-color: black;
    border-top: 4px solid #276acc;
    -webkit-box-shadow: 0 -5px 15px 3px rgb(39, 106, 204, 0.54);
    box-shadow: 0 -5px 15px 3px rgb(39, 106, 204, 0.54);
}



.dialog-background {
    backdrop-filter: blur(10px);
}


.full-height {
    height: 100vh;
    display: flex;
    align-items: center;
}



.typing-text {
    overflow: hidden;
    white-space: nowrap;
    animation: typing 3s steps(25, end) infinite;
}

@keyframes typing {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}



.video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%; /* 16:9 */
    border: 5px solid;
    border-radius: 14px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    overflow: hidden;
}

@media only screen and (max-width: 425px) {
    .video-container {
        border: 3px solid;
        border-radius: 10px;
        box-shadow: 0 2.5px 5px rgba(0, 0, 0, 0.3);
    }
}

.iframe-wrapper {
    width: 100%;
    height: 100%;
    display: none; /* Initially hidden */
}

    .iframe-wrapper.iframe-active {
        display: block;
    }

    .iframe-wrapper iframe {
        position: absolute;
        width: 100%;
        height: 100%;
        border: none;
    }

.iframe-video-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

    .iframe-video-image .hidden {
        display: none;
    }



.slideshow .owl-prev,
.slideshow .owl-next {
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 50rem !important;
    top: 50%;
    margin-top: -30px;
    font-size: 26px;
    color: #ffffff;
    background-color: rgba(13, 13, 13, 0.7);
    left: 10%;
    text-align: center;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    line-height: 60px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slideshow .owl-prev,
    .slideshow .owl-next {
        left: 12%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slideshow .owl-prev,
    .slideshow .owl-next {
        left: 7%;
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .slideshow .owl-prev,
    .slideshow .owl-next {
        left: 5%;
        width: 40px;
        height: 40px;
        margin-top: -20px;
        line-height: 40px;
    }
}

.slideshow .owl-prev:hover,
.slideshow .owl-next:hover {
    background-color: #7e6fff;
    color: #ffffff;
}

.slideshow .owl-next {
    left: auto;
    right: 10%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slideshow .owl-next {
        right: 12%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slideshow .owl-next {
        right: 7%;
    }
}

@media only screen and (max-width: 767px) {
    .slideshow .owl-next {
        right: 5%;
    }
}



ul {
    padding-left: 40px;
}

ol {
    padding-left: 40px;
}

blockquote {
    background: #f9f9f9;
    border-left: 3px solid #ccc;
    margin: 1.5em 10px;
    padding: 0.5em 10px;
}



.banner-enter-animation {
    animation: float-up-down-in 0.7s ease-out forwards;
}

.cookie-enter-animation {
    animation: float-up-down-in 0.7s ease-out forwards;
}

@keyframes float-up-down-in {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }

    60% {
        opacity: 1;
        transform: translateY(-5px); /* Overshoot upwards */
    }

    100% {
        opacity: 1;
        transform: translateY(0); /* Settle into place */
    }
}
