.introduce-wrapper {
  /* width: var(--main-width);
  margin: 0 auto; */
  text-align: left;
}

.introduce-wrapper > h1,
.introduce-wrapper > p,
.introduce-wrapper .tour-container-slick {
  width: var(--main-width);
  margin: 0 auto;
}

.introduce-wrapper > h1 {
  font-family: 'antonio-regular', sans-serif;
  color: var(--secondary-color);
  font-size: 2.5rem;
  font-weight: 600;
}

.introduce-wrapper > p {
  font-family: 'Calibri (MS)', sans-serif;
  font-size: 16px;
  font-style: italic;
  margin: 1rem auto;
}

.slick-arrow {
  background: #EAE9E9;
}

.introduce-wrapper .tour-container-slick .tour-item:hover
{
  cursor: pointer;
}

.introduce-wrapper .tour-container-slick .tour-item {
  margin: 0 5px;
  background: #F9F8F2;
  height: 500px;
}

.introduce-wrapper .tour-container-slick .tour-item .card-text {
  text-align: justify;
  max-height: 100% !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  /* white-space: nowrap; */
  height: 85px !important;
  color: var(--main-color-text);
}

.introduce-wrapper .tour-container-slick .tour-item .card-body>div:last-child {
  position: absolute;
  bottom: 5px;
  width: 95%;
}

.introduce-wrapper .tour-container-slick .tour-item .overflow-hidden img {
  transition: all .3s; /* Animation when hover to image */
  height: 245px;
  object-fit: cover;
}
.introduce-wrapper .tour-container-slick .tour-item .overflow-hidden img:hover {
  transform: scale(1.1);
}

.introduce-wrapper .belive-text {
  width: var(--main-width);
  font-style: italic;
  text-align: center;
  letter-spacing: 1px;
  background-color: var(--secondary-color);
  padding: 50px 8%;
  color: #fff;
  font-size: 24px;
  margin-bottom: 3rem;
}

.card {
  border: none;
}

.introduce-wrapper .meet-us {
  color: var(--main-color-text);
  font-size: 20px;
}

.introduce-wrapper .wrapper-card-img-top {
  max-height: 300px;
  overflow: hidden;
}

.introduce-wrapper .comment-card {
  position: relative;
  text-align: justify;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  padding: 10px;
  /* max-height: 300px;
  overflow: hidden; */
}
.introduce-wrapper .comment-card .avatar {
  position: absolute;
  top: -10px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

.introduce-wrapper .comment-card p {
  margin-top: 100px;
}

.introduce-wrapper .comment-card span {
  position: absolute;
  top: 20px;
  left: 120px;
  font-size: 20px;
  font-weight: 600;
}

.introduce-wrapper .cooperate-item {
  width: 170px;
  height: 95px;
  background-repeat: no-repeat;
  background-size: cover;
}
.introduce-wrapper .cooperate-item:hover {
  cursor: pointer;
}
.introduce-wrapper .partner1 {
  background: url('/images/images-logo/partner1.jpg');
}
.introduce-wrapper .partner1:hover {
  background: url('/images/images-logo/partner1_hover.jpg');
}

.introduce-wrapper .partner2 {
  background: url('/images/images-logo/partner2.jpg');
  
}
.introduce-wrapper .partner2:hover {
  background: url('/images/images-logo/partner2_hover.jpg');
}

.introduce-wrapper .partner3 {
  background: url('/images/images-logo/partner3.jpg');
  
}
.introduce-wrapper .partner3:hover {
  background: url('/images/images-logo/partner3_hover.jpg');
}

.introduce-wrapper .partner4 {
  background: url('/images/images-logo/partner4.jpg');
  
}
.introduce-wrapper .partner4:hover {
  background: url('/images/images-logo/partner4_hover.jpg');
}

.introduce-wrapper .partner5 {
  background: url('/images/images-logo/partner5.jpg');
  
}
.introduce-wrapper .partner5:hover {
  background: url('/images/images-logo/partner5_hover.jpg');
}

.introduce-wrapper .partner6 {
  background: url('/images/images-logo/partner6.jpg');
  
}
.introduce-wrapper .partner6:hover {
  background: url('/images/images-logo/partner6_hover.jpg');
}

.ratings{
  margin-right: 5px;
}

.ratings i{
  color:#cecece;
  font-size: 14px;
}

.rating-color{
  color:#fbc634 !important;
}

.review-count{
  font-weight:400;
  margin-top: 2px;
  font-size: 14px !important;
}



.customer-reviews-wrapper {
  width: var(--main-width);
  margin: 0 auto;
  padding: 0;
}

.customer-reviews-wrapper>p {
  font-size: 20px;
  color: var(--main-color-text);
  margin: 2rem auto;
}

.divider {
  width: 100%;
  margin: 0 auto;
  font-size: 2.5rem;
  display: flex;
  align-items: center;
  color: var(--secondary-color);
  font-weight: 600;
  font-family: 'antonio-regular', sans-serif;
}

.divider::before, .divider::after {
  flex: 1;
  content: '';
  padding: .8px;
  background-color: var(--secondary-color);
  /* margin: 10px 20px; */
}

.divider::before {
  margin-right: 30px;
}

.divider::after {
  margin-left: 30px;
}
.customer-reviews-wrapper .list-customer-review {
  width: 100%;
  margin: 0 auto;
}
.customer-reviews-wrapper .list-customer-review .slick-track {
  display: flex;
  justify-content: center;
}
.customer-reviews-wrapper .list-customer-review .customer-review-item {
  width: calc(0.26 * var(--main-width)) !important;
  text-align: center;
  border: 1px solid #9E9E9E;
  margin-left: 5px;
  margin-right: 5px;
  min-height: 350px;
  height: unset !important;
  display: grid;
  position: relative;
}

.customer-reviews-wrapper .list-customer-review .customer-review-item>p:nth-child(2) {
  position: absolute;
  top: 40px;
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 120px;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  padding-top: 10px !important;
}

.customer-reviews-wrapper .list-customer-review .customer-review-item .tour-point .point {
  background: #00BF63;
  color: var(--main-color-text);
  font-size: 20px;
  font-weight: 700;
  padding: 6px;
  border-radius: 10px;
}

.customer-reviews-wrapper .list-customer-review .customer-review-item .tour-point .level {
  color: #00BF63;
  
}

.customer-reviews-wrapper .list-customer-review .customer-review-item img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.customer-reviews-wrapper .list-customer-review .customer-review-item .review-for {
  background-color: #e8e6e6;
  position: absolute;
  left: 0;
  bottom: 0;
}

.customer-reviews-wrapper .list-customer-review .customer-review-item .review-for .fw-semibold {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 5px;
}
.customer-reviews-wrapper .list-customer-review .customer-review-item .tour-point {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 10%);
  height: 30px;
  padding-top: 5px;
}

.customer-reviews-wrapper .list-customer-review .customer-review-item .customer {
  position: absolute;
  left: 50%;
  bottom: 10%;
  transform: translate(-50%, -50%);
}
.customer-reviews-wrapper .list-customer-review .customer-review-item .info .name {
  font-weight: 700;
  white-space: nowrap;
}
.customer-reviews-wrapper .list-customer-review .customer-review-item .info .date {
  color: var(--main-color-text);
}
/* Meet our team */
.meet-our-team {
  width: var(--main-width);
  margin: 5rem auto 1rem !important;
}

.meet-our-team .row>div:first-child {
  padding-left: 0 !important;
  height: 100% !important;
}

.meet-our-team .row>div:last-child {
  padding-right: 0 !important;
  height: 100% !important;
}

.meet-our-team h2 {
  font-size: 2.5rem;
}

.meet-our-team p {
  font-size: 16px;
}
.meet-our-team .user-title {
  font-family: 'Calibri (MS)', sans-serif;
  color: var(--main-color);
  font-weight: 700;
  font-size: 1.3rem;
}

.meet-our-team .user-profile {
  text-align: center;
}

.meet-our-team .fa-whatsapp {
  font-weight: bold;
  font-size: 18px;
}
.meet-our-team .fa-envelope {
  font-weight: bold;
  border: 1px solid var(--main-color);
  border-radius: 50%;
  color: var(--main-color);
  padding: 3px;
  font-size: 12px;
}
.meet-our-team .user-title {
  font-family: 'Calibri (MS)', sans-serif;
  color: var(--main-color);
  font-weight: 700;
  font-size: 1.3rem;
}

.meet-our-team .user-profile {
  text-align: center;
}

.meet-our-team .fa-whatsapp {
  font-weight: bold;
  font-size: 18px;
}
.meet-our-team .fa-envelope {
  font-weight: bold;
  border: 1px solid var(--main-color);
  border-radius: 50%;
  color: var(--main-color);
  padding: 3px;
  font-size: 12px;
}

.meet-our-team .user-item {
  background: #F9F8F2;
  text-align: start;
}

.meet-our-team .user-item {
  overflow: hidden;
  align-items: center;
  /* justify-content: center; */
}
.meet-our-team .user-item img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 0 20px;
  /* margin-top: 20px; */
  /* transform: scale(1.5); */
}

.meet-our-team .user-profile {
  padding: 15px 0;
}

.meet-our-team>div h2 {
  color: var(--secondary-color);
  font-weight: 600;
}

.meet-our-team>div p {
  color: var(--main-color-text);
}

.meet-our-team>div p .update_link {
  font-size: 16px;
}
.tour-container-slick, .btn-see-more {
  font-family: 'antonio-regular', sans-serif;
  font-size: 18px;
}
.introduce-wrapper .tour-container-slick .tour-item .wishlist {
  position: absolute;
  z-index: 1;
  top: 5px;
  right: 10px;
  font-size: 24px;
  color: #fff;
  cursor: pointer;
}
.introduce-wrapper .tour-container-slick .tour-item .wishlist.fa-solid {
  color: red;
}



/* Responsive for mobile */
@media screen and (max-width: 767px) {
  .introduce-wrapper>h1,
  .introduce-wrapper>p {
    width: 100%;
  }

  /* .tour-container-slick, .btn-see-more {
    display: none;
  } */

  .introduce-wrapper .tour-container-slick .tour-item {
    min-height: 580px !important;
  }

  .tour-container-slick .tour-item .d-flex img {
    min-height: unset !important;
  }

  .customer-reviews-wrapper {
    width: 100% !important;
  }

  .customer-reviews-wrapper .list-customer-review {
    width: 100% !important;
    margin: 0 auto;
    height: 350px;
  }

  .customer-reviews-wrapper .list-customer-review .customer-review-item {
    width: 10.2% !important;
    min-height: unset !important;
  }

  .customer-reviews-wrapper .list-customer-review .customer-review-item img {
    width: 60px;
    height: 60px;
    min-height: unset !important;
  }

  .meet-our-team {
    width: 100% !important;
  }

  .meet-our-team p {
    font-size: 16px;
  }
  .meet-our-team .user-item img {
    width: 80px;
    height: 80px;
  }
  .meet-our-team .row>div {
    margin-bottom: 1rem !important;
  }
  .row.mb-4.w-100.mx-auto
  {
    margin-bottom: 0rem !important;
  }
  .meet-our-team .row>div:first-child {
    padding-left: calc(var(--bs-gutter-x) * .5) !important;
  }
  .meet-our-team .row>div:last-child {
    padding-right: calc(var(--bs-gutter-x) * .5) !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1270px) {
  .introduce-wrapper .tour-container-slick .tour-item {
    min-height: 580px !important;
  }

  .tour-container-slick .tour-item .d-flex img {
    min-height: unset !important;
  }

  .customer-reviews-wrapper .list-customer-review.slick-initialized.slick-slider img
  {
    min-height: unset !important;
  }

  
  .meet-our-team {
    width: 90% !important;
  }
  .meet-our-team .row>div {
    width: 100% !important;
    padding: 0 !important;
  }
  .meet-our-team .row>div:not(:last-child) {
    margin-bottom: 1.5rem;
  }
  .row.mb-4.w-100.mx-auto, .row.w-100.mx-auto
  {
    display: grid !important;
    grid-template-columns: repeat(3, .5fr);
    /* grid-template-rows: repeat(2, .5fr); */
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }
}

