html{
	font-size: 62.5%;
	scroll-behavior: smooth;
	scroll-padding-top: 10rem;
}
body{	
	font-size: 1.6rem;
	font-family: 'Javanese Text';
	font-weight: 400;
	background: #D3BFAD;
	overflow-x: hidden;
}
h1,h2,h3,h4,h5,h6,p{
	margin: 0;
	padding: 0;
}
ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
ul li a,a{
	text-decoration: none;
}
p{
	font-size: 40px;
	line-height: 50px;
	color: #FFFFFF;
}
h1{
	font-size: 72px;
	line-height: 160px;
	color: #FFF;
}
h3{
	font-size: 50px;
	line-height: 113.53px;
	color: #FFFFFF;
}
.section_padding{
	padding: 0px 160px 160px 160px;
}
/*===========================  Start Header Section  ===========================*/
.header_main {
	padding: 30px 240px 25px 90px;
	background: #FFF;
	position: relative;
}
.logo a img {
	width: 500px;
	height: auto;
}
.flag_pos{
	position: absolute;
	top: 11px;
	right: 31px;
}
.flag_pos a img {
	width: 55px;
	height: 55px;
	border-radius: 50%;
}
.flag_pos a:last-child{
	margin-left: 15px;
}
.menu ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.menu ul li a {
	font-size: 38px;
	line-height: 46px;
	color: #000000;
	margin-left: 70px;
	margin-right: 90px;
	display: inline-block;
	position: relative;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.menu ul li a:hover::after {
	position: absolute;
	content: "";
	bottom: 10px;
	left: 0;
	width: 100%;
	height: 2px;
	background: #000;
}
.header{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

/*Start Mobile Menu icon*/
.menu_icon{
	display: none;
}
#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
	width: 28px;
	height: 23px;
	position: relative;
	margin: 0px;
	-webkit-transform: rotate(0deg);
	    -ms-transform: rotate(0deg);
	        transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}
#nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	background: #000000;
	border-radius: 0px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	    -ms-transform: rotate(0deg);
	        transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
#nav-icon4 span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
}
#nav-icon4 span:nth-child(2) {
	top: 8px;
	-webkit-transform-origin: left center;
	    -ms-transform-origin: left center;
	        transform-origin: left center;
}
#nav-icon4 span:nth-child(3) {
	top: 16px;
	-webkit-transform-origin: left center;
	    -ms-transform-origin: left center;
	        transform-origin: left center;
}
#nav-icon4.open span:nth-child(1) {
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	top: -2px;
	left: 2px;
}
#nav-icon4.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
#nav-icon4.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	        transform: rotate(-45deg);
	top: 18px;
	left: 2px;
}
/*End Mobile Menu icon*/

.menu_flat_pos {
	position: relative;
	top: 0px;
	right: 0px;
	margin-bottom: -20px;
	display: none;
}
.menu_flat_pos img {
	width: 25px;
	height: 25px;
	border-radius: 50%;
}
/*===========================  End Header Section  ===========================*/

/*===========================  Start Banner Section  ===========================*/
/*.banner_main {
	padding: 690px 130px 144px 130px;
	background: url(../images/banner.png) no-repeat scroll 0 0 / cover;
	position: relative;
	z-index: 2;
	border: 8px solid #D9D9D9;
}
.banner_main::after{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.25);
	        box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.25);
	z-index: -1;
}
.banner p{
	max-width: 920px;
}*/
.carousel-item{
    height: 70%;
    transition-duration: 1s;
    transform: 2s ease;
    background-repeat: no-repeat;
    background-color: black;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: -1;
    margin-top: -10%;
}
.title{
    color: rgb(200, 224, 255);
    font-size: 80px;
    
}
.caption{
	margin-top: 5%;
    position: absolute;
    bottom: 10%;
    left: 7%;
    right: 0;
    padding-bottom: 5%;
}
.carousel-item img{
    opacity: 0.5;
}
/*===========================  End Banner Section  ===========================*/

/*===========================  Start WHY PIZZA Section  ===========================*/
.why_pizza_mian{
	padding: 90px 130px 178px 130px;
	background: url(../images/banner2.png) no-repeat scroll 0 0 / cover;
}
.why_pizza h1{
	margin-bottom: 45px;
}
.why_pizza p:nth-child(4){
	margin-top: 89px;
}
.why_pizza p:nth-child(5){
	margin-top: 68px;
}
.why_pizza img{
	float: right;
}
/*===========================  End WHY PIZZA Section  ===========================*/

/*===========================  Start MENU/PIZZAS and (All Contents) Section  ===========================*/
/*.menu_pizzas_main {
	background: #0D0D0D;
	padding-bottom: 100px;
}*/
.menu_pizzas_main {
	background: #D3BFAD;
	padding-bottom: 100px;
}
.pizza_sanwiches_mainpt{
	padding-top: 100px;
}
.menu_pizzas_title h1 {
	font-size: 80px;
	line-height: 181.64px;
	color: #000;
	padding-top: 11px;
	text-align: center;
	position: relative;
}
.pizzas_all_menu_items_bottom_middle h1 {
	color: #000;
}
.menu_pizzas_title h1::after {
	position: absolute;
	content: "";
	bottom: 20px;
	left: 0;
	right: 0;
	margin: auto;
	width: 800px;
	height: 5px;
	background: #555;
}
.menu_pizzas_title {
	margin-bottom: 20px;
}
.pizzas_all_menu_items_top{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.pizzas_all_menu_items_top a, .pizzas_all_menu_items_bottom a {
	font-size: 40px;
	line-height: 90.82px;
	color: rgba(0, 0, 0, 0.39);
}
.pizzas_all_menu_items_bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.pizzas_all_menu_items_bottom_middle{
	position: relative;
	width: 500px;
	text-align: center;
	margin: 0px 35px;
}
.pizzas_all_menu_items_bottom_middle::after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0px;
	width: 100%;
	height: 5px;
	background: #555;
}
.pizzas_all_menu_items_bottom_middle h1{
	line-height: 140px;
}
.all_contents_single{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-bottom: 50px;
}
.all_contents{
	margin-top: 100px;
}
.all_contents_single_left p {
	margin-top: -13px;
	max-width: 830px;
	color: #a0a0a0;
}
.header_shape {
	margin-top: -110px;
}
.header_shape img{
	width: 100%;
	height: auto;
}
.pizzas_all_menu_items_bottom_first {
	width: 450px;
	text-align: right;
}
.pizzas_all_menu_items_bottom_last {
	width: 450px;
	text-align: left;
}
.pamibpl a{
	margin-left: 20px;
}

.pamibdps h1{
	line-height: 90px;
}
.pamibpis a{
	margin-right: 40px;
}
.pamibpl2 a{
	margin-left: 50px;
}
.acsdesserts{
	margin-bottom: 0px;
}
.desserts_main{
	position: relative;
}
.desserts_main::after{
	position: absolute;
	content: "";
	bottom: 0px;
	left: 0;
	right: 0;
	margin: auto;
	width: 50%;
	height: 5px;
	background: #D9D9D9;
}
.desserts_main2::after{
	width: 25%;
}
.salads_main.desserts_main.section_padding {
	padding-bottom: 100px;
}
.pamibpis3 a{
	margin-right: 80px;
}
.pamibmid2 h1 {
	max-width: 400px;
	margin: auto;
}
.pamibpl3 a{
	margin-left: 100px;
}
.all_contents_single_left h3 span{
	font-size: 40px;
	line-height: 90px;
	color: rgba(255, 255, 255, 0.29);
	margin-left: 20px;
}

.all_contents_titl{
	text-align: center;
	position: relative;
	margin: 200px 0px 125px 0px;
}
.all_contents_titl::after{
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 700px;
	height: 5px;
	background: #D9D9D9;
}
.all_contents_titl h1{
	line-height: 90px;
	font-size: 60px;
}
.all_contents_titl2{
	margin: 85px 0px 130px 0px;
}

.info_contact_main {
	padding: 315px 70px 150px 70px;
	/*background: url(../images/footer_shape.png) no-repeat scroll 100% 0 / cover;*/
	margin-top: -100px;
	position: relative;
}
.info_contact_main_pos{
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.info_contact_main_pos img{
	width: 100%;
	height: 100%;
}
.info_contacts_title h1{
	line-height: 90px;
	text-align: center;
}
.info_contacts_title{
	position: relative;
	text-align: center;
}
.info_contacts_title::after{
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 500px;
	height: 5px;
	background: #D9D9D9;
}
.info_contacts_icons ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.info_contacts_icons ul li a{
	margin-top: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.info_contacts_icons ul li a i {
	font-size: 70px;
	color: #FFF;
}
.info_contacts_icons ul li a span{
	font-size: 60px;
	line-height: 90px;
	color: #FFFFFF;
	padding-top: 30px;
}
.info_contacts_map{
	margin: 135px 0px;
}
.info_contacts_map iframe{
	width: 100%;
	height: 486px;
}
.info_contacts_dtls{
	margin-top: 120px;
	text-align: center;
}
.info_contacts_dtls p{
	font-size: 60px;
	line-height: 90px;
	margin-top: 40px;
}

.footer{
	padding: 60px 0px 115px 0px;
}
.footer_icons ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.footer_icons ul li a i {
	font-size: 140px;
	color: #000;
	margin: 0px 200px;
}
.footer_logo_title{
	padding: 21px 0px 0px 0px;
	background: #FFF;
	text-align: center;
}
.footer_logo_title a{
	font-size: 64px;
	line-height: 143px;
	color: #000;
	display: inline-block;
}
/*===========================  End MENU/PIZZAS and (All Contents) Section  ===========================*/
#loader{
	position: fixed;
	width: 100%;
	height: 100vh;
	background: #FFF url("../images/loading.gif") no-repeat center;
	background-size: 20%;
	z-index: 9999;
}



.all_contents_single_left h3 {
	color: #000;
}
.all_contents_single_right h3 {
	color: #000;
}
.all_contents_single_left p {
	color: #222;
}
.desserts_main::after {
	background: #555;
}
.all_contents_single_left h3 span {
	color: rgba(0, 0, 0, 0.39);
}
.all_contents_titl h1 {
	color: #000;
}
.all_contents_titl::after {
	background: #555;
}
.header_shape img {
	width: 104%;
	height: auto;
	margin-left: -2%;
}



