/* @import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;1,100;1,200;1,400&display=swap"); */
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@700&display=swap");
/* Lato-Regular: */
@import url("https://fonts.googleapis.com/css2?family=Lato&display=swap");
/* Montserrat-Regular: */
@import url("https://fonts.googleapis.com/css2?family=Montserrat&display=swap");
/* Nunito-Regulra: */
@import url("https://fonts.googleapis.com/css2?family=Nunito&display=swap");
/* ROBOTO */
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap");

@font-face {
  font-family: SourceSansPro-Regular;
  src: url("../../fonts/SourceSansPro/SourceSansPro-Regular.woff")   format("woff");
}

@font-face {
  font-family: Avenir-Next;
  src: url("../../fonts/AvenirNextLTPro-Regular.ttf")   format("woff");
}

@font-face {
  font-family: SourceSansPro-Semibold;
  src: url("../../fonts/SourceSansPro/SourceSansPro-Semibold.woff")   format("woff");
}

@font-face {
  font-family: SourceSansPro-Bold;
  src: url("../../fonts/SourceSansPro/SourceSansPro-Semibold.woff")   format("woff");
}

@font-face {
  font-family: SourceSansPro-Light;
  src: url("../../fonts/SourceSansPro/SourceSansPro-Light.woff")   format("woff");
}


@font-face {
  font-family:'OpenSans';
  src: url('../../fonts/OpenSans/OpenSans-Light.eot');
  src:
    url('../../fonts/OpenSans/OpenSans-Light.eot?#iefix') format('embedded-opentype'),
    url('../../fonts/OpenSans/OpenSans-Light.woff') format('woff'),
    url('../../fonts/OpenSans/OpenSans-Light.ttf') format('truetype'),
    url('../../fonts/OpenSans/OpenSans-Light.svg#OpenSans-Light') format('svg')
  ;
  font-weight:300;
  font-style:normal;
}

@font-face {
  font-family:'OpenSans';
  src: url('../../fonts/OpenSans/OpenSans-Regular.eot');
  src:
    url('../../fonts/OpenSans/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
    url('../../fonts/OpenSans/OpenSans-Regular.woff') format('woff'),
    url('../../fonts/OpenSans/OpenSans-Regular.ttf') format('truetype'),
    url('../../fonts/OpenSans/OpenSans-Regular.svg#OpenSans-Regular') format('svg')
  ;
  font-weight:normal;
  font-style:normal;
}

@font-face {
  font-family:'Santiago';
  src: url('../../fonts/Santiago/Santiago.eot');
  src:
    url('../../fonts/Santiago/Santiago.eot?#iefix') format('embedded-opentype'),
    url('../../fonts/Santiago/Santiago.woff') format('woff'),
    url('../../fonts/Santiago/Santiago.ttf') format('truetype'),
    url('../../fonts/Santiago/Santiago.svg#Santiago') format('svg')
  ;
  font-weight:normal;
  font-style:normal;
}

/* Load KindAvenue */
@font-face {
  font-family:'KindAvenue';
  src: url('../../fonts/KindAvenue_otf.otf')   format('opentype');
  font-weight: normal;
  font-style: normal;
}

:root {
  --doncella-turquoise-color: #5fcfd5;
  --doncella-grey-color: #fafafa;
  --doncella-navy-color: #003d5c; /* Deep navy blue */
  --doncella-coral-color: #ff6b6b; /* Soft coral */
  --doncella-light-blue-color: #aed9e0;
  --doncella-white-color: #ffffff;
  --main-color: rgb(0, 173, 187);
  --main-font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
    sans-serif;
  --red-border-test: 2px solid red;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "SourceSansPro-Regular";
}

body{
  overflow-x: hidden;
}
.mobil-text,
.menu-container,
#puntacana-girl,
#puntacana-girl-big{
  display: none;
}

img {
  display: block;
}

body {
  overflow-x: hidden;
}

/* <------------------------------------------ SCROLLBAR ------------------------------------------> */

body {
	--sb-track-color: #ff8f15;
	--sb-thumb-color: #5ecfd5;
	--sb-size: 13px;
  }

  body::-webkit-scrollbar {
	width: var(--sb-size)
  }

  body::-webkit-scrollbar-track {
	background: var(--sb-track-color);
	border-radius: 3px;
  }

  body::-webkit-scrollbar-thumb {
	background: var(--sb-thumb-color);
	border-radius: 3px;
	border: 1px solid #1d6883;
  }

  @supports not selector(::-webkit-scrollbar) {
	body {
	  scrollbar-color: var(--sb-thumb-color)
					   var(--sb-track-color);
	}
  }

/* <------------------------------------------ HEADER ------------------------------------------> */

header {
  width: 100vw;
  height: auto;
/*  height: 555px;*/
  /*background-color: #00ADBB;
  opacity:0.6;*/
/*   background-image: url(../../assets-punta-cana/img/puntacana-girl-cut.png); */
/*   background-image: url(../../assets-punta-cana/img/top-image-clean.png); */
/*  background-image: url(../../assets-punta-cana/img/Darker_Background_Top.png);*/
/*  background-image: url(../../assets-punta-cana/img/doncella-puntacana.mp4);*/
/*  background-size: cover;*/
/*  background-repeat: no-repeat;*/
}
#video_background {
  position: absolute;
  top: 0px;
  right: 0px;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -2;
  overflow: hidden;
}
#video_pattern {
  background:#fff;
  position: fixed;
/*  opacity: 0.8;*/
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.header-overlay {
  display: none;
  position: absolute;
  bottom: 0px;
  right: 0px;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  background-color: #2a444a;
  mix-blend-mode: multiply;
  opacity: 0.3;
  z-index: -1;
}


header {
  padding: 3% 15% 0 15%;
}

/* top logo and contact button  */
#logo-contact-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Doncella logo  */
header #logo-img {
  width: 50%;
  cursor: pointer;
}

.contact-container button {
  color: #00ADBB;
  font-family: var(--main-font-family);
  font-size: 14px;
  text-transform: uppercase;
  background-color: #ffffff;
  letter-spacing: 0.07rem;
  padding: 0.8rem 1.2rem;
  border: none;
  font-weight: 500;
  cursor: pointer;
/* font-size: 0.7rem; */
/*  background: var(--doncella-turquoise-color);*/
/*  color: #ffffff;*/
}

/* Define the style for the button when it's clicked */
.contact-container button:active,
.contact-container button:focus {
    outline: none; /* Remove focus outline */
}

.hero h3 {
/*  font-family: "SourceSansPro-Bold";*/
/*  color: #00adbb;*/
  color: #fff;
  display: flex;
  text-align: left;
  margin-top: 12rem;
  font-size: 55px;
  line-height: 60.5px;
  font-family: "Santiago";
}

/*.hero h3{
}*/

.header-text{
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
}


.header-description {
/*  opacity: 0.7;*/
  font-size: 18px;
  color: #272727;
  letter-spacing: 0;
  line-height: 24px;
  max-width: 515px;
}

.hero-description-email-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

/* <------------------------------------------ EMAIL INPUT ------------------------------------------> */

#input-container input {
  /* font-size: 1rem; */
  /*font-size: 0.8rem;
  opacity: 0.6;*/
}

#input-container {
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
  background-color: #ffffff;
  box-shadow: 0 2px 70px 0 rgba(195, 192, 192, 0.5);
  border-radius: 4px;
  font-family: var(--main-font-family);
  margin-bottom: 5rem;
  padding-right: 10px;
  width: 100%;
  max-width: 22rem;
  position: relative;
}

#input-container input[type="email"] {
  border: none;
  padding: 1.3rem;
  flex-grow: 1;
  border-radius: 4px 0 0 4px;
  position: relative;
  left: -6%;
  width: 19rem;
}

#input-container input[type="email"]:focus {
  outline: none;
}

#input-container:focus-within {
  outline: 2px solid #c8cfd1;
}

@media screen and (max-width: 480px) {
  #input-container {
    width: 80%;
  }
}

a .submit-button-link,
a {
  text-decoration: none;
}

.submit-button {
  background-color: #4cbad8;
  color: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  outline: none;
  /*padding: 20px;
  position: absolute;
  right: 10px;*/
  position: absolute;
  right: 13px;
  top: 20%;
  z-index: 9;
}

.submit-button::before {
  content: "→";
  font-size: 18px;
  line-height: 1;
}

@media screen and (max-width: 480px) {
  .submit-button {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 1rem;
  }
  #input-container {
    max-width: none; /* Remove max-width on smaller screens */
    width: 100%;
    margin: 20px auto; /* Center the container */
  }
}

/* <------------------------------------------ BANNER ------------------------------------------> */

.countdown-banner {
/*  background-color: var(--doncella-turquoise-color);*/
  background-color: #00adbb;
  display: flex;
  justify-content: center;
  padding: 4rem;
}

.countdown-number {
  /* font-size: 3.5rem;  */
  /* font-weight: 500; */
  color: #ffffff;
  font-family: "SourceSansPro-Semibold";
  font-size: 66px;
  letter-spacing: 0;
  text-align: center;
}

.countdown-item {
  text-align: center;
  margin: 0 3rem;
  font-size: 14px;
}

.countdown-label {
  /* font-size: 0.7rem; */
  font-family: "SourceSansPro-Semibold";
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  display: block;
  color: #ffffff;
}

/* <------------------------------------------ SERVICES ------------------------------------------> */

.services-heading {
  margin: 3rem auto;
  text-align: center;
}

#Services-location {
  color: #4ac3cd;
  opacity: 0.7;
  font-family: "SourceSansPro-Semibold";
  font-size: 21px;
  letter-spacing: 0;
  text-align: center;
  line-height: 24px;
  font-weight: 600;
  padding-top: 1rem;
}

#Services-subtitle {
  font-weight: 700;
  font-family: "SourceSansPro-Bold";
  font-size: 36px;
  color: #4a4a4a;
/*  letter-spacing: 0;*/
  text-align: center;
  line-height: 36px;
}

/* <------------------------------------------ CARDS ------------------------------------------> */

.container {
  margin: 0 auto;
}

/* .card__container {
  min-height: 750px;
} */

.card__content {
  overflow: hidden;
  margin-inline: 170px; /* THIS FIXES THE ARROW INSIDE CARDS ISSUE */
  min-width: 900px;
}

@media screen and (width < 1145px) {
  .card__content {
    max-width: 350px;
    min-width: 300px;
    margin: 0 auto;
  }
}

@media (width <= 520px) {
  .card__content {
    min-width: 160px;
    margin: 0 auto;
  }
}

.card__container [class^="swiper-button-"] {
  margin: 0 auto;
}

.card__container .swiper-pagination {
}

.card__article {
  width: 100%;
}

.card__image {
  position: relative;
  margin-bottom: -0.75;
  overflow: hidden;
}

.card__data {
  padding: 15px 15px;
  text-align: center;
}

.card__img {
  width: 100%;
  display: block;
}

.card__name {
  font-size: 16px;
  font-weight: 300;
  color: #00adbb;
  margin-bottom: 0.35rem;
  opacity: 0.7;
  font-family: "SourceSansPro-Regular";
  letter-spacing: 2px;
  text-align: center;
  line-height: 24px;
}

.card__subtitle {
  margin-bottom: 0.65rem;
  color: #4a4a4a;
  font-family: "SourceSansPro-Semibold";
  font-size: 24px;
  letter-spacing: 0;
  text-align: center;
}

.card__description {
  width: auto;
  height: 115px;
  margin: 0 auto;
  opacity: 0.7;
  letter-spacing: 0;
  text-align: center;
  line-height: 24px;
  font-family: SourceSansPro-Regular;
  font-size: 18px;
  color: white;
}

a.card__button {
  text-decoration: none;
  font-weight: 500;
  font-family: "Roboto";
  font-size: 14px;
  color: #ffffff;
  text-align: center;
}
.card__button {
  display: inline-block;
  background-color: #5fcfd5;
  padding: 0.75rem 1.5rem;
  margin: 2.5rem;
  border-radius: 0.25rem;
  width: 150px;
  height: 40px;
  border-radius: 2px;
}

.swiper-button-next,
.swiper-button-prev {
  color: rgb(221, 220, 220);
}

.swiper-pagination-bullet-active {
  background-color: var(--doncella-turquoise-color);
}

/* <------------------------------------------ CONTACT FORM ------------------------------------------> */

.bottom-background-image {
  background-image: url(../../assets-punta-cana/img/Darker_Background_Bottom.png);
  background-repeat: no-repeat;
  background-size: cover;
}

#contact-section h2 {
  font-family: "SourceSansPro-Semibold";
  font-size: 21px;
  font-weight: 600;
  color: #4ac3cd;
  line-height: 24px;
  text-align: center;
  margin-top: 5rem;
  padding-top: 10rem;
  opacity: 0.698;
}

.contact-form-subtitle {
  text-align: center;
  line-height: 36px;
  font-family: SourceSansPro-Bold;
  font-size: 36px;
  font-weight: bold;
  color: #4a4a4a;

/*    width: 100%;*/
}


@media (width <= 520px) {
  h2 {
    margin-top: 0.5rem;
  }
}

form {
  max-width: 800px;
  margin: 0 auto;
}

form .label-input-container {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.input-container {
  border: 1px none #e0e7eb;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 1.5rem;
  margin-left: auto;
  margin-right: auto;
  gap: 2rem;
}

.label-input-container input {
  min-height: 60px;
  border-radius: 4px;
  border: 1px solid #e0e7eb;
  font-family: "OpenSans";
  max-width: 340px;
  outline: none;
  padding-left: 20px;
}

.label-input-container ::placeholder {
  color: #9fa7ac;
  opacity: 0.5;
  padding: 1rem;
  font-size: 1rem;
}

.message-container {
  grid-column: 1 / -1;
  grid-row: span 2;
  border-radius: 4px;
  font-family: "OpenSans";
}

.message-container textarea {
  min-height: 200px;
  outline: none;
  border: 1px solid #e0e7eb;
  padding: 20px;
}

.label-input-container label {
  text-align: left;
  color: #788a95;
  font-family: "Avenir-Next";
  font-size: 1rem;
}

span {
  text-align: left;
  font-family: "Avenir-Next";
  color: #3aadbb;
  font-size: 14px;
}

/* <------------------------------------------ SERVICES SELECT ------------------------------------------> */

.radio-container {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
  gap: 35px;
  flex-wrap: wrap;
  min-width: 500px;
}

@media screen and (max-width: 500px) {
  .radio-container {
    justify-content: left;
  }
}

input[type="radio"] {
  display: none;
}

.radio-container label {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  width: 164px;
  max-height: 40px;
  background-color: #e4eaef;
  color: #7f7d7d;
  border: 1px solid #dde3e8;
  font-style: bold;
  border-radius: 30px;
  font-family: "Avenir-Next", sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-weight: 300;
  line-height: 40px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  text-shadow: 0.1px 0.1px 0px #fff; /* Text shadow for depth, can be adjusted as needed */
}

input[type="radio"]:checked + label {
  background-color: #5fcfd5;
  color: var(--doncella-grey-color);
  border-color: #5fcfd5;
}

/*label:hover {*/
.radio-container label:hover {
  background-color: #b3e0e9;
}

legend {
  text-align: left;
  color: #788a95;
  font-family: "Avenir-Next";
  /* border: var(--red-border-test); */
/*  max-width: 750px;*/
  max-width: 93%;
  /* FOR SAFARI  */
  margin-left: auto;
  margin-right: auto;
}

#submit-form-button {
  display: block;
  color: #ffffff;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem;
  outline: none;
  border: 0;
  background-color: #5fcfd5;
  border-radius: 4px;
  font-family: "SourceSansPro-Light";
  font-weight: 600;
  font-size: 18px;
  min-width: 200px;
  min-height: 60px;
  text-transform: uppercase;
  transition: all ease-in-out 0.2s;
  font-size: 18px;
  text-align: center;
  line-height: 24px;
  border-radius: 4px;
  background: #5fcfd5;
}

.input-button {
  padding-bottom: 100px;
}

@media screen and (max-width: 720px) {
  .input-container {
    /* Ensure the button container is also centered */
    display: flex;
    flex-direction: column;
    align-items: center; /* This will center the child elements */
    gap: 2rem;
  }

  .label-input-container input,
  .message-container textarea,
  .radio-container,
  .label-input-container label {
    width: 80vw; /* Adjust the width to fit smaller screens */
    max-width: 400px; /* Prevents elements from becoming too wide on larger screens */
    margin: 0 auto; /* Center these elements within their parent container */
  }

  .label-input-container,
  .message-container {
    width: 100%; /* Ensure label and message container take full width of their parent */
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .label-input-container label {
    text-align: left;
  }

  #submit-form-button {
  }

  .input-container {
    grid-template-columns: 1fr;
  }

  .label-input-container input {
    width: 80vw;
  }

  .label-input-container label {
    width: 80vw;
  }

  .message-container textarea {
    width: 80vw;
  }

  .radio-container {
    max-width: 400px;
    padding: 0 1rem;
    margin-left: auto;
    margin-right: auto;
    gap: 2rem;
  }

  legend {
    color: #788a95;
    font-family: "Avenir-Next";
    padding: 1.5rem;
    margin-left: auto;
    max-width: 444px;
    gap: 2rem;
  }

  #submit-form-button {
    margin-left: auto;
  }
}

/* <------------------------------------------ FOOTER ------------------------------------------> */

footer {
  display: flex;
  /* flex-direction: column; */
}

.footer-banner {
  background-color: #00adb5;
  width: 100%;
}

.footer-content {
  display: flex;
  flex-direction: column;
  width: 80%;
  padding: 0% 12%;
  padding-bottom: 4rem;
  margin-left: auto;
  margin-right: auto;
}

.footer-list {
  color: #00adbb;
  display: flex;
  list-style: none;
  justify-content: flex-end;
  font-size: 14px;
  padding-top: 2%;
  font-family: "Lato-Regular";
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 0.02px;
}

/* For larger screens, only the large logo is visible */
.footer-list #footer-logo-large {
  display: block; /* Show the large logo */
}

/* HIDE secondary LOGO LARGE SCREEN  */
.footer-list #footer-logo {
  display: none;
}

.footer-list .links {
  color: var(--doncella-white-color);
  display: flex;
  align-items: end;
  margin-left: 100px;
  /* width: 100%; */
  gap: 0.5rem;
  font-family: "Lato-Regular";
  font-size: 14px;
  max-width: 1200px;
  /* border: var(--red-border-test); */
}

.footer-list a {
  color: #ffffff;
}

/* .footer-content {
} */

.footer-social-media {
  display: flex;
  justify-content: end;
  /* padding-left: 40vw; */
  margin: 0 auto;
  gap: 15px;
  width: 100%;
  padding-top: 2%;
}

.hidden-copyright {
  display: none;
}

.mobile-bottom {
}

@media screen and (width <= 1320px) {
  .footer-list .links {
    font-size: 14px;
    flex-wrap: wrap;
    min-width: 550px;
    justify-content: left;
    align-items: center;
    margin-left: 100px;
  }
}

.recaptcha-message a,
.recaptcha-message{
    color: #788A95;
    font-family: "Avenir-Next";
    font-size: 16px;
    text-align: center;
}
.recaptcha-message a{
    text-decoration: underline;
}
.recaptcha-message a:hover{
    color:#5FCFD5;
}
.grecaptcha-badge{
    display: none !important;
}


@media screen and (width > 1280px) {
  .countdown-banner {
    padding: 5rem;
/*    margin-top: 2pcx;*/
  }
  #video_background{
    top:auto;
    bottom: -2px;
  }
}

@media screen and (max-width: 1000px) {
  body,
  html {
    overflow-x: hidden;
  }

  #video_background{
    display: none;
  }

  header {
    height: 600px;
    padding:0px;
    padding-left:40px;
    background-color: #5ad3d8;
    background-size: 270vw auto;
    background-position: 189px 348px;
    background-repeat: no-repeat;
  }
  #puntacana-girl-big{
    display: initial;
    position: relative;
    top: -586px;
    right: -466px;
    margin: 0px;
    padding: 0px;
  }

  #logo-contact-container {
    width: 95%;
    position: relative;
    top: 3%;
  }

  .header-description{
    z-index: 11;
  }

  .footer-list #footer-logo {
    display: block;
  }

  .footer-list #footer-logo-large {
    display: none;
  }
  .footer-social-media {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    gap: 20px;
    padding: 20px 0 20px 10px;
  }

  .mobile-bottom {
    justify-content: center;
    align-items: center;
    display: flex;
    width: 100%;
  }

  .hidden-copyright {
    display: flex;
  }
  .footer-list .links {
    display: none;
  }

  .footer-social-media {
    width: 60vw;
    gap: 20px;
  }
}

@media screen and (width <= 900px) {
  header {
    background-position-x: -200px;
  }
  .hero h3 {
    font-size: 60px;
    letter-spacing: 1px;
    line-height: 55px;
  }

  .header-description {
    opacity: 0.7;
    font-size: 16px;
    width: 400px;
  }
  #puntacana-girl-big {
    top: -475px;
    right: -503px;
    width: 400px;
  }
}

@media screen and (width <= 875px) {
  #puntacana-girl-big {
    right: -57%;
  }
}
@media screen and (width <= 780px) {
  #puntacana-girl-big {
    right: -53%;
  }
  .hero {
    z-index: 1;
  }
  .countdown-item {
    margin: 0 1.5rem;
  }
}
@media screen and (width <= 480px) {
  .countdown-item {
    margin: 0 0.1rem;
  }
  .countdown-number {
    font-size: 32px;
    color: #ffffff;
    letter-spacing: 0;
    text-align: center;
    line-height: 24px;
  }

  .countdown-label {
    font-size: 10px;
    letter-spacing: 0.42px;
    text-align: center;
    line-height: 26px;
  }

  .countdown-item {
    text-align: center;
    margin: 0 1rem;
  }

  .hero h3 {
    font-size: 39px;
    letter-spacing: -0.3px;
    line-height: 35px;
/*    margin-top: 21rem;*/
  }
  .hero-description-email-container {
    width: max-content;
    margin-left: -16px;
  }

  .header-description {
    opacity: 0.7;
    font-size: 16px;
    color: #272727;
    letter-spacing: 0;
    line-height: 24px;
    max-width: 300px;
  }

  header {
    background-size: 270vw auto;
    background-position: -140vw -20vh;
  }

  body,
  html {
    overflow-x: hidden;
  }

  .contact-container button {
    display: none;
  }

  #video_background {
    top: -40px;
    right: -223px;
    min-width: 100%;
    min-height: 100%;
    z-index: -2;
  }

  header #logo-img {
    width: auto;
    height: auto;
    margin-top: 2rem;
    margin-left: 0px;
    margin-right: auto;
  }
  .header-overlay {
    display: initial;
  }
}

@media screen and (max-width: 420px) {

  .mobil-text,
  .menu-container,
  #puntacana-girl{
    display: initial;
  }

  #puntacana-girl-big,
  .normal-display-text,
  #video_background,
  #logo-img{
    display: none;
  }
  *{
    box-sizing: initial;
  }
  .menu-container {
    height: auto !important;
  }

  .doncella-logo{
    width: 203px;
    margin-left: auto;
    margin-right: auto;
  }
  header {
    height: 450px;
    padding:0px;
    padding-left:40px;
    background-color: #5ad3d8;
    background-size: 270vw auto;
    background-position: 189px 348px;
    background-repeat: no-repeat;
  }

  .hero h3 {
    margin-top: 120px;
    font-size: 36px;
    letter-spacing: 0px;
    line-height: 35px;
    color: #ffffff;
    font-weight: 400;
  }
  .header-description{
    opacity: 1;
    z-index: 1;
  }

  .header-text{
    width: 233px;
  }
  #puntacana-girl{
    position: relative;
    top: -279px;
    right: -149px;
  }
  #input-container input[type="email"]{
    left:0px;
  }

  #input-container{
    margin: 0px;
    opacity: 0.902;
    z-index: 1;
    width: 320px;
  }
  .registrate-text{
    display: none;
  }
  .mobil-text{
    display: box;
    font-weight: bold;
    font-family: "SourceSansPro-Semibold";
  }
  .submit-button {
    right: -5px;
  }
  .countdown-banner {
    padding: 0px;
    height: 120px;
  }
  .box-01{
    width: 414px;
    height: 24px;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Source Sans Pro";
    text-align: center;
  }
  .box-01 > .box:nth-child(1){
    position: relative;
    top: 8px;
    left: 16px;
  }
  .box-01 > .box:nth-child(2){
    margin-right: 30px;
  }

  .countdown-item {
    margin-top: 10px;
  }

  .card__content {
    width: 280px;
  }

  #Services-subtitle{
    width: 377px;
    height: 36px;
    font-size: 28px;
    line-height: 36px;
    color: #4a4a4a;
    font-weight: 700;
    font-family: "Source Sans Pro";
    text-align: center;
  }

  .services-heading {
    margin-top: 44px;
    margin-bottom: 44px;
  }

  .card__button {
    box-sizing: border-box;
  }
  #contact-section {
    margin-top: -134px;
  }
  .contact-form-subtitle{
    width: 100%;
    height: 36px;
    font-size: 28px;
    line-height: 36px;
    color: #4a4a4a;
    font-weight: 700;
    font-family: "SourceSansPro-Semibold";
    text-align: center;
  }

  .label-input-container label {
    margin-left: 7px;
  }

  .radio-container {
    padding: 5%;
  }

  .footer-content {
    width: auto;
  }
}

@media screen and (max-width: 1440px){
	.footer-content {
		width: auto;
	}
}

@media screen and (max-width: 370px) {
  #puntacana-girl {
    right: -95px;
  }
  .box-01 > .box:nth-child(2) {
    margin-right: 0px;
  }
  #input-container input[type="email"] {
    left: -20px;
  }
  .submit-button {
    right: 12px;
  }
  .message-container textarea {
    width: 75vw;
  }
  .radio-container label {
    width: 146px;
  }
  .recaptcha-message {
    font-size: 15px;
  }

}
