/* FONTS */
@import url('https://fonts.googleapis.com/css2?family=Antic+Didone&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

:root {
  --white: #fff;
  --black: #000;
  --green: #CCD6AB;
  --cement: #788281;
}

html, body {
  margin: 0;
  padding: 0 !important;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  overflow-x: hidden !important;
}
a:hover {
  color: #000000;
}
/* navbar */
.nav {
  background: var(--white);
  background: linear-gradient(180deg,rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 70%, rgba(255, 255, 255, 0) 100%);
  padding: 30px 0 70px 0;
  color: var(--black);
  position: relative;
  z-index: 22;
  margin-bottom: 30px;
}
.logo img {
  width: 125px;
  filter: brightness(0);
}
.nav-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.nav-menu ul li {
  font-size: 16px;
  font-weight: 300;
  cursor: pointer;
  z-index: 1;
  position: relative;
  margin: 0 60px 0 0;
}
.nav-menu ul li::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background: var(--black);
  visibility: hidden;
  border-radius: 0px;
  transform: scaleX(0);
  transition: all 0.25s linear;
}
.nav-menu ul li:hover::before  {
  visibility: visible;
  transform: scaleX(1);
}
.nav-menu ul li:last-of-type {
  margin: 0;
}
/* header */
.header {
  /*margin-top: -40px;*/
  padding: 0 0 250px 0;
  background: url('/img/header.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.header-txt {
  color: var(--black);
  position: relative;
}
.header-txt h1 {
  font-family: "Antic Didone", serif;
  font-size: 45px;
  font-weight: 400;
  text-wrap: balance;
}
.header-line {
  position: absolute;
  left: -50%;
  height: 9px;
}
.header-txt h6 {
  font-size: 25px;
  font-weight: 400;
  max-width: 70%;
  margin-top: 40px;
}
/* form */
#contactform {
  margin: 0 0 0 auto;
  width: 380px;
  padding: 40px 30px;
  border-radius: 0px;
  background: rgba(255, 255, 255, 0.95);
  text-align: center;
}
#contactform h3 {
  color: var(--black);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.1;
  margin: 0 auto 25px auto;
  text-transform: uppercase;
}
.form-input {
  margin-bottom: 15px;
}
.form-input:has(.error) {
  margin-bottom: 0px;
}
.form-input input {
  width: 100%;
  height: 35px;
  background: transparent;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid var(--green);
  color: var(--black);
  font-size: 18px;
  font-weight: 300;
  text-align: left;
  -webkit-appearance: none;
}
.form-input input:active, .form-input input:focus, .form-input input:focus-visible {
  outline: none !important;
}
::-webkit-input-placeholder {
  color: var(--cement);
}
:-moz-placeholder {
  color: var(--cement);
  opacity: 1;
}
::-moz-placeholder {
  color: var(--cement);
  opacity: 1;
}
:-ms-input-placeholder {
  color: var(--cement);
}
::-ms-input-placeholder {
  color: var(--cement);
}
::placeholder {
  color: var(--cement);
}
.form-input .dropdown-toggle {
  width: 100%;
  height: 35px;
  background: transparent;
  border-radius: 0;
  border: none;
  font-size: 18px;
  font-weight: 300;
  text-align: left;
  -webkit-appearance: none;
  border-bottom: 1px solid var(--green);
  color: rgba(0, 0, 0, 0.5);
  text-align: left;
  padding: 0;
}
.dropdown-toggle::after {
  display: none;
}
.form-select {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.form-input .dropdown-toggle:active, .form-input .dropdown-toggle:focus-visible, .form-input .dropdown-toggle:focus {
  box-shadow: none;
  background: transparent;
  color: rgba(0, 0, 0, 0.5);
}
.form-input .dropdown-menu {
  width: 100%;
  overflow-y: auto;
  max-height: 200px;
  cursor: pointer;
}
.form-option:hover, .form-option.selected {
  background: var(--green);
  color: var(--white);
}
.phone_box .iti {
  width: 100%;
}
.iti__selected-country-primary {
  padding: 0 !important;
}
.iti__selected-country-primary:hover {
  background: transparent !important;
}
.iti__selected-country {
  height: 33px !important;
}
.phone_box .iti--inline-dropdown .iti__dropdown-content {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.phone_box .iti__flag {
  box-shadow: 0 0 1px 0 #DBDBDB;
  background-color: #DBDBDB;
}
/* hidden option */
.hidden-question {
  display: none;
}
.form-check {
  margin-top: 15px;
  text-align: left;
  padding: 0;
}
.form-check label {
  margin: 0 0 0 0px;
  position: relative;
  padding-left: 20px;
  cursor: pointer;
  line-height: 1;
  color: var(--black);
  font-size: 10px;
  font-weight: 300;
}
.form-check label b {
  font-weight: 600;
}
.form-check input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.checkmark {
  position: absolute;
  top: 0px;
  left: 0;
  height: 12px;
  width: 12px;
  background-color: transparent;
  border: 1px solid var(--green);
  border-radius: 2px;
  padding-right: 2px;
  color: var(--green);
}
.form-check input[type=checkbox]:checked + .checkmark::after {
  content: "\2713";
  display: block;
  text-align: center;
  line-height: 12px;
  margin-left: 0px;
  margin-top: -1px;
  font-size: 13px;
}
#politica-link {
  color: var(--black);
  font-weight: 600;
  text-decoration: none;
}
#politica-link:hover {
  color: var(--green);
  text-decoration: underline;
}
.form-button {
  width: 200px;
  height: 50px;
  background: var(--green);
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  color: var(--white);
  border: none;
  border-radius: 0px;
  line-height: 1;
  margin: 20px auto 0 auto;
  text-transform: uppercase;
  transition: all 0.6s ease;
}
.form-button:hover {
  transform: scale(1.05);
  background: var(--cement);
  color: var(--white);
}
.error, #termos-error {
  font-size: 11px;
  font-weight: 300;
  color: red;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 0;
  line-height: 1;
}
#pos-lead-form {
    width: 100%;
    display: contents;
}
/* Genaral */
.title {
  color: var(--black);
  font-family: "Antic Didone";
  font-size: 35px;
  font-weight: 400;
}
.txt {
  color: var(--black);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}
.scrollcta {
  min-width: 200px;
  height: 50px;
  padding: 0 25px;
  background: var(--green);
  color: var(--white);
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  border: none;
  transition: all 0.6s ease;
}
.scrollcta:hover {
  transform: scale(1.05);
  background: var(--cement);
}
.custom-dots, .custom-dots2 {
  margin-top: 30px;
  text-align: center;
}
.custom-dots .slick-dots, .custom-dots2 .slick-dots {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
}
.custom-dots .slick-dots li, .custom-dots2 .slick-dots li {
  margin: 0 5px;
}
.custom-dots .slick-dots li button, .custom-dots2 .slick-dots li button {
  background: rgba(0, 0, 0, 0.1); 
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: none;
  display: block;
  padding: 0;
  cursor: pointer;
  font-size: 0;
}
.custom-dots .slick-dots li.slick-active button, .custom-dots2 .slick-dots li.slick-active button {
  background: var(--green);
}
/* section1 */
.section1 {
  position: relative;
  padding: 60px 0;
}
.section1::before {
  content: '';
  width: 100%;
  height: 155px;
  background: linear-gradient(0deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 55%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
}
.section-video-txt h3 {
  max-width: 70%;
  text-wrap: balance;
}
.section-video-txt p {
  max-width: 85%;
  margin-top: 20px;
}
.section-video-txt img {
  width: 90%;
}
.section-video-txt button {
  margin-top: 20px;
}
.section-video video {
  width: 100%;
}
/* section2 */
.section2 {
  position: relative;
  padding: 80px 0 100px 0;
  text-align: center;
}
.section2::before {
  content: '';
  position: absolute;
  background: url('/img/wave.png');
  width: 50%;
  height: 180px;
  top: 45%;
  left: 0%;
  transform: translateY(-50%);
  z-index: 0;
}
.section2::after {
  content: '';
  position: absolute;
  background: url('/img/wave.png');
  width: 50%;
  height: 180px;
  top: 45%;
  right: 0%;
  transform: translateY(-50%);
  z-index: 0;
}
.sec2-box {
  background: var(--green);
  padding: 40px 30px;
  color: var(--white);
  position: relative;
  z-index: 10;
}
.sec2-box .title {
  color: var(--white);
  margin-bottom: 40px;
}
.icon-box {
  min-height: 130px;
  display: flex !important;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.icon-box img {
  width: 50px;
  aspect-ratio: 1;
  margin: 0 auto;
}
.icon-box p {
  margin: 20px 0 0 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  text-transform: uppercase;
}
/* section 3 */
.section3 {
  padding: 60px 0;
  background: url('/img/texture.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.sec3-txt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
}
.gallery-box {
  padding: 0;
  margin-top: 50px;
}
.gallery-slide-box {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  height: 510px;
}
.big-img {
  width: 48%;
  height: 100%;
  margin: 0 auto 0 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.small-img-box {
  width: 48%;
  height: 100%;
  margin: 0 0 0 auto;
  display: flex;
  justify-content: space-between;
  align-content: space-between;
  flex-wrap: wrap;
}
.small-img {
  width: 46%;
  aspect-ratio: 1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
/* section4 */
.section4 {
  position: relative;
  padding: 100px 0;
  text-align: center;
}
.section4::before {
  content: '';
  position: absolute;
  background: url('/img/wave.png');
  width: 50%;
  height: 180px;
  top: 46%;
  left: 0;
  transform: translateY(-50%);
  z-index: 0;
}
.section4::after {
  content: '';
  position: absolute;
  background: url('/img/wave.png');
  width: 50%;
  height: 180px;
  top: 46%;
  right: 0;
  transform: translateY(-50%);
  z-index: 0;
}
.sec4-box {
  background: var(--green);
  padding: 75px 30px;
  color: var(--white);
  position: relative;
  z-index: 10;
}
.icon-slider2 .icon-box {
  justify-content: flex-start;
  min-height: 115px;
}
.icon-slider2 .icon-box img {
  height: 50px;
}
/* section5 */
.section5 .section-video-txt h3 {
  max-width: 100%;
}
.time-box {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 15px 0 30px 0;
}
.time-box p {
  font-size: 18px;
  font-weight: 300;
  max-width: 70%;
  line-height: 1.1;
  margin: 0 0 0 10px;
}
.time-box svg {
  animation: upDown 1s ease-in-out infinite;
}
.loader-circle, .loader-pointer, .loader-line {
  fill: none;
  stroke-width: 1.4px;
  stroke:  var(--green);
}
.loader-center {
  fill: var(--green);
}
.loader-pointer {
  -webkit-transform-origin: bottom center;
  -moz-transform-origin: bottom center;
  -ms-transform-origin: bottom center;
  transform-origin: bottom center;
  animation: spin 6s linear infinite;
  -moz-animation: spin 6s linear infinite;
  -webkit-animation: spin 6s linear infinite;
}
.loader-line {
  -webkit-transform-origin: bottom center;
  -moz-transform-origin: bottom center;
  -ms-transform-origin: bottom center;
  transform-origin: bottom center;
  animation: spin 60s linear infinite;
  -moz-animation: spin 60s linear infinite;
  -webkit-animation: spin 60s linear infinite;
}
@-moz-keyframes spin {
  from { -moz-transform: rotate(0deg);-moz-transform-origin: 50% 50%; }
  to { -moz-transform: rotate(360deg);-moz-transform-origin: 50% 50%; }
}
@-webkit-keyframes spin {
  from { -webkit-transform: rotate(0deg);-webkit-transform-origin: 50% 50%; }
  to { -webkit-transform: rotate(360deg);-webkit-transform-origin: 50% 50%; }
}
@keyframes spin {
  from {transform:rotate(0deg);transform-origin: 50% 50%;}
  to {transform:rotate(360deg);transform-origin: 50% 50%;}
}
/* section 6 */
.section6 {
  padding: 60px 0;
  background: url('/img/texture.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  margin-top: 100px;
  color: var(--black);
}
.sec6-content img {
  width: 100%;
  max-width: 800px;
  margin: 40px auto;
}
.offer-box {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-top: 20px;
}
.offer {
  padding: 0 60px;
}
.offer:nth-child(1) {
  border-right: 1px solid var(--black);
}
.offer p {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
}
.offer h6 {
  font-family: "Antic Didone", serif;
  font-size: 36px;
  font-weight: 400;
  margin: 15px 0;
}
.offer p:last-of-type {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}
/* section 7 */
.section7 {
  padding: 50px 0 0 0;
  text-align: center;
}
.sec7-txt {
  margin-bottom: 20px;
}
.sec7-txt h6 {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.1;
  margin: 10px 0 0 0;
}
.location {
  position: relative;
}
.location img {
  width: 100%;
}
#map-content {
  width: 75%;
  position: absolute;
  top: 125px;
  left: 55%;
  transform: translateX(-50%) translateY(120px);
  opacity: 0;
  transition: opacity 1.5s ease-out, transform 1.5s ease-out;
}
#map-content.visible {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}
#map-logo {
  width: 250px;
  position: absolute;
  bottom: 30%;
  left: 50%;
  transform: translateX(-50%);
}
/* footer */
.footer {
  background: url('/img/footer.png'), var(--green);
  padding: 60px 0;
  background-size: 65%;
  background-repeat: no-repeat;
  background-position: right;
}
.footer-txt {
  padding: 0;
  color: var(--white);
}
.footer-txt .title {
  color: var(--white);
}
.footer-txt img {
  filter: brightness(0) invert(1);
  width: 500px;
}
.footer-txt p {
  margin: 10px 0 0 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  max-width: 80%;
}
.footer-cta {
  text-align: center;
  padding: 0;
}
.footer-cta button {
  background: var(--white);
  color: var(--green);
}
.footer-cta button:hover {
  color: var(--white);
}
/* message */
.message-box {
  margin: 0 0 70px auto;
  width: 380px;
  aspect-ratio: 1;
  padding: 30px;
  border-radius: 0px;
  background: rgba(255, 255, 255, 0.95);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-wrap: balance;
}
.message-box h3 {
  font-family: "Antic Didone", serif;
  font-size: 30px;
  line-height: 1.1;
}
.message-box img {
  width: 90%;
  margin: 15px 0;
}
.message-box p {
  font-size: 16px;
  margin: 0;
  text-wrap: balance;
  line-height: 1.1;
}
.message-box button {
  width: 90%;
  height: 45px;
  background: var(--green);
  border: none;
  color: var(--white);
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  transition: all 0.4s ease;
  margin: 30px auto 0 auto;
  display: none;
}
/* pop-up */
.popup {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.popup-content {
  background-color: white;
  width: 90%;
  max-width: 550px;
  border-radius: 0px;
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.popslider-outer {
  width: 100%;
  position: relative;
}
.popslider {
  height: 300px;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
.popslide1 {
  background: url('/img/popslider-img/1.jpg');
}
.popslide2 {
  background: url('/img/popslider-img/2.jpg');
}
.popslide3 {
  background: url('/img/popslider-img/3.jpg');
}
.popslide4 {
  background: url('/img/popslider-img/4.jpg');
}
.popslide5 {
  background: url('/img/popslider-img/5.jpg');
}
.popslide6 {
  background: url('/img/popslider-img/6.jpg');
}
.popslide7 {
  background: url('/img/popslider-img/7.jpg');
}
.popslide8 {
  background: url('/img/popslider-img/8.jpg');
}
.popslide9 {
  background: url('/img/popslider-img/9.jpg');
}
.popslide10 {
  background: url('/img/popslider-img/10.jpg');
}
.popslide11 {
  background: url('/img/popslider-img/11.jpg');
}
.custom-dots3 {
  margin-top: 30px;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
}
.custom-dots3 .slick-dots {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
}
.custom-dots3 .slick-dots li {
  margin: 0 5px;
}
.custom-dots3 .slick-dots li button {
  background: rgba(255, 255, 255, 0.3); 
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: none;
  display: block;
  padding: 0;
  cursor: pointer;
  font-size: 0;
}
.custom-dots3 .slick-dots li.slick-active button {
  background: var(--green);
}
.popup-info {
  padding: 40px;
  text-wrap: balance;
}
.popup-info h6 {
  font-family: "Antic Didone", serif;
  font-size: 30px;
}
.popup-info p {
  font-size: 15px;
  line-height: 1.1;
}
.popup-info img {
  max-width: 100%;
  margin-bottom: 20px;
}
.call-cta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 30px;
}
.call-cta button {
  width: 48%;
  height: 45px;
  background: var(--white);
  border: 1px solid var(--cement);
  color: var(--cement);
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  transition: all 0.4s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}
.call-cta button img {
  width: 25px;
  margin: 0 5px 0 0;
}
.call-cta button:last-of-type img {
  width: 20px;
  /*filter: brightness(0) invert(1);*/
  margin: 0 8px 0 0;
}
.call-cta button:first-of-type {
  background: var(--green);
  color: var(--white);
  border: 1px solid var(--green);
}
.call-cta button:hover {
  transform: scale(1.02);
  background: var(--cement);
  color: var(--white);
  border: 1px solid var(--cement);
}
.call-cta button:last-of-type:hover img {
  filter: brightness(0) invert(1);
}
.call-cta button:first-of-type:hover {
  background: var(--green);
  border: 1px solid var(--green);
}
.call-cta:hover button:first-of-type:not(:hover), .call-cta:hover button:last-of-type:not(:hover){
  opacity: 0.5;
  transform: scale(0.9);
}
.close-btn {
  position: absolute;
  top: 5px;
  right: 15px;
  font-size: 30px;
  cursor: pointer;
  color: var(--white);
  transition: all 0.4s ease;
  z-index: 99;
}
.close-btn:hover {
  transform: scale(1.1);
}
/* Adstrategy */
#section-ads {
  padding: 30px 0;
  text-align: center;
}
/* Media Queries */
@media only screen and (min-width: 992px) {
  .icon-slider1 .icon-box:nth-child(1), .icon-slider1 .icon-box:nth-child(2) {
    width: 110px !important;
  }
  .icon-slider1 .icon-box:nth-child(3) {
    width: 185px !important;
  }
  .icon-slider1 .icon-box:nth-child(4) {
    width: 160px !important;
  }
  .icon-slider1 .icon-box:nth-child(5) {
    width: 80px !important;
  }
  .icon-slider1 .slick-track, .icon-slider2 .slick-track {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .icon-slider2 .icon-box:nth-child(1)  {
    width: 80px !important;
  }
  .icon-slider2 .icon-box:nth-child(3) {
    width: 190px !important;
  }
  .icon-slider2 .icon-box:nth-child(2), .icon-slider2 .icon-box:nth-child(5) {
    width: 160px !important;
  }
  .icon-slider2 .icon-box:nth-child(4) {
    width: 110px !important;
  }
}
@media only screen and (max-width: 1650px) {
  #map-content {
    top: 100px;
  }
}
@media only screen and (max-width: 1400px) {
  .header-txt h6 {
    max-width: 85%;
  }
  .icon-box p {
    font-size: 14px;
  }
  .section3 .title {
    text-wrap: balance;
  }
  .small-img {
    aspect-ratio: unset;
    width: 47%;
    height: 48%;
  }
  .footer {
    background-size: 85%;
  }
  #map-content {
    top: 80px;
  }
}
@media only screen and (max-width: 1200px) {
  .header-txt h1 {
    font-size: 40px;
  }
  .header-line {
    height: 8px;
  } 
  .header-txt h6 {
    font-size: 24px;
    max-width: 95%;
  }
  .section-video-txt h3 {
    max-width: 100%;
  }
  .section-video-txt p {
    max-width: 90%;
    font-size: 14px;
  }
  .section5 .section-video-txt p {
    max-width: 75%;
  }
  .icon-box p {
    font-size: 12px;
  }
  .title {
    font-size: 32px;
  }
  .sec7-txt h6 {
    font-size: 17px;
  }
  .footer {
    background-size: 100%;
  }
  .footer-txt .title {
    font-size: 30px;
  }
  .footer-txt img {
    width: 80%;
  }
  .footer-txt p {
    max-width: 100%;
  }
  #map-content {
    width: 80%;
    top: 55px;
  }
}
@media only screen and (max-width: 991px) {
  .header-txt h1 {
    font-size: 29px;
  }
  .header-line {
    width: 130%;
    height: auto;
    left: -35%;
  }
  .header-txt h6 {
    font-size: 18px;
  }
  .sec7-txt img {
    width: 90%;
  }
  .sec7-txt h6 {
    font-size: 16px;
    max-width: 80%;
    margin: 5px auto 0 auto;
    text-wrap: balance;
  }
  .footer {
    background-size: cover;
  }
  .footer-txt .title {
    font-size: 28px;
  }
  .footer-txt p {
    font-size: 17px;
  }
  .scrollcta {
    font-size: 16px;
  }
}
@media only screen and (max-width: 850px) {
  #map-content {
    top: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .nav {
    padding: 20px 0 50px 0;
  }
  .logo, .header, .section1, .section3, .section5, .footer {
    text-align: center;
  }
  .header-txt {
    text-wrap: balance;
  }
  .header-line {
    position: unset;
    width: 100%;
  }
  .header-txt h6 {
    margin: 20px auto 40px auto;
  }
  #contactform, .message-box {
    margin: 0 auto;
  }
  .section-video video {
    margin-top: 40px;
  }
  .sec2-box .title {
    text-wrap: balance;
  }
  .section-video-txt p {
    margin: 20px auto 10px auto;
  }
  /*.gallery-slide-box:nth-child(odd) .small-img-box, .gallery-slide-box:nth-child(even) .big-img {
    display: none;
  }
  .gallery-slide-box:nth-child(odd) .big-img, .gallery-slide-box:nth-child(even) .small-img-box  {
    width: 100%;
  }*/
  .gallery-slide-box .big-img {
    display: none;
  }
  .gallery-slide-box .small-img-box  {
    width: 100%;
  }
  .sec3-txt {
    justify-content: center;
    flex-direction: column;
  }
  .section3 .title {
    margin-bottom: 20px;
  }
  .time-box {
    justify-content: center;
    align-items: center;
  }
  .offer p {
    font-size: 18px;
  }
  .offer h6 {
    font-size: 30px;
  }
  .section5 .section-video-txt p {
    max-width: unset;
    margin: 0 0 0 15px;
  }
  .footer {
    background-size: cover;
    background-position: center left;
    text-wrap: balance;
  }
  .footer-txt p {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 550px) {
  .icon-box p {
    font-size: 15px;
  }
  /*.gallery-slide-box:nth-child(odd) .big-img, .gallery-slide-box:nth-child(even) .small-img-box  {
    width: 90%;
    margin: 0 auto;
  }*/
  .gallery-slide-box .small-img-box {
    width: 90%;
    margin: 0 auto;
  }
  .gallery-slide-box {
    height: auto;
    aspect-ratio: 1;
  }
  .title {
    text-wrap: balance;
  }
  .section5 .section-video-txt p {
    width: 200px;
    margin: 0 0 0 10px;
    text-align: left;
  }
  .time-box {
    width: 280px;
    margin: 10px auto 30px auto;
  }
  .offer {
    padding: 0 40px;
  }
  #map-content {
    top: 30px;
  }
}
@media only screen and (max-width: 475px) {
  #map-content {
    top: 25px;
  }
  .icon-box p {
    text-wrap: balance;
  }
}
@media only screen and (max-width: 414px) {
  #contactform, .message-box {
    width: 100%;
  }
  .title {
    font-size: 28px;
  }
  .offer {
    padding: 0 30px;
  }
  #map-content {
    top: 20px;
  }
  .icon-box p {
    font-size: 17px;
  }
}
@media only screen and (max-width: 390px) {
  #contactform h3 {
    font-size: 18px;
  }
  .sec7-txt h6 {
    max-width: 100%;
  }
  .footer-txt .title {
    font-size: 26px;
  }
  .footer-txt p {
    font-size: 15px;
  }
  .message-box {
    margin-bottom: 60px;
  }
  .popup-content h6 {
    font-size: 24px;
  }
  .popup-info {
    padding: 30px 20px;
  }
  .call-cta {
    flex-direction: column;
    margin: 0;
  }
  .call-cta button {
    width: 90%;
    margin: 20px 0 0 0;
  }
}
@media only screen and (max-width: 345px) {
  .header-txt h1 {
    font-size: 28px;
  }
  .header-txt h6 {
    max-width: 100%;
    font-size: 16px;
  }
  #contactform {
    padding: 30px;
  }
  #contactform h3 {
    text-wrap: balance;
  }
  .offer-box {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0;
  }
  .offer {
    padding: 30px 0;
  }
  .offer:nth-child(1) {
    border-right: none;
    border-bottom: 1px solid var(--black);
  }
  .section5 .section-video-txt p {
    max-width: 70%;
  }
  .footer-txt .title {
    text-wrap: balance;
    font-size: 28px;
  }
  .message-box h3 {
    font-size: 25px;
  }
  .message-box p {
    font-size: 15px;
  }
  .message-box {
    margin: 30px auto 120px auto;
  }
}