@charset "utf-8";
/* CSS Document */
body {
    width: 100%;
    height: 100%;
    font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	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%;
}
.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: 1.5rem;
    color: #000000;
    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: #3e0000;
    position: relative;
    padding: 35px 20px;
    font-size: 1rem;
	font-weight:600;
}
.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: #fff;
    }
.navbar:after{
	position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 17px;
    background: url(../Images/v-pixel.png) repeat-x;
    margin-bottom: -17px;
    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;
	z-index:10;
	}
.home::after {
	content:'';
    position: absolute;
    height:85px;
    bottom:0px;
    left: 0;
	right:0;
	background: url(../images/shape-3.png) no-repeat top center;
}
.home .container{
position: relative;
text-align:center;	
	}

.tagline{
	margin-top:200px;
	text-align:left;	
	}

.tagline h1{
	position:relative;
    color: #e5a724;
    display: inline-block;
    padding: 10px 20px;
	font-family: "Montez", cursive;
	font-size: 4rem;
	}
.tagline h2{
	margin-left:10px;
    color:#4e4025;
	
	}
.tagline h3{
	font-size:35px;
	}
.log-link {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
	text-align:center;
}
.log-link a{
	width: 70px;
    height: 70px;
    line-height: 70px;
    position: relative;
    z-index: 1;
    background: #dbae6b;
    color: #ffffff;
    display: inline-block;
    margin-bottom: 0px;
    border-radius: 50%;
    transition:0.9s;
	
	}
.log-link a i{
	width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 2.5rem;
    transition:0.9s;	
	}
.log-link a:hover{
	transform: translateY(9px);	
	}

.heading-wrap h2{
    text-align: center;
    font-size: 50px;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.about{
	position:relative;
	background:#fff;
	padding-top:100px;
	z-index:9;
	}

.about h2{
    font-size:2rem;
    position: relative;
    padding-bottom: 10px;
    color: #64221b;
	font-weight:normal;
	}

.about .abt-content{
	margin-bottom:100px;	
	}
.about .abt-content h5 {
    position: relative;
    display: block;
    font-size: 0.8rem;
    font-weight: 600;
    color: #57482c;
    margin-bottom: 0;
}

.about .abt-content p{
	font-size: 14px;	
	}
.about .abt-content ul{
	text-align:center;	
	}
.about .abt-content i{
	width: 50px;
    height: 50px;
    display: inline-block;
    margin-bottom: 20px;
	}
.about ul li{
	margin-bottom:10px;
	}
.we-serve{
	background:#250304e0;
	position:relative;
	padding:0px;
	}

.we-serve .item{
	text-align:center;	
	}
.we-serve .item .content{
	position: absolute;
    background:transparent;
    bottom: 1%;
    left: 1%;
    right: 1%;
    padding: 15px;
	transition:0.5s;
	}
.we-serve .item .content >div{
	position:relative;
	border: 1px solid #c19d56;
	transition:0.5s;
	overflow: hidden;
	padding:10px 2px;	
	}
.we-serve .item .content h3{
	color:#fff;
	letter-spacing:2px;
	font-size:22px;
	transition:0.5s;
	}
.we-serve .item .content p{
	transition:0.5s;
	margin-bottom: -50px;
    	
	}
.we-serve .item:hover .content{
	background: #fff;	
	}
.we-serve .item:hover .content h3 {
    color: #000;
}
.we-serve .item:hover .content p{
	margin-bottom: 0px;
	}
.menus{
	position:relative;
	z-index:10;
	background:#2f291e;
	padding-bottom:0px;
	padding-top:0;
	}

.menus .heading-wrap h2{
	color:#fff;
	padding-top: 40px;
	}
.menus h4{
    font-size: 1.3rem;
    position: relative;
    border-bottom:1px dashed #e1e1e1;
    padding-bottom: 10px;
    color:#fff;
	margin-top:20px;
	}
.menus ul li{
	font-size: 1rem;
    display: block;
    padding: 6px 0;
	padding-left:20px;
    font-weight: 500;
	position:relative;
	color:#e3ac6a;
	}
.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-tag{
	padding: 2px 12px;
    background: #e3ac6a;
    color: #333;
    position: absolute;
    right: 10px;
    border-radius: 40px;
    font-size: 1.1rem;
    font-weight: 600;	
	}
.menus p{
	margin-bottom:0;	
	}
.menus hr{
	color:#ccc;	
	}
.menus .note{
	font-weight: 600;
    color: #232017;
    position: absolute;
    top: 18px;
	right:0;
    background: #dbac67;
    border-radius: 30px 0 0 30px;
    padding: 4px 20px;
	text-align:center;
	}
.menus .note strong{
	display:block;	
	}
.menu-pizza{
	position:relative;
	z-index:10;
	background:#1f1f1f url(../images/pizza-menu-bg.jpg) repeat-x top right;
	padding-bottom:260px;
	}
.menu-pizza:before{
	content:'';
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	top:0;
	background:url(../images/pizza-set.png)  no-repeat bottom center;
	background-size: auto;	
	}
.menu-pizza .heading-wrap h1 {
    color: #fff;
}
.menu-pizza .heading-wrap h2 {
    color: #fff;
}
.menu-pizza h4{
    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;	
	}
.menus .cakes{
	position:relative;
	padding-bottom:30px;	
	}
.menus .cakes{
	position:relative	
	}
.menus .desserts{
	position:relative;
	background:#0000003b;		
	}
.menus .desserts h5{
	color:#fff;	
	}
.menus .desserts p{
	color:#e3ac6a;	
	}
.menus .desserts span{
	position: absolute;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    background: #dbac67;
    margin-top: 40px;
    margin-left: -20px;
	font-weight:700;	
	}
/*----------------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;	
	}
.c-cake{
	position:relative;
	background:#e8e6e1;
	background: linear-gradient(90deg, #fff, #e8e6e1);
	color:#fff;
	z-index: 10;
	}
.c-cake .box{
	padding:30px 20px;	
	}
.c-cake h6{
	color: #2e291e;	
	}
.c-cake h4{
	color: #d38a32;
	}
.c-cake .img{
	background:url(../images/c-cake.jpg) no-repeat left top;	
	}
.contact {
	position:relative;
	z-index:10;
    padding-bottom:0px;
    min-height: 300px;
	padding-bottom:450px;
	padding-top:0;
}
.contact .top {
	position:relative;
	padding-top: 60px;
	background: #eae7e4 url(../images/contact-bg.png) no-repeat left top;	
	}
.contact .box >div{
	margin-top:50px;
	margin-bottom:50px;	
	}
.contact .box h2{
	margin-bottom: 20px;
    color: #625338;
    font-weight: 700;	
	}
.contact .box h2 i {
    margin-bottom: 10px;
    color: #dbbe91;
    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: fixed;
	left:0;
	right:0;
    bottom: 0px;
    z-index:8;
    transition: left 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
}
footer .top {
    color: #333;
	background: #fff;
    margin-bottom: 0px;
    padding: 20px 0px;
}
footer .top h4 {
	text-transform: uppercase;
    letter-spacing: 0.6rem;	
	margin-top: 20px;
	}
footer .top p {
	font-size:1rem;
	}

footer .bottom {
    color: #504126;
    margin-bottom: 0px;
    padding: 20px 0px;
    background: #e9e7e4;
}

.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%;
	z-index:20;	
	}
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;	
	}
@media (max-width:767px){
	
.navbar-custom .navbar-nav{
	background:#fff;	
	}
.navbar-custom .nav-link {
    padding: 30px 20px;
	font-size: 1.5rem;
}
.home{
	background: #e8e6e1 url(../images/home-bg.jpg) no-repeat -721px 248px;
	background-size: cover;
	}
.heading-wrap h2 {
    margin-top: -40px;
	}
.tagline {
   margin-top: 170px;
   text-align:center;
}
.about{
	padding-top:50px;	
	}
.about h4{
	margin-top:20px;	
	}
.navbar-custom .navbar-nav.social {
    flex-direction: row;
}
.navbar-custom .navbar-nav.social .nav-item {} 
.nav-btn {
    margin-top: 50px;
}
.navbar-custom.top-nav-collapse .navbar-brand{
	height: 50px;
    width: 75px;
	}
.navbar-custom .navbar-brand{
	height: 250px;
    width: 250px;
    margin: 0px auto;
    background: url(../images/logo-mob.png) no-repeat center center;
    background-size: 100%;
	}
.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;	
	}
.home::after {
	bottom: -1px;	
}
.log-link a{
	margin-bottom: 0px;	
	}
.m-social{
	display:block;	
	}
.about .abt-content {
    text-align: center;
}
.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.desserts {
    background: #e1e1e1 url(../images/promotion-2-1.jpg) no-repeat -1209px bottom fixed;
}
.menus h4 {
    font-size: 23px;
}
.menus .box{
	margin-bottom:30px;	
	}
.menus .desserts span{
	margin-top: -9px;
    margin-left: -64px;	
	}
.contact .top {
    background: #eae7e4 url(../images/contact-bg.png) no-repeat -76px 40px;
    background-size: 100%;
}
.contact .box >div {
    margin-top:20px;
    margin-bottom: 20px;
}
footer span{
	display:block;
	padding-top:10px;
	margin-top:10px; border-top:1px solid #000;	
	}
.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;	
	}
.menus .note.mob{
	top: inherit;
    bottom: 17px;	
	}
.c-cake{
	text-align:center;	
	}
.c-cake .img{
	height: 200px;	
	}
}

