*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  
}

:root{
    --widthmy:100%;

}

body{
    font-family: 'Playfair Display', serif !important;
   
}
 {
    color: #7c2148 !important;
}

@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;
  padding-bottom:40px;  
  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;
}

@media screen and (min-width: 1200px) {
    .work2 .row{
        width: 86%;
        margin-left: 7%;
    } 
}

.footer{
    background-color:#7c21488f;
    padding: 30px;
}

.footer{
    /* color: aliceblue !important; */
}

.footer h6{
    text-align: left !important;
    border-left: 3px solid white;
    padding-left: 20px;
    margin-bottom: 30px;
    font-size: 20px;
}

.footer i{
    margin-right: 10px;
    color: white;
}

.footer hr{
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
}