.title {
  font-size: 36px;
  padding-left: 40px;
  letter-spacing: 0.7px;
  margin-top: 20px;
  position: relative;
  font-weight: 500;
}

.empty_section {
  height: 600px;
  width: 100%;
}

.title_border {
  display: block;
  height: 4px;
  width: 80px;
  background-color: #162b70;
  border-radius: 100px;
}

.trr_section {
  height: 400px;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 60px;
  margin-top: 20px;
  padding-left: 40px;
}

.trr_indi {
  height: 380px;
  width: 380px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.trr_img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.trr_blur {
  height: 40%;
  width: 100%;
  background-color: rgba(65, 63, 63, 0.178);
  position: absolute;
  bottom: 0px;
  right: 0px;
  padding: 10px;
  backdrop-filter: blur(5px);
  border-radius: 10px 10px 0 0;
}

.trr_title {
  font-size: 20px;
  letter-spacing: 0.7px;
  color: white;
  font-weight: 500;
}

.trr_des {
  font-size: 15px;
  letter-spacing: 0.7px;
  color: white;
  font-weight: 400;
}

.adventure_card_section {
  height: fit-content;
  width: fit-content;
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 50px;
}

.indi_adventure_card {
  height: 450px;
  width: 350px;
  /* background-color: red; */
}

.ad_cd_img {
  height: 50%;
  width: 100%;
  object-fit: cover;
  border-radius: 15px;
}

.date_night_rating {
  display: flex;
  justify-content: space-between;
}

.date_night {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.696);
  letter-spacing: 0.7px;
}

.dn_rating_Section {
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 14px;
  letter-spacing: 0.7px;
}

.rating {
  color: #162b70;
}

.ad_cd_title {
  letter-spacing: 0.7px;
  font-size: 18px;
  font-weight: 500;
  margin-top: 10px;
}

.ad_cd_price {
  display: flex;
  gap: 10px;
  margin-top: 10px;
  align-items: center;
}

.ad_cd_price_main {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.7px;
}

.ad_cd_price_cut {
  font-size: 16px;
  letter-spacing: 0.7px;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.712);
}

.ad_cd_book {
  margin-top: 10px;
  height: 50px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.ad_cd_call {
  height: 50px;
  width: 50px;
  border: 2px solid #162b70;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ad_cd_book_book {
  height: 50px;
  width: 100%;
  border: 2px solid #162b70;
  border-radius: 4px;
  background-color: #162b70;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  letter-spacing: 0.7px;
}

.review_section {
  width: 100%;
  height: fit-content;
  display: flex;
  justify-content: flex-start;
  margin-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
  gap: 30px;
  flex-wrap: wrap;
}

.indi_review {
  height: fit-content;
  width: 400px;
  background-color: #57b9d0;
  border-radius: 15px;
  padding: 15px;
  flex-shrink: 0;
}

.review {
  font-size: 16px;
  letter-spacing: 0.7px;
  color: rgb(255, 255, 255);
}

.line {
  height: 20px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.main_line {
  height: 2px;
  width: 100%;
  border-radius: 50px;
  background-color: white;
}

.review_name {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.7px;
  color: white;
}

.des {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.763);
  letter-spacing: 0.7px;
  color: white;
}

.trusted_by {
  /* height: 300px; */
  width: 100%;
  margin-top: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
  align-items: center;
  gap: 20px;
  overflow: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.trusted_by::-webkit-scrollbar {
  height: 0px;
  width: 0px;
}

.tb_img_section {
  height: 180px;
  width: 320px;
  overflow: hidden;
  box-shadow: 0 0 2px gray;
  border-radius: 4px;
}

.tb_img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.one_by_one {
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 600px) {
  .title {
    font-size: 18px;
    padding-left: 20px;
    letter-spacing: 0.7px;
    margin-top: 20px;
    position: relative;
    font-weight: 500;
  }

  .title_border {
    display: block;
    height: 4px;
    width: 40px;
    background-color: #162b70;
    border-radius: 100px;
  }

  .trr_section {
    display: flex;
    flex-direction: column;
    height: fit-content;
    padding-left: 0px;
  }

  .trr_indi {
    height: 350px;
    width: 350px;
  }

  .trr_title {
    font-size: 16px;
    letter-spacing: 0.7px;
    color: white;
    font-weight: 500;
  }

  .trr_des {
    font-size: 14px;
    letter-spacing: 0.7px;
    color: white;
    font-weight: 400;
  }

  .adventure_card_section {
    height: fit-content;
    width: fit-content;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 40px;
    gap: 30px;
  }

  .indi_adventure_card {
    height: 450px;
    width: 98%;
    /* background-color: red; */
  }

  .review_section {
    width: 100%;
    height: fit-content;
    display: flex;
    justify-content: flex-start;
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    gap: 30px;
    flex-wrap: wrap;
  }

  .indi_review {
    height: fit-content;
    width: 100%;
    background-color: #57b9d0;
    border-radius: 15px;
    padding: 15px;
    flex-shrink: 0;
  }
}
