/**************************************************** header ****************************************************/
.title {
    color: var(--theme-secondary-color);
}

.title span {
    color: var(--theme-primary-color);
}
#carouselIndex .carousel-item .carousel-img {
display: block;
width: 100%;
height: 100%;
object-fit:cover;
min-height: 70vh;
}
#carouselIndex .carousel-item{
    max-height: 100vh;
}
.carousel-caption h1 {
    font-size: 2rem;
    font-weight: 600;
    color: var(--main-color);
}
.carousel-caption p {
    font-size: 1.5rem;
}
/* .logo-div:before {
    content: '';
    background-color: #ffffff;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    filter: blur(70px);
} */
#carouselIndex .carousel-caption {
    text-align: center;
}
.swiper-slide img {
display: block;
width: 100%;
height: 100%;
}
.mySwiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
background-color: #fff;
cursor: default;
}
.mySwiper .swiper-button-next, .mySwiper .swiper-button-prev {
background-color: rgba(0,0,0,.56);
-webkit-border-radius: 50%;
border-radius: 50%;
cursor: pointer;
position: absolute;
text-align: center;
top: 50%;
z-index: 5;
height: 35px!important;
width: 35px!important;
}
.mySwiper .swiper-button-prev:after, .mySwiper .swiper-button-next:after{
color: #fff;
font-size: 22px!important;
}
.index-banner .mySwiper .swiper-pagination {
left: 39%!important;
width: 100%!important;
top: 130px;
bottom: 0!important;
height: 50px;
}
.mySwiper .swiper-pagination {
left: 39%!important;
width: 100%!important;
top: unset;
bottom: 0!important;
height: 50px;
}
.booking-sec {
z-index: 9999;
bottom: 0;
width: 100%;
/* background: rgba(25, 44, 67); */
margin: 0 auto;
left: 0;
right: 0;
position: absolute;
}
.mySwiper{
	max-height: 100vh;
}
.lang a:hover {
    color: var(--theme-secondry-color) !important;
}
.member-bg {
    background-image: url('../images/member-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 400px;
}
.member-bg:before {
    content: '';
    background: linear-gradient(to top, #192c43 0%, rgba(255, 0, 0, 0) 100%);
    width: 100%;
    margin-left: 0;
    height: 100%;
    position: absolute;
    bottom: 0;
    top: 0;
}
.contact-details a:hover{
    color: var(--theme-secondary-color);
}
ul.icons li {
        display: inline-block;
    padding: 5px;
    /* border-radius: 50%; */
    width: 30px;
    height: 30px;
    text-align: center;
    background: var(--theme-primary-color);
    line-height: 20px;
    font-size: 20px;
}
ul.icons li a:hover {
    color: #fff;
}
.footer-menu img{
    height: 80px !important;
}
.t-dates, .t-dates span{
    color: var(--second-color-two);   
}
/* .booking-sec .form-select {
    padding: 9px 15px !important;
    border: 1px solid #fff;
    border-radius: 0px;
    font-size: 14px;
    line-height: 1.4em;
    background-color: var(--theme-primary-color);
    color: #fff !important;
    background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e")!important;
} */
.booking-sec .form-select {
    padding: 9px 15px !important;
    border: 1px solid var(--second-color-two);
    border-radius: 0px;
    font-size: 14px;
    line-height: 1.4em;
    color: var(--second-color-two);
    cursor: pointer;
}
.t-check-in, .t-check-out {
    border-color: var(--second-color-two) !important;
}
.booking-sec .form-select option:hover {
    background-color: var(--theme-primary-color);
    color: #fff !important;
}
.booking-sec .form-select:focus{
    outline: none!important;
    box-shadow: none !important;
}
.hotel-banner-left-inner li {
    line-height: 26px;
    padding: 0 20px;
    color: #fff;
    font-size: 14px;
    border-left: 1px solid rgba(255, 255, 255, .54);
}
.hotel-banner-left-inner li span, .hotel-star-rating i, .hotel-location i {
    font-size: 20px;
    margin: 0 10px 0 0;
    color: #d3b393;
}
.hotel-name{
    bottom: 70px;
    z-index: 3;
    color: #fff !important;
}
.room-carousel img{
    width: 100%;
    height: 250px !important;
    object-fit: cover;
}
.room-carousel .owl-nav {
    position: absolute;
    width: 100%;
    top: 45%;
}
.room-carousel .owl-theme .owl-nav [class*=owl-] {
    width: 45px;
    height: 45px;
    font-size: 20px !important;
    border-radius: 0 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    top: 80%;
    opacity: inherit;
    color: var(--theme-tertiary-color)!important;
    border: 1px solid var(--theme-tertiary-color);
    background: 0;
}
.room-carousel .owl-prev {
    position: absolute;
    left: -5%;
}
.room-carousel .owl-next {
    position: absolute;
    right: -5% !important;
}
.room-carousel .owl-theme .owl-nav [class*='owl-']:hover {
    background-color: var(--theme-quaternary-color);
    border: 1px solid var(--theme-tertiary-color);
    color: var(--theme-tertiary-color)!important;
    text-decoration: none;
}
.t-check-out .t-datepicker-day {
    right: 0%;
    left: auto!important;
}

.img-box img {
    height: 260px;
    object-fit: cover;
    margin-bottom: 10px;
}
.foot-bg-logo svg {
    filter: brightness(0) invert(1);
    opacity: 0.05;
}
footer h3:after {
    content: '';
    border-bottom: 2px solid var(--theme-primary-color);
    width: 50%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
}

footer h3 {
    position: relative;
    display: inline-block;
    padding-bottom: 5px;
    margin-bottom: 15px;
    font-size: 24px;
}
.quick-links li a:hover {
    color: var(--theme-primary-color);
}

.quick-links li a {
    color: #fff;
    text-decoration: none;
    margin-bottom: 10px;
    display: block;
}
.swiper-news {
      position: relative;
    }
      
    .swiper-news img {
        height: 460px;
        object-fit: cover;
    }

    .swiper-news > .swiper-slide__content {
      position: absolute;
      top: 0;
    }

    .swiper-slide {
      
      display: flex;
      background: #eee;
      align-items: center;
      justify-content: center;
      transition: all 200ms linear;
      transform: scale(0.8);
          filter: brightness(0.3);
    }
    .swiper-slide.swiper-slide-active {
      transform: scale(1);
      background: #fc0;
          filter: brightness(1);
    }

    .swiper-slide__content {
      
    }
    .counter-section {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding: 50px;
    }
    .counter {
        margin: 0 20px;
        background-color: var(--theme-primary-color);
        color: #fff;
        border-radius: 100rem;
        width: 200px;
        height: 200px;
        display: flex ;
        flex-direction: column;
        justify-content: center;
    }
    .counter .number {
        font-size: 2em;
        font-weight: bold;
        color: #003366;
    }
    .counter .label {
        color: #fff;
        font-size: 1em;
    }
    ul#myTab , ul#left_filter_cat{
        overflow-x: auto;
    }
    #myTab .nav-link {
        color: var(--theme-secondary-color);
        border: 1px solid var(--theme-secondary-color);
        padding: 4px 15px;
        border-radius: 100px;
        margin-right: 20px;
    }
    #myTab .nav-item , #left_filter_cat .filter-li-style{
        position: static;
        min-width: fit-content;
    }
    #myTab li.nav-item:hover .nav-link, #myTab .nav-link.active {
        background-color:var(--theme-secondary-color);
        border: 1px solid var(--theme-secondary-color);
        color: #fff;
    }
    .first-table tr td:first-child{
        font-weight: bold;
    }
    .blog-box {
        height: 440px;
    }
    .blog-box img {
        height: 310px;
    }
    .single-blog img {
        height: 470px;
    }
    .wh-100 {
        width: 75px;
        height: 75px;
    }