@font-face {
    font-family: "Roboto";
    src: url("../fonts/roboto/roboto-light.ttf") format("trueType");
    font-weight: 300;
    font-display: swap;
}
@font-face {
    font-family: "Roboto";
    src: url("../fonts/roboto/roboto-regular.ttf") format("trueType");
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: "Roboto";
    src: url("../fonts/roboto/roboto-medium.ttf") format("trueType");
    font-weight: 500;
    font-display: swap;
}
@font-face {
    font-family: "Roboto";
    src: url("../fonts/roboto/roboto-bold.ttf") format("trueType");
    font-weight: 700;
    font-display: swap;
}
@font-face {
    font-family: "Roboto";
    src: url("../fonts/roboto/roboto-black.ttf") format("trueType");
    font-weight: 900;
    font-display: swap;
}
@font-face {
    font-family: "DINNextLTArabic-Heavy";
    src: url("../fonts/DINNextLTArabic-Heavy2-2.ttf") format("trueType");
    font-weight: 500;
    font-display: swap;
}
@font-face {
    font-family: "DINNextLTArabic-Medium";
    src: url("../fonts/DINNextLTArabic-Medium-4.ttf") format("trueType");
    font-weight: 500;
    font-display: swap;
}
@font-face {
    font-family: 'Greatest Richmond';
    src: url('../fonts/GreatestRichmond.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
html {
    font-size: 16px;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Roboto", sans-serif;
    line-height: 1.6;
    background-color: #FAF8F2;
}

a {
    color: inherit;
    text-decoration: inherit; /* no underline */
    cursor: pointer;
}
a:hover {
    color: inherit;
}

ul {
    padding: 0;
    list-style: none;
}

strong,
b {
    font-weight: 700;
}

p {
    line-height: 28px;
    font-weight: 400;
}




.house-fans{
    background: url("../images/KV.png");
    background-repeat: no-repeat;
    width: 100%;
    background-size:cover;
    height:100%;
    min-height: 100vh;
    position: relative;
    z-index: 1;
}

.all-content-house{
    display: flex;
    align-items: end;
}
.all-content-house .left-content{
    width: 70%;
}
.all-content-house .right-content{
    width: 30%;
}
.all-content-house .left-content .titlehouse{
    width: fit-content;
    position: relative;
}
.all-content-house .left-content .titlehouse h1{
    font-size: 125px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    font-family: "DINNextLTArabic-Heavy";
    text-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    width: fit-content;
}
.all-content-house .left-content .titlehouse .img-fans{
    width: 90%;
    position: absolute;
    left: 50%;
    bottom: -100px;
}
.discription-content{
    width: 500px;
    padding-top: 90px;
}
.discription-content p{
    color: #fff;
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 20px;
    font-family: "DINNextLTArabic-Medium";

}
.liste-offre{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    float: left;
}

.liste-offre .item-offre{
    text-align: center;
    width: fit-content;
}
.liste-offre .item-offre h4{
    color: #fd6000;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "DINNextLTArabic-Heavy";
    letter-spacing: 1px;
}
.liste-offre .item-offre .box-offre{
    display: flex;
    align-items: center;
    gap:6px;
    background: rgb(239 239 239 / 76%);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding-block: 15px;
    width: fit-content;
    padding-inline: 15px;
}
.liste-offre .item-offre .box-offre .description-box{
    text-align: center;
    line-height: 9px;
}
.liste-offre .item-offre .box-offre p{
    color: #000;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "DINNextLTArabic-Heavy";
    letter-spacing: 0px;
    margin-bottom: 0;
    line-height: 0;
}
.liste-offre .item-offre .box-offre h5{
    color: #fd6000;
    font-size: 28px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "DINNextLTArabic-Heavy";
    letter-spacing: 1px;
    margin-bottom: 0;
    font-style: italic;
}
.liste-offre .item-offre .box-offre span{
    color: #000;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "DINNextLTArabic-Heavy";
    letter-spacing: 1px;
    margin-bottom: 0;
}


.liste-offre .two{
    display: flex;
    gap: 50px;
    padding-top: 20px;
}

.liste-offre .two .item-offre .box-offre p{
    max-width: 180px;
    letter-spacing: normal;
    line-height: 22px;
    font-size: 15px;
}



.right-content .from-wraper{
    background-color: rgb(255 255 255 / 84%);
    padding: 15px 30px;
    border-radius: 20px;
    backdrop-filter: blur(10px);
}

.right-content .from-wraper h6{
    color: #fd6000;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "DINNextLTArabic-Heavy";
    text-align: center;
    width: 80%;
    margin: auto;
    margin-bottom: 12px;
}

.right-content .from-wraper .form-control{
    background-color: transparent;
    border: 1px solid #4b5563;
}
.right-content .from-wraper .form-control:focus{
    box-shadow: none;
    -webkit-box-shadow: none;
    border: 1px solid #4b5563;
}
.right-content .from-wraper .form-check-label{
    font-size: 12px;
    line-height: 17px;
    width: 100%;
    color: #000;
}
.right-content .from-wraper .form-check-input:checked{
    background-color: #fd6000;
    border-color: #fd6000;
}
.right-content .from-wraper .form-check-label:checked:focus{
    box-shadow: none;
    -webkit-box-shadow: none;
}

.right-content .from-wraper .don-secur{
    color: #6e6e6e;
    font-size: 10px;
    text-align: center;
    margin-bottom:12px;
}

.fixed-center-right {
    position: fixed;
    right: -7px;
    top: 50%;
    transform: translateY(-50%);
    writing-mode: vertical-rl;
    text-orientation: mixed;
    color: #ffffff;
    padding: 6px 10px;
    border-radius: 6px;
    font-size: 13px;
    z-index: 9999;
    writing-mode: sideways-lr;
    text-orientation: mixed;
}

.buttom-repple{
  margin-top:8px;
}
.right-content .from-wraper .btn-repple.active{
background: linear-gradient(260.22deg, #01f35b 0%, #198754 100%) !important;
}
.right-content .from-wraper .btn-repple{
    color: #fff;
    background: #ed6d0f !important;
    font-size: 18px;
    text-transform: uppercase;
    width: 100%;
    padding-block: 10px;
    font-family: "DINNextLTArabic-Heavy";
    border: none;
    border-radius: 10px;
}
.right-content .from-wraper .btn-repple:hover{
    background-color: #ed6d0f;
    color: #fff;
}
.right-content .from-wraper .btn-repple:hover{
    background-color: #ed6d0f;
    color: #fff;
}
.right-content .from-wraper .btn-repple:active,.btn-repple:focus{
    background-color: #ed6d0f;
    color: #fff;
}


.right-content .bottm-from{
    text-align: center;
}
.right-content .bottm-from .site-wb{
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "DINNextLTArabic-Heavy";
    text-align: center;
    display: block;
}
.right-content .bottm-from .nmb-tele{
    color: #ed6d0f;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "DINNextLTArabic-Heavy";
    text-align: center;
    display: block;
    margin-top: -20px;
}
.right-content .bottm-from .icon-wtsp{
    width: 40%;
}
.right-content .liste-offre {
    display: none;
}
.right-content .discription-content{
    display: none;
}
.img-plus{
    filter: drop-shadow(0 0 0.75rem black);
}
@media (max-width:1300px) {
    .liste-offre .two {
        padding-bottom: 30px;
    }
    .right-content .bottm-from {
        text-align: center;
        margin-bottom: 35px;
    }
}
@media (max-width:1200px) {
    .all-content-house .right-content {
        width: 35%;
    }
    .right-content .from-wraper h6 {
        color: #fd6000;
        font-size: 30px;
    }
    .right-content .from-wraper .btn-repple {
        padding-block: 12px;
    }
    .right-content .from-wraper {
        padding: 30px 30px 5px 30px;
    }

}
@media (max-width:1000px) {
    .liste-offre .two .item-offre .box-offre p {
        max-width: 160px;
        letter-spacing: normal;
        line-height: 17px;
        font-size: 14px;
    }
    .left-content .discription-content{
        display: none;
    }
    .all-content-house{
        display: block;
    }
    .left-content .liste-offre{
        display: none;
    }
    .all-content-house .right-content {
        width: 100%;
        margin-top: 300px;
    }
    .right-content .discription-content {
        display: block;
        width: 500px;
        padding-top: 10px;
        max-width: 100%;
    }
    .right-content .liste-offre {
        display: block;
        float: none;
    }
    .right-content .liste-offre .two .item-offre:first-of-type .box-offre{
        gap: 25px;
        padding-right: 30px;
    }
    .right-content .liste-offre .two {
        display: flex;
        gap: 10px;
        padding-top: 10px;
        flex-direction: column;
        padding-bottom: 30px;
    }
    .liste-offre .item-offre h4{
        text-align: left;
    }
    .right-content .bottm-from {
        text-align: center;
        /* float: right; */
        position: absolute;
        right: 0;
        bottom: 30px;
    }
}
@media (max-width:769px) {
    .all-content-house .left-content {
        width: 70%;
        margin: auto;
    }
    .right-content .bottm-from .icon-wtsp {
        width: 130px;
    }
    .right-content .bottm-from .nmb-tele {
        font-size: 30px;
        margin-top: 0;
    }
    .right-content .bottm-from {
        position: absolute;
        right: 0;
        bottom:0;
        display: flex;
        flex-direction: column-reverse;
        width: 39%;
        justify-content: right;
        gap:0;
    }
}
@media (max-width:720px) {
    .all-content-house .left-content {
        width: 70%;
        margin: inherit;
    }
    .all-content-house .left-content .titlehouse h1 {
        font-size: 90px;
    }
    .all-content-house .left-content .titlehouse .img-fans {
        width: 90%;
        position: absolute;
        left: 43%;
        bottom: -75px;
    }
}
@media (max-width:640px) {
    .right-content .bottm-from .site-wb {
        font-size: 14px;
    }
    .right-content .bottm-from .nmb-tele {
        font-size: 25px;
    }
}
@media (max-width:500px) {
    .right-content .from-wraper h6 {
        width: 100%;
        font-size: 26px;
    }
    .all-content-house .left-content {
        width: 70%;
        margin: inherit;
    }
    .house-fans{
        background: url("../images/KV-mobile.png");
    }
    .all-content-house .left-content .titlehouse h1 {
        font-size: 95px;
    }
    .all-content-house .left-content .titlehouse .img-fans {
        width: 90%;
        position: absolute;
        left: 40%;
        bottom: -85px;
    }
    .right-content .bottm-from .nmb-tele {
        font-size: 18px;
        margin-top: 0;
    }
    .right-content .bottm-from {
        width: 45%;
    }
    .right-content .bottm-from .site-wb {
        font-size: 12px;
    }
    .right-content .liste-offre .two .item-offre:last-of-type .box-offre{
        gap: 5px;
    }
    .right-content .liste-offre .two .item-offre:last-of-type .box-offre p {
        font-size: 10px;
        max-width: 109px;
    }
    .liste-offre .item-offre .box-offre h5 {
        font-size: 20px;
    }

    .liste-offre .item-offre .box-offre {
        padding-inline: 8px;
        gap:4px;
    }
    .right-content .bottm-from .icon-wtsp {
        width: 120px;
    }
    .liste-offre .two .item-offre .box-offre p {
        max-width: 135px;
        line-height: 15px;
        font-size: 10px;
    }
    .right-content .bottm-from .icon-wtsp {
        width: 100px;
    }
}
@media (max-width:360px) {
    .img-plus {
        width: 16px;
    }
    .liste-offre .item-offre .box-offre div:nth-of-type(1) img{
        width: 45px;
    }
    .liste-offre .item-offre .box-offre div:nth-of-type(2) img{
        height: auto;
        width: 80px;
    }
    .right-content .liste-offre .two .item-offre:last-of-type .box-offre p {
        font-size: 8px;
        line-height: 13px;
        max-width: 92px;
    }
    .liste-offre .item-offre .box-offre {
        padding-block: 5px;
    }
    .all-content-house .left-content .titlehouse .img-fans {
        width: 86%;
        left: 46%;
        bottom: -58px;
    }
    .all-content-house .left-content .titlehouse h1 {
        font-size: 75px;
    }
    .right-content .bottm-from .site-wb {
        font-size: 10px;
    }
    .right-content .bottm-from .nmb-tele {
        font-size: 16px;
    }
}