

.swiper-container {
    width: 100%;
    height: fit-content;
  }
  .swiper-slide {
      color: white;
      opacity: 0.4;
      transition: opacity 1.5s, color 1.5s;
  }
  .swiper-slide-active {
color: black;
opacity: 1;
  }

  .slider-arrow-left-custom {
    left: 3.5%;
    top: calc(50% - 97px);
    transform: scale(.3);
    color: black;
  }
  .slider-arrow-right-custom {
    right: 3.5%;
    top: calc(50% - 97px);
    transform: scale(.3);
    color: black;
  }

html {
    scroll-behavior: smooth;
}

body {
    opacity: 0;
    transition: opacity 2s;
}


  h2 {
    font-family: garamond-premier-pro-display, serif;

    font-weight: 400;
    
    font-style: normal;
    font-weight: 100;
  text-align: center;
  font-size: 22px;
  letter-spacing: 0;
  line-height: 28px;
  }

  h3 {
    font-family:'Helvetica Neue LT W05 75 Bold';
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 3.9px;
    line-height: 15px;
  }

  p {
    font-family: garamond-premier-pro-display, serif;

font-weight: 400;

font-style: normal;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 26px;

}

.p-footer {
    font-family:"Helvetica Neue LT W05 45 Light";
    margin:0; 
    padding: 0;
    color: white;

    font-size: 12px;
  letter-spacing: 1px;
  line-height: 19px;
}



.branding-text {
    font-size: 25px;
  font-weight: 300;
  letter-spacing: 2px;
  line-height: 30px;
  margin: 0;
  padding: 0;
  color:white;
}
.branding-comp {
    display: flex;
    align-items: center;
}


.branding-comp > div:first-child {
    height: 40px;
}

.header-spacing {
    padding-top: 76px;
}


img {
    width:100%;
}

a {
    color: inherit;
    text-decoration: none;
}

a:link {
    color: inherit;
  }
  

  a:visited {
    color: inherit;
  }
  

  a:hover {
    color: inherit;
  }
  

  a:active {
    color: inherit;
  }

  .landing > div {
    height: 50vh;
    overflow: hidden;
  }
#custom_video {
    transform: scale(2);
}


.mute-btn {
    position: absolute;
    z-index: 10;
    bottom: 0;
    left: 0;
    height: 25px;
    width: 25px;
    margin: 25px;
    cursor: pointer;
}
.mute-btn > img {
    position:absolute;
    transition: opacity .5s;
}
.mute-btn > img:first-child {
    max-width: 22px;
}
.mute-btn > img:first-child {
    opacity: 0;
}


.scrolldown-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    z-index: 10;
    height: 50px;
    width:50px;
    margin-bottom: 16px;
    left: calc(50% - 25px);
    cursor: pointer;
}

.scrolldown-arrow > img {
    width: 30px;
    
}
#activate-header {
    scroll-margin-top: 82px;
}
.vr-card {
    position: relative;
}
.vr-card > img:first-child {
    position: absolute;
    left:0;
    bottom: 0;
    width: 75px;
    margin-left: 25px;
    margin-bottom: 25px;
}
.footer-bullets {
    margin: 0;
    padding: 0;
    overflow: hidden;
  }
  
  .footer-bullets > li {
    float: left;
    padding-right: 10px;
    color: white;
    margin-left: 20px;
  }
  .footer-bullets > li:first-child {
    margin-left: 0;
  }
  
  .footer-bullets > li a {
    display: block;
    color: white;
    padding: 2px;
    text-decoration: none;

    font-size: 10px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 15px;
  }
  

  .footer-bullets > li a:hover {
    color: white;
  }
  


.btn {
    font-family:'Helvetica Neue LT W05 75 Bold';
    border: 1px solid white;
    color: white;
    padding: 20px;
    padding-left: 53px;
    padding-right: 53px;
    height: 41px;
    display: flex;
    width: fit-content;
    justify-content: center;
    align-items: center;

    font-size: 10px;
    font-weight: bold;
    letter-spacing: 3.25px;
    line-height: 12px;

  text-align: center;
  text-transform: uppercase;
    transition: all .3s;
}
.btn:hover {
    background-color: black;
    color: white;
}

.grad-image {
    position: relative;
    overflow: hidden;
}
.grad-image > img {
    min-width: 200vw;
    transform: translateX(-29%);
}

.black-gradient {
    position: absolute;
    height: 100px;
    background: rgb(0,0,0);
    background: linear-gradient( 
180deg
 , rgba(0,0,0,0) 0%, rgba(0,0,0,1) 75%, rgba(0,0,0,1) 100%);
    bottom: 0;
    width: 100%;
    display: flex;
    z-index: 1;
}
.site-header {
    position: fixed;
    width: 100%;
    display: flex;
    justify-content: space-between;
    z-index: 20;
    align-items: center;

    padding: 20px;
    background: black;
    color: white;
}




.section {
    display: flex;
    justify-content: center;
}

.width-lg {
    width: 100%;
    max-width: 1440px;
}
.width-full {
    width: 100%;
    max-width: 100%;
}

.top-margin {
padding-top: 20px;
}
.top-margin-lg {
    padding-top: 40px;
}
.bottom-margin {
    padding-bottom: 20px;
}
.bottom-margin-lg {
    padding-bottom: 40px;
}
.sides-margin {
    padding-left: 50px;
    padding-right: 50px;
}


.grid-villas {
    display: grid;
    grid-template-columns: auto;
    column-gap: 0;
}
.grid-villas > div > div:last-child {
    padding-top: 25px;
}





.site-footer {
    background-color: black;
}
.footer-branding > img {
    max-width: 200px;
    margin: auto;
    margin-bottom: 50px;
}
.footer-grid {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: auto auto;
    row-gap: 50px;
    width: 100%;
    border-bottom: 1px solid #979797;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.footer-grid > div:last-child {
    text-align: left;
}








.social-icons {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
    margin-bottom: 20px;
}
.social-icons > a {
    margin-right: 20px;
}
.social-icons > a:last-child {
    margin-right: 0;
}


.social-icons > a > img {
    max-width: 20px;
    width: 20px;
}
.social-icons > a:last-child > img {
    max-width: 28px;
    width: 28px;
}
iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    }
    .show-on-device {
        display: block;
    }
    
    .show-on-desktop {
        display: none;
    }
    .show-on-device > img {
        height: 40px;
    }

    @media (min-width: 600px) {
        .slider-arrow-left-custom {
            left: 4.5%;
            top: calc(50% - 81px);
            transform: scale(.3);
            color: black;
          }
          .slider-arrow-right-custom {
            right: 4.5%;
            top: calc(50% - 81px);
            transform: scale(.3);
            color: black;
          }
    }

@media (min-width: 768px) {
    .slider-arrow-left-custom {
        left: 5.5%;
            top: calc(50% - 70px);
        transform: scale(.3);
        }
        .slider-arrow-right-custom {
        right: 5.5%;
            top: calc(50% - 70px);
        transform: scale(.3);
        }

}


@media (min-width: 1024px) {
    .slider-arrow-left-custom {
        left: 14.5%;
                top: calc(50% - 65px);
        transform: scale(.5);
      }
      .slider-arrow-right-custom {
        right: 14.5%;
                top: calc(50% - 65px);
        transform: scale(.5);
      }


    h2 {
  font-size: 24px;

  line-height: 36px;
    }
    
    p {
        font-size: 18px;
        letter-spacing: 0;
        line-height: 24px;
    }
    .btn {
        border: 1px solid black;
        background-color:white;
        color: black;
        padding: 20px;
        padding-left: 53px;
        padding-right: 53px;
        height: 41px;
      text-align: center;
        transition: all .3s;
    }
    .btn:hover {
        background-color: black;
        color: white;
    }




    .scrolldown-arrow {
        bottom: 35px;
    }


    .scrolldown-arrow > img {
        width: initial;
        
    }


    
    .site-header {
        width: 100%;
        padding-right: 30px;
        padding-left: 30px;
        background: transparent;
        color: black;
        justify-content: space-between;
        height: 115px;
        transition: background-color .8s;
    }

    .active-header {
        background: rgba(0, 0, 0, .8);
        backdrop-filter: blur(4px);
    }

    .header-spacing {
        padding-top: 0;
    }
    #activate-header {
        scroll-margin-top: 0;
    }

    .top-margin {
        padding-top: 50px;
        }
        .top-margin-lg {
            padding-top: 100px;
        }
        .bottom-margin {
            padding-bottom: 50px;
        }
        .bottom-margin-lg {
            padding-bottom: 100px;
        }
        .sides-margin {
            padding-left: 50px;
            padding-right: 50px;
        }



        .branding-comp > div:first-child {
            height: 65px;
        }

        .landing > div {
            height: 100%;
            overflow: hidden;
        }
        #custom_video {
            transform: scale(1);
        }
    

        .mute-btn {
            height: 30px;
            width: 30px;
            margin: 50px;
        }
        .mute-btn > img:first-child {
            max-width: 25px;
        }

.grid-villas {
    grid-template-columns: calc(50% - 55px) calc(50% - 55px);
    column-gap: 110px;
}
.grid-villas > div > div:last-child {
    padding-top: 25px;
}
.show-on-device {
    display: none;
}

.show-on-desktop {
    display: block;
}

.grad-image > img {
    min-width: 100vw;
    transform: translateX(0);
    

}

.black-gradient {
    height: 300px;
}

}

@media (min-width: 1440px) {
    .slider-arrow-left-custom {
        left: 15%;
            top: calc(50% - 67px);
        transform: scale(.6);
      }
      .slider-arrow-right-custom {
        right: 15%;
            top: calc(50% - 67px);
        transform: scale(.6);
      }

.mute-btn {
    bottom: 50%;
    left: 0;
}




.footer-grid {
    grid-template-columns: 50% 50%;
    row-gap: 0;
    padding-bottom: 15px;
    margin-bottom: 0;
}
.footer-grid > div:last-child {
    text-align: end;
}

.footer-bullets > li a {
    padding: 16px;
}

.social-icons > a > img {
    max-width: 28px;
    width: 28px;
}
.social-icons > a:last-child > img {
    max-width: 40px;
    width: 40px;
}


}


@media (min-width: 1800px) {
    .scrolldown-arrow {
        bottom: 200px;
    }
}