@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");
}

* {
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: 1000;
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;
} 
#accomodation-nav {
  color: white;
  text-decoration:overline;
  text-decoration-color: rgb(365, 365, 365, .8);
}
header.scrolled #accomodation-nav {
  color: rgba(0, 0, 0, 1);
  text-decoration-color: rgba(0, 0, 0, 0.5);
}
header:hover #accomodation-nav {
  color: rgba(0, 0, 0, 1);
  text-decoration-color: rgba(0, 0, 0, 0.5);
}
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.in {
    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.in .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.in .modal-background .modal {
    background: white;
    padding: 50px;
    display: inline-block;
    border-radius: 3px;
    font-weight: 300;
    position: relative;
  }
  
#modal-container.in .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.in .modal-background .modal {
    padding: 40px;
  }
  #modal-container.in .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.in .modal-background .modal {
    padding: 30px;
  }
  #modal-container.in .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.in .modal-background .modal {
    padding: 20px;
  }
  #modal-container.in .modal-background .modal h2 {
    font-size: 14px;
    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;
  }
}




.section-one {
  position: relative;
  width: 100%;
  min-height: 100vh;
  padding: 0;
  margin: 0;
}
.section-one img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  filter: brightness(80%);
  filter: saturate(250%);
}
.header-text-one {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  font-size: 64px;
  color: whitesmoke;
  text-shadow: 2px 2px gray;
  font-family: Kepler;
  text-transform: uppercase;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .header-text-one {
    font-size: 56px;
  }
}
@media (max-width: 600px) {
  .header-text-one {
    font-size: 48px;
  }
}
@media (max-width: 480px) {
  .header-text-one {
    font-size: 42px;
  }
}
@media (max-width: 376px) {
  .header-text-one {
    font-size: 38px;
  }
}


















.section-two {
  position: relative;
  height: 450px;
  background-color: white;
  z-index: 50;
  box-shadow: 0px 0px 1vw;
}
.contents {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  background: transparent;
}
.section-two h1 {
  text-align: center;
  width: 60%;
  font-family: Kepler;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 2;

  opacity: 0;
  transform: translateY(20%);
  transition: all 1s;
}
.section-two h1.active {
  opacity: 1;
  transform: translate(0);
}
@media (max-width: 1200px) {
  .section-two h1 {
    font-size: 22px;
    letter-spacing: 1px;
    line-height: 1.4;
  }
}
@media (max-width: 1024px) {
  .section-two h1 {
    width: 70%;
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .section-two h1 {
    width: 80%;
    font-size: 20px;
  }
}
@media (max-width: 600px) {
  .section-two {
    height: 350px;
  }
  .section-two h1 {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .section-two {
    height: 275px;
  }
  .section-two h1 {
    width: 90%;
    font-size: 12px;
  }
}












.section-three {
  height: 50px;
  background-image: url(images/whitestone2.jpeg);
  position: relative;
}
.section-four {
  height: 600px;
  position: relative;
  background-image: url(images/whitestone2.jpeg);
}
.section-five {
  height: 100px;
  background-image: url(images/whitestone2.jpeg);
  position: relative;
}


.title {
  font-size: 50px;
  position: relative;
  padding: 20px;
  font-family: Kepler;
  font-weight: 100;
  text-transform: uppercase;
  letter-spacing: 1px;
  word-spacing: 6px;

  opacity: 0;
  transform: translateY(20%);
  transition: all 1s;
}
.title.active {
  opacity: 1;
  transform: translate(0);
}
.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;
  }
}

















footer {
  position: relative;
  height: 500px;
  width: 100%;
  background-image: url(images/whitestone2.jpeg);
  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;
        }
    }