.swiper {
    width: 100%;
    height: 100vh;
}
.swiper-slide {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-size: cover !important;
    background-position: center center !important;
    color: #fff;
}
.slider-content-wrapper {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: rgba(12, 12, 11, 0.6);
}
.slider-heading {
    margin-bottom: 20px;
    font-size: 110px;
    font-weight: 700;
    color: var(--thm-white) !important;
    line-height: 130px;
    /* line-height: 120px; */
    text-transform: capitalize;
    letter-spacing: -4.4px;
}
.slider-content-wrapper p {
    font-size: 20px;
    line-height: 32px;
}
.slider-btn-area a:first-child {
    margin-right: 20px;
}
.swiper .swiper-wrapper .swiper-button-prev {
    margin-left: 50px;
}
.swiper .swiper-wrapper .swiper-button-next {
    margin-right: 50px;
}

.swiper .swiper-wrapper .swiper-button-prev,
.swiper .swiper-wrapper .swiper-button-next {
    height: 80px;
    width: 80px;
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    border-radius: 50%;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.swiper .swiper-wrapper .swiper-button-prev:hover,
.swiper .swiper-wrapper .swiper-button-next:hover {
    background: var(--thm-orange);
}
.swiper .swiper-wrapper .swiper-button-prev::after,
.swiper .swiper-wrapper .swiper-button-next::after {
    font-family: flaticon_mycollection !important;
    content: '\f123';
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.swiper .swiper-wrapper .swiper-button-prev::after {
    transform: rotateY(180deg);
}
.swiper .swiper-wrapper .swiper-button-prev:hover::after {
    margin-right: 15px;
}
.swiper .swiper-wrapper .swiper-button-next:hover::after {
    margin-left: 15px;
}
/************* Hero slider2 *************/
.swiper2 .swiper-slide {
    text-align: start;
}

.swiper-pagination {
    right: 100px !important;
}
.swiper-pagination-bullet {
    position: relative;
    width: 42px;
    height: 42px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: var(--thm-white);
    opacity: 1;
    border: 1px solid var(--thm-white);
    background: rgba(255, 255, 255, 0.1);
    font-size: 18px;
    line-height: 30px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin: 0 0 42px 0 !important;
}
.swiper-pagination-bullet::after {
    content: ' ';
    height: 30px;
    width: 2px;
    background: linear-gradient(360deg, #f16236 -1.28%, rgba(255, 255, 255, 0) 96.61%);
    position: absolute;
    top: 45px;
}
.swiper-pagination-bullet:last-child::after {
    display: none;
}
.swiper-pagination-bullet:last-child {
    margin: 0 0 0 0 !important;
}
.swiper-pagination-bullet-active {
    color: var(--thm-white);
    background: var(--thm-orange);
    border-color: var(--thm-orange);
}

/************* Hero CSS *************/

/************* Slider Responsive CSS *************/
@media (max-width: 991px) {
}
@media (max-width: 767px) {
}

@media (max-width: 576px) {
}
