@font-face {
  font-family: "seashell";
  src: url("../fonts/Regatto.ttf") format("truetype");
}

:root {
  --swiper-navigation-color: #fff;
  --swiper-pagination-color: #fff;
}

/* date range */
.react-datepicker__day--selected:not([aria-disabled="true"]):hover,
.react-datepicker__day--in-selecting-range:not([aria-disabled="true"]):hover,
.react-datepicker__day--in-range:not([aria-disabled="true"]):hover,
.react-datepicker__month-text--selected:not([aria-disabled="true"]):hover,
.react-datepicker__month-text--in-selecting-range:not([aria-disabled="true"]):hover,
.react-datepicker__month-text--in-range:not([aria-disabled="true"]):hover,
.react-datepicker__quarter-text--selected:not([aria-disabled="true"]):hover,
.react-datepicker__quarter-text--in-selecting-range:not([aria-disabled="true"]):hover,
.react-datepicker__quarter-text--in-range:not([aria-disabled="true"]):hover,
.react-datepicker__year-text--selected:not([aria-disabled="true"]):hover,
.react-datepicker__year-text--in-selecting-range:not([aria-disabled="true"]):hover,
.react-datepicker__year-text--in-range:not([aria-disabled="true"]):hover,
.react-datepicker__day--selected,
.react-datepicker__day--in-selecting-range,
.react-datepicker__day--in-range,
.react-datepicker__month-text--selected,
.react-datepicker__day--keyboard-selected .react-datepicker__month-text--in-selecting-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--selected,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--selected,
.react-datepicker__year-text--in-selecting-range,
.react-datepicker__year-text--in-range {
  color: #fff;
  background-color: var(--theme-color1);
}

.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range,
  .react-datepicker__month-text--in-range,
  .react-datepicker__quarter-text--in-range,
  .react-datepicker__year-text--in-range),
.react-datepicker__month-text--in-selecting-range:not(.react-datepicker__day--in-range,
  .react-datepicker__month-text--in-range,
  .react-datepicker__quarter-text--in-range,
  .react-datepicker__year-text--in-range),
.react-datepicker__quarter-text--in-selecting-range:not(.react-datepicker__day--in-range,
  .react-datepicker__month-text--in-range,
  .react-datepicker__quarter-text--in-range,
  .react-datepicker__year-text--in-range),
.react-datepicker__year-text--in-selecting-range:not(.react-datepicker__day--in-range,
  .react-datepicker__month-text--in-range,
  .react-datepicker__quarter-text--in-range,
  .react-datepicker__year-text--in-range) {
  background-color: var(--theme-color1);
}

/* date range */

.checkout-form-section .checkout-form .checkout-field .chk-field input,
.checkout-form-section .checkout-form .checkout-field .chk-field select {
  width: 100%;
}

.checkout-form-section .checkout-form .checkout-field .chk-field input,
.checkout-form-section .checkout-form .checkout-field .chk-field select {
  z-index: 0;
}

.header-style-one.video-banner {
  background-color: rgba(0, 0, 0, 0.5);
}

.header-style-one.video-banner .main-box {
  border-bottom: 0;
}

h2.react-datepicker__current-month {
  line-height: normal;
}

#video-banner .video-container {
  --video--width: 1700;
  --video--height: 956;
  position: relative;
  overflow: hidden;
  max-width: 100vw;
  height: 100vh;
}

#video-banner .video-container iframe {
  display: flex;
  width: 100vw;
  height: calc(100vw * (var(--video--height) / var(--video--width)));
  background: #000000 url(../images/background/seashell-home-video.jpg) no-repeat center center;
  background-size: contain;
}

.header-style-two .header-top .inner-box .top-left span,
.header-style-two .header-top .inner-box .top-left span .icon {
  color: #ffffff;
}

.pricing-block-three .inner-box .content-column .inner-column .list-style-two li .image {
  min-width: 20px;
}

.pricing-block-three .inner-box .content-column .inner-column .list-box {
  justify-content: space-between;
}

/* .pricing-block-three .inner-box .content-column .inner-column .btn-box {
  justify-content: end;
} */

/* swiper slider */
.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: #fff;
}

.swiper-pagination-bullets .swiper-pagination-bullet {
  background: transparent;
  border: 1px solid transparent;
  border-radius: 50%;
  height: 20px;
  opacity: 1;
  position: relative;
  width: 20px;
}

.swiper-pagination-bullets .swiper-pagination-bullet:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  background-color: #fff;
  opacity: 1;
  border-radius: 50%;
}

/* swiper slider */

.banner-section-two .banner-slider .banner-slide-v2 .image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom,
      rgba(0, 0, 0, 0.75) 15%,
      rgba(0, 0, 0, 0.15) 85%);
  pointer-events: none;
}

.image-container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.banner-section-two .back-title {
  color: transparent;
  font-size: 170px;
  font-weight: 500;
  left: 0;
  line-height: 84px;
  position: absolute;
  right: 0;
  top: -15px;
  font-family: seashell;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.3);
}

.banner-section-two .content-box {
  position: relative;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 900px;
}

.banner-section-two .content-box h1 {
  color: var(--theme-color-light);
  text-transform: uppercase;
  font-size: 56px;
  margin-bottom: 42px;
}

.banner-section-two .text {
  color: var(--theme-color-white);
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 40px;
  text-align: center;
}

.banner-section-two .banner-slider .content-box .sub-title {
  font-size: 18px;
}

.banner-section-two .banner-slider .content-box .sub-title::before {
  background-image: url(../images/icon-light-small.png);
  top: -100px;
  width: 75px;
  height: 75px;
}

.feature-row:nth-child(4) .content-column .inner-column .image-2 {
  right: 200px;
}

.pricing-block-four .inner-box .content-column .inner-column .list-box .list-style-two>div {
  margin-bottom: 10px;
  font-size: 14px;
}

.pricing-block-four .inner-box .content-column .inner-column .list-box .list-style-two>div>i.icon {
  width: 25px;
  color: var(--theme-color1);
}

.colored-section {
  background-color: rgba(170, 132, 83, 0.1);
}

#video-banner .video-container video {
  width: 100%;
}

@media (max-width: 991.98px) {
  /* #video-banner .video-container {
    display: contents;
  } */

  #video-banner .video-container video {
    width: auto;
  }

  #video-banner .video-container iframe {
    width: calc(100vh / (var(--video--height) / var(--video--width)));
    height: 100vh;
  }
}

@media (max-width: 767.98px) {
  /* #video-banner .video-container {
    display: block;
  } */
}

@media (max-width: 575.98px) {
  .banner-section-two .banner-slider .content-box .sub-title {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .banner-section-two .content-box h1 {
    font-size: 28px;
    line-height: 56px;
  }

  .banner-section-two .back-title {
    font-size: 80px;
    font-weight: 400;
  }

  .banner-section-two .text {
    font-size: 18px;
  }
}