:root {
  --animate-delay: 0.5s;
}

html {
  overflow-x: hidden;
}
html.lock {
  overflow: hidden;
}

body {
  overflow-x: hidden;
}

@-moz-document url-prefix() {
  .animate__animated {
    /*CSS transitions*/
    -o-transition-property: none !important;
    -moz-transition-property: none !important;
    -ms-transition-property: none !important;
    -webkit-transition-property: none !important;
    transition-property: none !important;
    /*CSS transforms*/
    -o-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    /*CSS animations*/
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
    animation-name: none !important;
  }
}

.popup_form {
  display: inline-block;
  padding: 7.5px 17px;
  border-radius: 10px;
  background-color: #C30D0D;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  font-weight: 600;
}
.popup_form:hover {
  background-color: #790808;
}

.main_title {
  font-size: 54px;
  font-weight: 700;
  margin-bottom: 30px;
}

.above_title {
  text-align: center;
  font-size: 22px;
  font-weight: 800;
  color: #C30D0D;
  margin-bottom: 40px;
}

.text--background {
  pointer-events: none;
  position: absolute;
  right: -40px;
  top: 0;
  font-size: 142px;
  font-family: "Urbanist", sans-serif;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.11);
}

.section + .section {
  padding-top: 120px;
}

.swiper-button-next,
.swiper-button-prev {
  min-width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 3px solid #C30D0D;
  background-color: #C30D0D;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  content: url("https://www.yachtrentaldubai.com/wp-content/themes/yachts/template-pages/f1/images/arrow.png");
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  border-color: #fff;
  background-color: transparent;
  opacity: 1;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  border: 3px solid #790808;
  background-color: #790808;
}

.swiper-button-next::after {
  -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
      transform: rotate(180deg);
}

.modal_form {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  padding: 40px 20px;
  top: 0;
  left: 0;
  z-index: 12;
  overflow-y: auto;
  opacity: 0;
  pointer-events: none;
}
.modal_form.opened {
	-webkit-animation: slide-in-fwd-center 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: slide-in-fwd-center 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  opacity: 1;
  pointer-events: all;
}
.modal_form.closed {
  -webkit-animation: slide-out-bck-center 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
	        animation: slide-out-bck-center 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
  opacity: 0;
  pointer-events: none;
}

.form_popup-top {
  margin-bottom: 40px;
}

.form_popup-close {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}

.modal_form-inner {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}

.form_popup-title {
  font-size: 42px;
  font-weight: 500;
  color: #000;
  margin-bottom: 16px;
}
.form_popup-text {
  color: #727272;
  font-weight: 400;
}
.form_top-charter {
  text-align: center;
}
.form_top-charter > p {
  color: #000;
  margin: 0 0 6px 0;
}
.form_top-charter_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.form_radio label {
  position: relative;
  width: 140px;
  height: 60px;
  border: 1px solid #d2d2d2;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.form_radio label.active {
  border-color: #0072E5;
  border-left: 1px solid #0072E5;
  border-width: medium;
}
.form_radio label:first-child {
  border-radius: 10px 0px 0px 10px;
}
.form_radio label:last-child {
  border-radius: 0px 10px 10px 0px;
}
.form_radio label + label {
  border-left: none;
}
.form_radio input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
}
.form_radio span {
  font-size: 14px;
  color: #000;
}

.form_popup-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 40px 0;
}

.form_popup-left {
  max-width: 370px;
  width: 100%;
  margin-right: 50px;
}

.form_inputs label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.form_inputs label > p {
  font-size: 14px;
  margin-top: 5px;
}
.form_inputs label.not--valid > p {
  display: block !important;
}
.form_inputs label.not--valid input {
  background-color: rgba(255, 0, 0, 0.1) !important;
}
.form_inputs label + label {
  margin-top: 14px;
}
.form_inputs span {
  font-size: 14px;
  color: #000;
  margin-bottom: 5px;
  display: block;
}
.form_inputs input {
  padding: 5px 20px;
  width: 100%;
  height: 42px;
  border: none;
  border-radius: 5px;
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%), #FFF;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0.05))), #FFF;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%), #FFF;
  font-family: inherit;
  color: #000;
}
.form_inputs input::placeholder {
  font-family: inherit;
}
.form_inputs input:focus-visible {
  outline-color: #0072E5;
}

.form_inputs fieldset {
  border: none;
  margin-top: 14px;
}
.form_inputs fieldset > span {
  margin-bottom: 5px;
  display: block;
}
.form_inputs fieldset label {
  width: 100%;
}
.form_radio-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form_radio-inner label {
  text-align: center;
}
.form_radio-inner label + label {
  margin-top: 0;
}
label.phone_secondary {
  text-align: left;
  border: none;
  margin-top: 14px;
}

.form_popup-date {
  margin-top: 14px;
}

textarea {
  border: none;
  padding: 20px;
  width: 100%;
  min-height: 100px;
  border: none;
  border-radius: 5px;
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%), #FFF;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0.05))), #FFF;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%), #FFF;
  font-family: inherit;
  color: #000;
}
textarea:focus-visible {
  outline-color: #0072E5;
}
.input_date {
  position: relative;
}
.input_date::after {
  position: absolute;
  right: 23px;
  top: 31px;
  content: '';
  background: url(https://www.yachtrentaldubai.com/wp-content/uploads/2023/05/calendar.svg);
  background-repeat: no-repeat;
  background-size: 19px 19px;
  opacity: 1;
  pointer-events: none;
  width: 19px;  
  height: 19px;
  z-index: 2;
}
input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
}
@-moz-document url-prefix() {
  .input_date::before {
    content: '';
    width: 19px;
    height: 19px;
    position: absolute;
    right: 23px;
    top: 31px;  
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%), #FFF;
    z-index: 1;
    pointer-events: none;
  }
}
.form_popup-right_imgs {
  text-align: center;
}
.form_popup-right_imgs img {
  object-fit: cover;
  width: 100%;
}
.form_popup-right_radio > p {
  text-align: center;
  color: #000;
  margin: 0 0 5px 0;
}
.form_popup-right_radio label {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.form_popup-right_radio label p {
  font-size: 10px;
  font-weight: 300;
  letter-spacing: 0.2px;
  line-height: 1.1;
  color: #2e2e2e;
}

.form_popup-bot {
  max-width: 320px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.form_popup-bot p {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.2px;
  line-height: 1.1;
  color: #2e2e2e;
}
.form_popup-bot button {
  cursor: pointer;
  border-radius: 5px;
  padding: 0px 70px;
  width: 100%;
  height: 40px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #0066CC;
  border: none;
  margin-top: 10px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.form_popup-bot button:disabled {
  cursor: not-allowed;
  opacity: 0.8;
  background: #969699 !important;
}