﻿:root {
  --primary: 255, 255, 255;
  --secondary: 30, 30, 30;
  --white: 255, 255, 255;
  --black: 30, 30, 30;
  --muted: 94, 98, 106;
  --grey: 216, 216, 219;
  --error: 238, 64, 86;
  --dark: 56, 54, 51;
  --yellow: 197, 175, 134;
  --heading-font: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  --body-font: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  --x: 0;
  --y: 0;
  --o: 1;
}

a{
    text-decoration: none !important;
}

.theme-header{
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
}

.theme-headline{
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 65px;
    line-height: 65px;
}

.theme-sub-head{
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    line-height: 30px;
}

.theme-bodycopy{
    font-family: 'Playfair Display', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.05em;
}

.theme-highlight{
    font-family: 'Playfair Display', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: 0.03em;
}

.theme-caption{
    font-family: 'Playfair Display', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 42px;
    letter-spacing: 0.03em;
}

.theme-small{
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
}

.theme-mini{
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 22px;
}

.theme-button-copy{
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
}

.text-center{
    text-align: center;
}

.theme-highlight-color{
    color: #6B3E34;
}


/*.mid-century .first .theme-bodycopy.theme-highlight-color,.mid-century .second .theme-bodycopy.theme-highlight-color{*/
.mid-century .first .theme-bodycopy.theme-highlight-color,.mid-century .second .theme-bodycopy.theme-highlight-color{

    color: #765A54;
}

.mid-century .theme-sub-head:not(.theme-primary-white){
    color: #4B312B;
    
}

.mid-century .theme-dark-button.theme-button-copy{
    background: #4B312B;
}

.theme-black-color{
    color: #4E463E;
}



.theme-dark-color{
    color: #3D3730;
}

.theme-primary-white{
    color: #FFFFFF;
}

.theme-bg-2{
    color: #FDF1E0;
}

.theme-dark-button{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16px 24px;
    background: #4E463E;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    border: none;
    width: 100%;
}

.theme-white-button{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16px 24px;
    background: #FFFFFF;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    border: none;
    width: 100%;
}

.theme-headline-highlight{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 16px 40px;
    background: #4E463E;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
    min-width: 329px;
}

.sub-highlight-text{
    font-family: "Raleway", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
}

.primary-highlight-text{
    font-family: "Raleway", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    line-height: 25px;
    text-align: center;
}

.theme-light-button{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16px 24px;
    background: transparent;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    border: 2px solid #FFFFFF;
    box-sizing: border-box;
    width: 100%;
}

.theme-white-button,
.theme-light-button{
    min-width: 250px;
    min-height: 60px;
}

.white-whatsapp{
    margin-right: 8px;
    content: url("../svg/theme-white-whatsappfnf1.svg");
}

.margin-bottom-two{
    margin-bottom: 16px;
}

.theme-header-content{
    position: absolute;
    left: 0;
    right: 0;
    z-index: 200;
    background-color: transparent !important;
    border: none;
}

.theme-header-content .inner-section{
    width: 90vw;
}

.flex{
    display: flex;
    flex-direction: column;
}

.flex.center {
    align-items: center;
    justify-content: center;
}

.theme-header-content .inner-section{
    width: 90vw;
}

.theme-header-content .logo {
    display: flex;
    align-items: center;
    position: absolute;
    left: 25px;
    top: 14px;
}

.theme-header-content .logo > a img {
    max-width: 146px;
    
}

/* = M.FIRST */
.first {
    position: relative;
    min-height: 667px;
}

.inner-section {
    width: 100vw;
}

.first .masthead {
    position: relative;
    color: #fff;
    height: 667px;
}

.first .masthead .bg-image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url("../jpg/theme-01xoyr.jpg");
    background-size: cover;
    background-position: center;
    z-index: 0;
}
.mid-century .first .theme-highlight-color{
    color: #765A54;
}
.mid-century .first .theme-headline{
    color: #4B312B;
}
.mid-century .first .masthead .bg-image {
    background-image: url("../png/Header-theme-01nga4.png");
    background-size: cover;
    background-position: center;
}

.first .theme-header,
.first .theme-headline{
    margin-bottom: 24px;
}

.first .theme-headline-container{
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* = M.SECOND */
.second .wrapper{
    padding: 48px 24px;
}

.second .theme-bodycopy{
    margin-bottom: 16px;
}

.second .theme-sub-head{
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 32px;
}

.seperator {
    height: 1px;
    width: 150px;
    margin: 32px 0;
    background: rgba(204, 191, 182, 1);
}

.second .theme-dark-button{
    margin-top: 32px;
}

.second .second-right{
    margin-bottom: 48px;
}

.image-wrapper{
    overflow: hidden;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
    /*-webkit-animation: none;*/
    /*animation: none;*/
}

.second .image-wrapper{
    width: 327px;
    height: 327px;
}

.second-left .image-wrapper{
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
}

.second-left .image-wrapper .theme-image{
    width: 100%;
    height: 100%;
    background: url("../png/theme-flow-01cfjs.png") no-repeat center center;
    background-size: cover;
    background-position: center;
}

.mid-century .second-left .image-wrapper .theme-image{
    
    background: url("../jpg/midcentry-theme-flow-015584.jpg") no-repeat center center;
    background-size: cover;
    background-position: center;
}

.second-left .wheat{
    display: none;
}

/* = M.THIRD */
.third .wrapper{
    margin: 0px 24px 64px;
}

.grid:after {
  content: '';
  display: block;
  clear: both;
}

.grid .grid-items{
    margin-bottom: 48px;
    width: 100%;

    display: flex;
flex-direction: column;
align-content: center;
justify-content: center;
align-items: center;
}

.grid .grid-items:last-child{
    margin-bottom: 0px;
}

.grid .grid-items .image-wrapper{
    width: 100%;
    height: 327px;
}

.mid-century .first.grid .grid-items:nth-child(4) .image-wrapper{
    max-width: 320px;
    height: 500px;
}

.first.grid .grid-items:nth-child(2) .image-wrapper{
    -webkit-border-top-left-radius: 500px;
    -webkit-border-top-right-radius: 500px;
    -moz-border-radius-topleft: 500px;
    -moz-border-radius-topright: 500px;
    border-top-left-radius: 500px;
    border-top-right-radius: 500px;
}

.first.grid .grid-items:nth-child(2) .theme-image{
    width: 100%;
    height: 100%;
    background: url("../jpg/theme-flow-04o5se.jpg") no-repeat center center;
    background-size: cover;
}

.mid-century .first.grid .grid-items:nth-child(2) .theme-image{
    background: url("../jpg/midcentry-theme-flow-0215bu.jpg") no-repeat center center;
    background-size: cover;
}

.first.grid .grid-items:nth-child(3){
    display: none;
}

.first.grid .grid-items:nth-child(3) .image-wrapper{
    -webkit-border-top-right-radius: 500px;
    -moz-border-radius-topright: 500px;
    border-top-right-radius: 500px;
}

.first.grid .grid-items:nth-child(3) .theme-image{
    width: 100%;
    height: 100%;
    background: url("../jpg/theme-flow-03v1qp.jpg") no-repeat center center;
    background-size: cover;
}
.mid-century .first.grid .grid-items:nth-child(3) .theme-image{
    
    background: url("../jpg/midcentry-theme-flow-033iwd.jpg") no-repeat center center;
    background-size: cover;
}


.first.grid .grid-items:nth-child(4) .theme-image{
    width: 100%;
    height: 100%;
    background: url("../jpg/theme-flow-0591o4.jpg") no-repeat center center;
    background-size: cover;
}

.mid-century .first.grid .grid-items:nth-child(4) .theme-image{
    background: url("../jpg/midcentry-theme-flow-04fmrj.jpg") no-repeat center center;
    background-size: cover;
}



.third .seperator{
    height: 1px;
    width: 80%;
    margin: 48px 0px;
    background: rgba(204, 191, 182, 1);
    margin-left: -8vw;
}

.third .section-title-content{
    margin-bottom: 48px;
}

.third .desktop-break{ 
    display: none; 
}

.second.grid .grid-items:nth-child(1) .image-wrapper{
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
}

.second.grid .grid-items:nth-child(1) .theme-image{
    width: 100%;
    height: 100%;
    background: url("../jpg/theme-flow-07mtv8.jpg") no-repeat center center;
    background-size: cover;
}

.mid-century .second.grid .grid-items:nth-child(1) .theme-image{
    background: url("../jpg/midcentry-theme-flow-05dx8f.jpg") no-repeat center center;
    background-size: cover;   
}

.second.grid .grid-items:nth-child(2) .image-wrapper{
    -webkit-border-bottom-right-radius: 200px;
    -moz-border-radius-bottomright: 200px;
    border-bottom-right-radius: 200px;
}

.second.grid .grid-items:nth-child(2) .theme-image{
    width: 100%;
    height: 100%;
    background: url("../jpg/theme-flow-08wbn3.jpg") no-repeat center center;
    background-size: cover;
}

.mid-century .second.grid .grid-items:nth-child(2) .theme-image{
    background: url("../jpg/midcentry-theme-flow-06ba3h.jpg") no-repeat center center;
    background-size: cover;   
}

.second.grid .grid-items:nth-child(4) .image-wrapper{
    -webkit-border-top-left-radius: 300px;
    -moz-border-radius-topleft: 300px;
    border-top-left-radius: 300px;
}

.second.grid .grid-items:nth-child(9) .image-wrapper{
    -webkit-border-top-left-radius: 500px;
    -moz-border-radius-topleft: 500px;
    border-top-left-radius: 500px;
}

.second.grid .grid-items:nth-child(4) .theme-image,
.second.grid .grid-items:nth-child(9) .theme-image{
    width: 100%;
    height: 100%;
    background: url("../jpg/theme-flow-06yzs8.jpg") no-repeat center center;
    background-size: cover;
}


.mid-century .second.grid .grid-items:nth-child(4) .theme-image,
.mid-century .second.grid .grid-items:nth-child(9) .theme-image{
    background: url("../jpg/midcentry-theme-flow-082ntp.jpg") no-repeat center center;
    background-size: cover;
}

.second.grid .grid-items:nth-child(8) .theme-image{
    width: 100%;
    height: 100%;
    background: url("../svg/theme-pattern-01uydj.svg") no-repeat center center;
    background-size: contain;
}

.second.grid .grid-items:nth-child(5) .theme-image,
.second.grid .grid-items:nth-child(6) .theme-image{
    width: 100%;
    height: 100%;
    background: url("../jpg/theme-flow-022ure.jpg") no-repeat center center;
    background-size: cover;
}


.mid-century .second.grid .grid-items:nth-child(5) .theme-image,
.mid-century .second.grid .grid-items:nth-child(6) .theme-image{
    background: url("../jpg/midcentry-theme-flow-07qdzc.jpg") no-repeat center center;
    background-size: cover;   
}

.virtual-gallery-section{
    margin-bottom: 64px;
}

.video-container {
    display: block;
    object-fit: cover;
    width: 100vw;
    margin-bottom: 64px;
}

.video-container .play {
    position: relative;
    cursor: pointer;
    transition: transform 0.3s ease;
    background: url(../jpg/theme-video-thumbnailoj1h.jpg) no-repeat center center;
    background-size: cover;
    aspect-ratio: 16 / 9;
    width: 100vw;
    height: 375px;
}

.video-container .play > img {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -40px;
        margin-left: -40px;
        border-radius: 50%;
}

.virtual-gallery-section .title-section{
    margin-bottom: 48px;
}

.virtual-gallery-section .title-section .seperator{
    margin: 0px;
    margin-top: 24px;
}

.virtual-gallery-container{
    margin-bottom: 32px;
}

.virtual-gallery-container .responsive-media{
    height: 375px;
}

.thumbnail-gallery {
display: flex; 
flex-direction: row;
flex-wrap: wrap;
align-items: flex-start;
margin: 0px 24px;
}

.thumbnail-gallery .thumbnail-item {
display: flex;
flex-direction: column;
margin: 0;
padding-right: 8px;
margin-bottom: 24px;
flex: 0 0 50%;
min-width: 0;
}

.thumbnail-gallery .thumbnail-item:nth-child(2n) {
padding-left: 8px;
padding-right: 0px;
}

.thumbnail-gallery .thumbnail-item:nth-child(3n){
flex: 1;
padding-right: 1px;
margin-bottom: 0px;
}

.thumbnail-gallery .thumbnail-item:nth-of-type(1) .image-wrapper,
.thumbnail-gallery .thumbnail-item:nth-of-type(2) .image-wrapper{
    width: 100%;
    height: 155px;
}

.thumbnail-gallery .thumbnail-item:nth-of-type(3) .image-wrapper{
    width: 100%;
    height: 83px;
}

.thumbnail-gallery .image-wrapper .theme-image{
    width: 100%;
    height: 100%;
}

.thumbnail-gallery .thumbnail-item:nth-of-type(1) .theme-image{
    background: url("../jpg/theme-gallery-1kdr7.jpg") no-repeat center center;
    background-size: cover;
}

.mid-century .thumbnail-gallery .thumbnail-item:nth-of-type(1) .theme-image{
    background: url("../jpg/Mid-Century-Daydream-022l22.jpg") no-repeat center center;
    background-size: cover;   
}

.thumbnail-gallery .thumbnail-item:nth-of-type(2) .theme-image{
    background: url("../jpg/theme-gallery-252c9.jpg") no-repeat center center;
    background-size: cover;
}

.mid-century .thumbnail-gallery .thumbnail-item:nth-of-type(2) .theme-image{
    background: url("../jpg/Mid-Century-Daydream-037ggp.jpg") no-repeat center center;
    background-size: cover;
}

.thumbnail-gallery .thumbnail-item:nth-of-type(3) .theme-image{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px;

    background: linear-gradient(0deg, rgba(107, 62, 52, 0.8), rgba(107, 62, 52, 0.8)), url(../jpg/theme-gallery-34sq9.jpg);
    background-size: cover;
    background-position: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.mid-century .thumbnail-gallery .thumbnail-item:nth-of-type(3) .theme-image{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px;

    background: linear-gradient(0deg, rgba(107, 62, 52, 0.8), rgba(107, 62, 52, 0.8)), url(../jpg/Mid-Century-Daydream-04agft.jpg);
    background-size: cover;
    background-position: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.why-us-section{
    margin-bottom: 64px;
}

.why-us-opening{
    margin: 0px 24px 48px;
}

.why-us-opening .seperator{
    height: 1px;
    width: 150px;
    margin: 24px 0;
    background: rgba(204, 191, 182, 1);
}

.why-us-thumbnail-container{
    margin: 0px 24px;
}

.why-us-thumbnail {
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-items: flex-start;
}

.why-us-thumbnail .thumbnail-item {
display: flex;
flex-direction: column;
margin: 0;
padding-right: 12px;
margin-bottom: 24px;
flex: 0 0 50%;
min-width: 0;
align-items: center;
justify-content: center;
}

.why-us-thumbnail .thumbnail-item:nth-child(2n) {
padding-left: 12px;
padding-right: 0px;
}

.why-us-thumbnail .thumbnail-item .image-wrapper{
    display: flex;
    align-items: center;
justify-content: center;
    height: 90px;
    width: 90px;
    margin-bottom: 8px;
}

.why-us-thumbnail .thumbnail-item .theme-bodycopy{
    max-width: 120px;
}

.why-us-30-days{
    content: url("../svg/why-us-30-working-dayssudt.svg");
}

.why-us-makeover-care-insurance{
    content: url("../svg/why-us-makeover-care-insurance7ecd.svg");
}

.why-us-six-plus-six-warranthy{
    content: url("../svg/why-us-six-plus-six-warranty8hst.svg");
}

.why-us-tenancy-management-service{
    content: url("../svg/why-us-tenancy-management-service476x.svg");
}

.why-us-thumbnail-container .term-condition{
    margin-top: 8px;
}

.interest-section{
    background: #989189;
}

.interest-section .interest-content{
    padding: 64px 24px;
}

.interest-opening{
    margin-bottom: 48px;
}

.interest-opening .seperator{
    height: 1px;
    width: 150px;
    margin: 0px;
    margin-top: 24px;
    background: #FDF1E0;
}

.interest-section .button-container a:nth-child(1){
    margin-bottom: 24px;
    width: 100%;
}

.theme-footer{
  display: block;
  background: #3D3730;
  padding: 0px;
  margin: 0px;
  width: 100%;
  overflow: hidden;
}

.theme-footer .footer-content{
  display: block;
  padding: 24px;
  margin: 0px;
}

.theme-footer .social-media-container{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.theme-footer .social-media-container .connect-text{
  margin-right: 24px;
}

.theme-footer .social-media-container .social-media-wrapper{
  display: flex;
  flex-direction: row;
}

.social-media-wrapper .image-wrapper{
  height: 20px;
  width: 100%;
}

.theme-white-fb-icon{
  content: url("../svg/white-social-media-fb6wja.svg");
  margin-right: 16px;
}

.theme-white-ig-icon{
  content: url("../svg/white-social-media-igxxun.svg");
  margin-right: 16px;
}

.theme-white-yt-icon{
  content: url("../svg/white-social-media-ytoyg7.svg");
  margin-right: 16px;
}

.theme-white-website-icon{
  content: url("../svg/white-social-media-websiteex9s.svg");
}

.theme-footer .term-condition-container .term-condition-wrapper{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-bottom: 4px;
}

.theme-footer .term-condition-container .seperator{
  display: block;
  width: 1px;
  background: rgba(255, 255, 255, 1);
  height: 18px;
  margin: 0 24px;
}

.scrollview {
    -webkit-transition: all 0.8s 0s ease;
    -moz-transition: all 0.8s 0s ease;
    -ms-transition: all 0.8s 0s ease;
    -o-transition: all 0.8s 0s ease;
    transition: all 0.8s 0s ease;
    opacity: 0;
    -webkit-transform: scale(1,1) translate(-0%,20px);
    -moz-transform: scale(1,1) translate(-0%,20px);
    -ms-transform: scale(1,1) translate(-0%,20px);
    -o-transform: scale(1,1) translate(-0%,20px);
    transform: scale(1,1) translate(-0%,20px);
}

.scrollview.view {
opacity: 1;
-webkit-transform: scale(1,1) translate(-0%,0%);
-moz-transform: scale(1,1) translate(-0%,0%);
-ms-transform: scale(1,1) translate(-0%,0%);
-o-transform: scale(1,1) translate(-0%,0%);
transform: scale(1,1) translate(-0%,0%);
}

.scrollview .image-wrapper .theme-image {
transform: scale(1.2);
}

.scrollview.view .image-wrapper .theme-image {
transform: scale(1);
-webkit-transition: all 1.8s 0.0s ease;
-moz-transition: all 1.8s 0.0s ease;
transition: all 1.8s 0.0s ease;
}

/* = SLIDER */
.slider {
  position: relative;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.slider .slider-inner {
  display: flex;
  width: 100%;
  transition: all 0.3s;
}

.slider .slide {
  flex: none;
  width: 100%;
}

.slider .indicators {
  display: flex;
  position: absolute;
  top: 50px;
  right: 50px;
  z-index: 1;
}

.slider .indicators .indicator {
  margin: 0px 5px;
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 4px;
  opacity: 0.6;
  cursor: pointer;
  transition: all 0.3s;
}

.slider .indicators .indicator[active] {
  width: 15px;
  opacity: 1;
}

.slider .arrows {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
}

.slider .arrows .arrow-prev,
.slider .arrows .arrow-next {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s;
  will-change: transform;
}

.slider .arrows .arrow-prev:hover,
.slider .arrows .arrow-next:hover {
  transform: scale(1.1);
}

.slider .arrows .arrow-prev {
  content: url("../png/white-arrow-prevk4u5.png");
  left: 24px;
}

.slider .arrows .arrow-next {
  content: url("../png/white-arrow-nextmb9m.png");
  right: 24px;
}

.slider .arrows .arrow-prev .fas,
.slider .arrows .arrow-next .fas {
  color: #4b4b4b;
  opacity: 0.5;
}

.slider .content {
  position: relative;
  height: 100%;
}

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

.slider-navigation-container,
.slider-indication-container{
    position: absolute;
    width: 100%;
    bottom: 64px;
}

.slider-navigation-container .arrows,
.slider-indication-container .arrows{
  display: flex;
  align-items: center;
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
}

.slider-navigation-container .arrows .arrow-prev,
.slider-navigation-container .arrows .arrow-next{
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s;
  will-change: transform;
  -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
    z-index: 500;
}

.slider-indication-container .arrows .number-indicator {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
}

.slider-navigation-container .arrows .arrow-prev:hover,
.slider-navigation-container .arrows .arrow-next:hover {
  transform: scale(1.1);
}

.slider-navigation-container .arrows .arrow-prev {
  /*content: url("../svg/black-backgeeo.svg");*/
  background: white;
  left: 24px;
}

.slider-navigation-container .arrows .arrow-next {
  /*content: url("../svg/black-backgeeo.svg");*/
  /*transform: scaleX(-1);*/
  background: white;
  right: 24px;
}

.slider-navigation-container .arrows .arrow-prev .fas,
.slider-navigation-container .arrows .arrow-next .fas {
  /*color: #4b4b4b;*/
  /*opacity: 0.5;*/
}

.slider-navigation-container .arrows .arrow-prev .fas{
    content: url("../svg/black-backgeeo.svg");
    height: 20px;
    width: 20px;
}

.slider-navigation-container .arrows .arrow-next .fas{
    content: url("../svg/black-backgeeo.svg");
  transform: scaleX(-1);
  height: 20px;
    width: 20px;
}

/* BASICSCROLL */
.move-x {
  transform: translateX(var(--x));
  will-change: transform;
  transition: transform 0.1s ease;
}

.move-y {
  transform: translateY(var(--y));
  will-change: transform;
  transition: transform 0.1s ease;
}

.fade {
  opacity: 1;
  opacity: var(--o);
}

.reveal {
  --p: 1;
  --bg: white;
  position: relative;
  overflow: hidden;
}

.reveal::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: calc(100% * var(--p));
  background: var(--bg);
}

/* RESPONSIVE MEDIA */
.responsive-media {
  --aspect-ratio: 9/16;
  position: relative;
  padding-bottom: calc(var(--aspect-ratio, 0.5625) * 100%);
  height: 0;
}

.responsive-media.potrait {
  --aspect-ratio: 16/9;
}

.responsive-media.square {
  padding-bottom: 100%;
}

.responsive-media video,
.responsive-media iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* = OVERLAY */
.detail-image,
.detail-iframe,
.detail-video,
.detail-content {
  cursor: pointer;
}

.overflow-open body {
  overflow: hidden;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  z-index: 1000;
  overflow: hidden;
}

.overlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 100%;
  height: 100%;
  background: rgba(var(--black), 0.7);
  opacity: 1;
  transition: opacity 0.8s ease;
}

.overlay__reveal {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  z-index: 2000;
  left: -100vw;
  background: #4E463E;
  /*opacity: 0.9;*/
  will-change: left;
}

.overlay__reveal .close {
  position: absolute;
  top: 1.6rem;
  right: 1rem;
  display: block;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  cursor: pointer;
  width: 40px;
  height: 40px;
  padding: 1rem;
  color: rgba(var(--white), 0.5);
  transition: all 0.3s ease;
  background-image: url(../svg/theme-closeibsn.svg);
  background-size: 40px;
  background-repeat: no-repeat;
  background-position: center;
}

.overlay__reveal .close:hover {
  color: rgba(var(--white), 1);
  transform: scale(1.1);
}

.overlay__inner,
.overlay__inner__image{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.overlay__inner img {
  border: 0;
  width: 100%;
}

.overlay__inner .responsive-media {
  width: 100%;
}

.overlay__inner .overflow-title {
  flex: 0 1 auto;
  margin-bottom: 1rem;
  margin-left: 60px;
  margin-right: 60px;
  text-align: center;
  color: rgba(var(--primary), 1);
}

.overlay__inner .overflow-body {
  flex: 1 1 auto;
  color: rgba(var(--black), 1);
  font-size: 0.9rem;
  padding: 0 2rem 6rem;
  overflow-y: auto;
  position: relative;
}

.overlay__inner .overflow-body h4 {
  background: rgba(var(--lighter-brown), 1);
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.4rem;
  padding-bottom: 1rem;
  padding-top: 0.5rem;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
}

.overlay__inner .overflow-body h4 strong {
  display: block;
}

.overlay__inner .overflow-body ol,
.overlay__inner .overflow-body ul {
  margin: 0;
  padding-top: 0.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.overlay__inner .overflow-body li {
  padding-bottom: 0.5rem;
}

.overflow-content {
  display: none;
}

.overlay.open {
  height: 100vh;
  width: 100vw;
}

.overlay.open .overlay__reveal {
  animation: reveal 0.8s ease forwards;
}

.overlay.close::before {
  opacity: 0;
}

.overlay.close .overlay__reveal {
  animation: unviel 0.8s ease forwards;
}

/* = RIPPLE */
.ripple {
  --color: var(--white);
  animation: ripple 1.5s linear infinite;
  transition: inherit, box-shadow 0.7s ease;
}


.theme-wrapper{
    width: 100%;
    overflow-x: hidden;
}

@media (max-width: 320px) {
    .second .image-wrapper {
      width: 227px;
      height: 227px;
    }

    .theme-small{
        font-size: 12px;
    }
}

@media only screen and (min-width: 940px) {
    /* = D.GENERAL */
    .flex.row {
        flex-direction: row;
    }

    .flex.row-reverse {
        flex-direction: row-reverse;
    }

    .flex.split {
        align-items: center;
        justify-content: space-between;
    }

    .flex.start {
        align-items: flex-start;
    }

    .flex.end {
        align-items: flex-end;
    }

    .inner-section {
        width: 100vw;
        padding: 0;
    }

    .equal-flex{
      flex: 1 1 0px;
    }

    .text-end{
        text-align: end;
    }

    .text-start{
        text-align: start;
    }

    .theme-header{
        font-family: 'Raleway', sans-serif;
        font-style: normal;
        font-weight: 500;
        font-size: 25px;
        line-height: 25px;
    }

    .theme-headline{
        font-family: 'Raleway', sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 105px;
        line-height: 105px;
    }

    .theme-sub-head{
        font-family: 'Raleway', sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 35px;
        line-height: 35px;
    }

    .first .theme-header,
    .first .theme-headline{
        margin-bottom: 32px;
    }

    .first .theme-headline-container{
        max-width: 750px;

        margin-top: -4vw;
    }

    .first .masthead{
        min-height: 820px;
    }

    .second .seperator{
        width: calc(100% + 160px);
    }

    .second .inner-section{
        width: 100vw;
    }

    .second .wrapper{
        padding: 0px;
        padding-top: 96px;
    }

    .second .image-wrapper{
        width: 480px;
        height: 640px;
        margin: 0px 160px;
    }

    .second .second-left{
        width: 100%;
        height: 100%;
        background: url("../png/theme-pattern-02w9op.png") no-repeat center center;
        background-size: contain;
        background-position: left;
        background-color: #EFE9E6;
    }

    .second-left .image-wrapper .theme-image{
        width: 100%;
        height: 100%;
        background: url("../jpg/theme-flow-01f4yt.jpg") no-repeat center center;
        background-size: cover;
    }

    .second-left .wheat{
        background: url("../png/theme-wheata8q7.png") no-repeat center center;
        position: absolute;
        top: -21vw;
        left: 7vw;
        width: 400px;
        height: 100%;
        display: block;
    }

    .second .second-right{
        margin: 0px 160px 0px 0px;
    }

    .second .theme-sub-head{
        font-size: 45px;
        line-height: 50px;
    }

    .third .inner-section{
        width: 80vw;
    }

    .third .wrapper{
        margin: 0px 0px 100px 0px;
    }

    .third .section-title-content{
        margin-bottom: 100px;
    }

    .third .seperator{
        margin: 64px 0px;
        margin-left: -24vw;
    }

    .third .desktop-break{ 
        display: unset; 
    }

    .theme-caption{
        font-family: 'Playfair Display', sans-serif;
        font-style: normal;
        font-weight: bold;
        font-size: 38px;
        line-height: 48px;
        text-align: center;
        letter-spacing: 0.03em;
    }

    .grid .grid-items{
        width: calc(50% - 80px);
        margin-bottom: 100px;
        /*box-sizing: border-box;*/
    }

    .grid .grid-items .image-wrapper{
        width: 100%;
        height: 640px;
    }

    .first.grid .grid-items:nth-child(1){
        margin: 100px 0px;
        padding: 0px 48px;
    }

    .first.grid .grid-items:nth-child(4) .image-wrapper,
    .second.grid .grid-items:nth-child(1) .image-wrapper,
    .second.grid .grid-items:nth-child(9) .image-wrapper{
        height: 480px;
    }

    .mid-century .first.grid .grid-items:nth-child(4) .image-wrapper{
        max-width: 100%;
        height: 700px;
    }

    .second.grid .grid-items .image-wrapper{
        margin: 0;
    }

    .second.grid .grid-items:nth-child(2) .image-wrapper{
        -webkit-border-bottom-right-radius: 200px;
        -moz-border-radius-bottomright: 200px;
        border-bottom-right-radius: 200px;
    }

    .second.grid .grid-items:nth-child(3),
    .second.grid .grid-items:nth-child(4),
    .second.grid .grid-items:nth-child(5){
        display: none;
    }

    .first.grid .grid-items:nth-child(3),
    .second.grid .grid-items:nth-child(6),
    .second.grid .grid-items:nth-child(7),
    .second.grid .grid-items:nth-child(8),
    .second.grid .grid-items:nth-child(9){
        display: block !important;
    }

    .second.grid .grid-items:nth-child(8) .image-wrapper{
        height: 26px;
    }

    .second.grid .grid-items:nth-child(8) .theme-image{
        height: 26px;
        width: 224px;
    }

    .second.grid .grid-items:nth-child(6){
        width: calc(50% + 72px);
        height: calc(640px + 32px);
    margin-left: -72px;
    background: url("../png/theme-pattern-03ygnp.png") no-repeat center center;
    background-size: 480px 640px;
    background-position: calc(100% - 72px) calc(100% - 32px);
    margin-left: -145px;
    }

    .second.grid .grid-items:nth-child(6) .image-wrapper{
        position: absolute;
    right: 0;
    bottom: 0;
    width: calc(50% + 173px);
    }

    .video-container{
        width: 80vw;
    }

    .video-container .play {
        width: 80vw;
        min-height: 620px;
    }

    .virtual-gallery-section{
        margin-bottom: 128px;
    }

    .virtual-gallery-container .responsive-media {
    min-height: 600px;
    }

    .virtual-gallery-section .inner-section{
        width: 80vw;
    }

    .thumbnail-gallery{
        margin: 0;
    }

    .thumbnail-gallery .thumbnail-item{
        margin: 0px;
        padding-right: 16px;
        flex: 1 1 0px;
    }

    .thumbnail-gallery .thumbnail-item:nth-child(2n) {
    padding-left: 16px;
    padding-right: 16px;
  }

  .thumbnail-gallery .thumbnail-item:nth-child(3n){
    padding-left: 16px;
    padding-right: 0px;
  }

    .thumbnail-gallery .thumbnail-item:nth-of-type(1) .image-wrapper, 
    .thumbnail-gallery .thumbnail-item:nth-of-type(2) .image-wrapper,
    .thumbnail-gallery .thumbnail-item:nth-of-type(3) .image-wrapper{
      width: 100%;
      height: 275px;
    }

    .why-us-section .why-us-opening .theme-bodycopy{
        max-width: 600px;
    }

    .why-us-opening .seperator{
        width: 250px;
    }

    .why-us-thumbnail-container{
        margin: 0;
        display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    }

    .why-us-thumbnail{
        align-items: flex-start;
    justify-content: center;
    }

    .why-us-thumbnail .thumbnail-item{
        flex: 1 1 0;
        padding: 0px 88px;
    }

    .why-us-thumbnail .thumbnail-item:nth-child(1){
        padding: 0;
        padding-left: 56px;
        padding-right: 88px;
    }

    .why-us-thumbnail .thumbnail-item:nth-child(2n){
        padding: 0;
        padding: 0px 88px;
    }

    .why-us-thumbnail .thumbnail-item:last-child{
        padding: 0;
        padding-left: 88px;
        padding-right: 56px;
    }

    .why-us-thumbnail .thumbnail-item .image-wrapper{
        height: 120px;
        width: 120px;
        margin-bottom: 16px;
    }

    .why-us-thumbnail .thumbnail-item .image-wrapper > div{
        height: 120px;
        width: 100%;
    }

    .interest-section .interest-content{
        padding: 64px 160px;
    }

    .interest-opening .seperator{
        width: 250px;
    }

    .interest-section .button-container a:nth-child(1){
        margin: 0;
        margin-right: 24px;
    }

    .theme-dark-button{
        min-width: 250px;
    }
    
    .theme-footer .footer-content{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding: 24px 160px;
    }

    .theme-footer .social-media-container{
        margin: 0;
    }

    .theme-footer .social-media-container .connect-text{
        font-family: 'Raleway', sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 22px;
    }

    .theme-footer .term-condition-container .term-condition-wrapper{
        justify-content: end;
    }

    .theme-footer .term-condition-container .copyright-wrapper{
        margin: 0;
    }

    .slider .content img{
        object-fit: contain;
        height: 625px;
    }

    .slider-navigation-container{
        bottom: unset;
    }

    .slider-navigation-container .arrows .arrow-prev, 
    .slider-navigation-container .arrows .arrow-next{
        height: 50px;
        width: 50px;
    }

    .slider-navigation-container .arrows .arrow-next{
        right: 160px;
    }

    .slider-navigation-container .arrows .arrow-prev{
        left: 160px;
    }

    .slider-navigation-container .arrows .number-indicator{
        bottom: -30vw;
    }

    .slider-indication-container{
        bottom: 50px;
    }

    /* RESPONSIVE MEDIA /OVERLAY */
    .overlay__inner,
    .overlay__inner__image{
    padding: 5rem;
  }

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

  .cursor {
    position: absolute;
    /* background-color: rgba(var(--black), 1); */
    border: 1px solid rgba(var(--black), 1);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    z-index: 3000;
    pointer-events: none;
    transition: width 0.3s ease-in-out, height 0.3s ease-in-out;
    animation: fadeIn 1s ease;
  }

  .cursor.hover {
    width: 10px;
    height: 10px;
  }
}

/* Animations */
@keyframes reveal {
  from {
    left: -100vw;
  }
  to {
    left: 0;
  }
}

@keyframes unviel {
  from {
    left: 0;
  }
  to {
    left: -100vw;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(var(--color), 0.3), 0 0 0 1px rgba(var(--color), 0.3), 0 0 0 3px rgba(var(--color), 0.3),
      0 0 0 5px rgba(var(--color), 0.3);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(var(--color), 0.3), 0 0 0 4px rgba(var(--color), 0.3), 0 0 0 20px rgba(var(--color), 0),
      0 0 0 30px rgba(var(--color), 0);
  }
}

