.video {
    width: 100%;
    height: 100%;
    max-height: 100vh;
    overflow: hidden;
}

.video video {
    width: 100%;
}

.top-content {
    position: absolute;
    bottom: 100px;
    left: 0;
    width: 100%;
}

.hero-overlay {
    background: rgba(0, 0, 0, 0.2);
}

@layer utilities {
    .content-auto {
        content-visibility: auto;
    }

    .char-animation {
        display: inline-block;
        transform: translateY(-100%);
        opacity: 0;
    }

    .char-space {
        min-width: 0.5em;
        display: inline-block;
    }
}

.story-container {
    background-image: url("../images/layer_1.jpg");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain;
    align-items: center;
}

.story-left {
    flex: 1;
}

.story-btn {
    display: inline-block;
    height: 50px;
    padding: 0 30px;
    border-radius: 50px;
    background-color: #243772;
    border: 1px solid #243772;
    line-height: 50px;
    color: #fff;
    transition: all 0.5s ease-in-out;
}

.story-btn:hover {
    transform: scale(0.9);
}

.story-right {
    width: 20%;
    height: 100%;
    margin: 0px 10%;
}

.story-right img {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.swiper-slide {
    min-height: 1px;
    height: auto;
}

.swiper-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.mission_bg {
    background: #ebeff2;
}

.mission_bg p {
    overflow: hidden;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    line-clamp: 2;
    -webkit-line-clamp: 2;
}


.values-container p {
    line-clamp: 1;
    -webkit-line-clamp: 1;
}

.mission_bg:after {
    content: "";
    background: url(../images/pattern.png);
    position: absolute;
    width: 17.625rem;
    height: 27.125rem;
    right: 0rem;
    bottom: 0;
    z-index: -1;
}

.swiper-btn {
    display: flex;
}

.swiper-btn img {
    width: 50px;
    height: 50px;
    margin: 0 10px;
}

.what-we-do-container {
    justify-content: space-between;
    align-items: flex-end;
}

.what-we-do-top-container {
    width: 60%;
}

.what-we-do-swiper .swiper-slide {
    position: relative;
    transform: scale(0.8);
    transition: all 0.5s ease-in-out;
}

.what-we-do-swiper .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
}

.what-we-do-swiper .swiper {
    height: 600px;
}

.what-we-do-swiper .swiper-slide-next {
    transform: scale(0.8);
}

.what-we-do-swiper .swiper-slide-active {
    transform: scale(1);
}

.what-we-do-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-slide-active .what-we-do-img {
    width: 80%;
    height: 100%;
    margin-left: 20%;
    overflow: hidden;
}

.what-we-do-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: transform 0.3s ease;
}



.what-we-do-swiper-container {
    display: none;
    position: absolute;
    left: 0;
    width: 70%;
    bottom: 0px;
    height: auto;
    background-color: #ebeff2;
}

.what-we-do-swiper-container ul li {
    list-style: disc;

}

.read-more {
    display: flex;
    align-items: center;
}

.read-more span {
    margin-left: 5px;
    width: 15px;
    height: 15px;
    background-image: url("../images/arrow-right-black.svg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transition: all 0.5s ease-in-out;
}

.animate__fadeInUp {
    display: inline-block;
}

.what-we-do-swiper .swiper-slide:hover .what-we-do-img img {
    transform: scale(1.05);
}

.what-we-do-swiper .swiper-slide:hover h2 {
    text-decoration: underline;
}

.what-we-do-swiper .swiper-slide:hover .read-more span {
    background-image: url("../images/arrow-right-green.svg");
    margin-left: 15px;
}

.what-we-do-swiper .swiper-button-prev {
    width: 50px;
    height: 50px;

}

.what-we-do-swiper .swiper-button-next {
    width: 50px;
    height: 50px;
    right: 260px;
}

.what-we-do-swiper .swiper-button-prev img {
    width: 50px;
    height: 50px;

}

.what-we-do-swiper .swiper-button-next img {
    width: 50px;
    height: 50px;
}

.what-we-do-swiper .swiper-button-prev::after {
    content: none;
}

.what-we-do-swiper .swiper-button-next::after {
    content: none;
}

.news-bg {
    width: 100%;
    position: relative;
}

.news-bg::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 70%;
    background-color: #243772;
    background-image: url("../images/bg-pattern-blue.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: -1;
}


.news {
    justify-content: space-between;
    align-items: flex-end;
}


.news-all-btn {
    border: 1px solid #3fab37;
    background-color: none;
    text-transform: uppercase;
}

.news-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.news-item {

    background-color: #ebeff2;
}

.news-item a {
    display: block;
    width: 100%;
    height: 100%;
}

.news-img {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.news-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: all 0.5s ease-in-out;
}

.news-left-item {
    width: 60%;
}

.news-text {
    overflow: hidden;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    line-clamp: 3;
    -webkit-line-clamp: 3;
}

.news-right {
    flex: 1;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
}

.news-right-item {
    flex: 1;
}

.news-right-item h3 {
    overflow: hidden;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    line-clamp: 3;
    -webkit-line-clamp: 3;
}

.news-right-item a {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.news-item:hover h3 {
    text-decoration: underline;
}

.news-item:hover img {
    transform: scale(1.05);
}

.news-item:hover .read-more span {
    background-image: url("../images/arrow-right-green.svg");
    margin-left: 15px;
}

/* @media screen and (max-width: 965px) {} */

@media screen and (max-width: 965px) {
    .top-content {
        position: relative;
        top: 30px;
        left: 0px;

    }

    .top-content .container #animatedText {
        color: #000;
        line-height: 1.2;
        font-size: 2rem;
    }

    .top-content .container p {
        color: #000;
        font-size: 18px;
        line-height: 1.2;
    }

    .story-right {
        width: 100%;
        height: auto;
    }

    .story-right img {
        width: 80%;
        margin: 30px auto;

    }

    .story-container {
        background-image: none;
    }

    .mission_wrapper .swiper-slide {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .swiper-slide-active .what-we-do-img {
        width: 100%;
        margin-left: 0%;

    }

    .what-we-do-swiper-container {

        width: 100%;

    }

    .what-we-do-swiper .swiper-button-next {

        right: 10px;
    }

    .news-left-item {
        width: 100%;
    }

    .mr-10 {
        margin-right: 0px !important;
    }

    .news-right-item {
        margin-top: 20px;
    }
}