*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  
}

:root{
    --widthmy:100%;

}
.banner-area{
  background: rgb(255,255,255);
background: linear-gradient(90deg, rgba(255,255,255,1) 41%, rgba(124,33,72,1) 89%);
}


body{
    font-family: 'Quicksand', sans-serif;
    padding: 0;
    margin: 0;
        overflow-x:hidden;
   
}

h1, h2, h3,h4,h5,h6{
    color: #7c2148 !important;
    font-family: 'Quicksand', sans-serif;
   

}

h2{
     font-weight:700;
} 

h5{
    font-weight:600;
}

p{
    font-weight:400;
}
@media screen and (min-width : 1200px) {
    .navbar  ul li{
        margin-left: 20px;
      
    }

    
}
.navbar ul li a{
    color: #7c2148 !important;
}

.navbar{
    padding: 10px;
}

.banner-area img{
    height: 700px;
}
.banner-area{
/* position: relative; */
}

.banner-overlay{

    margin-top:200px;
    left:30px;
    letter-spacing: 4px;
    font-size: 45px;
}

@media screen and (max-width: 600px) {
    
.banner-overlay{

    margin-top:100px;
    margin-bottom: 100px;
}
}
.banner-overlay h2{
    font-size: 50px;
    line-height: 70px;
    color: #7c2148 !important;
    font-weight: 700;

}



/* .carousel-item .carousel-caption{
    top: 50%;
    left: 30px;
    transform: translatey(-50%);
    margin-left: 0px;
    text-align: left;
} */


/*.services h2{
    font-size: 40px;

}

.services .row{
    width: 80%;
    margin-left: 10%;
}

.services .card img{
    height: 300px;
}

.card{
    position: relative;
    height: 500px;
}

.service-img-overlay{
    position: absolute;
    top: 250px;
    background-color: rgba(203, 82, 82, 0.445);
    /* background-color: red; */
 /*   height: 250px;
    width: 100%;
    z-index: 2;
    color: white;*/
}




/*Types of Makeup Services*/
.makeup_service .card-title h5{
 color:#333;

}

.makeup_service h2{
  padding-top:20px;
   
  font-size:40px;

}

.makeup_service img{
    height:300px;
    background-size: cover;
    background-position: center;
}

.makeup_service .card{
    border-style:none;
    border-radius:0px;
}
.makeup_service .card .card-title a{
 background-color:#7c2148;
text-decoration:none   ;
border-radius:0px;
 
}

.makeup_service .card .btn{
 background-color:#7c2148;
 border-radius:0px;
 color:#fff;
}



.service-img-overlay .line{
    height: 2px;
    width: 120px;
    margin-left: calc(50% - 60px);
    background-color: white;
    /* margin-bottom: 10px; */
}
.service-img-overlay p{
    padding: 5px 15px;
    font-weight: 500;
    /* letter-spacing: 0.px; */
   
}

.service-img-overlay h3,h4, h6{
    color: #333 !important;
    text-align: center;
    font-weight: 600;
    letter-spacing: 1.2px;
}

.appoint-main{
    background: url('image/appoint-banner.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 100px;
    margin-bottom: 100px;
    position: relative;
    overflow: hidden;
}
.top1{
position: relative;
top:0;
z-index: 1;
width: 0px;
height: 0;
margin-left: calc(50% - 700px);
border-left: 700px solid transparent;
border-right: 700px solid transparent;
border-top: 35px solid white;
/* margin-top:10px; */
}

.appoint-main::after{
    content: "";
    position: absolute;
    bottom :0;
    z-index: 1;
    width: 0px;
    height: 0;

    margin-left: calc(50% - 700px);
    border-left: 700px solid transparent;
    border-right: 700px solid transparent;
    border-bottom: 25px solid white;
    /* margin-top:10px; */
    }

.appoint-inner{
    /* background-color: #c00f5cd7; */
    background-color: #e8254fd9;
    width: 100%;
    height: 400px;
}

.appoint-inner h2{
    font-size: 65px;
    text-align: center;
    color: white !important;
    margin-top: 10%;
    /* transform: translateY(-50%); */
}

.appoint-inner p{
    color: white !important;
    font-weight: 500;

}

.appoint-inner button{
    padding: 10px;
    background: transparent;
    Color: white !important;
    font-size: 17px;
    letter-spacing: 1px;
    border: white solid 2px;
    font-weight: 600;
    width: 150px;
    margin-top: 20px;
}

.appoint-content{
    display: flex;
    flex-direction: column;
    /* text-align: center; */
    justify-content: center;
    align-items: center;
    padding: 50px;
    /* border: 2px solid white; */
    width: 100%;
    height: 100%;
}

/*.work h2{
    font-size: 40px;
}*/

/*.work img{

    height: 300px;
    width: 100%;

}*/

 .work .card{
    width: 340px;
    
    padding: 20px;
    text-align: center;
    border: 3px solid gray;
    box-shadow: 3px 3px 10px gray;
    border-radius: 15px;
    margin-bottom: 30px;


}
.work .card p{
    font-size: 16px;
    font-weight: 300 !important;
    letter-spacing: 0.9px;
}

.work .card h6{
    color:#7c2148 !important;
    font-size: 20px;
    font-weight: 600;
}*/

/*.work2{
    padding-top: 80px;
}
*/

.footer .recent-posts {
margin: 0;
    padding: 0;
    list-style: none;
}

.footer .recent-posts li{
font-size: 16px;
    color: #FFF;
    border-bottom: #ed94a3 solid 1px;
    line-height: 35px;
    text-decoration: none;

}

.footer .recent-posts li a:hover{
    color:#333 ;
}
.footer .recent-posts li a{
text-decoration: none;
color:#fff;
    }


.recent-posts>li:before {
    content: "";
    font-family: FontAwesome;
    font-size: 14px;
    margin-right: 10px;
 
}


.footer .nav{

}

.footer .custom_pagination{
    float: right;
}

.pagination{
    display: inline-block;
        padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination li{
    display: inline-block;
}
.pagination li a
{
background-color: #f7f3ef;
    border: medium none;
    color: #6b6b6b;
    font-size: 15px;
    margin: 0 2px;
    padding: 5px 18px;
    text-decoration: none;
}

.pagination li a:hover{
    background:#a82d67;
    color:#fff;
}


.cophywrite a{
text-decoration: none;
color: #fff;
 line-height:40px;
}

@media screen and (min-width: 1200px) {
 /*   .work2 .row{
        width: 86%;
        margin-left: 7%;
    }*/ 
}

.footer-mid{
    background: url(image/footer-curve.png) top center repeat-x;
    position: relative;
    top: -7px;


}

.footer-midbg {
    width: 100%;
    background: #7c2148;
    position: relative;
    top: 7px;
    padding: 50px 0;

}


.footer-midbg img{
 
margin-left:-15px;
}

.footer-midbg h6{
    color:#333;
}
.footer .row{
    
    /* color: aliceblue !important; */
}

.footer h6{
    text-align: left !important;
    color:#fff !important;
   
    margin-bottom: 30px;
    



    border-bottom: #ed94a3 solid 1px;
 
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 14px;
}

.footer p{
    color:#fff;
}

.footer i{
    margin-right: 10px;
    color: white;
}

.footer hr{
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
}

