.navbar{
    display: flex;
    width: 100%;
    justify-content: center;
    z-index: 10;
    position: fixed;
    align-items: center;
     margin: 0;
    background-color: #ffffffb0;
    padding:  20px 10% ;
  
}

.nav-div{
    width: 100%;
    display: flex;
    align-items: center;
 }
:root{
    --general: #283337;
    --paragraf: #676e78;
    --green: #4b676f;
    --primary: #283337;
    --light-bg: #fafafa;
    --dark-green: #384f58;
    --white: white;
}


.nav-div ul{
    display: flex;
    justify-content: space-around;
    list-style: none;
    margin-right: auto;
    width: 40%;
}

.nav-div img{
    width: 200px;
}

.nav-list a{
    color:var(--general) ;
    text-decoration: none;
    font-weight: 700;


}

.nav-list li{
    font-weight: 700;
}

.remodeling-list{
    display: flex;
    flex-direction: column;
     overflow: hidden;
    width: 20% ;
    position: absolute;
    display: none;
  }

.remodeling-list li {

    padding: 10px;
}


.top-button{
float: right;}

h1{
    font-size: 60px;
    font-weight: 600;
    line-height: 1em;
}

footer{
    background-color: var(--general);
    display: flex;
    color: #fff;
}


.footer-social a{
    border: 1px solid #fff;
    border-radius: 48px;
    padding: 2px 14px;
    transition: background-color .3s, color .3s;
    color: #fff;
    text-transform: initial;

}
footer img{
    width: 200px;

}

footer.padding{
    flex-direction: column;
}
.footer-content{
    width: 100%;
}

footer ul{
    list-style: none;

}

footer ul a{
    color: #fff;
    font-size: 18px;
    font-weight: 200;
    letter-spacing: 1px;
    transition: all .3s;
}

footer ul li{
    padding: 10px;
}

.text-end{
    text-align: center;
}

.remodeling-list{
    height: 1px;
    width: 20%;
}

.nav-div ul{
    
}

.remodeling-list.show{
    height: auto;
    background-color: #ffffffb0;
    transition: 1s ease;
}


.remodeling-open{
    background-color: transparent;
        border: none;
        font-size: 20px;
        transition: 1s ease;
        color: var(--general);
     
}

 

@media only screen and (max-width: 900px) {

    h1{
        font-size: 40px;
     }
    ..nav-list{
        /* display: none; */
    }


     
    .footer-content{
        flex-direction: column;
        padding: 10px;
    }

    .remodeling-list{
        height: auto;
        position: static;
        list-style: none;
        margin-left: 0;
        height: 1px;
        
    }
    .navbar img{
        width: 150px !important;
        z-index: 3;
    }
    
    .button-nav{
        display: block;
        margin-left: auto;
        font-size: 20px;
        background-color: var(--general);
        color: #fff;
        padding: 5px 10px;
        border: none;
        z-index: 3;
        margin-right: 20%;
     }

    .nav-list {
        padding-top: 20%;
     }

    .nav-div{
        z-index: 3;
        position: static;
         
     }

    .nav-div.fixed{
        position: fixed;
        margin-top: 40px;
        padding-bottom: 20px;
   }



.nav-list li a{
    color: var(--general);
}
.nav-list li{
    padding: 10px 0;
}
.nav-list{
    position: absolute;
   background-color: #fff;
   top: -20px;
      z-index: 2;
     left: 0;
      list-style: none;
     flex-direction: column;
     width: 100% !important;
     padding-bottom: 50vh;
     margin-left: -150%;
     transition: 1s ease;
 }

.nav-list.active{
    position: fixed !important;
    display: flex;
    flex-direction: column !important;
    position: fixed;
    width: 100%;
    margin-left: 0;
    padding-bottom: 70vh;

}

.remodeling-open{
    background-color: transparent;
    border: none;
    font-size: 20px;
    transition: 1s ease;
    color: var(--general);

}
 
.navbar{
    padding: 20px 20px;
}

.remodeling-list{
    transition: 1s ease;
}

.remodeling-list.show{
    height: auto;
}
}

.remodeling-open{
    transition: 3s ease;
}


.remodeling-open.none i {
    rotate: 180deg;
}


@media only screen and (min-width: 1000px) {

.remodeling-list{
    width: 20% !important;
}

}