@font-face {
    font-family: 'KeplerStd-LightExtDisp';
    src: url('../fonts/KeplerStd-LightExtDisp.otf');
}

@font-face {
    font-family: 'OpenSansHebrew-Regular';
    src: url('../fonts/OpenSansHebrew-Regular.ttf');
}

:root{
    --ws-txt: #292116;
    --ws-brown: #3d301d;
    --ws-white-bg: #ddd5cb;
    --ws-grey-bg: #b4aea0;
    --ws-gold: #c8a443;
}

*:focus{
    outline-color: var(--ws-gold);
    border: var(--ws-gold);
}

html{
    scroll-behavior: smooth;
}

.primary-bg{
    background-color: #ddd5cb;
}

.brown-bg{
    background-color: var(--ws-brown);
}

.grey-bg{
    background-color: var(--ws-white-bg);
}

.color-white{
    color: #fff;
}

.color-gold{color: #c8a443;}

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

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

body{
    direction: rtl;
    color: var(--ws-txt);
}

a{
    text-decoration: none;
}



.h2, h2 {
    font-size: calc(1.825rem + .9vw);
    font-family: 'KeplerStd-LightExtDisp';
}

@media (min-width: 1200px){
.h2, h2 {
    font-size: 3rem;
}
}

.h5{
    font-family: 'OpenSansHebrew-Regular';
}

p{
    font-size: 1.3rem;
    line-height: 1.5;
    font-family: 'OpenSansHebrew-Regular';
}

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

.mw-745{
    max-width: 745px;
}

.mw-873{
    max-width: 873px;
}

.mw-870{
    max-width: 870px;
}

.mw-850{
    max-width: 850px;
}

.mw-825{
    max-width: 825px;
}

.mw-715{
    max-width: 715px;
}

.mw-700{
    max-width: 700px;
}

.mw-690{
    max-width: 690px;
}

.mw-422{
    max-width: 422px;
}

.mw-397{
    max-width: 397px;
}

.header{
    /* height: 100vh;
    background-image: url('../images/video_frame.jpg'); */
    padding: 0;
    padding-top: 85px;
    
}

.extraordinary-slider{
    max-width: 1000px;
}

@media (max-width:1050px) {
    .extraordinary-slider{
        max-width: 700px;
    }
}

.project-slider{
    max-width: 1200px;
}

@media (max-width:1220px) {
    .project-slider{
        max-width: 700px;
    }
    
}

.the-neighbourhood-slider{
    max-width: 1200px;
}

@media (max-width:1220px) {
    .the-neighbourhood-slider{
        max-width: 700px;
    }
    
}

.beyond-txt{
    align-items: normal;
}

input[type="text"]{
    background-color: unset;
    border: 0;
    border-bottom: 1px solid white;
    padding-bottom: 8px;
    color: white;
}

input[type="text"]::placeholder{
    color: white;
    font-family: 'OpenSansHebrew-Regular';
    font-size: 1.2rem;
}

.fullname,.phone{width: 340px;}

#submitBtn{
    background-color: var(--ws-gold);
    border:1px solid var(--ws-gold);
    width: 120px;
    height: 36px;
    font-family: 'KeplerStd-LightExtDisp';
    font-size: 1.7rem;
    transition-property: background-color, color;
    transition: .7s ease;
}

#submitBtn:hover{
    background-color: var(--ws-brown);
    color: var(--ws-gold);
}

.saperate-line{
    height: 2px;
    width: 73%;
    background-color: #3d301d;
    margin-top: 30px;
}

@media (max-width:991px) {
    .form-row{
        flex-direction: column;
        gap: 2rem !important;
    }
    
    #form-row-two{
        gap: 2rem !important;
    }
}

@media (max-width:775px) {
    .beyond-txt{
        flex-direction: column;
    }

    .contact-icons img{
        display: none;
    }

    #center-img {
        margin-right: 20px;
    }

    .extraordinary-slider,.the-neighbourhood-slider,.project-slider{
        max-width: 420px;
    }
    
}

@media (max-width:500px) {
    .extraordinary-slider,.the-neighbourhood-slider,.project-slider{
        width: 100%;
    }

    .contact-icons{
        display: none;
    }

    .item-anchor {
        font-size: 1.4rem;
    }

    .nav {
        padding: 15px 10px;
    }
    

    h2{
        font-size: 2.6rem;
    }
}

.slick-dots{
    display: flex !important;
    justify-content: flex-end !important;
    margin-top: 10px;
    z-index: 1;
    bottom: -30px;
}

.slick-prev {
    right: 30px;
}

.slick-next {
    right: 0;
}



.slick-prev, .slick-next {
    top: unset;
    bottom: -10% !important;
    z-index: 2;
}

.project-next, .project-prev{
    bottom: -6% !important;
}

@media (max-width:1220px) {
    .project-next, .project-prev{
        bottom: -10% !important;
    }
    
}


.slick-dots li button:before {
    font-family: unset;
    font-size: 0px;
    rotate: 135deg;
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    background-color: var(--ws-brown);
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-next:before {
    content: none;
}

.slick-prev:before {
    content: none;
}

.project-dots li button:before{
    background-color: var(--ws-white-bg);
}

@media (max-width:775px) {
    .slick-prev, .slick-next {
        bottom: -16% !important;
    }
    
}

@media (max-width:500px) {
    .slick-prev, .slick-next {
        bottom: -22% !important;
    }

    .slick-dots{
        display: none !important;
    }


    
}

.circle {
    opacity: 0;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

@media (max-width:991px) {
    .circle {
        opacity: 1;
    }
    
}

.extraordinary, .the-neighbourhood, .passionate, .the-project, .detail{
    padding-top: 105px !important;
}

.bounce2 {
    animation: bounce2 2s ease infinite;
  }
  @keyframes bounce2 {
      0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
      40% {transform: translateY(-30px);}
      60% {transform: translateY(-15px);}
  }

  @media (max-width:991px) {
    .bounce2{
        display: none;
    }
    
  }
  
  @media (max-width:520px) {
    #btm-logo{
        width: 350px;
    }
    
  }

  .digital-cloud {
    fill: white;
    width: 13px;
    height: auto;
    position: fixed;
    top: 80%;
    left: 0.5%;
    z-index: 999;
}

.video-container {
    position: relative;
    overflow: hidden;
    padding-bottom: 56.25%; /* 16:9 aspect ratio (height/width) */
    max-width: 100%;
  }
  
  /* The iframe */
  .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

  }

  

  @media (max-width:800px) {
    .video-wrapper{
        padding-top: 85px;
    }
    
  }

  .slick-slider {
    touch-action: auto !important;
}

#loader {
    width: 100%;
    height: 100vh;
    background-color: rgba(41, 33, 22, 0.6);
    position: fixed;
    top: 0;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    display: none;
}

.loader {
    border: 5px solid #f3f3f3;
    border-top: 5px solid var(--ws-gold);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
    opacity: 1;
    margin: 20px auto;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

#lottie-logo{
    margin-right: 80px;
}

@media (max-width:775px) {
    #lottie-logo{
        margin-right: 20px;
    }
    
}

