@import url('https://fonts.googleapis.com/css2?family=Gideon+Roman&family=Livvic:ital,wght@0,200;0,300;1,100;1,200;1,300&family=Poppins:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400;1,500;1,600&display=swap');
 /**/
*{
	margin: 0;
	padding: 0;
	scroll-behavior: smooth;
}
html{
	overflow-x: hidden;
	scroll-behavior: smooth;
}
body{
	scroll-behavior: smooth;
	box-sizing: border-box;
	overflow-x: hidden;
	font-family: 'DM Serif Display', serif;
	font-family: 'Poppins', sans-serif;
	font-family: 'Roboto', sans-serif;

}
h1{
	font-size: 50px;
	font-weight: 500;
	font-family: 'DM Serif Display', serif;
}
h2{
	font-size: 40px;
	font-weight: 500;
/*	font-family: 'DM Serif Display', serif;*/
/*	font-family: 'Gideon Roman', cursive;*/
}
h1,h2, h4, h3, h5{font-family: 'Gideon Roman', cursive;}
p{
	font-size: 15px;
	color: #000000;
/*	font-family: 'Poppins', sans-serif;*/
	font-family: 'Livvic', sans-serif;
	font-weight: normal;
}
a {
    color: #423129;
    text-decoration: none;
    background-color: transparent;
    font-family: 'Livvic', sans-serif;
}
a:hover{
	text-decoration: none;
	color: #BC566C;
}
.no-gap{
	margin: 0px;
	padding: 0px;
}
.button a{
	color: #fff;
	background-color: #bd576c;
	border: 1px solid #fff;
	border-radius: 6px;
	padding: 10px 20px;
/*	font-family: 'Poppins', sans-serif;*/
	font-size: 15px;
}
#header {
    margin-bottom: 110px;
}
.section-top{padding: 100px 0px}

.desktop-header{
	position:fixed;
  width: 100%;
  z-index: 99999!important;
}
.desktop-header.sticky {
   text-align: center;
  font-size: 24px;
/*  line-height: 48px;*/
  background: #f6e8e6;
  padding-left: 20px;
}
.desktop-header.sticky .brand-logo img{
	height: 80px;
	width: auto;
}
/*page title*/
.page-name h2{
	color: #574949;
/*	text-transform: uppercase;*/
}
/*home Page Css Start*/
.brand-logo img{
	height: 112px;
	width: auto;
}
.desktop-header{
	position:fixed;
/*  	overflow:hidden;*/
  	display:flex;
  	flex-wrap: wrap;
  	justify-content: center;
  	align-items: flex-start;
  	align-content: flex-start;
  	z-index: 9999;
}
.nav-menu li{
	list-style: none;
    display: inline;
    padding: 10px 15px;
    /* font-family: roboto; */
    font-size: 15px;
    font-weight: 400;
    font-family: Regular, sans-serif;
    color: #000;
}
.nav-item a{
	color: #000;
	font-weight: 600;
    letter-spacing: 1px;
}
/*dropdown*/
.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown span{
	font-family: 'Livvic', sans-serif;
	    font-weight: 600;
    letter-spacing: 1px;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f6e8e6;
  min-width: 165px;
  box-sh/adow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	/*  padding: 12px 16px;*/
/*padding-bottom: 10px 10px 10px 10px;*/
  z-index: 1;
}

.dropdown:hover .dropdown-content {
  display: block;
}
.dropdown-nav{
	padding: 10px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	border-radius: 7px;
}
.dropdown-nav li{
	display: table;
	padding: 5px 0px;
}
.dropdown-nav .child-nav:hover {
	color: #BC566C!important;
}
.nav-menu li:hover{
	color: #BC566C!important;
	transition: 0.5;
}
.nav-item a:hover{
	color: #BC566C;
	transition: 0.5;
}
.dropdown span{
	cursor: pointer;
}
/**/
.hover-underline-animation {
  display: inline-block;
  position: relative;
/*  background-color: #cd7f8e!important;*/
  padding-top: 5px;
}

.hover-underline-animation::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #cd7f8e!important;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.hover-underline-animation:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
/*banner*/
#banner{
	margin-top: -130px;
}
/*.owl-theme .owl-dots, .owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    margin-top: -27px;
    z-index: 99;
    position: relative;
}
.owl-theme .owl-dots .owl-dot span {
    width: 30px;
    height: 4px;
    margin: 5px 5px;
    background: #d3bdc1;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
}
.owl-theme .owl-dots .owl-dot.active span{
	background:#bd596d;
	}*/
/*welcome section css*/
.right-image, .left-image{
	position: relative;
	}
.right-image img{
	position: absolute;
    margin-top: -117px;
    margin-left: -124px;
    z-index: 9;
}
.left-image img{
	position: absolute;
    margin-top: 105px;
}
.welcome-img{
	display: flex;
/*	padding-top: 30px;*/
}
.welcome-img img{
	margin-right: 120px;
	height: 80px;
	width: auto;
}
.for-desktop img{
	height: 65px;
}
/*welcome css end*/
/*about Section css start*/
#about{
	background: #646E6F;
}
.spacer{
	height: 65px;
}
.about-image{
	position: relative;
}
.about-image img{
	margin-bottom: -120px;
}
/*about section css end*/
/*seasonal css start*/
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}
.tab-spring{
/*	background: url(../../images/spring-h.jpg);*/
	background: #F5C9C8!important;
	/*background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;*/
}
.tab-summer{
/*	background: url(../../images/summer-h.jpg);*/
	background: #E5FBFF!important;
	/*background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;*/
}
.tab-title-summer, .summer-title{
	color: #6D9EC2;
/*	font-weight: bold;*/
	letter-spacing: 2px;
}
.tab-autumn{
/*	background: url(../../images/autumn-h.jpg);*/
	background:#D9D2CC!important;
	/*background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;*/
}
.fall-title{
	color: #C46F2A;
/*	font-weight: bold;*/
	letter-spacing: 2px;
}
.tab-winter{
/*	background: url(../../images/christmas.jpg);*/
	/*background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;*/
	background-color: #F2F2F2!important;
	color: #B30D0D!important;
}
.spring-1{
	background: url(../../images/spring-bg1.jpg)!important;
	background-size: cover!important;
	background-repeat: no-repeat!important;
	background-position: center center;
}
.summer-1{
	background: url(../../images/Summer-bg1.jpg)!important;
	background-size: cover!important;
	background-repeat: no-repeat!important;
	background-position: center center;
}
.autumn-1{
	background: url(../../images/fall-bg.jpg)!important;
	background-size: cover!important;
	background-repeat: no-repeat!important;
	background-position: center center;
}
.winter-1{
	background: url(../../images/christmas-bg1.jpg)!important;
	background-size: cover!important;
	background-repeat: no-repeat!important;
	background-position: center center;
}
.christmas-title{
	color: #B30D0D!important;
}
/* Style the buttons that are used to open the tab content */
/* Style tab links */
.tablink {
  background-color: #555;
  color: white;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  font-size: 17px;
  width: 25%;
}
.tablink{
	padding: 20px;
}
.thired-image img{

    padding-top: 23px;
}
.tablink h3{
	font-size: 30px;
	padding-top: 10px;
/*	text-transform: uppercase;*/
}

/* Style the tab content (and add height:100% for full page content) */
.tabcontent {
  color: white;
  display: none;
  padding: 50px 0px;
  height: 100%;
}

/*#spring, .tab-spring {background: linear-gradient(0deg, #FFA903 0%, #1DA5D0 100%);}*/
/*#summer, .tab-summer{background: linear-gradient(0deg, #FE2406 0%, #FE9106 100%);}*/
/*#autumn, .tab-autumn{background: linear-gradient(0deg, #FF8F28 0%, #C97EAB 100%);}*/
/*#winter, .tab-winter {background: linear-gradient(0deg, #0377D4 0%, #03C8D4 100%);}*/

.divider{
	height: 2px;
	width: 100%;
	background-color: #fff;
}
.tab-title h3{
	font-size: 40px;
/*	font-family: 'DM Serif Display', serif;*/
}
.tab-inner a{
	color: #fff;
	text-decoration: underline;
/*	font-family: 'Roboto', snas-serif;*/
	letter-spacing: 1px;
	font-weight: 400;
	font-size: 14px;
}

.view-btn a{
	color: #fff;
}
.view-btn span{
	padding-left: 7px;
}
/*Seasonal css End*/
/*stripe section css star*/
#stripe{
	background-color: #efddd7;
}
.border-type{
	border-left: 5px solid #fff;
	border-right: 5px solid #fff;
	padding: 0px 10px;
}
.stripe-icon h4{
	font-size: 20px;
    padding-top: 10px;
}
/*Fix section css start*/
#fixed-section{
	background-image: url('../../images/banner/Paralla.jpg');
	background-size: cover;
	background-repeat: no-repeat;
/*	height: 70vh;*/
	background-position: center center;
	background-attachment: fixed;
}
#fixed-section .spacer{
	height: 160px;
}
.content-box p{
	padding: 0px 239px;
}
#fixed-section h2{
	font-size: 35px;
}

/*.content-box{
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}*/



.mobile-menu{
	display: none;
}
/*blog css start*/
#b-banner{
	background-image: url('../../images/banner/blog-banner.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	height: 250px;
}
#blog-bg{
	background-image: url('../../images/banner/blog.jpg');
	height: 100vh;
	background-size: cover;
	background-repeat: no-repeat;
}
.blog-title p{
	padding: 10px 0px 40px 0px;
}
.bloglist {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.post-content {
    position: relative;
    overflow: hidden;
}
#blog .view-btn a{
	color: #fff;
	background-color: #bd576c;
	border: 1px solid #fff;
	border-radius: 6px;
	padding: 10px 20px;
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
}
#blog .view-btn a:hover{
	background: transparent;
	border: 1px solid #bd576c;
	color: #bd576c;
	transition: .5s;
}
.post-text {
    padding: 10px;
}
.p-date{
	font-size: 14px;
}
.p-date span{
	padding-right: 10px;
	color: #bd576c;
}
.p-tagline{
	color: #fff;
		background-color: #bd576c;
		padding: 3px 12px;
		font-size: 15px;
		font-family: 'Poppins', sans-serif;
		position: absolute;
		top: 5%;
		left: 5%;
		border-radius: 5px;
}
.post-text h5{
	color: ;
}
.post-text a{
	color: #bd576c;
	font-size: 14px;
}
/*.post-text a:hover{
	color: #fff;
	transition: 0.5s;
	background-color: #bd576c;
	padding: 5px 15px;
	border-radius: 7px;
}*/
.post-text a span{
	padding-left: 10px;
}
/*Footer section css start*/

#footer{
	background: #f6e8e6;
}
.footer-logo img{
	height: 110px;
	width: auto;
	border: 1px solid #bd576c;
	padding: 15px 20px;
	border-radius: 50%;
}
#footer .footer-box .divider-2{
	height: 1px;
	width: 15%;
	background: #bd576c;
	margin-top: 7px;
}
.footer-details{
	padding: 20px 0px;
	font-size: 15px;
/*	font-family: 'Poppins', sans-serif;*/
}
.list{
	padding-top: 20px;
}
.list ul li{
	list-style: none;
	padding-bottom: 5px;
	font-family: 'Livvic', sans-serif;
	font-size: 15px;
}
.offer-text{
	padding-top: 20px;
	padding-bottom: 10px;
/*	font-family: 'Poppins', sans-serif;*/
}
.newsletter .form-control{
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #7777;
	height: 40px;
}
.newsletter ::placeholder{
		font-size: 13px;
		color: #000;
		font-family: 'Livvic', sans-serif;
}
.newsletter .view-btn{
	background: #bd576c;
	border: none;
	color: #fff;
	padding: 7px 25px;
	margin-top: 10px;
	text-transform: uppercase;
	font-size: 14px;
}
#copyright{
	background: #bd576c;
}
.social-media ul {
	list-style: none;
	display: flex;
	float: right;
}
.social-media ul li{
	padding: 0px 10px;
}
.product-page{
	padding: 50px 0px;
}
/*******************************product details page css start************************************************/
.gallery {
  display: flex;
  margin: 10px auto;
  max-width: 600px;
  position: relative;
  padding-top: 66.6666666667%;
}
.gallery__img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
 width: 500px;
  height: auto;
}
/*.gallery__item{
	margin-top:140px;
}*/
.gallery__thumb {
  padding-top: 6px;
  margin: 0px 6px;
  display: block;
}
.gallery__thumb img{
	height: 60px;
	width: 60px;
}
.gallery__selector {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.gallery__selector:checked + .gallery__img {
  opacity: 1;
}
.gallery__selector:checked ~ .gallery__thumb > img {
  box-shadow: 0 0 0 2px #c79e8f;
}
.product-title h3{
	color: #574949;
/*	font-size: 25px;*/
	letter-spacing: 1px;
}
#spring .divider{
	height: 1px;
	width: 100%;
	background: #fff;
}

/*.product-box{
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	border-radius: 5px;
}*/
.product-box:hover{
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	border-radius: 5px;
}
.product-img {
    position: relative;
    margin: auto;
    overflow: hidden;
}
.product-img img {
    max-width: 100%;
    transition: all 0.3s;
    display: block;
    width: 100%;
    height: auto;
    transform: scale(1);
}
.product-img:hover img {
    transform: scale(1.1);
}

.product-box .product-name p{
	font-size: 16px;
	color: #000000;
	padding: 10px 0px;
/*	font-family: 'Poppins', sans-serif;*/
/*	font-family: 'Roboto', sans-serif;*/
}
.product-description{
	padding-top: 10px;
	width: 100%;
}
.product-description-1{
	width: 100%;
}
.product-description .d{
	margin-top: -4px;
/*	font-weight: bold;*/
}
.product-description ul li{
	list-style: none;
	line-height: 35px;
}
.product-description ul li span{
	color: #bb556a;
}
.product-description h5{
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 500;
	color: #000;
}
.product-icon img{
	height: 65px;
	width: auto;
	padding-right: 25px;
}
.enq-btn{
	margin-top: 50px;
}
.enq-btn a{
	font-size: 14px;
	color: #fff;
	background-color: #bb556a;
	padding: 15px 40px;
	border-radius: 5px;
	letter-spacing: 1px;
	font-family: 'Roboto', sans-serif;
}

/********************************************About Us Page design start*********************************************************/
#about-us{
	background-image: url(../../images/banner/about-banner.jpg);
	height: 250px;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}
.banner-title h2{
	position: absolute;
	top: 36%;
	left: 50%;
	transform: translate(-50%, 50%);
	color: #000!important;
}
.about-sec{
	padding: 0px!important;
	margin: 0px!important;
}
.image-box img {
    border-radius: 0px 0px 200px 0px;
}
.image-box-2 img{
	 border-radius: 0px 0px 0px 200px;
}
.text-section{
	padding-right: 30px;
	padding-left: 50px;
}
.text-section p{
	line-height: 1.5;
}
#about-2{
	background-color: #f6e8e6;
}
.Happiness-box, .Happiness-box-2, .Happiness-box-3, .Happiness-box-4{
/*	height: 250px;*/
	width: auto;
	background-color: #fff;
/*	padding: 20px;*/
	position: relative;
	padding: 50px 15px;
}
.Happiness-box{
	border-radius: 60px 0px 60px 0px;
}
.Happiness-box-2{
	border-radius: 0px 60px 0px 60px;
	margin-top: 40px;
}
.Happiness-box-3{
	border-radius: 60px 0px 60px 0px;
}
.Happiness-box-4{
	border-radius: 0px 60px 0px 60px;
	margin-top: 40px;
}
/*.inner-box{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}*/
.icon img{
	background-color: #ffc0cb69;
	border-radius: 50%;
	padding: 20px;
}
/**************************************************Contact Page css start******************************************************/
#home-contact{
	background-image: url(../../images/contact-bg2.jpg);
	background-repeat: no-repeat;
	background-position: right;
	background-position-y: 243px;
}
.divider-3{
	height: 2px;
  width: 6%;
  background-color: darkred;
  position: absolute;
  left: 47%;
}
.info-box{
	background-color: #F4F0EC;
	border-radius: 50px;
	padding: 70px 20px;
	width: 330px;
}
.info-box .information li{
	list-style: none;
	padding: 20px;
}
.info-box ul li span img{
	height: 18px;
	width: 18px;
}

.info-box ul li span{
	background-color: #fff;
	padding: 10px;
	border-radius: 50%;
	height: 40px;
	width: 40px;
	margin-right: 15px;
}
.social-icon li{
	list-style: none;
	display: inline;
	padding: 0px 10px;
}

.home-form .form-control {
  	border: none;
  	border-bottom: 1px solid #000;
  	padding-left: 0;
  	padding-right: 0;
  	border-radius: 0;
  	color: #000; 
  	padding-bottom: 15px;
  	background: transparent;
}
.home-form .form-control:active, .form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #000; 
}
.home-form ::placeholder {
  	color: #000;
  	font-family: Regular, sans-serif;
	padding-bottom: 22px;
}
.submit-btn{
	background: #bb556a;
	padding: 13px 18px;
	border-radius: 10px;
	color: #fff;
	border: none;
	font-size: 16px;
	font-family: Regular, sans-serif;
}
.submit-btn span{
	color: #fff;
	padding-left: 15px;
}

/*products page*/
/*.category-title{
	background-image: url('../../images/bowl-filler.png');
}*/
.category-title h3{
/*	  background: linear-gradient(102deg, #FFE4C5 0%, rgba(231, 192, 146, 0.40) 100%);*/
	background-image: url('../../images/bowl-filler.png');
    color: #2E2E2E;
    padding: 17px 17px;
    letter-spacing: 1px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}
.product-box .second-img{
	display: none;
}
.product-box:hover .second-img{
	display: block;
	transition: 0.5s;
}
.product-box:hover .first-img{
	display: none;
	transition: 0.5s;
}
.product-name a{
	color: #333333;
}
.tick {
    display: block;
    position: relative;
    padding-left: 23px;
    cursor: pointer;
    font-size: 0.9rem;
    margin: 0;
    padding-bottom: 10px;
}
.check-box {
    position: absolute;
    top: 1px;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
}
.card-body{
	padding: 10px 0px 10px 50px;
}
.card-header {
     padding: 0px; 
    margin-bottom: 0;
     background-color: transparent; 
     border-bottom: none; 
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
    text-decoration: none;
    color: #000;
    letter-spacing: 0.7px;
    padding-bottom: 25px;
    padding-top: 20px;
   font-family: 'Livvic', sans-serif;
   font-weight: 600;
   font-size: 16px;
}
/*--------------------------------------blog details page css start--------------------------------------*/
.blog-page .col-12{
/*	padding-right: 38px!important;*/
	padding-left: 0px!important;
}
.date-section{
	padding: 10px 0px; 
}
.date{
	background: #f4f4f4;
	padding: 7px;
	color: #bc566b;	
}
.date h5{
	font-size: 24px;
}
.months p{
	background-color: #bc566b;
	color: #fff;
}
.blog-img{
	display: flex;
}
.recent-blog{
/*	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;*/
	margin-bottom: 10px;
	padding: 2px;
	margin-left: 20px;
	margin-right: 0px;
	border-radius: 7px;
}
.recent-date {
	color: #bc566b;
}
.recent-title h5{
	background: #bc566b;
    padding: 10px;
    color: #fff;
    letter-spacing: 1px;
}
.recent-blog p{
	font-size: 12px;
	margin-bottom: 0px;
}
/*owl nave*/
/* Navigation */
.owl-prev, .owl-next {
  position:absolute;
  top:50%;
  padding:5px;
  margin:0;
  z-index:100;
  font-size:3rem;
  cursor:pointer;
  color:#000000; 
}

.owl-prev {
  left:-10px;
  opacity: 0 !important;
}

.owl-next {
  right:-10px;
  opacity: 0 !important;
}

.owl-theme .owl-controls .owl-buttons div{
  color: #555;
  display: inline-block;
  zoom: 1;
  *display: inline;
  font-size: 3rem;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background: transparent;
  filter: Alpha(Opacity=100);
  opacity: 1;
  margin-top:-32px;
}
.owl-theme .owl-nav [class*=owl-]:hover{
	background:transparent!important;
}
#banner .owl-theme:hover .owl-next{
  opacity: 1 !important;
  transition: all ease 0.2s;
}
#banner .owl-theme:hover .owl-prev{
  opacity: 1 !important;
  transition: all ease 0.2s;
}
.owl-theme .owl-nav [class*=owl-] {
    color: #FFF!important;
    font-size: 19px;
    margin: 2px 17px!important;
    padding: 10px 16px!important;
    background: transparent;!important;
    display: inline-block;
    cursor: pointer;
    border-radius: 50%!important;
    /* height: 50px; */
    /* width: 50px; */
    border: 1px solid #fff!important;
}
.sidebar{
	background: rgba(217, 217, 217, 0.10);
	border-radius: 24px;
	padding: 10px;
}
.page-container{
	align-items: start;
}
.card{
	border-radius: 24px!important;
	background: transparent!important;
	border: none!important;
/*	padding: 10px;*/
}

.btn{
	border-bottom: 1px solid #D7D7D7;
	position: relative;
	text-transform: uppercase;
	 font-family: 'Livvic', sans-serif;
}
.card-header .btn span {
	position: absolute;
	right: 10px;
	font-weight: 400;
	color: #aea9a9;
}

/*bredcrumb css start*/
.breadcrumb{
	background: none!important;
	padding: 0px!important;
}
.breadcrumb-item a{
	color: #A7A1A1;
	font-size: 13px;
}
.breadcrumb-item.active {
	color:#463838;
	font-size: 13px;
}

.card-header .active{
	color: #BC566C!important;
}
.breadcrumb-item+.breadcrumb-item{
	padding-left: 0!important;
	
}
.breadcrumb-item+.breadcrumb-item::before{
	padding-right: 0!important;
}



/*candle page css start*/
#candle-banner{
	background-image: url(../../images/banner/Candle-banner.jpg);
	height: 250px;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}
#raw-material{
/*	background-image: url(../../images/banner/Candle-banner.jpg);*/
	height: 250px;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}
#about-2{
	background-image: url(../../images/banner/icon-banner.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
/*fragrance page css*/
#f-banner{
	background-image: url(../../images/banner/Fragrance-Banner.jpg);
	height: 250px;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	color: #fff;
}
#c-banner{
	background-image: url(../../images/banner/Contact-banner.jpg);
	height: 250px;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}
/*.flip-container {
  -webkit-perspective: 1000;
  background: transparent;
}


.flip-container:hover .flipper,
.flip-container.hover .flipper {
  -webkit-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
-moz-transform: rotateY(180deg);
-ms-transform: rotateY(180deg);
transform: rotateY(180deg);
}



.flipper {
  -webkit-transition: 1.5s;
  -webkit-transform-style: preserve-3d;
  position: relative;
}


.front,
.back {
  -webkit-backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}


.front {
  z-index: 2;
}


.back {
  -webkit-transform: rotateY(180deg);
-moz-transform: rotateY(180deg);
-ms-transform: rotateY(180deg);
transform: rotateY(180deg);

  background: rgb(218, 138, 138);
}
.flip-container{
	border: 1px solid #333;
}
*//*fragrance page css End*/

/*popup form css start*/
.popupbg{
	background-image: url(../../images/banner/vaachi-popup.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
 .modal-header button{
            border-radius: 50%;
    height: 35px;
    width: 35px;
    position: relative;
    background: transparent;
    border: 2px solid yellow;
    left: 100%;
    }
    .modal-header span{
        color: yellow;
    }
.modal-body{
	padding: 0px!important;
}

#contact_form1 .form-group .form-control {
    display: block;
    width: 100%;
    height: 30px;
    padding: 5px;
    font-size: 16px
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border-bottom: 1px solid #ced4da!important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border-bottom: 1px solid #ced4da!important;
}
#contact_form1 .form-group .form-control::placeholder{
	font-size: 14px;
	font-family: 'Livvic', sans-serif;
}
.modal-header{
	border-bottom: 0px!important;
}
.modal-header button {
    border-radius: 50%;
    height: 35px;
    width: 35px;
    position: relative;
    background: transparent;
    border: 2px solid yellow;
    left: 100%;
}
.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: transparent!important;
    background-clip: padding-box;
    border: none!important;
    border-radius: 0.3rem;
    outline: 0;
}
.enq-btn-2{
	font-size: 14px;
	color: #fff;
	background-color: #bb556a;
	padding: 7px;
	border-radius: 5px;
	letter-spacing: 1px;
	width: 100%;
	text-align: center;
}
.form-control{
	border: none!important;
}
.contact-form .form-group .form-control{
	border: 1px solid #ced4da!important;
}
.modal-body .close a{
    border-radius: 50%;
    padding: 5px 7px;
    font-size: 16px;
    font-weight: 500;
    color: hotpink;
    background-color: #fff;
    /* margin-top: -10px; */
    position: relative;
    top: -24px;
    left: 5px;
}
.form-title h4{
	font-size: 25px;
}
/*popup form css end*/
.drop-in {
 animation: drop-in 1.5s ease 200ms backwards;
}

.drop-in-2 {
 animation: drop-in 1200ms ease 500ms backwards;
}

@keyframes drop-in {
 from {
  opacity: 0;
  transform: translateY(-100px);
 }
 to {
  opacity: 1;
  transform: translate(0px);
 }
}
/**/

.list li{
	opacity: 0;
	animation: fadeIn 1s ease-in both;
}
.list li:nth-child(2) {
	animation-delay: .5s;
}
.list li:nth-child(3) {
	animation-delay: 0.7s;
}
.list li:nth-child(4) {
	animation-delay: 0.9s;
}
.list li:nth-child(5) {
	animation-delay: 1s;
}

@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translate3d(0, -20%, 0);
	}
	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

/*11-10-2023*/
.mobile-copyright{
	display: none;
}
.footer{
        padding: 50px 15px;
    }
.mobile-tab{
	display: none;
}


/**/
.desktop{
    display: block!important;
}
.mobile-1{
    display: none!important;
}
.banner-title .banner-main-title{
	color: #fff!important;
}
.submit-button{
	width: 100%;
	background: #bb556a;
	border-radius: 7px;
	border: none;
	font-size: 14px;
	padding: 7px;

}
/*Pagination css*/
.current {
    color: #fff!important;
    background: #c56477;
    padding: 4px 9px;
    border-radius: 50%;
}
#pagin{
	float: right;
}
#pagin li{
	padding: 0px 5px;
}
/*Mobile banner css start*/
#mobile-banner, #fixed-section-mobile{
	display: none;
}
#candle-mobile{
    color: #fff!important;
}

.mobile-banner{
    display: none;
}
.mobile-content{
    display: none;
}
.category-point li{
	list-style: none;
	display: inline-block;
	padding: 0px 15px;
	font-family: 'Livvic', sans-serif;
}
.padding-top{
	padding-top: 50px;
}

.product-img2 {
    position: relative;
    margin: auto;
    overflow: hidden;
}
.product-img2 img {
    max-width: 100%;
    transition: all 0.3s;
    display: block;
    width: 100%;
    height: auto;
    transform: scale(1);
}
.product-img2:hover img {
    transform: scale(1.7);
}
