/*** 

====================================================================
        Banner Section
====================================================================

***/

.banner-section {
    position: relative;
}

.banner-section .background-text {
    position: absolute;
    right: -280px;
    bottom: 190px;
    z-index: 99;
    text-transform: uppercase;
    font-size: 240px;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    letter-spacing: -5px;
    line-height: 200px;
    color: rgb(255 255 255 / 0.1);
    transform: rotate(-30deg);
}

.banner-section .background-text .text-2 {
    position: absolute;
    top: -5px;
    left: 15px;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgb(255 255 255 / 0.2);
    color: transparent;
}

.three-item-carousel,
.banner-slider {
    position: relative;
    height: 100% !important;
    z-index: 9;
}

.banner-section .swiper-slide {
    position: relative;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 650px;
}

.banner-section .swiper-slide:before {
    //background-color: #000;
    opacity: .33;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.banner-section .content-outer {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 100%;
    width: 100%;
    display: table;
    vertical-align: middle;
}

.banner-section .content-box {
    position: relative;
    display: none;
    margin:145px 15px 50px 170px;
    min-height:350px;
    max-width: 450px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.94);
}

.banner-section .content-box .inner {
    position: relative;
    opacity: 0;
    -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
    padding: 0 25px;
}

.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);
}

.banner-section .content-box h4 {
    position: relative;
    font-size:40px;
    font-weight:600;
    color: var(--thm-second);
    text-transform: capitalize;
    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:20px;
    letter-spacing: -1px;
}

.banner-section .swiper-slide-active .content-box h4 {
    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);
}

.banner-section .content-box h3 {
    position: relative;
    display: block;
    font-size:14px;
    color: var(--thm-second);
    font-weight:600;
    text-transform: capitalize;
    margin-bottom:0;
    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);
}

.banner-section .swiper-slide-active h3 {
    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);
}


.banner-section .content-box .text {
    position: relative;
    font-size:16px;
    font-weight:400;
    color: var(--thm-second);
    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);
    width:100%;
    margin-bottom:0px;

}

.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);
}

.banner-section .link-box {
    background: var(--thm-white);
    padding: 11px 16px;
    margin:0px;
    letter-spacing: .45px;
    line-height: 20px;
    text-align: center;
    border-radius: 2px;
    font-size: 20px;
    font-weight: 600;
    color: var(--thm-second);
}

.banner-section .swiper-slide-active .link-box {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.banner-section .link-box a {
    font-size: 20px;
    margin: 0 10px 10px;
}

.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;
}

.banner-section .banner-slider-button-next {
    position: absolute;
    right: 0;
    width:70px;
    height:70px;
    line-height: 45px;
    text-align: center;
    color: rgba(255, 255, 255, .20);
    cursor: pointer;
    z-index: 9;
    margin-right: 50px;
    margin-top: 150px;
    font-size: 25px;
    border: solid 2px rgba(255, 255, 255);
    transition: .5s;
    border-radius: 50%;
    opacity: 0.6;
    content: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="1em" height="1em" viewBox="0 0 24 24"%3E%3Cpath fill="%23fff" d="M8.59 16.59L13.17 12L8.59 7.41L10 6l6 6l-6 6l-1.41-1.41z"%2F%3E%3C%2Fsvg%3E')
;
}

.banner-section .banner-slider-button-next:hover {
    color: var(--thm-white);
    border-color: var(--thm-white);
    opacity:9;
}

.banner-section .banner-slider-button-prev {
    position: absolute;
    width:70px;
    height:70px;
    right: 0;
    line-height: 45px;
    text-align: center;
    color: rgba(255, 255, 255, .20);
    cursor: pointer;
    z-index: 9;
    margin-right: 50px;
    font-size: 25px;
    border: solid 2px rgba(255, 255, 255);
    transition: .5s;
    border-radius: 50%;
    opacity: 0.6;
    transform: rotate(180deg);
    content:url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="1em" height="1em" viewBox="0 0 24 24"%3E%3Cpath fill="%23fff" d="M8.59 16.59L13.17 12L8.59 7.41L10 6l6 6l-6 6l-1.41-1.41z"%2F%3E%3C%2Fsvg%3E')
;
}

.banner-section .banner-slider-button-prev:hover {
    color: var(--thm-white);
    border-color: var(--thm-white);
    opacity:9;
}
@media screen and (max-width:767px) {
.banner-section .content-box
{
    padding-left: 15px;
}
.banner-section .content-box h4
{
    font-size:23px;
    font-weight:600;
    letter-spacing:-1px;
}
.banner-section .content-box h3
{
    font-size: 14px;
}
.banner-section .content-box .text
{
    font-size:13px;
    width:100%;
}
.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;
}
.banner-section .banner-slider-button-next
{
    bottom: 20px;
    right:5%;
    width:40px;
    height:40px;
    margin-right: 0px;
}
.banner-section .banner-slider-button-prev
{
    bottom: 20px;
    left:5%;
    margin-left: 0;
    width:40px;
    height:40px;
}

}