
.top{
    height:650px ;
    background-color: aquamarine;
    font-weight:bold;
    font-size: x-large;
    position:relative;
    
}
div.top::before{
    content:"";
    display: block;
    position:absolute;
    inset:0;
    background-image:url('../Styling/Images/pizza-4.jpg');
    background-size:cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;   

}
div.top_mobile::before{
    content:"";
    display: inline-block;
    position:absolute;
    inset:0;
    background-image:url('../Styling/Images/pizza-4.jpg');
    background-size:cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    height:55%;
    pointer-events:all;
}

.top-options, .top-logo{
    color: white;
   
}
.top_mobile{
    display: none;
   
}
.top::before{
    filter: brightness(40%);
}
.top_mobile::before{
    filter: brightness(40%);
}


.link {
    color: white;
    font-size: 100%;
    text-decoration: none;
    cursor: pointer;
    font-weight: 400;
    border-bottom: 1px solid transparent;
}
.link:hover {
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid #fff;
}
.main-menu {
    display: flex;
    justify-content: center;
    column-gap: 24px;
    align-items: center;
    padding: 80px 0;
}

a.fa:hover{
    border-bottom:1px solid transparent;
}
.mobile_link {
    font-size: 40px;
    padding-bottom: 1vh;
    color: coral;
    font-weight: 500;
    cursor: pointer;
}
.mobile_link:hover{
   text-decoration: none;
    color: coral;
}

.logo-image {
    height: auto;
    width: 450px;
    mix-blend-mode: lighten;
    filter: contrast(1);
    object-fit: contain;
}
.menu_button{
    padding: 8px 15px;
    width: 150px;
    height: 48px;
    border-radius: 4px;
    border: 2px solid transparent;
    font-weight: bold;
    background-color: darkorange;
    line-height: 30px;    
}

a.menu_button:hover {
    text-decoration: none;
    color: #ff8c00;
    background: #fff;
    border: 2px solid #ff8c00;
}

.pizza_lovers{
        position:relative;     
    }
    section.abt-us-sec {
        padding: 60px 0;
    }
    .about_us_image img {
        width: 100%;
        border-radius: 4px;
    }

div.pizza_lovers::before{
    content:"";
    position:absolute;
    inset:0;
    height:100%;
    background-image:url('../Styling/Images/pizza-5.jpg');
    background-size:cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    filter: brightness(30%);
}


.menu{
   min-height:180vh;
}
.contact_us{
    min-height: 80vh;  
}

.content_text_menu_headings{
    color:#FF8C00;
    font-weight:bolder;
}
h2,h3{
    font-weight: bold;
}

.header{
    min-height: 40%;
}

a.fa {
    font-size: 24px !important;
}


/* menu-design */

.tabss {
    margin: 0 auto;
    display: table;
}
.tab{
    background: #e6e8ea;
    padding: 8px 15px;
    border-radius: 50px;
    width: 100%;
    display: flex;
    justify-content: center;
}
button.tablinks {
    border: none;
    background: none;
    padding: 8px 16px;
}
ul.listing {
    padding: 0;
    display: flex;
    list-style-type: none;
    justify-content: center;
    column-gap: 50px;
    margin: 40px auto;
}
.listing li{
    text-align: center;
    box-shadow: 2px 2px 10px #ddd; 
    border-radius: 4px;
    padding: 24px;
    border:2px solid transparent;
}
.listing li:hover{
   border:2px solid #FF8C00;
}
.listing a {
    display: block;
    color: #000;
}
.listing a:hover{
   text-decoration: none;
    color: #000;
}
.listing h3 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
}
.listing p {
    font-size: 16px;
    line-height: 24px;
}
button.tablinks.active {
    color: #FF8C00;
}
.title {
    margin-bottom: 24px;
}
.menu-wrapper {
    display: flex;
    column-gap: 24px;
    background: #f8f8f8;
    border-radius: 4px;
    padding: 12px;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}
.menu-list {
    width:100%;
}
.img-sec {
    width: 50px;
    height: 50px;
}
.img-sec img {
    width: 50px;
    height: 50px;
}
.content {
    display: flex;
    flex-wrap: wrap;
	padding:8px 8px 10px;
}
h5.content_text_menu_headings {
    width: auto;
}
p.content_text_menu {
    margin-bottom: 0;
	width:100%;
}
a.cta-btn {
    width: 150px;
    display: block;
    background: green;
    padding: 8px;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}
a.cta-btn:hover{
    text-decoration: none;  
}
.contact-wrapper {
    background: #f4f4f4;
    padding: 40px;
    margin: 20px auto 40px;   
    border-radius: 12px;
    display: flex;
}
.contact-detail{
    text-align: center;
}
.contact-detail h3 {   
    font-weight: 700;
    margin-bottom: 16px;
}
.contact-detail ul {
    padding-left: 0;
    list-style-type: none;
    text-align: center;
}
.contact-detail p{
    font-weight: 400;
}
@media (min-width:1440px) {
    .contact-wrapper {max-width: 65%;}    
}
@media(max-width:1200px){     
    .pizza_lovers{
        position:relative
    }

    .link {       
        font-size: 70%;
    }    
    .footer_content{
        font-size: 20px;
    }
    .logo-image{
        width: 60%;
    }
    .top-options, .top-logo {       
        padding: 0;
    }  

}
@media only screen and (min-width: 1100px) {
     .header{
        min-height:50%
     }
     .content_text{
        font-size: 1vw;
    }  
}
@media (max-width:991px) {
    .top-options{
        text-align: center !important;
        padding-bottom: 40px;
    }

}
@media screen and (max-device-width: 767px) and (orientation: portrait){   
   
   
    .about_us_content{
        color:black;
    }
    .header{
        min-height: 55vh;
    }
    .top_mobile{
        min-height:50vh;
    }
    .contact_us{
        padding: 80px 0 0;
    }
    .mobile{
        padding: 24px;
        height: 100%;
    }
    .top_mobile .options {
        padding: 24px;
    }
	.custom-col{
		max-width: 100%;
		flex:0 0 100%;
		margin-bottom:40px;
	}
	.custom-col h3 {
		font-size: 3.8vw;
		font-weight: 500;
		margin-bottom: 16px;
	}
	h5.content_text_menu_headings {		
		font-size: 2.8vw;	
		margin-bottom: 5px;
	}
	p.content_text_menu{
		font-size: 2.2vw;
		width:100%;
	}
	.price {    
		font-size: 2.2vw;
		margin-top: 10px;
	}
	.title-content {    
		margin-bottom:16px;
	}
}

@media screen and (max-device-width: 767px) and (orientation: landscape){   
    .mobile{
        padding: 24px;
    }
    .top-content,.about_us_image{
        display: none;
    }
    .top {
        height: auto;       
    }
    
    .about_us_content{
        color:black;
    }
    .header{
        min-height: 55vh;
    }
    .top_mobile{
        min-height:70vh;
    }
    div.top_mobile::before{
        height:60%;
    }
    .top_mobile .options {
        padding: 24px;
    }
	.content_text{
        font-size: 2vw;
		padding: 0 24px;
    }
    .content_text_menu,.price{
        font-size: 2vw;
    }
	h5.content_text_menu_headings {		
		font-size: 2.8vw;	
		margin-bottom: 5px;
	}
	p.content_text_menu{
		font-size: 2.2vw;
		width:100%;
	}
	.price {    
		font-size: 2.2vw;
		margin-top: 10px;
	}
	.title-content {    
		margin-bottom:16px;
	}

}

@media screen and (min-device-width: 768px) and (max-device-width: 991px) { 
    .top {
        height: auto;       
    }
    .top-content,.about_us_image{       
        width: 500px;
        height: 300px;
        object-fit: cover;
        margin: 0 auto;
        display: table;
    }
    .content_text{
        font-size: 2vw;
    }
    .about_us_content{
        color:black;
        padding: 0 50px;
    }
    .contact-detail ul{
        text-align: center;
    }
	h5.content_text_menu_headings {		
		font-size: 2vw;
	}p.content_text_menu{
		font-size: 2.2vw;
		width:100%;
	}
	.price {    
    font-size: 2.2vw;
    margin-top: 10px;
	}
}

@media screen and (min-device-width: 992px) and (max-device-width: 1200px) { 
    .top-content{
        display: none;
    }         
}

@media only screen and (min-device-width: 200px) and (max-device-width: 575px) {    
    .about_us_image{
        display:none;
    }      
    .content_text{
        font-size: 3.2vw;
		padding: 0 24px;
    }
    .content_text_menu{
        font-size: 3.2vw;
    }
    .menu{
        font-size: 13px;
    }
    .content_text_menu_headings{
        font-size: 3.5vw;
        font-weight: bolder;
    }
    .map{
        display:none;
    }
    .contact_us{
        min-height: auto;
    }
    .top{
        display: none;
    }
    .top_mobile{
        display: inline;
        overflow:hidden;
    }
    .logo-image {
        width: 90%;
        position: relative;
        top: 180px;
    }
	h5.content_text_menu_headings {
        font-size: 3.2vw;
    }
    p.content_text_menu{
		font-size: 2.8vw;
	}
	.price {
        font-size: 2.8vw;
    }
	.title-content {    
		margin-bottom:16px;
	}
}

.content_text_menu_headings,.price{
    display: inline;
}

.price {    
    font-weight: bolder;
    margin-bottom: 0;
}

iframe{
    min-width: 100%;
    min-height: 40vh;
}

.title-content {    
    display: flex;
    column-gap: 24px;
    width: 100%;
    justify-content:space-between;
    align-items: center;
}

/* responsive css*/
@media(max-width:1365px) {
    .main-menu{ gap:15px; } 
    .link{ font-size: 20px; }
}
@media(max-width:1199px) {
    .main .top .col-lg-4{ flex:50%;  max-width:50%; text-align: center !important; }
    
}
@media(max-width:991px) {
    .main-menu{ padding-top: 40px; }
    .main .top .col-lg-4{ flex:100%;  max-width:100%; text-align: center !important; }
    .top{height: 500px;}
}

@media(max-width:575px) {
    .top-logo{ padding-top: 100px !important ; }
}