:root {
  --red: #be1e2d;
  --black: #000;
  --light-color: #8a8c8f;
  --box-shadow: 0 .5rem 1.5rem rgba(0, 0, 0, .2);
}

* {
  @font-face {
    font-family: , majesti_banner_medium;
    src: url(root_folder\css\Majesti-Banner-Medium.otf);
    font-weight: bold;
  }

  margin:0;
  padding:0;
  box-sizing: border-box;
  text-decoration: none;
  outline: none;
  border:none;
  text-transform: capitalize;
  transition: all .2s linear;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
  scroll-padding-top: 5.5rem;
  scroll-behavior: smooth;
}

section {
  padding: 2rem 9%;
}

section:nth-child(even) {
  background: #41393d;
}

.sub-heading {
  text-align: center;
  color: var(--red);
  font-size: 4rem;
  padding-top: 2rem;
  height: 10px;
}

.heading {
  text-align: center;
  color: var(--black);
  font-size: 16px;
  padding-bottom: 1rem;
  text-transform: uppercase;
  height: 5px;
}

.btn {
  margin-top: .2rem;
  display: inline-block;
  height: 5px;
  font-size: 1.4rem;
  color: rgb(240, 155, 155);
  background: var(--black);
  border-radius: .3rem;
  cursor: pointer;
  padding: 1.3rem 3rem;
}

.btn:hover {
  background: var(--red);
  letter-spacing: 1.1rem;
  height: auto;
}

header{
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color:#be1e2d;
  padding: 30px 10%;
}

.logo {
  cursor: pointer;
  margin-left: auto;
  order: 3;
 }
 
nav{
  order: 1;
}

 .nav-links{
list-style: none;
}

.nav-links li{
  display: inline-block;
  padding: 0px 20px;
  font-size: large;
}
 

.nav-links li a{
  transition: all 0.3s ease 0s;
}

.nav-links li a:hover{
  color: #ef4e22;
}



header .icons i,
header .icons a{
    cursor: pointer;
    margin-left: .5rem;
    height:4.5rem;
    line-height: 4.5rem;
    width:4.5rem;
    text-align: center;
    font-size: 1.7rem;
    color:var(--black);
    border-radius: 50%;
    background: #eee;
}

header .icons i:hover,
header .icons a:hover{
    color:#fff;
    background: var(--green);
    transform: rotate(360deg);
}



  header .icons #menu-bars {
    display: none;
  }

  #search-form{
    position: fixed;
    top:-110%; left:0; 
    height:100%; width:100%;
    z-index: 1004;
    background:rgba(0,0,0,.8);
    display: flex;
    align-items: center;
    justify-content: center;
    padding:0 1rem;
}

#search-form.active{
    top:0;
}

#search-form #search-box{
    width:50rem;
    border-bottom: .1rem solid #fff;
    padding:1rem 0;
    color:#fff;
    font-size: 3rem;
    text-transform: none;
    background:none;
}

#search-form #search-box::placeholder{
    color:#eee;
}

#search-form label{
    color:#fff;
    cursor:pointer;
    font-size: 3rem;
}

#search-form label:hover{
    color:var(--green);
}

#search-form #close{
    position: absolute;
    color:#fff;
    cursor: pointer;
    top: 2rem; right:3rem;
    font-size: 5rem;
}

  .header .shopping-cart{
      position: absolute;
      top:110%; right:-110%;
      padding:1rem;
      border-radius: .5rem;
      box-shadow: var(--box-shadow);
      width:35rem;
      background: #41393d;
  }
  
  .header .shopping-cart.active{
      right:2rem;
      transition: .4s linear;
  }
  
  .header .shopping-cart .box{
      display: flex;
      align-items: center;
      gap:1rem;
      position: relative;
      margin:1rem 0;
  }
  
  .header .shopping-cart .box img{
      height:5rem;
  }
  
  .header .shopping-cart .box .fa-trash{
      font-size: 2rem;
      position: absolute;
      top:50%; right:2rem;
      cursor: pointer;
      color:var(--light-color);
      transform: translateY(-50%);
  }
  
  .header .shopping-cart .box .fa-trash:hover{
      color:var(--red);
  }
  
  .header .shopping-cart .box .content h3{
      color:var(--black);
      font-size: 1.7rem;
      padding-bottom: 1rem;
  }
  
  .header .shopping-cart .box .content span{
      color:var(--light-color);
      font-size: 1.6rem;
  }
  
  .header .shopping-cart .box .content .quantity{
      padding-left: 1rem;
  }
  
  .header .shopping-cart .total{
      font-size: 2.5rem;
      padding:1rem 0;
      text-align: center;
      color:var(--black);
  }
  
  .header .shopping-cart .btn{
      display: block;
      text-align: center;
      margin:1rem;
  }
  
  


header .icons #menu-bars{
  display: none;
}

    #search-form {
      position: fixed;
      top: 110%;
      left: 0;
      height: 100%;
      width: 100%;
      z-index: 1004;
      background: rgba(0, 0, 0, .8);
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0 1rem;
    }

    #search-form.active {
      top: 2px;
      ;
    }

   
    #search-form #search-box::placeholder {
      color:#8a8c8f;
    }

    #search-form input{
      border: none;
      outline: none;
      background: #ef4e22;
      height: 100%;
      padding: 0 10px;
      font-size: 20px;
      width: 350px;

    }

    #search-form label {
      color: #000;
      cursor: pointer;
      font-size: 3rem;
    }

    #search-form label:hover {
      color: var(--red);
    }

    #search-form #close {
      position: absolute;
      color: #be1e2d;
      cursor: pointer;
      top: 2rem;
      right: 3rem;
      font-size: 5rem;
    }
nav .search-box{
  display:flex;
  margin: auto 0;
  height: 35px;
  line-height: 35px;
}
  
ol li a{
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
height: 20px;
}

.home{
  background: #d7e4c2;
}

    .home .home-slider .slide {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      gap: 2rem;
      padding-top: 9rem;
    }

    .home .home-slider .slide .content {
      flex: 1 1 45rem;
    }

    .home .home-slider .slide .image {
      flex: 1 1 45rem;
    }

    .home .home-slider .slide .image img {
      width: 100%;
    }

    .home .home-slider .slide .content span {
      color: var(--red);
      font-size: 2.5rem;
    }

    .home .home-slider .slide .content h3 {
      color: var(--black);
      font-size: 7rem;
    }

    .home .home-slider .slide .content p {
      color: var(--light-color);
      font-size: 2.2rem;
      padding: .5rem 0;
      line-height: 1.5;
    }

    .swiper-pagination-bullet-active {
      background: var(--red);
    }


    .dishes .box-container{
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(28rem, 1fr));
      gap:1.5rem;
  }
  
  .dishes .box-container .box{
      padding:2.5rem;
      background:#be1e2d;
      border-radius: .5rem;
      border:.1rem solid rgba(0,0,0,.2);
      box-shadow: var(--box-shadow);
      position: relative;
      overflow: hidden;
      text-align: center;
  }
  
  .dishes .box-container .box .fa-heart,
  .dishes .box-container .box .fa-eye{
      position: absolute;
      top:1.5rem;
      background:#eee;
      border-radius: 50%;
      height: 5rem;
      width:5rem;
      line-height: 5rem;
      font-size: 2rem;
      color:var(--black);
  }
  
  .dishes .box-container .box .fa-heart:hover,
  .dishes .box-container .box .fa-eye:hover{
      background: var(--red);
      color:#fff;
  }
  
  .dishes .box-container .box .fa-heart{
      right:-15rem;
  }
  
  .dishes .box-container .box .fa-eye{
      left:-15rem;
  }
  
  .dishes .box-container .box:hover .fa-heart{
      right:1.5rem;
  }
  
  .dishes .box-container .box:hover .fa-eye{
      left:1.5rem;
  }
  
  .dishes .box-container .box img{
      height:17rem;
      margin:1rem 0;
  }
  
  .dishes .box-container .box h3{
      color:var(--black);
      font-size: 2.5rem;
  }
  
  .dishes .box-container .box .stars{
      padding:1rem 0;
  }
  
  .dishes .box-container .box .stars i{
      font-size: 1.7rem;
      color:var(--red);
  }
  
  .dishes .box-container .box span{
      color:var(--black);
      font-weight: bolder;
      margin-right: 1rem;
      font-size: 2.5rem;
  }


    .menu .box-container {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(28rem, 1fr));
      gap: 1.5rem;
    }

    .menu .box-container .box{
      background: #ef4e22;
      border:.1rem solid rgba(0,0,0,.5);
      border-radius: .5rem;
      box-shadow: var(--box-shadow);    
  }
  .menu .box-container .box .image{
    height: 25rem;
    width: 100%;
    padding:1.5rem;
    overflow: hidden;
    position: relative;
}

.menu .box-container .box .image img{
    height: 100%;
    width: 100%;
    border-radius: .5rem;
    object-fit: cover;
}


.menu .box-container .box .image .fa-heart{
  position: absolute;
  top:2.5rem; right: 2.5rem;
  height: 5rem;
  width: 5rem;
  line-height: 5rem;
  text-align: center;
  font-size: 2rem;
  background: #fff;
  border-radius: 50%;
  color:var(--black);
}

.menu .box-container .box .image .fa-heart:hover{
  background-color: var(--green);
  color:#fff;
}

.menu .box-container .box .content{
  padding:2rem;
  padding-top: 0;
}

.menu .box-container .box .content .stars{
  padding-bottom: 1rem;
}

.menu .box-container .box .content .stars i{
 font-size: 1.7rem;
 color:var(--red);
}

.menu .box-container .box .content h3{
  color:var(--black);
  font-size: 2.5rem;
}

.menu .box-container .box .content p{
  color:var(--light-color);
  font-size: 1.6rem;
  padding:.5rem 0;
  line-height: 1.5;
}

.menu .box-container .box .content .price{
  color:var(--red);
  margin-left: 1rem;
  font-size: 2.5rem;
}

    .menu .box-container .box .fa-heart,
    .menu .box-container .box .fa-eye {
      position: absolute;
      top: 2.5rem;
      background: #d4a18d;
      border-radius: 50%;
      height: 5rem;
      width: 5rem;
      line-height: 10rem;
      font-size: 15rem;
      color: var(--black);
    }

    .menu .box-container .box .fa-heart:hover,
    .menu .box-container .box .fa-eye:hover {
      background: var(--red);
      color: #000;
    }

    .menu .box-container .box .fa-heart {
      right: -15rem;
    }

    .menu .box-container .box .fa-eye {
      left: -15rem;
    }

    .menu .box-container .box:hover .fa-heart {
      right: .5rem;
    }

    .menu.box-container .box:hover .fa-eye {
      left: .5rem;
    }

    .menu .box-container .box img {
      height: 17rem;
      margin:1rem 0;
    }

    .menu .box-container .box h3 {
      color: var(--black);
      font-size: 2.5rem;
    }

    .menu .box-container .box .stars {
      padding: 17rem 0;
    }

    .menu .box-container .box .stars i {
      font-size: .7rem;
      color: var(--black);
    }

    .menu .box-container .box span {
      color: var(--red);
      font-weight: bolder;
      margin-right: 2rem;
      font-size: 3.5rem;
    }

    .about-us .row {
      display: flex;
      flex-wrap: wrap;
      gap: .5rem;
      align-items: center;
    }

    .about-us .row .image {
      flex: 1 1 45rem;
    }

    .about-us .row .image img {
      width: 80%;
      margin: 7.5rem;
    }

.about-us .row p1{
  font-size: x-large;
  
}


.about-us .heading {
  font-size: 2.7rem;
  color: var(--black);
}

    .about-us .row .content {
      flex: 1 1 45rem;
    }

    .about-us .row .content h3 {
      color: var(--black);
      font-size: 5rem;
      padding: .9rem 0;
    }

    .about-us .sub-heading{
      color: var(--black);
      font-size: 5.5rem;
    }

    .about-us .row .content p {
      color: var(--light-color);
      font-size: 2.5rem;
      padding: .1rem 0;
      line-height: 2;
    }

    .about-us .row .content .icons-container {
      display: flex;
      gap: 2rem;
      flex-wrap: wrap;
      padding: 1rem 0;
      margin-top: .5rem;
    }

    .about-us .row .content .icons-container .icons {
      background: #eee;
      border-radius: .5rem;
      border: .1rem solid rgba(0, 0, 0, .2);
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 3rem;
      flex: 1 1 17rem;
      padding: 1.5rem 1rem;
    }

    .about-us .row .content .icons-container .icons i {
      font-size: 2.5rem;
      color: var(--red);
    }

    .about-us .row .content .icons-container .icons span {
      font-size: 2.5rem;
      color: var(--black);
    }

    .menu .box-container {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
      gap: 1.5rem;
    }

    .menu .box-container .box {
      background: #ef4e22;
      border: .1rem solid rgba(0, 0, 0, .2);
      border-radius: .5rem;
      box-shadow: var(--box-shadow);
    }

    .menu .box-container .box .image {
      height: 25rem;
      width: 100%;
      padding: 1.5rem;
      overflow: hidden;
      position: relative;
    }

    .menu .box-container .box .image img {
      height: 100%;
      width: 100%;
      border-radius: 2.5rem;
      object-fit: cover;
    }

    .menu .box-container .box .image .fa-heart {
      position: absolute;
      top: 2.5rem;
      right: 2.5rem;
      height: 5rem;
      width: 5rem;
      line-height: 5rem;
      text-align: center;
      font-size: .5rem;
      background: #fff;
      border-radius: 50%;
      color: var(--black);
    }

    .menu .box-container .box .image .fa-heart:hover {
      background-color: var(--red);
      color: #fff;
    }

    .menu .box-container .box .content {
      padding: 2rem;
      padding-top: 0;
    }

    .menu .box-container .box .content .stars {
      padding-bottom: 1rem;
    }

    .menu .box-container .box .content .stars i {
      font-size: 1.7rem;
      color: var(--red);
    }

    .menu .box-container .box .content h3 {
      color: var(--black);
      font-size: 2.5rem;
    }

    .menu .box-container .box .content p {
      color: var(--light-color);
      font-size: 1.6rem;
      padding: .5rem 0;
      line-height: .5;
    }

    .menu .box-container .box .content .price {
      color: var(--red);
      margin-left: 1rem;
      font-size: 1.5rem;
    }


    .review .slide{
      padding:2rem;
      box-shadow:var(--box-shadow);
      border:.1rem solid rgba(0,0,0,.2);
      border-radius: .5rem;
      position: relative;    
  }
  
.review .sub-heading  h3{
  color: var(--black);
  font-size: 2.5rem;
}

.review .heading .content h1{
  color: var(--black);
  font-size: 4.5rem;
}

  .review .slide .fa-quote-right{
      position: absolute;
      top:2rem; right:2rem;
      font-size: 6rem;
      color:#ccc;
  }
  
  .review .slide .user{
      display: flex;
      gap:1.5rem;
      align-items: center;
      padding-bottom: 1.5rem;
  }
  
  .review .slide .user img{
      height: 7rem;
      width: 7rem;
      border-radius: 50%;
      object-fit: cover;
  }
  
  .review .slide .user h3{
      color:var(--black);
      font-size: 5rem;
      padding-bottom: .5rem;
  }
  
  .review .slide .user i{
      font-size: 2.3rem;
      color:var(--green);
  }
  
  .review .slide p{
      font-size: 3.5rem;
      line-height: 1.8;
      color:var(--light-color);
  }

    .Contact Us .slide {
      padding: 2rem;
      box-shadow: var(--box-shadow);
      border: .1rem solid rgba(0, 0, 0, .2);
      border-radius: .5rem;
      position: relative;
    }

    .Contact Us .slide .fa-quote-right {
      position: absolute;
      top: 2rem;
      right: 2rem;
      font-size: 6rem;
      color: #ccc;
    }

    .Contact Us .slide .user {
      display: flex;
      gap: 1.5rem;
      align-items: center;
      padding-bottom: 1.5rem;
    }

    .Contact Us .slide .user img {
      height: 7rem;
      width: 7rem;
      border-radius: 50%;
      object-fit: cover;
    }

    .Contact Us .slide .user h3 {
      color: var(--black);
      font-size: 2rem;
      padding-bottom: .5rem;
    }

    .Contact Us .slide .user i {
      font-size: 1.3rem;
      color: var(--red);
    }

    .Contact Us .slide p {
      font-size: 1.5rem;
      line-height: 1.8;
      color: var(--light-color);
    }

.Contact Us h1{
  font-size: large;
}

.Contact Us p{
  font-size: large;
}

.contact{
  position: relative;
  min-height: 100vh;
  padding: 50 px 100px;
  display: flex;
  justify-content: center;
align-items: center;
flex-direction: column;
background-size: url(restaurant.jpg);
background-size: cover;
}

.contact .content{
  max-width: 800px;
  text-align: center;
}

.contact .content h2{
  font-size: 36px;
  font-weight: 500px;
  color: #be1e2d;
}

.contact .content p{
  font-size: medium;
  font-weight: 300px;
  color: #8a8c8f;
}

.container{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}

.container .contact-info{
  width: 50%;
  display: flex;
  flex-direction: column;
}

.container .contact-info .box{
  position: relative;
  padding: 20px 0;
  display: flex;
}

.container .contact-info .box .icon{
  min-width: 60px;
  height: 60px;
  background: #fff;
  display: flex;
  align-items: center;
  border-radius: 50%;
  font-size: 25px;
}

.container .contact-info .box .icon .text p{
  font-size: larger;
}

.container .contact-info .box .text{
  display: flex;
  margin-left: 20px;
  font-size: 20px;
  color: #8a8c8f;
  flex-direction: column;
  font-weight: 300;
}

.container .contact-info .box .text h3{
  font-weight: 500;
  color: #8a8c8f;
}

.contact-form{
  width: 40%;
  padding: 40px;
  background: #8a8c8f;
}

.contact-form h2{
  font-size: 30px;
  color: #000;
  font-weight: 500;
}

.contact-form .input-box{
  position: relative;
  width: 100%;
  margin-top: 10px;
}

.contact-form .input-box input,
.contact-form .input-box textarea{
  width: 100%;
  padding: 5px 0;
  font-size: 16px;
  margin: 10px 0;
  border: none;
  border-bottom: 2px solid #41393d;
  outline: none;
  resize: none;
}
.contact-form .input-box span{
  position: absolute;
  left: 0;
  padding: 5px 0;
  font-size: 16px;
  margin: 10px 0;
  pointer-events: none;
  transition: 0.5s;
  color: #d4a18d;
}

.contact-form .input-box input:focus ~ span,
.contact-form .input-box input:valid ~ span,
.contact-form .input-box textarea:focus ~ span,
.contact-form .input-box textarea:valid ~ span{
  color: #be1e2d;
  font-size: 12px; 
  transform: translateY(-20px);
}

.contact-form .input-box input[type="submit"]{
  width: 100px;
  background:#ef4e22 ;
  color: #fff;
border: none;
cursor: pointer;
padding: 10px;
font-size: 18px;
}

    .footer .box-container {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
      gap: 1.5rem;
    }

    .footer .box-container .box h3 {
      padding: .5rem 0;
      font-size: 3.5rem;
      color: var(--black);


    }

    .footer .box-container .box a {
      display: block;
      padding: .5rem 0;
      font-size: 2.5rem;
      color: var(--light-color);
    }

    .footer .box-container .box a:hover {
      color: var(--red);
      text-decoration: underline;
    }

    .footer .credit {
      text-align: center;
      border-top: .1rem solid rgba(0, 0, 0, .1);
      font-size: 2rem;
      color: var(--black);
      padding: .5rem;
      padding-top: 1.5rem;
      margin-top: 1.5rem;
    }

    .footer .credit span {
      color: var(--red);
    }

    
.footer{
  background: #41393d;
  margin: .2rem;
  margin-top: 1.5rem;
}

.footer .box-container{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
  gap:1.5rem;
}

.footer .box-container .box h3{
  font-size: 2.5rem;
  margin-top: 3.5rem;
  color:var(--black);
  padding:1rem 0;
}

.footer .box-container .box h3 i{
  color:var(--red);
}

.footer .box-container .box .links{
  display: block;
  font-size: 2.5rem;
  color:var(--light-color);
  padding:1rem 0;
  margin-right: 3.5rem;
}

.footer .box-container .box .links i{
  color:var(--red);
  padding-right: .5rem;
}

.footer .box-container .box .links:hover i{
  padding-right: 2rem;
}


.footer .box-container .box p{
  line-height: 1.8;
  font-size: 2.5rem;
  color:var(--light-color);
  padding:1rem 0;
}

.footer .box-container .box .share a{
  height:4rem;
  width:4rem;
  line-height:4rem;
  border-radius: .5rem;
  font-size: 2rem;
  color:var(--black);
  margin-right: .2rem;
  background: #eee;
  text-align: center;
}

.footer .box-container .box .share a:hover{
  background: var(--red);
  color: #d4a18d;
}

.footer .box-container .box .email{
  width: 100%;
  margin:.7rem 0;
  padding:1rem;
  border-radius: .5rem;
  background: #eee;
  font-size: 1.6rem;
  color:var(--black);
  text-transform: none;
}

.footer .box-container .box .payment-img{
  margin-top: 2rem;
  height: 3rem;
  display: block;
}






.loader-container{
  position: fixed;
  top:0; left:0;
  height:100%; 
  width:100%;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.loader-container img{
  width:35rem;
}

.loader-container.fade-out{
  top:-110%;
  opacity:0;
}


































/* media queries  */

@media (max-width:991px){

  html{
      font-size: 55%;
  }
  
  header{
      padding:1rem 2rem;
  }

  section{
      padding:2rem;
  }

  .contact{
    padding: 50px;
  }

.container{
  flex-direction: column;
}

.container .contact-info{
  margin-bottom: 40px;
}

.container .contact-info,
.contact-form{
  width: 100%;
}

}

@media (max-width:768px){

  header .icons #menu-bars{
      display: inline-block;
  }

  header .navbar{
      position: absolute;
      top:100%; left:0; right:0;
      background:#8a8c8f;
      border-top: .1rem solid rgba(0,0,0,.2);
      border-bottom: .1rem solid rgba(0,0,0,.2);
      padding:1rem;
      clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  }

  header .navbar.active{
      clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }

  header .navbar a{
      display: block;
      padding:1.5rem;
      margin:1rem;
      font-size: 2rem;
      background:#d4a18d;
  }

  #search-form #search-box{
      width:90%;
      margin:0 1rem;
  }

  .home .home-slider .slide .content h3{
      font-size: 5rem;
  }

  #menu-btn{
    display: inline-block;
}

.header .search-form{
    width:90%;
}

.header .navbar{
    position: absolute;
    top:110%; right:-110%;
    width:30rem;
    box-shadow: var(--box-shadow);
    border-radius: .5rem;
    background: #fff;
}

.header .navbar.active{
    right:2rem;
    transition: .4s linear;
}

.header .navbar a{
    font-size: 2rem;
    margin:2rem 2.5rem;
    display: block;
}

}


@media (max-width:450px){

  html{
      font-size: 50%;
  }

  .menu .box-container .box img{
      height:auto;
      width: 100%;
  }

 


.heading{
    font-size: 2.5rem;
}

.dishes .box-container .box img{
  height:auto;
  width: 100%;
}

.menu .box-container .box img{
  height:auto;
  width: 100%;
}


.footer{
    text-align: center;
}

.footer .box-container .box .payment-img{
    margin: 2rem auto;
}


}

