@media(max-width: 576px) {
    .hero-container {
        /* margin-top: 75px;
        min-height: 290px;
        background-size: contain; */
    }
}
.parallax-container-home {
    background-image: url("../assets/img/homepage-hero.jpg");
}

.sticky-text-home p {
    margin: 20px 0;
}
.sticky-text-home-2 {
    margin: 20px 0;
    text-align: center;
}
.sticky-text-home-2 p {
    margin: 20px 0;
}
.sticky-text-home {
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 200px;
    z-index: 10;
    /* background-color: white; */
    text-align: center;
    margin-bottom: 100px;
}
.section-right-images-home {
    padding-left: 80px;
    margin-bottom: 100px;
}
.section-right-images-home img {
    /* margin-bottom: 30px; */
    margin-top: 60px;
    /* border-radius: 10px; */
    border: 1px solid transparent;
}
.our-location-map-mobile {
    display: none;
}
.address-info-mobile {
    display: none;
}
.home-gallery-btn-mobile {
    display: none;
}
.home-location-map-mobile {
    display: none;
}
.sticky-text-home-container,
.image-scroll-home-container {
    margin-top:30px;
}

/* THIRD SECTION */
.third-section-home {
    background-image: url("../assets/img/home-panorama-clouds.png");
    background-position: center;
    background-size: cover;
    text-align: center;
    min-height: 2400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 3;
    -webkit-transform: translate3d(0,0,0);
    /* opacity: 0.99; */
}
.parallax-image-holder-home {
    background-image: url("../assets/img/home-panorama.png");
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    text-align: center;
    min-height: 2400px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 21;
    pointer-events: none;
}
.home-cloud-parallax-1 {
    position: absolute;
    top: 50px;
    left: 0;
}
.home-cloud-parallax-2 {
    position: absolute;
    top: 500px;
    right: 50px;
    z-index:-1;
}
.home-cloud-parallax-3 {
    position: absolute;
    top: 1200px;
    right: 50px;
    z-index:-1;
}
.home-cloud-parallax-4 {
    position: absolute;
    top: 900px;
    left: 25%;
    display: none;
}
.home-cloud-parallax-5 {
    position: absolute;
    top: 1500px;
    left: 15%;
}
.third-section-parallax-text {
    margin-top: 500px;
    text-align: center;
    max-width: 640px;
}
.third-section-parallax-text p {
    margin-top: 40px;
    margin:40px 10px 0 10px;
}
.third-section-title {
    margin: 20px 0;
    text-transform: uppercase;
}
.third-section-title-2 {
    font-size: 44px;
    margin: 20px 0;
    color: #8D6E49;
    text-transform: uppercase;
}
.third-section-button {
    cursor: pointer;
    display: inline-block;
    border: 2px solid #8D6E49;
    padding: 16px 25px;
    font-size: 16px;
    color: #8D6E49;
    margin: 40px 0;
    transition: background-color .7s ease, color .7s ease;
}
.third-section-button:hover {
    color: #fff;
    background-color: #8D6E49;
}

.fourth-section-home {
    /* margin-top: 100px; */
    position: relative;
    padding-top: 120px;
    background-color: #fff;
    z-index: 4;
    -webkit-transform: translate3d(0,0,0);
}
.image-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 20px;
    margin-top: 200px;
    margin-bottom: 300px;
}

.left-column, .right-column {
    display: grid;
    gap: 10px;
    justify-content: center;
}

.left-column {
    margin-top: -50%;
    margin-bottom: -50%;
}

.column img {
    width: 100%;
    height: auto;
    display: block;
}
.fifth-section-home {
    position: relative;
    background-color: #F1F1F1;
    padding: 150px 0 300px 0;
    z-index: 5;
    -webkit-transform: translate3d(0,0,0);
}
.sand-decoration-right {
    position: absolute;
    top: 25%;
    right: 0;
    z-index:-1;
}
.sand-decoration-left {
    position: absolute;
    top: 25%;
    left: 0;
    z-index:-1;
}
.home-sand-decoration-right {
    position: absolute;
    top: 5%;
    right: 0;
}
.home-sand-decoration-left {
    position: absolute;
}
.home-sand-decoration-left-holder {
    position: sticky;
    top: 50%;
}
.second-section {
    width: 100%;
}
.home-image-grid {
    z-index: 2;
}
.sand-decoration-home-right {
    position: absolute;
    left: 0;
    top: 40%;    
}
.settle-section-image-holder {
    position: absolute;
    top: -150px;
    right: 0;
}
.mob-parallax-image-holder-home {
    min-height: auto;
    position: sticky;
    top: calc(100vh - 300px);
    margin-top: 300px;
    background-image: url(../assets/img/home-panorama.png);
    width: 100%;
    height: 300px;
    background-size: 600px;
    background-position: -70px;
    z-index: 9;
}

.google-map {
    position: relative;
    width: auto;
    height: 630px;
    border-radius: 30px;
    overflow: hidden;
    margin-bottom:20px;
    margin-right:50px;
}

 .google-map iframe {
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
}
.our-location-map-desktop {
    height: 430px;
    margin-right:10px;
    margin-top:24px;
    margin-bottom:24px;   
}

@media (max-width:1600px) {
    .sticky-text-home {
        top: 140px;
    }
    .home-sand-decoration-left {
        left: -10%;
    }
    .fifth-section-home {
        padding:120px 0 200px 0;
    }
    .third-section-title,
    .third-section-title-2 {
        font-size: 28px;    
    }
    .third-section-parallax-text p {
        margin:16px 0;
    }
    .third-section-button {
        margin:16px 0;
    }
    .google-map {
        height: 570px;
    }    
    .our-location-map-desktop {
        height: 380px;
        margin-right:0px;    
    }
}

@media (max-width:1400px) {
    .our-location-map-desktop {
        height: 300px;
    }
}

@media (max-width:1280px) {
    .section-right-images-home img{
        margin-bottom:0px;
    }
    .section-right-images {
        padding-left:20px;
    }    
}

@media (max-width: 1024px) {
    .third-section-title-2 {
        font-size: 28px;
    }
    .third-section-title {
        font-size: 28px;
    }
    .fifth-section-home {
        padding-bottom:120px;
    }
    .google-map {
        height: 500px;
        margin-right:10px;
        margin-top:100px;
    }
    .our-location-map-desktop {
        height: 260px;        
    }
    .section-right-images-home {
        padding-left: 0px;        
    }
}
@media (max-width: 920px) {  
    .image-scroll-home-container .slick-dots {
        padding-right: 30px;
    }
}

@media (max-width: 768px) {
    .image-columns {
        grid-template-columns: 1fr;
    }
    .left-column {
        margin-top: 0;
        margin-bottom: 0;
    }
    .parallax-container-location img {
        display: none;
    }
    .parallax-container-location h1 {
        max-width: 70%;
    }
    .parallax-container-home img:nth-child(1) {
        display: none;
    }
    .parallax-container-home img:nth-child(3) {
        max-width: 200px;
    }
    .parallax-container-home h1 {
        max-width: 70%;
    }
    .parallax-container-home {
        background-image: url("../assets/img/mobile/homepage-hero-mobile.jpg");
    }
    .home-sand-decoration-right {
        display: none;
    }
    .home-sand-decoration-left {
        display: none;
    }
    .home-cloud-parallax-1 {
        top: 10px;
        right: 0;
        left: auto;
        max-width: 250px;
    }
    .home-cloud-parallax-2 {
        top: 200px;
        left: -100px;
        max-width: 280px;
    }
    .home-cloud-parallax-3 {
        top: 800px;
        right: -100px;
        left: auto;
        max-width: 280px;
        display: none;
    }
    .home-cloud-parallax-4 {
        top: 1250px;
        right: 0;
        left: auto;
        max-width: 250px;
    }
    .home-cloud-parallax-5 {
        display: none;
    }
    .third-section-parallax-text {
        margin-top: 40px;
    }
    .third-section-parallax-text img:nth-child(3) {
        width: 250px;
    }
    .third-section-parallax-text p {
        margin-top: 20px;
    }
    .third-section-home {
        /* overflow: hidden; */
        justify-content: start;
        background-image: url("../assets/img/mobile/home-panorama-clouds-mobile.jpg");
        min-height: 1500px;
    }
    .third-section-title {
        margin: 20px 40px;
        text-transform: uppercase;
    }
    .third-section-title-2 {
        font-size: 24px;
    }
    .home-fourthsec-logo {
        display: none;
    }
    .home-fourthsec-wave {
        display: none;
    }
    
    .sticky-text-home-2 {
        margin-bottom: 50px;
    }
    .sticky-text-home {
        margin-bottom:30px;
    }
    .sticky-text-home-container,
    .image-scroll-home-container {
        margin-top:0px;
    }
    .fourth-sec-text {
        background-color: transparent;
        /* margin-top: 100px; */
    }
    .sticky-on-mobile {
        position: -webkit-sticky; /* Safari */
        position: sticky;
        top: 0;
        z-index: 10;
        background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 80%, rgba(255, 255, 255, 0) 100%);
        text-align: center;
        margin-bottom: 0;
    }
    .home-gallery-btn-mobile {
        display: block;
        margin-bottom: 30px;
    }
    .home-gallery-btn {
        display: none;
    }
    .home-image-grid {
        margin-top: 0;
    }
    .parallax-image-holder-home {
        min-height: 1500px;
        display: none;    }
    .sand-decoration-home-right {
        display: none;
    }
    .settle-section-image-holder {
        display: none;
    }
    .fifth-section-home {
        padding: 50px 0 0 0;
    }
    .home-location-map-mobile {
        display: block;
    }
    .home-location-map-mobile {
        width: 100%;
        object-fit: cover;
    }
    .home-location-map-desktop {
        display: none;
    }
    .image-scroll-home-container {
        padding-bottom: 80px;
    }
    .section-right-images-home {
        padding-left: 0;
        margin-bottom: 0;
        text-align: center;
        /* margin: 10px 30px 10px 30px; */
        padding:0 20px;
    }
    
    .second-section {
        padding-top: 30px;        
    }
    .location-map {
        display: none;
    }
    .address-info {
        display: none;
    }
    .address-info-mobile {
        display: block;
        text-align: center;
        border: 2px solid #8D6E49;
        padding: 15% 5%;
        border-radius: 30px;
        margin-top: 30px;
        margin-left: 20px;
        margin-right: 20px;
    }
    .section-right-images {
        position: relative;
        padding-left: 0;
        text-align: center;
    }
    .section-right-images img {
        border: none;
        border-radius: 0;
        padding: -15px 0;
    }
    .third-section {
        margin-top: 70px;
        padding-top: 70px;
        padding-bottom: 70px;
        text-align: center;
        margin: 0;
    }
    .third-section h2 {
        text-align: center;
        font-size: 26px;
        max-width: 100%;
        padding: 0 40px;
    }
    .third-section-wave {
        padding: 0 50px;
    }
    .sand-decoration-left {
        display: none;
    }
    .sand-decoration-right {
        display: none;
    }
    .home-card svg {
        max-width: 60px;
    }
    .home-card div {
        font-size: 13px;
    }
    .home-card-grid {
        margin-top: 40px;
        padding: 10px;
        gap: 10px;
    }
    .home-clouds-top {
        display: none;
    }
    .home-clouds-right {
        display: none;
    }
    .home-cloud-left {
        display: none;
    }
    .parallax-image-holder {
        background-image: url('../assets/img/mobile/vine-mobile.png');
        display: none;
    }
    .fourth-section {
        background-image: url('../assets/img/mobile/vine-mob.jpg');
    }
    .home-find-us-card-img {
        max-height: 80px;
    }
    .home-find-us-card h2 {
        font-size: 24px;
    }
    .home-find-us-card p {
        font-size: 16px;
    }
    .google-map {
        margin-top:50px;
        margin-bottom:0;
        border-radius: 0%;
    }
    .our-location-map-desktop {
        height: 420px;
        border-radius:30px;       
    }
}
@media (max-width: 767px) {
    .third-section-parallax-text {
        margin-top: -300px;
    }
    .home-gallery-btn-mobile {        
        margin-bottom: 150px;
    }
    .home-find-us-card {
        padding: 30px 60px;
        margin: 0 20px;
        width: 100%;
    }
    /* .sticky-text-home p {
        margin: 20px 10px;
    } */
    .image-columns {
        margin-top:30px;
        margin-bottom:60px;
    }
    .fourth-section-home {
        padding-top:70px;
    }
    .image-scroll-home-container {
        padding-bottom: 60px;
    }
    .section-right-images-home img {
        margin-bottom: 0px;
        margin-top: 0px; 
    }
    .google-map {
        margin-top:0px;        
    }
}

@media (min-width: 768px) {
    .third-section-home {
        transform: none;
    }
    .mob-parallax-image-holder-home {
        min-height: auto;
        position: sticky;
        top: calc(100vh - 300px);
        margin-top: 300px;
        background-image: url(../assets/img/home-panorama.png);
        width: 100%;
        height: 300px;
        background-size: 600px;
        background-position: -70px;
        z-index: 9;
        display: none;
    }
}
.home-find-us-card {
    position: absolute;
    background-color: transparent;
    color: #000;
    padding: 100px 60px;
    border-radius: 50px;
    border: 1px solid transparent;
    width: 600px;
    text-align: center;
    z-index: 9;
    overflow: hidden;
    bottom: 50px;
    left: 20%;
}
.home-find-us-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #F5F5F5;
    filter: blur(2px);
    z-index: 1;
    border-radius: 10px;
    opacity: 0.6;
}
@media (max-width: 576px) {
    .home-find-us-card {
        padding: 30px 60px;
        margin: 0 20px;
        width: 100%;
        position: relative;
        left:0;
        right: 0;
    }
}
@media (min-width: 768px) {
    .home-find-us-card {
        padding: 30px 60px;
        margin: 0 20px;
        width: 50%;
        position: relative;
        left:0;
        right: 0;
        margin-bottom: 200px;
    }
}
@media (min-width: 992px) {
    .home-find-us-card {
        position: absolute;
        background-color: transparent;
        color: #000;
        padding: 100px 60px;
        border-radius: 50px;
        border: 1px solid transparent;
        width: 600px;
        text-align: center;
        z-index: 9;
        overflow: hidden;
        bottom: 50px;
        left: 20%;
    }
    .home-find-us-card::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #F5F5F5;
        filter: blur(2px);
        z-index: 1;
        border-radius: 10px;
        opacity: 0.6;
    }
}
@media (min-width: 1200px) {
    .home-find-us-card {
        position: absolute;
        background-color: transparent;
        color: #000;
        padding: 100px 60px;
        border-radius: 50px;
        border: 1px solid transparent;
        width: 600px;
        text-align: center;
        z-index: 9;
        overflow: hidden;
        bottom: 50px;
        left: 20%;
    }
    .home-find-us-card::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #F5F5F5;
        filter: blur(2px);
        z-index: 1;
        border-radius: 10px;
        opacity: 0.6;
    }
}