*{
    padding: 0;
    margin: 0;
    font-family: 'Cabin';
}
@font-face{
    font-family: 'Cabin';
	src: url(./assets/fonts/Cabin-Regular.ttf);
}

.mb-0{
    margin-bottom: 0px;
}
.mb-1{
    margin-bottom: 10px;
}
.mb-2{
    margin-bottom: 20px;
}
.mb-3{
    margin-bottom: 30px;
}
.mb-4{
    margin-bottom: 40px;
}
.mb-5{
    margin-bottom: 50px;
}

.mb-6{
    margin-bottom: 60px;
}
.mb-7{
    margin-bottom: 70px;
}
.mb-8{
    margin-bottom: 80px;
}
.mb-9{
    margin-bottom: 90px;
}
.mb-10{
    margin-bottom: 100px;
}
.mb-12{
    margin-bottom: 120px;
}


.mt-0{
    margin-top: 0px;
}
.mt-1{
    margin-top: 10px;
}
.mt-2{
    margin-top: 20px;
}
.mt-3{
    margin-top: 30px;
}
.mt-4{
    margin-top: 40px;
}
.mt-5{
    margin-top: 50px;
}

.mt-6{
    margin-top: 60px;
}
.mt-7{
    margin-top: 70px;
}
.mt-8{
    margin-top: 80px;
}
.mt-9{
    margin-top: 90px;
}
.mt-10{
    margin-top: 100px;
}
.mt-12{
    margin-top: 120px;
}
.center-item{
    text-align: center;

}
/* general css */
.text-white{
    color: #fff;
}
.text-low{
    color: rgb(116, 116, 116);
}
.text-red{
    color: rgb(255, 0, 0);
}
.border-up{
    border-top: #fff solid 1px;
}
.border-up-dark{
    border-top: rgb(172, 172, 172) 1px solid;
}

/* all sections */
/* Header section details */
.top-header{
    color: #fff;
    height: 100vh;
    background-image: url(./assets/banner-3.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 0 0 300px 300px  ;
}

/* ingredients section details */

.ingredients{
    background-color: #f7f6f2;

}


/* ingredients section ends */

/* order section details */

.order-section{
    color: #fff;
   
    background-image: url(./assets/banner-22.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    
}

.element-box{
    
    background-color: rgb(255, 0, 0);
    height: 100px;
    width: 100px;
    border-radius: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
    aspect-ratio: 1/1;
    object-fit: contain;
    
}
.element-box i{
    color: #fff;
    font-size: 50px;
    align-items: center;
    top: 50%;
    right: 50%;
    margin: 20px 5px;

}
.element-button{
    text-decoration: none;
    color: #fff;
    font-weight: bold;
}
.element-button:hover{
    color: red;
    font-weight: bolder;
}




/* order section ends */


/* menu section details */

.menu{
    background-color: #f7f6f2;
    border-radius: 0 0 500px 500px ;
    overflow-x: hidden;
}






/* deals section details */

.deals{
    background-color: #f7f6f2;
}

.pizza-banner{
    background-image: url(./assets/db-0.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px 20px 0 0;
}
.pizza-banner .off-tag{
    margin-top: 20px;
    width: 200px;
}
.data-area{
    padding-left: 20px;
}
.pizza-content{
    background-color: rgb(255, 0, 0);
    border-radius: 0 20px 0 0;
}

.pizza-title{
    color: rgb(255, 238, 0);
    font-size: 20px;
    font-weight: 500;
   
}
.pizza-text{
    color: rgb(255, 255, 255);
    font-size: 60px;
    font-weight: bold;
    padding-top: 30px;

}
.pizza-price{
    color: rgb(255, 255, 255);
    font-size: clamp(1rem, 15.5vw, 8rem);
    font-weight: bold;
    padding-top: 10px;
}


.pizza-banner2{
    background-image: url(./assets/db-2.1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px 20px ;
}
.pizza-content2{
    background-color: rgb(255, 0, 0);
    border-radius:  20px  0 0 20px;
}
.pizza-content3{
    background-color: rgb(255, 0, 0);
    border-radius: 0 20px  20px 0;  
}
.pizza-banner3{
    background-image: url(./assets/db-3.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px 20px ;
}
.combo-title{
    color: rgb(255, 238, 0);
    font-weight: 600;
    padding-top: 20px;

}
.combo-price{
    font-size: clamp(1rem, 15.5vw, 8rem);
    font-weight: 600;
    padding-top: 20px;
    
}
.off-tag2{
    margin-top: 10px;
    width: 200px;
}

.example-box {
    
    background-image: linear-gradient(to bottom right, #eb0101, #d13531);
    width: 100%;
    height: 400px;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    background-size: cover;
    color: rgb(255, 255, 255);
    font-family: sans-serif;
    font-weight: 200;
    z-index: 1;
   
  }
  
  
  .example-box * {
    z-index: 2;
  }
  
  h1 {
    font-family: Montserrat, sans-serif;
    color: white;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
  }
  
  .background-shapes {
    content: "";
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 5076px;
    background-size: 100%;
    animation: 120s infiniteScroll linear infinite;
    background-repeat: repeat;
    background-image: url(./assets/slide-2.png);
  }
  
  @-webkit-keyframes infiniteScroll {
    0% {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  
    100% {
      -webkit-transform: translate3d(0, -1692px, 0);
      transform: translate3d(0, -1692px, 0);
    }
  }
  
  @keyframes infiniteScroll {
    0% {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  
    100% {
      -webkit-transform: translate3d(0, -1692px, 0);
      transform: translate3d(0, -1692px, 0);
    }
  }

/* deals section ends */

/* franchise section details */

.franchise-opp{
    font-size: clamp(1.5rem, 10vw, 4rem);
}



/* insta section details */

.insta-section{
    color: #fff;
    height: 70vh;
    background-image: url(./assets/slider-2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0px -100px;
}

.insta-bg{
    background-color: rgb(255, 0, 0);
}
.insta-bg .ig{
    color: #fff;
    font-size: 50px;
    cursor: pointer;
}
.insta-bg .ig:hover{
    color: black;
}
/* insta section ends */

/* rating section details */

.rating-section{
    background-color: #ff0000;
    color: #fff;
}

.rating-section .review-icons{
    color: #fff;
    font-size: 50px;
    cursor: pointer;
}
.rating-section .review-icons:hover {
   color: black;
}

/* download section details */

.download-section{
    background-color: #f7f6f2;
    color: #000;
}

.download-aap{
    font-size: clamp(1.5rem, 10vw, 5rem);
}

/* download section ends */



/* footer section details */

.footer-section{
    background-color: #ff0000;
    color: #fff;
    border-top: 12px #121212 solid;
}
.footer-logo{
    width: 200px;
}
.footer-logo:hover{
    transform: scale(1.1);
}
.footer-media{
    margin: 10px;
    letter-spacing: 15px;
    color: #fff;
    cursor: pointer;
    margin-bottom: 20px;
}
.footer-icon{
    color: #fff;
    font-size: 25px;
}
.footer-icon:hover{
 color: #000;
}
.footer-links{
    color: #fff;
    font-size: 20px;
    display: grid;
    text-decoration: none;
}
.footer-links:hover{
    color: #000;
}
.mechknow-llc{
    color: #fff;
    font-size: 20px;
}
/* footer section ends */








.navbar .logo{
    width: 200px;
}
.navbar .logo:hover{
    transform: scale(1.1);
}

.navbar .nav-link{
    margin: 15px;
    color: #fff !important;
    font-size: clamp(1rem, .5vw, 1rem);
    font-weight: bold;
}
.navbar .nav-link:hover{
    color: red !important;
    transform: scale(1.1);
}

.navbar .pages{
    display: flex;
    padding-left: 100px;
}
.navbar-icons{
    padding-left: 50px;
    display: flex;
}
.navbar-icons i{
    color: #fff;
    font-size: 25px;
    margin: 10px;
}
.navbar-icons i:hover{
    color: red;
    transform: scale(1.1);
}
.head-content{
    padding-top: 100px;
}
.head-content .title{
    font-size: clamp(1.5rem, 10vw, 5rem);
    font-weight: 600;
}

.head-buttons .btn{
    margin: 20px;
}
.our-images{
    width: 250px;
    border-radius: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
}
.mini-title{
    color: red;
    font-size: 33px;
    font-weight: bold;
}
.order-title{
    font-size: 50px;
    font-weight: bold;
}
.collectoins{
   margin-left: auto;
   margin-right: auto;
}





.menu-dishes a{
    position: relative;
    top: 0;
    transition: 0.3s;
   
    width: 400px;
   
   
}
.menu-dishes a:hover{
    top: -20px;
}



/* Menu Page Starts Here */

.menu-header{
    color: #fff;
    height: 100%;
    background-image: url(./assets/menu-page-bg1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 0 0 300px 300px  ;
}

.menu-page-menu{
    background-color: #f7f6f2;
    
}
.menu-buttons{
    margin-top: -50px;
}
.food-1{
    width: 100px;
    border-radius: 10px 0;
    margin: 10px;
}
.food-title{
    font-size: 30px;
    font-weight: bold;
    margin: 10px 0;
    color: #000;
    cursor: pointer;
    letter-spacing: 3px;
   
}
.food-description{
    color: rgb(92, 92, 92);
}


/* About Page Starts Here */
.about-header{
    color: #fff;
    height: 100%;
    background-image: url(./assets/about-bg1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 0 0 300px 300px  ;
}
.our-story{
    background-color: #f7f6f2;
}

.italian-pizzaria{
    font-size: clamp(1.5rem, 10vw, 4rem);

}
.part-1{
    height: 50%;
    background-image: url(./assets/about-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}



.about-content{
    background-color: #fff;
}
.part-2{
    height: 50%;
    background-image: url(./assets/menu-page-bg.jpg );
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.about-franchise{
    background-color: #f7f6f2;
}

/* About Page Starts Here */
.offers-header{
    color: #fff;
    height: 100%;
    background-image: url(./assets/banner-22.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 0 0 300px 300px  ;
}
.contact-header{
    color: #fff;
    height: 100%;
    background-image: url(./assets/menu-page-bg1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 0 0 300px 300px  ;
}
.office-details{
    background-color: #f7f6f2;
    border-radius: 20px 20px 0 0;
    margin-top: -50px;
}
.office-title{
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 2px;
}
.office-icons{
    color: red;
    font-size: 25px;
    margin: -1px 5px  ;
}