/*** 
 ====================================================================
     Banner Section
 ====================================================================
 ***/

.hactora_banner.banner-section {
    position: relative;
}
.hactora_banner.banner-section .pic_block {
    position: absolute;
    bottom: 10%;
    right: 10%;
    z-index: 2;
}
.hactora_banner.banner-section .three-item-carousel,
.hactora_banner.banner-section .banner-slider {
    position: relative;
    height: 100% !important;
    z-index: 9;
    overflow: hidden;
}
.hactora_banner.banner-section .swiper-wrapper {
    align-items: stretch;
}
.hactora_banner.banner-section .swiper-slide {
    position: relative;
    height: auto;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    aspect-ratio: 1000 / 427;
}

.hactora_banner.banner-section .swiper-slide:before {
    position: absolute;
    top: -260px;
    left: 207px;
    bottom: -260px;
    width: 250px;
    background: var(--color-primary);
    opacity: 0.6;
    z-index: 0;
    content: "";
    transform: rotate(34deg);
}

.hactora_banner.banner-section .content-outer {
    margin: 0 auto;
    height: 100%;
    width: 100%;
    display: table;
    vertical-align: middle;
}

.hactora_banner.banner-section .content-box {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    padding: 153px 0 162px;
}

.hactora_banner.banner-section .content-box .inner {
    position: relative;
    width: 100%;
    opacity: 0;
    -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.hactora_banner.banner-section .swiper-slide-active .content-box .inner {
    opacity: 1;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}

.hactora_banner.banner-section .content-box .inner:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-repeat: repeat;
    background-position: center;
    content: "";
}

.hactora_banner.banner-section .content-box h2 {
    position: relative;
    color: #ffffff;
    font-size: 72px;
    line-height: 80px;
    font-weight: 800;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    margin-bottom: 30px;
    font-family: var(--title-font-family);
    text-transform: capitalize !important;
}

.hactora_banner.banner-section .swiper-slide-active .content-box h2 {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 800ms;
    -o-transition-delay: 800ms;
    transition-delay: 800ms;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.hactora_banner.banner-section h4 {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 32px;
    color: #ffffff;
    margin-bottom: 35px;
    font-weight: 500;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.hactora_banner.banner-section .swiper-slide-active h4 {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.hactora_banner.banner-section h4.style-two {
    padding-bottom: 0px;
}

.hactora_banner.banner-section h4.style-two:after,
.hactora_banner.banner-section h4.style-two:before {
    display: none;
}

.hactora_banner.banner-section .content-box .text {
    position: relative;
    font-size: 18px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 400;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
}

.hactora_banner.banner-section .swiper-slide-active .text {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 1600ms;
    -o-transition-delay: 1600ms;
    transition-delay: 1600ms;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}

.hactora_banner.banner-section .link-box {
    padding-top: 30px;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transition-delay: 2000ms;
    -o-transition-delay: 2000ms;
    transition-delay: 2000ms;
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
}

.hactora_banner.banner-section .swiper-slide-active .link-box {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.hactora_banner.banner-section .link-box a {
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
    border-radius: var(--button-radius);
}
.hactora_banner.banner-section .link-box a.right-btn {
    background: #ffffff;
    color: var(--color-primary);
    padding-left: 40px;
    padding-right: 40px;
    margin-left: 25px;
}
.hactora_banner.banner-section .link-box a.right-btn:hover {
    background: var(--color-primary);
    color: #ffffff;
}
/* Banner Slider Option */

.hactora_banner.banner-section .banner-slider-nav {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.hactora_banner.banner-section .banner-slider-button-next,
.hactora_banner.banner-section .banner-slider-button-prev {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    color: #ffffff;
    cursor: pointer;
    z-index: 9;
    font-size: 25px;
    background-color: rgba(255, 255, 255, 0.3);
    transition: 0.5s;
}
.hactora_banner.banner-section .banner-slider-button-next {
    margin-right: 40px;
}
.hactora_banner.banner-section .banner-slider-button-prev {
    margin-left: 40px;
}

.hactora_banner.banner-section .banner-big-title {
    position: absolute;
    right: 30px;
    bottom: 22px;
    text-transform: uppercase;
    font-size: 240px;
    font-weight: 900;
    letter-spacing: 5px;
    line-height: 170px;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: rgb(255 255 255 / 0.2);
    color: transparent;
    z-index: 99;
    font-family: var(--title-font-family);
    pointer-events: none;
}

.hactora_banner.banner-section .content-box h2 span {
    position: relative;
}

.hactora_banner.banner-section .content-box h2 span:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: -7px;
    height: 10px;
    background: var(--color-primary);
    z-index: -1;
    display: none;
}

.hactora_banner.banner-section .theme-btn {
    display: inline-block;
    font-size: 20px;
    color: #ffffff;
    background: #000;
    padding: 20px 45px;
    font-weight: 500;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.hactora_banner.banner-section .theme-btn:hover {
    background: #716f6f;
    color: #ffffff;
}

.hactora_banner.banner-section .content-box .inner  p span {
    font-size: 48px !important;
    font-weight: bold;
}
.hactora_banner.banner-section .content-box .inner .text span {
    font-size: 40px !important;
}
@media (max-width: 1441px) {
    .hactora_banner.banner-section .content-box .inner p span {
        font-size: 40px !important;
    }
    .hactora_banner.banner-section .content-box .inner .text span {
        font-size: 32px !important;
    }
}

@media (max-width: 1200px) {
    .hactora_banner.banner-section .content-box {
        padding-left: 130px;
    }
}

@media (max-width: 991px) {
    .hactora_banner.banner-section .content-box {
        padding-left: 130px;
    }
    .hactora_banner.banner-section .content-box h2 {
        font-size: 70px;
        line-height: 80px;
    }
    .hactora_banner.banner-section .content-box .inner  p span {
        font-size: 28px !important;
    }
    .hactora_banner.banner-section .content-box .inner .text span {
        font-size: 24px !important;
    }
    .hactora_banner.banner-section .swiper-slide:before {
        width: 150px;
    }
}

@media only screen and (max-width: 767px) {
    .hactora_banner.banner-section .banner-slider-nav {
        display: none;
    }
    .hactora_banner.banner-section .content-box h2 {
        font-size: 49px;
        line-height: 60px;
    }
    .hactora_banner.banner-section .content-box h2 br {
        display: none;
    }
    .hactora_banner.banner-section .link-box a.right-btn {
        margin-left: 0;
        margin-top: 20px;
    }

    .hactora_banner.banner-section .swiper-slide-active .content-box .inner {
        width: 100%;
    }
    .hactora_banner.banner-section .content-box {
        padding: 0 50px;
    }

    .hactora_banner.banner-section .content-box .inner p span {
        font-size: 20px !important;
    }
    .hactora_banner.banner-section .content-box .inner .text span {
        font-size: 18px !important;
    }
    .hactora_banner.banner-section .theme-btn {
        padding: 10px 15px;
        font-size: 16px;
    }
    .hactora_banner.banner-section .swiper-slide:before {
        left: 105px;
        width: 110px;
    }
}
@media only screen and (max-width: 480px) {
    .hactora_banner.banner-section .content-box .inner  p span {
        font-size: 18px !important;
    }
    .hactora_banner.banner-section .content-box .inner .text span {
        font-size: 17px !important;
    }
    .hactora_banner.banner-section .theme-btn {
        padding: 8px 16px;
        font-size: 14px;
    }
    .hactora_banner.banner-section .content-box h2 {
        margin-bottom:5px;
    }
    .hactora_banner.banner-section .link-box {
        padding-top: 5px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1435px) {
    .hactora_banner.banner-section .content-box {
        padding-left: 150px;
    }
}