@font-face {
  font-family: Kepler;
  src: url("font/Kepler Std Regular.otf");
}
@font-face {
  font-family: Sackers;
  src: url("font/SackersGothicStd-Medium.otf");
} 
@font-face {
  font-family: Minion;
  src: url("font/MinionPro-Regular.otf");
}
html {
  scroll-behavior: smooth;
}
* {
box-sizing: border-box;

}

body {
background-color: white;
margin: 0;
padding: 0;
overflow-x: hidden;
overflow-y: scroll;
}
.container {
width: 100%;
max-width: 1440px;
margin: 0 auto;
padding: 0 15px;
}
header {
position: fixed;
display: flex;
width: 100%;
height: 75px;
z-index: 9999999;
transition: .3s background-color ease-in-out;
}
header.scrolled {
background-color: white;
box-shadow: 0px 0px 0.5vw;
}
header:hover {
background-color: white;
box-shadow: 0px 0px 0.5vw;
}
header.scrolled .nav-links a {
color: rgba(0, 0, 0, 0.6);
}
header:hover .nav-links a {
color: rgba(0, 0, 0, 0.6);
}
header.scrolled .line {
background-color: rgb(0, 0, 0, .2);
}
header:hover .line {
background-color: rgb(0, 0, 0, .2);
}
header:hover .book-button {
color: rgba(0, 0, 0, 0.6);
}
header.scrolled .book-button {
color: rgba(0, 0, 0, 0.6);
}
.line {
position: absolute;
width: 98%;
left: 50%;
margin-top: 64px;
height: 1px;
transform: translateX(-50%);
z-index: 99;
background-color: rgb(365, 365, 365, .4);
transition: .3s background-color ease-in-out;
}
.logos {
position: absolute;
left: 3vw;
top: 15%;
}
.property-logo-white {
position: absolute;
width: 200px;
top: 10px;
transition: all 0.5s
}
.property-logo-gray {
  position: absolute;
  width: 200px;
  top: 10px;
  opacity: 0;
  transition: all 0.5s;
}
.property-logo-black {
  position: absolute;
  width: 200px;
  top: 10px;
  opacity: 0;
  transition: all 0.5s;
}
header:hover .property-logo-white {
  opacity: 0;
}
header.scrolled .property-logo-white {
  opacity: 0;
}
header:hover .property-logo-gray {
  opacity: 1;
}
header.scrolled .property-logo-gray {
  opacity: 1;
}
header:hover .property-logo-gray:hover {
  opacity: 0;
}
header:hover .property-logo-black:hover {
  opacity: 1;
}


.nav-links {
position: absolute;
left: 51%;
transform: translateX(-50%);
display: flex;
top: 8px;
padding: 0px;
}
.nav-links a {
margin-left: 40px;
margin-right: 40px;
font-family: Kepler;
font-size: 20px;
cursor: pointer;
text-transform: uppercase;
list-style-type: none;
color: white;
z-index: 101;
transition: .3s color ease-in-out;
background: 
linear-gradient(currentColor 0 0) 
bottom /var(--d, 0) 1px 
no-repeat;
transition: 0.3s, background-position 0s 0.3s;
text-decoration: none;
} 
header:hover .nav-links a:hover {
color: black;
--d: 100%;
}
.dropdown {
  position: relative; /* Change position to relative */
  list-style-type: none;
  width: auto;
  white-space: nowrap;
  transition: 10s;
}
#down {
  margin-left: 5px;
}

.dropdown-menu {
  display: none;
  position: absolute;
  left: 50%; /* Center horizontally */
  transform: translateX(-50%); /* Center horizontally */
  top: 100%; /* Position below the dropdown */
  padding-top: 20px;
  padding-bottom: 10px;
  background-color: white;
  text-align: center;
}
.dropdown-menu a {
  padding: 10px; /* Add padding for better readability */
  padding-top: 15px;
  padding-bottom: 0px;
  white-space: nowrap;
}
.dropdown:hover .dropdown-menu {
  display: flex;
  flex-direction: column;
  border-bottom: 5px solid rgb(135, 15, 75);
}

.media-experience {
  display: none;
}
.media-events {
  display: none;
}



p { text-align: center; }
 .toggle, [id^=drop] {
 display: none;
}
nav ul ul {
  display: none;
  position: absolute;
  top: 60px;
}

#alpacas {
  transition: .3s color ease-in-out;
  background: 
  linear-gradient(currentColor 0 0) 
  bottom /var(--d, 0) 1px 
  no-repeat;
  transition: 0.3s, background-position 0s 0.3s;
  text-decoration: none;
}
#alpacas:hover {
  color: black;
  --d: 78%;
}
#chapel-tour {
  transition: .3s color ease-in-out;
  background: 
  linear-gradient(currentColor 0 0) 
  bottom /var(--d, 0) 1px 
  no-repeat;
  transition: 0.3s, background-position 0s 0.3s;
  text-decoration: none;
}
#chapel-tour:hover {
  color: black;
  --d: 82%;
}















.nav-right {
display: flex;
position: absolute;
right: 2.5vw;
top: 14px;
}
.book-button {
position: relative;
font-size: 26px;
font-family: Minion;
font-weight: 600;
color: white;
text-align: center;
padding: 5px;
padding-left: 15px;
padding-right: 15px;
border: none;
background-color: transparent;
text-transform: uppercase;
word-spacing: 6px;

transition: all 0.5s;
}
header:hover .book-button:after {
content: '»';
position: absolute;
opacity: 0;  
right: -20px;
top: 3px;
transition: 0.5s;
color: black;
}
header:hover .book-button:hover{
padding-right: 24px;
padding-left:8px;
color: black;
}
header:hover .book-button:hover:after {
opacity: 1;
right: 0px;
}



.book-button-modal {
  position: relative;
  font-size: 26px;
  font-family: Minion;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.6);
  text-align: center;
  padding: 5px;
  padding-left: 15px;
  padding-right: 15px;
  border: none;
  background-color: transparent;
  text-transform: uppercase;
  word-spacing: 6px;
  
  transition: all 0.5s;
  }
  .book-button-modal:after {
  content: '»';
  position: absolute;
  opacity: 0;  
  right: -20px;
  top: 3px;
  transition: 0.5s;
  color: black;
  }
  .book-button-modal:hover{
  padding-right: 24px;
  padding-left:8px;
  color: black;
  }
  .book-button-modal:hover:after {
  opacity: 1;
  right: 0px;
  }
#modal-container {
  position: fixed;
  display: table;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  transform: scale(0);
  z-index: 5000;
}
#modal-container {
  transform: scale(1);
}
#modal-container .modal-background {
  background: rgba(0, 0, 0, 0);
  animation: fadeIn 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container .modal-background .modal {
  opacity: 0;
  animation: scaleUp 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.out {
  animation: quickScaleDown 0s 0.5s linear forwards;
}
#modal-container.out .modal-background {
  animation: fadeOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.out .modal-background .modal {
  animation: scaleDown 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container .modal-background {
  display: table-cell;
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
  vertical-align: middle;
}
#modal-container .modal-background .modal {
  background: white;
  padding: 50px;
  display: inline-block;
  border-radius: 3px;
  font-weight: 300;
  position: relative;
}
#modal-container .modal-background .modal h2 {
  font-size: 25px;
  line-height: 25px;
  margin-bottom: 15px;
  line-height: 1.2;
}
.discount {
  font-size: 30px;
  margin: 5px;
  color: rgb(135, 15, 75);
}

@keyframes fadeIn {
  0% {
    background: rgba(0, 0, 0, 0);
  }
  100% {
    background: rgba(0, 0, 0, 0.7);
  }
}
@keyframes fadeOut {
  0% {
    background: rgba(0, 0, 0, 0.7);
  }
  100% {
    background: rgba(0, 0, 0, 0);
  }
}
@keyframes scaleUp {
  0% {
    transform: scale(0.8) translateY(1000px);
    opacity: 0;
  }
  100% {
    transform: scale(1) translateY(0px);
    opacity: 1;
  }
}
@keyframes scaleDown {
  0% {
    transform: scale(1) translateY(0px);
    opacity: 1;
  }
  100% {
    transform: scale(0.8) translateY(1000px);
    opacity: 0;
  }
}
@keyframes quickScaleDown {
  0% {
    transform: scale(1);
  }
  99.9% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@media (max-width: 768px) {
  #modal-container .modal-background {
    padding: 80px;
  }
  #modal-container .modal-background .modal {
    padding: 40px;
  }
  #modal-container .modal-background .modal h2 {
    font-size: 20px;
    line-height: 10px;
    margin-bottom: 15px;
    line-height: 1.2;
  }
  .discount {
    font-size: 24px;
    margin: 0px;
  }
  .book-button-modal {
    font-size: 24px;
    word-spacing: 4px;
    }
}
@media (max-width: 600px) {
  #modal-container .modal-background {
    padding: 40px;
  }
  #modal-container .modal-background .modal {
    padding: 30px;
  }
  #modal-container .modal-background .modal h2 {
    font-size: 16px;
    line-height: 10px;
    margin-bottom: 15px;
    line-height: 1.2;
  }
  .discount {
    font-size: 20px;
    margin: 0px;
  }
  .book-button-modal {
    font-size: 20px;
    word-spacing: 4px;
    }
}
@media (max-width: 376px) {
  #modal-container .modal-background {
    padding: 30px;
  }
  #modal-container .modal-background .modal {
    padding: 20px;
  }
  #modal-container .modal-background .modal h2 {
    font-size: 16px;
    line-height: 10px;
    margin-bottom: 15px;
    line-height: 1.2;
  }
  .discount {
    font-size: 18px;
    margin: 0px;
  }
  .book-button-modal {
    font-size: 16px;
    word-spacing: 2px;
    }
}






.nav-toggler {
display: none;
}
@media  (max-width: 1500px) {
.nav-links a {
  margin-left: 30px;
  margin-right: 30px;
  font-size: 20px;
} 
}

@media (max-width: 1300px) {
  .nav-toggler {
    padding: 5px;
    background-color: transparent;
    cursor: pointer;
    height: 39px;
    display: block;
    transition: .3s border ease-in-out;
    padding-left: 15px;
    height: 34px;
    border: none;
  }
  .nav-toggler span, 
  .nav-toggler span:before, 
  .nav-toggler span:after {
    width: 24px;
    height: 2px;
    background-color: rgba(0, 0, 0, 0.6);
    display: block;
    transition: .3s;
  }
  .nav-toggler span:before {
    content: '';
    transform: translateY(-9px);
  }
  .nav-toggler span:after {
    content: '';
    transform: translateY(6px);
  }
  .nav-toggler.toggler-open span {
    background-color: transparent;
  }
  .nav-toggler.toggler-open span:before {
    transform: translateY(0px) rotate(45deg);
  }
  .nav-toggler.toggler-open span:after {
    transform: translateY(-3px) rotate(-45deg);
  }
  .header:hover .nav-toggler span, 
  .header:hover .nav-toggler span:before, 
  .header:hover .nav-toggler span:after {
    background-color: rgba(0, 0, 0, 0.6);
  }
  .header:hover .nav-toggler.toggler-open span {
    background-color: transparent;
  }
  .header.scrolled .nav-toggler span, 
  .header.scrolled .nav-toggler span:before, 
  .header.scrolled .nav-toggler span:after {
    background-color: rgba(0, 0, 0, 0.6);
  }
  .header.scrolled .nav-toggler.toggler-open span {
    background-color: transparent;
  }
  .header.open .nav-toggler span, 
  .header.open .nav-toggler span:before, 
  .header.open .nav-toggler span:after {
    background-color: rgba(0, 0, 0, 0.6);
  }
  .header.open .nav-toggler.toggler-open span {
    background-color: transparent;
  }
  .header.open {
    background-color: white;
    box-shadow: 0px 0px 0.5vw;
  }
  .header.open .nav-links a {
    color: rgba(0, 0, 0, 0.6);
  }
  .header.open .line {
    background-color: rgb(0, 0, 0, .2);
  }
  .header.open .book-button {
    color: rgba(0, 0, 0, 0.6);
  }
  .logos {
    position: absolute;
    left: 3vw;
    top: 15%;
    }
  .property-logo-white {
    position: absolute;
    width: 180px;
    top: 10px;
    opacity: 0;
  }
  .property-logo-gray {
    position: absolute;
    width: 180px;
    top: 10px;
    opacity: 1;
  }
  .property-logo-black {
    position: absolute;
    width: 180px;
    top: 10px;
  }
  .book-button {
    font-size: 20px;
    margin-top: 0px;
    margin-right: -7px;
    color: rgba(0, 0, 0, 0.6);
  }
  header:hover .book-button:after {
    right: 0px;
    }
  header {
    background-color: white;
    box-shadow: 0px 0px 0.5vw;
    height: 60px;
  }
  .nav-links a {
    color: rgba(0, 0, 0, 0.6);
  }
  .line {
    display: none;
  }
  #modal-container .modal-background .modal {
    opacity: 0;
    animation: scaleUp 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
    max-width: 90%;
    border-radius: 8px;
  }
  
  .nav-links {
    width: 100%;
    top: 43px;
    height: calc(100vh - 43px);
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    background-color: rgba(365, 365, 365);
    max-height: 0;
    overflow: hidden;
    transition: 0.3s;
    z-index: 99999;
    border-top: 2px solid rgb(135, 15, 75);
  }
  .nav-links.open {
    padding-top: 40px;
    overflow-y:auto;
  }
  .nav-links.open li {
    text-align: center;
    margin-top: 20px;
  }
  .site-navbar ul.open {
    max-height: 100vh;
    overflow: visible;
    overflow-y:auto;
  }
  
  
  .dropdown {
    display: none;
  }
  .media-experience {
    display: none;
  }
  .media-events {
    display: none;
  }
  .nav-links.open .media-experience {
    width: 100%;
    display: block;
  }
  .nav-links.open .media-events {
    width: 100%;
    display: block;
  }
  
  .toggle + a,
  .menu { display: none; }
  
  .toggle {
  font-family: Kepler;
  font-size: 20px;
  cursor: pointer;
  text-transform: uppercase;
  list-style-type: none;
  color: gray;
  display: block;
  background-color: none;
  text-align: center;
  margin-top: 0px;
  margin-left: 19px;
  }
  #experience {
  transition: .3s color ease-in-out;
  background: 
  linear-gradient(currentColor 0 0) 
  bottom /var(--d, 0) 1px 
  no-repeat;
  transition: 0.3s, background-position 0s 0.3s;
  }
  #experience:hover {
    color: black;
    --d: 136px;
    }
  #events {
  transition: .3s color ease-in-out;
  background: 
  linear-gradient(currentColor 0 0) 
  bottom /var(--d, 0) 1px 
  no-repeat;
  transition: 0.3s, background-position 0s 0.3s;
  }
  #events:hover {
    color: black;
    --d: 98px;
  }
  
  
  [id^=drop]:checked + ul { 
    display: block; 
    position: static;
    white-space: nowrap;
    list-style-type: none;
    margin-left: -42px;
    background-color: rgb(0, 0, 0, .1);
  }
  
  nav a:hover,
  nav ul ul ul a { 
    color: black; 
  }
  
  nav ul ul {
  float: none;
  position: static;
  color: #ffffff;
  }
  #accomodation-nav {
    color: rgba(0, 0, 0, 1);
    text-decoration-color: rgba(0, 0, 0, 0.5);
  }
  }
@media (max-width: 480px) {
  .logos {
    position: absolute;
    left: 4vw;
    top: 15%;
    }
  .property-logo-gray {
    position: relative;
    width: 130px;
    top: 12px;
  }
  .property-logo-black {
    position: relative;
    width: 130px;
    top: 12px;
  }
  .book-button {
    font-size: 16px;
    margin-top: 4px;
  }
}









  .carousel {
    width: 100vw;
    height: 100vh;
    position: relative;
    
  }
  .carousel ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .slide {
    inset: 0;
    position: absolute;
    opacity: 0;
    transition: 200ms opacity ease-in-out;
    transition-delay: 200ms;
  }

  .slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(100%);
    filter: contrast(120%);
  }
  video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .slide[data-active] {
    opacity: 1;
    transition-delay: 0ms;
    z-index: 1;
  }
  
  .carousel-button {
    position: absolute;
    z-index: 10;
    top: 44%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    height: 40px;
    width: 40px;
  }
  .arrow {
    --arrow-size: 28px;
    --arrow-color: rgb(255,255,255);
    --arrow-color-hover: rgba(255,255,255,0.5);
    position: relative;
    display: inline-flex;
    vertical-align: middle;
    width: var(--arrow-size);
    height: var(--arrow-size);
    overflow: hidden;
  }
  .arrow::after {
    content: "";
    position: absolute;
    top: 50%;
    box-sizing: border-box;
    display: inline-block;
    width: calc( var(--arrow-size) * .7071);
    height: calc( var(--arrow-size) * .7071);
    border-top: calc( var(--arrow-size) / 5 ) solid var(--arrow-color);
    transition: all 150ms ease-in-out;
  }
  .arrow.left::after {
    left: calc( var(--arrow-size) / 5 );
    border-left: calc( var(--arrow-size) / 5 ) solid var(--arrow-color);
    transform-origin: top left;
    rotate: -45deg;
  }
  .arrow.left:hover::after {
    box-shadow: calc( var(--arrow-size) / -8 ) calc( var(--arrow-size) / -8 ) 0 var(--arrow-color);
  }
  .arrow.right::after {
    right: calc( var(--arrow-size) / 5 );
    border-right: calc( var(--arrow-size) / 5 ) solid var(--arrow-color);
    transform-origin: top right;
    rotate: 45deg;
  }
  .arrow.right:hover::after {
    box-shadow: calc( var(--arrow-size) / 8 ) calc( var(--arrow-size) / -8 ) 0 var(--arrow-color);
  }
  
  a:hover .arrow.left::after, a:hover .arrow.right::after {
    border-color: var(--arrow-color-hover);
  }
  a:hover .arrow.left::after {
    box-shadow: calc( var(--arrow-size) / -8 ) calc( var(--arrow-size) / -8 ) 0 var(--arrow-color);
  }
  a:hover .arrow.right::after {
    box-shadow: calc( var(--arrow-size) / 8 ) calc( var(--arrow-size) / -8 ) 0 var(--arrow-color);
  }
  .carousel-button.prev {
    left: 3%;
  }

  .carousel-button.next {
    right: 3%;
  }



  .welcome-container {
    background-color: rgb(135, 15, 75, 0.8);
    width: auto;
    padding-left: 5%;
    padding-right: 5%;
    height: 125px;
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
    border: solid 2px rgb(135, 15, 75, 1);
  }
  .welcome-container h1 {
    text-align: center;
    font-size: 30px;
    color: white;
    font-family: Kepler;
    white-space: nowrap;
    margin-bottom: 10px;
  }
  .welcome-container button {
    margin-left: 30%;
    margin-right: 30%;
    width: 40%;
    text-decoration: underline;
    text-underline-offset: 3px;
    border: none;
    background-color: transparent;
    color: whitesmoke;
    text-transform: uppercase;
    font-family: Kepler;
    font-size: 16px;

    transition: all .5s;
  }
  .welcome-container button:hover {
    transform: scale(105%);
  }

  @media (max-width: 600px) {
    .welcome-container {
      top: 85%;
      height: 100px;
    }
    .welcome-container h1 {
      font-size: 22px;
    }
    .welcome-container button {
      font-size: 12px;
    }
  }
  @media (max-width: 376px) {
    .welcome-container {
      top: 88%;
      height: 75px;
    }
    .welcome-container h1 {
      font-size: 18px;
      margin-bottom: 0px;
    }
    .welcome-container button {
      font-size: 10px;
    }
  }










  

  .section-one {
    background-color: white;
    position: relative;
    display: flex;
    flex-direction: column;
    height: auto;
    justify-content: space-evenly;
    align-items: center;
    box-shadow: 0px 0px 1vw;
    z-index: 50;
    padding-top: 50px;
  }
  .welcome-text {
    width: 60%;
    text-align: center;
    font-family: Kepler;
    font-size: 24px;
    letter-spacing: 1px;
    line-height: 1.5;
    color: rgba(0, 0, 0, 0.8);

    opacity: 0;
    transform: translateY(10%);
    transition: all 1s;
  }
  .welcome-text.active {
    opacity: 1;
    transform: translate(0);
  }
  .first-line {
    background-color: rgba(0, 0, 0, 0.2);
    height: 2px;
    width: 80%;
    margin: 30px 0;
  }
  .weather {
    position: relative;
    width: 100%;
    height: auto;
    border-top: 3px solid rgba(0, 0, 0, 0.03);

    opacity: 0;
    transform: translateY(20%);
    transition: all 0.5s;
  }
  .weather.active {
    opacity: 1;
    transform: translate(0);
  }
  @media (max-width: 1200px) {
    .welcome-text {
      width: 70%;
      font-size: 22px;
      letter-spacing: 1px;
      line-height: 1.4;
    }
    .welcome-text.active {
      width: 70%;
      font-size: 22px;
      letter-spacing: 1px;
      line-height: 1.4;
    }
  }
  @media (max-width: 1024px) {
    .welcome-text {
      width: 80%;
      font-size: 20px;
    }
    .welcome-text.active {
      width: 80%;
      font-size: 20px;
    }
  }
  @media (max-width: 768px) {
    .welcome-text {
      font-size: 18px;
    }
    .welcome-text.active {
      font-size: 18px;
    }
  }
  @media (max-width: 600px) {
    .welcome-text {
      font-size: 16px;
    }
    .welcome-text.active {
      font-size: 16px;
    }
  }
  @media (max-width: 480px) {
    .welcome-text {
      font-size: 14px;
      letter-spacing: 0.8px;
      line-height: 1.3;
    }
    .welcome-text.active {
      font-size: 14px;
      letter-spacing: 0.8px;
      line-height: 1.3;
    }
  }








  .section-two {
    position: relative;
    height: 1300px;
    background-image: url(images/whitestone2.jpeg);
    z-index: 49;
  }
  .accomodation-header {
    position: relative;
    max-width: calc(100% - 10px*2);
    margin: 0 10px;
    height: 700px;
    width: 100%;
    display: flex;
  }
  .accomodation-title {
    width: 40%;
    height: 100%;
    padding: 80px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    color: black;
  }
  .accomodation-title-1 {
    font-size: 40px;
    text-transform: uppercase;
    font-family: Kepler;
    letter-spacing: 2px;
  opacity: 0;
  transform: translateY(20%);
  transition: all 1s;
}
.accomodation-title-1.active {
  opacity: 1;
  transform: translate(0);
}
  .accomodation-subtitle {
    font-size: 24px;
    font-family: Kepler;
    opacity: 0.6;
    color: black;
  opacity: 0;
  transform: translateY(20%);
  transition: all 1s;
}
.accomodation-subtitle.active {
  opacity: 1;
  transform: translate(0);
}
  .accomodation-title button {
    max-width: 200px;
    position: relative;
    background-color: black;
    color: white;
    border: none;
    padding: 16px;
    padding-left: 48px;
    padding-right: 48px;
    text-transform: uppercase;
    font-family: Kepler;
    letter-spacing: 2px;
    font-size: 16px;
  
    transition: all .5s;
    opacity: 0;
    transform: translateY(20%);
  }
  .accomodation-title button:hover {
    opacity: 80%;
    background-color: teal;
  }
  .accomodation-title button.active {
    opacity: 1;
    transform: translate(0);
  }
  .accomodation-blurb {
    display: flex;
    flex-direction: column;
    width: 60%;
    height: 100%;
    justify-content: space-between;
    align-items: center;
    padding: 80px;
  }
  .accomodation-text {
    text-align: left;
    font-size: 22px;
    font-family: Kepler;
    line-height: 1.5;
    letter-spacing: 1px;
    word-spacing: 2px;
    font-weight: 400;
    color: black;


  opacity: 0;
  transform: translateY(20%);
  transition: all 0.5s;
  transition-delay: 0.2s;
}
.accomodation-text.active {
  opacity: 1;
  transform: translate(0);
}
  @media (max-width: 1300px) {
    .accomodation-blurb {
      padding: 60px;
    }
  }
  @media (max-width: 1200px) {
    .section-two {
      height: 1100px;
    }
    .accomodation-header {
      height: 550px;
      flex-direction: column;
    }
    .accomodation-title {
      width: 100%;
      height: 35%;
      padding: 40px;
    }
    .accomodation-title-1 {
      font-size: 40px;
    }
    .accomodation-subtitle {
      font-size: 24px;
      margin-bottom: 20px;
    }
    .accomodation-blurb {
      width: 100%;
      height: 65%;
      padding: 50px;
      padding-top: 10px;
    }
    .accomodation-text {
      text-align: justify;
      font-size: 23px;
    }
  }
  @media (max-width: 1024px) {
    .section-two {
      height: 1100px;
    }
    .accomodation-header {
      height: 550px;
      flex-direction: column;
    }
    .accomodation-title {
      width: 100%;
      height: 35%;
      padding: 40px;
    }
    .accomodation-title-1 {
      font-size: 40px;
    }
    .accomodation-subtitle {
      font-size: 24px;
      margin-bottom: 20px;
    }
    .accomodation-blurb {
      width: 100%;
      height: 65%;
      padding: 40px;
      padding-top: 10px;
    }
    .accomodation-text {
      text-align: justify;
      font-size: 20px;
    }
  }

  @media (max-width: 768px) {
    .section-two {
      height: 1100px;
    }
    .accomodation-header {
      height: 550px;
      flex-direction: column;
    }
    .accomodation-title {
      width: 100%;
      height: 30%;
      padding: 40px;
    }
    .accomodation-title-1 {
      font-size: 32px;
    }
    .accomodation-subtitle {
      font-size: 20px;
      margin-bottom: 10px;
    }
    .accomodation-title button {
      padding: 12px 28px;
      font-size: 18px;
    }
    .accomodation-blurb {
      width: 100%;
      height: 70%;
      padding: 40px;
      padding-top: 10px;
    }
    .accomodation-text {
      text-align: justify;
      font-size: 18px;
      line-height: 1.4;
    }
  }
  @media (max-width: 600px) {
    .section-two {
      height: 1100px;
    }
    .accomodation-header {
      height: 550px;
      flex-direction: column;
    }
    .accomodation-title {
      width: 100%;
      height: 30%;
      padding: 20px;
    }
    .accomodation-title-1 {
      font-size: 32px;
    }
    .accomodation-subtitle {
      font-size: 20px;
      margin-bottom: 10px;
    }
    .accomodation-title button {
      padding: 10px 24px;
      font-size: 14px;
    }
    .accomodation-blurb {
      width: 100%;
      height: 70%;
      padding: 4vw;
      padding-top: 10px;
    }

    .accomodation-text {
      text-align: center;
      font-size: 16px;
      line-height: 1.4;
    }
    .accomodation-text.active {
      text-align: center;
      font-size: 16px;
      line-height: 1.4;
    }
  }
  @media (max-width: 480px) {
    .section-two {
      height: 1000px;
    }
  }
  @media (max-width: 376px) {
    .section-two {
      height: 900px;
    }
    .accomodation-header {
      height: 500px;
      flex-direction: column;
    }
    .accomodation-title-1 {
      font-size: 28px;
    }
    .accomodation-subtitle {
      font-size: 18px;
    }
    .accomodation-text {
      text-align: center;
      font-size: 14px;
      line-height: 1.3;
    }
    .accomodation-text.active {
      text-align: center;
      font-size: 14px;
      line-height: 1.3;
    }
  }






  .component-wrapper {
    position: relative;
    max-width: calc(100% - 10px*2);
    margin: 0 10px;
    text-align: center;
    width: 100%;
  }
  .slider-wrapper {
    overflow: hidden;
    margin: 0 60px;
    text-align: center;
    width: calc(100% - 500);
  }
  
  .slider {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
    transition: transform 0.5s;
    width: 100%;
    height: 500px;
  }
  
  .slider__item {
    box-sizing: border-box;
    max-width: calc(100% - 10px - 0px + 10px/1);
    min-width: calc(100% - 10px - 0px + 10px/1);
    background-color: white;
    font-size: 30px;
    height: 500px;
    margin-left: 5px;
    margin-right: 5px;
    outline: none;
    position: relative;
    user-select: none;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  
    
    opacity: 0;
    transform: translateY(10%);
    transition: all 1s;
  }
  .slider__item.active {
    opacity: 1;
    transform: translate(0);
  }
  .slider-img {
    background-image: url(roomimages/room1.png);
    background-position: center;
    background-size: cover;
    width: 95%;
    height: 60%;
  }
  .slider-img2 {
    background-image: url(roomimages/room2.png);
    background-position: center;
    background-size: cover;
    width: 95%;
    height: 60%;
  }
  .slider-img3 {
    background-image: url(roomimages/room3.png);
    background-position: center;
    background-size: cover;
    width: 95%;
    height: 60%;
  }
  .slider-img4 {
    background-image: url(roomimages/room4.png);
    background-position: center;
    background-size: cover;
    width: 95%;
    height: 60%;
  }
  .slider-img5 {
    background-image: url(roomimages/room5.png);
    background-position: center;
    background-size: cover;
    width: 95%;
    height: 60%;
  }
  .slider-img6 {
    background-image: url(roomimages/room6.png);
    background-position: center;
    background-size: cover;
    width: 95%;
    height: 60%;
  }
  .slider-img7 {
    background-image: url(roomimages/room7.png);
    background-position: center;
    background-size: cover;
    width: 95%;
    height: 60%;
  }
  .slider-content {
    height: 35%;
    width: 95%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .slider-content h1 {
    font-size: 32px;
  }
  .slider-content button {
    background-color: black;
    color: white;
    border: none;
    padding: 16px;
    padding-left: 48px;
    padding-right: 48px;
    text-transform: uppercase;
    font-family: Kepler;
    letter-spacing: 2px;
    font-size: 16px;
  
    transition: all .5s;
  }
  .slider-content button:hover {
    opacity: 80%;
    background-color: teal;
  }
  .slider__item:first-child {
    margin-left: 0;
  }
  .slider__item:last-child {
    margin-right: 0;
  }
  @media only screen and (min-width: 800px) {
    .slider__item {
      box-sizing: border-box;
      max-width: calc(50% - 10px - 0px + 10px/2);
      min-width: calc(50% - 10px - 0px + 10px/2);
    }
  }
  @media only screen and (min-width: 1200px) {
    .slider__item {
      box-sizing: border-box;
      max-width: calc(33.3333333333% - 10px - 0px + 10px/3);
      min-width: calc(33.3333333333% - 10px - 0px + 10px/3);
    }
  }
  
  .slider__nav-button {
    cursor: pointer;
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    height: 100%;
    width: 60px;
  }
  .slider__nav-button svg {
    width: 100%;
  }
  .slider__nav-button svg > * {
    fill: black;
  }
  .slider__nav-button.previous {
    left: 0;
    justify-content: flex-start;
  }
  .slider__nav-button.next {
    right: 0;
    justify-content: flex-end;
  }
  
  .slider__pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    width: 100%;
  }
  
  .slider__pagination-item {
    background-color: #fff;
    border-radius: 50%;
    display: block;
    height: 10px;
    margin: 0 8px;
    width: 10px;
  }







@media (max-width: 480px) {
  .section-five {
    height: 0px;
  }
  .slider {
    height: 400px;
  }
  .accomodation-text {
    font-size: 16px;
  }
  .slider__nav-button {
    width: 30px;
  }
  .slider-wrapper {
    margin: 0 30px;
  }
  .slider__item {
    box-sizing: border-box;
    max-width: calc(100% - 20px - 0px + 20px/1);
    height: 400px;
  }
  .slider-content button {
    padding: 16px 32px;
    text-transform: uppercase;
    font-family: Kepler;
    letter-spacing: 2px;
    font-size: 40%;
    white-space: nowrap;
    bottom: 20px;
  }
  .slider-content h1 {
    font-size: 75%;
  }
}
@media (max-width: 376px) {

  .slider {
    height: 350px;
  }
  .slider__item {
    height: 350px;
  }
}


  






  .section-three {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 350px;
    justify-content: space-evenly;
    align-items: center;
    box-shadow: 0px 0px 2vw;
    z-index: 50;
    background-color: white;
  }
  .section-three-contents {
    position: relative;
    height: 250px;
    width: 100%;
    max-width: calc(100% - 100px*2);
    margin: 0 100px;
    margin-top: 10px;
    display: flex;
  }
  .section-three-left {
    width: 40%;
    height: 100%;
  
    opacity: 0;
    transform: translateY(20%);
    transition: all 1s;
  }
  .section-three-left.active {
    opacity: 1;
    transform: translate(0);
  }
  .section-three-left h2 {
    font-family: Kepler;
    font-size: 24px;
    letter-spacing: 2px;
    word-spacing: 2px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.6);
    margin-bottom: 10px;
  }
  .section-three-left h1{
    margin-top: 0;
    font-family: Kepler;
    font-size: 32px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 400;
  }
  .section-three-right {
    width: 60%;
    height: 100%;
    justify-content: space-evenly;
    display: flex;
    flex-direction: column;
  }
  .section-three-text {
    font-family: Kepler;
    font-size: 20px;
    letter-spacing: 2px;
    word-spacing: 2px;
    font-weight: 400;
    line-height: 1.4;

    opacity: 0;
    transform: translateY(20%);
    transition: all 1s;
  }
  .section-three-text.active {
    opacity: 1;
    transform: translate(0);
  }
  .section-three-line {
    background-color: rgba(0, 0, 0, 0.2);
    height: 2px;
    width: 80%;
  }
  @media (max-width: 1200px) {
    .section-three-contents {
      max-width: calc(100% - 75px*2);
      margin: 0 75px;
    }
    .section-three-text {
      font-size: 18px;
    }
  }
  @media (max-width: 1000px) {
    .section-three {
      height: 425px;
    }
    .section-three-contents {
      height: 350px;
      max-width: calc(100% - 60px*2);
      margin: 0 60px;
      flex-direction: column;
    }
    .section-three-left {
      width: 100%;
      height: 25%;
    }
    .section-three-left h2 {
      font-size: 22px;
      margin-bottom: 5px;
    }
    .section-three-left h1{
      font-size: 32px;
    }
    .section-three-right {
      width: 100%;
      height: 75%;
    }
    .section-three-text {
      font-size: 18px;
    }
  }
  @media (max-width: 768px) {
    .section-three {
      height: 400px;
    }
    .section-three-contents {
      height: 350px;
      max-width: calc(100% - 40px*2);
      margin: 0 40px;
    }
    .section-three-left h2 {
      font-size: 20px;
    }
    .section-three-left h1{
      font-size: 28px;
    }
    .section-three-text {
      font-size: 17px;
    }
  }
  @media (max-width: 600px) {
    .section-three-contents {
      max-width: calc(100% - 20px*2);
      margin: 0 20px;
    }
    .section-three-text {
      font-size: 16px;
    }
  }
  @media (max-width: 480px) {
    .section-three {
      height: 300px;
    }
    .section-three-contents {
      height: 250px;
    }
    .section-three-left h2 {
      font-size: 16px;
    }
    .section-three-left h1{
      font-size: 22px;
    }
    .section-three-text {
      font-size: 12px;
    }
  }
  @media (max-width: 376px) {
    .section-three {
      height: 350px;
    }
    .section-three-contents {
      height: 300px;
      max-width: calc(100% - 15px*2);
      margin: 0 15px;
    }
    .section-three-left h2 {
      font-size: 14px;
    }
    .section-three-left h1{
      font-size: 20px;
    }
    .section-three-text {
      font-size: 12px;
    }
  }






  .section-four {
    position: relative;
    height: 33vw;
    margin: 0;
    background-color: white;
  }
  .card-container {
    display: flex;
    height: 100%;
  }
  .card {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    overflow: hidden;
  }
  .card-image img {
    height: 100%;
    width: 100.5%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transition: all 2s ease-out;
    transition-timing-function: cubic-bezier(0,0,0,1);
  }
  .card-contents {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .border-right {
    height: 100%;
    width: auto;
    right: 0;
    position: absolute;
    border-right: 2px solid white;
    z-index: 1000;
  }
  .card-contents:hover ~ .card-image img{
    transform: scale(1.05);
    opacity: 0.9;
  }
  .card-image img:hover{
    transform: scale(1.05);
    opacity: 0.9;
  }
  .card-contents .card-title {
    font-size: 3vw;
    font-weight: 600;
    letter-spacing: 0.2vw;
    font-family: Barlow;
    position: relative;
    color: whitesmoke;
    text-shadow: 2px 2px gray;
  }
  .card-contents button {
    background-color: black;
    font-family: Barlow;
    color: white;
    border: none;
    padding: 1vw 2.4vw;
    text-transform: uppercase;
    letter-spacing: 0.15vw;
    font-size: 1vw;
    margin-top: 2vw;
  
    transition: all .5s;
  }
  .card-contents button:hover {
    background-color: rgb(135, 15, 75);
  }
  @media (max-width: 768px) {
    .section-four {
      height: 300vw;
    }
    .card-container {
      flex-direction: column;
    }
    .card-contents .card-title {
      font-size: 10vw;
      letter-spacing: 0.2vw;
    }
    .card-contents button {
      padding: 3vw 7vw;
      letter-spacing: 0.15vw;
      font-size: 3vw;
      margin-top: 4vw;
    }
  }









  .section-five {
    position: relative;
    height: auto;
    box-shadow: 0 0 1vw;
    z-index: 50;
    background-color: white;
  }
  .instagram {
    padding-top: 100px;
    height: 100%;
    padding-bottom: 60px;

    opacity: 0;
    transform: translateY(20%);
    transition: all .5s;
  }
  .instagram.active {
    opacity: 1;
    transform: translate(0);
  }
  .instagram h2 {
    padding: 0;
    margin: 0;
    color: rgb(248,224,191);
    text-align: left;
    font-family: Kepler;
    font-size: 24px;
    margin-left: 10vw;
    margin-bottom: 5px;
  }
  .instagram h1 {
    padding: 0;
    margin: 0;
    text-align: left;
    color: gray;
    font-family: Kepler;
    font-size: 32px;
    margin-left: 10vw;
    margin-bottom: 30px;
  }
  .img-grid {
    margin-left: 10vw;
    margin-right: 10vw;
    display: grid;
    justify-items: center;
    grid-gap: 16px;
    grid-template-columns: repeat(6, 1fr);
  }

  .img-grid img {
    max-width: 100%;
    padding: 3px;
    -webkit-filter: brightness(80%);
    -webkit-transition: all 1s ease;
  }
  .img-grid img:hover {
    -webkit-filter: brightness(100%);
    opacity: 0.8;
  }


  @media (max-width: 1200px) {
    .section-five {
      height: auto;
    }
    .img-grid {
      margin-left: 8vw;
      margin-right: 8vw;
      grid-gap: 8px;
    }
    .instagram {
      padding-top: 50px;
      padding-bottom: 50px;
    }
    .instagram h2 {
      font-size: 22px;
      margin-left: 8vw;
    }
    .instagram h1 {
      font-size: 28px;
      margin-left: 8vw;
      margin-bottom: 20px;
    }
  }
  @media (max-width: 768px) {
    .img-grid {
      margin-left: 10vw;
      margin-right: 10vw;
      grid-gap: 8px;
      grid-template-columns: repeat(3, 1fr);
    }
    .instagram {
      padding-top: 50px;
      padding-bottom: 50px;
    }
    .instagram h2 {
      font-size: 22px;
      margin-left: 10vw;
    }
    .instagram h1 {
      font-size: 28px;
      margin-left: 10vw;
      margin-bottom: 20px;
    }
  }









  .review-container {
    background-image: url(images/whitestone2.jpeg);
    height: 350px;
  }

  .review {
    position: relative;
    height: 100%;
    width: 100%;
    background-image: url(images/town.jpg);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    box-shadow: 0 0 16px;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .review h1 {
    width: 80%;
    font-family: Kepler;
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 1px;
    word-wrap: 2px;
    line-height: 1.2;
    color: rgb(242,219,217);
    text-align: center;


    opacity: 0;
    transform: translateY(20%);
    transition: all .5s;
  }
  .review h1.active {
    opacity: 1;
    transform: translate(0);
  }
@media (max-width: 1024px) {
  .review-container {
    height: 300px;
  }
  .review h1 {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .review-container {
    height: 250px;
  }
  .review h1 {
    font-size: 24px;
  }
}
@media (max-width: 600px) {
  .review h1 {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .review-container {
    height: 200px;
  }
  .review h1 {
    font-size: 16px;
  }
}
@media (max-width: 376px) {
  .review-container {
    height: 150px;
  }
  .review h1 {
    font-size: 14px;
  }
}
@media (max-width: 320px) {
  .review h1 {
    font-size: 12px;
  }
}
@media only screen and (max-width: 480px) {
  .review {
    background-attachment: scroll;
}
}














  .section-six {
    position: relative;
    height: 1200px;
    background-color: white;
    box-shadow: 0 0 1vw;
  }
  .section-six-header {
    height: 150px;
    width: 100%;
    max-width: calc(100% - 7vw*2);
    margin: 0 7vw;
    padding: 15px;
    padding-top: 40px;
    display: flex;
  }
  .section-six-title {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    }
  .section-six-title h2 {
    font-family: Kepler;
    font-size: 28px;
    letter-spacing: 2px;
    word-spacing: 2px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.6);
    margin-top: 0;
    margin-bottom: 0;
  }
  .section-six-title h1{
    font-family: Kepler;
    font-size: 40px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 10px;
  }
  .section-six-contents {
    height: 900px;
    width: 100%;
    max-width: calc(100% - 7vw*2);
    margin: 0 7vw;
  }
  .section-six-top {
    height: 500px; 
    width: 100%;
    padding: 15px;
  }
  .section-six-top-contents {
    height: 100%;
    width: 100%;
    background-color: white;
    border: solid 2px black;
    box-shadow: 0 0 8px;
    display: flex;
  }
  .section-six-top-text {
    width: 55%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .section-six-top-text h2 {
    font-family: Kepler;
    font-size: 24px;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 5px;
  }
  .section-six-top-text h1 {
    padding: 0 20px;
    font-family: Kepler;
    font-size: 16px;
    letter-spacing: 1px;
    word-spacing: 2px;
    font-weight: 400;
    line-height: 1.2;
    text-align: left;
  }
  .section-six-top-text button {
    margin-top: 5px;
    background-color: black;
    color: white;
    border: none;
    padding: 16px 28px;
    text-transform: uppercase;
    font-family: Kepler;
    letter-spacing: 2px;
    font-size: 14px;
  
    transition: all .5s;
  }
  .section-six-top-text button:hover {
    opacity: 80%;
    background-color: teal;
  }
  .section-six-top-img {
    width: 45%;
    height: 100%;
    margin: 10px;
    max-height: calc(100% - 10px*2);
    background-image: url(images/town.jpg);
    background-position: center;
    background-size: cover;
  }
  .section-six-bottom {
    height: 500px;
    width: 100%;
    display: flex;
  }
  .section-six-left {
    height: 100%;
    width: 50%;
    padding: 15px;
  }
  .section-six-left-contents {
    height: 100%;
    width: 100%;
    background-color: white;
    border: solid 2px black;
    box-shadow: 0 0 8px;
    display: flex;
  }
  
  .section-six-left-text {
    width: 55%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .section-six-left-text h2 {
    font-family: Kepler;
    font-size: 24px;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 5px;
  }
  .section-six-left-text h1 {
    padding: 0 20px;
    font-family: Kepler;
    font-size: 16px;
    letter-spacing: 1px;
    word-spacing: 2px;
    font-weight: 400;
    line-height: 1.2;
    text-align: left;
  }
  .section-six-left-text button {
    margin-top: 5px;
    background-color: black;
    color: white;
    border: none;
    padding: 16px 28px;
    text-transform: uppercase;
    font-family: Kepler;
    letter-spacing: 2px;
    font-size: 14px;
  
    transition: all .5s;
  }
  .section-six-left-text button:hover {
    opacity: 80%;
    background-color: teal;
  }
  .section-six-left-img {
    width: 45%;
    height: 100%;
    margin: 10px;
    max-height: calc(100% - 10px*2);
    background-image: url(images/activity-1.jpg);
    background-position: center;
    background-size: cover;
  }
  .section-six-right {
    height: 100%;
    width: 50%;
    padding: 15px;
  }
  .section-six-right-contents {
    height: 100%;
    width: 100%;
    background-color: white;
    border: solid 2px black;
    box-shadow: 0 0 8px;
    display: flex;
  }
  .section-six-right-text {
    width: 55%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .section-six-right-text h2 {
    font-family: Kepler;
    font-size: 24px;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 5px;
  }
  .section-six-right-text h1 {
    padding: 0 20px;
    font-family: Kepler;
    font-size: 16px;
    letter-spacing: 1px;
    word-spacing: 2px;
    font-weight: 400;
    line-height: 1.2;
    text-align: left;
  }
  .section-six-right-text button {
    margin-top: 5px;
    background-color: black;
    color: white;
    border: none;
    padding: 16px 28px;
    text-transform: uppercase;
    font-family: Kepler;
    letter-spacing: 2px;
    font-size: 14px;
  
    transition: all .5s;
  }
  .section-six-right-text button:hover {
    opacity: 80%;
    background-color: teal;
  }
  .section-six-right-img {
    width: 45%;
    height: 100%;
    margin: 10px;
    max-height: calc(100% - 10px*2);
    background-image: url(images/activity-2.jpg);
    background-position: center;
    background-size: cover;
  }
  @media (max-width: 1024px) {
    .section-six {
      height: 1250px;
    }
    .section-six-header {
      max-width: calc(100% - 5vw*2);
      margin: 0 5vw;
    }
    .section-six-title h2 {
      font-size: 24px;
    }
    .section-six-title h1{
      font-size: 36px;
    }
    .section-six-contents {
      height: calc(300px * 3);
      max-width: calc(100% - 5vw*2);
      margin: 0 5vw;
    }
    .section-six-top {
      height: 350px;
      width: 100%;
      padding: 15px;
    }
    .section-six-top-text h2 {
      margin-bottom: 5px;
      font-size: 28px;
    }
    .section-six-top-text h1 {
      font-size: 100%;
    }
    .section-six-top-text button {
      margin-top: 5px;
      padding: 12px 30px;
      font-size: 14px;
    }

    .section-six-bottom {
      height: 700px;
      flex-direction: column;
    }
    .section-six-left {
      width: 100%;
    }
    .section-six-left-text {
      order: 2;
    }
    .section-six-left-text h2 {
      margin-bottom: 5px;
      font-size: 28px;
    }
    .section-six-left-text h1 {
      font-size: 100%;
    }
    .section-six-left-text button {
      margin-top: 5px;
      padding: 12px 30px;
      font-size: 14px;
    }

    .section-six-right {
      width: 100%;
    }
    .section-six-right-text h2 {
      font-size: 28px;
      margin-bottom: 5px;
    }
    .section-six-right-text h1 {
      font-size: 100%;
    }
    .section-six-right-text button {
      margin-top: 5px;
      padding: 12px 30px;
      font-size: 14px;
    }
    .section-six-right-img {
      order: 2;
    }  
  }
  @media (max-width: 768px) {
    .section-six {
      height: 1100px;
    }
    .section-six-header {
      max-width: calc(100% - 2vw*2);
      margin: 0 2vw;
    }
    .section-six-title h2 {
      font-size: 22px;
    }
    .section-six-title h1{
      font-size: 32px;
      margin-bottom: 5px;
    }
    .section-six-contents {
      height: calc(300px * 3);
      max-width: calc(100% - 2vw*2);
      margin: 0 2vw;
    }
    .section-six-top {
      height: 300px;
    }
    .section-six-bottom {
      height: 600px;
    }
    .section-six-top-text {
      width: 65%;
    }
    .section-six-top-img {
      width: 35%;
    }
    .section-six-top-text h2 {
      font-size: 130%;
    }
    .section-six-top-text h1 {
      font-size: 90%;
    }
    .section-six-top-text button {
      font-size: 80%;
    }
    .section-six-left-text {
      width: 65%;
    }
    .section-six-left-img {
      width: 35%;
    }
    .section-six-left-text h2 {
      font-size: 130%;
    }
    .section-six-left-text h1 {
      font-size: 90%;
    }
    .section-six-left-text button {
      font-size: 80%;
    }
    .section-six-right-text {
      width: 65%;
    }
    .section-six-right-img {
      width: 35%;
    }
    .section-six-right-text h2 {
      font-size: 130%;
    }
    .section-six-right-text h1 {
      font-size: 90%;
    }
    .section-six-right-text button {
      font-size: 80%;
    }
  }
  @media (max-width: 480px) {
    .section-six {
      height: 1650px;
    }
    .section-six-header {
      height: 125px;
      max-width: calc(100% - 2vw*2);
      margin: 0 2vw;
    }
    .section-six-title h2 {
      font-size: 20px;
    }
    .section-six-title h1{
      font-size: 30px;
      margin-bottom: 5px;
    }
    .section-six-contents {
      height: calc(300px * 3);
      max-width: calc(100% - 2vw*2);
      margin: 0 2vw;
    }
    .section-six-top {
      height: 500px;
    }
    .section-six-bottom {
      height: 1000px;
    }
    .section-six-top-contents {
      flex-direction: column;
    }
    .section-six-top-text {
      width: 100%;
      order: 2;
      margin-top: -2vw;
    }
    .section-six-top-img {
      width: 100%;
      margin-left: 2vw;
      margin-right: 2vw;
      max-width: calc(100% - 2vw*2);
    }
    .section-six-top-text h2 {
      font-size: 22px;
      margin-top: 0px;
    }
    .section-six-top-text h1 {
      font-size: 14px;
    }
    .section-six-top-text button {
      padding: 10px 26px;
      font-size: 14px;
    }
    .section-six-left-contents {
      flex-direction: column;
    }
    .section-six-left-text {
      width: 100%;
      order: 2;
      margin-top: -2vw;
    }
    .section-six-left-img {
      width: 100%;
      margin-left: 2vw;
      margin-right: 2vw;
      max-width: calc(100% - 2vw*2);
    }
    .section-six-left-text h2 {
      font-size: 22px;
      margin-top: 0px;
    }
    .section-six-left-text h1 {
      font-size: 14px;
    }
    .section-six-left-text button {
      padding: 10px 26px;
      font-size: 14px;
    }
    .section-six-right-contents {
      flex-direction: column;
    }
    .section-six-right-text {
      width: 100%;
      order: 2;
      margin-top: -2vw;
    }
    .section-six-right-img {
      width: 100%;
      margin-left: 2vw;
      margin-right: 2vw;
      max-width: calc(100% - 2vw*2);
    }
    .section-six-right-text h2 {
      font-size: 22px;
      margin-top: 0px;
    }
    .section-six-right-text h1 {
      font-size: 14px;
    }
    .section-six-right-text button {
      padding: 10px 26px;
      font-size: 14px;
    }
  }
  @media (max-width: 376px) {
    .section-six {
      height: 1450px;
    }
    .section-six-contents {
      height: calc(300px * 3);
      max-width: calc(100% - 0vw*2);
      margin: 0 0vw;
    }
    .section-six-header {
      height: 75px;
    }
    .section-six-title h2 {
      font-size: 14px;
    }
    .section-six-title h1{
      font-size: 20px;
    }
    .section-six-top {
      height: 450px;
    }
    .section-six-bottom {
      height: 900px;
    }
    .section-six-top-text h2 {
      font-size: 16px;
      margin-top: 0px;
    }
    .section-six-top-text h1 {
      font-size: 10px;
    }
    .section-six-top-text button {
      padding: 9px 24px;
      font-size: 10px;
    }
    .section-six-left-text h2 {
      font-size: 16px;
      margin-top: 0px;
    }
    .section-six-left-text h1 {
      font-size: 10px;
    }
    .section-six-left-text button {
      padding: 9px 24px;
      font-size: 10px;
    }
    .section-six-right-text h2 {
      font-size: 16px;
      margin-top: 0px;
    }
    .section-six-right-text h1 {
      font-size: 10px;
    }
    .section-six-right-text button {
      padding: 9px 24px;
      font-size: 10px;
    }
  }















  .section-seven {
    position: relative;
    height: auto;
    padding-top: 50px;
    padding-bottom: 100px;
    box-shadow: 0 0 16px;
    z-index: 50;
    background-color: white;
  }
  .section-seven-title {
    font-family: Kepler;
    font-size: 16px;
    text-align: center;
    font-weight: 600;
    letter-spacing: 2.5px;
    word-spacing: 2px;
    text-transform: uppercase;
    margin: 0 3vw;
    margin-bottom: 30px;
  }
  .logo-grid {
    margin-left: 8vw;
    margin-right: 8vw;
    display: grid;
    justify-items: center;
    grid-gap: 24px;
  }
  .logo-grid img {
    max-width: 100%;
    -webkit-filter: brightness(80%);
    -webkit-transition: all 1s ease;
  }
  .logo-grid img:hover {
    -webkit-filter: brightness(100%);
    opacity: 0.8;
  }
  .logo-grid {
    grid-template-columns: repeat(6, 1fr);
  }
  @media (max-width: 1024px) {
    .logo-grid {
      grid-template-columns: repeat(3, 1fr);
    }
  }
  @media (max-width: 768px) {
    .section-seven {
      padding-bottom: 30px;
    }
    .logo-grid {
      margin-left: 6vw;
      margin-right: 6vw;
    }
  }
  @media (max-width: 376px) {
    .logo-grid {
      grid-template-columns: repeat(2, 1fr);
    }
  }




footer {
    position: relative;
    height: 500px;
    width: 100%;
    background-color: white;
    z-index: 100;
}
.footer-container {
  position: absolute;
  margin-top: 0;
    height: 500px;
    width: 100vw;
    color: white;
    background-color: rgb(135, 15, 75, 0.8);
    border-top-left-radius: 64px;
    border-top-right-radius: 64px;
    z-index: 60;
}
.first-row {
    position: relative;
    height: 350px;
    background: none;
    margin-left: 8vw;
    margin-right: 8vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.tiaki {
    height: 300px;
    width: 40%;
    background: none;
    display: flex;
    flex-direction: column;
}
.tiaki-top {
  height: 60%;
  width: 100%;
  display: flex;
}
.tiaki-img {
    height: 100%;
    width: 40%;
}
.tiaki-img img {
    object-fit: contain;
    height: 100%;
    width: 100%;
}
.tiaki-promise {
    height: 100%;
    width: 60%;
    text-align: center;
}
.tiaki-promise p {
    font-family: Sackers;
    font-size: 32px;
    font-weight: 400;
    top: 5%;
}
.tiaki-text {
    width: 100%;
    height: 40%;
    text-align: center;
}
.tiaki-text h2 {
    font-family: Kepler;
    font-size: 18px;
    font-weight: 400;
}
.footer-logo {
    position: absolute;
    height: 100%;
    width: 30%;
    top: 50%;
    transform: translateY(-50%);
    background-color: none;
    left: 35%;
}
.footer-logo img {
    position: absolute;
    width: 200px;
    height: auto;
    left: 50%;
    transform: translate(-50%, -50%);
}
.signup {
    height: 300px;
    width: 40%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.signup p {
    font-family: Kepler;
    text-align: center;
    letter-spacing: 1px;
    font-size: 32px;
    font-weight: 500;
    margin-top: -20px;
}
.signup button {
    color: rgb(135, 15, 75);
    border: none;
    padding: 12px 40px;
    text-transform: uppercase;
    font-family: Kepler;
    letter-spacing: 2px;
    font-size: 16px;
    margin-top: -20px;
    background-color: white;
    
    transition: all .5s;
}
.signup button:hover {
    opacity: 100%;
    transform: scale(105%);
    color: white;
    background-color: teal;
}
.second-row {
  position: relative;
  height: 100px;
  background: none;
  margin-left: 8vw;
  margin-right: 8vw;
}
.footer-marks {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 65%;
  height: 150%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 10%;
  justify-content: center;
  align-items: center;
}
#footer1 {
  width: auto;
  height: 60px;
  object-fit: cover;
}
#footer2 {
  width: auto;
  height: 100px;
  object-fit: cover;
}
#footer3 {
  width: auto;
  height: 150px;
  object-fit: cover;
}
#footer4 {
  width: auto;
  height: 80px;
  object-fit: cover;
}
.footer-line {
  height: 3px;
  border-radius: 5px;
  background-color: white;
  margin-left: 6vw;
  margin-right: 6vw;
}
.copyright {
  position: relative;
  height: 30px;
  background:none;
  text-align: center;
}

@media (max-width: 1024px) {
  footer {
    height: 650px;
  }
.footer-container {
  margin-top: 60px;
  height: 650px;
}
.first-row {
  height: 500px;
  padding-top: 50px;
  margin-left: 30vw;
  margin-right: 30vw;
  flex-direction: column;
}
.tiaki {
  width: 100%;
  top: 250px;
}

.footer-logo {
  position: absolute;
}
.signup {
  height: 35%;
  width: 100%;
}
.signup p {
  position: relative;
  margin-top: -10px;
}
.signup button {
  position: relative;
}
.footer-marks {
  grid-gap: 8%;
}
#footer1 {
  height: 60px;
}
#footer2 {
  height: 100px;
}
#footer3 {
  height: 150px;
}
#footer4 {
  height: 80px;
}
}
@media (max-width: 900px) {
  footer {
    height: 550px;
  }
.footer-container {
  margin-top: 60px;
  height: 550px;
}
.first-row {
  height: 400px;
  padding-top: 50px;
  margin-left: 30vw;
  margin-right: 30vw;
  flex-direction: column;
}
.tiaki {
  width: 100%;
  top: 250px;
  height: 60%;
}
.tiaki-promise p {
  font-family: Sackers;
  font-size: 28px;
  font-weight: 400;
  top: 5%;
}
.tiaki-text h2 {
  font-family: Kepler;
  font-size: 16px;
  font-weight: 400;
}

.footer-logo {
  position: absolute;
}
.signup {
  height: 40%;
  width: 100%;
}
.signup p {
  position: relative;
  margin-top: -10px;
  font-size: 28px;
  letter-spacing: 0px;
}
.signup button {
  background-color: black;
  color: white;
  border: none;
  padding: 10px 30px;
  text-transform: uppercase;
  font-family: Kepler;
  letter-spacing: 1px;
  font-size: 14px;
  margin-top: -20px;
}
}
@media (max-width: 768px) {
.first-row {
  margin-left: 25vw;
  margin-right: 25vw;
}
  .footer-container {
    border-top-left-radius: 32px;
    border-top-right-radius: 32px;
  }
.footer-marks {
  grid-gap: 7%;
}
#footer1 {
  height: 40px;
}
#footer2 {
  height: 66px;
}
#footer3 {
  height: 100px;
}
#footer4 {
  height: 46px;
}
}
@media (max-width: 600px) {
  .first-row {
    margin-left: 18vw;
    margin-right: 18vw;
  }
}
  @media (max-width: 480px) {
    footer {
      height: 410px;
    }
  .footer-container {
    margin-top: 60px;
    height: 410px;
  }
  .first-row {
    height: 300px;
    padding-top: 50px;
    margin-left: 15vw;
    margin-right: 15vw;
    flex-direction: column;
  }
    .tiaki-promise p {
      font-family: Sackers;
      font-size: 24px;
      font-weight: 400;
      top: 5%;
    }
    .tiaki-text h2 {
      font-family: Kepler;
      font-size: 14px;
      font-weight: 400;
    }
    .signup {
      height: 40%;
      width: 100%;
    }
    .signup p {
      position: relative;
      margin-top: 0px;
      font-size: 22px;
      letter-spacing: 0px;
    }
    .signup button {
      background-color: black;
      color: white;
      border: none;
      padding: 10px 30px;
      text-transform: uppercase;
      font-family: Kepler;
      letter-spacing: 0px;
      font-size: 12px;
      margin-top: -20px;
    }
    .second-row {
      height: 60px;
    }
    #footer1 {
      height: 30px;
    }
    #footer2 {
      height: 46px;
    }
    #footer3 {
      height: 75px;
    }
    #footer4 {
      height: 34px;
    }
    .copyright p {
      font-size: 13px;
    }
    }
    @media (max-width: 376px) {
      .first-row {
        margin-left: 10vw;
        margin-right: 10vw;
      }
      .tiaki-promise p {
        font-family: Sackers;
        font-size: 20px;
        font-weight: 400;
        top: 5%;
      }
      .tiaki-text h2 {
        font-family: Kepler;
        font-size: 12px;
        font-weight: 400;
      }
      .signup p {
        position: relative;
        margin-top: 0px;
        font-size: 20px;
        letter-spacing: 0px;
      }
      .signup button {
        background-color: black;
        color: white;
        border: none;
        padding: 10px 30px;
        text-transform: uppercase;
        font-family: Kepler;
        letter-spacing: 0px;
        font-size: 12px;
        margin-top: -15px;
      }
      #footer1 {
        height: 26px;
      }
      #footer2 {
        height: 46px;
      }
      #footer3 {
        height: 75px;
      }
      #footer4 {
        height: 34px;
      }
      .copyright p {
        font-size: 12px;
      }
      }
      










































      .custom-model-main {
        position: fixed;
        top: 0;
        right: 0;
        width: 100vw;
        height: 100vh;
        z-index: 99999;
        display: none;
        align-items: center;
        justify-content: center;
        }
        .model-open {
        display: flex;
        }
        .custom-model-inner {
        transform: translate(0, -25%);
        transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
        width: 45%;
        max-width: 97%;
        }
        .custom-model-wrap {
        box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
        outline: 0;
        max-height: calc(100vh - 70px);
        overflow-y: auto;
        border-radius: 5px;
        }
        .model-open .custom-model-inner {
        transform: translate(0, 0);
        z-index: 999;
        }
        .model-open .bg-overlay {
        background: rgba(0, 0, 0, 0.6);
        z-index: 99;
        }
        .bg-overlay {
        background: rgba(0, 0, 0, 0);
        height: 100vh;
        width: 100%;
        position: fixed;
        transition: background 0.15s linear;
        }
        .close-btn {
        position: absolute;
        right: 0;
        top: -30px;
        cursor: pointer;
        z-index: 99;
        font-size: 30px;
        color: #fff;
        }
        .section-signup {
        background-color: white;
        height: auto;
        padding: 20px;
        }
        .form-border {
        border: solid 3px #474544;
        width: 100%;
        position: relative;
        }
        .sf {
          margin: 20px 0;
        }
        .section-signup h1 {
          color: #474544;
          font-size: 32px;
          font-weight: 700;
          letter-spacing: 7px;
          text-align: center;
          text-transform: uppercase;
          font-family: Kepler;
        }
        
        .sf-underline {
          border-bottom: solid 2px #474544;
          margin: -0.512em auto;
          width: 80px;
        }
        
        .icon_wrapper {
          margin: 40px auto 0;
          width: 100%;
        }
        
        .icon {
          display: block;
          fill: #474544;
          height: 80px;
          margin: 0 auto;
          width: auto
        }
        
        .sf-name {
          height: 50px;
          margin: 0px 40px;
          max-width: calc(100% - 40px*2);
          display: flex;
          justify-content: space-between;
          padding: 0 0 0.875em 0;
        }
        .sf-first-name {
          width: 45%;
          height: 40px;
        }
        .sf-last-name{
          width: 45%;
          height: 40px;
          border: none;
        }
        .sf-email {
          height: 50px;
          margin: 0px 40px;
          max-width: calc(100% - 40px*2);
          padding: 0 0 0.875em 0;
          margin-top: 10px;
        }
        .sf-number {
          height: 50px;
          margin: 0px 40px;
          max-width: calc(100% - 40px*2);
          padding: 0 0 0.875em 0;
          margin-top: 5px;
        }
        .sf-age {
          height: 50px;
          margin: 0px 40px;
          max-width: calc(100% - 40px*2);
          padding: 0 0 0.875em 0;
          margin-top: 5px;
        }
        .sf-location {
          height: 50px;
          margin: 0px 40px;
          max-width: calc(100% - 40px*2);
          padding: 0 0 0.875em 0;
          margin-top: 5px;
        }
        input {
          width: 100%;
          height: 100%;
          border: none;
          border-bottom: solid 2px #474544;
          background:none;
          color: #474544;
          font-size: 18px;
          font-weight: 400;
          letter-spacing: 1px;
          margin: 0em 0 1.875em 0;
          text-transform: uppercase;
          font-family: Kepler;
        }
        
        .checkbox {
          position: relative;
          text-align: center;
          padding-top: 15px;
          color: #a1a1a1;
          font-family: Kepler;
          font-size: 12px;
          width: 100%;
          height: 40px;
        }
        .checkbox a {
          color: #009ddc;
        }
        #checkbox {
          width: auto; /* Adjust width as needed */
          height: auto; /* Adjust height as needed */
        }
        
        .g-recaptcha {
          margin: 20px 0;
          display: flex;
          justify-content: center;
        }
        .sf-submit {
          margin: 0px 40px;
          max-width: calc(100% - 40px*2);
        }
        #form_button {
          background: none;
          border: solid 2px #474544;
          color: #474544;
          cursor: pointer;
          font-family: Kepler;
          letter-spacing: 2px;
          font-size: 16px;
          font-weight: bold;
          padding: 20px 35px;
          text-transform: uppercase;
          transition: all 0.3s;
        }
        #form_button:hover {
          background: #474544;
          color: #F2F3EB;
        }
        @media (max-width: 1024px) {
          .custom-model-inner {
            width: 70%;
          }
        }
        @media (max-width: 768px) {
          .custom-model-inner {
            width: 80%;
          }
        }
        @media (max-width: 600px) {
          .custom-model-inner {
            width: 90%;
          }
        }
        @media (max-width: 480px) {
            .custom-model-inner {
            width: 90%;
            }
            .section-signup h1 {
              font-size: 24px;
            }
            .icon_wrapper {
              margin: 30px auto 0;
            }
            
            .icon {
              height: 60px;
            }
            
            .sf-name {
              height: 50px;
              margin: 0px 20px;
              max-width: calc(100% - 20px*2);
            }
            .sf-email {
              height: 40px;
              margin: 0px 20px;
              max-width: calc(100% - 20px*2);
            }
            .sf-number {
              height: 40px;
              margin: 0px 20px;
              max-width: calc(100% - 20px*2);
            }
            .sf-age {
              height: 40px;
              margin: 0px 20px;
              max-width: calc(100% - 20px*2);
            }
            .sf-location {
              height: 40px;
              margin: 0px 20px;
              max-width: calc(100% - 20px*2);
            }
            input {
              font-size: 14px;
            }
            
            .checkbox {
              padding-top: 5px;
              font-size: 10px;
              margin: 0px 20px;
              max-width: calc(100% - 20px*2);
            }
            .g-recaptcha {
              margin: 0px 0;
              margin-top: -15px;
              margin-bottom: 5px;
              transform: scale(80%);
              
            }
            .sf-submit {
              margin: 0px 20px;
              max-width: calc(100% - 20px*2);
            }
            #form_button {
              font-size: 12px;
              padding: 16px 20px;
            }
        }
        @media (max-width: 376px) {
          .custom-model-inner {
          width: 90%;
          }
          .section-signup h1 {
            font-size: 20px;
          }
          .icon_wrapper {
            margin: 25px auto 0;
          }
          
          .icon {
            height: 50px;
          }
          
          .sf-name {
            height: 35px;
          }
          .sf-email {
            height: 35px;
            margin-top: 15px;
          }
          .sf-number {
            height: 35px;
          }
          .sf-age {
            height: 35px;
          }
          .sf-location {
            height: 35px;
          }
          input {
            font-size: 12px;
          }
          
          .checkbox {
            padding-top: 5px;
            font-size: 10px;
          }
          #checkbox {
            width: 8px;
            height: 8px
          }
          .g-recaptcha {
            margin: 0px 0;
            margin-top: -15px;
            margin-bottom: 5px;
            transform: scale(70%);
          }
          #form_button {
            font-size: 12px;
            padding: 16px 20px;
          }
      }