@font-face {
  font-family: "poeti";
  font-style: bold;
  font-weight: 700;
  src: url(fonts/poeti-aaa-700.eot);
  src: url(fonts/poeti-aaa-700.eot?#iefix) format("embedded-opentype"),
    url(fonts/poeti-aaa-700.woff) format("woff"),
    url(fonts/poeti-aaa-700.ttf) format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "poeti";
  font-style: normal;
  font-weight: 300;
  src: url(fonts/poeti-aaa-300.eot);
  src: url(fonts/poeti-aaa-300.eot?#iefix) format("embedded-opentype"),
    url(fonts/poeti-aaa-300.woff) format("woff"),
    url(fonts/poeti-aaa-300.ttf) format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "poeti";
  font-style: normal;
  font-weight: 400;
  src: url(fonts/poeti-aaa-400.eot);
  src: url(fonts/poeti-aaa-400.eot?#iefix) format("embedded-opentype"),
    url(fonts/poeti-aaa-400.woff) format("woff"),
    url(fonts/poeti-aaa-400.ttf) format("truetype");
  font-display: swap;
}

body {
  font-family: "poeti";
  font-weight: 700;
  direction: rtl;
  background-repeat: no-repeat;
  font-size: 16px;
}

/* Background Slider */
#backgroundSlider .carousel-item {
  transition: opacity 1.5s ease-in-out;
  pointer-events: none;
}

h1 {
  font-size: 3em;
}

h2 {
  font-size: 1.4em;
}

h3 {
  font-size: 1.2em;
}

p,
li {
  font-size: 1em;
}

img {
  max-width: 100%;
}

.goldBG {
  background-color: #bda632;
}

.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  /* Safari */
  animation: spin 2s linear infinite;
}
a {
  text-decoration: none;
}
/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

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

  100% {
    transform: rotate(360deg);
  }
}

@media all and (min-width: 320px) {
  body {
    font-size: 16px;
  }

  html,
  body {
    overflow-x: hidden;
  }
  .allHousesRow {
    position: absolute;
    width: 98%;
    left: 50%;
    transform: translate(-50%, -90%);
    z-index: 2;
    transition: transform 0.3s;
  }
  .allHousesRow.active {
    transform: translate(-50%, 0%);
    transition: transform 0.3s;
  }
  .allHouses {
    background-color: rgba(255, 255, 255, 0.95);
    border-radius: 0 0 10px 10px;
  }
  .allHouses .housesContainer .house {
    width: 32%;
    border-radius: 10px;
    overflow: hidden;
  }
  .allHouses .housesContainer .house img {
    width: 100%;
  }
  .allHouses .housesContainer .house h4 {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    line-height: 90%;
    background-color: #bda632;
    color: #fff;
    padding: 6px 0px;
    border-radius: 0 0 10px 10px;
    position: relative;
    z-index: 1;
    top: -7px;
    margin: 0;
  }

  .allHouses .allHousesLink {
    color: #bda632;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 90%;
    text-align: center;
    width: 100%;
    display: block;
    padding: 0 0 10px;
    cursor: pointer;
  }
  .allHousesRow .allHouses .allHousesLink span {
    transform: rotate(90deg);
    display: inline-block;
  }
  .allHousesRow.active .allHouses .allHousesLink span {
    transform: rotate(-90deg);
  }
  .centerMsg h1 {
    margin-top: 33vh;
    margin-bottom: calc(67vh - 397px);
    color: #fff;
    text-align: center;
    -webkit-text-stroke-width: 0.72px;
    -webkit-text-stroke-color: #bda632;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    text-shadow: -2px 2px 12px rgba(0, 0, 0, 0.8);
  }
  .ribbonMsginner {
    border-radius: 10px 10px 0 0;
  }
  .ribbonMsgContent {
    padding: 16px 13px;
    border: 1px solid #ffff;
    border-radius: 10px;
    text-align: center;
    color: #fff;
  }
  .ribbonMsgContent h2 {
    font-size: 42px;
    font-weight: 700;
    line-height: 1;
    margin: 0;
  }
  .ribbonMsgContent h3 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
  }
  .ctaContainer {
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.95);
    gap: 10px;
  }
  .ctaContainer h3 {
    font-size: 22px;
    font-weight: 700;
    color: #bda632;
    line-height: 1.2;
  }
  .formContainer {
    padding: 10px 30px;
    background-color: rgba(255, 255, 255, 0.95);
  }
  #formMobile .form-control {
    border: 1px solid #bda632;
    border-radius: 10px;
    background-color: #fff;
    text-align: right;
    color: #bda632;
    margin-bottom: 15px;
  }
  #formMobile .form-control ::placeholder {
    color: #bda632;
  }
  #formMobile .form-control::-webkit-input-placeholder {
    color: #bda632;
  }
  #formMobile .form-control::-moz-placeholder {
    color: #bda632;
  }
  #formMobile .form-control:-ms-input-placeholder {
    color: #bda632;
  }
  #formMobile .form-control::-ms-input-placeholder {
    color: #bda632;
  }
  #formMobile .form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #bda632;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(189, 166, 50, 0.25);
  }
  #formMobile .form-check-input {
    margin-left: 5px;
    background-color: #fff;
    width: 16px;
    height: 16px;
  }
  #formMobile .form-check-input:checked {
    background-color: #bda632;
    border-color: #bda632;
  }
  #formMobile .form-check-input:focus {
    box-shadow: 0 0 0 0.25rem rgba(189, 166, 50, 0.25);
    border-color: #bda632;
  }
  #formMobile .form-select {
    border: 1px solid #bda632;
    border-radius: 10px;
    background-color: #fff;
    text-align: right;
    color: #bda632;
  }
  #formMobile .form-select:focus {
    background-color: #fff;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(189, 166, 50, 0.25);
  }
  #formMobile .form-select option {
    color: #000;
  }
  #formMobile label[for="00N4I00000Dxhu8"] {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    color: #bda632;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  #formMobile .sendBtn {
    border-radius: 10px;
    border: 2px solid #bda632;
    background: #bda632;
    font-weight: 700;
    font-size: 22px;
    width: 90%;
    margin: 0 auto;
  }
  #formMobile .sendBtn:focus {
    border-color: #bda632;
    background: #bda632;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(189, 166, 50, 0.25);
  }
  #formMobile .statement {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    color: #bda632;
    text-align: center;
    margin-top: 10px;
  }
  #formMobile #accessibilityLink {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    color: #bda632;
    text-decoration: underline;
    text-align: center;
    margin-top: 10px;
    width: 100%;
    margin: 10px auto;
    display: block;
  }
  .carousel-item img {
    object-fit: cover;
  }
  .goldLogo {
    width: 120px;
  }
  .submitGroup {
    text-align: center;
  }
}
@media all and (min-width: 375px) {
  .centerMsg h1 {
    font-size: 46px;
  }
  .ribbonMsgContent h2 {
    font-size: 46px;
  }
}
@media all and (min-width: 768px) {
  .ribbonMsginner {
    border-radius: 0px 10px 0 0;
    display: flex;
    align-items: center;
  }
  .centerMsg h1 {
    margin-top: 25vh;
    margin-bottom: calc(57vh - 293px);
  }
  .ctaContainer {
    flex-direction: column;
    gap: 14px;
    padding: 20px 0 10px;
  }
  .ctaContainer h3 {
    font-size: 24px;
    text-align: center;
  }
  .goldLogo {
    width: 160px;
  }
  #formMobile {
    width: 60vw;
    margin: 20px auto;
  }
  .allHouses .housesContainer .house {
    width: 160px;
  }
  .ribbonMsgContent h2 {
    font-size: 44px;
  }
}

@media all and (min-width: 992px) {
  .mainStrip {
    padding: 0 20px;
    margin-bottom: 30px;
  }
  .ribbonMsginner {
    border-radius: 0px 10px 10px 0;
    display: flex;
    align-items: center;
  }

  .ribbonMsgContent h3 {
    font-size: 26px;
  }
  .ribbonMsgContent h2 {
    margin-bottom: 00px;
  }
  .ctaTextDesk {
    text-align: right;
  }
  .formContainer {
    flex-wrap: wrap;
    padding: 20px;
    border-radius: 10px 0 0 10px;
  }
  #formMobile {
    display: flex;
    gap: 10px;
    width: 100%;
    margin: 0;
  }
  .deskLayout1 {
    display: flex;
    flex-wrap: wrap;
    gap: 0 10px;
    width: calc(66.67% - 5px);
  }
  .deskLayout2 {
    display: flex;
    flex-wrap: wrap;
    gap: 0 10px;
    width: calc(33.33% - 5px);
    margin-top: -90px;
    justify-content: space-between;
    flex-direction: column;
  }
  .deskLayout1 .form-group {
    width: calc(50% - 5px);
    margin-bottom: 10px;
  }
  .ctaTextDesk {
    width: calc(66.67% - 5px);
    color: #bda632;
    font-size: 18px;
  }
  .goldLogo {
    width: 180px;
    object-fit: CONTAIN;
    margin: 10px auto;
  }
  #formMobile .form-control {
    margin-bottom: 0px;
  }
  #formMobile .form-control,
  #formMobile .form-select,
  #formMobile .sendBtn {
    font-size: 16px;
  }
  #formMobile label[for="00N4I00000Dxhu8"] {
    margin: 0;
  }
  .centerMsg h1 {
    margin-top: 23vh;
    margin-bottom: calc(67vh - 372px);
  }
  .allHouses {
    width: 768px;
    margin: 0 auto;
    max-width: 100%;
  }
  .ribbonMsgContent h2 {
    font-size: 38px;
  }
}
@media all and (min-width: 1200px) {
  .ribbonMsgContent h2 {
    font-size: 44px;
  }
  .ribbonMsgContent h3 {
    font-size: 30px;
  }
  .ribbonMsginner {
    justify-content: center;
  }
  .formContainer {
    padding: 10px;
  }
  .deskLayout1 {
    padding: 0 10px;
  }
  .deskLayout2 {
    padding: 0 0px;
  }
  .ctaTextDesk {
    font-size: 18px;
  }
  .goldLogo {
    width: 130px;
  }
  .centerMsg h1 {
    font-size: 66px;
    margin-top: 23vh;
    margin-bottom: calc(77vh - 410px);
  }
  .deskLayout1 .form-group {
    margin-bottom: 5px;
  }
  .deskLayout2 {
    margin-top: -70px;
  }
  .ctaTextDesk br {
    display: none;
  }
  .allHouses {
    width: 1328px;
    margin: 0 auto;
    max-width: 100%;
  }
  #formMobile .form-group {
    position: relative;
  }
  .floatErr {
    position: absolute;
    left: 5px;
    bottom: 0;
    pointer-events: none;
  }
}
@media all and (min-width: 1360px) {
  .ctaTextDesk br {
    display: block;
  }
  .ribbonMsgContent h2 {
    font-size: 52px;
    line-height: 1;
  }
  .ribbonMsgContent h3 {
    font-size: 36px;
    line-height: 0.8;
  }
  .deskLayout1 .form-group {
    margin-bottom: 10px;
    width: calc(50% - 10px);
  }
  .deskLayout1 {
    width: calc(67% - 5px);
    gap: 0 20px;
  }
  .deskLayout2 {
    width: calc(33% - 5px);
    margin-top: -92px;
    justify-content: center;
  }
  .formContainer {
    padding: 5px;
  }
  .mainStrip {
    padding: 0px 0px;
    max-width: 1348px;
    margin: 0 auto 30px;
  }
  .goldLogo {
    width: 200px;
    margin-bottom: 17px;
  }
  .ribbonMsgContent {
    padding: 25px 15px;
  }
  #formMobile .form-control,
  #formMobile .form-select,
  #formMobile .sendBtn {
    font-size: 20px;
  }
  .ctaTextDesk {
    font-size: 24px;
  }
  .ribbonMsgContent h2 {
    margin-bottom: 0;
  }
  .ctaTextDesk h3 {
    line-height: 1;
    margin-bottom: 5px;
  }
  #formMobile .sendBtn {
    padding: 5px;
  }
  #formMobile #accessibilityLink {
    margin: 0 auto;
  }
  .allHouses {
    width: 1348px;
    margin: 0 auto;
    max-width: 100%;
  }
  .allHouses .housesContainer .house h4 {
    font-size: 18px;
  }
  .allHousesRow {
    transform: translate(-50%, -80%);
  }
  .allHouses .allHousesLink {
    font-size: 26px;
  }
  .centerMsg h1 {
    font-size: 66px;
    margin-top: 28vh;
    margin-bottom: calc(50vh - 280px);
  }
}
@media all and (min-width: 1600px) {
  .centerMsg h1 {
    margin-bottom: calc(54vh - 280px);
    margin-top: 23vh;
  }
  .ribbonMsgContent h2 {
    font-size: 52px;
    line-height: 1;
    margin: 0;
  }
}
@media (max-width: 480px) {
  .phoneRibon {
    position: fixed;
    width: 44px;
    top: 50px;
    left: 0px;
    background-color: #bda632;
    padding: 7px 10px 7px 5px;
    border-radius: 0px 150px 150px 0;
    z-index: 1;
  }
}
@media (min-width: 481px) {
  .phoneRibon {
    display: none;
  }
}
