.hero-slider {
    width: 100%;
    height: 600px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 1;
    margin-top:80px;
    background:var(--f4f4f4);
}

@media only screen and (max-width: 1110px) {
    .hero-slider {
        margin-top:0px;
    }
}



@media (max-width: 991px) {
    .hero-slider {
        height:650px;
    }
}

@media (max-width: 767px) {
    .hero-slider {
        height: 650px;
    }
}

.hero-slider .swiper-slide {
    overflow: hidden;
    position: relative;
}


.img-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.img-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img-slide::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    /*background: var(--lbluergba5);*/


background-image: linear-gradient(to right top, var(--lbluergba5), var(--lbluergba9), var(--lbluergba5), var(--lbluergba7), var(--lblue2));
opacity: 1;

    /*background: linear-gradient(221deg, var(--lbluergba5), var(--dbluergba5), var(--lbluergba5));
    background-size:500% 500%;
    -webkit-animation: bg-gradient-animator-title 10s ease infinite;
    -moz-animation: bg-gradient-animator-title 10s ease infinite;
    -o-animation: bg-gradient-animator-title 10s ease infinite;
    animation: bg-gradient-animator-title 10s ease infinite;*/
}



.hero-center-section {
    position: relative;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 1;
    width: 100%;
    padding-left: 50px;
}


@media only screen and (max-width: 600px) {
    .hero-center-section {
        padding-left: 5px;
    }
    .btn-theme.medium {
        padding: 10px 10px !important;
    }
    .btn-theme.medium span {
        font-size:14px;
    }
}

.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
    background: transparent;
    width:60px;
    height:60px;
    line-height:60px;
    padding:5px;
    margin-top: -30px;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    opacity:0;
    visibility:hidden;
    transition:all .3s ease;
    color:var(--white);
    -webkit-backdrop-filter: saturate(150%) blur(5x);
    backdrop-filter: saturate(150%) blur(5px);
    background:var(--whitergba5);
}
.hero-slider:hover .swiper-button-prev,
.hero-slider:hover .swiper-button-next {
    transform:translateX(0);
    opacity:1;
    visibility:visible;
}

@media (max-width: 767px) {
    .hero-slider .swiper-button-prev,
    .hero-slider .swiper-button-next {
        display: none;
    }
}

.hero-slider .swiper-button-prev {
    left: 15px;
    transform:translateX(50px);
}

.hero-slider .swiper-button-next {
    right: 15px;
    transform:translateX(-50px);
}


.hero-slider .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    text-align: left;
    line-height: 15px;
    font-size: 15px;
    color: var(--black);
    opacity: 0.3;
    background:var(--white);
    transition:all .2s ease;
}

.hero-slider .swiper-pagination-bullet-active {
    opacity:1;
}

.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
.hero-slider .swiper-pagination-custom,
.hero-slider .swiper-pagination-fraction {
    bottom: 30px;
}

@media screen and (min-width: 992px) {
    .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
    .hero-slider .swiper-pagination-custom,
    .hero-slider .swiper-pagination-fraction {
        /*     display: none; */
    }
}
.swiper-pagination {
    text-align:left;
}

.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets{
    bottom:30px;
    max-width: 1400px;
    padding: 0 15px;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
}

@media (min-width: 767px) {
    .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets{
        bottom:30px;

    }
}



.slide-title {
    font-size:36px;
    font-weight: bold;
    line-height: 1.1;
    color: var(--white)!important;
    margin: 0px 0px 15px 0px;
    transition:all .4s ease;
}

@media (max-width: 1199px) {
    .slide-title  {
        font-size:36px;
    }
}

@media (max-width: 991px) {
    .slide-title  {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .slide-title  {
        font-size:28px;
    }
}

.slide-desc  {
    font-size:28px;
    line-height: 1.1 !important;
    letter-spacing: normal;
    color:var(--lightcolor3);
    margin: 0px 0px 30px 0px;
    transition:all .4s ease;
}

@media (max-width: 767px) {
    .slide-desc  {
        font-size: 20px;
        font-weight: normal;
        margin: 0 0 30px;
    }
}

.hero-style .slide-btns > a:first-child {
    margin-right: 10px;
}

.hero-slider .swiper-button-prev svg,
.hero-slider .swiper-button-next svg{
    position: relative;
    top: 0px;
    width:90px;
    height:90px;
    vertical-align: text-top;
    stroke-width: 0;
    fill: var(--lblue1);
    transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
    content: '';
}
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
    content: '';
}



.hero-scroll-down12 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    bottom: -1px;
    right: 0px;
    position: absolute;
    z-index: 10;
}
.hero-scroll-down12 .scroll-down {
    height: 42px;
    width: 285px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 99;
}
.hero-scroll-down12 .scroll-down:after {
    content: "";
    position: absolute;
    inset: 0;
    clip-path: path("M272 42H13.96C43.62 42 72.92 32.72 100.1 14.92C127.22 -4.31 158.99 -4.31 186.16 14.92C213.34 32.72 242.64 42 272 42Z");
    background-color: var(--white);
    text-align: center;
    z-index: -1;
}
.hero-scroll-down12 .hero-scroll-wrap {
    height: 40px;
    width: 20px;
    border: 3px solid var(--lblue2);
    display: inline-block;
    border-radius: 30px;
    position: relative;
    margin-bottom: -40px;
}
.hero-scroll-down12 .hero-scroll-wrap:before {
    content: "";
    height: 10px;
    width: 3px;
    border-radius: 50px;
    background-color: var(--lblue1);
    position: absolute;
    top: 50%;
    left:calc(50% - 1px);
    margin: -10px -1px 0 0;
    -webkit-animation: scrollMove 1.5s infinite;
    animation: scrollMove 1.5s infinite;
}



@-webkit-keyframes scrollMove {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
}

@keyframes scrollMove {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
}