@font-face {
  font-family: "Open Sans Hebrew Condensed";
  font-style: normal;
  font-weight: 300;
  src: url(fonts/OpenSansHebrewCondensed-Light.woff) format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Open Sans Hebrew Condensed";
  font-style: normal;
  font-weight: 400;
  src: url(fonts/OpenSansHebrewCondensed-Regular.woff) format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Open Sans Hebrew Condensed";
  font-style: normal;
  font-weight: 700;
  src: url(fonts/OpenSansHebrewCondensed-Bold.woff) format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Open Sans Hebrew Condensed";
  font-style: normal;
  font-weight: 800;
  src: url(fonts/OpenSansHebrewCondensed-ExtraBold.woff) format("woff");
  font-display: swap;
}

body {
  font-family: "Open Sans Hebrew Condensed", sans-serif;
  font-weight: 700;
  direction: rtl;
  background-repeat: no-repeat;
  font-size: 16px;
}

h1 {
  font-size: 3em;
}

h2 {
  font-size: 1.4em;
}

h3 {
  font-size: 1.2em;
}

p,
li {
  font-size: 1em;
}
img {
  max-width: 100%;
}
.brownBG {
  background-color: #60534a;
}
.goldBG {
  background-color: #a49435;
}
@media all and (min-width: 320px) {
  body {
    font-size: 14px;
  }
  html,
  body {
    overflow-x: hidden;
  }
  .contactForm {
    background-color: transparent;
            max-width: 340px;
        margin: 0 auto;
  }
  .contactForm input[type="text"],
  .contactForm input[type="email"],
  .contactForm input[type="number"] {
    border-radius: 19px;
    font-size: 25px;
    font-weight: 300;
    text-align: right;
    color: #000;
    background-color: #fff;
    border: none;
    padding: 5px 18px;
    line-height: 1em;
    height: 37px;
  }
      .form-group select {
    border-radius: 19px;
    font-size: 25px;
    font-weight: 300;
    text-align: right;
    color: #000;
    border: none;
    line-height: 1em;
    padding: 5px 18px;
    height: 37px;
  }
  .form-control:focus {
    box-shadow: 0 0 0 0.25rem #293034;
    border-color: #293034;
  }
  .form-check-input:focus {
    border-color: #293034;
    outline: 0;
    box-shadow: 0 0 0 0.25rem #293034;
  }
  .form-check-input:not(:checked) {
    background-color: #293034 !important;
    border-color: #fff;
  }
  .form-check-input:checked {
    background-color: #293034;
    border-color: #fff;
  }
  .form-control::-webkit-input-placeholder {
    /* Edge */
    color: #000;
    opacity: 1;
  }

  .form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #000;
    opacity: 1;
  }

  .form-control::placeholder {
    color: #000;
    opacity: 1;
  }
  .sendBtn {
    background-color: #FAFA33;
    border-radius: 28px;
    font-size: 37px;
    line-height: 40px;
    font-weight: 600;
    border:1px solid #fff;
    color: #293034;
    border: none;
    transition: 0.2s;
    margin-bottom: 25px;
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
    max-width: 225px;
    display: block;
  }
  .submitGroup p{
    font-size: 21px;
    line-height: 24px;
    font-weight: 300;
    color: #fff;
    text-align: center;
    margin-bottom: 0px;
  }
  .sendBtn:focus,
  .sendBtn:active,
  .sendBtn:hover {
    background-color: #293034;
    color: #FAFA33;
    transition: 0.2s;
    border: 1px solid #FAFA33;
  }
  .input-group label {
    font-size: 1.2em;
    color: #6f6124;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .input-group label input {
    position: absolute;
    right: -30px;
  }
  .imageContainer {
    padding: 0px;
  }
  .imageContainer .imageSide {
  }
  .imageContainer .imageSide .openHouseRibon {
    position: absolute;
    top: 0;
    right: 0;
    width: 240px;
  }
  .formSide {
    background-color: #293034;
    padding: 20px;
  }
  .logo {
    max-width: 120px;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .formSide .formText h3 {
    color: #FAFA33;
    font-size: 45px;
    font-weight: 700;
    line-height: 1em;
    margin-bottom: 0px;
  }
  .formSide .formText p {
    color: #fff;
    font-weight: 300;
    font-size: 27px;
    line-height: 1em;
    padding: 0 20px;
  }
  .whiteColor {
    color: #fff;
  }
  .phoneRibon {
    width: 52px;
    height: 52px;
    position: fixed;
    top: 53vw;
    left: 0;
    background: #fff;
    padding: 3px;
    border-top-right-radius: 9px;
    border-bottom-right-radius: 9px;
    box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.25);
z-index: 1000;
  }
  .houseRibon {
    width: 56px;
    position: fixed;
    top: 33%;
    left: 0;
    background: #a49435;
    padding: 0px;
    padding-right: 7px;
    padding-top: 3px;
    padding-bottom: 3px;
    border-top-right-radius: 35px;
    border-bottom-right-radius: 35px;
    box-shadow: 2px 4px 0 0 #fff;
    font-size: 10px;
    text-align: center;
  }
  #err_00N4I00000Dxhu8 {
    color: white;
    background-color: red;
    display: none;
    font-size: 21px;
    font-weight: 300;
    text-align: center;
    margin-top: 10px;
  }
  label[for="00N4I00000Dxhu8"] {
    font-size: 1.2em;
    line-height: 1.4;
    padding-left: 10px;
    font-weight: 400;
    color: #fff;
  }
  
  .textsHouse{
    position: absolute;
    top: 7px;
    left: 50%;
    transform: translateX(-50%);
    width: 360px;
    display: flex;
    flex-direction: column;
    gap: 3px;
  }
  .yellowBG{
    background-color: #a49435;
    color: #fff;
    padding: 4px;
    text-align: center;
  }
  .yellowBG h3{
    font-size: 1.5em;
    font-weight: 700;
    margin-bottom: 0px;
  }
  .whiteBG{
    background-color: #fff;
    color: #a49435;
    padding: 4px;
    text-align: center;
  }
  .whiteBG h3{
    font-size: 2.2em;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 0px;
  }
  .whiteBG h2{
    font-size: 2.2em;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 0px;
  }
  .titleDescription h2{
    color: #5C5FA2;
    text-align: center;
    font-size: 44px;
    font-weight: 800;
  }
  .titleDescription p{
    font-weight: 300;
    color:#293034;
    font-size: 20px;
    line-height: 1em;
    text-align: center;
  }
  .titleDescription p strong{
    font-weight: 700;
  }
  .carouselItem img{
    width: 147px;
    height: auto;
  }
  .carouselItem h3{
    font-size: 30px;
    font-weight: 700;
    color: #5C5FA2;
    text-align: center;
    line-height: 1em;
    margin-bottom: 0px;
  }
  .carouselItem p{
    font-size: 26px;
    font-weight: 300;
    color: #293034;
    text-align: center;
    line-height: 1em;
    margin-bottom: 0px;
    min-height: 78px;
  }
  .carouselContainer .carousel-control-prev-icon,
  .carouselContainer .carousel-control-next-icon {
    background-size: contain;
    width: 2rem;
    height: 2rem;
  }
  .carouselContainer .carousel-control-prev-icon {
    background-image: url(../images/carousel/rightArrow.png);
  }
  .carouselContainer .carousel-control-next-icon {
    background-image: url(../images/carousel/leftArrow.png);
  }
}

@media all and (min-width: 768px) {
  .phoneRibon {
    display: none;
  }
  #formMobile {
    max-width: 480px;
    margin: 0 auto;
  }
  .logo {
    max-width: 200px;
  }
  .formSide .formText {
    font-size: 1.8em;
  }
  .contactForm input[type="text"],
  .contactForm input[type="email"],
  .contactForm input[type="number"] {
    font-size: 1.8em;
  }
  .houseRibon {
    width: 80px;
    position: fixed;
    top: 30px;
    left: 0;
    background: #a49435;
    padding: 4px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 35px;
    border-bottom-right-radius: 35px;
    box-shadow: 2px 4px 0 0 #fff;
    font-size: 11px;
    text-align: center;
  }
  .imageContainer .imageSide .openHouseRibon {
    width: 360px;
    top: 0;
  }
    .textsHouse{
    top: 50%;
    left:auto;
    transform: translateY(-50%);
    right: 10px;
  }
  .yellowBG{
    padding: 7px;
  }
  .whiteBG{
    padding: 7px;
  }
  .yellowBG h3{
    font-size: 2em;
  }
  .whiteBG h3{
    font-size: 2.4em;
  }
  .whiteBG h2{
    font-size: 4em;
  }
}
@media all and (min-width: 992px) {
  .carouselDesktop .carouselItem {
    min-width: 0;
    flex-basis: 33%;
  }
  .container {
    max-width: initial;
  }
  #formMobile {
    max-width: 100%;
    padding-bottom: 0px;
    position: relative;
    gap: 15px;
  }

  .checkboxGroup {
    position: absolute;
    bottom: -5px;
  }

  .checkboxGroup.first {
    right: 0;
    width: 66%;
    justify-content: end;
  }
  .checkboxGroup.second {
    left: 0;
    width: 80%;
  }
  .input-group label {
    color: #fff;
    font-size: 1.1em;
    line-height: 1.6;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 30px;
    min-height: 37px;
  }
  .input-group label input {
    position: relative;
    right: -15px;
    border: 1px solid #fff;
  }
  #formMobile h3 {
    flex-basis: 13%;
    font-size: 2em;
    align-self: center;
    text-align: center;
    margin: 0;
    margin-top: 15px;
  }

  .accessRow {
    margin-bottom: 115px;
  }
  .modal-dialog {
    max-width: 1024px;
  }
  .imageContainer .imageSide {
    height: 100vh;
  }
  .formSide .formText p{
    font-size: 22px;
  }
  .imageContainer .imageSide .openHouseRibon {
    position: absolute;
    right: 30px;
    width: 360px;
    top: 50px;
  }
  .logo {
    max-width: 140px;
  }
  .formSide {
    min-height: 100vh;
  }
  .formSide .formText h3 {
        color: #FAFA33;
        font-size: 42px;
  }
  .formSide .formText p{
    padding: 0;
    margin: 0;
  }
  .formDeskTop {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .formDeskBottom {
    min-height: calc(60vh - 46px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .formSide .formText {
    font-size: 1.3em;
    padding: 0 10px;
  }
  label[for="00N4I00000Dxhu8"] {
    font-size: 1.2em;
    line-height: 1.4;
    padding-left: 10px;
    font-weight: 400;
    color: #fff;
  }
      .textsHouse{
    top: 30px;
    left:50%;
    transform: translateX(-50%);
    right: auto;
    width: 480px;
  }
  .contactForm input[type="text"], .contactForm input[type="email"], .contactForm input[type="number"]{
    font-size: 25px;
  }
  .sendBtn{
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .submitGroup p{
    font-size: 18px;
  }
  .carouselItem img {
        width: 100px;
        height: auto;
    }
    .carouselItem h3 {
        font-size: 24px;
      }
          .carouselItem p {
        font-size: 20px;
      }
      .titleDescription p{
        margin-bottom: 0px;
      }
}
@media all and (min-width: 1200px) {
  #formMobile {
    max-width: 320px;
    margin: 0;
    flex-basis: 100%;
    width: 100%;
  }
  .formSide .formText {
    font-size: 1.6em;
    padding: 0px 20px;
  }
  .contactForm input[type="text"],
  .contactForm input[type="email"],
  .contactForm input[type="number"] {
    font-size: 1.6em;
  }
  label[for="00N4I00000Dxhu8"] {
    font-size: 1.2em;
    line-height: 1.4;
    padding-left: 10px;
    font-weight: 400;
    color: #fff;
  }
      label[for="00N4I00000Dxhu8"] {
        font-size: 16px;
      }
}
@media all and (min-width: 1330px) {
  #formMobile {
    max-width: 100%;
    margin: 0;
    flex-basis: 100%;
    width: 100%;
  }
  .formSide .formText {
    font-size: 1.6em;
    padding: 0px 0px;
  }
  .imageContainer .imageSide {
    background-position: LEFT center;
  }
        .textsHouse{
    width: 300px;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    left: auto;
  }
  .carouselDesktop .carouselItem{
    flex-basis: 20%;
  }
      .carouselItem h3 {
        font-size: 22px;
    }
    .formSide{
      width: 25%;
    }
    .imageSide{
      width: 75%;
    }
        .formSide .formText h3 {
        color: #FAFA33;
        font-size: 40px;
    }
        .submitGroup p {
        font-size: 17px;
    }
        .titleDescription h2 {
        padding: 10px 0 10px;
        font-size: 70px;
        margin-bottom: 0px;
        line-height: 1em;
    }
    .titleDescription p{
      font-size: 32px;
    }
    .carouselItem p {
        font-size: 20px;
    }
        .formSide {
        background-color: #293034;
        padding: 0px 20px;
                display: flex;
        align-items: center;
    }
    .carouselContainer {
      margin-top: 20px;
    }
        .carouselItem img {
        width: 120px;
        height: auto;
    }
    
}
@media all and (min-width: 1400px) {
  .formSide .formText {
    font-size: 1.4em;
    padding: 0px 0px;
    margin-bottom: 0;
  }

        .textsHouse{
    width: 400px;
  }
  .yellowBG h3 {
      font-size: 2.4em;
    }
  .whiteBG h3 {
      font-size: 2.4em;
    }
  .whiteBG h2 {
      font-size: 5em;
    }
    .carouselContainer {
        margin-top: 0px;
    }
        .formSide .formText p {
        font-size: 24px;
    }
        .titleDescription p {
        font-weight: 400;
    }

}
@media all and (min-width: 1500px) {
    .carouselItem h3 {
        font-size: 24px;
    }
    .carouselItem p {
        font-size: 20px;
        margin-top: 5px;
    }
}
@media all and (min-width: 1600px) {


        .textsHouse{
    right: 60px;
            width: 480px;
  }
      .yellowBG h3 {
        font-size: 3.2em;
    }
        .whiteBG h3 {
        font-size: 3.2em;
    }
        .whiteBG h2 {
        font-size: 7em;
    }
    .carouselItem img {
        width: 138px;
        height: auto;
        margin-bottom: -10px;
    }
        .carouselItem h3 {
        font-size: 26px;
    }
    .carouselItem p {
        font-size: 22px;
        margin-top: 5px;
    }
    .deskTopImage {
    max-height: 350px;
    object-fit: cover;
}
    .logo {
        max-width: 180px;
    }
        .formSide .formText h3 {
        color: #FAFA33;
        font-size: 46px;
    }
    .formSide .formText p {
        font-size: 28px;
    }
    label[for="00N4I00000Dxhu8"] {
        font-size: 20px;
    }
    .submitGroup p {
        font-size: 20px;
    }
        .formSide {
        
        padding: 0px 25px;
        }
}
@media all and (min-width: 1720px) {
  .formSide .formText {
    font-size: 2em;
  }

  .formDeskTop {
    min-height: 36vh;
  }
    .deskTopImage {
        max-height: 48vh;
        object-fit: cover;
    }
}
:root {
  scroll-behavior: unset;
}

/*extra css because of agree modal*/
#popupAgreeModal .modal-dialog {
  width: calc(100% - 20px);
  max-width: 480px;
  position: absolute;
  top: 50%;
  right: 50%;
  margin: 0;
  transform: translate(50%, -50%);
}
#popupAgreeModal .modal-dialog .modal-content {
  background-color: #fdfcf8;
  background-image: url(../images/whiteopacitylogo.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

#popupAgreeModal .modal-dialog .modal-content:before {
  content: ".";
  color: transparent;
  position: absolute;
  width: 96%;
  height: 92%;
  border: 1px solid #a19346;
  right: 2%;
  top: 4%;
}
#popupAgreeModal .modal-dialog .modal-content .modal-body {
  padding-right: 105px;
  padding-bottom: 80px;
}
#popupAgreeModal .modal-dialog .modal-content .modal-body h4 {
  font-size: 2em;
  color: #605126;
  padding-top: 10px;
}
#popupAgreeModal .modal-dialog .modal-content .modal-body h5 {
  font-size: 1.6em;
  color: #605126;
}
label[for="00N4I00000Dxhu8"] input {
  margin-left: 10px;
  width: 1.3rem;
  height: 1.3rem;
  vertical-align: sub;
}
img.innerLogopopup {
  position: absolute;
  right: 0;
  max-width: 97px;
  top: 0;
  height: 100%;
}
button#sendFormAfterValid {
  background-color: #6f6124;
  border-radius: 7px;
  font-size: 1.6em;
  font-weight: 400;
  color: #fff;
  border: none;
  padding: 7px 25px;
  transition: 0.2s;
  margin: 0 auto;
  display: block;
  position: absolute;
  right: 50%;
  bottom: 25px;
  transform: translateX(25%);
}
button#sendFormAfterValid:hover {
  background-color: #3f3715;
  transition: 0.2s;
}
#popupAgreeModal .btn-close {
  position: absolute;
  right: 7px;
  top: 20px;
  border: none;
  font-size: 20px;
  z-index: 1;
  cursor: pointer;
}
#popupAgreeModal .modal-header {
  border: none !important;
}
@media all and (max-width: 480px) {
  #popupAgreeModal .modal-dialog .modal-content .modal-body h4 {
    font-size: 1.6em;
  }
  #popupAgreeModal .modal-dialog .modal-content .modal-body h5 {
    font-size: 1.2em;
  }
  #popupAgreeModal
    .modal-dialog
    .modal-content
    .modal-body
    label[for="00N4I00000Dxhu8"] {
    font-size: 1.2em;
  }
}
/*adding houses*/
@media (min-width: 320px) {
  img.housesImages {
    width: 100%;
    border: 2px solid #a19346;
  }
  .houseTitle h2 {
    color: #a19346;
    font-size: 1.8em;
    font-weight: 600;
  }
  a.houseCaption {
    color: #fff;
  }
  .houseCube:hover a.houseCaption {
    color: #000;
  }
}
@media (min-width: 1080px) {
  .housesGrid {
    width: 1024px;
    max-width: 100%;
    padding: 0 20px;
    margin: 0 auto;
  }
  .houseTitle h2 {
    font-size: 2.6em;
  }
}
