@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;700&display=swap");

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}


img[alt] {
  text-indent: -10000px;
}

.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* margin: 5rem; */
}

.skeleton-row,
.room-detail-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

/* .hotel-result .row .hotel-item {
  display: none;
} */

a#card-link,
.room-skelton-item {
  width: 23%;
  margin: 10px;
}

.card {
  /* background-color: #f5f8fc; */
  -webkit-box-shadow: 0 0 transparent, 0 0 transparent, 0 0.375rem 0.375rem -0.125rem rgba(168, 179, 207, 0.4);
  box-shadow: 0 0 transparent, 0 0 transparent, 0 0.375rem 0.375rem -0.125rem rgba(168, 179, 207, 0.4);
  padding: 0.5rem;
  border-radius: 1rem;
  border: 1px solid rgba(82, 88, 102, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  width: 330px;
  height: auto;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin: 2rem;
}

.card__header {
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0.5rem 0 0.5rem 0.5rem;

}

.card__header .header__img {
  height: 2rem;
  width: 2rem;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}

.card__header .header__title {
  font-size: 1.0625rem;
  line-height: 1.375rem;
  color: #0e1217;
  font-weight: 700;
  margin: 0.5rem;

}

.card__body {
  margin: 0 0.5rem;
}

.card__body .body__text {
  color: #525866;
  font-size: 0.8125rem;
}

.card__body .body__img {
  height: 16rem;
  margin: 0.5rem 0;
}

.card__body .body__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  margin: auto;
  border-radius: 0.75rem;
}

.card__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0.5rem;
}

.card:hover {
  border-color: rgba(82, 88, 102, 0.4);
}

ion-icon {
  font-size: 1.5rem;
  color: #525866;
  cursor: pointer;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

ion-icon:hover:nth-of-type(1) {
  color: #15ce5c;
}

ion-icon:hover:nth-of-type(2) {
  color: #15ce5c;
}

ion-icon:hover:nth-of-type(3) {
  color: #fa6620;
}


.skeleton {
  height: 1em;
  position: relative;
  overflow: hidden;
  background-color: #DDDBDD;
}

.skeleton::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translateX(-100%);
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0));
  -webkit-animation: skeleton-loading 1s infinite;
  animation: skeleton-loading 1s infinite;
  content: "";
}

@-webkit-keyframes skeleton-loading {
  100% {
    transform: translateX(100%);
  }
}

@keyframes skeleton-loading {
  100% {
    transform: translateX(100%);
  }
}

.skeleton-text {
  width: 100%;
  height: 0.7rem;
  margin-bottom: 0.5rem;
  /* border-radius: 0.25rem; */
}

.skeleton-text__body {
  width: 75%;
}

.skeleton-footer {
  width: 30%;
}

/* Filter Sidebar */

.options .card__body,
.skeleton-opt .card__body {
  margin: 0;
}

.options .skeleton-text,
.skeleton-opt .skeleton-text {
  height: 25px;
  border-radius: 0;
}

.skeleton-opt .skeleton-text.range-slider {
  height: 8px;
}

.price-box-skeleton {
  display: flex;
  width: 100%;
}

.price-box-skeleton .box {
  width: 50%;
}

.price-box-skeleton .box:first-child {
  margin-right: 10px;
}

.card__body.map-skeleton,
.card__body.map-skeleton>div {
  margin: 0;
}

.card__body.map-skeleton.skeleton-opt .skeleton-text {
  height: 120px;
  border-radius: 20px
}

.room-skeleton-row .card {
  width: 100%;
  margin: 30px 0;
  border-radius: 0;
  padding: 0
}

.room-skeleton-row .card__header {
  margin: 0;
}

.room-skeleton-row .card .card__header .skeleton-text {
  margin: 0 0 10px;
  height: 60px;
  border-radius: 0;
}

.room-skeleton-row .card .card__header .skeleton-text.para-text {
  height: 20px;
}

.room-skeleton-row .card .card__body.body__text,
.room-skeleton-row #card-details>.skeleton-text__body {
  margin: 10px auto;
  height: 30px;
  border-radius: 0;
  width: 100%;
}

.room-skeleton-row .card .room-skelton-item .skeleton-text {
  height: 30px;
  margin-bottom: 8px;
}

.room-skeleton-row .card .skeleton .skeleton-text .skeleton-text__body .skeleton {
  width: 100%;
  height: 30px;
  border-radius: 0
}

.room-skeleton-row .card .card__body .body__img .skeleton {
  border-radius: 0;
}

.room-skeleton-row .card .room-skelton-item .card__header .header__title .skeleton .skeleton-text {
  height: 20px;
  border-radius: 0;
}


/*==================== hotel-details ====================*/
.hotel-department-skeleton .room-skelton-item .body__img,
.hotel-department-skeleton .room-skelton-item {
  height: 100%;
  margin: 0;
}

.Skeleton-main .body__img {
  min-height: 260px;
}

.skeleton-hotel-name {
  width: 50%;
}

.skeleton-hotel-name .card__body:nth-child(1) .skeleton-text__body {
  width: 7%;
  height: 25px;
}

.skeleton-hotel-name .card__body:nth-child(2) .skeleton-text__body {
  width: 35%;
  height: 20px;
}

.skeleton-hotel-name .card__body:nth-child(3) .skeleton-text__body {
  width: 35%;
  height: 20px;
}

.skeleton-hotel-name .card__body:nth-child(4) .skeleton-text__body {
  width: 15%;
  height: 30px;
}

.hotel-tax-skeleton .tax-content .skeleton-text__body {
  height: 380px;
  width: 340px;
}

.hotel-tax-skeleton .tax-btn .skeleton-text__body {
  height: 47px;
  width: 340px;
}

.hotel-details-skeleton .department-part2 .col-2 {
  height: 260px;
}

.hotel-details-skeleton .details {
  width: 100%;
  padding: 0;
  margin-bottom: 15px;
}


/*==================== hotel-listing ====================*/
.search-hotels-wrapper .card__body .skeleton:first-child {
  width: 45%;
  margin: 12px 0 10px;
}

.search-hotels-wrapper .card__body .skeleton:last-child {
  width: 80%;
  margin: 25px 0 10px;
}

.search-hotels-wrapper.skeleton .form-col::before {
  display: none;
}

.search-main-wrapper-skeleton .tab-main .card__body:first-child .skeleton-text__body {
  height: 45px;
  width: 45px;
  border-radius: 50px;
  margin: 0;
}

.search-main-wrapper-skeleton .tab-main .card__body:last-child .skeleton-text__body {
  height: 22px;
  width: 50px;
  margin: 0;
}

.search-main-wrapper-skeleton .search-hotels-wrapper .form-col::before {
  display: none;
}

.search-hotels-wrapper.skeleton .form-col:last-of-type .skeleton-text__body {
  height: 50px;
  width: 50px;
  border-radius: 50px;
}

.tab-main.skeleton .card__body:first-child .skeleton {
  height: 45px;
  width: 45px;
  border-radius: 50px;
}

.tab-main.skeleton .card__body:last-child .skeleton {
  width: 60px;
  height: 15px;
}

.product-result.hotel-result a#card-link {
  width: 30%;
}

.product-result.hotel-result .skeleton-row .card {
  padding: 0;
  border: none;
}

.product-result.hotel-result .skeleton-row .skeleton-text__body {
  height: 18px;
  margin: 10px 0 0px;
}

.product-result.hotel-result .skeleton-row .card__header {
  margin: 8px 8px 15px;
}

.product-result.hotel-result .skeleton-row .card__header .skeleton-text:nth-child(1) {
  height: 25px;
  margin: 5px 0;
  width: 30%;
}

.product-result.hotel-result .skeleton-row .card__header .skeleton-text:nth-child(2) {
  height: 25px;
  margin: 5px 0;
  width: 50%;
}

/*==================== activities ====================*/
.untamed-activities .card__header {
  margin: 30px 0 90px;
}

.activity-skeleton-row .card__header {
  margin: 25px 0 60px;
}

.untamed-booking .experinces .activity-skeleton-row .card__header {
  margin: 25px 0 90px;
}

.untamed-activity-listing .activity-skeleton-row .card .card__body .body__img {
  height: 16rem;
}

.activity-skeleton-row .place-booking .skeleton-text:nth-child(1) {
  width: 35%;
  height: 30px;
}

.activity-skeleton-row .place-booking .skeleton-text:nth-child(2) {
  width: 9%;
  height: 35px;
  border-radius: 50px;
}

.activity-skeleton-row .activity-card-content .card__header .skeleton-text {
  height: 15px;
}

.activity-skeleton-row .card .card__body .body__img,
.product-result.hotel-result .skeleton-row .card__body.body__img {
  height: 20rem;
  margin: 0;
}

.activity-skeleton-row .card .card__body,
.product-result.hotel-result .skeleton-row .card>.card__body,
.hotel-item-skeleton .card__body {
  margin: 0;
}

.activity-skeleton-row .activity-card-content .card__body:first-of-type .skeleton-text__body {
  width: 100%;
  height: 25px;
}

.activity-skeleton-row .activity-card-content .card__body:last-of-type .skeleton-text__body {
  width: 40%;
  height: 22px;
}

.untamed-activities .activity-skeleton-row .card,
.untamed-activity-listing .activity-skeleton-row .card {
  border-radius: 7px;
  padding: 0;
  height: 100%;
  background-color: #f9f9f9;
  border: 0;
  box-shadow: 0 6px 0 0 rgba(0, 0, 0, .01), 0 15px 32px 0 rgba(0, 0, 0, .06);
}

.untamed-activity-listing .activity-skeleton-row .place-booking .skeleton-text:nth-child(2) {
  width: 13%;
}

.activity-skeleton-row .card__body.body__img img {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}

.activity-skeleton-row .activity-card-content {
  padding: 15px;
}

.activity-skeleton-row .activity-card-content .card__body.body__text {
  margin: 0;
}

/*==================== activity-details ====================*/
.activity-details-skeleton .activity-content-main .activity-modality-skeleton {
  width: 75%;
  padding-right: 20px;
  margin-top: 30px;
}

.activity-modality-skeleton>.card__body .skeleton-text__body {
  width: 15%;
  height: 35px;
  margin-bottom: 25px;
}

.activity-modality-skeleton .card__header .skeleton-text {
  margin: 0 0 15px;
}

.activity-modality-skeleton .pax-amount-wrap>.skeleton-text__body:nth-child(1) {
  height: 30px;
  width: 25%;
}

.activity-modality-skeleton .duration .skeleton-text__body {
  height: 25px;
  width: 22%;
}

.activity-modality-skeleton .card__body.body__text.duration {
  margin: 0;
}

.activity-modality-skeleton .operational-dates .skeleton-text__body {
  height: 25px;
  width: 15%;
  margin: 5px 5px 5px 0;
}

.activity-modality-skeleton .pax-amount-wrap>.skeleton-text__body:nth-child(4) {
  height: 20px;
  width: 33%;
}

.activity-modality-skeleton .pax-amount-wrap>.skeleton-text__body:nth-child(5) {
  height: 30px;
  width: 25%;
  margin: 20px 0 7px;
}

.activity-modality-skeleton .pax-amount-wrap>.skeleton-text__body:nth-child(6) {
  height: 20px;
  width: 15%;
}

.activity-modality-skeleton .total-amount-wrap .skeleton-text__body {
  height: 28px;
  width: 40%;
  margin-inline-start: auto;
}

.activity-modality-skeleton .total-amount-wrap .skeleton-text__body:nth-child(2) {
  height: 41px;
  width: 65%;
  margin-inline-start: auto;
}

.activity-modality-skeleton .total-amount-wrap .skeleton-text__body:nth-child(3) {
  height: 21px;
  width: 75%;
}

.activity-modality-skeleton .rate-details .operational-dates {
  margin: 0;
}

.untamed-activity-details .activity-modality-skeleton .rate-details-wrap {
  border-top: 2px solid #dce3e8;
}

.activity-details-skeleton {
  display: flex;
}

.activity-details-skeleton .activity-content-main {
  width: 100%;
}

.activity-details-skeleton .hotel-tax-skeleton .tax-content .skeleton-text__body {
  height: 300px;
}

.activity-details-skeleton .rates {
  width: 75%;
  padding-right: 10px;
}

.activity-details-skeleton .rates .card__body .skeleton-text__body:nth-child(1) {
  height: 20px;
  width: 8%;
  margin-inline-start: auto;
}

.activity-details-skeleton .rates .card__body .skeleton-text__body:nth-child(2) {
  height: 35px;
  width: 15%;
  margin-inline-start: auto;
}

.activity-details-skeleton .rates .card__body .skeleton-text__body:nth-child(3) {
  height: 20px;
  width: 10%;
  margin-inline-start: auto;
}

.activity-details-skeleton .summary {
  width: 75%;
  padding-right: 10px;
}

.activity-details-skeleton .summary .card__body .skeleton-text__body {
  height: 20px;
  width: 100%;
}

.experience-skeleton {
  margin-top: 50px;
  width: 75%;
  padding-right: 10px;
}

.experience-skeleton h3 .skeleton-text {
  height: 35px;
  width: 15%;
}

.experience-skeleton .description-main {
  display: flex;
  border-bottom: 2px solid #d1d4dd;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.experience-skeleton .tab-title {
  width: 17%;
}

.experience-skeleton .tab-title .skeleton-text__body {
  width: 65%;
  height: 20px;
}

.experience-skeleton .tab-content {
  width: 83%;
}

.experience-skeleton .tab-content .skeleton-text__body {
  width: 100%;
  height: 20px;
}

.experience-skeleton .tab-bottom {
  width: 100%;
  border-bottom: 2px solid #d1d4dd;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.experience-skeleton .tab-bottom .skeleton-text__body {
  width: 100%;
}

.activity-details-skeleton .hotel-department .col-2 {
  height: 260px;
}

/*===================== home-biome-silde-skeleton =====================*/
.biome-silde-skeleton {
  display: flex;
  justify-content: center;
}

.single-product .vip-slider .biome-silde-skeleton.hotel_card {
  padding: 0;
  margin: 0;
}

.biome-silde-skeleton .card__body {
  padding-top: 14px;
}

.biome-silde-skeleton .card__body.body__img {
  height: 200px;
}

.biome-silde-skeleton .card__body.body__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  margin: auto;
  border-radius: 0.75rem;
}

.biome-silde-skeleton .content-row {
  margin: 17px 0px 10px;
}

.biome-silde-skeleton .content-row .card__body {
  width: 50%;
}

.biome-silde-skeleton .product-bottom .content-row {
  width: 100%;
}

.biome-silde-skeleton .product-item:nth-child(2),
.biome-silde-skeleton .product-item.middle-card {
  height: 388px;
  width: 673px;
}

.biome-silde-skeleton .product-item:nth-child(2) .card__body.body__img {
  height: 300px;
  margin: 0;
}

.biome-silde-skeleton .product-item:nth-child(3) {
  width: 331px;
  height: 388px;
}

.biome-silde-skeleton .product-item:nth-child(3) .product-content {
  padding: 0;
}

.biome-silde-skeleton .product-item:nth-child(3) .card__body.body__img {
  height: 275px;
  margin: 0;
  padding: 0;
}

.biome-silde-skeleton .product-item:nth-child(3) .content-row .card__body {
  padding: 0;
  width: 100%;
}

.biome-silde-skeleton .product-item:nth-child(3) .skeleton-text__body:nth-child(1) {
  width: 70%;
  height: 25px;
}

.biome-silde-skeleton .product-item:nth-child(3) .skeleton-text__body:nth-child(2) {
  width: 50%;
  height: 16px;
}

.biome-silde-skeleton .product-item:nth-child(3) .skeleton-text__body:nth-child(3) {
  width: 35%;
  height: 16px;
}

.biome-silde-skeleton .product-item.middle-card .content-row .card__body:nth-child(1) {
  width: 70%;
}

.biome-silde-skeleton .product-item.middle-card .content-row .card__body:nth-child(2) {
  width: 30%;
}

.biome-silde-skeleton .product-item.middle-card .content-row .card__body:nth-child(2) .skeleton-text {
  height: 30px;
  border-radius: 50px;
  margin: auto;
}

.biome-silde-skeleton.vip-slider .product-item {
  margin: 0 7px;
}

#all-biome-slider .biome-silde-skeleton .product-item:not(#all-biome-slider .biome-silde-skeleton .product-item.middle-card) {
  width: 330px;
}

#all-biome-slider .biome-silde-skeleton .card__body.body__img {
  height: 275px;
}

#all-biome-slider .biome-silde-skeleton .content-row {
  margin: 0;
}

.biome-silde-skeleton.hotel_card .product-content {
  padding: 10px 5px 0;
}

.biome-silde-skeleton.hotel_card .card__body {
  margin: 0;
  width: 100% !important;
  padding: 0;
}

.biome-silde-skeleton.hotel_card .skeleton-text__body:nth-child(1) {
  width: 70%;
  height: 25px;
}

.biome-silde-skeleton.hotel_card .skeleton-text__body:nth-child(2) {
  width: 50%;
  height: 15px;
}

.biome-silde-skeleton.hotel_card .skeleton-text__body:nth-child(3) {
  width: 35%;
  height: 15px;
}

.biome-silde-skeleton.hotel_card {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}

.biome-silde-skeleton .product-vip .product-content>.content-row .body__text:last-of-type .skeleton-text__body {
  height: 30px;
  border-radius: 50px;
  margin: auto;
}

/* =========================== home-hotel ============================ */
.hotel-item-skeleton .body__img {
  height: 410px;
  width: 450px;
}

.hotel-item-skeleton .body__img img {
  border-radius: 15px;
}

.hotel-item-skeleton .body__text {
  margin: 15px 8px;
}

.hotel-item-skeleton .card {
  padding: 0;
  border: none;
  margin: 0 !important;
  width: 100% !important;
}

.hotel-item-skeleton .skeleton-text__body:nth-child(1) {
  height: 14px;
  width: 70%;
}

.hotel-item-skeleton .skeleton-text__body:nth-child(2) {
  height: 14px;
  width: 35%;
}

.hotel-item-skeleton .skeleton-text__body:nth-child(3) {
  height: 14px;
  width: 30%;
}


/*======================= hotel-booking =======================*/
.booking-voucher-skeleton .title-wrapper .card__body,
.booking-voucher-skeleton .address.item .card__body {
  width: 50%;
  margin: 0;
}

.booking-voucher-skeleton .title-wrapper .card__body:nth-child(1) .skeleton-text__body {
  width: 30%;
  height: 25px;
}

.booking-voucher-skeleton .title-wrapper .card__body:nth-child(2) .skeleton-text__body {
  width: 20%;
  height: 50px;
  margin-inline-start: auto;
}

.booking-voucher-skeleton .title-rating .card__body:nth-child(1) .skeleton-text__body {
  height: 25px;
  width: 20%;
}

.booking-voucher-skeleton .title-rating .card__body:nth-child(2) .skeleton-text__body {
  height: 25px;
  width: 10%;
}

.booking-voucher-skeleton .address.item .card__body:nth-child(2) .skeleton-text__body:nth-child(1) {
  height: 180px;
  margin-inline-start: auto;
}

.booking-voucher-skeleton .address.item .card__body:nth-child(2) .skeleton-text__body:nth-child(2) {
  height: 20px;
  width: 20%;
  margin-inline-start: auto;
}

.booking-voucher-skeleton .destination {
  display: flex;
  align-items: center;
}

.booking-voucher-skeleton .destination .skeleton-text__body {
  height: 21px;
  width: 25%;
  margin-right: 50px;
}

.booking-voucher-skeleton .address.item .destination:nth-child(even) {
  margin-bottom: 25px;
}

.booking-voucher-skeleton .order-info.item .destination {
  width: 50%;
}

.booking-voucher-skeleton .order-info.item:last-of-type .skeleton-text__body {
  height: 30px;
  width: 35%;
}

/*=============================== vip ===============================*/
.skeleton-row-vip {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 30px;
}

.skeleton-row-vip .card {
  background-color: #fff;
  border-radius: 7px;
  padding: 0;
}

.skeleton-row-vip .card__header .skeleton-text {
  height: 30px;
  width: 50%;
  margin: 0 0 10px 10px;
}

.skeleton-row-vip .card .content-row {
  justify-content: space-between;
  padding: 20px 15px 20px 30px;
}

.skeleton-row-vip .content-row .skeleton-text__body:first-of-type {
  height: 35px;
  width: 50%;
}

.skeleton-row-vip .content-row .skeleton-text__body:last-of-type {
  height: 27px;
  width: 27%;
  border-radius: 50px;
}

.skeleton-row-vip .bottom-vip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 15px 5px 30px;
}

.skeleton-row-vip .bottom-vip .skeleton-text__body:nth-child(1) {
  width: 35%;
  height: 18px;
}

.skeleton-row-vip .bottom-vip .skeleton-text__body:nth-child(2) {
  width: 25%;
  height: 18px;
}

.skeleton-row-vip .border-vip {
  margin: 0;
}

.skeleton-row-vip .border-vip .skeleton-text__body {
  width: 90%;
  height: 1.5px;
  margin-inline-start: auto;
}

.skeleton-row-vip .card__body.body__img img {
  border-radius: 0;
}

.map-skeleton .body__text .skeleton-text__body {
  height: 800px;
  width: 100%;
}

.map-skeleton .card__body {
  margin: 0;
}

/*====================== hotel-review ======================*/
.hotel-reviews-skeleton {
  margin-top: 50px;
}

.hotel-reviews-skeleton .review-main {
  display: flex;
  flex-wrap: wrap;
  margin: 50px 0;
}

.hotel-reviews-skeleton .user-review {
  width: 50%;
  margin-bottom: 50px;
}

.hotel-reviews-skeleton .review-title {
  display: flex;
  align-items: center;
}

.hotel-reviews-skeleton .review-title .skeleton-text__body:nth-child(1) {
  height: 31px;
  width: 12%;
  margin: 0;
}

.hotel-reviews-skeleton .review-title .skeleton-text__body:nth-child(2) {
  height: 23px;
  width: 8%;
  margin: 0 30px;
}

.hotel-reviews-skeleton .review-title .skeleton-text__body:nth-child(3) {
  height: 23px;
  width: 12%;
  margin: 0;
}

.hotel-reviews-skeleton .user-info {
  display: flex;
  align-items: center;
}

.hotel-reviews-skeleton .user-img {
  height: 55px;
  width: 65px;
  border-radius: 50px;
}

.hotel-reviews-skeleton .user-name {
  height: 100%;
  width: 100%;
  margin-left: 30px;
}

.hotel-reviews-skeleton .user-name .skeleton-text__body {
  height: 20px;
  width: 25%;
}

.hotel-reviews-skeleton .user-rating .skeleton-text__body {
  height: 25px;
  width: 25%;
}

.hotel-reviews-skeleton .user-experience .skeleton-text__body {
  height: 16px;
  width: 90%;
}


/* ======================  discover-hotels-skeleton  ======================= */

.discover-hotels-skeleton {
  display: flex;
  margin: 30px 0 10px;
}

.discover-hotels-skeleton .skeleton-text__body {
  width: 100%;
  border-radius: 10px;
}

.discover-hotels-skeleton .stay-bottom {
  display: flex;
}

.stay-bottom .body__text {
  width: 50%;
}

.discover-card-one>.body__text .skeleton-text__body {
  height: 470px;
  margin-bottom: 18px;
}

.stay-bottom .skeleton-text__body {
  height: 177px;
}

.discover-card-two .skeleton-text__body {
  margin: 0;
  height: 210px;
}

/* ============= discover-activites-skeleton  ================= */

.discover-tour-img .skeleton-text__body {
  height: 210px;
  width: 100%;
  border-radius: 10px;
}

.discover-tour-content .card__header .skeleton-text {
  height: 22px;
}

.discover-tour-content .card__body .skeleton-text__body {
  height: 18px;
}

.tour-price-btn .skeleton-text__body {
  height: 50px;
  border-radius: 50px;
  margin-top: 35px;
  width: 150px;
}

.tour-price-top .skeleton-text__body:nth-child(1),
.tour-price-top .skeleton-text__body:nth-child(3) {
  height: 17px;
  width: 50%;
}

.tour-price-top .skeleton-text__body:nth-child(2) {
  height: 26px;
}

/*================= restaurants-slider-skeleton =================*/

.restaurants-slider-skeleton {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  gap: 20px;
}

.restaurants-cards-img-one .skeleton-text__body {
  height: 289px;
  width: 385px;
  border-radius: 20px;
}

.restaurants-cards-img-two .skeleton-text__body {
  height: 311px;
  width: 311px;
  border-radius: 20px;
}

.restaurants-cards-img-three .skeleton-text__body {
  height: 467px;
  width: 400px;
  border-radius: 20px;
}

.restaurants-cards-contant {
  display: flex;
  margin-top: 15px;
  padding: 0 10px 0 5px;
}

.restaurants-contant-left {
  width: 100%;
}

.restaurants-contant-left .body__text:nth-child(1) .skeleton-text__body {
  height: 26px;
}

.restaurants-contant-left .body__text:nth-child(2) .skeleton-text__body {
  height: 21px;
  width: 50%;
}

.restaurants-contant-right .skeleton-text__body {
  height: 24px;
  width: 24px;
  border-radius: 50px;
}


/*==================== discover-popup ====================*/

.discover-user-rating-skeleton .card__body {
  width: 100%;
  margin: 0;
}

.discover-profile .body__text:nth-child(1) {
  width: 30%;
}

.discover-profile .body__text:nth-child(1) .skeleton-text__body {
  border-radius: 50px;
  height: 24px;
  width: 24px;
}

.discover-profile .body__text:nth-child(2) .skeleton-text__body {
  height: 15px;
}

.discover-date .skeleton-text__body {
  height: 12px;
  width: 90%;
}

.discover-popoup-content .skeleton-text__body {
  width: 100%;
}

/*================== discover-gallery ==================*/

.discover-gallery-skeleton {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  grid-auto-rows: 295px;
  grid-auto-flow: dense;
  margin: 0 -80px;
}

.discover-gallery-skeleton .card__body {
  margin: 0;
}

.discover-gallery-skeleton .skeleton-text__body {
  height: 100%;
  width: 100%;
  border-radius: 5px;
}









@media only screen and (min-width : 300px) and (max-width : 549px) {

  a#card-link,
  .room-skelton-item {
    width: 100%;
  }

  .product-result.hotel-result a#card-link {
    width: 100%;
  }

  .Skeleton-main .body__img {
    min-height: 150px;
  }

  .tab-main.skeleton .card__body:first-child .skeleton {
    height: 35px;
    width: 35px;
  }

  .tab-main.skeleton .card__body:last-child .skeleton {
    width: 40px;
    height: 15px;
  }

  .search-main-wrapper-skeleton .home-tabs .card__body:first-of-type {
    margin: 0;
  }

  .search-main-wrapper-skeleton .tab-main .card__body:last-child .skeleton-text__body {
    height: 20px;
    width: 45px;
  }

  .untamed-activities .activity-skeleton-row a#card-link {
    width: 100%;
    margin: 10px 0;
  }

  .activity-skeleton-row .card .card__body .body__img,
  .product-result.hotel-result .skeleton-row .card__body.body__img {
    height: 14rem;
  }

  .activity-skeleton-row .place-booking .skeleton-text:nth-child(2) {
    width: 12%;
  }

  .untamed-activities .card__header {
    margin: 25px 0 90px;
  }

  .activity-modality-skeleton {
    width: 100% !important;
    padding: 0 !important;
  }

  .activity-details-skeleton .details {
    padding: 0;
    margin-bottom: 15px;
  }

  .activity-modality-skeleton>.card__body .skeleton-text__body {
    width: 35%;
  }

  .activity-modality-skeleton .pax-amount-wrap>.skeleton-text__body:nth-child(1) {
    width: 40%;
  }

  .activity-modality-skeleton .duration .skeleton-text__body {
    width: 55%;
  }

  .activity-modality-skeleton .operational-dates .skeleton-text__body {
    width: 37%;
  }

  .activity-modality-skeleton .pax-amount-wrap>.skeleton-text__body:nth-child(5) {
    width: 60%;
    height: 25px;
  }

  .untamed-activity-details .pax-amount-wrap {
    margin: 0;
  }

  .activity-modality-skeleton .pax-amount-wrap>.skeleton-text__body:nth-child(6) {
    width: 25%;
  }

  .activity-modality-skeleton .total-amount-wrap .skeleton-text__body {
    margin-inline-start: 0;
    height: 20px;
  }

  .activity-modality-skeleton .total-amount-wrap .skeleton-text__body:nth-child(2) {
    margin-inline-start: 0;
    height: 30px;
    width: 50%;
  }

  .activity-modality-skeleton .pax-amount-wrap>.skeleton-text__body:nth-child(4) {
    width: 80%;
  }

  .activity-modality-skeleton .total-amount-wrap .skeleton-text__body:nth-child(3) {
    height: 16px;
    width: 60%;
  }

  .rate-details.skeleton .card__body {
    margin: 0;
  }

  .biome-silde-skeleton .product-item:nth-child(2) {
    width: 322px;
    height: 245px;
  }

  .biome-silde-skeleton .product-item:nth-child(2) .card__body.body__img {
    height: 160px;
  }

  .skeleton-hotel-name {
    width: 100%;
  }

  .hotel-tax-skeleton .tax-content .skeleton-text__body,
  .hotel-tax-skeleton .tax-btn .skeleton-text__body {
    width: 310px;
  }

  .hotel-tax-skeleton .card__body {
    margin: 0;
  }

  .activity-details-skeleton .rates .card__body .skeleton-text__body:nth-child(1) {
    width: 15%;
  }

  .activity-details-skeleton .rates .card__body .skeleton-text__body:nth-child(2) {
    width: 35%;
  }

  .activity-details-skeleton .rates .card__body .skeleton-text__body:nth-child(3) {
    width: 20%;
  }

  .activity-details-skeleton .rates,
  .activity-details-skeleton .summary {
    width: 100%;
    padding-right: 0px;
  }

  .skeleton-hotel-name .card__body:nth-child(1) .skeleton-text__body {
    width: 15%;
  }

  .skeleton-hotel-name .card__body:nth-child(2) .skeleton-text__body,
  .skeleton-hotel-name .card__body:nth-child(3) .skeleton-text__body {
    width: 75%;
  }

  .skeleton-hotel-name .card__body:nth-child(4) .skeleton-text__body {
    width: 25%;
  }

  .experience-skeleton {
    width: 100%;
    padding: 0;
  }

  .experience-skeleton .description-main {
    display: block;
  }

  .experience-skeleton .tab-content {
    width: 100%;
  }

  .experience-skeleton h3 .skeleton-text {
    width: 40%;
  }

  .experience-skeleton .tab-title {
    width: 50%;
  }

  .booking-voucher-skeleton .address.item .card__body,
  .booking-voucher-skeleton .order-info.item .destination {
    width: 100%;
  }

  .booking-voucher-skeleton .title-wrapper .card__body:nth-child(1) .skeleton-text__body {
    width: 100%;
  }

  .booking-voucher-skeleton .title-wrapper .card__body:nth-child(2) .skeleton-text__body {
    width: 85%;
  }

  .booking-voucher-skeleton .title-rating .card__body:nth-child(1) .skeleton-text__body {
    width: 60%;
  }

  .booking-voucher-skeleton .title-rating .card__body:nth-child(2) .skeleton-text__body {
    width: 30%;
  }

  .booking-voucher-skeleton .destination {
    justify-content: space-between;
  }

  .booking-voucher-skeleton .address.item .card__body:nth-child(2) .skeleton-text__body:nth-child(1) {
    width: 100%;
  }

  .booking-voucher-skeleton .destination .skeleton-text__body {
    width: 35%;
    margin-right: 0;
    height: 17px;
  }

  .booking-voucher-skeleton .order-info.item:last-of-type .skeleton-text__body {
    width: 50%;
  }

  .booking-voucher-skeleton .address.item .card__body:nth-child(2) .skeleton-text__body:nth-child(2) {
    width: 35%;
  }

  .skeleton-row-vip a#card-link {
    margin: 10px auto;
    width: 85%;
  }

  .skeleton-row-vip .card__body .body__img {
    height: 10rem;
  }

  .skeleton-row-vip .content-row .skeleton-text__body:first-of-type {
    height: 25px;
  }

  .skeleton-row-vip .card__header .skeleton-text {
    margin: 0 0 5px 15px;
  }

  .skeleton-row-vip .card .content-row {
    padding: 10px 15px 10px 30px;
  }

  .biome-silde-skeleton .product-item.middle-card .content-row .card__body:nth-child(1) .skeleton-text {
    width: 100%;
    margin: auto;
  }

  .biome-silde-skeleton .product-item.middle-card .content-row .card__body:nth-child(1) .skeleton-text {
    width: 100%;
    margin: auto;
  }

  .biome-silde-skeleton .product-item.middle-card .content-row {
    display: block;
  }

  .biome-silde-skeleton .product-item.middle-card .content-row .card__body {
    padding-top: 5px;
  }

  .hotel-item-skeleton .body__img {
    height: 217px;
    width: 296px;
  }

  .untamed-activity-listing .product-result.hotel-result a#card-link {
    width: 100%;
    margin: 10px 0;
  }

  .hotel-reviews-skeleton .review-main {
    display: block;
  }

  .hotel-reviews-skeleton .user-review {
    width: 100%;
  }

  .hotel-reviews-skeleton .user-img {
    width: 70px;
    height: 50px;
  }

  .hotel-reviews-skeleton .user-name .skeleton-text__body {
    width: 50%;
  }

  .hotel-reviews-skeleton .user-rating .skeleton-text__body {
    width: 40%;
  }

  .hotel-reviews-skeleton .review-title .skeleton-text__body:nth-child(1) {
    width: 30%;
  }

  .hotel-reviews-skeleton .review-title .skeleton-text__body:nth-child(2) {
    width: 15%;
  }

  .hotel-reviews-skeleton .review-title .skeleton-text__body:nth-child(3) {
    width: 30%;
  }


  .discover-tour-img .body__text {
    width: 100%;
    margin: auto;
  }

  .discover-tour-img .skeleton-text__body {
    margin: auto;
  }

  .tour-price-top .body__text {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
  }

  .discover-activites-skeleton .discover-tour-price {
    align-items: center;
  }

  .tour-price-btn .skeleton-text__body {
    height: 38px;
    border-radius: 50px;
    width: 110px;
    margin: 0 auto;
  }

  .tour-price-top .skeleton-text__body:nth-child(1) {
    width: 35px;
    margin: 0;
  }

  .tour-price-top .skeleton-text__body:nth-child(2) {
    width: 90px;
    margin: 0 5px;
  }

  .tour-price-top .skeleton-text__body:nth-child(3) {
    width: 70px;
    margin: 0;
  }

  .discover-hotels-skeleton {
    display: block;
  }

  .discover-card-two .card__body {
    width: 100%;
    margin: auto;
  }

  .discover-hotels-skeleton .stay-bottom {
    display: block;
  }

  .stay-bottom .body__text {
    width: 100%;
    margin: auto;
  }

  .discover-card-one>.body__text .skeleton-text__body {
    height: 210px;
  }

  .stay-bottom .skeleton-text__body {
    margin-bottom: 18px;
  }

  .discover-card-one>.card__body {
    margin: auto;
  }

  .restaurants-cards-img-one .skeleton-text__body {
    height: 150px;
    width: -webkit-fill-available;
  }

  .restaurants-slider-skeleton .restaurants-cards-main:nth-child(2) {
    display: none;
  }

  .restaurants-slider-skeleton .restaurants-cards-main:nth-child(3) {
    display: none;
  }

  .restaurants-slider-skeleton .restaurants-cards-main {
    width: 100%;
  }

  .discover-gallery-skeleton {
    grid-auto-rows: 200px;
    margin: 0 10px;
  }

  .discover-gallery-skeleton .card__body {
    grid-column: span 2;
  }

}

@media only screen and (min-width : 550px) and (max-width : 767px) {

  a#card-link,
  .room-skelton-item {
    width: 100%;
  }

  .product-result.hotel-result a#card-link {
    width: 100%;
  }

  .Skeleton-main .body__img {
    min-height: 150px;
  }

  .tab-main.skeleton .card__body:first-child .skeleton {
    height: 35px;
    width: 35px;
  }

  .tab-main.skeleton .card__body:last-child .skeleton {
    width: 40px;
    height: 15px;
  }

  .search-main-wrapper-skeleton .home-tabs .card__body:first-of-type {
    margin: 0;
  }

  .search-main-wrapper-skeleton .tab-main .card__body:last-child .skeleton-text__body {
    height: 20px;
    width: 45px;
  }

  .untamed-activities .activity-skeleton-row a#card-link {
    width: 100%;
    margin: 10px 0;
  }

  .activity-skeleton-row .card .card__body .body__img,
  .product-result.hotel-result .skeleton-row .card__body.body__img {
    height: 14rem;
  }

  .activity-skeleton-row .place-booking .skeleton-text:nth-child(2) {
    width: 12%;
  }

  .untamed-activities .card__header {
    margin: 25px 0 90px;
  }

  .activity-modality-skeleton {
    width: 100% !important;
    padding: 0 !important;
  }

  .activity-details-skeleton .details {
    padding: 0;
    margin-bottom: 15px;
  }

  .activity-modality-skeleton>.card__body .skeleton-text__body {
    width: 35%;
  }

  .activity-modality-skeleton .pax-amount-wrap>.skeleton-text__body:nth-child(1) {
    width: 40%;
  }

  .activity-modality-skeleton .duration .skeleton-text__body {
    width: 55%;
  }

  .activity-modality-skeleton .operational-dates .skeleton-text__body {
    width: 37%;
  }

  .activity-modality-skeleton .pax-amount-wrap>.skeleton-text__body:nth-child(5) {
    width: 60%;
    height: 25px;
  }

  .untamed-activity-details .pax-amount-wrap {
    margin: 0;
  }

  .activity-modality-skeleton .pax-amount-wrap>.skeleton-text__body:nth-child(6) {
    width: 25%;
  }

  .activity-modality-skeleton .total-amount-wrap .skeleton-text__body {
    margin-inline-start: 0;
    height: 20px;
  }

  .activity-modality-skeleton .total-amount-wrap .skeleton-text__body:nth-child(2) {
    margin-inline-start: 0;
    height: 30px;
    width: 50%;
  }

  .activity-modality-skeleton .pax-amount-wrap>.skeleton-text__body:nth-child(4) {
    width: 80%;
  }

  .activity-modality-skeleton .total-amount-wrap .skeleton-text__body:nth-child(3) {
    height: 16px;
    width: 60%;
  }

  .rate-details.skeleton .card__body {
    margin: 0;
  }

  .biome-silde-skeleton .product-item:nth-child(2) {
    width: 322px;
    height: 245px;
  }

  .biome-silde-skeleton .product-item:nth-child(2) .card__body.body__img {
    height: 160px;
  }

  .skeleton-hotel-name {
    width: 100%;
  }

  .hotel-tax-skeleton .tax-content .skeleton-text__body,
  .hotel-tax-skeleton .tax-btn .skeleton-text__body {
    width: 310px;
  }

  .hotel-tax-skeleton .card__body {
    margin: 0;
  }

  .activity-details-skeleton .rates .card__body .skeleton-text__body:nth-child(1) {
    width: 15%;
  }

  .activity-details-skeleton .rates .card__body .skeleton-text__body:nth-child(2) {
    width: 35%;
  }

  .activity-details-skeleton .rates .card__body .skeleton-text__body:nth-child(3) {
    width: 20%;
  }

  .activity-details-skeleton .rates,
  .activity-details-skeleton .summary {
    width: 100%;
    padding-right: 0px;
  }

  .skeleton-hotel-name .card__body:nth-child(1) .skeleton-text__body {
    width: 15%;
  }

  .skeleton-hotel-name .card__body:nth-child(2) .skeleton-text__body,
  .skeleton-hotel-name .card__body:nth-child(3) .skeleton-text__body {
    width: 75%;
  }

  .skeleton-hotel-name .card__body:nth-child(4) .skeleton-text__body {
    width: 25%;
  }

  .experience-skeleton {
    width: 100%;
    padding: 0;
  }

  .experience-skeleton .description-main {
    display: block;
  }

  .experience-skeleton .tab-content {
    width: 100%;
  }

  .experience-skeleton h3 .skeleton-text {
    width: 40%;
  }

  .experience-skeleton .tab-title {
    width: 50%;
  }

  .booking-voucher-skeleton .address.item .card__body,
  .booking-voucher-skeleton .order-info.item .destination {
    width: 100%;
  }

  .booking-voucher-skeleton .title-wrapper .card__body:nth-child(1) .skeleton-text__body {
    width: 100%;
  }

  .booking-voucher-skeleton .title-wrapper .card__body:nth-child(2) .skeleton-text__body {
    width: 85%;
  }

  .booking-voucher-skeleton .title-rating .card__body:nth-child(1) .skeleton-text__body {
    width: 60%;
  }

  .booking-voucher-skeleton .title-rating .card__body:nth-child(2) .skeleton-text__body {
    width: 30%;
  }

  .booking-voucher-skeleton .destination {
    justify-content: space-between;
  }

  .booking-voucher-skeleton .address.item .card__body:nth-child(2) .skeleton-text__body:nth-child(1) {
    width: 100%;
  }

  .booking-voucher-skeleton .destination .skeleton-text__body {
    width: 35%;
    margin-right: 0;
    height: 17px;
  }

  .booking-voucher-skeleton .order-info.item:last-of-type .skeleton-text__body {
    width: 50%;
  }

  .booking-voucher-skeleton .address.item .card__body:nth-child(2) .skeleton-text__body:nth-child(2) {
    width: 35%;
  }

  .skeleton-row-vip a#card-link {
    margin: 10px 5px;
    width: 47%;
  }

  .skeleton-row-vip .card__body .body__img {
    height: 10rem;
  }

  .skeleton-row-vip .content-row .skeleton-text__body:first-of-type {
    height: 25px;
  }

  .skeleton-row-vip .card__header .skeleton-text {
    margin: 0 0 5px 15px;
  }

  .skeleton-row-vip .card .content-row {
    padding: 10px 15px 10px 30px;
  }

  .biome-silde-skeleton .product-item.middle-card .content-row .card__body:nth-child(1) .skeleton-text {
    width: 100%;
    margin: auto;
  }

  .biome-silde-skeleton .product-item.middle-card .content-row .card__body:nth-child(1) .skeleton-text {
    width: 100%;
    margin: auto;
  }

  .biome-silde-skeleton .product-item.middle-card .content-row {
    display: block;
  }

  .biome-silde-skeleton .product-item.middle-card .content-row .card__body {
    padding-top: 5px;
  }

  .hotel-item-skeleton .body__img {
    height: 217px;
    width: 296px;
  }

  .untamed-activity-listing .product-result.hotel-result a#card-link {
    width: 100%;
    margin: 10px 0;
  }

  .hotel-reviews-skeleton .user-img {
    width: 70px;
  }

  .hotel-reviews-skeleton .user-name .skeleton-text__body {
    width: 35%;
  }

  .hotel-reviews-skeleton .user-rating .skeleton-text__body {
    width: 25%;
  }

  .hotel-reviews-skeleton .review-title .skeleton-text__body:nth-child(1) {
    width: 20%;
  }

  .hotel-reviews-skeleton .review-title .skeleton-text__body:nth-child(2) {
    width: 10%;
  }

  .hotel-reviews-skeleton .review-title .skeleton-text__body:nth-child(3) {
    width: 20%;
  }

  .hotel-reviews-skeleton .review-main {
    display: block;
  }

  .hotel-reviews-skeleton .user-review {
    width: 100%;
  }

  .untamed-activity-listing .activity-skeleton-row .place-booking .skeleton-text:nth-child(2) {
    width: 8%;
  }


  .discover-tour-img .body__text {
    width: 100%;
  }

  .tour-price-top .body__text {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
  }

  .discover-activites-skeleton .discover-tour-price {
    align-items: center;
  }

  .tour-price-btn .skeleton-text__body {
    height: 38px;
    border-radius: 50px;
    width: 110px;
    margin: 0 auto;
  }

  .tour-price-top .skeleton-text__body:nth-child(1) {
    width: 35px;
    margin: 0;
  }

  .tour-price-top .skeleton-text__body:nth-child(2) {
    width: 90px;
    margin: 0 5px;
  }

  .tour-price-top .skeleton-text__body:nth-child(3) {
    width: 70px;
    margin: 0;
  }


  .discover-hotels-skeleton {
    display: block;
  }

  .discover-card-two .card__body {
    width: 100%;
    margin: auto;
  }

  .discover-hotels-skeleton .stay-bottom {
    display: block;
  }

  .stay-bottom .body__text {
    width: 100%;
    margin: auto;
  }

  .discover-card-one>.body__text .skeleton-text__body {
    height: 350px;
  }

  .stay-bottom .skeleton-text__body {
    margin-bottom: 18px;
  }

  .discover-tour-img .skeleton-text__body {
    width: 360px;
    margin: auto;
  }

  .restaurants-cards-img-one .skeleton-text__body {
    height: 150px;
    width: -webkit-fill-available;
  }

  .restaurants-cards-img-two .skeleton-text__body {
    height: 180px;
    width: -webkit-fill-available;
  }

  .restaurants-slider-skeleton .restaurants-cards-main:nth-child(3) {
    display: none;
  }

  .restaurants-slider-skeleton .restaurants-cards-main {
    width: 50%;
  }

  .discover-gallery-skeleton {
    grid-auto-rows: 235px;
    margin: 0 10px;
  }

  .discover-gallery-skeleton .card__body {
    grid-column: span 2;
  }

}

@media only screen and (min-width : 768px) and (max-width : 1024px) {

  a#card-link,
  .room-skelton-item {
    width: 44%;
  }

  .product-result.hotel-result a#card-link {
    width: 44%;
  }

  .Skeleton-main .body__img {
    min-height: 210px;
  }

  .untamed-activities .activity-skeleton-row a#card-link {
    width: 47%;
  }

  .activity-skeleton-row .card .card__body .body__img,
  .product-result.hotel-result .skeleton-row .card__body.body__img {
    height: 14rem;
  }

  .activity-skeleton-row .place-booking .skeleton-text:nth-child(2) {
    width: 12%;
  }

  .untamed-activity-listing .activity-skeleton-row .place-booking .skeleton-text:nth-child(2) {
    width: 11%;
  }

  .untamed-activities .card__header {
    margin: 25px 0 90px;
  }

  .activity-modality-skeleton,
  .activity-details-skeleton .activity-content-main .activity-modality-skeleton {
    width: 100%;
  }

  .rate-details.skeleton .card__body {
    margin: 0;
  }

  .activity-modality-skeleton .total-amount-wrap {
    margin-top: 25px !important;
  }

  .activity-modality-skeleton .total-amount-wrap .skeleton-text__body {
    margin-inline-start: 0;
  }

  .untamed-activity-details .pax-amount-wrap {
    margin: 0;
  }

  .activity-modality-skeleton .total-amount-wrap {
    width: 50% !important;
  }

  .activity-modality-skeleton .total-amount-wrap .skeleton-text__body:nth-child(2) {
    height: 35px;
    margin-inline-start: 0;
  }

  .activity-modality-skeleton .total-amount-wrap .skeleton-text__body {
    height: 24px;
  }

  .biome-silde-skeleton .product-item:nth-child(2) {
    width: 362px;
    height: 362px;
  }

  .biome-silde-skeleton .product-item:nth-child(2) .card__body.body__img {
    height: 280px;
  }

  .hotel-tax-skeleton .tax-content .skeleton-text__body,
  .hotel-tax-skeleton .tax-btn .skeleton-text__body {
    width: 300px;
  }

  .hotel-department-skeleton .col-2 {
    height: 215px;
  }

  .hotel-department-skeleton .department-part2 {
    width: -webkit-fill-available;
  }

  .skeleton-hotel-name {
    width: 100%;
  }

  .hotel-tax.hotel-tax-skeleton {
    margin-left: 0;
  }

  .activity-details-skeleton .rates,
  .activity-details-skeleton .summary {
    width: 100%;
    padding-right: 0px;
  }

  .experience-skeleton .description-main {
    display: block;
  }

  .experience-skeleton .tab-content {
    width: 100%;
  }

  .experience-skeleton {
    width: 100%;
    padding: 0;
  }

  .booking-voucher-skeleton .address.item .card__body,
  .booking-voucher-skeleton .order-info.item .destination {
    width: 100%;
  }

  .booking-voucher-skeleton .title-wrapper .card__body:nth-child(1) .skeleton-text__body {
    width: 50%;
  }

  .booking-voucher-skeleton .title-wrapper .card__body:nth-child(2) .skeleton-text__body {
    width: 35%;
  }

  .skeleton-row-vip a#card-link {
    width: 46%;
  }

  .skeleton-row-vip .card__body .body__img {
    height: 12rem;
  }

  .biome-silde-skeleton .product-item.middle-card .content-row .card__body {
    padding: 0;
  }

  .biome-silde-skeleton .product-item.middle-card .content-row .card__body:nth-child(1) {
    width: 100%;
    margin: auto;
  }

  .biome-silde-skeleton .product-item.middle-card .content-row .card__body:nth-child(2) {
    width: 50%;
    margin: auto;
  }

  .biome-silde-skeleton .product-item.middle-card .content-row .card__body:nth-child(1) .skeleton-text {
    width: 100%;
  }

  .biome-silde-skeleton .product-item.middle-card .content-row .card__body:nth-child(2) .skeleton-text {
    width: 100%;
  }

  .biome-silde-skeleton .product-item.middle-card .content-row {
    display: block;
  }

  .hotel-item-skeleton .body__img {
    height: 154px;
    width: 212px;
  }

  .untamed-activity-listing .product-result.hotel-result a#card-link {
    width: 100%;
  }

  .untamed-activity-listing .activity-skeleton-row .card .card__body .body__img {
    height: 17rem;
  }

  .untamed-activity-listing .activity-skeleton-row .card__header {
    margin: 25px 0 85px;
  }

  .hotel-reviews-skeleton .user-img {
    width: 80px;
  }

  .hotel-reviews-skeleton .user-name .skeleton-text__body {
    width: 40%;
  }

  .hotel-reviews-skeleton .user-rating .skeleton-text__body {
    width: 35%;
  }


  .tour-price-btn .skeleton-text__body {
    height: 38px;
    width: 115px;
    margin: 0;
  }

  .tour-price-top .body__text {
    width: 100%;
    display: flex;
    align-items: center;
  }


  .tour-price-top .skeleton-text__body:nth-child(1) {
    width: 35px;
    margin: 0;
  }

  .tour-price-top .skeleton-text__body:nth-child(2) {
    width: 90px;
    margin: 0 5px;
  }

  .tour-price-top .skeleton-text__body:nth-child(3) {
    width: 70px;
    margin: 0;
  }

  .discover-hotels-skeleton {
    display: block;
  }

  .discover-card-two .card__body {
    width: 100%;
  }

  .discover-card-one>.body__text .skeleton-text__body {
    height: 440px;
  }

  .discover-hotels-skeleton .stay-bottom {
    flex-direction: column;
    gap: 16px;
  }

  .stay-bottom .body__text {
    width: 100%;
  }

  .stay-bottom .skeleton-text__body {
    margin: 0;
  }

  .discover-card-one>.card__body {
    width: 100%;
  }

  .discover-tour-img .skeleton-text__body {
    width: 360px;
    margin: auto;
  }

  .restaurants-cards-img-one .skeleton-text__body {
    height: 180px;
    width: -webkit-fill-available;
  }

  .restaurants-cards-img-two .skeleton-text__body {
    height: 236px;
    width: -webkit-fill-available;
  }

  .restaurants-slider-skeleton .restaurants-cards-main:nth-child(3) {
    display: none;
  }

  .restaurants-slider-skeleton .restaurants-cards-main {
    width: 50%;
  }

  .discover-gallery-skeleton {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    margin: 0;
  }

}


@media only screen and (min-width : 1025px) and (max-width : 1366px) {
  .Skeleton-main .body__img {
    min-height: 200px;
  }

  .activity-skeleton-row .card .card__body .body__img,
  .product-result.hotel-result .skeleton-row .card__body.body__img {
    height: 14rem;
  }

  .activity-skeleton-row .place-booking .skeleton-text:nth-child(2) {
    width: 15%;
  }

  .untamed-activity-listing .activity-skeleton-row .place-booking .skeleton-text:nth-child(2) {
    width: 14%;
  }

  .untamed-activities .card__header {
    margin: 25px 0 75px;
  }

  .activity-modality-skeleton .pax-amount-wrap>.skeleton-text__body:nth-child(1) {
    width: 30%;
  }

  .activity-modality-skeleton .duration .skeleton-text__body {
    width: 25%;
  }

  .activity-modality-skeleton .operational-dates .skeleton-text__body {
    width: 18%;
  }

  .activity-modality-skeleton .pax-amount-wrap>.skeleton-text__body:nth-child(4) {
    width: 40%;
  }

  .activity-modality-skeleton .pax-amount-wrap>.skeleton-text__body:nth-child(5) {
    width: 32%;
  }

  .activity-modality-skeleton .pax-amount-wrap>.skeleton-text__body:nth-child(6) {
    width: 20%;
  }

  .activity-modality-skeleton .total-amount-wrap .skeleton-text__body {
    width: 45%;
  }

  .activity-modality-skeleton .total-amount-wrap .skeleton-text__body:nth-child(2) {
    width: 70%;
  }

  .biome-silde-skeleton .product-item:nth-child(2) {
    width: 380px;
  }

  .hotel-tax-skeleton .tax-content .skeleton-text__body,
  .hotel-tax-skeleton .tax-btn .skeleton-text__body {
    width: 260px;
  }

  .hotel-tax-skeleton .card__body {
    margin: 0;
  }

  .hotel-tax.hotel-tax-skeleton {
    margin-left: 0;
    padding-left: 20px;
  }

  .activity-details-skeleton .hotel-tax.hotel-tax-skeleton {
    padding: 0;
  }

  .activity-details-skeleton .department-part2 .col-2 {
    width: 46%;
  }

  .activity-details-skeleton .department-part1 {
    width: 49%;
  }

  .activity-details-skeleton .details {
    padding-right: 20px;
  }

  .activity-details-skeleton .rates,
  .activity-details-skeleton .summary {
    padding-right: 30px;
  }

  .experience-skeleton {
    padding-right: 25px;
  }

  .booking-voucher-skeleton .address.item .card__body:nth-child(2) .skeleton-text__body:nth-child(1) {
    width: 100%;
  }

  .booking-voucher-skeleton .title-wrapper .card__body:nth-child(1) .skeleton-text__body {
    width: 50%;
  }

  .booking-voucher-skeleton .destination .skeleton-text__body {
    width: 30%;
  }

  .skeleton-row-vip a#card-link {
    width: 30%;
  }

  .skeleton-row-vip .card__body .body__img {
    height: 12rem;
  }

  .biome-silde-skeleton .product-item.middle-card .content-row {
    display: block;
  }

  .biome-silde-skeleton .product-item.middle-card .content-row .card__body {
    padding: 0;
  }

  .biome-silde-skeleton .product-item.middle-card .content-row .card__body:nth-child(1) {
    width: 100%;
  }

  .biome-silde-skeleton .product-item.middle-card .content-row .card__body:nth-child(2) {
    width: 50%;
  }

  .biome-silde-skeleton .product-item.middle-card .content-row .card__body:nth-child(1) .skeleton-text {
    width: 100%;
  }

  .biome-silde-skeleton .product-item.middle-card .content-row .card__body:nth-child(2) .skeleton-text {
    width: 100%;
    height: 25px;
  }

  .untamed-trade a#card-link {
    width: 30%;
  }

  .hotel-item-skeleton .body__img {
    height: 230px;
    width: 299px;
  }

  .untamed-activity-listing .product-result.hotel-result a#card-link {
    width: 46%;
  }

  .hotel-reviews-skeleton .user-img {
    width: 80px;
  }

  .hotel-reviews-skeleton .user-name .skeleton-text__body {
    width: 40%;
  }

  .hotel-reviews-skeleton .user-rating .skeleton-text__body {
    width: 35%;
  }


  .tour-price-btn .skeleton-text__body {
    height: 38px;
    width: 115px;
    margin: 0;
  }

  .tour-price-top .body__text {
    width: 100%;
    display: flex;
    align-items: center;
  }


  .tour-price-top .skeleton-text__body:nth-child(1) {
    width: 35px;
    margin: 0;
  }

  .tour-price-top .skeleton-text__body:nth-child(2) {
    width: 90px;
    margin: 0 5px;
  }

  .tour-price-top .skeleton-text__body:nth-child(3) {
    width: 70px;
    margin: 0;
  }

  .discover-hotels-skeleton {
    display: block;
  }

  .discover-card-two .card__body {
    width: 100%;
  }

  .restaurants-cards-img-one .skeleton-text__body {
    height: 180px;
    width: -webkit-fill-available;
  }

  .restaurants-cards-img-two .skeleton-text__body {
    height: 236px;
    width: -webkit-fill-available;
  }

  .restaurants-cards-img-three .skeleton-text__body {
    width: -webkit-fill-available;
  }

  .restaurants-slider-skeleton .restaurants-cards-main {
    width: 33.33%;
  }

  .discover-gallery-skeleton {
    margin: 0px;
  }

}


@media only screen and (min-width : 1370px) and (max-width : 1605px) {
  .Skeleton-main .body__img {
    min-height: 200px;
  }

  .untamed-activities .card__header {
    margin: 30px 0 85px;
  }

  .biome-silde-skeleton .product-item:nth-child(2) {
    width: 488px;
  }

  .hotel-tax-skeleton .tax-content .skeleton-text__body,
  .hotel-tax-skeleton .tax-btn .skeleton-text__body {
    width: 300px;
  }

  .hotel-tax.hotel-tax-skeleton {
    margin-left: 0;
    padding-left: 20px;
  }

  .hotel-tax-skeleton .card__body {
    margin: 0;
  }

  .activity-details-skeleton .hotel-tax.hotel-tax-skeleton {
    padding: 0;
  }

  .activity-details-skeleton .department-part2 .col-2 {
    width: 46%;
  }

  .activity-details-skeleton .department-part1 {
    width: 49%;
  }

  .activity-details-skeleton .details {
    padding-right: 20px;
  }

  .activity-details-skeleton .rates,
  .activity-details-skeleton .summary {
    padding-right: 30px;
  }

  .experience-skeleton {
    padding-right: 25px;
  }

  .activity-skeleton-row .card .card__body .body__img {
    height: 16rem;
  }

  .activity-skeleton-row .place-booking .skeleton-text:nth-child(2) {
    width: 12%;
  }

  .activity-skeleton-row .activity-card-content .card__body:last-of-type .skeleton-text__body {
    height: 25px;
  }

  .product-result.hotel-result .skeleton-row .card__body.body__img {
    height: 17rem;
  }

  .skeleton-row-vip .card__body .body__img {
    height: 12rem;
  }

  .biome-silde-skeleton .product-item.middle-card .content-row .card__body:nth-child(1) .skeleton-text {
    width: 100%;
  }

  .biome-silde-skeleton .product-item.middle-card .content-row .card__body:nth-child(1) .skeleton-text {
    width: 100%;
  }

  .untamed-trade a#card-link {
    width: 31%;
  }

  .hotel-item-skeleton .body__img {
    height: 320px;
    width: 359px;
  }

  .untamed-activity-listing .activity-skeleton-row .card .card__body .body__img {
    height: 14rem;
  }

  .untamed-activity-listing .activity-skeleton-row .place-booking .skeleton-text:nth-child(2) {
    width: 16%;
  }

  .hotel-reviews-skeleton .user-img {
    width: 70px;
  }

  .hotel-reviews-skeleton .user-name .skeleton-text__body {
    width: 35%;
  }

  .hotel-reviews-skeleton .user-rating .skeleton-text__body {
    width: 30%;
  }

  .tour-price-btn .skeleton-text__body {
    height: 42px;
    width: 95px;
  }

  .restaurants-cards-img-one .skeleton-text__body {
    height: 284px;
    width: 284px;
  }

  .restaurants-cards-img-two .skeleton-text__body {
    height: 284px;
    width: 284px;
  }

  .restaurants-cards-img-three .skeleton-text__body {
    height: 390px;
    width: 284px;
  }

  .discover-gallery-skeleton {
    margin: 0px -40px;
  }
}

/* 
.room-skeleton-row .card {
  width: 100%;
  margin: 30px 0;
  border-radius: 0;
  padding: 0
}

.card__header {
  margin: 0;
}

.card__header .header__title {
  margin: 0;
}

.skeleton .skeleton-text {
  height: 60px;
  border-radius: 0;
}

.card__body .body__text {
  margin: 0;
}

.skeleton .skeleton-text .skeleton-text__body .skeleton {
  width: 100%;
  height: 30px;
  border-radius: 0
}

.card__body .body__img .skeleton{
  border-radius:0;
}

.room-skelton-item .card__header .header__title .skeleton .skeleton-text{
  height: 20px;
  border-radius:0;
} 
*/