*{
    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%;
 object-fit: cover
 
}
h1{
    color: aliceblue;
}
.get-discount{
    background-color: #940a4f;
    height: 150px;
    width: 100%;
    justify-content: center;
    padding-top:80px ;
    display: flex;
}
.foote{
    height: 100px;
    width: 100%;
    display: flex;
    background-color: rgb(241, 232, 232);
}
/**content service items**/
.heading{
    color:black;
    text-align: center;
    margin-top: 40px;
}
h5{
    text-align: center;
}
.service-list{
    height: 400px;
    width: 300px;
}
.decoration-wedding{
    height: 350px;
    width: 300px;
    background-color: #faf5f8;
    
}
.decoration-stage{
    height: 350px;
    width: 300px;
    background-color: #f5edf1;
}
.decoration-car{
    height: 350px;
    width: 300px;
    background-color: #e2ccd7;
}
.bouquet{
    height: 350px;
    width: 300px;
    background-color: #e9dce3;
    background-image: url(/vecteezy_a-wedding-ceremony-with-flowers-and-a-stage-ai-generated_30272121.jpg);
}
 
.service-list{
    width: 100%;
    display: inline-flex;
    text-align  : center;
    justify-content: center; 
    justify-content: space-evenly;   
}

article{
    font-size: 30px;

}
a{
    text-align: center;
    width: 200px;
}

.more-pic{
    text-align: center;
    
}
/**for addrass **/
.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;


}


/**service styling **/
.card-img-top{
    border-radius: 20px;

}
.container{
    height: 500px;
    width: 350px
    
}

/**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;
}