
/* FONTS */
@font-face {
   font-family: Grifo M;
   src: url(../fonts/GrifoM-Italic.woff2);
   font-weight: 400;
   font-style: italic;
}
@font-face {
   font-family: Grifo M;
   src: url(../fonts/GrifoM-Regular.woff2);
   font-weight: 400;
}
@font-face {
   font-family: Grifo M;
   src: url(../fonts/GrifoM-Medium.woff2);
   font-weight: 500;
}

html, body{
    margin: 0;
    padding: 0 !important;
    font-family: Grifo M;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    overflow-x: hidden !important;
}
a:hover {
  color: #000000;
}
/* Navbar */
.navbar {
  padding: 30px 0;
  background: #E6E4DE;
}
.navbar-expand-lg .navbar-collapse {
  justify-content: flex-end;
}
.navbar-brand {
  width: 365px;
}
.nav-item {
  margin: 0 0 0 80px;
}
.nav-link {
  cursor: pointer;
}
.active .nav-link {
  border-bottom: 2px solid #80B8DA;
}
.nav-link {
  color: #393B39;
  font-size: 25px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  position: relative;
  transition: color 0.3s;
}
.nav-link::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background-color: #80B8DA;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s;
}
.nav-link:hover {
  color: #393B39;
}
.nav-link:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.navbar-toggler-icon {
  -webkit-transform:scaleX(-1);
  -moz-transform:scaleX(-1);
  -ms-transform:scaleX(-1);
  -o-transform:scaleX(-1);
  transform:scaleX(-1);
  max-width: 95%;
}
.nav-cta {
  border: 1px solid #80B8DA;
  border-radius: 70px;
  background: #80B8DA;
  width: 140px;
  height: 50px;
  border: none;
  color: #FFF;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: -5px;
}
.nav-cta:hover {
  background: #ffffff;
  border: 1px solid #393B39;
  color: #393B39;
}
/* Header */
.header {
  position: relative;
  overflow: hidden !important;
  width: 100%;
  min-height: 750px;
  max-height: 790px;
}
.header::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
  z-index: 1;
}
video {
  width: 100%;
}
.header-content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  padding-top: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-txt {
  color: #ffffff;
}
.header-txt h1 {
  font-size: 70px;
  font-style: italic;
  font-weight: 400;
  line-height: 1;
  max-width: 75%;
}
.header-txt h4 {
  font-size: 35px;
  font-weight: 400;
  line-height: 1;
  max-width: 78%;
  margin: 30px 0;
}
.header-txt h6 {
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
}
.selo {
  width: 330px;
  text-align: center;
  background: #80B8DA;
  padding: 10px 0;
  margin-top: 30px;
}
.selo h3, .selo h2 {
  font-size: 29px;
  font-weight: 400;
  margin: 0 auto;
}
.selo h5 {
  font-size: 28px;
  margin: 5px 0 0 0;
}
.selo p {
  margin: 0;
  font-size: 22px;
}
.selo h3, .selo h5 {
  animation: pulse 3s ease-in-out infinite;
}
@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.05);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
/* Form */
#contactform {
  width: 400px;
  min-height: 750px;
  text-align: center;
  background: rgba(57, 59, 57, 0.70);
  margin: 0 0 0 auto;
  padding: 115px 20px 30px 20px;
  color: #ffffff;
}
#contactform h3 {
  color: #FFF;
  font-size: 23px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 30px;
}
#form-group {
  margin-bottom: 15px;
}
#form-group input, #form-group select, #comentario {
  background: transparent;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #fff;
  padding: 10px 0 0 0;
  color: #fff !important;
  font-size: 18px;
  font-weight: 500;
  
}
.drop {
  text-align: left;
}
.drop p {
  margin: 0;
  font-size: 12px;
  font-weight: 400;
}
#comentario {
  min-height: 85px;
}
#form-group input::placeholder, #comentario::placeholder {
  color: #ffffff;
  text-transform: uppercase;
}
/* Autofill style */
input:-webkit-autofill,
input:-internal-autofill-selected {
    -webkit-box-shadow: 0 0 0px 1000px transparent inset;
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #fff;
}
input:-webkit-autofill:focus {
    -webkit-text-fill-color: #fff;
}
.form-check {
  text-align: left;
}
.form-check label {
  margin: 10px 0 0 -10px;
  position: relative;
  padding-left: 18px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  font-style: italic;
  line-height: 1;
}
.form-check input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 12px;
  width: 12px;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 2px;
  padding-right: 5px;
  color: #fff;
}
.form-check input[type=checkbox]:checked + .checkmark::after {
  content: "\2713";
  display: block;
  text-align: center;
  line-height: 12px;
  margin-left: 0.5px;
  margin-top: -0px;
  font-size: 10px;
}
#politica-link {
  color: #ffffff;
}
#politica-link:hover {
  color: #80B8DA;
}
.form-button {
  margin: 30px auto 0 auto;
  border-radius: 70px;
  background: #80B8DA;
  width: 180px;
  height: 50px;
  border: none;
  color: #FFF;
  font-size: 25px;
  font-weight: 500;
  text-transform: uppercase;
}
.form-button:hover {
  background: #ffffff;
  color: #393B39;
}
.error, #terms-error {
  font-size: 12px;
  line-height: 1;
  color: red;
  font-style: normal;
}
#terms-error {
  width: 95%;
  text-align: center;
}
.message-box {
  width: 400px;
  min-height: 750px;
  text-align: center;
  background: rgba(57, 59, 57, 0.70);
  margin: 0 0 0 auto;
  padding: 115px 20px 30px 20px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.message-box img {
  max-width: 250px;
  margin-bottom: 20px;
}
.message-box h3 {
  font-size: 35px;
  font-weight: 500;
  margin: 20px auto;
  max-width: 95%;
  text-transform: uppercase;
}
.message-box p {
  font-size: 20px;
  font-weight: 400;
  margin: 0 auto;
  max-width: 85%;
  line-height: 1.2;
}
/* Timer */
.timer-box {
  width: 450px;
  background: #E6E4DE;
  padding: 20px 30px;
  margin-top: 25px;
  margin-bottom: 40px;
}
.timer-box h4 {
  color: #393B39;
  font-size: 22px;
  margin: 0 auto 20px auto;
  max-width: 70%;  
}
.timer {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.wheel {
  color: #393B39;
  display: block;
  height: 130px;
  overflow: visible;
  width: 90%;
}
#date-wheel, #hour-wheel, #minute-wheel {
  color: #393B39;
}
#date-wheel {
  width: 50%;
}
#hour-wheel, #minute-wheel {
  width: 25%;
}
.wheel--perspective-right .wheel__inner {
  perspective-origin: calc(50% + 100px) 50%;
  transform: translateX(10px);
  -webkit-transform: translateX(10px);
}
.wheel--perspective-left .wheel__inner {
  perspective-origin: calc(50% - 100px) 50%;
  transform: translateX(-10px);
  -webkit-transform: translateX(-10px);
}
.wheel__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  perspective: 1000px;
  transform-style: preserve-3d;
  width: 100%;
  height: 40px;
}
.wheel__slides {
  height: 100%;
  position: relative;
  width: 100%;
}
.wheel__shadow-top,
.wheel__shadow-bottom {
  background: linear-gradient( to bottom, rgba(230, 228, 222, 1) 20%, rgba(230, 228, 222, 0.6) 80% );
  left: 0;
  height: calc(45% + 8px);
  width: 100%;
  border-bottom: 0.5px solid #393B39;
  position: relative;
  margin-top: -20px;
  z-index: 5;
  transform: translateZ(100px);
  -webkit-transform: translateZ(100px);
}
.wheel__shadow-bottom {
  background: linear-gradient( to bottom, rgba(230, 228, 222, 0.6) 20%, rgba(230, 228, 222, 1) 70% );
  margin-top: -3px;
  border-bottom: none;
  border-top: 0.5px solid #393B39;
}
.wheel__label {
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  margin-top: 1px;
  margin-left: 5px;
  transform: translateZ(100px);
  -webkit-transform: translateZ(100px);
  display: none;
}
.wheel__slide {
  align-items: center;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  display: flex;
  font-size: 23px;
  font-weight: 400;
  height: 100%;
  width: 100%;
  position: absolute;
  justify-content: flex-end;
}
.wheel__slide--disabled {
  opacity: 0.5;
  pointer-events: none; 
  color: #393B39;
}
/* Section 1 */
.section1 {
  background: #E8E5DE;
  padding: 80px 0 60px 0;
}
.img1 {
  margin-top: -450px;
  left: -600px;
  margin-bottom: -120px;
  position: relative;
  z-index: 10;
  transition: left 0.1s linear;
}
.caption-txt {
  text-align: right;
  color: #363A36;
  margin-right: 40px;
}
.caption-txt h3 {
  font-size: 40px;
  font-style: italic;
  font-weight: 400;
  text-transform: uppercase;
}
.caption-txt p {
  font-size: 19px;
  font-weight: 400;
}
.slider1-img img {
  width: 100%;
}
.slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 1rem 0;
  list-style-type: none;
}
.slick-dots li {
  margin: 0 0.25rem;
}
.slick-dots button {
  display: block;
  width: 10px;
  height: 10px;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: transparent;
  background: rgba(54, 58, 54, 0.30);
  text-indent: -9999px;
}
.slick-dots li.slick-active button {
  background-color: #363A36;
}
/* Section 2 */
.section2 {
  text-align: center;
  color: #393B39;
  padding: 80px 0 105px 0;
  position: relative;
}
.flower1 {
  position: absolute;
  right: -80px;
  margin-top: -40px;
}
.flower1 img {
  width: 350px;
}
.flower2 {
  position: absolute;
  left: -80px;
  margin-top: -80px;
}
.flower2 img {
  width: 350px;
  transform: rotate(180deg);
}
.gallery-section {
  padding: 0;
  margin: 0;
}
.main-slider-txt h3 {
  font-size: 40px;
  font-weight: 400;
  text-transform: uppercase;
}
.main-slider-txt h3.french{
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}
.main-slider-txt p {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  max-width: 68%;
  margin: 0 auto;
}
.main-slider-txt h3 span, .main-slider-txt p span {
  font-style: italic;
}
.main-slider-box {
  margin-top: 50px;
}
.main-slider .slick-slide{
  color: #FFF;
  height: 415px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(0.8);
  transition: all 0.4s ease-in-out;
}
.slick-list {
  padding: 0 !important;
}
.slider-main-img img {
  width: 100%;
  margin: 0 auto;
}
.main-slider .slick-slide,
.main-slider .slick-slide[aria-hidden="true"]:not(.slick-cloned) ~ .slick-cloned[aria-hidden="true"] {
  transform: scale(0.8, 0.8);
  transition: all 0.4s ease-in-out;
}
.main-slider .slick-center,
.main-slider .slick-slide[aria-hidden="true"]:not([tabindex="-1"]) + .slick-cloned[aria-hidden="true"] {
  transform: scale(1.1);
}
.main-slider .slick-current.slick-active{
  transform: scale(1.1);
}
/* section 3 */
.section3 {
  background: #E8E5DE;
  padding: 60px 0;
}
.sec3-info-box hr {
  margin: 0 0 5px 0;
  padding: 0;
  opacity: 1;
  color: #363A36;
}
.sec3-info {
  max-width: 80%;
  margin: 40px auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.sec3-txt {
  max-width: 50%;
}
.sec3-txt h3 {
  color: #363A36;
  font-size: 40px;
  font-weight: 400;
  margin: 0 0 10px 0;
}
.sec3-txt p {
  margin: 0;
  color: #363A36;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  max-width: 90%;
}
.sec3-list {
  max-width: 40%;
}
.sec3-list ul {
  margin: 0;
  list-style-image: url('../img/bullet.svg');
  color: #363A36;
  font-size: 24px;
  font-weight: 400;
}
.sec3-list ul li {
  margin: 25px 0;
}
.icon-row {
  margin-top: 40px;
}
.icon-box {
  text-align: center;
}
.icon-box img {
  height: 65px;
}
.icon-box h6 {
  color: #363A36;
  font-size: 23px;
  font-weight: 400;
  line-height: 1.1;
  margin: 15px 0 0 0;
}
/* section4 */
.section4 {
  background: #80B8DA;
  text-align: center;
}
.flowers-back {
  background: url('../img/grey-flower.png');
  background-position: center 45px;
  background-repeat: no-repeat;
  background-size: contain;
  height: 450px;
  opacity: 0;
}
.flowers-back-animate {
  animation: fadeInFromBottom 1s ease forwards;
}
@keyframes fadeInFromBottom {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
#rotate-flower {
  -webkit-transform:scaleX(-1);
  -moz-transform:scaleX(-1);
  -ms-transform:scaleX(-1);
  -o-transform:scaleX(-1);
  transform:scaleX(-1);
}
.sec3-title h3{
  color: #393B39;
  font-size: 40px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 60px;
}
.sec3-title span {
  font-style: italic;
}
.vant-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 30px 0 20px 0;
}
.vant-box img {
  height: 65px;
  margin-left: 35px;
}
.vant-box p {
  color: #393B39;
  font-size: 25px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 0 0 10px;
}
/* section 5 */
.section5 {
  background: url('../img/section5.jpg');
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  padding: 100px 0;
  color: #ffffff;
}
.sec5-txt h3 {
  font-size: 40px;
  font-weight: 400;
  text-transform: uppercase;
}
.sec5-txt h3 span {
  font-style: italic;
}
/* section6 */
.section6 {
  background: #E6E4DE;
  /*color when table is present background: #ffffff;*/
  padding: 80px 0;
  color: #393B39;
}
.slider2-img {
  position: relative;
  z-index: -1;
}
.slider2-img img {
  max-width: 100%;
}
.slider2-img p {
  position: absolute;
  bottom: 0;
  margin-left: 40px;
  font-size: 40px;
  font-weight: 400;
  text-transform: uppercase;
  color: #ffffff;
  font-style: italic;
  position: 1;
}
.sec6-txt h3 {
  font-size: 40px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.sec6-txt h3 span, .sec6-txt p span {
  font-style: italic;
}
.sec6-txt p {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 5px;
}
/* section 7 */
.section7 {
  padding: 80px 0 60px 0;
  background: #ffffff;
  position: relative;
}
.porcupine {
  position: relative;
  text-align: right;
  margin-top: -350px;
  margin-right: -200px;
  margin-bottom: -200px;
}
.porcupine img {
  max-width: 90%;
  margin: 0 auto;
}
.sec7-txt h3 {
  color: #363A36;
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 60px;
}
.map-list {
  display: flex;
  align-items: center;
  margin: 0 0 30px 0;
  color: #363A36;
  font-size: 25px;
  font-weight: 400;
  text-transform: uppercase;
}
.map-list img {
  margin-right: 20px;
}
.map {
  text-align: center;
}
.map img {
  width: 900px;
}
/* section 8 */
.section8 {
  background: #E6E4DE;
  padding: 60px 0;
  text-align: center;
}
.table-title h3 {
  text-transform: uppercase;
  color: #363A36;
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 0px;
}
.scroll-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 30px;
}
.scroll-box p {
  text-transform: uppercase;
  margin: 0 0 0 10px;
  font-size: 18px;
}
.scroll-icon {
  cursor: pointer;
  width: 35px;
  height: 35px;
  border: 2px solid #80B8DA;
  border-radius: 50%;
  position: relative;
  animation: down 1.3s infinite;
  -webkit-animation: down 1.3s infinite;
}
.scroll-icon::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 8px;
  width: 15px;
  height: 15px;
  border-left: 2px solid #80B8DA;
  border-bottom: 2px solid #80B8DA;
  transform: rotate(-45deg);
}
@keyframes down {
  0% {
    transform: translate(0);
  }
  20% {
    transform: translateY(10px);
  }
  40% {
    transform: translate(0);
  }
}
@-webkit-keyframes down {
  0% {
    transform: translate(0);
  }
  20% {
    transform: translateY(15px);
  }
  40% {
    transform: translate(0);
  }
}
.table-size {
  max-height: 400px;
  margin: 30px auto;
  width: 80%;
}
.table-size::-webkit-scrollbar {
  width: 6px;
}
.table-size::-webkit-scrollbar-track {
  background: rgba(57, 59, 57, 0.2);
  border-radius: 10px;
}
.table-size::-webkit-scrollbar-thumb {
  background-color: #80B8DA;
  border-radius: 10px;
  border: none;
}
table {
  width: 98%;
  border-collapse: collapse;
}
thead th {
  position: sticky;
  top: 0;
  z-index: 2;
  background: #E6E4DE;
  color: #363A36;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 10px 0;
  border: none;
}
thead th br {
  display: none;
}
tbody {
  display: block;
  max-height: 350px;
  overflow-y: auto;
}
tbody::-webkit-scrollbar {
  width: 6px;
}
tbody::-webkit-scrollbar-track {
  background: rgba(57, 59, 57, 0.2);
  border-radius: 10px;
}
tbody::-webkit-scrollbar-thumb {
  background-color: #80B8DA;
  border-radius: 10px;
  border: none;
}
thead, tbody tr {
  display: table;
  width: 98%;
  table-layout: fixed;
}
tbody tr {
  height: 35px;
}
th, td {
  border-bottom: 1px solid #80B8DA;
  text-align: center;
  height: 35px;
}
tbody tr:hover {
  background: rgba(57, 59, 57, 0.05);
}
tbody tr:last-child td {
  border-bottom: none;
}
td {
  color: #363A36;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}
td:nth-child(1) {
  color: #ffffff;
  background-color: #80B8DA;
}
td a {
  color: #393B39;
  text-decoration: none;
  position: relative;
  transition: color 0.3s;
}
td a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background-color: #80B8DA;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s;
}
td a:hover {
  color: #393B39;
}
td a:hover::after  {
  transform: scaleX(1);
  transform-origin: left;
}
.sale {
  color: #80B8DA;
}
.sold {
  color: #393B39;
  opacity: 0.5;
  text-decoration: line-through;
}
.reserve {
  color: #393B39;
  opacity: 0.5;
}
.table-box hr {
    margin: 0 0 5px 0;
    padding: 0;
    opacity: 1;
    color: #363A36;
}
/* footer */
.footer {
  background: #363A36;
  padding: 20px 0;
}
.footer-tree img {
  position: relative;
  margin-top: -150px;
}
.footer-txt {
  text-align: right;
}
.footer-txt h3 {
  color: #FFF;
  font-size: 40px;
  font-weight: 500;
  max-width: 80%;
  margin: 0 0 0 auto;
}
.footer-cta {
  width: 250px;
  height: 55px;
  border-radius: 100px;
  border: none;
  background: #80B8DA;
  color: #363A36;
  font-size: 30px;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 20px;
}
.french.footer-cta{
    width: 300px;
}
.footer-cta:hover {
  background: #638ea8;
}
/* Adstrategy */
#section-ads {
  text-align: center;
  padding: 30px 0;
}
/* Media Queries */
@media only screen and (max-width: 1860px) {
  .main-slider-txt p {
    max-width: 70%;
  }
}
@media only screen and (max-width: 1650px) {
  .main-slider-txt p {
    max-width: 75%;
  }
}
@media only screen and (max-width: 1550px) {
  .main-slider-txt p {
    max-width: 80%;
  }
}
@media only screen and (max-width: 1440px) {
  video {
    width: 115%;
  }
  .main-slider-txt p {
    max-width: 90%;
  }
  .sec3-list ul {
    font-size: 23px;
  }
}
@media only screen and (max-width: 1400px) {
  .caption-txt h3 {
    font-size: 35px;
  }
  .sec3-list {
    max-width: 45%;
  }
  .sec3-list ul {
    font-size: 22px;
  }
  .sec5-txt h3 {
    font-size: 35px;
  }
  .map-list {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1360px) {
  .main-slider-txt p {
    max-width: 95%;
  }
}
@media only screen and (max-width: 1240px) {
  video {
    width: 125%;
  }
  .caption-txt h3 {
    font-size: 33px;
  }
  .caption-txt p {
    font-size: 16px;
  }
  .main-slider-txt h3, .sec3-title h3, .sec6-txt h3, .sec3-txt h3 {
    font-size: 35px;
  }
  .main-slider-txt p {
    max-width: 100%;
  }
  .main-slider-box {
    margin-top: 0;
  }
  .vant-box p {
    font-size: 20px;
  }
  .sec6-txt p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1200px) {
  .navbar-brand  {
    width: 240px;
  }
  video {
    width: 135%;
    object-position: center;
  }
  .header-txt h4 {
    font-size: 30px;
  }
  .header-txt h6 {
    font-size: 25px;
  }
  .sec3-info {
    max-width: 90%;
  }
  .vant-box img {
    margin-left: 25px;
  }
  .sec5-txt h3 {
    font-size: 30px;
  }
  .sec7-txt h3 {
    font-size: 35px;
  }
  .footer-txt h3 {
    font-size: 35px;
    max-width: 85%;
  }
  .sec3-txt {
    max-width: 55%;
  }
  .vant-box img {
    height: 55px;
  }
  .table-size {
    width: 90%;
  }
}
@media only screen and (max-width: 1180px) {
  .navbar-brand {
    width: 230px;
  }
  .sec3-title h3 {
    font-size: 33px;
  }
  .flowers-back {
    background-position: center 75px;
  }
}
@media only screen and (max-width: 1080px) {
  .navbar-brand {
    width: 200px;
  }
  .header-txt h1 {
    font-size: 60px;
  }
  video {
    width: 155%;
    object-position: center;
  }
  .caption-txt h3 {
    font-size: 30px;
  }
  .caption-txt p {
    font-size: 15px;
  }
  .main-slider-txt h3, .sec6-txt h3, .sec3-txt h3 {
    font-size: 30px;
  }
  .sec3-title h3 {
    font-size: 28px;
  }
  .flower1 img, .flower2 img {
    width: 300px
  }
  .flowers-back {
    background-position: center 120px;
  }
  .vant-box p {
    text-align: left;
    line-height: 1.2;
  }
  .sec6-txt p {
    font-size: 16px;
  }
  .porcupine img {
    max-width: 53%;
  }
  .map img {
    width: 650px;
  }
  .map-list {
    font-size: 18px;
  }
  .section7 {
    padding: 100px 0 80px 0;
  }
  .footer-tree img {
    width: 500px;
    margin-top: -115px;
  }
}
@media only screen and (max-width: 991px) {
  .navbar-brand {
    width: 330px;
  }
  .nav-item {
    margin: 0 0 0 auto;
    text-align: right;
  }
  .nav-cta {
    display: none;
  }
  #navbarNav {
    padding: 20px 0;
  }
  .header-txt h4 {
    font-size: 25px;
  }
  .header-txt h6 {
    font-size: 20px;
  }
  .img1 {
    max-width: 500px;
    margin-top: -350px;
  }
  .main-slider .slick-slide {
    height: 350px;
  }
  .sec3-info {
    max-width: 100%;
  }
  .sec3-list ul {
    font-size: 18px;
  }
  .sec3-title h3 {
    font-size: 27px;
  }
  .flowers-back {
    height: 380px;
  }
  .vant-box p {
    font-size: 18px;
  }
  .vant-box img {
    margin-left: 5px;
  }
  .porcupine {
    margin-right: -300px;
  }
  .porcupine img {
    max-width: 50%;
  }
  .footer-tree img {
    width: 400px;
    margin-left: -50px;
  }
  .footer-txt h3 {
    max-width: 95%;
    font-size: 30px;
  }
  .table-size {
    width: 100%;
  }
  table th {
    font-size: 16px;
  }
}
@media only screen and (max-width: 920px) {
  video {
    width: 180%;
  }
}
@media only screen and (max-width: 850px) {
  .porcupine {
    margin-top: -190px;
  }
  .porcupine img {
    max-width: 45%;
  }
  .map img {
    width: 145%;
    margin-top: 65px;
  }
  .sec3-title h3 {
    font-size: 30px;
    max-width: 80%;
    margin: 20px auto;
  }
  .vant-box img {
    height: 45px;
  }
  .vant-box p {
    font-size: 16px;
    line-height: 1.1;
    text-align: left;
  }
  .main-slider-txt p {
    font-size: 18px;
  }
  .flower1 img, .flower2 img {
    width: 260px;
  }
  .main-slider .slick-slide {
    height: 250px;
  }
}
@media only screen and (max-width: 820px) {
  video {
    width: 190%;
  }
}
@media only screen and (max-width: 767px) {
  .navbar>.container {
    justify-content: center;
  }
  video {
    width: 280%;
    object-position: right;
  }
  .navbar {
    padding: 20px 0;
  }
  .navbar-brand {
    width: 220px;
  }
  .header {
    min-height: 850px;
    max-height: 980px;
  }
  .header-content {
    padding-top: 130px;
  }
  .header-txt {
    text-align: center;
    padding-bottom: 20px;
  }
  .header-txt h1 {
    max-width: 100%;
  }
  .header-txt h4 {
    margin: 0 auto 20px auto;
  }
  .header-txt h6 {
    margin-bottom: 30px;
  }
  .selo {
    margin: 20px auto 0px auto;
  }
  #contactform, .message-box {
    padding: 30px 20px;
    min-height: 600px;
    width: 90%;
    margin: 0 auto;
  }
  .message-box h3 {
    margin: 0 auto 30px auto;
  }
  .img1 {
    margin-top: -250px;
    max-width: 400px;
  }
  .caption-txt {
    text-align: center;
    margin: 0 auto 20px auto;
  }
  .main-slider .slick-slide {
    height: auto;
  }
  .main-slider-txt p {
    max-width: 80%;
    margin: 0 auto 30px auto;
  }
  .flower1 img, .flower2 img {
    width: 230px;
  }
  .flower1 {
    margin-top: -60px;
  }
  .flower2 {
    margin-top: -20px;
  }
  .sec3-info {
    flex-direction: column;
    justify-content: center;
  }
  .sec3-txt {
    text-align: center;
    margin-bottom: 30px;
  }
  .sec3-txt p {
    max-width: 90%;
    margin: 0 auto;
  }
  .icon-box {
    margin: 20px 0;
  }
  .sec3-txt, .sec3-list {
    max-width: 100%;
  }
  .section4 {
    padding: 20px 0 30px 0;
  }
  .vant-box {
    max-width: 220px;
  }
  .vant-box img {
    height: 40px;
  }
  .vant-box p {
    font-size: 16px;
  }
  .sec3-title h3 {
    font-size: 33px;
    max-width: 75%;
  }
  .section5 {
    padding: 70px 0;
  }
  .sec5-txt h3 {
    font-size: 25px;
  }
  .sec6-txt {
    text-align: center;
    margin-top: 30px;
  }
  .sec6-txt p {
    font-size: 17px;
  }
  .porcupine {
    margin-top: 20px;
    margin-bottom: -400px;
    margin-right: -600px;
  }
  .sec7-txt {
    text-align: center;
  }
  .map img {
    width: 100%;
    margin: 0;
  }
  .porcupine img {
    max-width: 40%;
  }
  .footer-tree img {
    margin-left: 0px;
  }
  .footer-txt {
    margin-top: 20px;
    text-align: center;
  }
  .footer-txt h3 {
    font-size: 35px;
    max-width: 80%;
    margin: 0 auto;
  }
  .footer-cta {
    margin: 30px auto;
  }
  /*table {
    display: inline-grid;
  }*/
  td {
    font-size: 10px;
  }
  table th {
    width: 80px;
    font-size: 13px;
    line-height: 1.1;
  }
  thead th br {
    display: block;
  }
}
@media only screen and (max-width: 640px) {
  video {
    width: 290%;
  }
  .flower1 {
    margin-top: -115px;
  }
}
@media only screen and (max-width: 600px) {
  video {
    width: 320%;
  }
  .header-content {
    padding-top: 80px;
  }
  .header-txt h1 {
    font-size: 55px;
  }
  .timer-box {
    width: 110%;
  }
}
@media only screen and (max-width: 550px) {
  video {
    width: 350%;
  }
  .header {
    min-height: 950px;
    max-height: 1000px;
  }
  .header-txt h4 {
    max-width: 90%;
  }
  .sec3-title h3 {
    max-width: 90%;
  }
  .sec5-txt h3 {
    font-size: 21px;
  }
  .sec7-txt h3 {
    margin: 30px 0;
  }
  .flower2, .flower1 {
    position: relative;
  }
  .flower1 {
    margin-right: -250px;
  }
  .flower2 {
    margin-top: 20px;
    margin-left: -280px;
  }
  table th {
    width: 70px;
  }
}
@media only screen and (max-width: 500px) {
  .nav-link {
    font-size: 22px;
    margin-bottom: 10px;
  }
  video {
    width: 380%;
  }
  .header-txt h1 {
    font-size: 50px;
  }
  .img1 {
    left: -450px;
    max-width: 350px;
  }
  .main-slider-txt h3, .sec6-txt h3, .sec3-txt h3 {
    font-size: 28px;
  }
  .main-slider-txt p {
    font-size: 16px;
    max-width: 93%;
  }
  .sec3-txt p, .sec6-txt p {
    font-size: 16px;
  }
  .vant-box {
    margin-left: 0px;
  }
  .vant-box img {
    height: 50px;
  }
  .vant-box p {
    font-size: 18px;
  }
  table th {
    width: 65px;
  }
  .section5 {
    background-attachment: unset;
  }
}
@media only screen and (max-width: 475px) {
  .header-txt h1 {
    font-size: 48px;
    margin-bottom: 20px;
  }
  video {
    width: 400%;
  }
  #contactform, .message-box {
    width: 100%;
  }
  .img1 {
    left: -100px;
    max-width: 380px;
  }
  .main-slider-txt h3, .sec6-txt h3, .sec3-txt h3, .sec7-txt h3, .table-title h3 {
    font-size: 25px;
  }
  .scroll-box p {
    font-size: 16px;
  }
  .header-txt h4 {
    max-width: 95%;
  }
  .vant-box {
    max-width: 55%;
  }
  .sec6-txt p {
    max-width: 90%;
    margin: 10px auto;
  }
  .footer-tree img {
    width: 350px;
  }
  .footer-txt h3 {
    font-size: 30px;
  }
  td {
    font-size: 11px;
  }
  thead th {
    font-size: 12px;
    width: 55px;
  }
  thead {
    margin-left: -5px;
  }
  .selo {
    width: 250px;
  }
  #en-selo {
    width: 100%;
  }
  .selo h3 span {
    font-size: 30px;
  }
}
@media only screen and (max-width: 450px) {
  .timer-box h4 {
    font-size: 20px;
    max-width: 100%;
  }
  .selo h3 {
    margin: 0px 0 -2px 0;
  }
  .header-txt h6 {
    margin-bottom: 20px;
  }
  #contactform h3 {
    font-size: 20px;
  }
  .form-check label {
    font-size: 13px;
  }
   video {
    width: 450%;
  }
  .sec3-title h3 {
    max-width: 100%;
    font-size: 24px;
  }
  .header-txt h1 {
    font-size: 44px;
  }
  .header-txt h4 {
    font-size: 23px;
  }
  .vant-box {
    max-width: 80%;
    margin-left: 80px;
  }
  .wheel__slide {
    font-size: 20px;
    justify-content: space-evenly;
  }
  td {
    width: 50px;
  }
}
@media only screen and (max-width: 430px) {
  video {
    width: 480%;
  }
  .header-txt h4 {
    max-width: 100%;
  }
  td {
    font-size: 10px;
  }
  table th {
    font-size: 12px;
  }
  td {
    width: 48px;
  }
}
@media only screen and (max-width: 400px) {
  table th {
    font-size: 11px;
  }
  td {
    width: 43px;
  }
}
@media only screen and (max-width: 375px) {
  video {
    width: 500%;
  }
  .header-txt h1 {
    font-size: 38px;
  }
  .header-txt h4 {
    font-size: 20px;
  }
  .header-txt h6 {
    font-size: 18px;
  }
  #contactform, .message-box {
    padding: 25px 15px;
  }
  #contactform h3 {
    font-size: 18px;
  }
  .caption-txt h3 {
    font-size: 22px;
  }
  .caption-txt p {
    font-size: 14px;
  }
  .sec3-txt p {
    max-width: 95%;
  }
  .sec5-txt h3 {
    font-size: 18px;
  }
  .section5 {
    padding: 50px 0;
  }
  .porcupine {
    display: none;
  }
  .section7 {
    padding: 60px 0 80px 0;
  }
  .vant-box {
    margin-left: 50px;
  }
  .sec5-txt h3 {
    font-size: 20px;
  }
  .footer-txt h3 {
    max-width: 100%;
  }
  .footer-tree img {
    width: 300px;
    margin-top: -100px;
  }
  .map-list {
    justify-content: flex-start;
    text-align: left;
  }
  .slider2-img p {
    font-size: 30px;
    margin-left: 30px;
  }
  table th {
    font-size: 10px;
  }
  td {
    font-size: 9px;
    width: 38px;
  }
  .selo h5 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 355px) {
  .wheel__slide {
    font-size: 18px;
  }
  video {
    width: 560%;
  }
  .header-txt h1 {
    font-size: 35px;
  }
  #contactform h3 {
    font-size: 25px;
  }
  .caption-txt p {
    font-size: 15px;
  }
  .footer-tree img {
    width: 100%;
  }
  table th {
    font-size: 10px;
    width: 30px;
  }
  td {
    font-size: 9px;
  }
}
@media only screen and (max-width: 335px) {
  .header-txt h1 {
    font-size: 33px;
  }
  #contactform h3 {
    font-size: 22px;
  }
  .vant-box {
    margin-left: 30px;
  }
  .navbar-brand {
    width: 200px;
  }
  table th {
    font-size: 9px;
    width: 30px;
  }
  td {
    font-size: 8px;
  }
}
@media only screen and (max-width: 320px) {
  video {
    width: 610%;
  }
  .navbar-brand {
    width: 180px;
  }
  .header-txt h1 {
    font-size: 30px;
  }
  .vant-box {
    margin-left: 15px;
  }
  .selo h5 {
    font-size: 22px;
  }
}