
/* highlight section start */
.badge-btn{
    background-color: var(--primary-color-light);
    display: inline-flex;
    padding: 10px 20px;
    border-radius: 6px;
    border: 1px solid var(--primary-color);
    align-items: center;
    font-size: 15px;
    font-weight: 500;
    margin-top: 15px;
}
.badge-btn2{
    font-size: 18px;
    font-weight: 600;
    margin-top: 0px;
    position: relative;
    display: inline-block;
    z-index: 2;
}
.badge-btn2::before {
     content: '';
    position: absolute;
    top: 3px;
    right: -5px;
    width: 24px;
    height: 24px;
    background: linear-gradient(223deg, var(--secondry-color), var(--secondry-color-light));
    clip-path: polygon(0 100%, 100% 0, 100% 100%);
    transform: rotate(-15deg);
    z-index: -1;
}

.amn{
    margin:20px 0 0;
    padding:0;
    list-style:none;
        display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.amn li{
    border-radius:4px;
    display: inline-flex;
    font-size: 15px;
    align-items: center;
    width: calc(50% - 8px);
}
.amn li span {
    position: relative;
    margin-left: 10px;
}
.amn.amn-top {
        margin: 15px 0px 30px;
    padding: 12px;
    background-color: #f8f2e4;
    border:1px solid #efce8b;
    border-radius: 6px;
        display: flex;
    align-items: flex-start;
    gap: 30px;
    justify-content: space-around;
}
.amn.amn-top li {
    margin: 0;
    padding: 0;
        display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: auto;
}
.hamn {
    font-size: 15px;
    margin-top: 6px;
    margin-left: 0px!important;
    font-weight: 500;
}
.amn.amn-top li .check {
    margin: 0px;
    font-weight: 600;
}
/* highlight section ends */
/* hotel hero section start here */
.breadcrumb-hotel-detail {
    margin-top: 80px;
}
.logo img {
        max-width: 130px;
        position: relative;
    bottom: 0px;
    border-bottom: 0px solid #78bb26;
}
.navbar-fixed {
    padding: 0px;
}
.hotel-info-top {
    margin-bottom: 30px;
}
.hotel-name-type {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-bottom: 5px;
    margin-top: 0px;
}
.hotel-name-type h1 {
    color: var(--heading-color);
    font-size:24px;
    margin-top: 0px;
    margin-bottom: 0px;
        max-width:calc(100% - 100px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.hotel-loca svg {
    width: 22px;
    margin-right: 5px;
}
.hotel-loca .one-line-ellipsis {
    max-width: calc(100% - 30px);
}
.price-wrap {
    width: 100%;
    margin-bottom: 0px;
}

.price-discount-wrap {
    display: flex;
    gap: 5px;
    align-items: center;
    margin-top: 0px;
}
.price-discount-wrap del {
    text-decoration: line-through;
    font-size: 14px;
    color: var(--heading-color);
}
.total-discount {
    background-color: var(--primary-color);
    color: #fff;
    font-size: 14px;
    border-radius: 12px 12px 12px 0px;
    padding: 6px 12px;
    line-height: 1;
    margin-bottom: 5px;
}
.hotel-price {
    color: var(--heading-color);
    font-size: 24px;
    width: 100%;
    display: block;
    font-weight: 700;
    letter-spacing: -.5px;
    line-height: 1;
}
.hotel-price small {
    font-size: 16px;
    color: var(--heading-color);
    font-weight: 400;
    margin-left: 5px;   
    letter-spacing: 0px;
}
.blimg {
    height: 100%;
}
.blimg a {
    position: relative;
    text-decoration: none;
    color: #fff;
    overflow: hidden;
        width: 100%;
    height: 100%;
    display: block;
}
.blimg a:hover {
    color: var(--secondry-color);
}
.more-img {
    display: flex;
    flex-direction: column;
    flex: 1;
    position: absolute;
    bottom: 0px;
    width: 100%;
    background: linear-gradient(180deg, rgba(255, 50, 0, 0) 0%, #000000 120%);
    height: 50px;
    align-items: flex-end;
    justify-content: center;
    padding-right: 15px;
    padding-bottom: 10px;
}
.more-img span {
        background-color: rgba(255, 255, 255, .7);
    padding: 7px 10px;
    border: 1px solid #fff;
    border-radius: 2px;
    color: var(--heading-color);
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
}
.more-img span:hover {
   background-color: rgba(255, 255, 255, 1);
}
.brimg {
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: relative;
}
.row.hero-images {
    margin: 0px -5px 30px;
}
.row.hero-images>* {
    padding: 0px 5px;
}
.hero-images img {
    border-radius: 2px;
}
.hero-images, .brimg {
    height: 350px;
}
.img-wrap {
    width: 100%;
    height: 100%;
}
.img-fit, .img-wrap img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: center;
    overflow: hidden;
}


.star-gray {opacity: .2}
.update-rooms {
    font-size:15px;
}

.hb-btn {
    display:flex;
    justify-content:space-between;
    width:100%;
    gap:10px;
}
.hb-btn .btn-primary {
    border-radius:8px;
    font-weight:600;
}
/* package  start */
.package-price-wrap .hotel-price, .package-price-wrap small {
    color: #0c0407;
}
.package-detail-wrap {

}
.package-info {
    margin: 15px 0px 0px;
}
.package-info h3 {
    margin-bottom: 0px;
        width: 100%;
    white-space: normal;
    overflow: visible;
    font-size: 18px;
    font-weight: 500;
}
.package-wrap a, .package-wrap a small{
    text-decoration: none;
    color: var(--body-text-color);
}
.price-amn-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 5px;
}
 .price-discount-wrap {
    margin-top: 5px;
}
.price-amn-wrap .btn, .activity-info .btn {
    padding: 6px 10px 6px 12px;
    border-radius: 6px;
}
.hotel-img {
    width: 100%;
    height: 240px;
    overflow: hidden;
    border-radius: 2px;
    position: relative;
}
.hotel-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.duration-tag {
    position: absolute;
    top: 15px;
    z-index: 2;
    left: 15px;
    background-color: rgba(255, 255, 255, .6);
    border: 1px solid #fff;
    border-radius: 2px;
    color: var(--heading-color);
    font-size: 14px;
    font-weight: 500;
    padding: 2px 12px;
}
/* package  ends */
@media (max-width:991.98px){
    
   .hero-images { --bs-gutter-x:0.5rem}
    .hero-images, .brimg {
        height: 315px;
    }
    .brimg {
        gap: 10px;
    }
    
.hotel-price {
    padding: 0px;
}
.hotel-price h1 {
    font-size: 22px;
}
.hotel-address {
    font-size: 14px;
}
}
@media (max-width:767.98px){

    .logo img {
        max-width: 100px;
    }
    
    .hotel-price {
    margin-top: 0px;
}
.breadcrumb-hotel-detail {
    margin-top: 65px;
}
.hero-detail {padding: 0px;
box-shadow: none;}
.hotel-name-type h1 {
    font-size: 18px;
}
.hotel-loca .one-line-ellipsis {
    font-size: 14px;
}
.price-wrap {
    width: 100%;
}
.hotel-price-wrap {
    text-align: left;
}
.price-discount-wrap {
    justify-content: flex-start;
}
}
@media (max-width:479.98px){
    .hero-images, .brimg {
        height: 200px;
    }
}
/* hotel hero section ends here */

/* image modal style start */

.hd-modal {
  display: none;
  position: fixed;
  z-index: 1093;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.85);
}

.hd-modal-content {
  margin: auto auto;
  padding: 0px;
  width: 63%;
  height: calc(100vh - 5vh);
  transform: translateY(-50%);
  position: relative;
  top: 50%;
  border-radius: 24px;
    filter: none;
    backdrop-filter: none;
    will-change: auto;
    -webkit-font-smoothing: antialiased;
}

.hd-close {
    color: #000;
    float: right;
    font-size: 36px;
    font-weight: bold;
    cursor: pointer;
    line-height: 1;
    margin-bottom: 0px;
    font-weight: 300;
    background-color: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -60px;
    position: relative;
    top: 40px;
}

.hd-close:hover,
.hd-close:focus {
  color: black;
  text-decoration: none;
}

body.hd-modal-open {
  overflow: hidden scroll;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

/* image modal style start */
/* popup slider start */


    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

  

  

    .swiper-slide {
      background-size: cover;
      background-position: center;
    }

    .hd-mySwiper2 {
      height: calc(90% - 50px);
      width: 100%;
      border-radius: 24px;
    }
    .rd-mySwiper2 {
      height: 325px;
      width: 100%;
      border-radius: 8px;
    }
    
    .hd-mySwiper {
      height: 10%;
      box-sizing: border-box;
      padding: 10px 20px 0;
    }

    .hd-mySwiper .swiper-slide {
      width: 25%;
      height: 100%;
      filter: grayscale(100%);
    }

    .hd-mySwiper .swiper-slide-thumb-active {
      filter: grayscale(0);
    }

    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
.hd-swiper-button-prev, .hd-swiper-button-next{
        width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #000;
}
.hd-swiper-button-prev:after, .hd-swiper-button-next:after {
        font-size: 20px;
    color: var(--body-text-color);
}
.rd-swiper-button-prev, .rd-swiper-button-next{
        width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #000;
}
.rd-swiper-button-prev:after, .rd-swiper-button-next:after {
        font-size: 20px;
    color: var(--body-text-color);
}
@media (max-width:767px){
    .hd-close {
        top: -15px;
        right: 0px;
    }
    .hd-modal-content {
        width: 98%;
        padding: 0px 10px;
        height:450px;
        border-radius:6px;
    }
    .hd-mySwiper2 {
     height: calc(80% - 50px);
    }
    .hd-mySwiper {
        height:20%;
    }
    .hd-swiper-button-prev, .hd-swiper-button-next {
    width: 40px;
    height: 40px;
    }
    .hd-swiper-button-prev:after, .hd-swiper-button-next:after {
        font-size:16px;
    }
}
/* popup slider ends*/


/* hotel overview+amenities start here */
.overview {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; 
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.5s ease; 
    will-change:-webkit-line-clamp;
    margin-bottom: 0px;
}

.overview.expand {
    display: block; 
    -webkit-line-clamp: unset; 
    overflow: visible;
    transition: all 0.5s ease; 
}

.readmore {
    display: inline-block;
    margin-top: 5px;
    color: var(--primary-color);
    text-decoration: underline;
    cursor: pointer;
    border: none;
    background: transparent;
    padding-left: 0px;
    font-weight: 700;
}

.readmore:hover {
    text-decoration: underline;
}
.hotel-detail .h3 {
    font-size: 24px;
    letter-spacing: -.6px;
    font-weight: 500;
}
.amn{
    margin:0px 0 0 0px;
    padding:0;
    list-style:none;
}
.amn li{
    border-radius:4px;
    padding:0px 0px 0px 0px;
    margin-right:10px;
    margin-bottom:0px;
    display: inline-flex;
    font-size: 14px;
    align-items: center;
    line-height: 1;
}
.amn li span {
    position: relative;
    margin-left: 5px;
}

.hotel-detail  hr {
    background-color: var(--border-gray);
    border: 0px;
}
/* hotel overview+amenities ends here */




@media (max-width: 1199.98px) {
   
    .card-right {
        padding-right: 10px;
    }
}
@media (max-width: 767.98px) {
    .card-left {
        height:100%;
    }
   
    .card-right p {
        margin-bottom: 5px;
    }
   
    .hotel-detail {
        margin-bottom: 30px;
    }
}
@media (max-width: 479.98px){
   
    .card-left {
        width: 100%;
        height: 220px;
    }
    .card-right {
        width: 100%;
        padding: 15px 0px 15px 7px;
    }
}
/* horizontal card ends here */
/* point list start */
.badge-btn{
    background-color: var(--primary-color-light);
    display: inline-flex;
    padding: 10px 20px;
    border-radius: 6px;
    border: 1px solid var(--primary-color);
    align-items: center;
    font-size: 15px;
    font-weight: 500;
    margin-top: 15px;
}
.order-list {
    margin:0 0 0 15px;
    padding: 0;

}
.order-list li {
    margin-bottom: 10px;
}
.p-list{
    margin:10px 0 0;
    padding:0;
    flex-direction:row;
    flex-wrap:wrap;
    list-style: none;
    display: flex;
}
.p-list hr{
    height:1px;
    background-color:#b2c1d9;
    margin:20px 0
}
.p-list h2{
    font-size:36px;
}
.p-list h3{
    font-size:16px;
    display:inline-block;
    margin-bottom:0;
    line-height:1.6
}
.p-list li::after{
    content:"";
    top:9px;
    width: 8px;
    height: 8px;
    position: absolute;
    left: 0;
    background-color: var(--secondry-color);
    z-index: 1;
    background-position: center;
    border-radius: 0px;
    background-repeat: no-repeat;

}
.p-list li{
    width:100%;
    display:inline;
    padding-left:35px;
    margin-bottom:15px;
    position: relative;
    font-size: 14px;
}
.p-list li:last-child {
    margin-bottom: 0px;
}
.p-list li:after {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAaVBMVEUAAAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8G612AAAAInRSTlMANhj37Nsc+vDpndLLZUMTto0oJKDh1pksxbGVVT0yCLsu3xVKkQAAALlJREFUKM+dkdkSgiAUhk+CEiAigltmFu//kA1rzsSV/wXL9zNnA66rEqx/s+cfNsTStaWTvx1H4h1GaoCkpjaJI67hxO+3GAdzWeLAkC5ySVSRg7Au70f++BSq3rBbed3k93T2xqN16wuPOsVp+2REZ/Q8GzMFrxshMS+ec3KvfQ/7YkXoL5abpUjs1yB95gMyUBqJ5LSCPMRpSWfNUef2PPbNW4NCNPAUjRGL25VawqrC1/ZMOHxRX//gCJVY31dBAAAAAElFTkSuQmCC');
  filter: brightness(0) invert(0);  
background-repeat: no-repeat;
    background-size: cover;
    width: 20px;
    height: 20px;
}

.p-list hr{
    height:1px;
    background-color:#b2c1d9;
    margin:20px 0
}
@media (max-width: 991.98px) {
   
    .p-list h2 {
    font-size: 28px;
}
.p-list hr {
    margin: 15px;
}
}

/* point list ends */


/* form-aside start here */
.hotel-list-left-panel {
    position: sticky;
    top: 100px;
    transition: top 0.3s ease;
}
.form-wrap-aside {
    padding: 25px;
    border-radius: 2px;
    background-color: #f5f7fa;
}
.form-header {
    color: var(--heading-color);
    font-size: 20px;
    line-height: 1.3;
    font-weight: 600;
}
.form-header2 {
    color: var(--heading-color);
    font-size: 20px;
    line-height: 1.3;
    font-weight: 600;
}
.form-header2 span {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: var(--body-text-color);
    margin-top: 5px;
}

.form-lead .form {
    flex-direction: column;
}
.form-lead .d-block {
    width: 100%;
}
.form-lead .form-control {
    border:2px solid #e4e4e4;
    height: 42px;
}
.form-control-group {
    display: flex;
    align-items: center;
}
.form-control-group input {
    width: 50%;
}
.input-group {
    display: flex;
    gap: 15px;
}
.add-guest {
    display: flex;
    gap: 15px;
}
.call-back-sec-wrap {
    background-color: #f5f7fa;
    padding: 30px 20px;
    margin-top: 30px;
    border-radius: 2px;
}
/* form-aside start here */
.hotel-list-left-panel {
    position: sticky;
    top: 100px;
    transition: top 0.3s ease;
}
.form-wrap-aside {
    padding: 25px;
    border-radius: 2px;
    background-color: #f5f7fa;
}
.form-header {
    color: var(--heading-color);
    font-size: 20px;
    line-height: 1.3;
    font-weight: 600;
}
.form-header2 {
    color: var(--heading-color);
    font-size: 20px;
    line-height: 1.3;
    font-weight: 600;
}
.form-header2 span {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: var(--body-text-color);
    margin-top: 5px;
}

.form-lead .form {
    flex-direction: column;
}
.form-lead .d-block {
    width: 100%;
}
.form-lead .form-control {
    border:2px solid #e4e4e4;
    height: 42px;
}
.form-control-group {
    display: flex;
    align-items: center;
}
.form-control-group input {
    width: 50%;
}
.input-group {
    display: flex;
    gap: 15px;
}
.add-guest {
    display: flex;
    gap: 15px;
}

@media (max-width:1199px){
    .input-group {
        gap: 0px;
        flex-direction: column;
    }
    .update-rooms .input-group {
        flex-direction:row;
    }
}
@media (max-width:767px){
    .form-lead .form-control {
        margin-bottom: 10px;
    }
    .update-rooms .form-control {
        margin-bottom: 0px;
    }
    .form-wrap-aside, .call-back-sec-wrap {
        margin-left: 0px;
    }
}
/* form-aside ends here */
/* itenerary start */
.Itinerary-wrap {
        border-radius: 4px;
    box-shadow: var(--details-left-section-box-shadow, 0 2px 30px 0 rgba(0, 0, 0, 0.1));
}
.iti-header {
    background-color: var(--secondry-color-light);
    padding: 20px;
    font-weight: 500;
    text-transform: uppercase;
}
.accordion-button{
    color:var(--secondry-color);
    font-weight:600
}




.accordion{
    width:100%
}


.accordion-button{
       width: 100%;
    text-align: left;
    border: none;
    cursor: pointer;
    outline: 0;
    font-size: 15px;
    font-weight: 600;
    color: #333;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color .3s;
    font-family: var(--bs-body-font-family);
}

.arrow{
    font-size:20px;
    transition:transform .3s
}
.arrow.plus::before{
    content:'\002B'
}
.accordion-item.open .arrow,.arrow.minus::before{
    content:'\2212'
}
.accordion-content{
    display:none
}
.accordion-content p{
    margin:0
}
.accordion-item.open .accordion-content{
    display:block
}


.accordion-content {
    background-color: transparent;
    padding: 30px 20px;
}
.accordion-content img {
    max-width: 300px;
    height: 200px;
    object-fit: cover;
    object-position: center;
    border-radius: 6px;
    margin-bottom: 15px;
}
.accordion-button, .accordion-button:hover {
    background-color: transparent;
    border-top: 1px solid var(--border-gray);
    border-bottom: 1px solid var(--border-gray);
    padding: 10px 20px;
}
.day {
        background-color: var(--primary-color-light);
    padding: 7px 20px;
    margin-right: 15px;
    border-radius: 24px;
    color: var(--heading-color);
    transition: all .3s;
    font-weight: 500;
    font-size: 14px;
}
.day-wrap {
    display: flex;
    align-items: center;
    width: calc(100% - 40px);
    
}
.day-wrap p {
    color: var(--body-text-color);
    font-weight: 500;
    font-size: 14px;
}
.arrow {
    padding-right: 15px;
}

.accordion-button:hover .day {
    background-color: #e8ab06;
    transition: all .3s;
}
.accordion-content p {
    margin-bottom: 10px;
    padding-left: 17px;
    position: relative;
    font-size: 15px;
}
.accordion-content p:after{
    content: "";
    top: 8px;
    width: 7px;
    height: 7px;
    position: absolute;
    left: 0;
    background-color: var(--secondry-color-hover);
    z-index: 1;
    background-position: center;
    border-radius: 50%;
    background-repeat: no-repeat;
}