@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@100..900&display=swap');

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


:root {
    --bg-primary: #243029;
    --bg-secondary: #ECE4D6;
    --bg-therdy: #cbb898;
    --bg-therdy-b: #a18661;
    --bg-dark: #242b28;
}

* {
    direction: rtl;
}

body {
    font-family: 'Heebo';
    background-color: #fcfbf7;
}

h1:not(.primary-font),
.h1:not(.primary-font),
.serif{
    font-family: "NewYork", sans-serif !important;
}
h1,
.h1 {
    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: 5rem;
        /*font-weight: 600;*/
    }
}


h2,
.h2 {
    font-family: 'Heebo';
    color: var(--bg-therdy);
}

.h2,
h2 {
    font-size: calc(2.325rem + .9vw);
}
.color-primary {
    color: var(--bg-therdy);
}
.hero h2 {
    font-size: 1.2rem;
}
@media (min-width: 992px) {
    .hero h2 {
        font-size: 1.6rem;
    }
}
@media (min-width: 1200px) {
    .hero h2{
        font-size: 1.8rem;
    }

    .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: var(--bg-primary) !important;
}

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


.long-txt{
    max-width: 800px;
    line-height: 1.7;
    color: inherit;
}



header {
    position: sticky;
    top: 0;
    background-image: url('../images/webp/bg/abstract-bg2.jpg');
    background-size: cover;
    /*background: var(--bg-primary);*/
    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 20px;
}

@media (min-width: 1200px) {
    .nav .inline-link {
        padding: 0;
    }
}

@media (min-width: 1370px) {
    .nav .inline-link {
        position: absolute;
        right: 50%;
        transform: translateX(50%);
        white-space: nowrap;
    }
}

.nav .inline-link li {
    display: inline-block;
    padding: 10px 10px;
    font-weight: 100;
    position: relative;
}

.nav a {
    text-decoration: none;
    color: var(--bg-secondary);
    font-weight: 300;
    transition: color .5s ease;
    display: block;
    /*font-size: 17px;*/
}

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

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

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

img.filter-white {
    filter: saturate(0) contrast(1) invert(1) brightness(5);
}

.logo-line {
    border: 1px solid #4c5651;
    height: 40px;
}

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

.contact-btn {
    /*width: 60px;*/
    height: 34px;
    border-radius: 200px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: 1;
    /*background-color: var(--bg-therdy);*/
    border: 1px solid var(--bg-therdy);
    padding: 0 20px;
}

@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: 0;
        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: #fff;
}

.contact a:hover {
    color: var(--bg-therdy);
}

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

.hero {
    background-image: url('../images/webp/Yokneam_01poster-2.jpg');
    height: 880px;
    background-size: cover;
    background-position: center top;
}

.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 {
    color: var(--bg-primary);
    font-weight: 500;
}

.h1-title {
    font-size: 16.5vw;
    margin: 0 auto;
}
.footer .h1-title {
    font-size: 16.5vw !important;
    /*line-height: 1em !important;*/
    color: #38423a;
    position: relative;
    margin-top: -5vw;
    padding-bottom: 10px;
    line-height: 100%;
}

.h2-title {
    margin-right: 9%;
    max-width: 240px;
}

@media (min-width: 992px) {
    .h2-title {
        max-width: 300px;
    }
}
.flex-wrap {
    flex-wrap: wrap;
}
.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;
}

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

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


.new-img {
    width: 420px;
    height: 510px;
    background-image: url('../images/webp/Yokneam_03poster-2.jpg');
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 20px;
}

.new-rent-img{
    background-image: url('../images/webp/moving-in2.webp');
    background-position: center;
    background-size: cover;
    width: 100%;
    max-width: 760px;
}

@media (min-width: 768px) {
    .new-rent-img{
        max-width: 50%;
    }

}
@media (min-width: 1200px) {
    .new-rent-img{
        max-width: 760px;
    }

}

.new-partners-sm {
    width: 100%;
    max-width: 420px;
    height: 270px;
    background-image: url('../images/webp/nave-zemer.webp');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 20px;
}



.abstract-bg {
    background-image: url('../images/webp/bg/abstract-bg2.jpg');
    background-size: cover;
}
.abstract-bg2 {
    background-image: url('../images/webp/bg/abstract-bg3.jpg');
    background-size: cover;
}

.dark-bg {
    background: var(--bg-dark);
}

.carded {
    margin: -40px 15px 15px;
    border-radius: 30px;
}

@media (min-width: 768px) {
    .carded {
        margin: -40px 30px 15px;
        border-radius: 40px;
    }
}

.circle{
    opacity: 1;
    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 {

}

.circle img {
    max-width: 80%;
    /*max-height: 300px;*/
    margin-bottom: 20px;
    width: 360px;
}

.logo-img {
    max-width: 180px !important;
}

.circles-grid {
    display: grid;
    /*grid-template-columns: 1fr 1fr 1fr 1fr;*/
    grid-template-columns: 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(--bg-therdy);
}

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

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

    .location .text {
        font-size: 1.1rem;
    }
}

.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;
    }
}
.flickity-page-dots {
    bottom: 10px;
}
.carousel {
    width: 100%;
    overflow: hidden;
}
.carousel-cell,
.flickity-slider > div{
    transform-origin: top center;
    width: 100%;
    /*box-sizing: content-box;*/
    /*justify-content: center;*/
    /*display: flex;*/
    /*transition: transform 0.3s ease;*/
}


.carousel-cell .cell-inner {
    /*width: calc(100% * var(--scale));*/
    /*transform: scale(calc(100% * var(--scale)));*/
    /*transform: translateX(calc(100% / var(--scale)));*/
    transform-origin: center center;
    position: relative;
    margin: 0 auto;
    /*left: calc(50% * var(--scale));*/
    padding: 0;
    /*margin: 0 -150px; !*-----------offset -later -------------*!*/

}
.carousel-cell.after-center:not(.is-selected) .cell-inner {
    /*transform-origin: left center;*/
}
.carousel-cell.before-center:not(.is-selected) .cell-inner {
    /*transform-origin: right center;*/
}
.carousel-cell img {

    /*max-width: 44vw;*/
    /*position: relative;*/
    /*transition: all 0.3s linear;*/
}
.carousel-cell.is-selected {
    z-index: -1;
}
@media (min-width: 768px) {
    .flickity-slider > div {
        width: 60%;
        padding: 0 10px;
    }
    .carousel-cell .cell-inner {
        /*padding: 0 10px;*/
    }
}
@media (min-width: 1600px) {
    .flickity-slider > div {
        width: 50%;
        padding: 0 20px;
    }
    .carousel-cell .cell-inner {
        /*padding: 0 20px;*/
    }
}

.flickity.opacity-effect .flickity-slider > div {
    opacity: var(--offset-percentage);
    padding: 0 !important;
}
/*.flickity.opacity-effect .flickity-slider > div.is-selected {*/
/*    opacity: var(--offset-percentage);*/
/*}*/


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

.landscape-slider-wrap {
    position: relative;
    margin-bottom: 20px;
}

.landscape-slider img {
    width: 100%;
}

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

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

}

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



.arrow-box {
    width: 150px;
    height: 100px;
    background-color: var(--bg-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;
}


.slick-slide {
    /*transform: scale(0.80);*/
    /*width: 300px !important;*/
    /*transition: all 0.5s linear;*/
}
/*.landscape-slider .slick-slide {*/
/*    transform: scale(1) translate(-50%, 0);*/
/*}*/
/*.landscape-slider .slick-slide.after-center {*/
/*    transform: scale(1) translate(50%, 0);*/
/*}*/
/*.landscape-slider .slick-current.slick-active.slick-center + .slick-slide{*/
/*    transform: scale(1) translate(50%, 0);*/
/*}*/
/*.landscape-slider .slick-current.slick-active.slick-center {*/
/*    opacity: 1;*/
/*    !*width: 640px !important;*!*/
/*    z-index: 900;*/
/*    position: relative;*/
/*    transform: scale(2) translate(0, 0);*/
/*    !*margin: 0 1%;*!*/
/*}*/
.landscape-slider .slick-list {
    /*direction: ltr;*/
    /*padding-bottom: 16.666% !important;*/
}

.landscape-slider .slick-track {
    /*height: 100%;*/
}
.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(--bg-primary);
}

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

.relative {
    position: relative;
}

.footer-form input[type='text'] {
    width: 220px;
    height: 45px;
    border: 1px solid var(--bg-therdy);
    background-color: var(--bg-dark);
    border-radius: 30px;
    color: var(--bg-secondary);
    padding-right: 10px;
}

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

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

.footer-form input[type='text']:last-child {
    margin-left: 0px;
}
.form-input-holder {
    position: relative;
    display: inline-block;
    margin-left: 15px;
}
.footer-form input.error {
    border-color: #ae0f2b;
}

.field-error {
    color: #ae0f2b;
    text-align: right;
    padding: 3px 5px;
    position: absolute;
    font-size: 10px;
}

.contactsend {
    position: relative;
}
.contactsend.loading input{
    color: transparent !important;
}
.contactsend.loading::after {
    content: '';
    position: absolute;
    right: 50%;
    margin-right: -10px;
    width: 20px;
    height: 20px;
    top: 50%;
    margin-top: -10px;
    aspect-ratio: 1;
    border-radius: 50%;
    border: 3px solid var(--bg-primary);
    animation:
            l20-1 0.8s infinite linear alternate,
            l20-2 1.6s infinite linear;
}
@keyframes l20-1{
    0%    {clip-path: polygon(50% 50%,0       0,  50%   0%,  50%    0%, 50%    0%, 50%    0%, 50%    0% )}
    12.5% {clip-path: polygon(50% 50%,0       0,  50%   0%,  100%   0%, 100%   0%, 100%   0%, 100%   0% )}
    25%   {clip-path: polygon(50% 50%,0       0,  50%   0%,  100%   0%, 100% 100%, 100% 100%, 100% 100% )}
    50%   {clip-path: polygon(50% 50%,0       0,  50%   0%,  100%   0%, 100% 100%, 50%  100%, 0%   100% )}
    62.5% {clip-path: polygon(50% 50%,100%    0, 100%   0%,  100%   0%, 100% 100%, 50%  100%, 0%   100% )}
    75%   {clip-path: polygon(50% 50%,100% 100%, 100% 100%,  100% 100%, 100% 100%, 50%  100%, 0%   100% )}
    100%  {clip-path: polygon(50% 50%,50%  100%,  50% 100%,   50% 100%,  50% 100%, 50%  100%, 0%   100% )}
}
@keyframes l20-2{
    0%    {transform:scaleY(1)  rotate(0deg)}
    49.99%{transform:scaleY(1)  rotate(135deg)}
    50%   {transform:scaleY(-1) rotate(0deg)}
    100%  {transform:scaleY(-1) rotate(-135deg)}
}
@media (max-width:992px) {
    .footer-form {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 20px
    }
    .form-input-holder {
        margin-left: 0;
    }

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

    .footer-form input[type='submit'] {
        width: 220px;
        height: 45px;
        border: 2px solid var(--bg-therdy);
        background-color: var(--bg-therdy);
        color: var(--bg-primary);
        text-align: center;
        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: 2.5rem;
    margin-bottom: 0;
    /*margin-right: 100px;*/
}

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

.footer hr {
    border-color: var(--bg-therdy);
}
.footer-phone {
    gap: 0.85rem !important;
}

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


.footer-phone img {
    width: 21px;
}
@media (min-width: 1600px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1520px;
    }
}
@media (min-width: 1800px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1720px;
    }
}

.slide-details{
    width: 70%;
}

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

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



@media (max-width:480px) {
    .h1-title{
        font-size: 30vw;
        line-height: 66%;
        margin-top: 20px;
    }

    .h2-title{
        font-size: 1.5rem;
        padding-top: 20px !important;
        margin: 0;
        text-align: right;
        max-width: 70%;
    }


    .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(--bg-therdy);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
    left: 20px;
}

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

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

 
  /*LightBox */

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

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

   .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;
    flex-direction: column-reverse;
    gap: 10px;
    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: 4px solid var(--bg-secondary); /* Loader color */
    border-top: 4px solid var(--bg-primary); /* Loader color */
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin 1s linear infinite;
      margin-top: -10vh;
  }
  
  @keyframes spin {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  
  /* Hide content while preloader is displayed */
  #content {
    display: none;
  }
  
  @media (max-width:992px) {


    .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;
      padding: 0 20px;
    /*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(--bg-therdy);
    color: var(--bg-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(--bg-primary);
    border: 4px solid var(--bg-therdy);
    color: white;
    transition: color .4s;
    align-content: center;
      border-radius: 0 100px 100px 0;
  }
  .link-wrap {
      border-radius: 100px;
      overflow: hidden;
  }

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

 

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

  .iconLink img{
    width: 25px;
  }


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

   

    
}

.disclaim{
    font-size: 0.9rem;
}

#SideBTN{
    position: fixed;
    right: 0px;
    bottom: 15%;
    width: 150px;
    height: 80px;
    padding: 10px;
    /*padding-left: 3px;*/
    /*text-align: center;*/
    background-color: var( --bg-therdy);
    text-decoration: none;
    color: var(--bg-primary);
    /*border: 2px solid var(--bg-therdy);*/
    font-weight: bold;
    /*border-radius: 10px;*/
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    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;
}

.circle-text {
    position: relative;
    font-weight: 600;
    /*width: 200px;*/
    /*height: 200px;*/
    border-radius: 50%;
    /*border: 1px solid #000;*/
    display: flex;
    justify-content: center;
    align-items: center;
}
.circle-text span {
    position: absolute;
    transform-origin: center;
}
@keyframes spin {
    from {
        transform: rotate(0);
    }
    to {
        transform: rotate(360deg);
    }
}

.cursor {
    /*pointer-events: none;*/
    position: fixed;
    /*padding: 0.3rem;*/
    background-color: rgba(255,255,255,0.6);
    border-radius: 100px;
    /*mix-blend-mode: difference;*/
    backdrop-filter: blur(5px);
    font-size: 12px;
    /*letter-spacing: 1px;*/
    font-weight: 400;
    transition: transform 0.3s ease, background-color 0.3s ease;
    z-index: 999;
    width:100px;
    height: 100px;
    display: flex;
    align-items:center;
    justify-content: center;
    color: transparent;
    bottom: 20px;
    right: 20px;
}
.cursor.hovering {
    /*transform:translate(-50%, -50%) scale(12);*/
    transform:scale(0.9);
    transform-origin: bottom right;
    background-color: rgba(203, 184, 152, 1);
    text-decoration: none;
    color: var(--bg-primary);
}
.cursor .cursor-text {
    position: absolute;
    /*transform: scale(0.10);*/
    text-align: center;
    width: 60px;
    display: none;
    font-weight: 400;
}
.cursor.hovering .cursor-text{
    display: block;
}

.cursor::before {
    content: '';
    position: absolute;
    width: 110px;
    height: 110px;
    border-radius: 100%;
    border: 1px solid var(--bg-therdy);
    z-index: -1;
    top: -5px;
    left: -5px;
    transform: scale(1);
    transition: all 0.3s ease;
    opacity: 1;
}
.cursor:hover::before {
    transform: scale(1);
    opacity: 1;
}
.hover-this {
    transition: all 0.3s ease, background 0.5s ease;
}

@media (min-width: 480px) {
    .cursor.hovering {
        transform:scale(1.1);
    }
}
/*#SideBTN::before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    background: url('../images/webp/deco-xs.png') no-repeat 0 0;*/
/*    width: 150%;*/
/*    height: 200%;*/
/*    background-size: cover;*/
/*    z-index: -1;*/
/*    opacity: 0.3;*/
/*}*/

#SideBTN:hover{
    right: 0;
}


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


.yovdesign {
    text-decoration: none;
    color: #8b8b8b !important;
    font-size: 12px;
}

.table-container {
    max-width: 660px;
    width: 100%;
    margin: auto;
    /*border-top: 3px solid #1a4834;*/
    border-bottom: 2px solid #1a4834;
    background-color:#eee7dc;
}

.table-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 26px;
    /*border-bottom: 1px solid #ccc;*/
}
.table-row:nth-child(even) {
    background-color: #d8cdbc;
}

.table-header {
    /*background-color: #e6e2d3;*/
    border-bottom: 2px solid #1a4834;
    font-weight: bold;
    padding-top: 15px;
    padding-bottom: 15px;
    justify-content: center;
}

.cell {
    width: 33.33%;
    text-align: center;
    color: #1a4834;
}

.cell:first-child {
    text-align: right;
    width: 50%;
}

.note {
    font-size: 12px;
    /*color: #1a4834;*/
    text-align: right;
    margin-top: 10px;
    max-width: 680px;
}
.table-row svg {
    vertical-align: middle;
    width: 20px;
    height: 20px;
}

@media (min-width: 768px) {
    .table-row svg {
        vertical-align: middle;
        width: 30px;
        height: 30px;
    }
}


.steps-block {
    max-width: 1200px;
}
.step-img-side, .step-txt-side {
    width:  100%;
}
.step-txt-side {
    max-width: 420px;
}
@media (min-width: 768px) {
    .step-img-side, .step-txt-side {
        width:  50%;
    }
    .steps-block {
        display: flex;
        justify-content: center;
        align-content: center;
        align-items: center;
    }
}
.steps-block:nth-child(odd) {
    /*flex-direction: row-reverse;*/
}
.step-image {
    max-width: 460px;
    /*position: absolute;*/
}
.step-image img {
    max-width: 100%;
}
.big-num {
    font-size: clamp(200px, 80vw / 2.5, 380px);
    position: absolute;
    line-height: 1;
    font-weight: 200;
    color: #ad9f94;
    opacity: 0.7;
    pointer-events: none;
}

.btn {
    border-radius: 50px;
}

.btn-primary {
    background-color: var(--bg-primary);
    border-color: var(--bg-therdy);
    border: 2px solid var(--bg-therdy);
    padding-left: 30px;
    padding-right: 30px;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
    background-color: var(--bg-primary) !important;
    border-color: var(--bg-therdy) !important;
}

.btn-secondary {
    background-color: var(--bg-therdy);
    border-color: var(--bg-therdy) !important;
    color: var(--bg-primary);

}
.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:focus {
    background-color: var(--bg-therdy) !important;
    border-color: var(--bg-therdy) !important;
    color: var(--bg-primary);
}

.square {
    border-radius: 15px;
    border: 2px solid var(--bg-therdy);
    padding: 20px;
    /*background: #fff;*/
}



.table-holder {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; /* for smooth scrolling on iOS */
}

.table-holder::-webkit-scrollbar {
    height: 6px;
}

.table-holder::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 3px;
}

/* Optional: Add padding or responsiveness on small screens */
@media (max-width: 768px) {
    .table-holder {
        padding-bottom: 10px;
    }
}


.lottery-img {
    width: 100%;
    max-width: 900px;
    margin-bottom: 20px;
    border-radius: 30px;
    overflow: hidden;
}

.lottery-container {
    margin-top: -160px;
}

.visits {
    background-color: var(--bg-therdy);
    text-align: center;
    max-width: 810px;
    justify-content: center;
    margin: 0 auto;
    /*border: 2px solid var(--bg-therdy);*/
    padding: 10px 10px 0;
    border-radius: 20px;
}