* {
  margin: 0;
  padding: 0;
}

.gallery__item .gallery__data {
  height: 500px;
  margin-bottom: 30px;
}

.gallery__item .gallery__data img {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.mySwiper .gallery__item .gallery__data {
  height: 150px;
  position: relative;
}

.swiper-slide-thumb-active .gallery__item .gallery__data img {
  border: 2px solid #045032;
}

.swiper-slide-thumb-active .gallery__item .gallery__data::before {
  background: #0003;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.gallery__section__new .swiper-button-next::after,
.gallery__section__new .swiper-button-prev::after {
  color: #fff;
}

.gallery__section__new h2,
.trip-fact-title {
  margin-bottom: 1.25rem;
  font-family: "Apercu Bold";
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 700;
  letter-spacing: -0.04em;
  color: #810e57;
}

.trip__facts__section.trip__facts__new .trip__facts ul li {
  margin-bottom: 0.7rem;
  margin-right: 10px;
}

/* .trip__facts__section.trip__facts__new .trip__facts ul li:last-child {
  grid-column: span 3;
} */

.trip__facts__section.trip__facts__new {
  position: relative;
  background: #f2edf0;
  padding: 40px 0;
}

.trip__facts__section.trip__facts__new::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../img/map-vector.png") 0 0 no-repeat;
  opacity: 0.8;
}

.trip__facts__section.trip__facts__new > div {
  position: relative;
  z-index: 9;
}

.trip__facts__section.trip__facts__new .cost__details {
  background-color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  border: none;
}

.trip__facts__section.trip__facts__new .cost__details .btn {
  margin-top: 10px;
}

.trip__facts__section.trip__facts__new .trip__facts {
  margin-right: 0;
}

.cta--btns {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 15px;
  justify-content: space-between;
}

.cta--btns > a {
  flex: 0 0 48%;
  font-size: 15px;
}

.cta--btns > a span {
  margin-left: auto;
}

.btn.btn-third {
  background: #045032;
  color: #fff;
}

.inc-exc > div {
  padding-top: 0;
}

.enquiryNowForm .modal__form form {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 15px;
}

.enquiryNowForm .modal__form form p {
  grid-column: span 6;
}

.enquiryNowForm .modal__form form p:nth-last-of-type(1),
.enquiryNowForm .modal__form form p:nth-last-of-type(2),
.enquiryNowForm .modal__form form p:nth-last-of-type(3) {
  grid-column: span 12;
}

.modal .heading-wrap {
  margin-top: 20px;
}

.iti__sticky {
  display: none;
}

.itinerary__container {
  padding-right: 0;
}

.gears__section .itinerary__title {
  font-size: 25px;
  margin-bottom: 2px;
}

.gears__section .wh-included p {
  font-size: 18px;
  line-height: 1.6rem;
}

#primary-menu1 li i {
  right: 10px;
  color: #fff;
}

#primary-menu1 > li:focus > a,
#primary-menu1 > li:hover > a,
#primary-menu1 > li > a.show-active,
#primary-menu1 > li > a:focus,
#primary-menu1 > li > a:hover,
#primary-menu1 > li > ul > li:hover {
  /* background: transparent; */
  color: #fff;
}

#primary-menu1 li.menu-item-has-children > ul {
  background: #f2edf0;
}

#primary-menu1 > li ul li a:hover {
  color: #810e57;
  background: transparent;
}

#primary-menu1 > li.menu-item-has-children ul li a {
  font-family: "Apercu Medium";
  font-weight: 500;
  font-size: 16px;
}

.offcanvas__logo a img {
  width: 100px;
}

.offcanvas__logo {
  background: #fff;
}

.offcanvas .offcanvas__bar .offcanvas__sidebar {
  background: #810e57;
}

#primary-menu1 > li > a {
  color: #fff;
}

#primary-menu1 > li > a:hover {
  opacity: 0.8;
  color: #fff;
}

#primary-menu1 {
  padding: 0;
}

.gallery__img iframe {
  width: 100%;
  height: 400px;
}

.form__submit__btn {
  display: flex;
  align-items: center;
  margin-top: 12px !important;
}

.form__response {
  margin-top: 12px;
}

.form__response.response__success {
  grid-column: span 12;
  padding: 5px 15px;
  text-align: center;
  background: rgba(0, 128, 0, 0.267);
  color: #045032;
  font-size: 15px;
  border: 1px solid #045032;

  font-family: "Apercu Bold";
  font-weight: bold;
}

.form__response.response__error {
  grid-column: span 12;
  padding: 5px 15px;
  text-align: center;
  background: rgba(255, 0, 0, 0.15);
  color: red;
  font-size: 15px;
  border: 1px solid red;

  font-family: "Apercu Bold";
  font-weight: bold;
}

.form-spinner {
  /* visibility: hidden; */
  display: inline-block;
  background-color: #23282d; /* Dark Gray 800 */
  opacity: 0.75;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 100%;
  padding: 0;
  margin: 0 24px;
  position: relative;
}

form.submitting .form-spinner {
  visibility: visible;
}

.form-spinner::before {
  content: "";
  position: absolute;
  background-color: #fbfbfc; /* Light Gray 100 */
  top: 4px;
  left: 4px;
  width: 6px;
  height: 6px;
  border: none;
  border-radius: 100%;
  transform-origin: 8px 8px;
  animation-name: spin;
  animation-duration: 1000ms;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.contact__form form p:nth-last-of-type(3){
  grid-column: span 12;
}

.center__popup.modal-open > .modal-content {
	opacity: 1;
	transform: translateY(-50%);
	top: 50%;
	max-width: 500px !important;
	border-radius: 15px;
}

.popup__logo{
  display: flex;
  justify-content: center;
}
.popup__logo .custom-logo {
	width: 100px;
  padding: 0;
}
.center__popup.modal .heading-wrap{
  margin-bottom: 0;
}
.center__popup.modal .heading-wrap h4 {
	color: #005132;
  font-size: 20px;
	text-align: center;
}
.loader__btn{
  position: relative;
  width: max-content;
}

.loader__btn img {
	width: 20px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.modal .loader__btn img{
  margin-top: 10px;
}
.loader__btn input[type="submit"]{
  transition: none !important;
}
.loading__state {
	padding-right: 40px !important;
}
@media (prefers-reduced-motion: reduce) {
  .form-spinner::before {
    animation-name: blink;
    animation-duration: 2000ms;
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes blink {
  from {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}
@media (max-width: 1440px) {
  .slide-destination-title {
    padding-bottom: 275px;
  }
}

@media (max-width: 768px) {
  .yachts__body .iti__content {
    flex: 4;
  }

  .yacht__header .iti__dates {
    flex: 1;
  }

  .inc-exc > div:first-child {
    margin-bottom: 0;
  }

  .trip__card .overlay > a {
    height: 400px;
  }

  .yacht__header .iti__dates span {
    font-size: 22px;
  }

  .trip__facts__section.trip__facts__new .trip__facts ul li:last-child {
    grid-column: span 2;
  }

  .wh-included ul li {
    font-size: 17px;
  }

  .gallery__item .gallery__data {
    height: 250px;
  }

  .mySwiper .gallery__item .gallery__data {
    height: 100px;
  }

  .itinerary__title {
    margin-bottom: 20px;
  }

  .iti__sticky {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #810e57;
    color: #fff;
    padding: 15px 10px;
    z-index: 999;
  }

  .iti__sticky .btn {
    display: inline-block;
    padding: 8px 13px;
    font-size: 14px;
    font-family: "Apercu Bold";
    font-weight: 600;
    background: #fff;
    color: #810e57;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    margin-left: 5px;
  }

  .custom-logo {
    padding: 0.3rem 0;
  }

  .footer-bottom-links p a {
    display: block;
    font-weight: bold;
  }

  .footer-logo img {
    width: 100px;
  }

  .iti__content {
    padding-left: 12px;
    margin-left: 4px;
  }

  .iti__content::before {
    display: none;
  }

  .iti__dates span {
    font-size: 25px;
  }

  .iti__content {
    padding-left: 12px;
    margin-left: 8px;
    flex: 7;
  }

  .iti__dates {
    flex: 1;
  }

  .iti__title {
    font-size: 20px;
  }

  .iti__details,
  .yachts__body {
    display: block;
  }

  .itinerary__items__new {
    padding: 10px;
  }

  .yachts__title::before {
    display: none;
  }

  .offcanvas__close {
    width: 40px;
    height: 40px;
  }

  .site-footer::before {
    top: -250px;
    left: -350px;
  }

  .footer-quick-links > div > div:last-child {
    grid-column: span 2;
  }
}
