@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;
} 
#contact-nav {
  color: white;
  text-decoration:overline;
  text-decoration-color: rgb(365, 365, 365, .8);
}
header.scrolled #contact-nav {
  color: rgba(0, 0, 0, 1);
  text-decoration-color: rgba(0, 0, 0, 0.5);
}
header:hover #contact-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);
  }
}







.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;
}
#contact-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: 80vh;
padding: 0;
margin: 0;
}
.section-one img {
width: 100%;
height: 100%;
position: absolute;
object-fit: cover;
filter: brightness(80%);
}
.header-text-one {
position: absolute;
top: 35%;
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: 52px;
}
}
@media (max-width: 480px) {
.header-text-one {
  font-size: 48px;
}
}





.form-area {
  position: relative;
  height: 1000px;
  width: 100%;
  display: flex;
}


.section-two {
  position: relative;
  background-color: white;
  height: 1000px;
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px;
}
.details {
  width: 100%;
  height: 50%;
}
.details-container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.details-container h1 {
    font-family: Kepler;
    font-size: 24px;
    text-align: center;
    font-weight: 600;
    letter-spacing: 2.5px;
    word-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 50px;
}
.details-container h2 {    
    font-family: Kepler;
    font-size: 18px;
    text-align: center;
    font-weight: 1000;
    letter-spacing: 2.5px;
    word-spacing: 2px;
    margin-bottom: 0;
}
.details-container h3 {    
    font-family: Kepler;
    font-size: 16px;
    text-align: center;
    font-weight: 300;
    letter-spacing: 2.5px;
    word-spacing: 2px;
    margin-top: 0;
}

.enquire-container {
  width: 100%;
  height: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.enquire-text {
  text-align: center;
  font-family: Kepler;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 2px;
  color: rgba(0, 0, 0, 0.8)
}
.text-button-container {
  margin-top: 10px;
  width: 100%;
  height: 300px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}
#enquire-btn {
  background: none;
  border: solid 2px #474544;
  color: #474544;
  cursor: pointer;
  font-family: Kepler;
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: bold;
  padding: 12px 16px;
  text-transform: uppercase;
  transition: all 0.3s;
  width: 350px;
}
#enquire-btn:hover {
  background: #474544;
  color: #F2F3EB;
}
#enquire-btn:active {
  background: #474544;
  color: #F2F3EB;
}
#new-btn {
  background: none;
  border: solid 2px #474544;
  color: #474544;
  cursor: pointer;
  font-family: Kepler;
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: bold;
  padding: 12px 16px;
  text-transform: uppercase;
  transition: all 0.3s;
  width: 350px;
}
#new-btn:hover {
  background: #474544;
  color: #F2F3EB;
}
#new-btn:active {
  background: #474544;
  color: #F2F3EB;
}
#events-btn {
  background: none;
  border: solid 2px #474544;
  color: #474544;
  cursor: pointer;
  font-family: Kepler;
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: bold;
  padding: 12px 16px;
  text-transform: uppercase;
  transition: all 0.3s;
  width: 350px;
}
#events-btn:hover {
  background: #474544;
  color: #F2F3EB;
}
#events-btn:active {
  background: #474544;
  color: #F2F3EB;
}
#booking-btn {
  background: none;
  border: solid 2px #474544;
  color: #474544;
  cursor: pointer;
  font-family: Kepler;
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: bold;
  padding: 12px 16px;
  text-transform: uppercase;
  transition: all 0.3s;
  width: 350px;
}
#booking-btn:hover {
  background: #474544;
  color: #F2F3EB;
}
#booking-btn:active {
  background: #474544;
  color: #F2F3EB;
}
#map-btn {
  background: none;
  border: solid 2px #474544;
  color: #474544;
  cursor: pointer;
  font-family: Kepler;
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: bold;
  padding: 12px 16px;
  text-transform: uppercase;
  transition: all 0.3s;
  width: 350px;
}
#map-btn:hover {
  background: #474544;
  color: #F2F3EB;
}
#map-btn:active {
  background: #474544;
  color: #F2F3EB;
}



@media (max-width: 600px) {
  .details-container h1 {
    font-size: 20px;
    letter-spacing: 2px;
    word-spacing: 1px;
    margin-bottom: 30px;
}
.details-container h2 {    
    font-size: 16px;
    letter-spacing: 2px;
}
.details-container h3 {    
    font-size: 14px;
    letter-spacing: 2px;
}
.enquire-text {
  font-size: 16px;
}
.text-button-container {
  height: 250px;
}
#enquire-btn {
  letter-spacing: 0.5px;
  font-size: 12px;
  padding: 10px 16px;
  width: 300px;
}
#new-btn {
  letter-spacing: 0.5px;
  font-size: 12px;
  padding: 10px 16px;
  width: 300px;
}
#events-btn {
  letter-spacing: 0.5px;
  font-size: 12px;
  padding: 10px 16px;
  width: 300px;
}
#booking-btn {
  letter-spacing: 0.5px;
  font-size: 12px;
  padding: 10px 16px;
  width: 300px;
}
#map-btn {
  letter-spacing: 0.5px;
  font-size: 12px;
  padding: 10px 16px;
  width: 300px;
}
}
@media (max-width: 480px) {
  .details-container h1 {
    font-size: 18px;
    letter-spacing: 2px;
    word-spacing: 1px;
    margin-bottom: 20px;
}
.details-container h2 {    
    font-size: 14px;
    letter-spacing: 2px;
}
.details-container h3 {    
    font-size: 12px;
    letter-spacing: 2px;
}
.enquire-text {
  font-size: 14px;
}
.text-button-container {
  height: 250px;
  margin-top: 5px;
}
#enquire-btn {
  letter-spacing: 0.5px;
  font-size: 11px;
  padding: 10px 16px;
  width: 280px;
}
#new-btn {
  letter-spacing: 0.5px;
  font-size: 11px;
  padding: 10px 16px;
  width: 280px;
}
#events-btn {
  letter-spacing: 0.5px;
  font-size: 11px;
  padding: 10px 16px;
  width: 280px;
}
#booking-btn {
  letter-spacing: 0.5px;
  font-size: 11px;
  padding: 10px 16px;
  width: 280px;
}
#map-btn {
  letter-spacing: 0.5px;
  font-size: 11px;
  padding: 10px 16px;
  width: 280px;
}
}




.form-border {
  border: solid 3px #474544;
  width: 80%;
  margin: 0px auto;
  position: relative;
}
form {
  margin: 20px 0;
  }
  h1 {
    color: #474544;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 7px;
    text-align: center;
    text-transform: uppercase;
    font-family: Kepler;
  }
  
  .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
  }

  .cf-name {
    height: 50px;
    margin: 0px 40px;
    max-width: calc(100% - 40px*2);
    display: flex;
    justify-content: space-between;
    padding: 0 0 0.875em 0;
  }
  .cf-first-name {
    width: 45%;
    height: 40px;
  }
  .cf-last-name{
    width: 45%;
    height: 40px;
    border: none;
  }
  .cf-email {
    height: 50px;
    margin: 0px 40px;
    max-width: calc(100% - 40px*2);
    padding: 0 0 0.875em 0;
    margin-top: 5px;
  }
  .cf-number {
    height: 50px;
    margin: 0px 40px;
    max-width: calc(100% - 40px*2);
    padding: 0 0 0.875em 0;
    margin-top: 5px;
  }
  .cf-date {
    height: 50px;
    margin: 0px 40px;
    max-width: calc(100% - 40px*2);
    padding: 0 0 0.875em 0;
    margin-top: 5px;
  }
  .cf-enquiry {
    height: 50px;
    margin: 0px 40px;
    max-width: calc(100% - 40px*2);
    padding: 0 0 0.875em 0;
    margin-top: 5px;
  }
  .cf-booking-info {
    height: 50px;
    margin: 0px 40px;
    max-width: calc(100% - 40px*2);
    display: flex;
    justify-content: space-between;
    padding: 0 0 0.875em 0;
    margin-top: 5px;
  }
  .cf-rooms {
    width: 30%;
    height: 40px;
  }
  .cf-nights {
    width: 30%;
    height: 40px;
    border: none;
  }
  .cf-booking-date {
    width: 30%;
    height: 40px;
  }
  .cf-message {
    height: 150px;
    margin: 0px 40px;
    max-width: calc(100% - 40px*2);
    padding: 0 0 0.875em 0;
    margin-top: 10px;
  }
  .cf-message1 {
    height: 260px;
    margin: 0px 40px;
    max-width: calc(100% - 40px*2);
    padding: 0 0 0.875em 0;
    margin-top: 10px;
  }
  #input-message1 {
    line-height: 150%;
    height: 260px;
    resize: none;
    width: 100%;
  }


  
  select {
    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;
  }
  input, textarea {
    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;
  }
  textarea {
    line-height: 150%;
    height: 150px;
    resize: none;
    width: 100%;
  }
  .g-recaptcha {
    margin: 20px 0;
    display: flex;
    justify-content: center;
  }
  .cf-submit {
    margin: 0px 40px;
    max-width: calc(100% - 40px*2);
    padding: 0 0 0.875em 0;
  }
  #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;
  }
  .section-map {
    width: 60%;
    position: relative;
    background-color: white;
    height: 1000px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px;
  }
  .map {
    box-shadow: 0 0 1vw;
  }
  iframe {
    width: 100%;
    height: 100%;
  }
  .section-contact {
    width: 60%;
    position: relative;
    background-color: white;
    height: 1000px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px;
  }
  .section-new {
    width: 60%;
    position: relative;
    background-color: white;
    height: 1000px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px;
  }
  .section-booking {
    width: 60%;
    position: relative;
    background-color: white;
    height: 1000px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px;
  }

@media (max-width: 1024px) {
  .form-area {
    flex-direction: column;
  }
  .form-area {
    height: 1700px;
  }
  .section-two {
    width: 100%;
    height: 800px;
    padding: 0px;
  }
  .section-map {
    height: 900px;
    width: 85%;
    left: 50%;
    transform: translateX(-50%);
  }
  .section-booking {
    height: 900px;
    width: 85%;
    left: 50%;
    transform: translateX(-50%);
  }
  .section-new {
    height: 900px;
    width: 85%;
    left: 50%;
    transform: translateX(-50%);
  }
  .section-contact {
    height: 900px;
    width: 85%;
    left: 50%;
    transform: translateX(-50%);
  }






  h1 {
    font-size: 28px;
    letter-spacing: 5px;
  }
  
  .underline {
    width: 240px;
  }
  
  .icon {
    height: 60px;
  }

  .cf-name {
    height: 40px;
  }
  .cf-first-name {
    height: 100%;
  }
  .cf-last-name{
    height: 100%;
  }
  .cf-email {
    height: 40px;
  }
  .cf-number {
    height: 40px;
  }
  .cf-date {
    height: 40px;
  }
  .cf-enquiry {
    height: 40px;
  }
  .cf-booking-info {
    height: 40px;
  }
  .cf-rooms {
    height: 100%;
  }
  .cf-nights {
    height: 100%;
  }
  .cf-booking-date {
    height: 100%;
  }
  .cf-message {
    height: 100px;
  }
  .cf-message1 {
    height: 200px;
  }
  #input-message1 {
    height: 200px;
  }  
  select {
    font-size: 14px;
  }
  input, textarea {
	  font-size: 14px;
  }
  textarea {
    height: 100px;
  }
}

@media (max-width: 768px) {
  .section-map {
    width: 95%;
  }
  .section-booking {
    width: 95%;
  }
  .section-new {
    width: 95%;
  }
  .section-contact {
    width: 95%;
  }
}
@media (max-width: 600px) {
  .form-area {
    height: 1600px;
  }
  .section-two {
    width: 100%;
    height: 700px;
    padding: 0px;
  }
  .section-map {
    width: 100%;
    padding: 40px;
  }
  .section-booking {
    width: 100%;
    padding: 40px;
  }
  .section-new {
    width: 100%;
    padding: 40px;
  }
  .section-contact {
    width: 100%;
    padding: 40px;
  }
}
@media (max-width: 480px) {
  .form-area {
    height: 1400px;
  }
  .section-two {
    width: 100%;
    height: 650px;
    padding: 0px;
  }
  .section-map {
    height: 700px;
    width: 100%;
    padding: 40px;
  }
  .section-booking {
    height: 700px;
    width: 100%;
    padding: 20px;
  }
  .section-new {
    height: 700px;
    width: 100%;
    padding: 20px;
  }
  .section-contact {
    height: 700px;
    width: 100%;
    padding: 20px;
  }
  h1 {
    font-size: 20px;
    letter-spacing: 5px;
  }
  
  .underline {
    width: 120px;
  }
  .icon {
    height: 50px;
  }
  .icon_wrapper {
    margin: 30px auto 0;
  }

  .cf-name {
    height: 40px;
    margin: 0px 30px;
    max-width: calc(100% - 30px*2);
  }
  .cf-first-name {
    height: 100%;
  }
  .cf-last-name{
    height: 100%;
  }
  .cf-email {
    height: 40px;
    margin: 0px 30px;
    max-width: calc(100% - 30px*2);
  }
  .cf-number {
    height: 40px;
    margin: 0px 30px;
    max-width: calc(100% - 30px*2);
  }
  .cf-date {
    height: 40px;
    margin: 0px 30px;
    max-width: calc(100% - 30px*2);
  }
  .cf-enquiry {
    height: 40px;
    margin: 0px 30px;
    max-width: calc(100% - 30px*2);
  }
  .cf-booking-info {
    height: 40px;
    margin: 0px 30px;
    max-width: calc(100% - 30px*2);
  }
  .cf-rooms {
    height: 100%;
  }
  .cf-nights {
    height: 100%;
  }
  .cf-booking-date {
    height: 100%;
  }
  .cf-message {
    height: 100px;
    margin: 0px 30px;
    max-width: calc(100% - 30px*2);
    padding: 0 0 0.875em 0;
    margin-top: 10px;
  }
  .cf-message1 {
    height: 150px;
    margin: 0px 30px;
    max-width: calc(100% - 30px*2);
  }
  #input-message1 {
    line-height: 100%;
    height: 150px;
  }
  
  select {
    font-size: 14px;
  }
  input, textarea {
	  font-size: 14px;
  }
  textarea {
    line-height: 100%;
    height: 100px;
  }
  #cf-g-recaptcha {
    margin: 0px 0;
    margin-top: 5px;
    margin-bottom: 5px;
    display: flex;
    justify-content: center;
    transform: scale(80%);
  }
  #bf-g-recaptcha {
    margin: 0px 0;
    margin-top: 5px;
    margin-bottom: 5px;
    display: flex;
    justify-content: center;
    transform: scale(80%);
  }
  #nbf-g-recaptcha {
    margin: 0px 0;
    margin-top: 5px;
    margin-bottom: 5px;
    display: flex;
    justify-content: center;
    transform: scale(80%);
  }
  .cf-submit {
    margin: 0px 30px;
    max-width: calc(100% - 30px*2);
    margin-bottom: -30px;
  }
  #form_button {
    letter-spacing: 1px;
    font-size: 12px;
    padding: 20px 30px;
  }
}
@media (max-width: 376px) {
  .form-area {
    height: 1250px;
  }
  .section-two {
    width: 100%;
    height: 650px;
    padding: 0px;
  }
  .section-map {
    height: 600px;
    width: 100%;
    padding: 40px;
  }
  .section-booking {
    height: 600px;
    width: 100%;
    padding: 20px;
  }
  .section-new {
    height: 600px;
    width: 100%;
    padding: 20px;
  }
  .section-contact {
    height: 600px;
    width: 100%;
    padding: 20px;
  }
  form {
    margin: 20px 0;
    margin-bottom: 0px;
    }
  .section-map {
    width: 100%;
    padding: 40px;
  }
  .section-booking {
    width: 100%;
    padding: 20px;
  }
  .section-new {
    width: 100%;
    padding: 20px;
  }
  .section-contact {
    width: 100%;
    padding: 20px;
  }
  h1 {
    font-size: 14px;
    letter-spacing: 3px;
  }
  
  .underline {
    width: 80px;
  }
  .icon {
    height: 40px;
  }
  .icon_wrapper {
    margin: 20px auto 0;
  }

  .cf-name {
    height: 40px;
    margin: 0px 20px;
    max-width: calc(100% - 20px*2);
  }
  .cf-first-name {
    height: 100%;
  }
  .cf-last-name{
    height: 100%;
  }
  .cf-email {
    height: 40px;
    margin: 0px 20px;
    max-width: calc(100% - 20px*2);
  }
  .cf-number {
    height: 40px;
    margin: 0px 20px;
    max-width: calc(100% - 20px*2);
  }
  .cf-date {
    height: 40px;
    margin: 0px 20px;
    max-width: calc(100% - 20px*2);
  }
  .cf-enquiry {
    height: 40px;
    margin: 0px 20px;
    max-width: calc(100% - 20px*2);
  }
  .cf-booking-info {
    height: 40px;
    margin: 0px 20px;
    max-width: calc(100% - 20px*2);
  }
  .cf-rooms {
    height: 100%;
  }
  .cf-nights {
    height: 100%;
  }
  .cf-booking-date {
    height: 100%;
  }
  .cf-message {
    height: 80px;
    margin: 0px 20px;
    max-width: calc(100% - 20px*2);
    padding: 0 0 0.875em 0;
    margin-top: 5px;
  }
  .cf-message1 {
    height: 100px;
    margin: 0px 20px;
    max-width: calc(100% - 20px*2);
  }
  #input-message1 {
    line-height: 100%;
    height: 100px;
  }
  
  select {
    font-size: 12px;
  }
  input, textarea {
	  font-size: 12px;
  }
  textarea {
    line-height: 100%;
    height: 80px;
  }
  #cf-g-recaptcha {
    margin-top: 5px;
    margin-bottom: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: scale(70%);
  }
  #bf-g-recaptcha {
    margin-top: 5px;
    margin-bottom: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: scale(70%);
  }
  #nbf-g-recaptcha {
    margin-top: 5px;
    margin-bottom: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: scale(70%);
  }
  .cf-submit {
    margin: 0px 20px;
    max-width: calc(100% - 20px*2);
  }
  #form_button {
    letter-spacing: 1px;
    font-size: 10px;
    padding: 12px 10px;
  }
}




















footer {
  position: relative;
  height: 500px;
  width: 100%;
  background-color: white;
  z-index: 100;
}
.footer-container {
position: absolute;
margin-top: 50px;
  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;
  box-shadow: 0 0 1vw;
  }
  .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;
  }
  
  .sf-icon-wrapper {
    margin: 40px auto 0;
    width: 100%;
  }
  
  .sf-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;
  }
  text {
    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;
  }
  #sf-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);
  }
  #sf-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;
  }
  #sf-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;
      }
      .sf-icon-wrapper {
        margin: 30px auto 0;
      }
      
      .sf-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);
      }
      #sf-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);
      }
      #sf-form_button {
        font-size: 12px;
        padding: 16px 20px;
      }
  }
  @media (max-width: 376px) {
    .custom-model-inner {
    width: 90%;
    }
    .section-signup h1 {
      font-size: 20px;
    }
    .sf-icon-wrapper {
      margin: 25px auto 0;
    }
    
    .sf-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
    }
    #sf-g-recaptcha {
      margin: 0px 0;
      margin-top: -15px;
      margin-bottom: 5px;
      transform: scale(70%);
    }
    #sf-form_button {
      font-size: 12px;
      padding: 16px 20px;
    }
}