/*!
Theme Name: New House Farm
Author: Charlie @ Aztec Media
Author URI: https://aztec.media/
Description: Bespoke Theme for New House Farm
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.0
Requires PHP: 8.2


BlankSlate WordPress Theme © 2024 Aztec Media
*/

html {
  scroll-behavior: smooth;
}

body {
overflow-x: hidden;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul,
li {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  font-family: "Kanit";
}

a {
  color: currentColor;
  text-decoration: none;
}

:root {
  --white: #ffffff;
  --light-grey: #fff0e0;
  --black: #2a2a2a;
  --dark-grey: #e3e3e3;
  --darker-grey: #525252;
}

:root {
--font-small: 1.1rem;
--font-medium: 1.3rem;
--font-medium-large: 1.6rem;
--font-large: 2.5rem;
--font-x-large: 3rem;

}

.xl {
  font-size: var(--font-x-large);
  font-weight: 100;
  line-height: 120%;
/*   margin-bottom: 2rem; */
}

.lg {
  font-size: var(--font-large);
/*   margin-bottom: 2rem; */
  line-height: 1.25;
  font-weight: 200;
  color: var(--black);
  
}

.md {
  line-height: 150%;
  font-weight: 300;
/*   margin-bottom: 4rem; */
  font-size: var(--font-medium);
	color: var(--darker-grey);
}

.sm {
  font-size: var(--font-small);

  font-weight: 100;
  line-height: 150%;
/*   margin-bottom: 3rem; */
	color: var(--black);
}

:root {
  --padding-top: 3rem;
  --padding-right: 2rem;
  --padding-bottom: 3rem;
  --padding-left: 2rem;
}

button,
input[type="submit"],
input[type="reset"] {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}
.padding--block {
  padding: var(--padding-top) var(--padding-right) var(--padding-bottom)
    var(--padding-left);
}

@media only screen and (min-width: 475px) {
  :root {
    --padding-top: 3.5rem;
    --padding-right: 2.5rem;
    --padding-bottom: 3.5rem;
    --padding-left: 2.5rem;
	--font-small: 1.3rem;
	--font-medium: 1.4rem;
	--font-medium-large: 1.6rem;
	--font-large: 2.5rem;
	--font-x-large: 3rem;
  }
}

@media only screen and (min-width: 600px) {
  :root {
    --padding-top: 4.5rem;
    --padding-right: 3rem;
    --padding-bottom: 4.5rem;
    --padding-left: 3rem;
	 --font-small: 1.3rem;
	--font-medium: 1.4rem;
	--font-medium-large: 1.6rem;
	--font-large: 2.5rem;
	--font-x-large: 3rem;
  }
}

@media only screen and (min-width: 1024px) {
  :root {
    --padding-top: 5.5rem;
    --padding-right: 4rem;
    --padding-bottom: 5.5rem;
    --padding-left: 4rem;
	--font-medium-large: 1.8rem;
	--font-large: 2.6rem;
	--font-x-large: 3.5rem;
  }
}



@media only screen and (min-width: 1200px) {
  :root {
    --padding-top: 7rem;
    --padding-right: 6rem;
    --padding-bottom: 7rem;
    --padding-left: 6rem;
	--font-large: 2.8rem;
	--font-x-large: 4rem;
  }
}


@media only screen and (min-width: 1366px) {
  :root {
  
	--font-x-large: 5rem;
  }
}



@media only screen and (min-width: 1440px) {
  :root {
    --padding-top: 9vw;
    --padding-right: 7vw;
    --padding-bottom: 9vw;
    --padding-left: 7vw;
  }
}

.py--0 {
  padding-top: 0;
  padding-bottom: 0;
}

.px--0 {
  padding-left: 0;
  padding-right: 0;
}

.pb--0 {
  padding-bottom: 0;
}
.pt--0 {
  padding-top: 0;
}

.py--half {
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
}

.pb--half {
  padding-bottom: var(--padding-bottom);
}

.pt--half {
  padding-top: var(--padding-top);
}

.pr--half {
  padding-right: var(--padding-right);
}

.pl--half {
  padding-left: var(--padding-left);
}

.px--half {
  padding-left: var(--padding-left);
  padding-right: var(--padding-right);
}

@media only screen and (min-width: 1024px) {
  .py--half {
    padding-top: calc(var(--padding-top) / 2);
    padding-bottom: calc(var(--padding-bottom) / 2);
  }

  .pb--half {
    padding-bottom: calc(var(--padding-bottom) / 2);
  }

  .pt--half {
    padding-top: calc(var(--padding-top) / 2);
  }

  .pr--half {
    padding-right: calc(var(--padding-right) / 2);
  }

  .pl--half {
    padding-left: calc(var(--padding-left) / 2);
  }

  .px--half {
    padding-left: calc(var(--padding-left) / 2);
    padding-right: calc(var(--padding-right) / 2);
  }
}


	.white {
color: white;
}

.grey {
    color: var(--dark-grey);
}

h1,
h2,
h3 {
  font-family: "Spectral", serif;
}

h4,
h5,
p,
span,
a,
button {
  font-family: "Karla", Arial, Helvetica, sans-serif;
}

header {
  width: 100vw;
  height: max-content;
 background: linear-gradient(180deg, rgb(18 18 18 / 84%) 2.4%, rgb(38 38 38 / 46%) 59.62%, rgba(83, 83, 83, 0) 100%);
  display: flex;
  position: fixed;
  align-items: center;
  padding: 3rem;
  z-index: 999;
}

.logo {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
}

.logo img {
  height: 6rem;
}

.nav__links {
  display: flex;
  flex-direction: row;
  margin-left: auto;
  color: white;
  padding-right: 4rem;
  font-weight: 500;
  gap: 30px;
}

.btn {
  position: relative;
  padding: 0.7rem 2rem;
  border-radius: 5rem;
  text-transform: uppercase;
  overflow: hidden;
  z-index: 1;
  text-align: center;
  min-width: max-content;
  background-color: var(--dark-grey);
  color: var(--black);
  margin-left: auto;
  font-size: 1rem;
}



.contact__links {
  display: flex;
  justify-content: end;
  padding: 2rem 2rem 0rem 2rem;
  gap: 5rem;
  background: linear-gradient(180deg, #00203c 0%, #003563 100%);
}

.contact__item svg {
  height: 20px;
  fill: white;
}

.contact__item {
  display: flex;
  gap: 10px;
  align-items: center;
  color: white;
  text-transform: uppercase;
  font-weight: 500;
}

.social__icons {
  margin-left: auto;
}

.social__icons svg {
  height: 30px;
  fill: #00203c;
}

@media screen and (max-width: 1000px) {
  .secondary__nav {
    gap: 30px;
  }

  .cta__button {
    display: none;
  }
}

.burger {
  display: none;
  padding: 0;
  margin-left: auto;
}

@media screen and (max-width: 1000px) {
  .burger {
    display: block;
    z-index: 99999;
  }

	

  header {
  padding: 2rem;
  }

  .nav__link {
    display: none;
  }

  .nav__links {
    display: none !important;
  }
}

.burger span {
  width: 22px;
  height: 1px;
  margin: 5px;
  background-color: rgb(255, 255, 255);
  transition: transform 0.3s ease;
  display: block;
}

@media screen and (max-width: 550px) {
  .contact__links {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
}

.burger {
  background: none;
  border: none;
  appearance: none;
}

@media screen and (max-width: 1200px) {
  .nav-links {
    position: absolute;
    top: 0;
    right: 0;
    min-height: 100vh;
    width: 100%;
    color: var(--black);
    display: flex;
    flex-direction: column;
    align-items: center;
    transform: translate(0);
    transition: transform 0.5s ease-in;
    gap: 40px;
    z-index: 9999;
    background: #003563;
    color: white;

    justify-content: flex-start;
  }
}

.nav-links a {
  font-size: 1.2rem;
  text-decoration: none;
  font-weight: 600;
}

.burger.active .line1 {
  transform: rotate(45deg) translate(5px, 5px);
}

.burger.active .line2 {
  opacity: 0;
}

.burger.active .line3 {
  transform: rotate(-45deg) translate(5px, -5px);
}

.nav-links {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0;
  padding: 0;
}

.nav-active {
  transform: translate(100%);
}

@media screen and (min-width: 1000px) {

	.cta__button {
  display: flex;
}



.nav-links {
    display: none;
  }
}

@media screen and (max-width: 1000px) {
 
  .nav-links-desktop {
    display: none;
  }
}

.nav__links {
  display: flex;
	gap: 10px;
}

.nav__item a {
  padding: 1rem;
}

.nav__links .nav__item {

  color: var(--white);
  position: relative;
}

.nav__links .nav__item.nav__item--active > a::after {
  transform: translateX(0%);
}

.nav__links .nav__item > a {
  position: relative;
  overflow: hidden;
}

.nav__links .nav__item > a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  background-color: var(--dark-orange);
  transform: translateX(-101%);
  transition: var(--fast-speed);
}

.nav__links .nav__item:hover a::after {
  transform: translateX(0%);
}

.nav__links .nav__item:hover .inner__nav {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}

.nav__links .nav__item .inner__nav {
  z-index: 999;
  background-color: #003563;
  position: fixed;
  display: grid;
  grid-template-columns: 1fr;
  padding: 1.5rem 1.5rem 1.5rem 1.5em;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: var(--mid-speed);
}

.nav__links .nav__item .inner__nav .inner__nav__links {
  display: grid;
  grid-template-columns: 1fr;
  -moz-column-gap: 4rem;
  column-gap: 4rem;
}

.nav__links .nav__item .inner__nav .inner__nav__links li {
  width: -moz-max-content;
  width: max-content;
}

.inner__nav__links li {
  margin-bottom: 1rem !important;
}

.nav__links
  .nav__item
  .inner__nav
  .inner__nav__links
  li.nav__item--active
  > a::after {
  transform: translateX(0%);
}

.nav__links .nav__item .inner__nav .inner__nav__links li a {
  position: relative;
  overflow: hidden;
}

.nav__links .nav__item .inner__nav .inner__nav__links li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  background-color: var(--dark-orange);
  transform: translateX(-101%);
  transition: var(--fast-speed);
}

.inner__nav__menu {
  display: flex;
  flex-direction: column;
  gap: 30px;
  z-index: 99999;
}

@media screen and (max-width: 1000px) {
  .burger {
    display: block;
    z-index: 999999;
  }

  .nav__links {
    display: none;
  }

  .secondary__nav {
    display: none;
  }
}

@media screen and (max-width: 1000px) {

	

  .cta__button {
    display: none;
  }
}

.mobile__sub li a {
  font-size: 1rem;
}

.nav-links span {
  font-size: 1.2rem;
}

.mobile__sub {
  display: none;
}

.show {
  display: flex;
}

.mobile__sub {
  flex-direction: column;
  gap: 20px;
  align-items: center;
  margin-bottom: 2rem;
}

.mobile-active {
  transform: translate(-100%);
}

.main__nav__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  right: 0;
  position: absolute;
  width: 60%;
  min-width: 250px;
  transform: translateX(100%);
  transition: all 0.4s ease;
  z-index: 998;

  &.active {
    transform: translateX(0%);
  }

  .main__nav {
    padding: 1.5rem 1.5rem 1.5rem 2.5rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    background-color: var(--black);
    color: white;
    width: 100%;
    height: 100%;
    padding-top: 12rem;
    position: relative;

    .main__inner__nav {
      padding: 1.5rem 1.5rem 1.5rem 2.5rem;
      display: flex;
      flex-direction: column;
      gap: 1rem;
      background-color: var(--black);
      color: white;
      width: 100%;
      height: 100%;
      padding-top: 12rem;
      position: absolute;
      top: 0;
      left: 0;
      transform: translateX(100%);
      transition: all 0.4s ease;

      &.active {
        transform: translateX(0%);
      }
    }
  }
}

.main__nav__item,
.main__inner__nav li {
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

.main__nav__link svg {
  height: 24px;
  padding-left: 1rem;
  fill: white;
}

.main__inner__nav svg {
  height: 24px;
  padding-right: 1rem;
  fill: white;
}

.main__nav__link,
.main__inner__nav li {
  display: flex;
  align-items: center;
  fill: white;
}

.back__btn {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}

@media screen and (max-width: 600px) {
  .main__nav__wrapper {
    width: 100%;
  }
}

.logo svg {
  height: 3rem;
}

.hero__container {
  position: relative;
  width: 100%;
  height: auto;
 
  overflow: hidden;
  display: flex;
}

.overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  background-color: black;
  opacity: 0.6;
  z-index: 0;
}

.hero__image {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: -1;
	
}

.hero__image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.hero__text {
  width: 100%;
  position: absolute;
bottom: 0;
	left: 0;
	margin-top: auto;
	padding-bottom: 2rem;
	
}

.hero__text h1 {
  color: var(--dark-grey);
 
}

.hero__text p {
  color: var(--dark-grey);
  max-width: 30rem;
  
}

.white__btn {
  background-color: var(--dark-grey);
  padding: 0.75rem 1.5rem;
  border-radius: 2rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: max-content;
  gap: 12px;
  transition: 0.5s ease-in-out;
	font-size: var(--font-medium);
  color: black;
}

.white__btn:hover {
  background-color: white;
  gap: 20px;
}

.about__section {
  /* padding: 1rem 1rem 6rem 1rem; */
  display: grid;
  grid-template-columns: 1fr;
  gap: 4rem;
  margin: auto;
  align-items: center;
  justify-content: center;
}

.about__section img {
  width: 100%;
	height: 100%;
  object-fit: cover;
}

.about__section h2 {
  text-align: center;
  padding-bottom: 2rem;
}

.about__section p {
  text-align: center;
}

.about__section p:last-of-type {
	padding-bottom: 4rem;
}

.about__text {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.black__btn {
  background-color: var(--black);
  padding: 0.75rem 1.5rem;
  border-radius: 2rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: max-content;
  gap: 12px;
  transition: 0.5s ease-in-out;
  color: var(--dark-grey);
  font-size: 1.3rem;
	    border: 1px solid transparent;
}

.black__btn svg path {
  fill: white;
	  transition: 0.5s ease-in-out;
}

.black__btn:hover {
  background-color: white;
  gap: 20px;
  color: var(--black);
  border: 1px solid var(--black);
}

.black__btn:hover svg path {
  fill: var(--black);
}

.about__container {
  background-color: var(--light-grey);
}



.triple__grid__container {
  /* padding: 6rem 1rem; */
  text-align: center;
}

.triple__grid__container h2 {
  color: var(--black);
  padding-bottom: 2rem;
}

.triple__grid__container p {
  text-align: center;
}



.triple__grid__item {
  display: flex;
  flex-direction: column;
  flex: 0 1 32rem;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  padding: 10rem 2rem;
  height: 100%;
  overflow: hidden;
}

.triple__grid__item h3 {
  color: var(--white);
  font-size: var(--font-medium-large);
  padding-bottom: 2rem;
}

.triple__grid__item p {
  color: var(--white);
  font-weight: 500;
	font-size: var(--font-medium);
	text-transform: none;
	font-weight: 200;
}

.triple__grid__item a {
  font-size: 1.4rem;
  text-transform: uppercase;
  color: white;
  font-weight: 400;
  line-height: 120%;
  border-bottom: 2px solid var(--white);
  width: max-content;
  margin: auto;
}

.triple__grid__item img {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  object-fit: cover;
  filter: brightness(0.4);
}

.triple__grid {
display: grid;
grid-template-columns: 1fr; 
gap: 1rem;
}

.hero__image .hero__img {
display: flex;
justify-content: center;  
align-items: center;
	min-height: 600px;
	height: 60vh;

}

	


@media screen and (min-width: 768px) {
	
	
	.hero__container {
	max-height: 85vh;
	}

  .about__section {
    grid-template-columns: 1fr 1fr;
    /* padding: 8rem 2rem; */
  }
	
	.triple__grid {
grid-template-columns: 1fr 1fr 1fr;
}
	

	.about__section img {
	min-height: 50rem;
}
}

@media screen and (min-width: 1280px) {
  .triple__grid__container {
    margin: auto;
  }
	

}

@media screen and (min-width: 1024px) {

	.overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  background: linear-gradient(90deg, rgb(0 0 0 / 92%) 0%, rgba(25, 25, 25, 0.248) 80%);
  z-index: 0;
}
	
	
	.hero__image #hero__video {
	display: block;
	height: 20rem;
	}
	
	.hero__image .hero__img {
display: none;

}

.triple__grid__item h3 {
  
  font-size: 2.5rem;
}




  .about__text {
    align-items: start;
  }

  .about__text h2 {
    text-align: left;
  }

  .about__text p {
    text-align: left;
  }

  .triple__grid__item {
    align-self: center;
  }

  .triple__grid__container p {
    max-width: 1000px;
    margin: auto;
	padding-bottom: 4rem;
  }
}

.triple__grid__item h3,
.triple__grid__item a {
  transition: 0.2s ease-in-out;
}

.triple__grid__item img {
transition: 0.8s ease-in-out;
}

.triple__grid__item:hover img {
 transform: scale(1.05);
}

.triple__grid__item:hover p {
color: var(--light-grey);
}

.dropdown__section {
  text-align: center;
}

.dropdown__section h3 {
	padding-bottom: 2rem;
}

.dropdown__section p {
	padding-bottom: 4rem;
}

.dropdown__container {
  display: grid;
  grid-template-columns: 1fr;
	align-items: center;
}

.dropdown__container figure {
height: 100%;
}

.dropdown__container img {
  width: 100%;
  height: 100%;
  min-height: 40rem;
  object-fit: cover;
  padding: 0;
  padding-bottom: 4rem;
}

.dropdown__items {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.dropdown__item:last-of-type {
border-bottom: 0;
}

.dropdown__item {
  border-bottom: 2px solid #e3e3e3;
}

.dropdown__item h3 {
  font-size: var(--font-medium-large);
  font-family: "Karla";
  font-weight: 500;
  
  color: var(--black);
}

.triple__grid__container p {
    max-width: 1000px;
    margin: auto;
	padding-bottom: 4rem;
  }

@media screen and (min-width: 1024px) {
  .dropdown__container {
    grid-template-columns: 1fr 1fr;
    gap: 6rem;
    text-align: left;

    margin: auto;
  }
	
	.dropdown__container img {
		min-height: 60rem;
	}
}

.background__image {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  object-fit: cover;
}

.background__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.background__with__text {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
}

.background__text {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
}


.background__text h2 {
	padding-bottom: 2rem;
}

.background__text p:last-of-type {
	padding-bottom: 4rem;
}

.background__text {
  color: var(--dark-grey);
}

@media screen and (min-width: 1024px) {
  .background__text {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    text-align: left;
    align-items: start;

    max-width: 1200px;
  }
}

.subscribe__text {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  text-align: center;
}

.newsletter__container input {
  padding: 0.3rem;
  border: transparent 3px solid;
  background-color: transparent;
  width: 100%;
  border-radius: 3rem;
  font-size: 1rem;
}

.newsletter__container {
  padding: 0.5rem;
  background-color: white;
  border-radius: 3rem;
  display: flex;
  justify-content: start;
  transition: 0.3s ease-in-out;
}

.newsletter__container button {
  background-color: #e4efe7;
  height: 100%;
  padding: 1rem;
  border-radius: 3rem;
  color: var(--black);
  margin-left: auto;
}

.newsletter__container button:hover {
background-color: #c2e6cc;
}


.newsletter__container button:hover {
  background-color: #d3e9d9;
}

@media screen and (min-width: 768px) {
	
	.newsletter__container input {
		padding: 0.5rem 3rem;
		font-size: var(--font-small);
	}
	
  .newsletter__container {
    width: 70%;
  }

.about__text {
    align-items: start;
  }

  .about__text h2 {
    text-align: left;
  }

  .about__text p {
    text-align: left;
  }
}

.footer {
  display: grid;
  justify-content: center;
  text-align: center;
  gap: 2rem;
  color: var(--white);
}

.footer svg {
  width: 15rem;
  justify-self: center;
}

.footer a,
.footer p {
  font-size: var(--font-medium);
  padding: 1rem;
}

.footer__items {
  display: grid;
  grid-template-columns: 1fr;
}

.footer__items a:last-of-type {
padding-bottom: 0rem;
}

.footer__items p:last-of-type {
padding-bottom: 0rem;
}

.footer__items h3 {
  margin-bottom: 1rem;
}

.footer__container {
  background-color: #1a1a1a;
}

.testimonial__section {
  display: flex;
  flex-direction: column;
  margin: auto;
  text-align: center;
  align-items: center;
  gap: 4rem;
  position: relative;
}

.dots {
  display: flex;
  flex-direction: row;
  gap: 30px;
  align-items: center;
}

.dot {
  height: 12px;
  width: 12px;
  border-radius: 20rem;
  background-color: var(--black);
  padding: 0;
  opacity: 50%;
}

.dot__active {
  height: 16px;
  width: 16px;
  border-radius: 20rem;
  background-color: var(--black);
  padding: 0;
}

.testimonial__section::before {
  content: "";
  position: absolute;
  left: -3rem;
  width: 15rem;
  height: 15rem;
  background: url(assets/img/quotes.svg) no-repeat;
  background-size: contain;
  z-index: 0;
  pointer-events: none;
}

@media screen and (min-width: 1024px) {
	
	.footer__items {
		display: block;
	}
	
	
	
  .testimonial__section::before {
    width: 12rem;
    height: 12rem;
    left: 3rem;
    top: 3rem;
  }
	
	.subscribe__text h2,
.subscribe__text p {
	max-width: 60%;
	}
	
	
	.testimonial__section {
		padding-top: 8rem;
		padding-bottom: 8rem;
	}
}

.footer__items svg {
  fill: var(--white);
}

.icon__and__text svg {
  width: 1rem;
}

.icon__and__text {
  display: flex;
  gap: 0.7rem;
  align-items: center;
  padding-bottom: 1rem;
  justify-content: center;
}

@media screen and (min-width: 1100px) {
  .footer {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    text-align: left;
    padding: 6rem 3rem;
    max-width: 1400px;
    margin: auto;
  }

  .footer__items a,
  .footer__items p {
    padding: 0;
    padding-bottom: 1rem;
	  display: flex;
	align-items: center;
  }

  .footer__items:first-of-type {
    margin-right: 10vw;
  }

  .icon__and__text a {
    padding: 0;
  }

  .icon__and__text {
    justify-content: start;
    gap: 0.7rem;
  }
}

.overlay__full {
  height: 100%;
  width: 100%;
  position: absolute;
  background-color: #0000008f;
  z-index: 0;
}

.testimonial__section .splide__pagination {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.testimonial__section h3 {
  margin-bottom: 6rem;
}

.testimonial__section .splide__pagination .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ccc;
  cursor: pointer;
  transition: background-color 0.3s ease;
  border: none;
  padding: 0;
}

.testimonial__section .splide__pagination .dot.is-active {
  background-color: #333;
	transform: scale(1.3);
}

.testimonial__section .splide__pagination .dot:hover {
  background-color: #666;
}

.testimonial__section .splide__pagination__page {
  width: 12px;
  height: 12px;

  opacity: 1;
}
.testimonial__section * {
  max-width: 100% !important;
  word-wrap: break-word !important;
  overflow-wrap: break-word !important;
}

.hero__image video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  object-position: bottom;
}

.hero__image video img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.secondary__hero {
  height: 32rem;
}




.flipped {
  order: 1;
}

.splide__slide img {
  height: 35rem !important;
  width: 100%;
  object-fit: cover;
}

.splide__arrow--prev,
.splide__arrow--next {
  display: none !important;
}

.images__slide::after {
  content: "Take A Look    →";
  position: absolute;
  color: black;
  bottom: 50px;
  right: 50px;
  background-color: var(--light-grey);
  font-family: "Karla";
  padding: 1rem 4rem;
  font-size: 1.4rem;
  pointer-events: none;
}

.splide {
  cursor: pointer;
}

.gallery__container {
  max-width: 1600px;
  margin: 0 auto;
}

.gallery__title {
  color: white;
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 3rem;
  font-weight: 300;
}

.gallery__grid {
  display: grid;
  gap: 1rem;
  width: 100%;
}

.gallery__item {
  overflow: hidden;
  transition: all 0.3s ease;
  cursor: pointer;
  width: 100%;
}

.gallery__item:hover {
  transform: scale(1.02);
}

.gallery__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: all 0.3s ease;
}

.gallery__item:hover .gallery__image {
  transform: scale(1.05);
}

.gallery__item {
  height: 20rem;
}

.gallery__grid {
  grid-template-columns: 1fr;
}

@media (min-width: 768px) {
  .gallery__grid {
    grid-template-columns: 2fr 1fr;
    gap: 1.5rem;
  }

  .gallery__item {
    height: 20rem;
  }

  .gallery__item:nth-child(4n-3) {
    grid-column: 1;
  }
  .gallery__item:nth-child(4n-2) {
    grid-column: 2;
  }
  .gallery__item:nth-child(4n-1) {
    grid-column: 1 / -1;
  }
  .gallery__item:nth-child(4n) {
    grid-column: 1 / -1;
  }
}

@media (min-width: 1024px) {
  .gallery__grid {
    grid-template-columns: 2fr 1fr 1fr;
    gap: 2rem;
  }

  .gallery__item {
    height: 22rem;
  }

  .gallery__item:nth-child(6n-5) {
    grid-column: 1;
  }
  .gallery__item:nth-child(6n-4) {
    grid-column: 2;
  }
  .gallery__item:nth-child(6n-3) {
    grid-column: 3;
  }
  .gallery__item:nth-child(6n-2) {
    grid-column: 1 / 3;
  }
  .gallery__item:nth-child(6n-1) {
    grid-column: 3;
  }
  .gallery__item:nth-child(6n) {
    grid-column: 1 / -1;
  }
}

@media (min-width: 1200px) {
	
	.triple__grid__item {
	min-height: 35rem;
	}
	
	
  .gallery__grid {
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 2.5rem;
  }

  .gallery__item {
    height: 24rem;
  }

  .gallery__item:nth-child(8n-7) {
    grid-column: 1;
  }
  .gallery__item:nth-child(8n-6) {
    grid-column: 2;
  }
  .gallery__item:nth-child(8n-5) {
    grid-column: 3;
  }
  .gallery__item:nth-child(8n-4) {
    grid-column: 4;
  }
  .gallery__item:nth-child(8n-3) {
    grid-column: 1 / 3;
  }
  .gallery__item:nth-child(8n-2) {
    grid-column: 3 / -1;
  }
  .gallery__item:nth-child(8n-1) {
    grid-column: 1 / 3;
  }
  .gallery__item:nth-child(8n) {
    grid-column: 3 / -1;
  }
}

.form__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
}

.contact__text {
  color: var(--black);
  font-weight: 500;
  position: relative;
}

.contact__text h2 {
  font-size: 3rem;
  margin-bottom: 3rem;
}

.wpcf7 label {
  color: var(--black);
  font-size: 1.2rem;
  padding-bottom: 1rem;
	  font-family: "Karla", serif;
	display: block;

}
.wpcf7-submit {
padding: 1rem 2rem !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	background-color: var(--black) !important;
	color: var(--dark-grey) !important;
	text-transform: uppercase !important;
	font-family: "Karla" !important;
	transition: 1s ease-in-out;
	
	margin: auto !important;
}

.wpcf7-submit:hover {
  background-color: white !important;
	color: var(--black) !important;
	border: solid 2px var(--black); !important;
}

.wpcf7 input,
.wpcf7 textarea {
  
  width: 100%;
  border: 2px solid transparent;
  background-color: #f5f3ef;
  font-size: 1.2rem;
  color: var(--black);
  padding: 0.5rem;
	border-radius: 3rem;
	padding: 0.5rem 2rem;
  font-family: "Spectral", serif;

}

.wpcf7 textarea {
border-radius: 1.5rem;
}


.wpcf7 input {

  margin-top: 0.5rem;
}

.wpcf7 textarea {
margin-top: 1rem;
height: 10rem;
}



#text {
margin-bottom: 3rem;
}


.contact__text h3 {
  font-size: 1.2rem;
  color: #9a9a9a;
  margin-bottom: 1rem;
}

.contact__text h4 {
  color: var(--black);
  margin-bottom: 2em;
  font-size: 1.5rem;
}

.wpcf7-response-output {
  color: var(--black);
}

@media screen and (max-width: 1100px) {
  .form__container {
    grid-template-columns: 1fr;
  }
  .contact__text {
    order: 2;
  }
}


 

@media screen and (max-width: 700px) {
	
	.logo svg {
    height: 3rem;
	}	

  .contact__text {
    text-align: center;
  }
	
	.wpcf7 input {
	padding: 0rem 2rem;
	}
	
	

  .contact__text h2 {
    font-size: 2rem;
  }
  .contact__text h4 {
    font-size: 1.2rem;
    word-break: break-word;
    overflow-wrap: break-word;
  }
 
  .hero__text {
    padding: 4rem 2rem;
  }
}

.no__margin {
  margin-bottom: 0rem;
}

.nav__item a {
transition: 0.5s ease-in-out;
}

.nav__item a:hover {
text-decoration: underline;
text-underline-offset: 5px;
	transition: 0.5s ease-in-out;
	color: var(--light-grey);
}

.triple__grid__item {
text-transform: uppercase;
	font-weight: 800;
}

.upper {
font-weight: 200;
text-transform: uppercase;

}

.newsletter__container input:focus {
  border: solid 3px #e4efe7;
  outline: none; 
}

.footer__items h3 {
    font-size: 1.6rem;
    text-transform: uppercase;
    font-weight: 200;
}

span.wpcf7-form-control-wrap {
    display: block;
}

.splide__slide h3 {
font-size: var(--font-medium-large);
}

@media screen and (max-width: 700px) {

	
	.about__section img {
	height: 20rem;
}
	
	.triple__grid__item {
		height: 15rem;
	}
}

.hero__subheading {
max-width: unset !important; margin-bottom: 0; margin-top: 1rem;
}

.enquire__button {
    text-transform: uppercase;
    font-weight: 500;
    color: var(--dark-grey);
    font-size: var(--font-medium);
    letter-spacing: 0.1rem;
    text-decoration: underline;
    text-underline-offset: 0.7rem;
}

@media screen and (max-width: 1100px) {
	.footer {
		gap: 4rem;
	}
	.footer a {
	padding: 0;
}
	
	.footer p {
	padding: 0;
}
	.footer__items {
		gap: 1rem;
	}
	
	.footer__items h3 {
	margin-bottom: 0;
}
	
	.icon__and__text {
	padding-bottom: 0rem;
}
}

.home__hero {
padding: var(--padding-top) var(--padding-right) var(--padding-bottom) var(--padding-left);
}

.home__hero h1 {
margin-bottom: 1rem;
}

@media screen and (min-width: 1000px) {
	.logo svg {
	height: 4rem;
}
}

@media screen and (max-width: 1024px) {
.hero__image #hero__video {
   
    transform: scale(3.5);
    bottom: 40rem;
}
	
	.hero__container {
    height: 45rem;
}