*{
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}
body{
    overflow-x: hidden;
    
}
.header{
    width: 100%;
    height: 70px;   
   

}
.header .logo{
    width: 10%;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header .logo img{
    width: 100%;
    height: 100%;
}
.home{
    width: 100%;
    height: 100vh;
    background-image: url(img/images/hgghh-min.jpg);
    background-size: 100% 100%;
    
}
.content{
    width: 400px;
    height: 500px;
    border: 6px solid white;
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    float: right;
    margin-right: 140px;
    margin-top: 40px;
    padding: 30px;
}
.content h1{
    font-size: 52px;
    color: white;
}
.content p{
    font-size: 20px;
    color: white;
    margin-top: 20px;
}
.content button{
    padding: 15px 35px;
    border: none;
    margin-top: 20px;
    border: 2px solid white;
    border-radius: 20px;
    background: none;
    color: white;
}
.content a{
    text-decoration: none;
    font-size: 22px;
    color: white;
    margin-top: 10px;
}
.design{
    width: 100%;
    height: 200px;
    background-color: #E5E5E5;
    float: left;
    

}
.design h1{
    margin-top: 60px;
    font-size: 80px;
}
.gallery{
    width: 100% ;
    height: 100vh;
    float: left;
    display: flex;
    justify-content: space-evenly   ;
    align-items: center;
    background-color: #E5E5E5;
    

}
.gallery .gallery1 {
    width: 250px;
    height:350px ;
    background-color: #ffffff;
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: column;
    padding: 20px;
    border-radius: 10px;

    
}
.gallery .gallery1 .profile{
    width: 80px;
    height:120px;
    background-color:#C1B688 ;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    float: left;
}
.gallery .gallery1 .profile i{
    font-size: 25px;
    color: white;
}
.gallery .gallery1 h1{
    margin-top: 30px;
    font-size: 25px;
}
.gallery .gallery1 p{
    margin-top: 10px;
    font-size: 20px;
}
.decorating{
    width: 100%;
    height: 1350px;
    background-color: #E5E5E5;
    float: left;
    
}
.decorating .idea{
    width: 50%;
    height: 400px;
    background-color: white;
    margin-left: 25%;
    padding: 40px;
    z-index: 999;
    position: absolute;
    float: left;
    

}
.decorating .idea h1{
    font-size: 52px;
}
.decorating .idea a{
    text-decoration: none;
    font-size: 20px;
    margin-top: 10px;
}
.decorating .idea p{
    font-size: 20px;
    margin-top: 10px;
}
.decorating .idea button{
    padding: 15px 40px;
    background-color: #C1B688;
    border-radius: 20px;
    border: none;
    color: white;
    margin-top: 20px;
   
}
.decorating .colave1{
    width: 27%;
    height: 400px;
    background-image: url(img/images/table.jpg);
    background-size: 100% 100%;
    margin-top: 200px;
    margin-left: 150px;
    
}
.decorating .colave2{
    width: 45%;
    height: 400px;
    background-image: url(img/images/vbvbvbvbb.jpg);
    background-size: 100% 100%;
    float: right;
    margin-top:-280px;
    margin-right: 150px;
    position: relative;
    
}
.decorating .colave3{
    width: 33%;
    height: 430px;
    background-image: url(img/images/-min1.jpg);
    background-size: 100% 100%;
    margin-left: 300px;
    margin-top: 50px;
    z-index: 22;
    position: relative;
}
.decorating .colave4{
    width: 45%;
    height: 400px;
    background-image: url(img/images/vvvvvvvvvvvvv-min.jpg);
    background-size: 100% 100%;
    float: right;
    margin-top: -200px;
    margin-right: 150px;
}
.decorating .colave5{
    width: 30%;
    height: 250px;
    border-left: 8px solid #C1B688;
    margin-left: 100px;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.decorating .colave5 p{
    font-size: 20px;
}
.real{
    width: 100%;
    height: 850px;
    float: left;
  


}
.real .shap{
    width: 200px;
    height: 200px;
    background-color: #C1B688;
    float: right;
    margin-right: 200px;
    border-radius: 50%;
    margin-top: 50px;
}
.real .shap1{
    width: 40%;
    height: 600px;
    background-image: url(img/images/-min1.jpg);
    background-size: 100% 100%;
    margin-left: 180px;
    margin-top: 50px;
    position: absolute;
}
.real .shap2{
    width: 30%;
    height: 450px;
    position: relative;
    background-color: white;
    float: right;
    margin-top: 150px;
    margin-right: -100px;
    padding: 25px;
    display: flex;
    justify-content: center;
    align-items: start ;
    flex-direction: column;

}

.real .shap2 button{
    padding: 15px 35px;
    margin-top: 20px;
    border: none   ;
    border-radius: 20px;
}
.real .shap3{
    width: 45%;
    height: 320px;
    background-color: #C1B688;
    float: right;
    margin-top: 400px;
    margin-right: -35%;
    position: relative;
    z-index: -22;
}
.clints{
    width: 100%;
    height: 450px;
    background-color: #E5E5E5;
    float: left;
}
.clint{
    width: 100%;
    height: 480px;
    background-color: #E5E5E5;
    float: left;
}
.clints h1{
    font-size: 52px;
    margin-top: 50px;
}
.clints p{
    font-size: 20px;
}
.projects{
    width: 100%;
    height: 300px;
    background-color: #C1B688;
   float: left;
   position: relative;
   display: flex;
   justify-content: space-around;
   align-items: center;





}
.project1{
    width: 350px;
    height: 500px;
    background-color: white;
    float: left;
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: column;
    text-align: center;
    padding: 30px;
    border-radius: 10px;

}
.project1 img{
    width: 100%;
    height: 200px;

}
.project1 h1{
    margin-top: 10px;
}
.project1 p{
    margin-top: 20px;
}
.project1 button{
    margin-top: 30px;
    border: none;
    border-bottom: 2px solid black;
    background-color: transparent;
}
.projects .pro1{
    margin-top: -150px;
}
.projects .pro2{
    margin-top: 150px;
}
.projects .pro3{
    margin-top: 450px;
}
article{
    width: 40%;
    height: 1400px;
    float: left ;
    display: flex;
    justify-content: start;
    align-items: flex-start;
    flex-direction: column;
    margin-left: 10%;
    margin-top: 30px;
}
article .image{
    width: 100%;
    height: 550px;
    background-image: url(img/images/gggg.jpg);
    background-size: 100% 100%;
}
aside{
    width: 40%;
    height: 1400px;
    float: right;
    margin-top: 30px;
    margin-right: 8%;
 
}
aside .dotts{
    width: 70%;
    height: 450px;
    background-image: url(img/images/texture-min.png);
    float: right;
}
aside .circle{
    width: 450px;
    height: 450px;
    background-color: red;
    border-radius:50% ;
    position: relative;
    margin-top: 50px;
    background-image: url(img/images/g.jpg);
    background-size: 100% 100%;
}
aside p{
    margin-top: 100px;

}
aside button{
    padding: 12px 35px;
    margin-top: 10px;
    border: 2px solid gray;
    background-color: white;
    transition:     all 0.3s;
}
aside button:hover{
    background-color: gray;
    color:  white   ;
}
.unique{
    width: 100%;
    height: 650px;
    background-color: #E5E5E5;
    float: left ;
  
}
.unique .color-box{
    width: 450px;
    height: 750px;
    background-color: #C1B688;
    float: right;
    margin-right: 100px;
    margin-top: -500px;
}
.unique .image-box{
    width: 60%;
    height: 600px;
    position: relative;
    margin-left: 380px;
    margin-top: -420px;
    background-image: url(img/images/dddd.jpg);
    background-size: 100% 100%;
}
.unique .content-box{
    width: 35%;
    height: 500px;
    background-color:white;
    float: left;
    margin-left: 100px;
    position: relative;
    margin-top: -300px;
    padding: 40px;
}
.unique .content-box h1{
    font-size:42px;
}
.unique .content-box p{
    font-size: 23px;
    margin-top: 20px;
}
.unique .content-box a{
    margin-top: 20px;

}
.unique .content-box button {
    padding: 15px 35px;
    margin-top: 30px;
    border-radius: 20px;
    background-color: #C1B688;
    border: none;
    color: white;
}
.menu{
    width:  100%;
    height: 100vh;
    background-image: url(img/images/ghghg-min.jpg);
    float: left;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.menu .menu-box{
    width: 80%;
    height: 400px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 550px;
}
.menu .menu-box .menu-box1{
    width: 250px;
    height: 300px;
    background-color: white;
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: column;
    text-align: center;
      position: relative;
}
.menu .menu-box .menu-box1 .icon{
    width: 100px;
    height: 100px;
    background-color: gray;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    color: white;
    font-size: 52px;
}
.menu .menu-box .menu-box1 h1{
    font-size: 58px;
    margin-top: 10px;
    font-weight: 700;
}
.menu .menu-box .menu-box1 h2{
    font-size: 23px;
    margin-top: 10px;
}
.contact{
    width: 100%;
    height: 550px;
    background-color: #E5E5E5;
    float: left;

}
.contact .contact-bg{
    width:650px;
    height: 550px;
    background-image: url(img/images/aa49e5bbcb321c65e1d4ba4d4afa599b.png);
    float: right;
    margin-right: 130px;
    margin-top: 300px;
    position: relative;
}
.contact .contact-img{
    width:750px;
    height: 500px;
    background-color: red;
    background-image: url(img/images/min2.jpg);
    background-size: 100% 100%;
    float: right;
    margin-right: -700px;
    margin-top: 300px;
    position: relative;
}
.contact .contact-content{
    width: 650px;
    height: 550px;
    background-color: white;
    float: left ;
   margin-top: -400px;
    position: relative;
    margin-left: 100px;
    box-shadow: 0px 0px 50px;
    display: flex;
    justify-content: start ;
    align-items: center;
    flex-direction: column;

}
.contact .contact-content h1{
    font-size: 52px;
    margin-top: 50px;
}
.contact .contact-content input{
    width: 80%;
    height: 40px;
    margin-top: 40px;
    outline: none;
    border: none;
    border-radius: 20px;
    border-bottom: 2px solid black;
    padding: 20px;
}
.contact .contact-content button{
    padding: 15px 120px;
    margin-top: 50px;
    border-radius: 20px;
    border: none;
    background-color: #C1B688;
    color: white;
    transition: all 0.3s;
}
.contact .contact-content button:hover{
    background-color: black;

}
.footer-top{
    width: 100%;
    height: 750px;
    background-color: white;
    float: left;
}
.contact .info{
    width: 75%;
    height: 200px;
    background-color: #C1B688;
    float: left;
    margin-top: -40px;
    position: relative;
    margin-left: 260px;
    display: flex;
    justify-content: space-between;
}
.contact .info .infos{
    width: 250px;
    height: 100%;
    float: left;
    color: white;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    padding: 30px;
}
.footer{
    width: 100%;
    height: 200px;
    background-color: #303841;
    float: left;
}
.footer h1{
    font-size: 18px;
    color: white;
    margin-top: 50px;
    font-weight: 100;
}
.footer a{
    color: white;
    margin-top: 300px;
}

.footer h3{
    margin-top: 30px;
    color: #C1B688;
    font-size: 25px;
}
.footer h3 a{
    margin-top: 30px;
    color: rgb(255, 255, 255);
}
@media screen and (max-width: 780px)
{
    .header{
        height: 70px;   
    }
    .home{
        width: 100%;
        
    }
    .content{
        width: 300px;
        height: 400px;
        border: 6px solid white;
        margin-right: 30px;
        
    }
    .content h1{
        font-size: 32px;
        color: white;
    }
    .content p{
        font-size: 18px;
        color: white;
        margin-top: 8px;
    }
    .content button{
        padding: 10px 25px;

    }
    .content a{
        text-decoration: none;
        font-size: 18px;
        
    }
    .design h1{
        font-size: 45px;
    }
    .gallery{
        width: 100%;
        height: 1600px;
        display: flex;
        flex-direction: column;
        
    }
    .decorating{
        height: 2250px;
    }
    
    .decorating .idea{
        width: 80%;
        height: 600px;
        margin-left: 10%;

       }
       .decorating .idea h1{
        font-size: 36px;
       }
       .decorating .colave1{
        width: 80%;
        height: 400px;
        margin-top: 500px;
        margin-left: 0px;
        
        
    }
       .decorating .colave2{
        width: 80%;
        height: 400px;
        margin-top: -40px;
        margin-right: 0px;
        
        
    }
       .decorating .colave3{
        width: 80%;
        height: 400px;
       margin-left: 0px;
       margin-top: 320px;
        
        
    }
       .decorating .colave4{
        width: 80%;
        height: 400px;
      margin-left: 70px;
       margin-top: -50px;
       z-index: 22;
       position: absolute;
        
        
    }
       .decorating .colave5{
        width: 90%;
        height: 180px;
       z-index: 22;
       position: absolute;
       margin-top: 400px;
       margin-left: 10px;
        
        
    }
    
    .decorating .colave5 p{
        font-size: 16px;
    }
    .real{
        height: 690px;
    }
    .real .shap{
        width: 150px;
        height: 150px;
        margin-right: 50px;
    }
    .real .shap1{
        width: 55%;
        height: 600px;
        margin-left: 0px;
        margin-top: 50px;
        position: absolute;
       
    }
    .real .shap2{
        width: 60%;
        height: 450px;
       
    }
    .real .shap3{
        width: 60%;
         height: 420px;
        background-color: #C1B688;
        float: right;
        margin-top: -300px;
        margin-right: 10%;
        
       
    }
    .projects{
        width: 100%;
    }
    .projects .project1{
        width: 100px;
        height: 250px;
        padding: 5px;
        border-radius: 10px;
    
    }
    .projects .project1 img{
        height: 60px;
    }
    .projects .pro1{
        margin-top: -60px;
    
    }
    .projects .pro2{
        margin-top: 120px;
    
    }
    .projects .pro3{
        margin-top: 320px;
    
    }
    .projects .project1 h1{
        font-size: 18px;
    }
    .projects .project1 p{
        margin-top: 0px;
        font-size: 10px;
    }
    .projects .project1 button{
        margin-top: 5px;
    }
    .clint{
        height: 350px;
    }
    .clint h2{
        margin-top: -130px;
    }
    article{
        width: 46%;
        height: 600px;
        margin-left: 1%;

    }
    article .image{
        height: 300px;

    }
    article h1{
        font-size: 20px;

    }
    article p{
        font-size: 14px;

    }
    aside{
        width: 42%;
        height: 1150px;
    }
    aside .dotts{
        height: 200px;
        width: 90%;
    
    }
    aside .circle{
        width: 160px;
        height: 160px;
    
    }
    aside p{
        font-size: 14px;
        margin-top: 10px;
    }
    aside button{
        padding: 12px;
    }
    .unique{
        width: 100%;
        height: 800px;
        background-color: #E5E5E5;
        float: left ;
        margin-top: -200px;
    }
    
    .unique .color-box{
        width: 250px;
        height: 550px;
        margin-right: 10px;
        margin-top: -300px;
    }
    .unique .image-box{
        width: 80%;
        height: 450px;
        margin-left: 20px;
        margin-top: -240px;
       
    }
    .unique .content-box{
        width: 70%;
        height: 420px;
        margin-left: 0px;
        margin-top: -180px;
        padding: 20px;
       
    }
    .unique .content-box h1{
        font-size: 22px;
       
    }
    .unique .content-box p{
        font-size: 18px;
       
    }
    .menu{
        width:  100%;
        height: 250px;
     
    }
    .menu .menu-bx {
        width:  100%;
        height: 150px;
     
    }
    .menu .menu-box {
        width:  100%;
        height: 150px;
        margin-top: 250px;
     
    }
    
    .menu .menu-box .menu-box1 {
        width:  90px;
        height: 150px;
     
    }
    .menu .menu-box .menu-box1 .icon {
        width:  40px;
        height: 40px;
        margin-top: 5px;
        font-size: 16px;
    }
    .menu .menu-box .menu-box1 h1 {
       font-size: 20px;
       margin-top: 10px;
    }
    .menu .menu-box .menu-box1 h2 {
       font-size: 16px;
       margin-top: 0px;
    }
    .contact {
      height: 300px;
    }
    .contact .contact-bg{
        width:250px;
        height: 250px;
        margin-right: 80px;
        margin-top: 150px;
 
    }
    .contact .contact-img{
        width: 320px;
        height: 250px;
        margin-right: 50px;
        margin-top: -260px;
     
    }
   
        .contact .contact-content{
            width: 90%;
            height: 550px;
           margin-top: 60px;
            margin-left: 20px;
        
        }
        .contact .contact-content h1{
           font-size: 23px;
        
        }
        
        .contact .info{
            width: 80%;
            height: 120px;
            margin-top: -40px;
            margin-left: 60px;
        }
    
        .contact .info .infos{
            width: 100px;
            height: 100px;
            padding: 10px;
            margin-top: 20px;
           
        }
        .contact .info .infos h1{
            font-size: 16px;
            margin-top: 10px;
        }
        .contact .info .infos p{
            font-size: 10px;
        }
        .footer-top{
            height: 850px;
           
        }



}
