*{
    margin: 0;
    font-family: arial;
    border: border-box;
}
.navbar{  
    height: 200px;
    width: 100%;
    background-color: white;
    color: white;
    display: flex;
}
.num{
    height: 200px;
    width: 70%;
    padding-top:75px ;
    background-color: white;
    display: inline-flex;
    justify-content: center;
    justify-content: space-evenly;
    text-align: right;


}
.contact{
    height: 20px;
    width: 40px;
}

.nev-logo {
    height: 200px;
    width: 30%;
    background-image: url("./Images/nevlogo.jpeg");
    background-size: cover;
    display: flex;

}
.menu{
    width: 100%;
    height: 60px;
    background-color: #940a4f;
    display: flex;
    position: sticky;
    top: 0px;
    z-index: 1;

}
.content-menu{
   width: 85%;
   height: 60px;
  display: flex;
  justify-content: center;
  justify-content: space-evenly;
  padding: 15px;


}
.menu-nev:hover{
    background-color: #e2ccd7;
}
.menu-nev{
    text-decoration: none;
    color: white;
    font-size: 20px;
}
.content{
    text-decoration: none;
    color: rgba(37, 35, 35, 0.87);
    font-size: 20px;    
    
}
.a2{
    text-decoration: none;
    color: rgb(255, 250, 250);
}
.icon{
    width: 15%;
    height: 60px;
    font-size: 32px;
    padding-top:13px;
    color: #940a4f;
    display: flex;
    justify-content: space-evenly;

}
.c-item{
height: 480px;
filter: brightness(0.6);
}
.c-img{
 height: 100%;
 width: 100%;
 object-fit: cover
 
}
h1{
    color: aliceblue;
}
.get-discount{
    background-color: #940a4f;
    height: 150px;
    width: 100%;
    justify-content: center;
    padding-top:80px ;
    display: flex;
}
.card-img-top{ 
    border-radius: 30px;
}

.card-body{
    text-align: center;
}
.card-img-top:hover{
    transform: translate(-30px,-40px) scale(1.1);
   
} 


/**address**/

.place{
    height: 450px;
    width: 80%;
    background-color: rgba(255, 255, 255, 0.438);
    display: flex;
    display: inline-flex;
    justify-content: center;
    margin-left: 10%;
    margin-top: 100px;


}
.address-content{
    height: 400px;
    width: 34%;
    justify-items: center;
    border-right: 3px,solid,black;
}
.address-maile{
    height: 400px;
    width: 34%;
    justify-items:center ;
    text-align: center;
    

}
.address-phone{
    height: 400px;
    width: 33%;
    justify-items: center;
    
}
.icon-address{
    height: 100px;
    width: 100px;
    background-color: #1d1f1d;
   /** position: absolute;
    top: 1530px;
    margin-left: 125px;**/
    border-radius: 50px;
    display: flex;
    justify-content: center;
    text-align: center;
    font-size: 50px;
    

}
.icon-address:hover{
    background-color: rgb(172, 36, 104);
    

}
    

.c-phone {
    display: flex;
    justify-content: center;    
    align-items: center;
    color: #fffbfcf8;

}
.address-icon{
    display: flex;
    justify-content: center;    
    align-items: center;
    color: #faf6f8f1;


}
/**reveiws section
#submition {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 35px;
    visibility: hidden;
    z-index: 1;

}
.content-menu i:hover a{
    background-color: #940a4f;
}
li:hover ul#submition{
    opacity: 1;
    top: 80px;
    visibility: visible;


}**/
/**.content-menu ul,  .content-menu{
    margin: 0;
    padding: 0;
}
.content-menu a{
    background-color: #0a945f;
    color: #e2ccd7;
    display: block;
    font-weight: bold;
    font-size: 13px;
    font-family: 'poppins',sans-serif;
    padding: 15px 55px;
    text-align: center;
    text-decoration: none;
    transition: all;
    transition:all 0.25s ease;
}
.content-menu:hover a{
    background-color: #1d1f1d;
}
#submition {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 35px;
    visibility: hidden;
    z-index: 1;

}
li:hover ul#submition{
    opacity: 1;
    top: 80px;
    visibility: visible;


}
slider**/
.decoration-ideas{
    height: 1800px;
    width: 100%;
    background-color: rgb(249, 252, 252);
    display: flex;
    display: inline-flex;
    padding-top: 100px;
}
.decoration-tital{
    height: 1000px;
    width: 70%;
    background-color: #bfc0c0;
    padding-top: 100px;
    

}
.wrapper{
    display: flex;
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
}
.wrapper img{
    width: 70%;
    height: 300px;
    border: 2px solid;
    border-radius: 13px;
    box-shadow: 4px 7px 7px 0px #ccc2c242;
    cursor: pointer;
    margin: 10px;
    transition: 400ms;

}
.wrapper img:hover{
    filter:grayscale(1)
    

}
    


.card-decoration{
    width: 80%;
    height: 300px;
    display: flex;
    justify-content: center;
    padding-left: 50px;
    
}

.categories{
    height: 1400px;
    width: 32%;
    background-color: rgb(160, 167, 164);
    padding-top: 100px;
    padding-left: 40px;
    
}
.categories a{
    text-decoration: none;
    color: #474947;
}
.categories a:hover{
    background-color: #e2ccd7;
}





.wrapper-potfolio{
    display: flex;
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
}
.wrapper-potfolio img{
    width: 400px;
    height: 300px;
    border: 2px solid;
    border-radius: 13px;
    box-shadow: 4px 7px 7px 0px #ccc2c242;
    cursor: pointer;
    margin: 10px;
    transition: 400ms;

}
.more-pic{
    text-align: center;
    
}
.potfolio-tital{
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}
.c-abuteus{
    width: 100%;
    height: 1000px;
    display: flex;
    display: inline-flex;
    
    
    
}



.t-aboutus{
    width: 55%;
    height: 1000px;
    background-color: antiquewhite;
    margin-top: 70px;
    padding-left: 70px;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    
}
.carousel-iffect{
    width: 50%;
    height: 450px;
    margin-top: 70px;
    background-size: cover;
    text-align: center;

}
.d-imge  {
    height: 620px;
    width: 90%;
    text-align: center;
    border: 3px solid rgb(136, 99, 69);
    margin-left: 35px;
    background-size: cover;


}




/**footer**/
.footer-contenar{
    width: 100%;
    height: 310px;
    margin-bottom: 0px;
    background-color: #be789b;
    border: 3px solid black;
    display: flex;
    display: inline-flex;
    justify-content: center;
    justify-content: space-evenly;
    text-align: center;
}
.footer a{
    text-decoration: none;
    color: #474947;
}
.footer a:hover{
    background-color: rgb(240, 220, 176);
}
.bottem-bar p{
    text-align: center;
    border: 3px solid black;
    width: 100%;
    height: 40px;
    margin-bottom: 0px;
}
.i-icon{
    font-size: 1.7rem;
}
.i-icon:hover{
    background-color: #dbc5d0;
}