﻿

.carousel-control-prev-icon {
    background-image: url(img/left-arrow.png);
}

.carousel-control-next-icon {
    background-image: url(img/Right-arrow.png);
}

.nav-tabs .nav-link {
    border: 1px solid white;
}

    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
        background-color: white;
        border-color: white;
    }

.custom-card img {
    width: 100%;
    height: auto;
}

nav ul li:hover > ul {
    visibility: visible;
}

nav ul ul ul {
    display: none;
    position: absolute;
    left: 90%;
    width: 200px;
}

nav ul ul li:hover > ul {
    top: 0;
    display: inherit;
}

a,
a:active,
a:focus {
    color: #6f6f6f;
    text-decoration: none;
    transition-timing-function: ease-in-out;
    -ms-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-duration: .2s;
    -ms-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

img {
    max-width: fit-content;
    height: auto;
}

section {
    padding: 60px 0;
    /* min-height: 100vh;*/
}

.sec-title {
    position: relative;
    z-index: 1;
    margin-bottom: 60px;
}

    .sec-title .title {
        position: relative;
        display: block;
        font-size: 18px;
        line-height: 24px;
        color: #00aeef;
        font-weight: 500;
        margin-bottom: 15px;
    }

    .sec-title h2 {
        position: relative;
        display: block;
        font-size: 40px;
        line-height: 1.28em;
        color: #222222;
        font-weight: 600;
        padding-bottom: 18px;
    }

        .sec-title h2:before {
            position: absolute;
            content: '';
            left: 0px;
            bottom: 0px;
            width: 50px;
            height: 3px;
            background-color: #d1d2d6;
        }



    .sec-title.light h2 {
        color: #ffffff;
    }





.about-section {
    position: relative;
    padding: 120px 0 70px;
}

    .about-section .sec-title {
        margin-bottom: 45px;
    }

    .about-section .content-column {
        position: relative;
        margin-bottom: 50px;
    }

        .about-section .content-column .inner-column {
            position: relative;
            padding-left: 30px;
        }

    .about-section .text {
        margin-bottom: 20px;
        line-height: 26px;
        color: black;
        font-weight: 400;
    }

    .about-section .list-style-one {
        margin-bottom: 45px;
    }

    .about-section .btn-box {
        position: relative;
    }

        .about-section .btn-box a {
            padding: 15px 50px;
        }

    .about-section .image-column {
        position: relative;
    }

        .about-section .image-column .text-layer {
            position: absolute;
            right: -110px;
            top: 50%;
            font-size: 325px;
            line-height: 1em;
            color: #ffffff;
            margin-top: -175px;
            font-weight: 500;
        }

        .about-section .image-column .inner-column {
            position: relative;
            padding-left: 80px;
            padding-bottom: 0px;
        }



.aspect-video {
    position: relative;
    height: 24rem; /* Change this value according to your design */
    width: 24rem; /* Change this value according to your design */
    cursor: pointer;
    overflow: hidden;
    transition: box-shadow 0.3s ease-out;
}

    .aspect-video img {
        position: absolute;
        inset: 0;
        height: 100%;
        width: 100%;
        object-fit: cover;
        opacity: 0.9;
        transition: opacity 0.3s ease-out;
    }

    .aspect-video p {
        position: absolute;
        top: 80%;
        left: 1rem;
        line-height: 1.1rem;
        max-width: 80%;
        opacity: 0;
        transition: opacity 0.1s ease-out 0.1s;
        background-color: rgb(130, 129, 129);
        padding: 5px;
        width: 200px;
        color: white;
    }

    .aspect-video:hover p {
        opacity: 60%;
        color: white;
    }

.bg-gradient h5 {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    margin: 0;
    font-weight: bold;
    background-color: rgb(130, 129, 129);
    padding: 5px;
}

.aspect-video:hover .bg-gradient h5 {
    visibility: visible;
    opacity: 1;
    background-color: white;
    padding: 5px;
    opacity: 60%;
}


@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .video-image img {
        max-width: 200%;
        height: auto;
        margin-top: 50px;
    }

    .about-section .sec-title h2 {
        font-size: 32px; /* Bigger font for h2 */
    }

    .about-section .text {
        font-size: 18px; /* Bigger font for additional description text */
        line-height: 28px; /* Adjust line height for better readability */
    }

    .choose-left h3 {
        font-size: 28px; /* Adjust h3 size in the team member section */
    }

    .sec-title .title {
        font-size: 21px; /* Example of changing the size of section title */
    }

    /* Adjust padding/margins for better aesthetics */
    .choose-left {
        padding: 20px; /* Adjust padding to suit larger viewports */
    }

    .about-section .content-column {
        margin-bottom: 80px; /* Increase margin if necessary */
    }
}


@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .video-image img {
        max-width: 190%;
        height: auto;
        margin-top: 50px;
    }

    .about-section .sec-title h2 {
        font-size: 32px; /* Bigger font for h2 */
    }

    .about-section .text {
        font-size: 18px; /* Bigger font for additional description text */
        line-height: 28px; /* Adjust line height for better readability */
    }

    .choose-left h3 {
        font-size: 28px; /* Adjust h3 size in the team member section */
    }

    .sec-title .title {
        font-size: 21px; /* Example of changing the size of section title */
    }

    /* Adjust padding/margins for better aesthetics */
    .choose-left {
        padding: 20px; /* Adjust padding to suit larger viewports */
    }

    .about-section .content-column {
        margin-bottom: 80px; /* Increase margin if necessary */
    }
}


@media only screen and (min-width: 576px) and (max-width: 767px) {
    .video-image img {
        max-width: 130%;
        height: auto;
        margin-top: 50px;
    }

    .about-section .sec-title h2 {
        font-size: 32px; /* Bigger font for h2 */
    }

    .about-section .text {
        font-size: 18px; /* Bigger font for additional description text */
        line-height: 28px; /* Adjust line height for better readability */
    }

    .choose-left h3 {
        font-size: 28px; /* Adjust h3 size in the team member section */
    }

    .sec-title .title {
        font-size: 21px; /* Example of changing the size of section title */
    }

    /* Adjust padding/margins for better aesthetics */
    .choose-left {
        padding: 20px; /* Adjust padding to suit larger viewports */
    }

    .about-section .content-column {
        margin-bottom: 80px; /* Increase margin if necessary */
    }
}


@media only screen and (min-width: 200px) and (max-width: 400px) {
    .video-image img {
        max-width: 180%;
        height: auto;
    }

    .about-section .sec-title h2 {
        font-size: 32px;
        margin-bottom: 10px;
    }

    .about-section .text {
        font-size: 18px; /* Bigger font for additional description text */
        line-height: 28px;
        margin-bottom: 35px;
    }

    .choose-left h3 {
        font-size: 28px;
        margin-bottom: 40px; 
    }

    .sec-title .title {
        font-size: 21px;
        margin-bottom: 35px;
    }

    /* Adjust padding/margins for better aesthetics */
    .choose-left {
        padding: 20px; /* Adjust padding to suit larger viewports */
    }

    .about-section .content-column {
        margin-bottom: 80px; /* Increase margin if necessary */
    }
}