/*index.html*/
@media (min-width: 992px) {
  #dynamic-date-modified {
    text-align: left !important;
  }
}
#dynamic-date-modified {
  color: #fff !important;
}
/*imagemap/banner.shtml*/
@media (min-width: 992px) {
  #mobile-title {
    display: none;
  }
}
@media (max-width: 991px) {
  #desktop-title1,
  #desktop-title2 {
    display: none;
  }
}
/*imagemap/travel-and-meet-her.shtml*/
.mid-content-area {
  width: 85%;
  margin: 0 auto;
  margin-top: 2rem;
}

.mid-content-area h2 {
  font-family: "Rosario", sans-serif;
  color: #293f48;
  font-size: 34px;
  font-weight: bold;
  text-align: right;
  padding-right: 20px;
}

.mid-content-area p {
  font-size: 20px;
}

.bannerSwiper {
  height: 525px;
}

.cebusec {
  background: url("/img/tour-banner-slider1.webp");
  height: 525px;
  width: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 14px;
}

.davaosec {
  background: url("/img/tour-banner-slider2.webp");
  height: 525px;
  width: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 14px;
}

.mid-content-area {
  .swiper-pagination-bullet-active {
    background-color: #fff !important;
  }
}

p.country {
  position: absolute;
  left: 50%;
  bottom: 37%;
  font-weight: 700 !important;
  color: #ffff;
  font-size: 35px !important;
  letter-spacing: 7px;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

.tour__img__container::before {
  position: absolute;
  color: white;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  display: flex;
  z-index: 1;
  font-size: calc(1.375rem + 0.5vw);
  font-weight: 600;
  text-align: center;
}

.tour__img {
  aspect-ratio: 3/2;
  object-fit: cover;
  filter: brightness(0.7);
}

.titlesec {
  font-family: "Poppins Regular";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  color: #ffffff;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.mySwiper {
  width: 100%;
  height: 100%;
}

.mySwiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mySwiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mySwiper .swiper {
  margin-left: auto;
  margin-right: auto;
}

.bannerSwiper {
  height: 525px;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .tour-options {
    display: grid !important;
    grid-template-columns: auto auto;
    margin: auto;
  }
}

@media screen and (min-width: 992px) {
  .travel-items {
    width: 50%;
    height: auto;
  }
}

.travel-items {
  .titlesec p:hover {
    transform: scale(1.2);
  }
}

#show-more-content {
  display: none;
}
/*imagemap/testimonials.shtml*/
.mid-bottom-sec {
  width: 75%;
  margin: 0 auto;
  padding: 60px 0;
}

.mid-bottom-sec h3 {
  font-family: "Rosario", sans-serif;
  color: #293f48;
  font-size: 34px;
  font-weight: bold;
  text-align: right;
  padding-right: 20px;
}

.swiperTestimonial {
  width: 100%;
  height: auto;
}

.testimonial-section {
  position: relative;
  margin-top: 30px;
  background: #ffffff;
  padding: 30px !important;
  border-radius: 10px;
}

.testimonial-section .card-body h2 {
  color: #293f48;
  text-align: center;
  font-style: italic;
  font-size: 25px;
}

@media screen and (min-width: 992px) {
  .testimonial-section .card-body p {
    font-size: 17px;
  }
}

@media screen and (max-width: 991px) {
  .testimonial-section .card-body p {
    font-size: 15px;
  }
  .mid-bottom-sec .swiper-pagination span {
    margin-left: 12px !important;
  }
}

.testimonial-section .card-body object,
.testimonial-section .card-body img {
  max-width: 40% !important;
  margin: 0 auto;
  text-align: center;
  display: block !important;
}

.testimonial-section .swiper-button-prev,
.testimonial-section .swiper-button-next {
  background: #696969;
  border-radius: 50%;
  width: 48px;
  opacity: 0.7;
}

.testimonial-section .swiper-button-prev:after,
.testimonial-section .swiper-button-next:after {
  color: #fff;
  font-size: 20px;
  opacity: 0.7;
}

.swiperTestimonial .swiper-slide.swiper-slide-active {
  z-index: 10;
  opacity: 1;
  border-radius: 15px;
}

.swiperTestimonial .swiper-slide {
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
  background-position: center;
  background-color: #fff;
  height: 440px;
}

.card-text {
  text-align: left !important;
  font-size: 16px;
  line-height: 1.5em;
  word-wrap: break-word;
  padding: 0 15px;
  margin-top: 15px;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  line-clamp: 10;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.card-body {
  position: absolute;
  top: 40px;
}

.swiper-button-prev.disabled,
.swiper-button-prev[disabled] {
  display: none;
}
.mid-bottom-sec {
  .swiper-pagination-bullet-active {
    background-color: #ed1c24 !important;
  }
}

@media screen and (min-width: 1441px) {
  .swiperTestimonial {
    width: 75%;
  }
}

@media (max-width: 760px) {
  .swiper-button-next {
    right: 0px;
  }

  .swiper-button-prev {
    left: 0px;
  }
}

@media screen and (min-width: 992px) {
  .testimonial-section .card-body p {
    line-height: 3rem;
  }
  .mid-bottom-sec .swiper-pagination span {
    margin-left: 20px !important;
  }
}

.swiper-navBtn {
  color: #530505;
}
/*imagemap/services.shtml*/
.desktop-services {
  margin: 0 auto;
  padding-bottom: 10rem;

  img {
    object-fit: cover;
  }
}

.desktop-services h3 {
  font-family: "Rosario", sans-serif;
  color: #293f48;
  font-size: 34px;
  font-weight: bold;
  text-align: center;
  padding-right: 20px;
}

.desktop-services p {
  font-size: 20px;
}

.desktop-services-area-box {
  padding-top: 50px;
}

.desktop-services-area-box a {
  text-decoration: none !important;
  color: #fff;
  font-size: 18px;
}

.desktop-services-area-box a:hover {
  color: #ed1c24;
}

.desktop-services-area-box h4 {
  text-align: center;
  font-family: "Rosario", sans-serif;
  color: #293f48;
  font-size: 26px;
}

.desktop-services-area-box p {
  color: #fff;
  font-size: 14px;
  line-height: 28px;
}

.desktop-services-area-box .col {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  /* margin-left: 3rem; */
}

.desktop-services-area-box .tour-box-flex {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.desktop-services-area-box .tour-box-flex .tour-box-item {
  min-height: 199px;
  width: 485px;
  margin: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.desktop-services-area-box .tour-box-flex .tour-box-item:after {
  content: "\A";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.card-img-overlay {
  padding: 20px;
  position: absolute;
  background: linear-gradient(180deg, hsla(0, 0%, 0%, 0) 0%, hsla(0, 0%, 0%, 0.3) 10%, hsl(0, 0%, 0%) 100%);
  left: 0;
  top: 80%;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 350ms cubic-bezier(0, 0, 0.2, 1);
  display: flex;
  color: white;
}

@media (max-width: 991px) {
  .card-img-overlay {
    top: 5%;
  }

  .card-img-overlay p {
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;

    @media (max-width: 767.98px) {
      -webkit-line-clamp: 3;
      line-clamp: 3;
    }
  }
}

.desktop__services__card__container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 1199px) and (min-width: 575px) {
  .card-img-overlay .card-title {
    font-size: 2rem !important;
  }
}
@media (max-width: 574px) {
  .card-img-overlay .card-title {
    font-size: 1.5rem !important;
  }
}

@media screen and (max-width: 1024px) {
  .desktop__services__card__container {
    grid-template-columns: repeat(2, 1fr);
    max-width: 50rem;
    height: auto;
    margin: auto;
  }
}

@media (hover: hover) {
  .card:hover .card-img-overlay {
    top: 10%;
  }
}
.service-link a:hover {
  background-color: #e05c7c !important;
  color: #000 !important;
}
/*imagemap/newsletter.shtml*/
.matchmaker-newsletter {
  padding: 10px;
  border: 1px solid #e5e5e5;
  border-bottom: 0px;
  box-shadow: 0px 5px #e5e5e5;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
}

.matchmaker-newsletter .row {
  padding: 30px 75px;
}

.matchmaker-newsletter-left h3 {
  font-size: 36px;
}

.matchmaker-newsletter-left p {
  font-size: 20px;
  padding-left: 20px;
  padding-top: 20px;
}

.matchmaker-newsletter-left .newsletter-btn {
  background: #c70e15;
  color: #fff;
  display: block;
  max-width: 456px;
  line-height: 70px;
  border-radius: 60px;
  text-align: center;
  font-size: 22px;
  margin-top: 25px;
  text-decoration: none;
}

.matchmaker-newsletter-left .newsletter-btn:hover {
  background: #e05c7c;
  color: #000;
}

.matchmaker-newsletter-left .newsletter-btn i {
  font-size: 35px;
}

.matchmaker-newsletter-right {
  text-align: right;
  margin-top: 0 !important;
}

.matchmaker-newsletter-right img {
  text-align: right;
  margin-top: -100px !important;
}

.matchmaker-newsletter-right h3 {
  font-weight: bold;
}

.matchmaker-newsletter-right p {
  font-size: 16px;
}

@media screen and (max-width: 991px) {
  .matchmaker-newsletter-left .newsletter-btn {
    font-size: 14px !important;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media screen and (max-width: 991px) and (min-width: 769px) {
  .matchmaker-newsletter {
    .matchmaker-newsletter-left h3 {
      font-size: 30px;
    }
  }
}

@media screen and (max-width: 768px) {
  .matchmaker-newsletter {
    .matchmaker-newsletter-left h3 {
      font-size: 25px;
    }
  }
}

/*imagemaps/how-to-meet-women.shtml*/
.how-to-meet-sec {
  text-align: center;
  padding: 50px 0;
}

.how-to-meet-sec h2 {
  color: #293f48;
  font-family: "Rosario", sans-serif;
  font-size: 33px;
  font-weight: bold;
  padding: 0 0 30px 0;
  line-height: 35px;
}

.how-to-meet-row .how-to-meet-box h6 {
  background: #fff;
  color: #000;
  width: 108px;
  border-radius: 20px;
  border: 1px solid #bbb;
  line-height: 35px;
  margin: 20px;
}

.how-to-meet-row .how-to-meet-box p {
  font-size: 18px;
  padding-top: 50px;
  padding-bottom: 30px;
  font-size: 16px;
}

.how-to-meet-row .how-to-meet-box a {
  display: block;
  background: #c70e15;
  width: 250px;
  margin: 0 auto;
  line-height: 50px;
  border-radius: 20px;
  color: #fff;
  font-size: 15px;
  margin-top: 50px;
  text-decoration: none;
}

.how-to-meet-row .how-to-meet-box a:hover {
  background: #ed1c24;
  color: #fff;
  text-decoration: none;
}

.how-to-meet-row .htm-box1 {
  background-image: url("/img/htm-img1.webp");
  width: 350px;
  min-height: 350px;
  overflow: hidden;
}

.how-to-meet-row .htm-box1 h6 {
  background: #ed1c24;
  color: #fff;
  border: 0;
}

.how-to-meet-row .htm-box2 {
  background-image: url("/img/htm-img2.webp");
  width: 350px;
  min-height: 350px;
  overflow: hidden;
}

.how-to-meet-row .htm-box3 {
  background-image: url("/img/htm-img3.webp");
  width: 350px;
  min-height: 350px;
  height: 350px;
  overflow: hidden;
}

.how-to-link {
  color: #c70e15;
  text-decoration: none;
}

.how-to-link:hover {
  text-decoration: underline !important;
}
/*imagemap/awards.shtml*/
.awards-content {
  text-align: center;
  padding: 20px 0;
  overflow: hidden;
  mask: linear-gradient(90deg, transparent, white 20%, white 80%, transparent);

  h2 {
    color: #293f48;
    font-family: "Rosario", sans-serif;
    font-size: 33px;
    font-weight: bold;
    padding: 0 0 30px 0;
  }
}
/*imagemap/media-logos.shtml*/
.carousel .active {
  background: transparent !important;
}
