.hero-3 {
    position: relative;
}

.hero-3 .array-button {
    position: absolute;
    top: 50%;
    right: 60px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 99;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.hero-3 .array-button .array-prev {
    background-color: #0f7bdb;
    color: var(--white);
    border: 1px solid var(--white);
}

.hero-3 .array-button .array-next {
    background-color: #0f7bdb;
    color: var(--white);
    border: 1px solid var(--white);
}

@media (max-width: 991px) {
    .hero-3 .array-button {
        display: none;
    }
}

.hero-3 .hero-inner {
    position: relative;
}

.hero-3 .hero-inner .bg-image {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    mix-blend-mode: saturation;
    -webkit-filter: grayscale(50%);
    filter: grayscale(50%);
}

.hero-3 .hero-inner .bg-image::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: linear-gradient(89deg, rgba(2, 5, 36, 0.84) 0.44%, rgba(2, 5, 36, 0.1) 85.09%);
    z-index: -1;
}

.hero-3 .hero-content {
    position: relative;
    z-index: 2;
    padding: 220px 0 200px;
    margin-left: -50px;
    opacity: 0;
    -webkit-transform: translateY(-150px);
    transform: translateY(-150px);
}

@media (max-width: 1399px) {
    .hero-3 .hero-content {
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .hero-3 .hero-content {
        padding-top: 150px;
        padding-bottom: 110px;
    }
}

.hero-3 .hero-content h1 {
    color: var(--white);
    line-height: 87px;
    font-weight: 800;
    padding-bottom: 15px;
}

@media (max-width: 1199px) {
    .hero-3 .hero-content h1 {
        font-size: 60px;
    }
}

@media (max-width: 991px) {
    .hero-3 .hero-content h1 {
        font-size: 52px;
        line-height: 60px;
    }
}

.hero-3 .hero-content .text {
    color: var(--white);
    padding-right: 75px;
    font-size: 20px;
}

@media (max-width: 1399px) {
    .hero-3 .hero-content .text {
        padding-right: 0;
    }
}

.hero-3 .hero-content .hero-button {
    margin-top: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 991px) {
    .hero-3 .hero-content .hero-button {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: start;
    }
}

@media (max-width: 575px) {
    .hero-3 .hero-content .hero-button {
        margin-top: 20px;
    }
}

.hero-3 .hero-content .hero-button .contact-us {
    gap: 15px;
}

.hero-3 .hero-content .hero-button .contact-us .icon {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    background: linear-gradient(84deg, var(--theme) 0%, #070922 100%);
    color: var(--white);
    font-size: 16px;
    line-height: 20px;
    position: relative;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    z-index: 11;
}

.hero-3 .hero-content .hero-button .contact-us .icon .video-button-ripple::before,
.hero-3 .hero-content .hero-button .contact-us .icon .video-button-ripple::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-box-shadow: 0 0 0 0 rgba(63, 181, 253, 0.6);
    box-shadow: 0 0 0 0 rgba(63, 181, 253, 0.6);
    -webkit-animation: popupVideo 3s infinite;
    animation: popupVideo 3s infinite;
    border-radius: 50%;
}

.hero-3 .hero-content .hero-button .contact-us .icon .video-button-ripple::before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
    position: absolute;
}

.hero-3 .hero-content .hero-button .contact-us .icon .video-button-ripple::after {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
    position: absolute;
}

.hero-3 .hero-content .hero-button .contact-us p {
    color: var(--white-3);
    opacity: 0.5;
    text-align: start;
}

.hero-3 .hero-content .hero-button .contact-us h4 {
    color: var(--white);
}

.hero-3 .shape .shape-1 {
    position: absolute;
    z-index: 1;
    opacity: 0;
    -webkit-transform: translateX(-150px);
    transform: translateX(-150px);
}

@media (max-width: 991px) {
    .hero-3 .shape .shape-1 {
        display: none;
    }
}

.hero-3 .shape .shape-2 {
    position: absolute;
    bottom: 0;
    z-index: 1;
    opacity: 0;
    -webkit-transform: translateX(-150px);
    transform: translateX(-150px);
}

@media (max-width: 991px) {
    .hero-3 .shape .shape-2 {
        display: none;
    }
}

.hero-3 .shape .shape-3 {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0;
    -webkit-transform: translateY(150px);
    transform: translateY(150px);
}

@media (max-width: 991px) {
    .hero-3 .shape .shape-3 {
        display: none;
    }
}

.hero-3 .shape .shape-4 {
    right: 0;
    top: 0;
    position: absolute;
    z-index: 1;
    opacity: 0;
    -webkit-transform: translateY(-150px);
    transform: translateY(-150px);
}

@media (max-width: 991px) {
    .hero-3 .shape .shape-4 {
        display: none;
    }
}

.hero-3 .shape .shape-5 {
    right: 20%;
    top: 5%;
    position: absolute;
    rotate: 90deg;
    z-index: 1;
}

@media (max-width: 991px) {
    .hero-3 .shape .shape-5 {
        display: none;
    }
}

.hero-3 .swiper-slide.swiper-slide-active .hero-content {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: all 1500ms ease;
    transition: all 1500ms ease;
}

.hero-3 .swiper-slide.swiper-slide-active .hero-button {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: all 2000ms ease;
    transition: all 2000ms ease;
}

.hero-3 .swiper-slide.swiper-slide-active .shape-1 {
    opacity: 10%;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-transition: all 2500ms ease;
    transition: all 2500ms ease;
}

.hero-3 .swiper-slide.swiper-slide-active .shape-2 {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-transition: all 1500ms ease;
    transition: all 1500ms ease;
}

.hero-3 .swiper-slide.swiper-slide-active .shape-3 {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: all 1500ms ease;
    transition: all 1500ms ease;
}

.hero-3 .swiper-slide.swiper-slide-active .shape-4 {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: all 1500ms ease;
    transition: all 1500ms ease;
}

.hero-3.style-2 {
    position: relative;
}

.hero-3.style-2 .hero-inner .bg-image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    mix-blend-mode: normal;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    z-index: -1;
}

.hero-3.style-2 .hero-inner .bg-image::before {
    content: none;
}

.hero-3.style-2 .hero-inner .shape-1 {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    opacity: 0;
    -webkit-transform: translateY(-150px);
    transform: translateY(-150px);
}

.hero-3.style-2 .hero-inner .shape-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    white-space: nowrap;
    min-width: 100%;
    position: absolute;
    font-family: "Montserrat", serif;
    bottom: 30px;
    z-index: 1;
    left: -49px;
    font-size: 150px;
    line-height: 120px;
    color: rgba(255, 255, 255, 0.16);
    font-weight: 900;
    letter-spacing: -3px;
    -webkit-animation: scroll3 50s linear infinite;
    animation: scroll3 50s linear infinite;
}

.hero-3.style-2 .hero-inner .social-shape {
    position: absolute;
    z-index: 1;
    left: -460px;
    top: 35px;
    opacity: 0;
    -webkit-transform: translateX(-150px);
    transform: translateX(-150px);
}

@media (max-width: 1899px) {
    .hero-3.style-2 .hero-inner .social-shape {
        display: none;
    }
}

.hero-3.style-2 .hero-inner .social-shape .social {
    position: absolute;
    right: 0;
    top: 42%;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    text-align: center;
}

.hero-3.style-2 .hero-inner .social-shape .social p {
    color: var(--white);
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 4.32px;
}

.hero-3.style-2 .hero-inner .social-shape .social .icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}

.hero-3.style-2 .hero-inner .social-shape .social .icons a {
    width: 53px;
    height: 53px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    font-size: 20px;
    color: var(--white);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.hero-3.style-2 .hero-inner .social-shape .social .icons a:hover {
    background: linear-gradient(84deg, var(--theme) 0%, #070922 100%);
}

.hero-3.style-2 .hero-inner .hero-content {
    padding: 150px 0 310px;
    opacity: 0;
    -webkit-transform: translateY(-150px);
    transform: translateY(-150px);
}

@media (max-width: 1199px) {
    .hero-3.style-2 .hero-inner .hero-content h1 {
        font-size: 55px;
    }
}

@media (max-width: 1399px) {
    .hero-3.style-2 .hero-inner .hero-content {
        padding: 150px 0 190px;
    }
}

@media (max-width: 1199px) {
    .hero-3.style-2 .hero-inner .hero-content {
        padding: 150px 0 125px;
    }
}

@media (max-width: 991px) {
    .hero-3.style-2 .hero-inner .hero-content {
        text-align: center;
    }
}

@media (max-width: 991px) {
    .hero-3.style-2 .hero-inner .hero-content .hero-button .avater {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px;
    }
}

.hero-3.style-2 .hero-inner .hero-image {
    position: relative;
    top: 40px;
    z-index: 1;
    margin-left: 170px;
    width: 630px;
    height: 865px;
    opacity: 0;
    -webkit-transform: translateY(150px);
    transform: translateY(150px);
}

@media (max-width: 1199px) {
    .hero-3.style-2 .hero-inner .hero-image {
        margin-left: 0;
        top: 122px;
        width: 500px;
        height: 690px;
    }
}

@media (max-width: 991px) {
    .hero-3.style-2 .hero-inner .hero-image {
        top: 10px;
    }
}

.hero-3.style-2 .hero-inner .hero-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.hero-3.style-2 .swiper-slide.swiper-slide-active .hero-content {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: all 1500ms ease;
    transition: all 1500ms ease;
}

.hero-3.style-2 .swiper-slide.swiper-slide-active .shape-1 {
    opacity: 12%;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 1500ms ease;
    transition: all 1500ms ease;
}

.hero-3.style-2 .swiper-slide.swiper-slide-active .social-shape {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all 1500ms ease;
    transition: all 1500ms ease;
}

.hero-3.style-2 .swiper-slide.swiper-slide-active .hero-image {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all 1500ms ease;
    transition: all 1500ms ease;
}

.array-button {
    position: relative;
    z-index: 99;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
}

.array-button .array-prev,
.array-button .array-next {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background:#0f7bdb;
    color: var(--black-2);
    font-size: 18px;
    font-weight: 600;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.array-button .array-prev:hover,
.array-button .array-next:hover {
    color: var(--white);
    background: #070922;
        border: 1px solid var(--white);
}