.hero-video-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.hero-section-2 .swiper-slide img {
    width: 100%;
    height: auto;
    object-fit: contain
}

@media (max-width:1199px) {
    .hero-section-2 {
        top: 100px;
        margin-bottom: 80px
    }
}

@media (max-width: 576px) {
    .hero-section-2 {
        top: 80px;
        margin-bottom: 80px
    }
}

.hero-section-2 {
    width: 100%;
    overflow: hidden;
    position: relative
}

.hero-section-2 .swiper-hero {
    height: 100%;
    width: 100%
}

.hero-section-2 .hero-slider-2 {
    width: 100%;
    height: 100%;
    position: relative
}

.hero-section-2 .hero-slider-2 .swiper-slide {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative
}

.hero-section-2 .hero-slider-2 .swiper-slide .hero-slide-bg-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    clip-path: var(--slope-clip-bottom-left-5)
}

[dir=rtl] .hero-section-2 .hero-slider-2 .swiper-slide .hero-slide-bg-wrapper,
[dir=rtl] .hero-section-2 .hero-video-container video {
    clip-path: var(--slope-clip-bottom-right-5)
}

.hero-section-2 .hero-slider-2 .swiper-slide .hero-slide-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% + 100px);
    height: 100%;
    object-fit: cover;
    z-index: 1
}

[dir=rtl] .hero-section-2 .hero-slider-2 .swiper-slide .hero-slide-bg {
    right: 0;
    left: auto
}

.hero-section-2 .hero-slider-2 .swiper-slide .hero-text-box {
    position: relative;
    z-index: 1;
    padding-top: 19.5rem;
    padding-bottom: 19.5rem;
    width: 80%
}

@media (max-width:1456px) {
    .hero-section-2 .hero-slider-2 .swiper-slide .hero-text-box {
        padding-top: 30rem;
        padding-bottom: 20rem
    }
}

.hero-section-2 .hero-slider-2 .swiper-slide .hero-text-box .main-heading {
    opacity: 0;
    transform: translateY(30px);
    transition: .6s 0.3s;
    color: var(--primary-white);
    font-size: 8rem;
    max-width: 70%
}

@media (max-width:1490px) {
    .hero-section-2 .hero-slider-2 .swiper-slide .hero-text-box .main-heading {
        max-width: 88%
    }
}

@media (max-width:1200px) {
    .hero-section-2 .hero-slider-2 .swiper-slide .hero-text-box .main-heading {
        font-size: 6rem;
        max-width: 70%
    }
}

@media (max-width:991px) {
    .hero-section-2 .hero-slider-2 .swiper-slide .hero-text-box .main-heading {
        font-size: 5rem
    }
}

.hero-section-2 .hero-slider-2 .swiper-slide .hero-text-box .about-list {
    opacity: 0;
    transform: translateY(30px);
    transition: .6s 0.6s;
    list-style: none;
    margin-top: 3.5rem;
    margin-bottom: 5rem
}

.hero-section-2 .hero-slider-2 .swiper-slide .hero-text-box .about-list .list-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 5.5px 0
}

.hero-section-2 .hero-slider-2 .swiper-slide .hero-text-box .about-list .list-item .list-icon {
    height: 30px;
    width: 30px;
    fill: var(--primary-color);
    margin-right: 7.5px
}

.hero-section-2 .hero-slider-2 .swiper-slide .hero-text-box .about-list .list-item .list-title {
    font-family: var(--jakarta-font-family);
    font-size: var(--paragraph-font-size);
    color: var(--primary-white);
    font-weight: 600;
    padding-left: 10px;
    line-height: 30px
}

.hero-section-2 .hero-slider-2 .swiper-slide .hero-text-box .about-list .list-item:not(:last-child) {
    padding-bottom: 15px
}

.hero-section-2 .hero-slider-2 .hero-button-next,
.hero-section-2 .hero-slider-2 .hero-button-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    width: 52px;
    height: 52px;
    fill: #000000 !important;
    border-radius: 50%;
    padding: 12px;
    display: flex;
    background: rgb(255 255 255 / .3);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    justify-content: center;
    align-items: center;
    cursor: pointer
}

.hero-section-2 .hero-slider-2 .swiper-button-disabled {
    opacity: .302
}

.hero-section-2 .about-video-box,
.hero-section-2 .commitment-block,
.hero-section-2 .hero-slider-2 .hero-btns {
    opacity: 0;
    transform: translateY(30px);
    transition: .6s 0.9s
}

.hero-section-2 .hero-slider-2 .hero-button-next {
    right: 40px
}

@media (max-width:1200px) {
    .hero-section-2 .hero-slider-2 .hero-button-next {
        right: 28px;
        width: 42px;
        height: 42px;
        padding: 10px
    }
}

.hero-section-2 .hero-slider-2 .hero-button-prev {
    left: 40px
}

@media (max-width:1200px) {
    .hero-section-2 .hero-slider-2 .hero-button-prev {
        left: 28px;
        width: 42px;
        height: 42px;
        padding: 10px
    }
}

@media (max-width:940px) {
    .hero-section-2 .hero-slider-2 .hero-button-next {
        right: 28px;
        width: 38px;
        height: 38px;
        padding: 10px
    }

    .hero-section-2 .hero-slider-2 .hero-button-prev {
        left: 28px;
        width: 38px;
        height: 38px;
        padding: 10px
    }
}

.hero-section-2 .hero-slider-2 .fraction-hero-pagination {
    display: flex;
    gap: 6px;
    font-family: var(--jakarta-font-family);
    font-size: var(--btn-font-size);
    font-weight: 700;
    color: var(--primary-color);
    letter-spacing: 2px;
    position: relative;
    z-index: 1;
    bottom: 10rem;
    width: 80%
}

.hero-section-2 .commitment-block .commitment-item .commitment-title h3,
.hero-section-2 .commitment-block p,
.hero-section-2 .hero-slider-2 .fraction-hero-pagination .swiper-pagination-current {
    color: var(--primary-white)
}

.hero-section-2 .hero-slider-2 .hero-btns {
    display: flex;
    gap: 12px;
    margin-top: 1.6rem
}

.hero-section-2 .hero-slider-2 .swiper-slide.swiper-slide-active .hero-text-box .main-heading {
    opacity: 1;
    transform: translateY(0);
    transition: opacity .6s ease-out, transform .6s ease-out
}

.hero-section-2 .hero-slider-2 .swiper-slide.swiper-slide-active .about-video-box,
.hero-section-2 .hero-slider-2 .swiper-slide.swiper-slide-active .commitment-block,
.hero-section-2 .hero-slider-2 .swiper-slide.swiper-slide-active .hero-btns,
.hero-section-2 .hero-slider-2 .swiper-slide.swiper-slide-active .hero-text-box .about-list {
    opacity: 1;
    transform: translateY(0)
}

.hero-section-2 .hero-slider-2 .swiper-slide:not(.swiper-slide-active) .about-video-box,
.hero-section-2 .hero-slider-2 .swiper-slide:not(.swiper-slide-active) .commitment-block,
.hero-section-2 .hero-slider-2 .swiper-slide:not(.swiper-slide-active) .hero-btns,
.hero-section-2 .hero-slider-2 .swiper-slide:not(.swiper-slide-active) .hero-text-box .about-list,
.hero-section-2 .hero-slider-2 .swiper-slide:not(.swiper-slide-active) .hero-text-box .main-heading {
    opacity: 0 !important;
    transform: translateY(30px) !important;
    transition: none !important
}

.hero-section-2 .about-video-box {
    display: flex;
    position: absolute;
    right: 0;
    bottom: -2px;
    z-index: 1
}

.hero-section-2 .about-video-box .video-block:link,
.hero-section-2 .about-video-box .video-block:visited {
    position: relative;
    text-decoration: none
}

.hero-section-2 .about-video-box .video-block:link .video-img,
.hero-section-2 .about-video-box .video-block:visited .video-img {
    clip-path: var(--slope-clip-top-right-3);
    width: 463px;
    height: 365px;
    object-fit: cover
}

[dir=rtl] .hero-section-2 .about-video-box .video-block:link .video-img,
[dir=rtl] .hero-section-2 .about-video-box .video-block:visited .video-img {
    clip-path: var(--slope-clip-top-left-3)
}

@media (max-width:1200px) {

    .hero-section-2 .about-video-box .video-block:link .video-img,
    .hero-section-2 .about-video-box .video-block:visited .video-img {
        width: 35rem;
        height: 30rem
    }
}

@media (max-width:991px) {
    .hero-section-2 .about-video-box {
        right: 2.5rem
    }

    .hero-section-2 .about-video-box .video-block:link .video-img,
    .hero-section-2 .about-video-box .video-block:visited .video-img {
        width: 30rem;
        height: 20rem
    }
}

.hero-section-2 .about-video-box .video-block:link .video-play-icon,
.hero-section-2 .about-video-box .video-block:visited .video-play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 116px;
    height: 116px;
    fill: var(--primary-color);
    opacity: 1;
    background-color: var(--primary-white);
    border-radius: 50%;
    padding: 1rem
}

@media (max-width:991px) {

    .hero-section-2 .about-video-box .video-block:link .video-play-icon,
    .hero-section-2 .about-video-box .video-block:visited .video-play-icon {
        height: 80px;
        width: 80px
    }
}

@media (max-width:767px) {
    .hero-section-2 .hero-slider-2 .swiper-slide .hero-text-box .main-heading {
        font-size: 4.2rem;
        max-width: 90%
    }

    .hero-section-2 .hero-slider-2 .hero-button-next {
        right: 18px;
        width: 32px;
        height: 32px;
        padding: 8px
    }

    .hero-section-2 .hero-slider-2 .hero-button-prev {
        left: 18px;
        width: 32px;
        height: 32px;
        padding: 8px
    }

    .hero-section-2 .hero-slider-2 .hero-btns {
        flex-direction: column
    }

    .hero-section-2 .hero-slider-2 .hero-btns .btn,
    .hero-section-2 .hero-slider-2 .hero-btns .btn:link,
    .hero-section-2 .hero-slider-2 .hero-btns .btn:visited {
        width: 100%;
        justify-content: center
    }

    .hero-section-2 .about-video-box .video-block:link .video-img,
    .hero-section-2 .about-video-box .video-block:visited .video-img {
        width: 200px;
        height: 125px
    }

    .hero-section-2 .about-video-box .video-block:link .video-play-icon,
    .hero-section-2 .about-video-box .video-block:visited .video-play-icon {
        height: 60px;
        width: 60px
    }
}

.hero-section-2 .modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--bg-black-transparent)
}

.hero-section-2 .modal-content {
    position: relative;
    margin: 15% auto;
    padding: 30px;
    width: 80%;
    max-width: 700px
}

.hero-section-2 .modal-content iframe {
    width: 100%;
    border: none
}

.hero-section-2 .close-btn {
    position: absolute;
    top: 4px;
    right: 4px;
    height: 28px;
    width: 28px;
    font-weight: 700;
    cursor: pointer;
    background-color: var(--primary-white);
    border-radius: 50%
}

.hero-section-2 .commitment-block {
    background-image: url(d208567f69cd8488b4ed.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 513px;
    padding: 6rem;
    display: flex;
    position: absolute;
    right: 0;
    bottom: calc(var(--slope-value-3) * -1 - 1.2rem);
    clip-path: var(--slope-clip-bottom-right-3)
}

[dir=rtl] .hero-section-2 .commitment-block {
    clip-path: var(--slope-clip-bottom-left-3)
}

@media (max-width:1300px) {
    .hero-section-2 .commitment-block {
        padding: 4rem;
        width: 450px
    }
}

@media (max-width:1200px) {
    .hero-section-2 .commitment-block {
        padding: 3rem;
        width: 400px
    }

    .hero-section-2 .commitment-block .commitment-item {
        gap: 2rem
    }
}

.hero-section-2 .grid-icon {
    position: absolute;
    width: 4.6rem;
    height: 4.6rem;
    stroke: var(--primary-white);
    bottom: 50px;
    right: 50px;
    z-index: 10
}

@media (max-width:991px) {
    .hero-section-2 .commitment-block {
        position: relative;
        bottom: auto;
        top: 100%;
        margin-top: 5rem;
        width: 100%
    }

    .hero-section-2 .commitment-block .commitment-item {
        gap: 2rem
    }

    .hero-section-2 .grid-icon {
        bottom: 50px;
        right: 20px
    }
}

.hero-section-2 .hero-video-container {
    position: absolute;
    height: 100%;
    width: 100%
}

.hero-section-2 .hero-video-container video {
    height: 100%;
    object-fit: cover;
    width: 100%;
    filter: grayscale(100%);
    clip-path: var(--slope-clip-bottom-left-5)
}

.hero-section-2 .hero-video-container .color-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--primary-color);
    mix-blend-mode: multiply;
    pointer-events: none;
    clip-path: var(--slope-clip-bottom-left-5)
}