* {
    padding: 0;
    margin: 0;
    font-family: 'Cairo', sans-serif;
    text-decoration: none;
    scroll-behavior: smooth;
}




body {


    direction: rtl;
    height: 100%;
    margin: 0;



}








.description {
    position: absolute;
    width: 65%;
    max-width: 560px;
    background: #403e3c9e;
    height: 100%;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.description h3 {

    color: #fff;
    font-size: 43px;
    margin: 25px;
    font-family: "Noto Sans Arabic", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;

}

.advs {
    color: white;
    display: flex;
    margin: 15px;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    list-style-type: none;
}

.adv:before {

    content: "•";
    padding-left: 5px;

}

.adv {
    width: 48%;
}

.description p {

    padding: 20px;
    text-align: center;
    margin-bottom: 25px;
}

.location-map {

    background: #ddd;
    height: 450px;
    margin: 0px 0px 100px 0px;
    position: relative;
}

.location-map iframe {

    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;

}

.sepecifications svg,
.sepecifications svg path,
.sepecifications svg path,
.guarantees svg {
    width: 40px;
    height: 40px;
    fill: #3c3c3c;
}

.sepecifications,
.features,
.guarantees {

    display: flex;
    width: 95%;
    flex-direction: column;
    margin: 0px auto;
    padding: 60px 0px;
    max-width: 1370px;


}

.sepecifications h1,
.features h1,
.guarantees h1 {

    margin-bottom: 30px;
    font-size: 25px;
    border-right: 3px solid #8d8e8e;
    padding-right: 15px;
    color: #403e3c;
}


.sepecifications h2,
.features h2,
.guarantees h2 {

    font-size: 16px;
    color: #3c3c3c;
}

.icons-des {


    display: flex;
    width: 80%;
    justify-content: space-evenly;
    text-align: center;
    flex-wrap: wrap;
    margin: auto;


}

.features h2 {
    text-align: right;
}

.features h2:before {
    content: "•";
    padding-left: 5px;
}

.sep-items,
.fea-items {

    width: calc(100% / 8);
    padding: 15px;
}

.gua-items {

    width: calc(100% / 5);
    padding: 15px;
}

.par {

    position: relative;
}





.scrollTop {


    margin: 20px;
    border-radius: 8px;
    position: fixed;
    bottom: 12px;
    display: flex;
    left: -100%;
    width: 50px;
    height: 50px;
    transition: 0.3s;
    z-index: 100;
    box-shadow: 0px 0px 5px 0px #0000005f;

}

#message_sub {
    display: none;
    color: white;
    font-size: 10px;
}



.about p {

    text-align: justify;
}


@media(max-width: 1490px) {



    .about p {

        font-size: 14px;

    }

    .social .sub_social {

        margin-left: 0px !important;
    }



}

@media(max-width: 1200px) {


    .about h1 {

        font-size: 28px !important;

    }

    .about p {

        font-size: 14px;

    }

    .m {
        height: 950px !important;
    }







}



@media (max-width: 1100px) {

    .vision_message {
        width: 100%;
        max-width: 610px;
        flex-wrap: wrap;
        margin-bottom: 50px;
        gap: 10px !important;
    }


}













.bar {

    border: 0.3px solid black;
    margin-top: 150px;


}

.pp {

    display: flex;
    justify-content: center;
    margin-bottom: 10px;


}

.adress {

    color: white;
}

p {

    color: white;

    margin-bottom: 7px;
}


.about-afaq {

    height: 650px;
    width: 100%;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}



.font {

    text-align: justify;
    text-align-last: center;
    font-size: 18px;
    color: #444;
    width: 70%;
    margin: auto;
    padding: 40px 0px;

}

.font div {

    width: 90%;
    max-width: 990px;
}


.m {
    width: 100%;
    height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 0px 130px 0px;



}



.about {

    width: 100%;
    height: 100%;
    margin-top: 30px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: deg 60s alternate infinite;
    background-image: linear-gradient(rgba(0, 0, 0, 63%), rgba(0, 0, 0, 63%)), url("img/backgr_home.html");
    background-attachment: fixed;
    background-size: cover;
    clip-path: polygon(0% 15%, 100% 0%, 100% 50%, 100% 85%, 0% 100%, 0% 50%);
    background-position: center center;
    background-repeat: no-repeat;


}

@keyframes deg {


    0% {


        background-position: bottom center;





    }

    100% {

        background-position: center center;

    }




}


@keyframes fadeInUp {

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

}





.vision_message {



    color: white;
    display: flex;
    gap: 4%;
    padding: 0px 5%
}

.vision_message h1 {

    border-bottom: 2px solid white;
    margin-bottom: 10px;

}

.about h1 {

    font-size: 30px;

}

#vision {

    text-align: right;
    width: 100%;
}

#message {

    text-align: right;
    width: 100%;
}

#gola {

    text-align: right;
    width: 100%;
}





.title_about {

    display: flex;
}




.dev {


    margin-top: 150px;
    width: 100%;
    display: flex;
    justify-content: center;



}


.sub_dev {


    display: flex;
    justify-content: center;
    width: 70%;
    max-width: 950px;


}

.line_dev {

    display: flex;
    justify-content: center;
}

.line_dev div {


    width: 90%;
    max-width: 1250px;
    height: 2px;
    background-color: #4b4949;
}

#developer {


    width: 100%;
    gap: 10%;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    padding: 80px 0;


}

.dev_par {

    width: calc(100%/5);
    visibility: visible;
    position: relative;
    height: 100px;
    margin: auto;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;

}

#developer .dev_par:first-child {

    width: calc(100%/4);

}



.box {

    border: 5px double #4b4949;
    height: 80%;
    min-height: 280px;
    display: flex;
    justify-content: center;


}

.sub-box {

    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}


.sub-box img {

    height: 64px;
    width: 64px;
}

.sub-box h3 {
    color: #262626;
    margin-top: 3px;
}

.sub-box p {

    color: #4b4949;
    padding: 0px 18px;
    margin-top: 5px;
    margin-bottom: 0;
    text-align: justify;
    text-align-last: center;
    font-size: 13px;
}

.leaders_bar {

    width: 100%;
    margin: 100px 0;
    background: #4b4949 url(img/afaqbar.html) no-repeat;
    background-size: contain;
    background-position: 0 100%;
    padding: 150px 0 150px;
    text-align: center;
    color: white;

}

.leader {

    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 100px;

}

.sub_leader {

    display: flex;
    flex-direction: column;
    gap: 50px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    /* padding: 0 25px; */
    align-items: flex-start;
}

.leader .sub_leader:first-child .leader_photo {
    flex-direction: column;
    display: flex;
    gap: 50px;
    align-items: center;
    width: 100%;

}


.profile {

    display: flex;
    flex-direction: column;
    color: #4b4949;
    height: 50%;
    width: 50%;
    max-width: 300px;

}

.speech {

    display: flex;
    flex-direction: column;
    color: #4b4949;
    height: 50%;
    width: 100%;
    max-width: 1300px;

}

.leader h1 {
    padding-right: 10px;
    color: #4b4949;
    text-align: right;
    width: 100%;
    margin: auto;
    margin-bottom: 16px;
    position: relative;
    display: flex;
    padding-right: 10px;

}

.leader h1:before {
    content: "";
    width: 3px;
    height: 35px;
    background-color: #8d8e8e;
    position: absolute;
    top: 13px;
    right: 0px;
}

.leader_photo p {

    color: #4b4949;
    text-align: justify;
    /* text-align-last: center; */
}

.leader_photo h2 {
    color: #4b4949;
    margin-bottom: 10px;
}

.leader h4 {

    color: #6688ad;

}


.sub_leader:nth-child(2) .leader_photo div {
    display: flex;
    flex-direction: column;
    color: #4b4949;
    width: 40%;
    height: 50%;
    max-width: 300px;
}

.leader .sub_leader:nth-child(2) .leader_photo {

    display: flex;
    gap: 50px;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
}

.leader_photo img {

    width: 100%;
    height: 100%;
    margin-bottom: 10px;
    max-width: 320px;
    min-height: 300px;
    object-fit: cover;
}

.tahweelpipe {

    width: 100%;
    height: 100%;
    filter: grayscale(1);
    cursor: pointer;
    transition: 0.5s all;
    object-fit: contain;
}



.sabic {


    width: 100%;
    height: 100%;
    filter: grayscale(1);
    cursor: pointer;
    transition: 0.5s all;
    object-fit: contain;



}

.gree {

    width: 100%;
    height: 100%;
    filter: grayscale(1);
    cursor: pointer;
    transition: 0.5s all;
    object-fit: contain;


}

.alfanar {

    width: 100%;
    height: 100%;
    filter: grayscale(1);
    cursor: pointer;
    transition: 0.5s all;
    object-fit: contain;

}

.tahweelpipe:hover {

    filter: grayscale(0);

}

.sabic:hover {

    filter: grayscale(0);

}


.gree:hover {

    filter: grayscale(0);

}

.alfanar:hover {

    filter: grayscale(0);

}




#developer .dev_sub {
    display: flex;
    align-items: center;

}

.dev_sub {

    width: 100%;
    height: 100%;
}

.child_sub_dev {

    width: 100%;
    display: flex;
    text-align: center;
    justify-items: center;
    flex-direction: column;
    align-items: center;
}

.child_sub_dev h1 {
    width: 80%;
    color: #4b4949;
    font-size: 34px;

}

.projects {

    padding: 150px 0 150px 0px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;

}


.project1 {

    display: flex;
    justify-content: center;
    gap: 4%;
}

.choose {

    margin-bottom: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.choose h1 {

    margin-right: -20px;
    color: #4b4949;
}

.incloud h2 {
    color: #4b4949;
    font-size: 18px;

}


.choose a {

    cursor: pointer;
    color: #838383;
    font-size: 17px;

}

#under_create {

    opacity: 0;
    left: 0;
    right: 0;
    position: absolute;
    display: flex;
    justify-content: center;
    margin-bottom: -200px;


}

#past {

    opacity: 0;
    left: 0;
    right: 0;
    position: absolute;
    display: flex;
    justify-content: center;
    margin-bottom: -200px;

}




.choose div {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 10px;

}





.select1 div {


    position: absolute;
    opacity: 0;
    margin-left: 20px;
    margin-top: 30px;
}

.select2 div {

    position: absolute;
    opacity: 0;
    margin-top: 30px;
    margin-left: 20px;


}

.select3 div {

    position: absolute;
    opacity: 0;
    margin-top: 30px;
    margin-left: 20px;


}


.select1 div.move1 {


    transition: 1s;
    opacity: 1;
    position: absolute;
    margin-left: 0px;
    margin-top: 30px;
}

.select2 div.move2 {

    transition: 1s;
    opacity: 1;
    position: absolute;
    margin-top: 30px;
    margin-left: 0px;


}

.select3 div.move3 {

    transition: 1s;
    opacity: 1;
    position: absolute;
    margin-top: 30px;
    margin-left: 0px;


}





#subproject {


    width: 25%;
    height: 600px !important;
    transition: 0.3s;
    min-width: 250px;
    max-width: 450px;
    border-radius: 0.5em;
    display: flex;
    align-items: end;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    justify-content: center;



}


.sss {
    width: 100%;
    height: 1px;
    background-color: white;

}

.pic2 {
    display: none !important;
}

.pic1:after {

    content: "";
    z-index: -1;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: linear-gradient(rgb(255 255 255 / 0%), rgb(69, 72, 72)), url(img/aktanimg.html);
    position: absolute;
    left: 0;
    top: 0;

}

.pic2:after {

    content: "";
    z-index: -1;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: linear-gradient(rgba(0, 0, 0, 0.493), rgb(69, 72, 72)), url(img/hemmaimg.html);
    position: absolute;
    left: 0;
    top: 0;

}


.pic3:after {

    content: "";
    z-index: -1;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: linear-gradient(rgba(0, 0, 0, 0.493), rgb(69, 72, 72)), url(img/projects_img/moshreva_img/background.html);
    position: absolute;
    left: 0;
    top: 0;

}


#subproject:hover:after {

    transform: scale(1.1);
    filter: blur(1.5px);
    transition: 0.5s;


}

.boxcard {

    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
}





header img {
    width: 15%;
    padding: 10px 10px;
    border: 1.5px solid #ffffff;

    /* border: 2px solid #102245;
    background-color: white; */



}



@media(max-width: 870px) {






   

    .incloud h2 {

        font-size: large;

    }



    #img_content #line_hemma {

        height: 130px;


    }

    .line_p {
        height: 70px !important;
    }

    #sub_img_content {

        width: 300px !important;

    }

    .line_a {

        width: 350px !important;
        min-width: 350px;


    }


    #img_content h2 {
        font-size: 38px;
        min-width: 300px;
    }

    #img_content {

        max-width: 350px;
    }

    .wid_text {

        min-width: 350px !important;
    }



}

@media (max-width:770px) {


    .leader_photo p {

        font-size: 14px;
    }

    .tahweelpipe,
    .gree,
    .sabic,
    .alfanar {

        filter: grayscale(0);
    }





}





@media (max-width:450px) {

   

   



    #img_content #line_hemma {
        height: 100px;
    }

    #img_content h2 {
        font-size: 32px;
        min-width: 260px;
    }




    .line_p {
        height: 60px !important;
    }



}






@media (max-width:350px) {




    .about p {

        font-size: 12px;

    }

    #img_content,
    #sub_img_content,
    #img_content h2 {
        max-width: 255px !important;
        /* min-width: unset; */
        font-size: 26px;
    }

    #img_content #line_hemma {
        height: 90px;
    }

    .line_p {
        height: 45px !important;
    }


}








@media(prefers-reduced-motion: no-preference) {

    .textanmi {
        animation: none;
    }



}

@media(max-width:1200px) {


    #subproject {

        height: 450px !important;

    }

    .project1 h1 {

        font-size: 20px;
    }

    .boxcard h2 {
        font-size: 23px;
    }

    .boxcard p {

        font-size: 14px;
    }

    .boxcard a {
        font-size: 14px;
    }

    .dev_par {
        width: calc(100%/6);

    }

    #developer .dev_par:last-child img {

        height: 40% !important;
    }




}


@media(max-width: 900px) {


    #subproject {

        height: 385px !important;

    }


    .boxcard h2 {
        font-size: 19px;
    }


    .boxcard p {

        font-size: 12px;
    }






}


@media(max-width: 850px) {



    #subproject {

        height: 330px !important;
        min-width: 225px;

    }


    .boxcard h2 {
        font-size: 18px;
    }



    .boxcard p {

        font-size: 11px;
    }

    .dev_par {
        width: calc(100%/5);
    }





}



@media(max-width: 780px) {



    #subproject {

        height: 500px !important;
        min-width: 55% !important;

    }

    .project1 {
        gap: 20px;
        align-items: center;
        flex-direction: column;
    }


    .boxcard h2 {
        font-size: 1.5em;
    }

    .line_dev div {
        width: 90%;

    }



    .boxcard p {

        font-size: 1em;
    }

    .boxcard a {
        font-size: 1em;
    }

    .child_sub_dev h1 {
        font-size: 30px;
    }

    .container h1 {
        font-size: 30px;
    }



}







@media(max-width: 620px) {



    #subproject {

        height: 450px !important;

    }

    .projects_home {

        padding: 100px 0px !important;

    }



    .rights div {
        font-size: 13px;
    }

    .font {
        text-align: justify;
        text-align-last: center;
        font-size: 18px;
        color: #444;
        width: 100%;
        margin: auto;
        padding: 40px 0px;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
    }

    .font h2 {
        font-size: 26px;
        color: #008abe;
        text-align: right;
        width: 90%;
        margin: auto;
        margin-bottom: 16px;
        position: relative;
        color: #4b4949;
        margin-bottom: 20px;
        display: flex;
        padding: 0 10px;
    }

    .font h2:before {
        content: "";
        width: 3px;
        height: 30px;
        background-color: #8d8e8e;
        position: absolute;
        top: 10px;
        right: 0px;
    }


    .about-afaq {
        height: 500px;
        padding-bottom: 90px;
    }

    .about-afaq p {

        font-size: 15px;
    }

    #img_content {

        margin-right: 10%;
    }


}


@media(max-width: 590px) {


    .m {
        height: 980px !important;
    }


    .about-afaq h1 {

        font-size: 24px;
    }

    .about h1 {
        font-size: 25px !important;
    }



}


@media(max-width: 460px) {


    .about h1 {
        font-size: 22px !important;
    }

    .m {
        height: 1100px !important;
    }

    .about {
        height: 100% !important;
    }

}








/* for home page */


.projects_home {

    text-align: center;
    padding: 200px 0px;
    width: 100%;
    overflow: hidden;
}



.container {

    width: 100%;
    margin-right: auto;
    margin-left: auto;
    max-width: 1320px;
}

.container h1 {

    padding-bottom: 80px;
}

.projects_logo {

    width: 80%;
    margin: auto;
}

.sub_logo {

    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x)/ -2);
    margin-left: calc(var(--bs-gutter-x)/ -2);
    justify-content: center !important;
}


.logos {

    flex: 0 0 auto;
    width: 33.3333333333%;
}

@media (max-width:576px) {

    .logos {

        flex: 0 0 auto;
        width: 50%;
    }

    #header_img {

        height: 95vh;
    }

    .project_det {

        height: 75vh !important;
    }

    .logos a .pro_photo {

        filter: grayscale(0) !important;

    }

}


.logos a {

    visibility: visible;
    animation-name: fadeInUp;
    display: block;
    text-align: center;
    position: relative;
    width: 72%;
    height: 100px;
    line-height: 100px;
    margin: auto;
    margin-bottom: 50px;
    transition: all .5s;
}

.logos a .pro_photo {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    filter: grayscale(1);
    object-fit: contain;
    transition: all .7s;
}

.logos .pro_photo:hover {

    filter: grayscale(0);

}


@keyframes resize {

    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.2);
    }

}

:root {
    --bg-body: #f4f4f4;
    --bg-hot: #dd3333;
    --bg-featured: #ea723d;
    --p-text-color: #7e8186;
    --icon-info-color: #808080;
    --icon-image-color: white;
    --h2-text-color: #1a1a1a;
    --price-text-color: #2fa89e;
    --backgound-imgage: #3b9f93;
    --border-view-color: #a4d2c3;
}


/* for cards info */

.overlay,
.img-overlay img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
  
    
}

.containere a {
    text-decoration: none;
    color: white;
}



/* body style */


.containere h1{

   color: #403e3c;
   font-size: 25px;

}

.containere span.filter {
    display: block;
    position: relative;
    width: 100%;
}

.containere .super-filter{
    display: flex;
        position: relative;
        max-width: 800px;
        margin: auto;
        justify-content: center;
           
}

.containere .sub-filter {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    flex-wrap: nowrap;
    overflow-x: auto;
    background-color: rgb(255, 255, 255);
    border-bottom: 1px solid rgb(192 192 192);
    padding: 8px 16px;
}




.containere .filter-item {
    position: relative;
        margin-right: 8px;
}

.containere .button-filter {
    display: flex;
    align-items: center;
    gap: 7px;
    justify-content: center;
    padding: 6px 12px;
        font-size: 14px;
        white-space: nowrap;
        border-radius: 17px;
        border: 1px solid rgb(240, 242, 247);
        background-color: rgb(240, 242, 247);
        display: flex;
        -webkit-box-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        align-items: center;
        cursor: pointer;
}

.containere .button-filter svg {
    fill: #403e3c;
    width: 20px;
    height: 20px;
}
.button-filter .arrow-option.active{

    transform: rotateX(180deg);

}

.containere .button-filter h2 {
    font-size: 14px;
}
/* container style */

.containere {
        display: flex;
            grid-gap: 40px;
            margin: 150px 0;
            align-items: center;
            justify-content: center;
            flex-direction: column;
}

/* cards style */



.cards {
        display: flex;
            grid-gap: 35px;
            position: relative;
            flex-wrap: wrap;
            align-items: center;
            width: 90%;
            justify-content: center;
            padding: 0 30px;
                max-width: 1300px;
}


.card svg {
    fill: #403e3c;
    width: 25px;
    height: 20px;
    margin-left: 10px;
}




.card {
        grid-column-end: span 4;
            display: flex;
            flex-direction: column;
            background-color: white;
            box-shadow: 0px 0px 7px 3px #dfdfdf;
            border-radius: 2px;
            overflow: hidden;
            transition: 0.2s;
            width: calc(100% / 3);
            max-width: 320px;
}

.card.disable{

    display: none;
}



.card:hover {
    transform: translateY(-7px);

    .home:after {

        margin-bottom: -35px;
        height: 19%;

    }

}

/* img-overlya style */

.img-overlay {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


.home:after {

    content: "تواصل معنا";
    position: absolute;
    text-align: center;
    line-height: 30px;
    font-size: 13px;
    width: 143px;
    height: 0%;
    z-index: 3;
    bottom: 55px;
    color: white;
    font-weight: 600;
    text-transform: capitalize;
    background: #403e3c;
    overflow: hidden;
    transition: 0.2s;
    border-radius: 2px;

}



.home:before {
    position: absolute;
    line-height: 200px;
    text-align: center;
    font-size: 21px;
    width: 100%;
    z-index: 3;
    top: -20px;
        left: 0px;
    color: white;
    font-weight: 800;
    text-transform: capitalize;
    backdrop-filter: blur(1px);
}

#A1:before {
    content: "رقم الشقة 1";
    

}

#A2:before {
    content: "رقم الشقة 2";";

}

#A3:before {
    content: "رقم الشقة 3";

}

#A4:before {
    content: "رقم الشقة 4";;

}

#A5:before {
    content: "رقم الشقة 5";

}

#A6:before {
    content: "رقم الشقة 6";
}

#A7:before {
   content: "رقم الشقة 7";

}

#A8:before {
    content: "رقم الشقة 8";;

}

#A9:before {
    content: "رقم الشقة 9";;

}

#A10:before {
    content: "رقم الشقة 10";

}

#A11:before {
    content: "رقم الشقة 15";

}

#A12:before {
    content: "رقم الشقة 16";

}

#A13:before {
    content: "رقم الشقة 17";

}

#A14:before {
    content: "رقم الشقة 18";

}

#A15:before {
    content: "رقم الشقة 19";

}

#A16:before {
    content: "رقم الشقة 20";
}

#A17:before {
    content: "رقم الشقة 11";

}

#A18:before {
    content: "رقم الشقة 12";

}

#A19:before {
    content: "رقم الشقة 13";;

}

#A20:before {
    content: "رقم الشقة 14";;

}

#A21:before {
    content: "رقم الشقة 24";

}

#A22:before {
    content: "رقم الشقة 25";

}


#A23:before {
    content: "رقم الشقة 27";

}

/* A33 should be A24 */
#A33:before {
    content: "رقم الشقة 26";

}



#A24:before {
    content: "رقم الشقة 28";

}

#A25:before {
    content: "رقم الشقة 29";

}

#A26:before {
    content: "رقم الشقة 21";

}

#A27:before {
    content: "رقم الشقة 22";

}

#A28:before {
    content: "رقم الشقة 23";

}

#A29:before {
    content: "رقم الشقة 32";

}

#A30:before {
    content: "رقم الشقة 33";

}

#A31:before {
    content: "رقم الشقة 34";

}

#A32:before {
    content: "رقم الشقة 30";

}



#A34:before {
    content: "رقم الشقة 31";

}

.img-overlay img {
    width: 100%;
        height: 100%;
    z-index: 1;
    filter: brightness(0.5);
    object-fit: cover;
   
}

.img-overlay img:hover+div {
    width: 100%;
}

figcaption {
    padding: 30px 30px 10px 0px;
    font-weight: 800;
    text-transform: capitalize;
    color: #403e3c;
    font-size: 1.2rem;
}


/* icons-img style */

.cont {
    position: absolute;
    z-index: 6;
    width: 100%;
    height: 100%;
}

.icons-img {
    position: relative;
    width: 100%;
    height: 100%;
}

.icons-img button {
    position: absolute;
    border: none;
    background-color: transparent;
    color: white;
    cursor: pointer;
    top: -40px;
    z-index: 10;
}

.icons-img button:first-of-type {
    right: 55px;
}

.icons-img button:last-of-type {
    right: 20px;
}

.icons-img button:first-of-type:hover {
    right: 55px;
    color: #ff3232;
}

.icons-img i {
    font-size: 25px;
}

/* card-content styles */

.card-content {
    padding: 0px 30px 30px;
    line-height: 22px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 220px;
    font-size: 14px;
}

.card-content p {
    color: var(--p-text-color);
    line-height: 25px;
}

/* icons-home style */

.icons-home {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 8px 0;
    gap: 5px;
}

.name-icon {
    height: 60px;
    line-height: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.name-icon>span {
    text-transform: capitalize;
    color: #403e3c;
    font-weight: 800;
}

/* icon styles */

.icon {
    display: flex;
    align-items: center;
}



.card i {
    color: var(--icon-info-color);
    font-size: 14px;
    margin-left: 3px;
    font-style: normal;
    font-weight: 600;
}

.icon span {
    vertical-align: middle;
}

/* price style */

.price {
    text-transform: capitalize;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.price span:last-of-type {
    color: #403e3c;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    
}


@media (max-width: 1000px) {
    

    .cards {
          
            width: 95%;
            grid-gap: 20px;
            padding: unset;
            
        }

    .card{
            max-width: 315px;
                width: 45%;
    }

    .logo {
        width: 80px !important;

    }

   
}

@media screen and (max-width: 700px) {

   

    .card-content {
        font-size: 16px;
    }

   

    .guarantees {

        padding: 60px 0px 200px 0px;
    }

    .product-gallery {
        padding: 200px 0 100px !important;
        overflow: hidden;
    }




}

@media (max-width: 500px) {
    .container {
        grid-template-columns: 20px repeat(12, minmax(auto, 1fr)) 20px;
        grid-gap: 10px;
    }

        .home:before {
          
            font-size: 17px;
         
        }



}

.product-gallery {
    padding: 50px 0 100px;
}




.container {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}




.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1* var(--bs-gutter-y));
    margin-right: calc(-.5* var(--bs-gutter-x));
    margin-left: calc(-.5* var(--bs-gutter-x));
    justify-content: center;
}


.product-gallery {
    padding: 50px 0 100px;
    overflow: hidden;
}

@media (max-width: 1400px) {
    .container {
        max-width: 1140px;
    }
}

@media (max-width: 1200px) {
    .col-12 {

        width: 33.3333% !important;

    }

    .container {
        max-width: 1000px;
    }



}

@media (max-width: 1170px) {
    .card-content {
        font-size: 13px;
        padding: 0px 10px 30px;
    }
}


@media (max-width: 1100px) {
    .col-12 {
        width: 30% !important;
    }

    .sep-items,
    .fea-items {
        width: calc(100% / 5);
    }

}


@media (max-width: 992px) {
    .col-12 {
        max-width: 360px !important;
        width: 45% !important;
    }

   
}

@media (max-width: 768px) {
    .col-12 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .card-content {
        padding: 0px 11px 30px !important;
    }

  

    .icons-des {
            
        width: 100%;
            
            
    }

    

}

@media (max-width: 600px) {
    .product-gallery a {
        height: 400px !important;
    }

  

    .sepecifications h2,
    .features h2,
    .guarantees h2 {
        font-size: 12px;
    }

    .sepecifications svg,
    .sepecifications svg path,
    .sepecifications svg path,
    .guarantees svg {
        width: 30px;
        height: 30px;
    }

    .advs {

        margin: 15px;

    }

    .description h3 {
        font-size: 30px;

    }

    .adv {
        font-size: 13px;
    }

    .description p {
        padding: 17px;
        font-size: 13px;
    }

   

}

@media (max-width: 576px) {
    .col-12 {
        width: 90% !important;
        max-width: unset !important;
    }

        .card {
            width: 47%;
        }

   
}


@media (max-width: 500px) {


    .advs {
        margin: 8px;
    }

    .location-map {
        height: 540px;

    }

    .description {
        width: 100%;
        height: 67%;

    }

    .card-content {
        padding: 0px 11px 15px !important;
        height: 265px;
    }

    figcaption {

        padding: 10px 10px 10px 0px;
        font-size: 17px;
         
            
    }

    .card-content p{
        font-size: 12px;
        margin-bottom: unset;
    }

    .price span:last-of-type {
            
        font-weight: 600;
    }

    .card svg {
                    
        width: 20px;
         height: 15px;
                   
    }
}


@media (max-width: 370px) {


    .cards {
          
            flex-direction: column;
        }

    .card {
        width: 90%;
    }
    figcaption {
            padding: 20px 20px 10px 0px;
            font-size: 20px;
    }

    .card-content p {
     font-size: 14px;
    }

    .card-content {
            font-size: 15px;
            padding: 0px 10px 30px;
    }
        .card-content {
            height: 200px;
        }
    
}



.col-12 {
    flex: 0 0 auto;
    width: 100%;
}


.row>* {
    box-sizing: border-box;
    flex-shrink: 0;
    width: 25%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) / 2);
    padding-left: calc(var(--bs-gutter-x) / 2);
    margin-top: var(--bs-gutter-y);
    justify-content: center;
}

.product-gallery a {
    display: block;
    width: 100%;
    height: 200px;
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
    transition: all .5s;
}


.product-gallery a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    transition: all .5s;
    opacity: 0;
    z-index: 1;
}

.product-gallery a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s;
}



.product-gallery a:hover img {

    transform: scale(1.1)
}

.product-gallery a:hover:before {
    opacity: 1
}

/* ---------- */

.main {
    width: 90%;
    direction: ltr;
    max-width: 585px;
    display: none;
    justify-content: center;
    align-items: center;
    height: 200px;
    transition: 0.5s ease;
    overflow: hidden;
    margin: auto;
}

.main.active {
   
    display: flex;
    
}

.custom-wrapper {
    margin: 0;
    position: relative;
    width: 100%;
    height: 100%;
    left: 0;
    padding: 0 10px;
}

.header h2 {
    font-size: 21px;
    color: #403e3c;
    display: flex;
    justify-content: center;
    padding: 20px;
}

/* Styles for the price input container */
.price-input-container {
    width: 100%;
}

.price-input .price-field {

    display: flex;
    margin-bottom: 22px;
    flex-direction: column;
    align-items: center;
    gap: 7px;
}

.price-field span {
   
    font-size: 14px;
}

.price-field input {
    height: 25px;
    font-size: 13px;
    font-family: "DM Sans", sans-serif;
    border-radius: 9px;
    text-align: center;
    border: 0px;
    background: #e4e4e4;
    width: 40%;
    padding: 3px;
}

.price-input {
    width: 100%;
    font-size: 19px;
    color: #555;
    display: flex;
    justify-content: space-between;
}

/* Remove Arrows/Spinners */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.slider-container {
    width: 100%;
}

.slider-container {
    height: 6px;
    position: relative;
    background: #e4e4e4;
    border-radius: 5px;
}

.slider-container .price-slider {
    height: 100%;
    left: 0%;
    right: 0%;
    position: absolute;
    border-radius: 5px;
    background: #403e3c;
}

.range-input {
    position: relative;
}

.range-input input {
    position: absolute;
    width: 100%;
    height: 5px;
    background: none;
    top: -5px;
    pointer-events: none;
    cursor: pointer;
    -webkit-appearance: none;
}


input[type="range"]::-webkit-slider-thumb {
    height: 18px;
    width: 18px;
    border-radius: 70%;
    background: #555;
    pointer-events: auto;
    -webkit-appearance: none;
}

.containere .filter .floor-option{

    width: 90%;
    direction: ltr;
    max-width: 585px;
    display: none;
    align-items: center;
    padding: 15px;
    transition: 0.5s ease;
    margin: auto;
    justify-content: center;
    flex-direction: column;

}


.containere .filter .floor-option.active {

    display: flex;
}


.containere .filter .floor-option .floor-div{


    display: flex;
    gap: 3%;
    justify-content: center;
    width: 100%;
    flex-direction: row-reverse;

}


.containere .filter .floor-option .floor-div div{


    background: #d9d9d9;
    padding: 5px;
    font-size: 13px;
    border-radius: .5rem;
    width: calc(100% / 6);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #262626;
    cursor: pointer;
    font-weight: 600;
    max-width: 70px;
    transition: .5s all;

}

.containere .filter .floor-option .floor-div div.active {


    border: 1px solid rgb(118 114 114);
    background: #b9b9b9;

}

.containere .filter .floor-option .floor-div div:hover {


    background: #b9b9b9;
    

}

@media screen and (max-width: 768px) {
  
    .custom-wrapper {
        width: 100%;
        left: 0;
        padding: 0 10px;
    }

   

    .price-field {
        margin-bottom: 10px;
    }
}

@media(max-width: 540px) {




    .boxcard h2 {
        font-size: 20px;
    }

    .incloud h2 {
        font-size: 16px;
    }


    .boxcard p {

        font-size: 15px;
    }



    #message_choose h2 {

        font-size: 18px;

    }

    .line_dev div {
        width: 90%;
        height: 1.5px;

    }


    .choose h1 {
        font-size: 22px;
    }

    .choose a {

        font-size: 15px;
    }

    .select1 div {
        position: absolute;
        opacity: 0;
        margin-left: 20px;
        margin-top: 26px;
        width: 42px !important;
        height: 1px !important;
    }


    .select2 div {
        position: absolute;
        opacity: 0;
        margin-top: 26px;
        margin-left: 20px;
        width: 75px !important;
        height: 1px !important;
    }

    .select1 div.move1 {

        margin-top: 26px;
    }

    .select2 div.move2 {

        margin-top: 26px;
    }


    .sub_dev {

        width: 100%;
    }

    #developer {
        width: 85%;
        height: 80%;
        gap: 8%;
        align-items: center;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-content: center;
    }

    #developer .dev_par:first-child {
        width: 39.333333%;
    }


    .dev_par {
        width: 33.333333%;
        padding: 15px;
    }


    .dev_par:nth-child(2) {
        width: 26.333333%;
    }




}

@media(max-width: 475px) {



    #subproject {

        height: 400px !important;

    }




    .boxcard h2 {
        font-size: 18px;
    }



    .boxcard p {

        font-size: 12px;
    }


}



@media(max-width: 450px) {



    #subproject {

        height: 400px !important;

    }




    .boxcard h2 {
        font-size: 18px;
    }



    .boxcard p {

        font-size: 12px;
    }

    .sep-items,
    .fea-items {
        width: calc(100% / 4);
        padding: 10px;
    }


}


@media(max-width: 420px) {



    #subproject {

        height: 360px !important;

    }


    #message_choose h2 {

        font-size: 14px;

    }



    .leader h1 {
        font-size: 28px;
    }







}




@media(max-width: 360px) {



    #subproject {

        height: 320px !important;

    }




    .boxcard h2 {
        font-size: 16px;
    }



    .boxcard p {

        font-size: 10px;
    }

    .boxcard a {
        font-size: 13px;
    }




}



@media(max-width: 310px) {




    .col2 {
        min-width: 266px;
    }
}