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

h1 {
    font-size: 3em
}

h2 {
    font-size: 1.4em
}

h3 {
    font-size: 1.2em
}

p,
li {
    font-size: 1em
}

@media all and (min-width:320px) {
    body {
        font-size: 14px;
    }
    html,
    body {
        overflow-x: hidden;
    }
    .row.hero {
        min-height: 550px;
        background-image: url(../images/heroVid.jpg);
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
    }
    img.logoTop {
        position: absolute;
        top: 20px;
        right: 50%;
        transform: translateX(50%);
        z-index: 2;
    }
    .row.hero h1{
        color: #fff;
        font-weight: 800;
        font-size: 3.8em;
    }
    .row hr {
        height: 3px;
        background: #BFA535;
        opacity: 1;
    }
    .row.welcomeTo h2 {
        color: #6F6124;
        font-size: 2.2em;
        font-weight: 800;
        max-width: 230px;
        margin: 0 auto;
        line-height: 1.2;
    }
    .row.logoBackground1 {
        background-image: url(../images/bg1.jpg);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    .row.nextChapter h3 {
        color: #978C5F;
        font-weight: 400;
        font-size: 1.7em;
        line-height: 1.4em;
    }
    .row.timeIsNow h2 {
        color: #6F6124;
        font-size: 2.2em;
        font-weight: 800;
        line-height: 1.2;
    }
    .testiItem img{
        max-width: 100%;
        height: auto;
        width: 100%;
    }
    .testiItem h3{
        font-size: 1.9em;
        color: #978C5F;
        font-weight: 800;
        margin-bottom: 0;
    }
    .testiItem h3 span{
        color:#BFA535;
        margin-right: 4px;
        
    }
    .testiItem p{
        color:#978C5F;
        font-size: 1.3em;
        font-weight: 400;
        line-height: 1.4;
        margin-bottom: 0;
    }
    .row.logoBackground2 {
        background-image: url(../images/bg2-mob.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .row.moreHouses h3 {
        color: #978C5F;
        font-weight: 400;
        font-size: 2em;
        line-height: 1.4em;
    }
    .houseItem a{
        display: block;
        text-decoration: none;
        position:relative;
        transition: 0.2s;
    }
    .houseItem a:before {
        background-color: rgba(151,140,95,0.0);
        content: '.';
        width: 100%;
        position: absolute;
        right: 50%;
        transform: translateX(50%);
        top: 0;
        height: 82%;
        color: transparent;
        transition: 0.2s;
    }
    .houseItem:hover a:before {
        background-color: rgba(151,140,95,0.5);
        content: '.';
        width: 100%;
        position: absolute;
        right: 50%;
        transform: translateX(50%);
        top: 0;
        height: 82%;
        color: transparent;
        transition: 0.2s;
    }
    .houseItem img{
        max-width: 100%;
        width: 100%;
        height: auto;
    }
    .houseItem h4{
        font-size: 2em;
        margin: 10px 0;
        font-weight: 600;
        color: #978C5F;
    }
    .contactForm .cfCTA{
        background-color: #fff;
    }
    .contactForm .cfCTA h2{
        color: #6f6124;
        font-size: 2.2em;
        font-weight: 800;
        line-height: 1.2;
    }
    .contactForm .cfForm{
        background-color: #EEECE4;
    }
    .contactForm .cfForm input[type=text],.contactForm .cfForm input[type=email],.contactForm .cfForm input[type=number]{
        border-radius: 7px;
        font-size:1.6em;
        text-align: center;
        color:#000;
        border:none;
    }
    .form-control:focus{
        box-shadow: 0 0 0 0.25rem rgba(111, 97, 36,0.25);
        border-color:#978C5F;
    }
    .form-check-input:focus {
        border-color:#978C5F;
        outline: 0;
        box-shadow: 0 0 0 0.25rem rgba(111, 97, 36,0.25);
    }
    .form-check-input:checked {
        background-color: #6f6124;
        border-color: #6f6124;
    }
    .form-control::-webkit-input-placeholder { /* Edge */
        color: #6f6124;
      }
      
      .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: #6f6124;
      }
      
      .form-control::placeholder {
        color: #6f6124;
      }
      .sendBtn{
        background-color: #6F6124;
        border-radius: 7px;
        font-size: 1.6em;
        font-weight: 400;
        color:#fff;
        border:none;
        transition: 0.2s;
        margin-bottom: 30px;
      }
      .sendBtn:focus,.sendBtn:active,.sendBtn:hover{
        background-color: #3f3715;
        transition: 0.2s;
      }
      .input-group label{
        font-size: 1.3em;
        color: #6f6124;
        margin-top: 10px;
        margin-bottom: 10px;
      }
      .input-group label input{
        position: absolute;
        right: -30px;
      }
      .floatingMobile{
        top:5px;
        text-align: left;
      }
      .floatingMobile .callNow{
        margin-bottom: 7px;
      }
      .houseItem.current a:before{
        background-color: rgba(151,140,95,0.5);
        content: '.';
        width: 100%;
        position: absolute;
        right: 50%;
        transform: translateX(50%);
        top: 0;
        height: 100%;
        color: transparent;
        transition: 0.2s;
      }
      .houseItem.current h4 {
        color: #fff;
        position: absolute;
        top: 50%;
        right: 50%;
        transform: translate(50%,-50%);
    }
    #player {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: 1;
    }
}
@media all and (max-width:480px){
    .mapsIframe{
        width:100%!important;
        height:480px !important;
    }
}
@media all and (min-width:767px) {
    .container{
        padding:0;
        margin:0 auto;
        max-width: 100%;

    }
    .row.hero {
        background-image: url(../images/heroVid-D.jpg);
    }
    .row.hero h1{
        font-size: 6em;
    }
    img.logoTop {
        width:175px;
        height: auto;
        position: absolute;
        top: 20px;
        right: 20px;
        transform: none;
    }
    .row.welcomeTo h2{
        max-width: initial;
    }
    .row.logoBackground1{
        background-position: bottom;
    }
    .row.nextChapter h3{
        max-width: 480px;
        margin: 0 auto;
        font-size: 2.4em;
    }
    .testiItem p{
        font-size: 1.3em;
    }
    .row.logoBackground2 {
        background-image: url(../images/bg2-desk.jpg);
    }
    #formMobile{
        max-width: 480px;
    margin: 0 auto;
    }
}
@media all and (min-width:1023px) {
    .container{
        max-width: initial;
    }
    .row.hero {
        min-height: 66vh;
    }
    .row.welcomeTo h2{
        font-size: 3em;
    }
    .row.nextChapter h3 {
        max-width: inherit;
    }
    .row.logoBackground1{
        background-position: center;
    }
    .row.timeIsNow h2{
        font-size: 3em;
    }
    .testiItem p {
        font-size: 1.6em;
    }
    .row.nextChapter2{
        align-items: center;
    }
    .row.nextChapter2 h3 {
        max-width: 720px;
        font-size: 3em;
    }
    #formMobile {
        max-width: 100%;
        padding-bottom: 40px;
        position: relative;
        gap: 15px;
    }
    .contactForm .cfForm {
        background-color: #A19346;
        color: #fff;
        position: fixed;
        bottom:0;
        width:100%;
        right:0;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .checkboxGroup{
        position: absolute;
        bottom: -5px;
    }
    
    .checkboxGroup.first{
        right:0;
        width:66%;
        justify-content: end;
    }
    .checkboxGroup.second{
        left:0;
        width:34%
    }
    .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;
    }
    .form-group {
        flex-basis: 15%;
        margin-bottom: -20px;
    }
    .moreHouses{
        margin-bottom: 115px;
    }
    .desktopCall{
        text-align: right;
        flex-basis: 10%;
    }
    .desktopCall h4{
        font-size:2em;
        margin:0;
    }
    .desktopCall h4 span{
        font-weight: 600;
    }
    .modal-dialog{
        max-width:1024px;
    }
}
@media all and (min-width:1280px){
    #formMobile {
        max-width: 100%;
        margin: 0;
        flex-basis: 100%;
    }
    .moreHouses > .row{
        max-width:1280px;
        margin:0 auto;
        justify-content: center;
    }
}
@media all and (min-width:1599px) {
    .testiItem h3 {
        font-size: 2.4em;
    }
    .testiItem p {
        font-size: 1.8em;
    }
    .moreHouses > .row{
        max-width:85%;
        margin:0 auto;
    }
}
@media all and (min-width:1719px) {
    .testiItem h3 {
        font-size: 3em;
    }
    .testiItem p {
        font-size: 2.1em;
    }
}