.text-date{
    color: rgba(255, 255, 255, 0.7);;
    font-size: 16px;
}

 .testimony-wrap .user-img-trip {
    width: 600px;
    height: 400px;
    border-radius: 6px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    box-shadow: 2px 2px 20px rgba(238, 137, 137, 0.93);

 }

 .caption{
  color: deeppink;
   font-weight: 600;
   font-size: 16px;
     margin-top: 20px;
 }
.caption_date{
    color: rgba(98, 112, 204, 0.98);
   font-weight: 600;
   font-size: 16px;
   }

.book_name{
    color: #efedea;
    background-color: #0d8ecf;
    border-radius: 6px;
    box-shadow: 2px 4px 10px yellow;
}
 .book_text{
     color: rgb(255, 255, 255);
     font-size: 16px;
     display: flex;
     text-align: justify;
     backdrop-filter: blur(10px);
 }

  @media (max-width: 768px) {
      .book_text{
          color: #ffffff;
          font-weight: 600;
          margin: 2rem;
               }
  }
.boot-detail{
    backdrop-filter: blur(5px);
    margin: 0;
}

 .book_subject{
  color: #efedea;
  /*transform: rotate(-90deg);*/
  font-size: 17px;
  text-align: center;
  /*position: absolute;*/
  /*display: block;*/
  /*width: 30vw;*/
     background-color: rgba(98, 112, 204, 0.98);
}

 .book-header-title{
     color: white;
     text-align: center;
     font-size: large;
 }

 /*show comment style*/

.comment_box{
    max-height: 400px;
    width: 100%;
    overflow-y: scroll;
    backdrop-filter: blur(10px);
    box-shadow: 2px 2px 20px rgb(236, 160, 48);
}


.comment_header{
    position: sticky;
    top: 0;
    z-index: 1;
    border-radius: 6px;
    text-align: center;
    color: #ffffff;
    text-shadow: 2px 4px 10px black;
}
.comment_name{
    color: rgba(219, 6, 243, 0.98);
    position: relative;
    z-index: 22;
    font-weight: 900;
    font-size: 20px;

}
.comment_message{
    position: relative;
    color: #111010;
    font-weight: 900;
    font-size: 16px;
    padding-right: 1rem;
    z-index: 1;
    box-shadow: 2px 4px 6px white ;
    background-color: white;
}


.comment_back{
    background-image: url(/static/images/3.jpg);
    background-position: center center;
    background-size: cover;
    height: 600px;
}

 @media (max-width: 768px) {
        .comment_back{
           margin-top: 20px;
            height: 1000px;
        }
         .comment_box{
             /*margin-top: 15px;*/
         }
    }

.comment_header_send{
    color: #ffffff;
    text-shadow: 2px 4px 10px black;
    padding: 0;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
     display: block;
}

/*-------------*/

/* news section */
.vehicle_img-box {
  width: 60%;
  margin: 0 auto;
    padding-bottom: 40px;
}

.vehicle_section .carousel-control-prev,
.vehicle_section .carousel-control-next {
  opacity: 1;
}

.vehicle_section .carousel-control-prev-icon,
.vehicle_section .carousel-control-next-icon {
  width: 50px;
  height: 50px;
  background-color: #082465;
  border-radius: 100%;
  background-size: 10px;
  background-position: center;
}

/* end news section */


/*---------------------
  News Section
-----------------------*/

.room-section {
	padding-bottom: 0;
    display: grid;

}

.rooms-page-item {
	/*-webkit-box-shadow: 2px 15px 75px 6px #EBEBEB;*/
	box-shadow: 2px 10px 20px 6px rgba(150, 157, 196, 0.98);
	margin-bottom: 10px;
    background: rgb(236, 229, 229);
}

.rooms-page-item .room-pic-slider .single-room-pic img {
	height: 280px;
    width: 100%;
    object-fit:cover ;

}

.rooms-page-item .room-pic-slider.owl-carousel .owl-nav button[type=button] {
	color: #AE9548;
	font-size: 26px;
	height: 69px;
	width: 52px;
	background: #353535;
	line-height: 72px;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-34.5px);
	transform: translateY(-34.5px);

}

.rooms-page-item .room-pic-slider.owl-carousel .owl-nav button[type=button].owl-next {
	left: auto;
	right: 0;
}

.news_caption p{
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
    margin: 0;
    background-color: rgba(122, 132, 203, 0.98);

}
/*---------------------
 END News Section
-----------------------*/

.visitor{
    text-align: center;
    background-color: #e58d0a;
    border-radius: 4px;
    padding: 10px;
    color: black;
    margin-top: 10px;
    span{
        color: white;
        font-weight: 900;
        padding: 5px;
        font-size: 18px;
    }
}

/*paint slider*/

.main-image {
  --width: min(90vw,1000px);
  --offest: 0 -0.7rem;

}

.list {
  width: var(--width);
  list-style-type: none;
  display: flex;
  align-items: center;
  gap: 0.15rem;

  &:hover .item:not(:hover)::after { background-color: rgba(0,0,0,0.6); }

  & .item {
    position: relative;
    flex: 1;
    aspect-ratio: 1;
    border-radius: 0.25rem;
    transition: flex 0.8s, margin 0.6s;
    overflow: hidden;

    &::after {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      transition: background-color 0.9s;
    }

    &:hover {
      flex: 9;
      z-index: 10;
      box-shadow: 0 0 5px rgba(0,0,0,0.3);
    }

    &:hover + .item { flex: 4; margin: var(--offest); z-index: 5; }
    &:has(+ :hover) { flex: 4; margin: var(--offest); z-index: 5; }

    & img {
      position: absolute;
      width: 100%;
      aspect-ratio: 1;
      object-fit: inherit;
    }
  }
}
/*end paint slider*/

