.iconset{
    position: absolute;
    top: 79%;
    left: 5%;
    z-index: 0;
      }
      .iconset a img {
        width: 4vw;
        margin: 3vw;
        float: left;
    }
      .lact{
          margin: 5%;
      }
  
      div.galact img {
          padding-top: 3%;
        width: 30%;
        height: auto;
    }
    .desu{
        text-align: left;
        font-size: 12px;
    }
    .top-dright {
        position: absolute;
        top: 90px;
        right: 27px;
      }
      .iconartist{
        position: absolute;
        top:75%;
        left: 11%;
        z-index: 0;
      }
      .iconartist a img{
        width: 4vw;
        margin: 2rem;
        margin-right: 8rem;
      }
      .bar {
        width: 100%;
        background-color: #555;
        overflow: auto;
      }
      
      .bar a {
        float: left;
        padding: 12px;
        color: white;
        text-decoration: none;
        font-size: 17px;
      }
      
      .bar a:hover {
        background-color: #000;
      }
      .ett{
        padding-left: 20rem;
      }
      


      .vl1 {
        border-left: 0.5px solid #0000008c;
        height: 7rem;
    }
    th{
      font-size:1vw;
      color: rgb(0, 0, 0);
    }
    td{
      font-size:0.9vw;
      color: #0F4C75;
      border: 17px;
     
      
    }

    td i{
      width: 50px;
    }
    /* table, td {
      border:10px solid rgba(0, 0, 0, 0);
    } */
    .btn-custom {
      background-color: #f44336;
      color: #fff;
      border: none;
      padding: 8px 16px;
      font-size: 14px;
      border-radius: 4px;
      cursor: pointer;
    }
  
    .btn-custom:hover {
      background-color: #d32f2f;
    }
  
    .btn-custom:focus {
      outline: none;
      box-shadow: 0 0 0 2px rgba(244, 67, 54, 0.5);
    }
    .input-group input {
      width: 60px;
      text-align: center;
      -moz-appearance: textfield;
    }
  
    /* Remove arrow spinners */
    .input-group input::-webkit-inner-spin-button,
    .input-group input::-webkit-outer-spin-button {
      -webkit-appearance: none;
      margin: 0;
      display: none;
    }

    /* hotl detail box css 
    
    */

    .hotel-details-box {
      /* background-color: #389e57; */
      background: linear-gradient(180deg, #ec6474 0%, #b90834 100%);

      padding: 20px;
      border-radius: 8px;
      box-shadow: 0 2px 6px rgba(148, 43, 43, 0.1);
  }
  
  .hotel-name {
      font-size: 24px;
      font-weight: bold;
      margin-bottom: 10px;
      color: #f6f3f3;

  }
  
  .hotel-address {
      font-size: 16px;
      margin-bottom: 15px;
      color: #f6f3f3;

  }
  
  .hotel-features {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
  
.feature {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #f6f3f3;
  flex-basis: 50%;
}
  
.feature-icon {
  font-size: 16px;
}

.feature-text {
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: auto;
  flex-shrink: 0;
}

/* slider images  */
.slider-container {
  position: relative;
}

.slider {
  width: 100%;
  height: 400px; /* Adjust the height as needed */
  overflow: hidden;
}

.slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.thumbnail-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}

.thumbnail {
  width: 60px; /* Adjust the thumbnail size as needed */
  height: 60px;
  margin: 0 5px;
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.3s ease;
}

.thumbnail.active {
  opacity: 1;
}


/* hotel details tabs css  */
.nav-tabs {
  background-color: #e9ecef;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 20px;
}

.nav-tabs .nav-link {
  background-color: #e9ecef;
  color: #333;
  border: none;
  border-radius: 0;
  padding: 10px 20px;
  transition: background-color 0.3s ease;
}

.nav-tabs .nav-link:hover {
  background-color: #d3d3d3;
  color: #333;
}

.nav-tabs .nav-link.active {
  background-color: #dc3545;
  color: #fff;
  font-weight: bold;
}

.hotel-details {
  background-color: #f8f9fa;
  padding: 20px;
  border-radius: 5px;
}

.detail-label {
  font-weight: bold;
}

ul.list-unstyled li {
  margin-bottom: 5px;
}

/* share css  */
/* Existing CSS styles */

.share-options {
  margin-top: 20px;
}

.share-label {
  margin-right: 10px;
}

.share-option {
  margin-right: 5px;
  padding: 5px 3px;
  background-color: #dc3545;
  color: #fff;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.share-option:hover {
  background-color: #c82333;
  color: #fff;

}



  
caption{
  padding-bottom: -38.25rem;
  /* color: #6c7; */
  /* text-align: left; */
  /* caption-side: bottom; */
  padding-left: 6rem;
  font-size: 1.2vw;
   color: rgba(0, 0, 0, 0.738);
}
     .rigtquery li{
      float: left;
      color: white;
      font-size: 1.5vw;
      margin: 3%;
     }

     /* p{
      height: 60px;
      
     } */

     table{
      display: grid;
      grid-template-rows: repeat(1,1fr);
      grid-template-columns: repeat(1,1fr);
     }

 

     table tr td {
  font-size:16px;
  padding: 0px;
  padding-left: 12px;
}

tr td i{
  font-size: 22px;
}

     /* HEADER */
/*  */

.content {
  width: 100%;
  position: absolute;
  /* top: 50%; */
  /* margin-left: 10px; */
  transform: translateY(-50%);
  /* text-align: center; */
  color: black;
}

button:hover {
  border: 1px solid black;
  
}

/* PRODUCTS */
.product {
  position: relative;
  overflow: hidden;
  /* padding: 20px; */
  margin-top: -20px;
}



.product-container {
  /* padding: 0 10vw; */
  margin-left: 15px;
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  position: relative;
}

.product-container::-webkit-scrollbar {
  display: none;
}

.product-card {
  flex: 0 0 auto;
  width: 420px;
  height: 400px;
  margin-right: 2px;
}



.product-image {
  position: relative;
  width: 420px;
  height: 400px;
  overflow: hidden;

 
}

.product-thumb {
  width: 420px;
  height: 300px;
  object-fit: cover;
}




.pre-btn,
.nxt-btn {
  margin-left: 15px;
  border: none;
  width: 5vw;
  margin-top: 150px;
  height: 10%;
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
  cursor: pointer;
  z-index: 8;
}

.pre-btn {
  left: 0;
  transform: rotate(180deg);
}

.nxt-btn {
  right: 0;
}

.pre-btn img,
.nxt-btn img {
  opacity: 0.2;
}

.pre-btn:hover img,
.nxt-btn:hover img {
  opacity: 1;
}

.hr2{
  margin-top: -30px;
  padding: 0;
}

.details{
    margin-top: -80px;
    margin-left: 14px;
    color: #000;
}

.tab-titles{
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin: 20px 0 40px;
}

.tab-link{
  margin-right: 50px;
  font-size: 22px;
  font-weight: 500;
  cursor: pointer;
  position: relative;
}

.tab-link::after{
  content: " ";
  width: 0;
  height: 3px;
  background: #3b71ca;
  position: absolute;
  left:0;
  bottom: -8px;
  transition: 0.5s;
}

.tab-link.active-link::after{
width: 100%;
}

.tab-containt {
  display: none;
  margin-left: 14px;
  margin-right: 14px;
  animation: transitionIn 1.2s;
}

@keyframes transitionIn{
  from{
    opacity: 0;
    transform: rotateX(-10deg);
  }
  to {
    opacity: 1;
    transform: rotateX(0);
  }
}
.page-title {
  background: linear-gradient(180deg, #ec6474 0%, #b90834 100%);
  color: #ffffff;
  padding: 2.5rem 1rem;
  border-radius: 1.563rem;
  -webkit-border-radius: 1.563rem;
  -moz-border-radius: 1.563rem;
  -ms-border-radius: 1.563rem;
  -o-border-radius: 1.563rem;
}
.page-title h3 {
  font-size: 3.438rem;
  /*line-height: 2.5rem;*/
  margin-bottom: 0;
}
.detail-section{
  background: rgba(191, 184, 136, 0.08);
}

.sd-view-img{
  height: 29.5rem;
  object-fit: cover;
  width: 100%;
}


.sd-view-img.sd-view-img-sm{
  height: 14.063rem;
}
.btn-more{
    border-radius: 1.563rem;
    /* right: 1.25rem;
    bottom: 1.25rem; */
    /* background-color: rgba(120, 111, 56, 0.8); */
    font-weight: 700;
    /* padding-top: 0.662rem;
    padding-bottom: 0.662rem; */
    width:20px;
    height:20px;
    
    
}
.btn-more .more-text{
    margin-top:-10px;
}
.btn.imgs-btn.btn-lg-50:hover{
    background-color: rgba(120, 111, 56, 1);
    color: #ffffff;
}
.rounded{
   border-radius: 1.563rem;
  
}
.img-fluid {
  border-radius: 1.563rem;

}

.tab-containt.active-tab{
display: block;

}

@media (max-width: 767.98px) {
  .py-50 {
      padding-top: 2.125rem;
      padding-bottom: 2.125rem;
  }
  .page-title{
      padding: 2.5rem 1.5rem;
  }
  .page-title h3{
      font-size: 2.5rem;
  }
}

