
.swiper-pagination-current::after {
    content: '';
    position: absolute;
    top: 0;
    left: -12px;
    width: 13px;
    height: 23px;
    background: #171717
}

.hero-area {
    height: 100%
}

.swiper.hero-slider .swiper-scrollbar {
    position: absolute;
    left: -1%;
    top: 50%;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 14% !important;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transform: rotate(90deg);
    height: 2px;
    background-color: #707070 !important
}

/*Bullet*/
.hero-area .karki__room-wrapper, .swiper-button-prev {
    left: 25px;
    background: rgba(2, 2, 2, 0.53);
    border-radius: 100%;
    padding: 10px;
    width: 52px;
    height: 52px;
}
.hero-area .karki__room-wrapper, .swiper-button-next:after, .swiper-button-prev:after{
    font-size: 20px;
    color: #fff;
}

.hero-area .karki__room-wrapper, .swiper-button-next {
    right: 25px;
    background: rgba(2, 2, 2, 0.53);
    border-radius: 100%;
    padding: 10px;
    width: 52px;
    height: 52px;
}

/*Bullet**/

@media only screen and (min-width: 1400px) and (max-width: 1799px) {
    .swiper.hero-slider .swiper-scrollbar {
        left: -4.6%
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .swiper.hero-slider .swiper-scrollbar {
        left: -4.3%
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .swiper.hero-slider .swiper-scrollbar {
        left: 50%;
        top: auto;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: 3.5%
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .swiper.hero-slider .swiper-scrollbar {
        left: 50%;
        top: auto;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: 5%
    }
}

@media (max-width: 767px) {
    .swiper.hero-slider .swiper-scrollbar {
        left: 50%;
        top: auto;
        width: 20%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: 5%
    }
}

.swiper.hero-slider .swiper-scrollbar .swiper-scrollbar-drag {
    background: #fff !important
}

.swiper.hero-slider .swiper-pagination {
    position: absolute;
    left: 5%;
    top: 50%;
    background: #17171785;
    border-radius: 30px;
    width: 40px;
    height: 350px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: playfair display, serif;
    font-weight: 600;
    font-size: 15px;
    color: #fff;
    overflow: hidden
}

@media only screen and (min-width: 1400px) and (max-width: 1799px), only screen and (min-width: 1200px) and (max-width: 1399px) {
    .swiper.hero-slider .swiper-pagination {
        left: 1%
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .swiper.hero-slider .swiper-pagination {
        height: 270px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .swiper.hero-slider .swiper-pagination {
        left: 50%;
        top: auto;
        width: 270px;
        height: 40px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),(max-width: 767px) {
    .swiper.hero-slider .swiper-pagination {
        display: none
    }
}

.swiper.hero-slider .swiper-pagination .swiper-pagination-current {
    position: absolute;
    top: 10px;
    left: 30%;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.swiper.hero-slider .swiper-pagination .swiper-pagination-current:before {
    content: "0"
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .swiper.hero-slider .swiper-pagination .swiper-pagination-current {
        position: absolute;
        top: 50%;
        left: 20px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

.swiper.hero-slider .swiper-pagination .swiper-pagination-total {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    position: absolute;
    bottom: 10px;
    left: 26%
}

.swiper.hero-slider .swiper-pagination .swiper-pagination-total:before {
    content: "0"
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .swiper.hero-slider .swiper-pagination .swiper-pagination-total {
        position: absolute;
        top: 50%;
        left: auto;
        right: 20px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

.hero-single {
    position: relative;
    background-size: cover;
    background-position: center center;
    height: 100vh;
    z-index: 1
}

.hero-single:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: #172530;
    opacity: .5;
    z-index: -1
}



.hero-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100vh;
    max-width: 720px;
    margin: 0 auto;
    text-align: center
}

@media only screen and (min-width: 1400px) and (max-width: 1799px), only screen and (min-width: 1200px) and (max-width: 1399px) {
    .hero-wrapper {
        padding-left: 30px
    }
}

.hero-wrapper .hero-content {
    margin-top: 10%
}

.hero-wrapper .hero-content h2 {
    font-family: "Cinzel-Regular";
    font-weight: 600;
    font-size: 73px;
    letter-spacing: .02em;
    text-transform: capitalize;
    color: #fff;
    margin-bottom: 30px
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-wrapper .hero-content h2 {
        font-size: 60px;
        margin-bottom: 15px
    }
}

@media (max-width: 767px) {
    .hero-wrapper .hero-content h2 {
        font-size: 30px
    }
}

@media (max-width: 767px) {
    .hero-wrapper .hero-content h2 {
        font-size: 40px
    }
}

.hero-wrapper .hero-content p {
    font-size: 22px;
    color: #fff;
    margin: 0;
    font-weight: 400
}

@media (max-width: 767px) {
    .hero-wrapper .hero-content p {
        font-size: 14px;
        line-height: 26px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .hero-wrapper .hero-content p {
        font-size: 16px
    }
}


.hero-content-title {
    position: relative;
    display: inline-block;
    padding-top: .2em;
    padding-right: .05em;
    padding-bottom: .1em;
    overflow: hidden
}

.hero-content-title .letter {
    display: inline-block;
    line-height: 1em;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0
}
