/*-------------------------------------------------------
[Table of contents]

1. Header
	+ logo
	+ top navigation
	+ search
	
2. Content
	+ feature sections
	+ page title
	+ parallax backgrounds
	+ video backgrounds
	
3. Sidebar
	+ site search
	+ tabs
	+ portfolio widgets
	+ advertisements

3. Typography
	+ lists
	+ buttons
	+ styled boxes
	+ dropcaps
	+ highlight colors
	+ tables
	+ pricing tables
	+ framed boxes
	+ pagination
	
4. Footer
	+ copyrights
	+ google map
	
--------------------------------------------------------*/


/*----------------------------------------------------
	SITE MAIN STRUCTURE
------------------------------------------------------*/

.site_wrapper {
	width: 100%;
	margin: 0 auto 0 auto;
}
.container_full {
	width: 100%;
	float: left;
	margin: auto;
}
.container_fhstyle {
	width: 100%;
	margin: 0 auto;
}
.container_fhstyle2 {
	width: 100%;
	margin: 0 auto;
}

.container {
	width: 1280px;
	margin: auto;
}

.content_fullwidth {
	float: left;
	width: 100%;
	padding: 120px 0px 0px 0px;
}

.content_fullwidth.less {
	padding: 0px 0px 0px 0px;
}
.content_fullwidth.less2 {
	padding: 100px 0px 0px 0px;
}

.content_left {
	float: left;
	width: 71%;
	padding: 0px 0px 0px 0px;
}
.left_sidebar {
	float: left;
	width: 25%;
	padding: 0px 0px 0px 0px;
}
.content_right {
	float: right;
	width: 71%;
	padding: 0px 0px 0px 0px;
}
.right_sidebar {
	float: right;
	width: 25%;
	padding: 0px 0px 0px 0px;
}
.content_halfsite {
	float: left;
	width: 47.5%;
	margin-right: 5%;
	padding: 0px 0px 0px 0px;
}
.content_halfsite.last {
	margin-right: 0;
}


/* columns */
.one_half, .one_third, .one_fourth, .two_third, .three_fourth, .one_fifth, .onecol_forty, .onecol_sixty, .onecol_thirtyfive {
	position: relative;
	margin-right: 4%;
	float: left;
}
.one_full {
	width: 100%;
}
.one_half {
	width: 48%;
}
.one_third {
	width: 30.650%;
}
.one_fourth {
	width: 22%;
}
.one_fifth {
	width: 16.800%;
}
.two_third {
	width: 65.350%;
}
.three_fourth {
	width: 74%;
}
.onecol_forty {
	width: 40%;
}
.onecol_sixty {
	width: 56%;
}
.onecol_thirtyfive {
	width: 35%;
}

/* Less Space Bitween Columns */
.one_half_less, .one_third_less, .one_fourth_less, .two_third_less, .three_fourth_less, .one_fifth_less, .onecol_forty_less, .onecol_sixty_less, .onecol_thirtyfive_less {
	position: relative;
	margin-right: 2%;
	float: left;
}
.one_full_less {
	width: 100%;
}
.one_half_less {
	width: 49%;
}
.one_third_less {
	width: 32%;
}
.one_fourth_less {
	width: 23.500%;
}
.one_fifth_less {
	width: 18.400%;
}
.two_third_less {
	width: 66%;
}
.three_fourth_less {
	width: 74.500%;
}
.onecol_forty_less {
	width: 40%;
}
.onecol_sixty_less {
	width: 58%;
}
.onecol_thirtyfive_less {
	width: 36.250%;
}

.last {
	margin-right: 0 !important;
	clear: right;
}



.slidermar {
	margin-top: 100px;
}
.slidermar1 {
	margin-top: 0px;
}


.header-left{width: 32%; float: left; margin-right: 2%}

.header-center{width: 32%; float: left; margin-right: 2%}

.header-right{width: 32%; float: left; margin-right: 0%}

.left-menu ul li{float: left; padding-right: 20px; list-style: none;}

.left-menu ul{ margin-bottom: 0; margin-top: 46px;}

.left-menu ul li a{color: #fff; font-size: 15px;text-transform: uppercase;
    letter-spacing: 0.5px;}

.menu-active{color: #ffb400 !important;font-weight: 600}

.enquiry-now a {
    position: relative;
    display: inline-block;
    padding: 15px 19px;
    color: #fff;
    font-size: 18px; 
    text-decoration: none;
    text-transform: uppercase;
    overflow: hidden;
    transition: .5s;
    font-family: 'Poppins', sans-serif; 
    font-style: normal;
    font-weight: 400; 
	letter-spacing: 0.2px;margin-top: 45px;
	/*background-color: #eabf27;*/
  }

  
  .enquiry-now a:hover {
    background: #ffb400;
    color: #fff;
  }
  
  .enquiry-now a span {
    position: absolute;
    display: block;
  }
  
  .enquiry-now a span:nth-child(1) {
    top: 0;
    left: -100%;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent, #eabf27);
    animation: btn-anim1 1s linear infinite;
  }
  
  @keyframes btn-anim1 {
    0% {
      left: -100%;
    }
    50%,100% {
      left: 100%;
    }
  }
  
  .enquiry-now a span:nth-child(2) {
    top: -100%;
    right: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(180deg, transparent, #eabf27);
    animation: btn-anim2 1s linear infinite;
    animation-delay: .25s
  }
  
  @keyframes btn-anim2 {
    0% {
      top: -100%;
    }
    50%,100% {
      top: 100%;
    }
  }
  
  .enquiry-now a span:nth-child(3) {
    bottom: 0;
    right: -100%;
    width: 100%;
    height: 2px;
    background: linear-gradient(270deg, transparent, #eabf27);
    animation: btn-anim3 1s linear infinite;
    animation-delay: .5s
  }
  
  @keyframes btn-anim3 {
    0% {
      right: -100%;
    }
    50%,100% {
      right: 100%;
    }
  }
  
  .enquiry-now a span:nth-child(4) {
    bottom: -100%;
    left: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(360deg, transparent, #eabf27);
    animation: btn-anim4 1s linear infinite;
    animation-delay: .75s
  }
  
  @keyframes btn-anim4 {
    0% {
      bottom: -100%;
    }
    50%,100% {
      bottom: 100%;
    }
  }
.excellence-text h1{ 
	    font-family: 'Playfair Display', serif;
	color: #000; 
	font-size: 38px; 
	font-weight: 400; 
	text-align: center; 
	margin-bottom: 30px;
	letter-spacing: 0.5px;
}
.excellence-text h3{ 
	font-family: "Great Vibes", cursive; 
	color: #ff4e00; 
	font-size: 36px; 
	font-weight: 400; 
	text-align: center; 
	margin-bottom: 30px;
	letter-spacing: 0.5px;
}

.excellence-text p{
	font-family: "Poppins", sans-serif; 
	color: #000; 
	font-size: 15px; 
	font-weight: 400; 
	text-align: center; 
	margin-bottom: 30px;
	letter-spacing: 0.5px;
	line-height: 30px;
}

.loved-sweets{width: 23%; float: left; margin-right: 2.666%; height: 400px}

.loved-sweets:last-child{margin-right: 0%}

.loved-sweets img{    height: inherit;
    object-fit: cover;
    width: 100%;
    border-radius: 20px;}

.loved-sweets h4{
	font-family: 'Playfair Display', serif;
    color: #000;
    font-size: 22px;
    font-weight: 400;
    text-align: center;
    margin-top: 11px;
    letter-spacing : 0.5px;
}

.add-image img{width: 100%; border-radius: 15px;}

.tradition-collections{ margin-top: 40px; }

.tradition-collections h2{ 
	    font-family: 'Playfair Display', serif;
	color: #000; 
	font-size: 38px; 
	font-weight: 400; 
	text-align: center; 
	margin-bottom: 30px;
	letter-spacing: 0.5px;
}
.tradition-collections h3{ 
	font-family: "Great Vibes", cursive; 
	color: #ff4e00; 
	font-size: 36px; 
	font-weight: 400; 
	text-align: center; 
	margin-bottom: 30px;
	letter-spacing: 0.5px;
}

.tradition-collections p{
	font-family: "Roboto", sans-serif; 
	color: #000; 
	font-size: 16px; 
	font-weight: 400; 
	text-align: center; 
	letter-spacing: 0.5px;
	line-height: 30px;
	padding-top: 15px;
	width: 80%;
	margin: 0 auto;
	margin-bottom: 40px;
}

.tradition-collections-box{width: 21%; float: left; margin-right:5.333%; height: 300px }

.tradition-collections-box:last-child{margin-right: 0%}

.tradition-collections-box img{    height: inherit;
    object-fit: cover;
    width: 100%;
    border-radius: 20px;}

.tradition-collections-box h6{font-family: 'Playfair Display', serif;
	color: #000; 
	font-size: 20px; 
	font-weight: 400; 
	text-align: center; 
	letter-spacing: 0.5px;
padding-top: 10px;}

.about-section{background-image: url(../images/background-bg.webp); padding: 0px 0 130px;   margin-top: 120px}

.about-left{width: 55%; float: left; margin-right: 5%;}

.about-right{width: 40%; float: left;}

.about-left h2{ 
	    font-family: 'Playfair Display', serif;
	color: #000; 
	font-size: 34px; 
	font-weight: 400; 
	text-align: left; 
	margin-bottom: 9px;
    letter-spacing: 0.5px;
    line-height: 46px;
}
.about-left h6{ 
	font-family: "Great Vibes", cursive; 
	color: #fff; 
	font-size: 40px; 
	font-weight: 400; 
	text-align: left; 
	margin-bottom: 30px;
	letter-spacing: 0.5px;
}

.about-left p{
	font-family: "Roboto", sans-serif; 
	color: #000; 
	font-size: 16px; 
	font-weight: 400; 
	text-align: justify; 
	letter-spacing: 0.5px;
	line-height: 30px;
	padding-top: 15px;	
}

.text-bg{width: 50%; float: left; background-color: #fff; height: 50px; border-bottom-right-radius: 50px;}

.text-bg1{width: 50%; float: left; background-color: #fff; height: 50px; border-bottom-left-radius: 50px;}

.text-bg2{width: 50%; float: left; background-color: #fff; height: 50px; border-top-right-radius: 50px;}

.text-bg3{width: 50%; float: left; background-color: #fff; height: 50px; border-top-left-radius: 50px;}

.whychoose-section{padding: 120px 0px 60px; position: relative; width: 100%; float: left;}

.whychoose-section:before{
	position: absolute;
	content: "";
	left: 20px;
	top: 50px;
	background: url(../images/why-left-bg.jpg) no-repeat left;
	width: 114px;
	height: 104px;
}
.whychoose-section:after{
	position: absolute;
	content: "";
	right: -5px;
	top: 30px;
	background: url(../images/why-right-bg.jpg) no-repeat left;
	width: 195px;
	height: 131px;
}


.whychoose-section h6{
	font-size: 36px; 
	color: #ff4e00;
	text-align: center;
	font-weight: 400;
	margin-bottom: 25px;
	font-family: 'Great Vibes', cursive; letter-spacing: 0.5px
 }
.whychoose-section h1{
	font-size: 42px; 
	color: #000;
	text-align: center;
	font-weight: 400;
	margin-bottom: 20px;
	/*font-family: 'Bellefair', serif;*/
	font-family: 'Playfair Display', serif;
 }

.why-left{width: 33%; float: left; margin-right: 5%;}

.why-center{width: 24%; float: left;}

.why-right{width: 33%; float: left; margin-left: 5%; }

.why-left-text{width: 75%; float: left; margin-right:10%;}

.why-left-text h4{
	font-family: 'Playfair Display', serif;
    font-size: 24px; 
	color: #000;
	text-align: right;
	font-weight: 500;
	margin-bottom: 10px;}

.why-left-text p{
	    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #000;
    text-align: right;
    font-weight: 400;
    margin-bottom: 50px;
    /* letter-spacing: 0.5px; */
    line-height: 27px;
}
.why-left-img{width: 15%; float: left; margin-right: 0%;}


.why-right-img{width: 15%; float: left; margin-right: 10%;}

.why-right-text{width: 75%; float: left; margin-right:0%;}

.why-right-text h4{
	font-family: 'Playfair Display', serif;
    font-size: 24px; 
	color: #000;
	text-align: left;
	font-weight: 500;
	margin-bottom: 10px;}

.why-right-text p{
	    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #000;
    text-align: left;
    font-weight: 400;
    margin-bottom: 50px;
    /* letter-spacing: 0.5px; */
    line-height: 27px;
}


.signature-collections{ margin-top: 80px; margin-bottom: 40px }

.signature-collections h2{ 
	    font-family: 'Playfair Display', serif;
	color: #000; 
	font-size: 38px; 
	font-weight: 400; 
	text-align: center; 
	margin-bottom: 30px;
	letter-spacing: 0.5px;
}
.signature-collections h3{ 
	font-family: "Great Vibes", cursive; 
	color: #ff4e00; 
	font-size: 36px; 
	font-weight: 400; 
	text-align: center; 
	margin-bottom: 30px;
	letter-spacing: 0.5px;
}

.signature-collections p{
	font-family: "Roboto", sans-serif; 
	color: #000; 
	font-size: 16px; 
	font-weight: 400; 
	text-align: center; 
	letter-spacing: 0.5px;
	line-height: 30px;
	padding-top: 15px;
	width: 80%;
	margin: 0 auto;
	margin-bottom: 40px;
}

.signature-collections-box{width: 29%; float: left; margin-right:6.5%; height: 500px }

.signature-collections-box:last-child{margin-right: 0%}

.signature-collections-box img{    height: inherit;
    object-fit: cover;
    width: 100%;
    border-radius: 10px;}

.signature-collections-box h6{font-family: 'Playfair Display', serif;
	color: #000; 
	font-size: 20px; 
	font-weight: 400; 
	text-align: center; 
	letter-spacing: 0.5px;
    padding-top: 10px;
}

.secret-ingredient{margin-bottom: 80px}


.secret-ingredient h2{ 
	    font-family: 'Playfair Display', serif;
	color: #000; 
	font-size: 38px; 
	font-weight: 400; 
	text-align: center; 
	margin-bottom: 30px;
	letter-spacing: 0.5px;
}

.secret-ingredient h2 span{font-family: "Great Vibes", cursive; color: #ff4e00; font-size: 52px; }

.secret-ingredient p{
	font-family: "Roboto", sans-serif; 
	color: #000; 
	font-size: 16px; 
	font-weight: 400; 
	text-align: center; 
	line-height: 30px;
	padding-top: 15px;	
}

.secret-ingredient-box{width: 29%; float: left; margin-right:6.5%;   }

.secret-ingredient-box:last-child{margin-right: 0%}



.secret-ingredient-box h6{font-family: 'Playfair Display', serif;
	color: #000; 
	font-size: 20px; 
	font-weight: 400; 
	text-align: center; 
	letter-spacing: 0.5px;
    padding-top: 10px;
}

.footer { background-color: #0e1317; padding: 80px 0px 40px; background-image: url(../images/background-bg1.jpg); }

 .footer-1 { width: 28%; float: left; margin-right: 2%}

 .footer-2 { width: 17%; float: left; margin-right: 3%}

 .footer-3 { width: 22%; float: left; margin-right: 3%}

 .footer-4 { width: 25%; float: left; margin-right: 0%}

 .footer h4{
 	font-family: 'Playfair Display', serif;
 	color: #e9c545;
 	font-size: 20px; 
 	font-weight: 400;
	margin-bottom: 20px; 
	letter-spacing: 0.8px;
 }

 .footer p{
 	font-family: 'Poppins', serif;
 	color: #fff;
 	font-size: 15px; 
 	font-weight: 400;
	letter-spacing: 0.5px; line-height: 28px;
 }

  .footer-2 ul li{width: 100%; float: left; font-family: 'Poppins', serif;
 	color: #fff;
 	font-size: 15px; 
 	font-weight: 400;
	letter-spacing: 0.5px; line-height: 28px;margin-bottom: 10px; }

/*.footer-2 ul li:nth-child(2n+2){width: 60%; }*/

.footer-4 i{margin-left: -18px; padding-right: 5px; color: #ffd115; }

.footer-4 p{margin-left: 18px; padding-bottom: 10px; }

.copyrights{margin-top: 60px; padding-top: 25px; border-top: 1px solid #047178}

.copyrights-left{width: 50%; float: left}

.copyrights-right{width: 50%; float: left}

ul.footer_social_links {
    float: left;
    padding: 0px;
    margin: 0px 0px 0px 0px;
}

.footer_social_links li {
    float: left;
    padding: 0px;
    margin: 20px 20px 0px 0px;
}

.footer_social_links li a i {
    width: 35px;
    height: 35px;
    text-align: center;
    border-radius: 100%;
    line-height: 35px;
    vertical-align: middle;
    background-color: #e9c545;
    color: #000;
    transition: all 0.3s ease; font-size: 16px;
}


/* scroll up */
.scrollup{
    width:40px;
    height:40px;
    opacity:1;
    position:fixed;
    bottom:22px;
    right:20px;
    display:none;
    text-indent:-9999px;
    background: url(../images/scroll-top-arrow.png) no-repeat left top;
	z-index: 9001;
}

