/* Home */
.wprentals-card-unit-details-wrapper {
  padding: 10px 0px !important;
}
.price-bold {
  font-weight: bold;
  font-size: 16px;
}
.title-over-image {
  position: absolute;
  left: 3px;
  bottom: 30px;
  z-index: 999;
  background-color: rgba(255, 255, 255, 0.80) !important;
  color: #000;
  padding: 2px;
}
.category_tagline svg {
  color: #AA6720;
  width: 17px;
}
.category_tagline svg:last-child {
  width: 22px;
}
.video-section {
  background-image: url('../images/video_sec_bg.jpg');
  background-repeat: no-repeat;
  padding: 65px 0;
  text-align: center;
  background-size: cover;
  background-position: center;
  position: relative;
  height: 600px;
  background-attachment: fixed;
}
.video-section h2, .video-section p {
  color: #000;
  background-color: transparent !important;
}
.video-section .heading-section {
  background-color: rgba(232, 227, 212, 0.75);
  padding: 20px;
  border-radius: 15px;
}
.video-section .heading-section p {
  margin-bottom: 0;
}
.video-section .swiper-slide iframe {
  border-radius: 8px;
  border: 10px solid #fff;
  box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.06);
  max-width: 100%;
}
.joincomunity_section-new {
  background-image: url(../images/joincomunity-bg.webp);
  background-repeat: no-repeat;
  padding: 100px 0;
  text-align: center;
  background-size: cover;
  background-position: center;
  position: relative;
  height: 400px;
  background-attachment: fixed;
}
.content-flat {
  padding: 50px 0;
}
.content-flat h2 {
  text-align: center;
  margin-bottom: 30px;
}
    .content-flat h1 {
        text-align: center;
        margin-bottom: 30px;
    }
.content-flat h3 {
  font-size: 40px;
  margin-bottom: 15px;
}
.content-flat ul {
  display: inline-block;
  text-align: left;
  padding-left: 20px;
}
.content-flat h4 {
  font-size: 38px;
  margin-bottom: 15px;
}
.content-flat .col-lg-7 h2 {
  text-align: left;
  margin-bottom: 15px;
}
.content-flat .col-lg-5 img {
  width: 100%;
}
.content-flat .col-lg-5 img:last-child {
  border-bottom: 10px solid #fff;
}
.faq-section {
  padding-top: 20px;
}
.faq-section h2 {
  text-align: center;
  margin-bottom: 30px;
}
.accordion .accordion-item {
  box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.06);
  margin-bottom: 20px;
}
.accordion .accordion-item:last-child {
  margin-bottom: 0;
}
.accordion .accordion-button:not(.collapsed) {
  background-color: #fff;
  color: #212529;
}
.accordion h4 a {
  font-size: 21px;
  text-decoration: none;
  padding: 14px;
}
.accordion h4 a:hover {
  color: #000;
}
.accordion .accordion-button::after {
  filter: invert(60%) sepia(16%) saturate(760%) hue-rotate(350deg) brightness(85%) contrast(85%);
}
/* Form */
.gift-form input, .gift-form select, .consultation-form input, .consultation-form select {
  border-color: #b7b7b7;
  outline: 4px solid #d7d7d7;
  height: 44px;
  font-style: italic;
}
.form-control:focus {
  border-color: rgb(61, 150, 188, .6);
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(61, 150, 188, .25) !important;
}
.gift-form input::placeholder, .consultation-form input::placeholder, .consultation-form select option[selected] {
  color: #A9A9A9;
}
.gift-form .mobile-number {
  outline: 0;
  border-left: 0;
  box-shadow: 4px 0 0 #d7d0bc, 0 4px 0 0 #d7d0bc, 0 -4px 0 0 #d7d0bc;
}
.gift-form button {
  background-color: transparent;
  color: #ffffff;
  font-weight: 600;
  border: 3px solid #fff;
}
.gift-form button:hover {
  background-color: white;
  color: #3d96bc;
}
.gift-form button:hover svg {
  color: #3d96bc;
  stroke: #3d96bc;
}
.destination-grid {
  border-top-left-radius: 35px;
  border-bottom-left-radius: 35px;
  overflow: hidden;
}
.destination-grid .col-12 a {
  position: relative;
  display: block;
}
.destination-grid .col-12 img {
  width: 100%;
  height: 182px;
  object-fit: cover;
  object-position: center;
}
.destination-grid .caption {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0);
  background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.8) 85%);
  background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.8) 85%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.8) 85%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF00", endColorstr="#000000", GradientType=0);
  padding: 50px 15px 12px;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
}
.content-cta .col-12 img:first-child {
  max-width: 314px;
}
.gift-form .form-control:focus {
  border-color: rgb(38, 85, 106, .6);
  box-shadow: 0 0 0 .2rem rgb(1 107 153 / 50%) !important;
}

@media (min-width: 1600px) {
  .content-flat .col-lg-5 img {
    max-width: 520px;
    max-height: 400px;
    object-fit: cover;
    object-position: center;
  }
}

@media (min-width: 1367px) {
  .content-flat .col-lg-5 img {
    max-width: 520px;
    max-height: 428px;
    object-fit: cover;
    object-position: center;
  }
  .destination-grid .col-12 img {
    height: 212px;
  }
}
@media (min-width: 992px) {
  .destinations > .container > .row > .col-lg-4 {
    padding-right: 12px;
  }
}
@media (max-width: 1023px) {
  .card {
    flex-grow: 1;
    margin-bottom: 20px;
  }
  .partners .logo-col {
    margin: 10px;
  }
  .content-flat .col-lg-5, .content-flat .col-lg-6 {
    margin-bottom: 15px;
  }
  .destination-grid .caption {
    padding: 50px 8px 12px;
  }
  .video-section {
    height: auto;
  }
}
@media (max-width: 991px) {
  .accordion h4 a {
    font-size: 23px;
  }
  #gift-sec .col-lg-7.d-flex {
    display: block !important;
    text-align: center;
  }
  .destination-grid {
    border-radius: 0;
  }
  .cta-inner, .video-section .heading-section {
    margin-bottom: 16px;
  }
  .content-cta .col-12 img:first-child {
    display: none;
  }
}
@media (max-width: 767px) {
  .footer-content .col-md-6 {
    margin-top: 16px;
  }
}

