body{
    margin:0px;
    padding:0px;
    font-family: Arial, Helvetica, sans-serif ;
    background:rgb(247, 244, 244);
}
#decorater {
    min-height: 100vh;
    background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7));
    background-size: cover;
    background-position: center;
    padding: 20px;
}
#decorater .event_main{
    width: 100% ;
    /* display: flex;
    flex-direction: column; */
    text-align: center ;
}
#decorater .event_main img{
    height:150px ;
    width:300px ;
}
#decorater .event_main {
    color:rgb(213, 88, 109) ;
    line-height: 1.5em ;
    line-height: 2em ;
    font-family: Comic Sans MS ;
}
.event_main {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}
.event_main #decorater-title{
    border-radius: 10px ;
    border:2px solid black ;
    box-shadow: 10px 10px 5px 0 rgba(0, 0, 0, 0.5);  

    font-family: Comic Sans MS ;
    display: flex ;
    justify-content: center ;
    text-align: center ;
    width:fit-content ;
    padding:0 40px ;
    margin: 0 auto ;
}
#decorater-title {
    text-align: center;
    margin: 40px 0;
}
#decorater-title p {
    font-size: 2.5rem;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}
#about {
    background: rgba(255,255,255,0.95);
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 8px 16px rgba(0,0,0,0.1);
    margin-top: 30px;
}
#about h3{
    font-size:30px ;
    margin-top:-10px ;
}
#horizontal-line{
    margin:30px ;
    border:2px solid black ;
    border-radius: 40% ;
    border-color: #e9a4b0 ;
}


.outer
{
    display:flex ;
    flex-wrap: wrap ;
    justify-content: space-evenly ;
    margin-bottom:50px ;
    /* align-items: center; */
    
}
.outer .container
{
    /* height:380px; */
    width:350px ;
    background: white; ;
    /* border:4px solid transparent; */
    /* box-shadow: 5px rgb(213, 208, 208); */
    border-radius:12px ;
    box-shadow:5px 5px 5px  rgb(217, 212, 212) ;
    /* margin-left:20px; */
    /* margin:40px auto; */
    /* margin-right: 40px auto; */

}
.container img
{
    height:200px ;
    width:335px ;
    margin-left:-2px ;
    padding:10px ;
    border-radius:20px ;
    
}

.decorater-content
{
    display:flex ;
    justify-content: space-between ;
}
.location{
    display: flex ;
    flex-direction: column ;
}

.decorater-content .location h3
{
    margin-top:-3px ;
    padding-left:10px ;
}
.decorater-content .location p
{
    margin-top:-10px ;
    /* padding-left:12px ; */
    display: flex;
    justify-content: left;
    margin-left: 10px;
    
}
.decorater-content .location .star
{
    color:orange ;
    margin-top:-10px ;
    padding-left:12px ;
    font-size: 13px ;
    
}
.outer .container{
    border: 2px solid black ;
    border-radius: 10px  ;
    margin:auto ;
    margin-bottom: 16px ;
}
.decorater-content .price .rate
{
    margin-top:-4px;
    padding-left:10px;
    font-weight: 700;
    padding-right:15px;
    text-align:end;
}
.decorater-content .price .type
{
    padding-left:20px;
    font-size: 11px;
    margin-right:5px;
    /* color:rgb(78, 78, 33); */
    text-align: center;
    /* margin-top:-10px; */
    font-weight:bold;
}
.decorater-contact 
{
    margin-top: 18px;
    display: flex;
    padding-bottom: 1em;
    /* margin-top: 2.5em; */
}
.decorater-contact .enquiry ,.view-contact
{
    height:36px;
    width:155px;
    margin-right: 10px;
    margin-left: 12px;
    border-radius:5px;
    cursor:pointer;
}

@media(max-width:670px){
    #decorater-title {
        width:fit-content;
        padding:0px 20px;
        
        
    }
}