

.scrollTop {


    margin: 20px;
    border-radius: 50%;
    position: fixed;
    bottom: -4px;
    right: -70px;
    width: 50px;
    height: 50px;
    transition: 0.3s;
    z-index: 1;
    box-shadow: 0px 0px 5px 0px #0000005f;

}


#bt {

    cursor: pointer;
    border: none;
    background-color: #919eab;
    color: white;
    border-radius: 20px;
    width: 50px;
    height: 50px;
    font-size: 15px;

}

.scrollTop.show {

    right: 0px;
}

#preload{

    background: #00000094 url(../img/comp/Spinner-1s-136px.svg) no-repeat center center;
    background-size: 20% 150px;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 500;
    
}


#first_line_inpage {

    width: 85%;
    display: flex;
    align-items: center;
    gap: 5%;
    justify-content: center;
    margin: 0px auto;
    padding: 60px 0;
    max-width: 1300px;

}

#first_line_inpage_im{

    display: flex;
    justify-content: center;
}

#first_line_inpage_im img{

    max-width: 250px;
    max-height: 250px;
}


#first_line_inpage_te {
    text-align: center;
}


#first_line_inpage_te p {
    color: #4b4949;
    text-align: justify;
    text-align-last: center;

}


#name_project{

    font-family: 'Cairo';
    color: #414141;
    text-align: justify;
    border-right: 4px solid #8d8e8e;
    padding-right: 10px;
    margin-bottom: 10px;
}

.earth{

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

}

.earth .sub_earth{


    display: flex;
    width: 100%;
    justify-content: space-evenly;
    text-align: center;
    

}

.cont_info{

    width: 100%;
    display: flex;
    justify-content: space-evenly;
    background: #9e9e9e5e;
    border-radius: 0.5em;

}

.sub_earth .cont_info{

    margin-left: 20px;

}

.earth .sub_earth .info_earth{

    padding:15px;

}

.earth .sub_earth .info_earth h1{

    border-right: none;
    color: #3c3c3c;
    font-size: 20px;

}

.earth .sub_earth .info_earth h2{
    
    color: #A5967C;
    font-size: 25px;
    direction: ltr;
}


.earth .sub_earth .info_earth h2 i{
    
    font-size: 16px;
}


.info_project_impo .advantages, .info_project_impo .guarantees{


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


}

.advantages h1,.guarantees h1,.links-project h1{

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

.icons_div{

    display: flex;
    width: 100%;
    justify-content: space-evenly;
    text-align: center;
    flex-wrap: wrap;

}


.list_floor{

    width: 95%;
    margin: 0 auto;
    max-width: 1300px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px 0px;

}


.floor{

    width: calc(100%/4);
    height: 400px;
    max-width: 325px;
    background: #fff;
    margin: 15px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 0.5em;
    overflow: hidden;
    box-shadow: 0px 0px 9px 2px rgba(0,0,0,0.2);
    transition: 0.2s ease-in-out;

}

.floor:hover{

    transform: scale(1.03);
}

.floor_num{

    width: 100%;
    height: 20%;
    background: #9E9E9E;
    color: white;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.floor_info{
    width: 80%;
    height: 80%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-around;
}


.floor_info ul{
    list-style-type: circle;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-evenly;
    color: #3c3c3c;
}

.icons-adv{

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



.icons-gua{

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

.icons_div img{

    width: 40px;
}

.icons_div h2{

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

.links-project{

    width: 80%;
    height: 500px;
    text-align: center;
    background: #4b4949d6;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    justify-items: center;
    flex-direction: row-reverse;
    align-items: center;
    max-width: 1300px;
    margin: 60px auto;
    overflow: hidden;
    border-radius: 0.5em;
    

}

.links-project .links1{

    display: flex;
    width: 20%;
    justify-content: space-evenly;
    height: 100%;
    align-items: center;
    color: white;
    margin: 0 auto;
    flex-direction: column;
}

.links-project .links2{

    width: 70%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;

}


.links1 .link_div{


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


.links1 .link_div a{

    width: 35px;
    display: flex;
    height: 35px;
    align-items: center;
    justify-content: center;
}

.link_div h2{
    margin-bottom: 15px;
}

.link_div a svg{

    width: 12px;
    color: #4b4949;
}

.link_div a div{

    width: 95%;
    display: flex;
    justify-content: center;
    height: 95%;
    align-items: center;
}


#map{

    display: flex;
    justify-content: center;
    padding: 60px 0;

}

#map iframe{

    border: 0;
    width: 100%;
}


#pictures {

    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    direction: ltr;
    height: 100%;

}


.wrapper {
    display: flex;
    height: 100%;
    max-width: 1200px;
    position: relative;
    width: 100%;
}

.wrapper i {
    top: 50%;
    height: 44px;
    width: 44px;
    color: #343F4F;
    cursor: pointer;
    font-size: 1.15rem;
    position: absolute;
    text-align: center;
    line-height: 44px;
    background: #4b494975;
    border-radius: 0.5em;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: 0.15s ease-in;
}

.wrapper i:active {
    transform: translateY(-50%) scale(0.9);
}

.wrapper i:hover {
    background: #7a7a7a;
}

.wrapper i:first-child {
    left: 12px;
    display: none;


}

.wrapper i:last-child {
    right: 12px;
}

.wrapper .carousel {
    font-size: 0px;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    scroll-behavior: smooth;
}

.carousel.dragging {
    cursor: grab;
    scroll-behavior: auto;
}

.carousel.dragging img {
    pointer-events: none;
}

.carousel img {
    user-select: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-right: 14px;
}

.carousel img:first-child {
    margin-left: 0px;
}

.carousel img:last-child {
    margin-right: 0px;
}



@media (max-width:1080px){

    .floor_info {
        width: 65%;
        font-size: 13px;
    }

}

@media(max-width:970px) {


    #first_line_inpage {

        gap: 10%;
        flex-direction: column;

    }
    
    
    #first_line_inpage img {
     width: 100%; 
     height: 100%; 
    }

    #back_of_img {

        width: 120px;
        height: 320px;

    }

    #first_line_inpage_im{
        padding: 0 0 40px 0;
        width: 100%;
        max-width: 400px;
    }
    

    #name_project {
        font-size: 23px;
    }

    #des_project {
        font-size: 15px;
        
    }


    .back {
        height: 300px;
        background-size: 1500px;

    }

    .back h1 {
        font-size: 23px;
    }

    .back a {
        width: 120px;
        height: 40px;
        font-size: 14px;
    }

    .earth .sub_earth .info_earth {
        padding: 15px;
        width: calc(100%/3);
    
    }

    .earth .sub_earth .info_earth h1 {

        font-size: 18px;
    }

    .icons-adv {
        width: calc(100%/4);
    }





}


@media (max-width: 510px){

    .earth .sub_earth .info_earth h1 {
        font-size: 15px;
    }

    .links-project{

        width: 95%;
    
    }

    .wrapper i {
        height: 35px;
        width: 35px;
        
    }


}



@media(max-width:672px) {


    .contin {

        padding-top: 160px;

    }

    

    #back_of_img {

        width: 90px;
        height: 265px;

    }

   

    #des_project {
        font-size: 13px;
    }

    .links-project{

        height: unset;
        flex-direction: column-reverse;
    }

    .links-project .links1{

        flex-direction: row;
        width: 60%;
        justify-content: space-between;
        height: 150px;
    }

    .links-project .links2{

       width: 100%;
    }

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

    .floor {
        width: 100%;
       
    }
    .list_floor {
       
        flex-wrap: wrap;
    }

    .floor_info {
        width: 80%;
        font-size: unset;
    }




}

@media (max-width:770px){

    .earth .sub_earth {

        flex-wrap: wrap;
        gap: 20px;
        
    }

    .sub_earth .cont_info{

        margin-left: 0;
    
    }
}



@media(max-width:630px) {


    .contin {

        height: 1500px;

    }

    #first_line_inpage_im {
        margin-right: 0px;
    }



    #back_of_img {

        width: 90px;
        height: 265px;

    }


  




}