.carousel-background{
    width: 100%;
    height: calc(100vh - 129.63px);
}

.carousel-background img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.my-carousel{
    position: relative;
    z-index: 1;
}

.my-carousel__filter{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 40;
    background-image: linear-gradient(0deg, var(--header) 0%, #08174C38 100%);
}

.my-carousel__content{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
}

.my-carousel__title{
    flex: 1;
    font-family: "Syne", sans-serif;
}

.my-carousel__play-video-wrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 22px;
}


.my-carousel__play-video-btn{
    width: 78px;
    height: 78px;
    border: 1px solid white;
    border-radius: 50%;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    z-index: 10;
    cursor: pointer;
    animation: wave 3s infinite;
    transition: all 0.3s ease;
    background: transparent;
}

.my-carousel__play-video-btn:hover{
    background: var(--primary);
    border: var(--primary);
    animation: wave-primary 3s infinite;
}


@keyframes wave {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 1);
    }

    70% {
        box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@keyframes wave-primary {
    0% {
        box-shadow: 0 0 0 0 rgba(238, 156, 56, 1)
    }

    70% {
        box-shadow: 0 0 0 15px rgba(238, 156, 56, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(238, 156, 56, 0);
    }
}
.my-carousel__play-video-wrapper span {
    color: white;
    font-weight: 200;
    font-family: "Raleway", "sans-serif";
    font-size: 14px;
    letter-spacing: 2px;
}

.my-carousel__title h1{
    color: var(--primary-foreground);
    font-weight: 500;
    font-size: 24px;
    text-align: center;
}

.section{
    padding-top: 100px;
    padding-bottom: 50px;
    color: var(--header);
    font-family: "Syne", sans-serif;


}

.section__title--medium{
    font-size: 30px;
    letter-spacing: 2px;
    font-weight: 400;
    font-family: "Syne", sans-serif;

}

.card{
    color: var(--header);
}

.card__icon-wrapper{
    border: 1px solid var(--border);
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.4s ease-in-out;
}

.card__icon-wrapper i{
    color: var(--primary);
    transition: all 0.4s ease-in-out;

}

.card-title{
    font-weight: 450;
}


.section__subtitle{
    text-transform: uppercase;
    color: var(--primary);
    letter-spacing: 2px;
    font-weight: 500;
    font-size: 18px;
    font-family: "Raleway", "sans-serif";
}

.section__title--large{
    font-size: 45px;
    letter-spacing: 1px;
    font-weight: 400;
    font-family: "Syne", sans-serif;
    text-align: start;
}

.section__paragraph{
    width: 100%;
    text-align: center;
    font-weight: 300;
    color: var(--light-gray);
    font-family: "Raleway", sans-serif;
}
.section__paragraph--full{
    font-weight: 300;
    color: var(--light-gray);
    font-family: "Raleway", sans-serif;
}

.section__feat-service-img-wrapper{
    position: relative;
    width: 100%;
    height: 500px;
    z-index: 20;
    cursor: pointer;
}

.section__filter{
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0);
    transition: background 0.2s ease-in-out;
}

.section__filter span{
    color: white;
    font-size: 28px;
    font-weight: 400;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
}

.section__right-icon{
    width: 60px;
    height: 60px;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: var(--primary);
    opacity: 0;
    transition: opacity 0.2s ease-in-out;

}

.section__feat-service-img-wrapper:hover .section__filter{
    background: rgba(0,0,0,0.4);
}

.section__feat-service-img-wrapper:hover span {
    opacity: 1;
}

.section__feat-service-img-wrapper:hover .section__right-icon {
    opacity: 1;
}


.section__feat-service-img-wrapper img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section__about-us-image-wrapper{
    width: 100%;
}

.section__about-us-image-wrapper img{
    width: 100%;
    height: 600px;
    object-fit: cover;
}

.container--gray{
    background: var(--navbar);
    position: relative;
    top: -150px;
    padding-top: 270px;
    padding-bottom: 150px;
    z-index: 0;
}

.section__paragraph--left{
    width: 100%;
    text-align: left;
    font-weight: 300;
    color: var(--light-gray);
    font-family: "Raleway", sans-serif;
}


.tiny-card__title{
    border-top: 1px solid var(--light-border);
    padding-top: 15px;
    font-size: 23px;
    color: var(--header)
}

.container--gray-no-shift{
    background: var(--navbar);
    padding-top: 270px;
    padding-bottom: 150px;
    z-index: 0;
}

.section__paragraph--more-width{
    width: 100%;
    text-align: center;
    font-weight: 300;
    color: var(--light-gray);
    font-family: "Raleway", sans-serif;
}


.section__article-side-wrapper{
    flex: 1;
}

.article-card__title{
    text-transform: capitalize;
    font-size: 25px;
    font-weight: 400;
    cursor: pointer;
}

.article-card__title:hover{
    color: var(--primary);
}

.article-card__description{
    font-family: "Raleway", "sans-serif";
    font-weight: 300;
}
.article-card__link{
    color: var(--primary);
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
    letter-spacing: 1px;
}

.article-card__link:hover{
    color: var(--primary-hover);
}

.article-card__image-wrapper{
    height: 280px;
}

.article-card__image-wrapper img {
    height: 100%;
    object-fit: cover;
}


.card:hover{
    border: 1px solid var(--primary);
}

.feat-card{
    cursor: pointer;
}

.feat-card:hover .card__icon-wrapper{
    background: var(--primary);
    border: none;
}

.feat-card:hover [data-lucide]{
    stroke: white;
}

.modal__video-body{
    background: transparent !important;
}

.modal__video-wrapper{
    width: 100%;
}

.modal__video-wrapper video{
    width: 100%;
}





@media (min-width: 576px) {
    .my-carousel__title h1{
        font-size: 36px;
    }
    .section__title--medium{
        font-size: 35px;
    }

}

@media (min-width: 768px) {

    .my-carousel__title h1{
        font-size: 40px;
    }

    .section__title--large{
        font-size: 55px;
    }
    .tiny-card__title {
        font-size: 25px;
    }
    .carousel-background{
        height: calc(100vh - 173.63px);
    }
}


@media (min-width: 992px) {
    .my-carousel__title h1{
        text-align: left;
    }

    .section__paragraph{
        width: 50%;
    }
    .section__paragraph--left{
        width: 50%;
    }
    .section__paragraph--more-width{
        width: 60%;
    }
    .navbar__contact-container{
        display: flex;
    }
}

@media (min-width: 1200px) {


}

@media (min-width: 1400px) {
    .my-carousel__title h1 {
        font-size: 94px;
    }
    .section__paragraph{
        width: 40%;
    }
    .tiny-card__title {
        font-size: 30px;
    }
}