@import url(https://use.typekit.net/nyi6gdx.css);


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

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

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

@font-face {
    font-family: 'Adobe';
    src: url('../fonts/AdobeFnt23.lst');
}

:root {
    --ws-primary: #305a4c;
    --ws-secondary: #d5d1c6;
    --ws-therdy: #e0c495;

}

* {
    direction: rtl;
}

body {
    font-family: 'Arimo-Regular';
    background-color: white;
}

h1,
.h1 {
    font-family: "bely-display", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: white;
}

.h1,
h1 {
    font-size: calc(2.275rem + 1.5vw);
}

@media (min-width: 1200px) {

    .h1,
    h1 {
        font-size: 4rem;
    }
}


h2,
.h2 {
    font-family: 'Arimo-Regular';
    color: var(--ws-therdy);
}

.h2,
h2 {
    font-size: calc(2.325rem + .9vw);
}

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

    .h2,
    h2 {
        font-size: 2.4rem;
    }
}

p {
    font-size: 1rem;
}

a{
    text-decoration: none;
}

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

.secondary-color {
    color: #305a4c !important;
}

.gold-color{
    color: var(--ws-therdy) !important;
}


.long-txt{
    max-width: 730px;
    line-height: 1.7;
    color: white;
}



header {
    position: sticky;
    top: 0;
    background-image: url('../images/webp/bg/leaf-bg-2.webp');
    background-size: cover;
    z-index: 100;
    transition: top 0.3s ease-in-out;
}

.nav {
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
    height: 80px;
    padding-right: 30px;
}

.nav.hidden {
    opacity: 0;
    pointer-events: none;
}

@media (max-width:1000px) {
    .nav.hidden {
        opacity: 1;
    }
}

.nav .inline-link {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.nav .inline-link li {
    display: inline-block;
    margin: 10px 20px;
    font-weight: 100;
}

.nav a {
    text-decoration: none;
    color: var(--ws-secondary);
    font-weight: bold;
    transition: color .5s ease;
}

.nav a:hover {
    color: var(--ws-therdy);
}

.content {
    height: 2000px;
    /* Just for demonstration */
}

.logo {
    background-color: white;
    width: 180px;
    height: 80px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.logo-line {
    border: 1px solid black;
    height: 40px;
}

.bg-cover-center {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.contact-btn {
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: 1;
    background-color: var(--ws-therdy);
}

@media (max-width:1170px) {
    .logo-contact {
        display: none !important;
    }
}

@media (max-width:690px) {
    .nav {
        padding-top: 10px;
        height: 110px;
        flex-direction: column;
        padding-right: 0;
    }

    .nav .inline-link li {
        margin: 10px 10px;
    }

}

#left-nav-logo {
    display: none;
    margin-left: 20px;
}

@media (max-width:925px) {
    .nav .inline-link {
        display: none;
    }

    .nav {
        flex-direction: row;
        padding-top: 10px;
        height: 80px;
    }


    #right-nav-logo {
        display: none;
    }

    .menu {
        display: block;
        position: relative;
        z-index: 999;
    }

    .nav-content{
        display: flex;
    }

    #left-nav-logo {
        display: block;
    }

}

.contact a {
    color: var(--ws-primary);
}

.contact a:hover {
    color: var(--ws-primary);
}

.active-page a {
    color: var(--ws-therdy);
}

.hero {
    background-image: url('../images/webp/nof-galil4.webp');
    height: 849px;
    background-size: 2400px;
    background-position: center -150px;
}

.hero-rent{
    background-image: url('../images/webp/nof-galil3.webp');
    background-position: center -480px;
}

.hero-partners{
    background-image: unset;
    height: 330px;
}

.hero-plans{
    background-image: url('../images/webp/nof-gardient.webp');
    background-position: center -260px;
}

.hero h2 {
    max-width: 880px;
    color: var(--ws-primary);
    font-family: 'Arimo-Bold';
}

.bold {
    font-weight: bold;
}



.new-txt p {
    max-width: 331px;
    color: white;
}


.new-txt .bold {
    font-size: 1.5rem;
    max-width: 325px;
}

.new-txt-rent .bold {
    font-size: 1.5rem;
    max-width: 331px;
    color: white;
}

.txt-section h2{
    margin-bottom: 0;
}

.txt-section .bold{
    font-size: 1.8rem;
    color: white;
}


.new-img {
    width: 400px;
    height: 470px;
    background-image: url('../images/webp/nof-galil3.webp');
    background-position: -430px -150px;
    background-size: 1101px;
    background-repeat: no-repeat;
}

.new-rent-img{
    background-image: url('../images/webp/movers2.webp');
    background-position: center;
    background-size: cover;
}

.new-partners-sm {
    width: 400px;
    height: 270px;
    background-image: url('../images/webp/nave-zemer.webp');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

@media (max-width:768px) {
    .new-nof-hagalil {
        flex-direction: column;
    }

}

.green-leaf-bg {
    background-image: url('../images/webp/bg/leaf-bg-2.webp');
    background-size: cover;
}

.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;
}

.circle:hover {
    transform: translateY(-20px);
}

.circle img {
    width: 180px;
    margin-bottom: 10px;
}

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

@media (max-width:992px) {
    .circles-grid {
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }



}

@media (max-width:462px) {
    .circles-grid {
        grid-template-columns: 1fr;
    }

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

    .residential-exp h2 {
        max-width: 280px;
    }

}

.grid-3 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;

}

@media (max-width:830px) {
    
    .grid-3 {
        grid-template-columns: 1fr;
    }

    .card-txt{
        height: unset;
    }


}


.gold-line {
    width: 200px;
    height: 10px;
    background-color: var(--ws-therdy);
}

.location .bold {
    font-size: 1.5rem;
    max-width: 720px;
    color: white;
}

@media (max-width:768px) {
    .location .bold {
        text-align: right !important;
    }
}

.location img {
    width: 50vw;
}

.table-img img{
    width: 50vw;
}

@media (max-width:1300px) {
    .location img {
        width: 65vw;
    }

    .table-img img{
        width: 65vw;
    }

}

@media (max-width:900px) {
    .location img {
        width: 85vw;
    }

    .table-img img{
        width: 85vw;
    }
}

.landscape-slider .slick-list .slick-track .slick-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.landscape-slider-wrap {
    position: relative;
}

.landscape-slider img {
    width: 50vw;
}

@media (max-width:1300px) {
    .landscape-slider img {
        width: 65vw;
    }

}

@media (max-width:900px) {
    .landscape-slider img {
        width: 85vw;
    }
}



.arrow-box {
    width: 150px;
    height: 100px;
    background-color: var(--ws-secondary);
    z-index: 99;
    cursor: pointer;
}

@media (max-width:985px) {
    .arrow-box {
        display: none !important;
    }

}

.arrow-box img {
    width: 50px;
}


#right-arrow,
#left-arrow {
    position: absolute;
    top: 50%;
}

#left-arrow {
    transform: rotate(-180deg);
    left: 0;
}

#right-arrow {
    right: 0;

}

.right-box {
    border-top-left-radius: 60px;
    border-bottom-left-radius: 60px;
}

.left-box {
    border-top-left-radius: 60px;
    border-bottom-left-radius: 60px;
}

.landscape-slider .slick-dots {
    bottom: 0px;
}

.landscape-slider .slick-dots li button:before {
    font-size: 16px;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: .75;
    color: var(--ws-primary);
}

.landscape-slider .slick-dots li.slick-active button:before {
    opacity: 1;
    color: var(--ws-primary);
}

.footer-form input[type='text'] {
    width: 220px;
    height: 45px;
    border: 2px solid var(--ws-therdy);
    background-color: var(--ws-primary);
    color: var(--ws-secondary);
    padding-right: 10px;
    margin-left: 15px;
}

.footer-form input[type='text']::placeholder {
    color: var(--ws-secondary);
}

.footer-form input[type='submit'] {
    width: 55px;
    height: 55px;
    border: 2px solid var(--ws-therdy);
    background-color: var(--ws-therdy);
    color: var(--ws-primary);
    text-align: center;
    border-radius: 30px;
    padding: 0;
    font-weight: bold;
    letter-spacing: 1px;
}

.footer-form input[type='text']:last-child {
    margin-left: 0px;
}

@media (max-width:992px) {
    .footer-form {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px
    }

    .footer-form input[type='text'] {
        margin-left: 0px;
    }

    .footer-form input[type='submit'] {
        width: 220px;
        height: 45px;
        border: 2px solid var(--ws-therdy);
        background-color: var(--ws-therdy);
        color: var(--ws-primary);
        text-align: center;
        border-radius: 0;
        padding: 0;
        font-weight: bold;
        letter-spacing: 1px;
    }

}

.foot-details {
    width: 100%;
    margin-top: 25px;
}

@media (max-width:721px) {
    .foot-details .h1 {
        margin-right: 0px;
    }
    
}

.foot-details .h1 {
    font-size: 1.8rem;
    margin-bottom: 0;
    margin-right: 100px;
}

#foot-up-arrow {
    width: 21px;
}

.footer-phone {
    gap: 0.85rem !important;
}

.footer-phone .h2 {
    margin-bottom: 0;
}


.footer-phone img {
    width: 21px;
}

.slide-details{
    width: 70%;
}

@media (max-width:992px) {
    .slide-details{
        width: 89%;
    }

    .foot-details .h1 {
        display: none;
    }
    
}

.h2-title{
    font-size: 1.9rem;
}


@media (max-width:480px) {
    .h1-title{
        font-size: 2.5rem;
    }

    .h2-title{
        font-size: 1.5rem;
    }

    .footer h2{
        font-size: 1.4rem;
    }

    .location .bold {
        font-size: 1.4rem;
    }

    .new-img {
        width: 100%;
    }
    
}

.download-btn{
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: 20px;
    background-color: var(--ws-therdy);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
    left: 20px;
}

.download-btn img{
 width: 30px;
}

.fade-in {
    opacity: 0; /* Initially hide the elements */
    
  }

 
  /*LightBox */

  .lightbox-btn{
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: 20px;
    background-color: var(--ws-therdy);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
    left: 80px;
  }

  .lightbox-btn img{
    width: 25px;
   }

   .mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: unset;
    cursor: unset;     
    cursor:unset;
}

.mfp-counter {
    display: none;
}

button.mfp-arrow {
    display: none;
}

/* Preloader Styles */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff; /* Preloader background color */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    opacity: 1;
    transition: opacity 0.5s ease-out; /* Transition effect for opacity */
  }
  
  .preloader.hide {
    opacity: 0;
  }
  
  .loader {
    border: 8px solid var(--ws-secondary); /* Loader color */
    border-top: 8px solid var(--ws-primary); /* Loader color */
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 1s linear infinite;
  }
  
  @keyframes spin {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  
  /* Hide content while preloader is displayed */
  #content {
    display: none;
  }
  
  @media (max-width:480px) {


    .foot-details {
        justify-content: center !important;
    }

    .foot-details a[href="#"]{
        display: none;
    }
    
  }


  .card-title{
    max-width: 200px;
  }

  .card-txt{
    margin-top: 20px;
    margin-bottom: auto;
    max-width: 220px;
    height: 220px;
  }

  .card-txt-logo{
    margin-top: 20px;
    font-size: 1.8rem;
}

  .big-btn{
    text-align: center;
    margin: 0 auto;
    margin-top: 50px;
    background-color: var(--ws-therdy);
    color: var(--ws-primary);
    padding: 15px 50px;
    font-size: 1.6rem;
    font-weight: 700;
    transition: transform .7s, color .7s;
  }

  .big-btn:hover{
    transform: translateY(-4px);
    color: #fff;
  }

  @media (max-width:830px) {

    .card-txt{
        height: unset;
        margin-bottom: 30px;
    }
}

table {
    border-collapse: collapse;
    width: 60%;
  }

  th, td {
    border: 5px solid #e0c495;
    padding: 8px;
    text-align: center;
    color: white;
  }

  @media (max-width:550px) {
    th, td {
        border: 2px solid #e0c495;
        padding: 4px;
    
      }
    
      th {
        font-size: 0.9rem;
      }
  }

  .downloadLink-btn{
    display: block;
    width: 350px;
    height: 60px;
    text-align: center;
    padding: 10px 20px;
    font-size: 1.3rem;
    background-color: var(--ws-primary);
    border: 4px solid var(--ws-therdy);
    color: white;
    transition: color .4s;
  }

  @media (max-width:530px) {
    .downloadLink-btn{
        display: block;
        width: 270px;
        height: 60px;
        font-size: 1rem;
       
      }
  }

 

  .iconLink {
    width: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--ws-therdy);
  }

  .iconLink img{
    width: 35px;
  }


@media (max-width:991px) {
    .form-linksbtn{
        flex-direction: column;
        gap: 1rem !important;
    }

   

    
}

.disclaim{
    font-size: 0.9rem;
}

#lotteryBtn{
    position: fixed;
    right: -15px;
    bottom: 15%;
    width: 150px;
    height: 80px;
    padding: 10px;
    padding-left: 3px;
    text-align: center;
    background-color: #c57f84;
    text-decoration: none;
    color: white;
    font-weight: bold;
    border-bottom-left-radius: 50px;
    border-top-left-radius: 50px;
    z-index: 998;
    transition: right .4s, color .7s;
    box-shadow: 2px 2px 8px -2px black;
    font-size: 1.2rem;
    line-height: 1.1;
    display: flex;
    justify-content: center;
    align-items: center;
}

#lotteryBtn:hover{
    right: 0;
}

.w-100{
    width: 100%;
}

.in-header{
    font-size: 3rem;
}



.green-hero{
    background-color: #305a4c;
    height: 849px;
    position: relative;
}

.in-header{
    font-size: 2.6rem;
    max-width: 26rem;
}

.green-hero p{
    font-size: 1.5rem;
    color: white;
}

.wrap-box{
    width: 100%;
}

.wrap-box p{
    font-size: 1.3rem;
}

.card-in-row{
    border: 2px solid #e0c495;
    width: 230px;
    height: 135px;

}

.green-hero div h2{
    font-size: 1.8rem;
}

.card-in-row h3{
    font-size: 1.55rem;
}

.new-header h1{
    font-size: 3.2rem;

}

.new-header h2{
    font-size: 1.7rem;
}

.box-wrappers{
    padding: 0 20px;
}

@media (max-width:1350px) {
    .header-two{
        flex-direction: column-reverse;
    }
    
}

@media (max-width:850px) {
    .header-two{
        flex-direction: column-reverse;
    }

    .box-wrappers{
        flex-wrap: wrap;
    }

    .green-hero{
        height: unset;
    }
    
}

.header-two{
    align-items: center;
}

.he-title h2{
    max-width: 28.5rem;
}

.mw{
    max-width: 31rem;
}

.md{
    max-width: 45rem;
}

.d-dots{
    
    width: 100%;
    background-color: white;
    text-align: right;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #305a4c;
    justify-content: space-between;

}

@media (max-width:762px) {
    .d-dots{
        gap: 1.5rem;
        flex-direction: column;
    }
}

.d-dots p{
    font-size: .8rem;
    color: black;
    margin-bottom: 0;
    max-width: 34rem;
}

.w-full{
    width: 100%;
}

/* Added by Activated 21.03.2024 */
.ac-form-page .ac-download-links-2 .d-flex{
    pointer-events: none;
}
.ac-sale-over{
    font-weight: 900;
}
@media(max-width:600px) {
    .ac-sale-over{
        display: block;
        background-color: #e0c495;
        padding: 2%;
        box-sizing: border-box;
        width: 85%;
        font-size: 4.5vw;
        line-height: 1.3;
    }
    .new-header h1{
        font-size: 2.5rem;
    
    }
}
/* End Added by Activated 21.03.2024 */