.imaje_slider {
  width: 100%;
  height: 100%;
}

.imaje_slider img {
  width: 100%;
  object-fit: cover;
}

.img-slider {
  position: relative;
  width: 100%;
  height: 300px; /* Adjust the height as needed */
  overflow: hidden;
}

.img-slider .slider-container {
  display: flex;
  position: absolute;
  height: 100%;
  width: 600%; /* 6 images = 600% width */
  top: 0;
  left: 0;
  animation: slider 30s infinite linear; /* Adjust timing as needed */
}

.img-slider .slider-container .slide {
  width: 16.6666%; /* 100% / 6 = 16.6666% */
  height: 100%;
}

.img-slider .slider-container .slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.mr-2 {
  margin-right: 10px;
}

.slick-list {
  width: 100%;
}

.reting_img {
  width: 80px;
  /* height: 120px; */
  border-radius: 50%;
  object-fit: cover;
}

.abt_img img {
  width: 500px;
  height: 400px;
  object-fit: cover;
}

.map_img {
  position: relative;
}

.map_link {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(150%);
  transform: translate(400px, 400px);
  background-color: #fff;
}

.hm_abt_lg img {
  height: 350px;
  object-fit: cover;
}

.hm_abt_sm img {
  height: 250px;
  object-fit: cover;
}

.pr-10px {
  padding-right: 10px !important;
}

/* @keyframes slider {
  0%,
  25%,
  100% {
    left: 0;
  }

  30%,
  55% {
    left: -100%;
  }

  60%,
  85% {
    left: -200%;
  }
  90%,
  95% {
    left: -300%;
  }
  120%,
  100% {
    left: -400%;
  }
} */

@keyframes slider {
  0%,
  16.66%,
  100% {
    left: 0;
  }

  20%,
  33.33% {
    left: -100%;
  }

  36%,
  50% {
    left: -200%;
  }

  53%,
  66.66% {
    left: -300%;
  }

  70%,
  83.33% {
    left: -400%;
  }

  86%,
  100% {
    left: -500%;
  }
}

.imgale_h_450px {
  height: 450px;
}

.imgale_h_350px {
  height: 350px;
}

.full-screen-625 {
  height: 625px;
}

.bg-black {
  --bs-bg-opacity: 1;
  /* background-color: rgb(0 0 0 / 57%) !important; */
  /* background-color: rgb(0 0 0 / 25%) !important; */
  background-color: rgb(0 0 0 / 15%) !important;
}

.smng_img_posn {
  background-position: bottom;
}

.p-t-b {
  padding-top: 100px;
  padding-bottom: 100px;
}

.cntct_img img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 10px;
}

.img_boxShadow {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border: 5px solid #ffffff;
  border-radius: 6px;
}

.booking_res_btn {
  display: none !important;
}

.form-group .form-icon {
  position: absolute;
  top: 70%;
  right: 40px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 14px;
}

.ctgr_notice p {
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: 600;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
}

.p-lr-7 {
  padding-right: 7px;
  padding-left: 7px;
}

.bed_box {
  box-shadow: 0px 0px 2px 2px #ccccccc4;
  padding: 5px 8px;
  font-size: 16px;
  text-align: center;
}

.bg_psn_top {
  background-position: top !important;
}

.amnt_w_h330_370 {
  width: 330px;
  height: 370px;
  object-fit: cover;
}

.amnt_w_h_330_450 {
  width: 330px;
  height: 450px;
  object-fit: cover;
}

.amnt_w_h_330_410 {
  width: 330px;
  height: 410px;
  object-fit: cover;
}

.amnt_w_h_330_350 {
  width: 330px;
  height: 350px;
  object-fit: cover;
}

.amnt_h_350 {
  width: 100%;
  height: 350px;
  object-fit: cover;
}

.amnt_h_200 {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.rstaurnt_img img {
  width: 100%;
  height: 500px;
}

.amnt_w_h_390_410 {
  /* width: 330px; */
  height: 450px;
  object-fit: cover;
}

.amnt_w_h_390_550 {
  /* width: 330px; */
  height: 550px;
  object-fit: cover;
}

.bnglw_title {
  display: flex;
  align-items: baseline;
  gap: 5px;
}

.bnglw_title span {
  font-size: 43px;
  font-weight: 500;
  color: #fff;
}

.img-overlay {
  position: absolute;
  top: 0;
  padding: 20px;
  /* width: 100%;
  height: 100%; */
  color: #000;
  /* background-color: rgba(0, 0, 0, 0.5); */
  /* background: linear-gradient(450deg, #1110187a 0%, rgb(217 217 217 / 0%) 70%); */
  width: 30%;
  height: 300px;
}

.animate_bnnr {
  /* width: 50px;
  height: 50px;
  background-color: red; */
  position: absolute;
  top: 80%;
  left: 0;
  transform: translateY(-50%);
  animation: moveRight forwards infinite 15s;
  /* background: linear-gradient(450deg, #1110187a 0%, rgb(217 217 217 / 0%) 70%); */
  background: linear-gradient(450deg, #1110187a 0%, rgb(217 217 217 / 0%) 160%);
  padding: 20px 30px;
  border-radius: 10px;
}

.animate_bnnr .title {
  font-size: 46px;
  font-family: 'feather';
  font-weight: 700;
  color: #fff;
  text-shadow: ghostwhite;
  text-shadow: 2px 2px #000000;
  margin-bottom: 0;
}

.animate_bnnr .slider-sttle {
  font-size: 30px;
  font-family: 'feather';
  font-weight: 600;
  text-align: center;
  color: #fff;
  text-shadow: 2px 2px #000000;
  margin-bottom: 0;
}

@keyframes moveRight {
  0% {
    left: 0;
  }
  100% {
    left: calc(20% - -50px); /* subtracting the width of the element */
  }
}

.ml-1 {
  margin-left: 5px;
}

.border_btm {
  border-bottom: 1px solid #e3dcd1;
}

.wh_sp_nowrap {
  white-space: nowrap;
}

@media (max-width: 600px) {
  .res_rting {
    flex-direction: column;
    gap: 15px;
  }

  .res_rting p {
    font-size: 18px;
    text-align: justify;
  }

  .pge_cntn_title {
    font-size: 2.5rem;
  }

  .pge_cntn_title_lnh {
    line-height: 3.5rem;
  }

  .amnt_w_h_330_450 {
    height: 200px;
    object-fit: cover;
  }

  .amnt_w_h330_370 {
    height: 200px;
    object-fit: cover;
  }

  .amnt_w_h_330_410 {
    height: 200px;
    object-fit: cover;
  }

  .amnt_w_h_330_350 {
    height: 200px;
    object-fit: cover;
  }

  .amnt_w_h_390_550 {
    /* width: 330px; */
    height: 200px;
    object-fit: cover;
  }

  .md-h-350px {
    height: 200px !important;
    width: 300px !important;
  }

  .p-t-b {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .cntct_img img {
    height: 300px;
  }
  .bnglw_title span {
    font-size: 32px;
    font-weight: 500;
    color: #fff;
  }

  .bnglw_title h3 {
    font-size: 30px;
  }

  .booking_res_btn {
    display: block !important;
  }

  .res_icon {
    width: 65px !important;
    height: 65px !important;
  }

  .res_icon i {
    font-size: 35px;
  }

  .res_fs {
    font-size: 20px;
  }

  .fs_sm_18 {
    font-size: 18px;
  }

  .res_fs_hdr {
    font-size: 32px;
  }

  .abt_img img {
    width: 100%;
    height: 400px;
    object-fit: cover;
  }

  .outside-box-right-20 {
    margin-right: 0;
  }

  .map_link {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(150%);
    transform: translate(95px, 55px);
    background-color: #fff;
  }

  .hm_abt_sm img {
    height: 180px;
    object-fit: cover;
  }

  .hm_abt_lg img {
    height: 270px;
    object-fit: cover;
  }
}
