@charset "utf-8";
/* CSS Document */
body {
    width: 100%;
    height: 100%;
    font-family: 'Poppins', sans-serif;
	font-size:13px;
}
ul, li{
	margin:0;
	padding:0;
	list-style:none;	
	}
ul.line {
        padding: 0px 0;
    }

ul.line li {
            padding:12px 0;
            position: relative;
            padding-left: 15px;
        }

ul.line li:before {
                content: "";
                position: absolute;
                left: 0;
                width: 8px;
                height: 8px;
                background: #ffa04c;
                top:22px;
                margin-top: -5px;
                border-radius: 50%;
            }
			
::-webkit-scrollbar {
display: none;
}
.sm-title{
	font-weight: 600;
	}
p{ line-height:22px; margin: 0 0 20px;}
html {
    width: 100%;
    height: 100%;
}
.veg-tag{
    position: fixed;
    right:2px;
    top: 50%;
    background: url(../images/veg-tag.png) no-repeat center;
    width: 14px;
    height: 124px;
    z-index: 111111111;
	}
.navbar-brand {
   margin-right: 30px;
    width: 171px;
    height: 114px;
    background: url(../images/logo.png) no-repeat center center;
    background-size: 100%;
    margin-top: 12px;
    margin-bottom: 2px;
    transition: .3s;
}
.navbar-custom.top-nav-collapse .navbar-brand {
    height: 82px;
    width: 120px;
    margin-top: 2px;
	}

.navbar-custom .navbar-brand:focus {
    outline: 0;
}

.navbar-custom .navbar-toggler{
    padding: 4px 6px;
    font-size: 16px;
    color: #fff;
	border: none;
	opacity:0;
	transition:0.3s;
}
.top-nav-collapse.navbar-custom .navbar-toggler {
	opacity:1;	
	}

.navbar-custom .navbar-toggler:focus,
.navbar-custom .navbar-toggler:active {
    outline: 0;
	box-shadow: none;
}
.navbar-custom .nav li.active {
    outline: nonte;
}
.navbar-custom .nav-link{
	transition:.3s;
color:#fff;
font-weight: 600;
position:relative;
padding:35px 20px;
}
.navbar-custom .nav-link:hover,
.navbar-custom .nav-link.active,
.navbar-custom .nav-link.show{
	color:#e5a724;	
	}

.navbar-custom .nav-link:hover,
.navbar-custom .nav-link:focus,
.navbar-custom .nav-link.active {
    outline: 0;
    background-color: rgba(255,255,255,0);
}

.navbar-custom .nav-link:before {
	content:'';
	position:absolute;
	top:0;
	left:0;
	right:0;
	height:5px;
	background:#ef7f1a;
	opacity:0;
	transition:.8s;	
	}	
.navbar-custom .nav-link.active:before {
	opacity:1;	
	}

.navbar-custom .navbg{
    background:rgba(255, 255, 255, 0);
	}
	
.navbar-custom.top-nav-collapse .navbg{
	padding: 0px;
}
.navbar-custom .navbar-nav.social{	
	}
.navbar-custom .navbar-nav.social .nav-link{
padding: 16px 5px;
transition:.3s;
}
.navbar-custom .navbar-nav.social .nav-link i{
	width:30px;
	height:30px;
line-height:30px;
	text-align:center;
	border-radius: 50%;
    background: #e5a724;
	transition:.3s;
}
.navbar-custom .navbar-nav.social .nav-link:hover i{
	background:#ef7f1a5c;
	}
@media(min-width:767px) {
    .navbar {
        border-bottom: 0;
        letter-spacing: 1px;
        background:none;
		transition:.3s;
    }
    .navbar-custom.top-nav-collapse {

    }
}
   .top-nav-collapse {
        padding: 0;
        background-color: #280304;
    }
.navbar:after{
	position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 10px;
    background: url(../Images/v-pixel.png) repeat-x;
    margin-bottom: -10px;
    z-index: 11111111111;
	opacity:0;
	transition:.3s;
	}
.nav-link:hover, .nav-link:focus {
    color: var(--bs-nav-link-hover-color);
}

.top-nav-collapse:after{
	opacity:1;
	}
	
/* navbar */
.content-section{
	min-height:650px;
	padding-top:60px;
	position:relative;	
	}
.sub-title{
	    font-size: 20px;
		margin-bottom: 40px;
		position:relative;
		display:inline-block;
		margin-top: 0;	
	}
.sub-title:before, .sub-title:after{
	position: absolute;
  top:11px;
  content: "";
  width: 20px;
  height: 3px;
    background: #ddc000;
	}
.sub-title:before {
  left:-25px;
}
.sub-title:after {
right:-25px;
}
/*----- home----- */
.home{
	background: url(../images/home-bg.jpg) no-repeat fixed;
	color:#ffffff;
	width:100%;
	height:100vh;
	background-size: cover;
	}
.home .overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
	opacity: 0.5;
    background: -moz-linear-gradient(left, #000, #000);
    background: -webkit-gradient(left top, right top, #000, #000);
    background: -webkit-linear-gradient(left, #000, #000);
    background: -o-linear-gradient(left, #000, #000);
    background: -ms-linear-gradient(left, #000, #000);
    background: linear-gradient(to right, #000, #000);	
	}
.home .container{
position: relative;
text-align:center;	
	}

.tagline{
	margin-top:200px;
	text-align:left;	
	}

.tagline h1{
	position:relative;
    font-family: 'Yeseva One', cursive;
    color: #fff;
    display: inline-block;
    padding: 10px 20px;
	}
.tagline h2{
	text-transform:uppercase;
	letter-spacing:8px;
	margin-left:10px;
    color: #e5a724;	
	}
.tagline h3{
	font-size:35px;
	font-family: 'Yeseva One', cursive;
	}
.log-link {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
	text-align:center;
}
.log-link a{
	width:80px;
	height:80px;
	line-height:80px;
	position: relative;
    z-index: 1;
	background:#ffffff36;
	color:#333;
	display: inline-block;
	margin-bottom:40px;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.21);
    border-radius: 50%;
	transition: all 0.9s ease;
	
	}
.log-link a:after{
	content:"";
	width:80px;
	height:80px;
	display:block;
	background:url(../images/logo-icon.png) no-repeat center center;
	-webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    transition: all 0.9s ease;	
	}
.log-link a:hover{
	transform: translateY(9px);	
	}
/*-----------------menu------------*/

.heading-wrap h1{
    color: #2c2c2c;
    text-align: center;
    font-size: 70px;
    letter-spacing: 0px;
    font-weight: normal;
    text-transform: uppercase;
    font-family: 'Yeseva One', cursive;
    opacity: 0.1;
	margin-top:0;
}
.heading-wrap h2{
    text-align: center;
    font-size: 50px;
    text-transform: uppercase;
    margin-top: -54px;
    margin-bottom: 40px;
}
.about{
	position:relative;
	background:#fff url(../images/abt-bg.jpg) no-repeat center bottom fixed;
	padding-top:100px;
	}
.about::after {
	content:'';
    position: absolute;
    height:55px;
    top:-55px;
    left: 0;
	right:0;
	background: url(../images/shape-3.png) no-repeat top center;
}
.about h4{
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    color: #848484;
    text-transform: uppercase;
    margin-bottom: 18px;
    letter-spacing: 3px;
}
.about h2{
    font-size: 24px;
    position: relative;
    padding-bottom: 10px;
    color: #64221b;
	font-weight:normal;
	}
.about h2 strong{
	font-size: 28px;
	font-family: 'Yeseva One', cursive;
	font-weight:500;	
	}
.about h5 {
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #848484;
    letter-spacing: 2px;
    margin-bottom: 0;
}

.about .abt-content{
	margin-bottom:100px;	
	}
.about .abt-content p{
	font-size: 14px;	
	}
.about ul li{
	margin-bottom:10px;
	}
.we-serve{
	background:#250304e0;
	position:relative;
	padding-top:40px;
	padding-bottom:40px;	
	}
.we-serve::after {
	content:'';
    position: absolute;
    height:34px;
    top:0px;
    left: 0;
	right:0;
	background: url(../images/shape-4.png) no-repeat top center;
}
.we-serve::before {
    content:'';
    position: absolute;
	bottom:0;
    top:0px;
    left: 0;
	right:0;
    background:url(../images/shape-5.png) no-repeat left top fixed;
}

.we-serve .item{
	padding:20px;
	text-align:center;	
	}
.we-serve .item h3{
	color:#fff;
	margin-top:20px;
	letter-spacing:2px;
	font-size:22px;
	}	
.menus{
	position:relative;
	background:#dfa9a8 url(../images/menu-cake-bg.jpg) no-repeat right bottom fixed;
	padding-bottom:40px;
	}
.menus h4{
	font-family: 'Yeseva One', cursive;
    font-size: 28px;
    position: relative;
    border-bottom:2px dashed #e1e1e1;
    padding-bottom: 10px;
    color:#381612;
	margin-top:20px;
	}
.menus ul li{
	font-size: 15px;
    display: block;
    padding: 6px 0;
	padding-left:20px;
    font-weight: 500;
	position:relative;
	}
.menus ul li:after {
    content: "";
    position: absolute;
    left: 0;
    width: 5px;
    height: 5px;
    background: #ffffff;
    top: 50%;
    margin-top: -3px;
    transition: .3s;
    border-radius: 2px;
}
.menus .price{}
.menus .price .tag{
	    padding: 3px;	
	}
.menus .price .tag >div{
    background: #4e0a0cbd;
    text-align: center;
    display: block;
    padding: 8px 4px;
    border-radius: 13px 0px;
    color: #fff;
    font-weight:500;
	margin-top:10px;
	margin-bottom:10px;	
	}
.menus .price .tag span{
    margin-left: 10px;
    font-weight: 700;
	color:#e5a725;	
	}
.tag-rounded{
    background: #4e0a0cbd;
    text-align: center;
    display: inline-block;
    padding: 16px 20px;
    border-radius: 13px 0px;
    color: #e5a725;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 10px;	
	}
.tag-rounded span{
	display: block;
    color: #fff;	
	}
.menus p{
	margin-bottom:0;	
	}
.menus.desserts{
	position:relative;
	background:#e1e1e1 url(../images/promotion-2-1.jpg) no-repeat right bottom fixed;
	padding-bottom:140px;	
	}
.menus.desserts ul li:after {
    background: #e5a724;
}
.menus.desserts h4 {
    border-bottom: 2px dashed #ffffff;
}
.menu-pizza{
	position:relative;
	background:#dfa9a8 url(../images/promotion-2-2.jpg) no-repeat left bottom fixed;
	padding-bottom:60px;
	}
.menu-pizza .heading-wrap h1 {
    color: #fff;
}
.menu-pizza .heading-wrap h2 {
    color: #fff;
}
.menu-pizza h4{
	font-family: 'Yeseva One', cursive;
    font-size: 28px;
    position: relative;
    padding-bottom: 10px;
    color:#e5a724;
	margin-top:20px;
	}
.menu-pizza ul li{
	font-size: 15px;
    display: block;
    padding: 6px 0;
	padding-left:20px;
    font-weight: 500;
	position:relative;
	border-bottom: 1px dotted #e5a724;
    color: #fff;
    text-shadow: 0px 0px 5px #000;
	}
.menu-pizza ul li span{
	float: right;
    font-weight: 700;
	padding:2px 5px;	
	}
/*----------------contact-------------*/
.map{
	position:relative;	
	}
.g-reviews{
	position: absolute;
    text-align: center;
    bottom:5%;
    left: 0;
    right: 0;
	}
.g-reviews a{
	display: inline-block;
    background: #fff;
    border-radius: 50px;
    padding: 15px 40px;
    color: #333;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    box-shadow: 0px 0px 36px #0000006e;		
	}
.g-reviews i{
	margin-right: 8px;
    color: #ff8400;	
	}
.contact {
	position:relative;
   background: #3d1813;
   color:#fff;
    padding-bottom:0px;
    min-height: 300px;
    box-shadow: 0px 0px 32px #00000040;
}
.contact::after {
    content: '';
    position: absolute;
    height: 109px;
    top: -109px;
    left: 0;
    right: 0;
    background: url(../images/shape-1.png) no-repeat top center;
}
.contact .box >div{
	margin-top:50px;
	margin-bottom:50px;	
	}
.contact .box h2{
	font-size: 25px;
	margin-bottom:20px;
	color:#e5a724;	
	}
.contact .box h2 i {
    margin-bottom: 10px;
    color: #ef7f1a30;
    display: block;
    font-size: 44px;   
}
.contact .box h4{
	font-size: 20px;
    font-weight: 400;	
	}
.contact .left{
	text-align:right;	
	}
.contact .center{
	text-align:center;	
	}
.contact .right{}
.contact .heading-wrap h1{
color: #fff;
}
.contact .heading-wrap h2{
	color: #fff;	
	}
footer {
	position:relative;
    color:#954033;
    margin-bottom: 0px;
    padding: 20px;
    background:#250304;
}
footer::after {
    content: '';
    background: linear-gradient(to right, #4b3c21, #b7a37a, #4b3c21);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height:2px;
}
.m-social{
	position: absolute;
    right: 48px;
    top: 14px;
    z-index: 22222;
	display:none;	
	}
.m-social a{
    display: inline-block;
    padding: 10px 10px;
    color: #ef7f1a;
    font-size: 20px;
    margin-top: 17px;	
	}

.whatsapp{
	position: fixed;
	right:10px;
	z-index:2;
	bottom:10px;
	width:50px;
	height:60px;
	background:url(../images/WhatsApp.png) no-repeat center center;
	background-size:100%;	
	}
ul.social-media-link{
	margin-top:15px;	
	}
ul.social-media-link li{
	display: inline-block;
    float: initial;
    width: auto;
    padding: 1px;
    font-size: 18px;	
	}
ul.social-media-link li a{
	    padding: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #e5a724;
    text-align: center;
    display: block;
    border: 1px solid #e5a724;	
	}
/*----------------menu items gallery-------------*/
.menu-items{
	position:relative;
	padding-top:150px;
	padding-bottom:40px;
	background:#fbf3ec;
	}
.menu-items .heading-wrap{
	margin-bottom:30px;
	}
.menu-items .section-wrap{
	position:relative;
	background:#fff;
	border-radius:16px;
	box-shadow:0px 6px 25px rgba(100,34,27,0.08);
	padding:35px 30px 40px;
	margin-bottom:45px;
	}
.menu-items .main-head{
	text-align:center;
	margin-bottom:35px;
	}
.menu-items .main-head h4{
	font-family: 'Yeseva One', cursive;
    font-size: 30px;
    display:inline-block;
    position:relative;
    color:#64221b;
    font-weight:normal;
    margin:0;
    padding:0 34px;
	}
.menu-items .main-head h4:before,
.menu-items .main-head h4:after{
	content:"";
	position:absolute;
	top:50%;
	width:24px;
	height:3px;
	margin-top:-1px;
	background:#e5a724;
	}
.menu-items .main-head h4:before{
	left:-6px;
	}
.menu-items .main-head h4:after{
	right:-6px;
	}
.menu-gallery{
	--bs-gutter-x:1.75rem;
	row-gap:30px;
	}
.menu-gallery .cake-item{
	text-align:center;
	}
.menu-gallery .cake-item .cake-thumb{
	display:block;
	position:relative;
	overflow:hidden;
	border-radius:12px;
	box-shadow:0px 4px 15px rgba(0,0,0,0.12);
	transition:.35s;
	}
.menu-gallery .cake-item .cake-thumb:hover{
	box-shadow:0px 10px 25px rgba(100,34,27,0.25);
	transform:translateY(-6px);
	}
.menu-gallery .cake-item .cake-thumb:before{
	content:"\f00e";
	font-family:"Font Awesome 6 Free";
	font-weight:900;
	position:absolute;
	z-index:1;
	top:50%;
	left:50%;
	width:44px;
	height:44px;
	line-height:44px;
	margin:-22px 0 0 -22px;
	text-align:center;
	color:#fff;
	background:#64221bcc;
	border-radius:50%;
	opacity:0;
	transform:scale(.5);
	transition:.35s;
	}
.menu-gallery .cake-item .cake-thumb:hover:before{
	opacity:1;
	transform:scale(1);
	}
.menu-gallery .cake-item img{
	width:100%;
	height:415px;
	object-fit:cover;
	transition:.5s;
	}
.menu-gallery .cake-item .cake-thumb:hover img{
	transform:scale(1.1);
	}
.menu-gallery .cake-item .cake-name{
	margin-top:14px;
	font-weight:600;
	font-size:14px;
	letter-spacing:.5px;
	color:#381612;
	}
.lb-data .lb-caption {
    font-size: 20px !important;
    line-height: 1.5em !important;
}

@media (max-width:767px){
	.home{
	background: url(../images/home-bg.jpg) no-repeat -700px 0px;
	background-size: cover;
	}
.heading-wrap h2 {
    margin-top: -40px;
	}
.tagline {
   margin-top: 150px;
   text-align:center;
}
.about{
	padding-top:50px;	
	}
.about::after {
    background: url(../images/shape-3.png) no-repeat -1341px center;
}
.about h4{
	margin-top:20px;	
	}
.navbar-custom .navbar-nav.social {
    flex-direction: row;
}
.nav-btn {
    margin-top: 50px;
}
.navbar-custom.top-nav-collapse .navbar-brand{
	height: 50px;
    width: 75px;
	}
.navbar-custom .navbar-brand{
	height: 87px;
    width: 130px;
    margin-top: 6px;
    margin-left: 10px;
	}
.top-nav-collapse.navbar-custom .nav li a {
    color: #fff;
}
.home .overlay{
	background: linear-gradient(to top, #000000ad, #000);	
	}
.tagline h1 {
    font-size: 26px;
}
.tagline h2 {
    font-size: 26px;
    letter-spacing: 1px;
}
.contact .box h4 {
    font-size: 12px;
}
.contact .box h2 {
    font-size: 20px;
}
.contact .box h2 i {
    font-size: 36px;
}
.navbar-toggle i{
	color:#fff;	
	}
.navbar-custom .nav li a{
	padding-top: 11px;
    padding-bottom: 11px;	
	}
.navbar-custom.top-nav-collapse .navbar-toggle i {
    color: #333;
}
.navbar-collapse{
	background: #130f0de0;	
	}	
.top-nav-collapse.navbar-custom .navbar-nav .nav-link:before{
	display:none;	
	}
.tagline h3{
	font-size: 16px;	
	}

.heading-wrap h2{
	font-size: 33px;	
	}
.m-none{
	display:none;	
	}
.log-link {
    bottom: 40px;
	}
.m-social{
	display:block;	
	}
.we-serve::before {
    background: url(../images/shape-5.png) no-repeat -727px 0px fixed;
}
.menus .price .tag span {
    display: block;
}
.heading-wrap h1 {
    font-size: 38px;
}
.menus {
    background: #dfa9a8 url(../images/menu-cake-bg.jpg) no-repeat 52px bottom fixed;
}
.menus.desserts {
    background: #e1e1e1 url(../images/promotion-2-1.jpg) no-repeat -1209px bottom fixed;
}
.menus h4 {
    font-size: 23px;
}
.contact .left, .contact .right{
	text-align:center;	
	}
.contact .box >div {
    margin-top:20px;
    margin-bottom: 20px;
}
footer span{
	display:block;
	padding-top:10px;
	margin-top:10px; border-top:1px solid #000;	
	}
.veg-tag {
    top: 20%;

}
.about h2 strong{
	display:block;	
	}
.menu-pizza::after{
	content:'';
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	top:0;
    background: #00000078;
    backdrop-filter: blur(2px);
	}
.menu-pizza .container-fluid {
	position:relative;
	z-index:1;	
	}
.menu-items{
	padding-top:110px;
	}
.menu-items .section-wrap{
	padding:25px 18px 30px;
	border-radius:12px;
	}
.menu-items .main-head h4{
	font-size:17px;
	padding:0 26px;
	}
.menu-gallery{
	row-gap:20px;
	}
.menu-gallery .cake-item img{
	height:150px;
	}
.menu-gallery .cake-item .cake-name{
	font-size:13px;
	}
}
