@import url('https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100..900;1,100..900&family=Exo:ital,wght@0,100..900;1,100..900&family=Grey+Qo&family=Gupter:wght@400;500;700&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Platypi:ital,wght@0,300..800;1,300..800&family=Playwrite+BE+VLG:wght@100..400&family=Roboto+Slab:wght@100..900&family=Teko:wght@300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anek+Devanagari:wght@100..800&family=Exo+2:ital,wght@0,100..900;1,100..900&family=Exo:ital,wght@0,100..900;1,100..900&family=Grey+Qo&family=Gupter:wght@400;500;700&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Platypi:ital,wght@0,300..800;1,300..800&family=Playwrite+BE+VLG:wght@100..400&family=Roboto+Slab:wght@100..900&family=Teko:wght@300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.container_fluid{
max-width: 1140px;
margin: 0 auto;
padding: 0px 15px;
}
body{
    overflow-x: hidden;
}
.heading{
    max-width: 750px;
    margin: 0 auto;
    text-align: center;
    padding: 60px 0px 20px;
}
.heading h6{
    font-family: "Exo 2", sans-serif;
    font-size: 36px;
    font-weight: 700;
    color: #883563;
}
.heading p{
font-family: "Exo 2", sans-serif;
font-weight: 500;
font-style: normal;
font-size: 16px;
padding-top: 10px;
color: #c5c0c0;
}
/* ============sub_nav=============== */
.sub-nav-sec{
    background-color: #f9d3e8;
    padding: 15px 0;
}
.nav-search{
    border-bottom: 1px solid #141414;
    position: relative;
}
.search_icon{
    position: absolute;
    right: 0;
    bottom: 0;
}
.subnav-form input{
    border: none;
    background-color: transparent;
}
.subnav-form input::placeholder{
    font-size: 14px;
    font-family: "Roboto Slab", serif;
}
.sub-right-item a{
display: inline-block;
text-decoration: none;
font-size: 14px;
color: #000;
border-right: 1px solid #000;
padding-right:12px;
font-family: "Roboto Slab", serif;
font-weight: 400;
transition: 0.5s;
}
.sub-right-item a:hover{
    color:#c4438a; 
}
.sub-right-item i{
font-size: 16px;
padding:0px 8px;
transition: 0.5s;
}
.sub-right-item i:hover{
color:#c4438a; 
}
/* ===========nav_part============== */
.nav-part{
padding: 2px auto;
background-color: #ffffff;
width: 100%;
}
.nav-logo a{
text-decoration: none;
font-size: 50px;
font-family: "Grey Qo", cursive;
font-weight: bold;
font-style: normal;
color: #c4438a;
text-shadow: 2px 5px 2px  #f9d3e8;
margin-bottom: 8px;
display: inline-block;
transition: 0.9s;
}
.nav-logo a:hover{
    color: #000;

}
.nav-menu ul li{
    list-style-type: none;
    display: inline;
}
.nav-menu a{
display: inline-block;
padding: 0px 16px !important;
font-family: "Roboto Slab", serif;
font-weight: 700;
font-size: 18px;
text-decoration: none;
transition: 0.5s;
color:#000;
}
.nav-menu a:hover{
    color: #c4438a;
}
.nav-icon i{
    font-size: 22px;
    padding:0px 7px;
    transition: 0.5s;
}
.nav-icon i:hover{
    color: #c4438a;  
}
.bar{
    display: none;
    font-size: 30px;
}
/* =================banner_Part========================== */
.carousel-item{
    position: relative;
}
.carousel-item img{
    width: 100%;
}
.banner_text{
position: absolute;
top: 0px;
left: 0px;
bottom: 0px;
max-width: 620px;
background-color: #ffffff;
box-shadow: 2px 20px 60px #790e63;
opacity: 0.4;
}
.banner_position h1{
color:#790e63;
font-size: 60px;
font-family: "Exo 2", sans-serif;
font-weight: 700;
font-style: normal;
}
.banner_position p{
    color: #3b3737;
    font-size: 14px;
    font-weight: normal;   
padding-top: 15px;
margin-bottom: 31px !important;
}
.banner_position{
    padding-top: 80px;
    padding-left: 105px;
    padding-right: 15px;
    padding-bottom: 122px;
    border: 1px solid #883563;
}
.banner_position a{
    text-decoration:none;
    color: #ffffff;
    font-size: 16px;
    font-weight: normal;  
    padding: 10px 18px; 
    background-color: #883563;
    font-family: "Exo 2", sans-serif;
}
/* ==============service_Part===================== */
.service_sec{
padding-bottom: 20px;
}
.heading-left-item h4{
font-weight: 700;
font-size: 32px;
color: #883563;
}
.heading-right-item a{
    text-decoration: none;
    color: #000;
    font-size: 18px;
    font-family: "Roboto Slab", serif;
}
.service_card{
    text-align: center;
}
.service_title{
border-radius: 2px;
}
.service_title h3{
    font-size: 30px;
    color: #c4438a;
    font-weight: bold;
    font-family: "Exo 2", sans-serif;
    padding: 15px 0px 0px;
}
.service_title p{
    font-size: 13px;
    color: #000;
}
.service_title a{
    color: #3b3b3b;
    font-size: 16px;
    font-weight: 600;
    font-family: "Roboto Slab", serif;  
    text-decoration: none;
    margin-bottom: 8px;
    display: inline-block;
    i{
        padding-left:5px;
        color: #883563;
    }
}
.ser_img{
    overflow: hidden;
}
.ser_img img{
    width: 100%;
    min-height: 200px;
    transition: 0.5s;
}
.ser_img img:hover{
    transform: scale(1.2);
}
/* ====================about_part======================= */
.about-img{
overflow: hidden;
}
.about-img img{
    width: 100%;
    transition: 0.5s;
    overflow: hidden;
}
.about-img img:hover{
    transform: scale(1.2);
}
.about_item{
    padding: 50px 0px;
}
.about_text h6{
    color: #4b4949;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: normal;
}
.about_text p{
    font-size: 15px;
  font-family: "Poppins", sans-serif;
  font-weight:normal;
  font-style: normal;
  color: #000;  
}
.about-qna a{
    display: inline-block;
    color: #1b1a1a;
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;   
    text-decoration: none;
margin-bottom: 15px;
}
.about-qna i{
    color: rgb(6, 153, 6);
    font-size: 12px;
    font-weight: bold;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid rgb(6, 153, 6);
  padding: 3px ;
}
.readmore_btn{
    margin: 15px 0px;
}
.readmore_btn a {
text-decoration: none;
margin-top: 15px;
color: #883563;
font-size: 17px;
font-family: "Poppins", sans-serif;
font-weight:600;
font-style: normal;
}
/* ------------------about_part2----------------- */
.about_part2{
    background-color: #f7daea;
    margin: 4% 0px;
}
.about_img-part{
    position: relative;
    display: flex;
  justify-content: space-between;
    flex-wrap: wrap;
}
.about_img1{
    width: 50%;
    position: absolute;
    z-index: 1;
  left: 0;
  top: -40px;
}
.about_img1 img{
 width: 100%; 
 box-shadow: -18px -2px 18px  rgb(243, 243, 106);
 border: 1px solid #883563;
}
.about_img2{
    width: 50%;
    position: absolute;
right: 0;
   top: -25px;
    z-index: 3;
}
.about_img2 img{
 width: 100%; 
 min-height: 200px; 
 box-shadow: -18px -2px 18px  rgb(243, 243, 106);
 border: 1px solid #883563;
}
.about_img3{
    width: 57%;
    position: absolute;
right: 0px;
top: 160px;
z-index: 3;
box-shadow: -18px -2px 18px  rgb(243, 243, 106);
border: 1px solid #883563;
}
.about_img3 img{
 width: 100%; 
 min-height: 100px; 
}
.about_title{
    padding-top: 150px;
    padding-bottom: 30px;
}
.about_title h3{
    font-size: 19px;
    font-weight: 300;
    color: #4b4949;
}
.about_lower-item{
    padding-top: 10px;
}
.about-down span{
    display: block;
    color: #000;
    font-size: 16px;
    font-weight: normal; 
}
.about-down h6{
    font-size: 30px;
font-weight: 500;
}
/* ------------------gallery_sec------------------- */

.gallery_part{
    padding: 30px 60px 20px;
}
.gallery_img img{
  width: 100%;
  min-height: 250px;
  padding: 10px 2px;
}
.gallery_btn{
    text-align: center;
    background-color: #f9d3e8;
    display: inline-block;
}
.gallery_btn a{
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    padding: 8px 12px;
    display: inline-block;
 }
 .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot{
    display: none;
}
 /* ================contact_part=============== */
.contact_sec{
background-image: url('../images/make-up-brushes-copy-space-top-view\ \(1\).jpg');
height: 60vh;
background-position: cover;
background-size: 100% 100%;
}
.cont_heading{
    font-family: "Roboto Slab", serif;
h3{
    color: #ffffff;
    font-size: 22px;
    font-weight: 600;
}
h1{
    color: #ffffff;
    font-size: 35px;
    font-weight: 600; 
}
a{
    background-color: #c4438a;
    display: inline-block;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
}
.btn{
    border-radius: 0px !important;
    margin-top: 15px;
    transition: 0.5s;
    padding: 8px 12px;
}
.btn:hover{
    background-color: #ffffff;
}
}
.contact_item{
padding: 80px 0px;
}
.contact_form input{
    padding: 8px 0px;
    display:block;
   margin-bottom: 30px;
    width: 100%;
}   
.contact_form input::placeholder{
    color: #302e2e;
    font-weight: 500;
    font-family: "Roboto Slab", serif;
    text-indent: 6px;
}
.contact_form a{
    display: inline-block;
    color: #000;
    font-size: 18px;
    font-weight: 600;  
}
.contact_form .btn{
    background-color: #f9d3e8;
    border-radius: 0px !important;
    border: dotted #c4438a;
    transition: 0.5s;
}
.contact_form .btn:hover{
    background-color: white;
    box-shadow: 4px 5px 8px #ffffff;
}

 /* =====================footer========================= */
 .footer-section{
padding: 40px 0;
background-color: #141414;
color: #ffffff;
 }
.footer_heading h3{
padding-bottom: 8px;
font-size: 25px;
font-family: "Roboto Slab", serif;
font-weight: bold;
font-style: normal;
color: #c4438a;
}
.footer_link p{
font-family: "Anek Devanagari", sans-serif;
font-size: 18px;
font-weight: 400;
padding-bottom: 1px;
}
.footer_link i{
color: #883563;
font-size: 24px;
transition: 0.5s;
}
.footer_link i:hover{
color: #ffffff;
}
.footer_icon{
display: flex;
gap: 20px;
}
.f-icon i{
 font-size: 22px;  
 transition: 0.5s;
}
.f-icon i:hover{
    color: #c4438a;
}
.f_title h6{
  font-size: 18px;  
}
.f_form{
    position: relative;
}
.f_mail input{
    width: 100%;
    border: 4px solid #ffffff !important;
}
.f-side-icon{
    position: absolute;
    bottom: 2px;
    right: 2px;
}
.f-side-icon i{
    color: #ffffff;
    width: 30px;
    height: 30px;
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}
.f-side-icon i:hover{
    color: #c4438a;
}
.contact_Link{
margin-top: 20px;
    display: flex;
    gap: 10px;
}
.contact_Link i{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 22px;
    background-color: #ffffff;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
}
.contact_Link i:hover{
    color: #c4438a;
}
.f-logo a{
    text-decoration: none;
    font-size: 38px;
    font-family: "Grey Qo", cursive;
    font-weight: bold;
    font-style: normal;
    color: #c4438a;   
}
.f_title h6{
    font-size: 22px;
    padding-bottom: 2px;
}
/* ===================sub_footer========================= */
.sub-footer{
    background-color: #141414;
    padding: 20px 0;
    border-top: 1px solid #f9d3e8;
}
.s-footer-left {
    display: flex;
}
.s-footer-left p{
 color: #ffffff;
 font-size: 15px;
 padding-right: 16px;
}
.s-footer-right p{
color: #ffffff;
font-size: 15px;
}





/* =======================1250px==================== */
@media screen and (max-width:1250px){
.banner_text{
max-width: 600px;
background-color:transparent !important;
box-shadow: 0px 0px 0px;
}
.banner_position{
 padding-top: 40px;
 padding-left: 20px;
 padding-right: 0px;
 padding-bottom: 0px;
  border: none;
}   
.carousel-item img{
min-height: 200px;
}
.heading{
    padding: 20px 0px 0px;
}
.heading p{
color: #000;
}
.about_text h6{
    color: #000;
  font-weight: 400;
}
.about_text p{
    color: #000;
  font-weight: 500;
}
.owl-carousel .owl-item img {
    min-height: 380px;
 }
  .contact_sec{
    height: 100%;
  }
.gallery_part{
    padding: 0px 0px 0px;
}
}
/* =======================992px==================== */
@media screen and (max-width:992px){
.bar{
display: block;
}
.nav-ele{
position: relative;
}
.nav-menu{
display: none;
position: absolute;
top: 52px;
right: -15px;
left: -15px;
background-color: #f9d3e8;
z-index: 1;
}
.nav-menu a{
display: block !important;
}
.show{
display: block !important;
}  
.nav-icon{
display: none;
}
.about_img-part{
   margin-top: 20%;
}
.about-title-part{
margin-top: 50%;
}
.about_title{
    padding-top: 0px;
}
.btn {
    margin-bottom: 4% !important;
}
}
/* =======================768px========================== */
@media screen and (max-width:768px){
  .sub-nav-sec{
      padding: 10px 0;
  }
  .subnav-form input::placeholder{
      font-size: 12px;
  }
  .sub-right-item a{
  font-size: 12px;
  padding-right:4px;
  }
  .sub-right-item i{
  font-size: 14px;
  padding:0px 2px;
  }
  .heading h6{
      font-size: 28px;     
  }  
  .heading p{
      font-size: 12px;
padding-top: 5px;
}
.about_item{
    padding: 0px 0px;
} 
.readmore_btn{
    margin: 10px 0px 10px;
}       
.service_title h3{
    font-size: 22px;
}     
.gallery_part {
    padding: 0px 15px 20px;
}
.cont_heading{
  text-align: center;
h3{
    font-size: 22px;
}
h1{
    font-size: 35px;
}
a{
    font-size: 18px;
}}
.contact_item{
padding: 30px 0px;
}
.contact_form input{
    padding: 8px 0px;
    display:block;
   margin-bottom: 8px;
    width: 100%;
}
.banner_position h1{
    font-size: 24px;
}
.banner_position p{
font-size: 14px;
padding-top: 5px;
margin-bottom: 15px !important;
}
.banner_position a{
    font-size: 12px;
    padding: 8px 10px; 
}

.nav-logo a{
    font-size: 30px;  
}
.about_title{
    padding-top: 150px;
}
}

/* =======================575px========================== */
@media screen and (max-width:575px){
    .sub-nav-sec{
        padding: 6px 0;
    }
    .sub-nav-item{
        display: flex;
        flex-direction: column;
        row-gap: 3px;
    }
    .sub-right-item a{
        border-right: 0px;
    }
.sub-item{
   display: flex;
   flex-direction: column;
}
.footer_icon {
    gap: 10px;
}
.footer4{
    text-align: center;
}
.contact_Link{
display: flex;
justify-content: center;
align-items: center;
}
.sub-footer{
    padding: 10px 0;
}
.s-footer-left p {
    font-size: 14px;
    padding-right: 12px;
    margin-bottom: 0px !important;
}
.s-footer-right p{
    margin-bottom: 0px !important;
}
.footer-section{
    padding: 20px 0;
}
.btn{
    margin-bottom: 15px;
}
.service_sec {
    padding-bottom: 0px;
}
.banner_position{
    padding-top: 30px;
}
.owl-carousel .owl-item img {
   min-height: 380px;
}
}