@import url("https://fontsgoogleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Satisfy&display=swap" );
@import url("https://fonts.googleapis.com/css2?family=Dancing+Script&display=swap" );
*,
*::after,
*::before {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

.html {
  font-size: 62.5%;
}

body {
  font-family: "Poppins", sans-serif;
  background: grey;
}
.full{
  
  background-image: url();
  background-repeat: no-repeat;
  background-size: cover;
}
.row{
  display: flex;
  margin-top: 20px;
  margin-left: 15px;
}
.row{
  text-align: center;
}
.row2{
  text-align: center;
  display: flex;
  margin-top: 70px;
}

.col-2{
  box-shadow: 0 8px 10px rgba(40,40,40);
  
  
  
}
.seven{
  height: 100%;
  width: 100%;
}
.overlay2{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
  background: black;
  cursor: pointer;}
  .content2{
    text-decoration: none;
    font-size: larger;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-family: sans-serif;
    text-align: center;
}
#more{
  color: #ffff;
  text-decoration: none;
  font-size:xx-large ;
  background-color: green;
  font-size: x-large ;
  font-weight: 600;
  padding: 10px 10px;
}
#more:hover{
  color: orange;
}
.col-2:hover .overlay2{
  opacity: 0.8;

}
#home{
  position: relative;
  left: 0px;
}
#home2{
  position: relative;
  left: 120px;
}
#nacho{
  position: relative;
  top: 00px;
  left: 120px;
  
}



.image{
  opacity: 1;
  display: inline-block;
  width: 100%;
  height: auto;
  transition: opacity 0.4s ease-in-out;
  backface-visibility: hidden;
  

  cursor: pointer;
}
.middle {
  
  
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  
  
}
.middle2{
  text-align: center;
}
.container:hover .image {

  
  
  opacity: 0.3 ;
  
}

.container:hover .middle {
  opacity: 1;
  
}

.text {
  
  
  background-color:orange;
  color: rgb(255, 255, 255);
  
  height: 100px;
  line-height: 60px;
  
  
  border-radius: 50%;
  border: 2px solid transparent;
  font-size: large;
  padding: 16px 32px;
  font-weight: 800;
}
.text2{
  text-decoration: none;

  display: block;
  text-align: center;
  
  font-weight: 800;
  position: absolute;
  top: 20px;
  left: 10px;
  background-color:rgb(37, 117, 0);
  color: white;
  font-size: large ;
  padding: 10px 10px;
  
}
.text2:hover{
  color: orange;
}
  .mi{
    transition: .5s ease;
    opacity: 0;
  
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
  }




.col-2 {
  width:25%;
  margin-top: 10px;
}
.col-3 {
  width:50%;
  text-align: center;
  position: relative;
  left: 390px;
  margin-top: 40px;
}
.col-14{
  width:25%;
  margin-top: 10px;
  margin-bottom: 15px;
}
.col-14:hover{
  color: white;

}

.the{
  font-size: xx-large;
  font-weight: 800;
}
.col-4 {
  width:25%;
}
.col {
  width:100%;
}
.enjoy{
  margin-top: 10px;
  margin-left: 20px;
}
.para{
  margin-top: 1px;
  font-size: large;
  
}
.para2{
  font-size: large;
}

.ok{
  font-size: 30px;
  color: green;

}
.price{
  position: relative;
  top: -300px;
  left: 150px;
  font-weight: 700;
    font-size: 20px;
    color: #fff;
    display: inline-block;
    background: #ffe2ca;
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 50%;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    border: 2px solid transparent;
  
  
  
 
}
.price :hover{
  color: palevioletred;

}

.bgmi{
  padding: 50px;
  background: white;
}
.the{
   font-size: xx-large;
  
  display: inline-block;
  margin-top: 80px;
  border-top: orange;
  border-style: solid;
  border-left: white;
  border-bottom: white;
  border-right: white;

}

.heading-wrap {
  position: relative;
}
.text-center {
  text-align: center!important;
}
.rgb {
  color: grey;
  margin-top: 10px;
  margin-left: 30%;
  margin-right: 30%;
  text-align: center;
}
.col-2{
  margin: 10px;

  
  width: 46%;
}
.col-22{
  margin: 10px;

  
  width: 46%;

}
.col-22::after 


.col-2::after {
  content: "";
  
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.871);
  opacity: 0;
  z-index: 1;
  transform: scaleY(0);
  transform-origin: 100% 100%;
  
  transition: all 0.3s ease-in-out; 
}


.col-13{
  position: absolute;
  left: 520px;
  top: 10px;
}
.col-14{
  position: relative;
  height: 20%;
  width: 25%;
  margin-left: 10px;

}

.out{
  position: absolute;
  top: -10px;
  font-size: larger;
  margin-bottom: 20px;
  position: relative;
  
  
}
#x{
  position: relative;
  right: 455px;
  top: 35px;

}
.z{
  color: rgb(0, 0, 0);
  position: absolute;
  right: 691px;
  top: 35px;
  
  
  
}
.q{
  color: rgb(0, 0, 0);
  margin-top: 7px;
  right: 739px;
  position: absolute;
  top: 60px;
}
.t{
  color: rgb(0, 0, 0);
  margin-top: 10px;
  right: 760px;
  position: absolute;
  top: 90px;
}
.you{
  position: absolute;
  top: 34px;
  color: rgb(0, 0, 0);
}
.hour{
  font-size: larger;
  position: absolute;
  top: -10px;
  left: -46px;
  
}
.link{
  position: absolute;
  top: -10px;
  font-size: larger;
  
  position: relative;

}
.about{
  width: 100%;
}
.foot{background-color: rgb(255, 191, 191);

}
.bot{
  position: relative;
  top: 70px;
  margin-bottom: 300px;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.ul {
  
  margin-top: 0;
  margin-bottom: 1rem;
}
.d-block {
  position: relative;
  top: 70px;
  left: 500px;
  display: inline;
}


.info{
  font-size: larger;
  left: 500px;
  top: 60px;
  
}
.yes{
  color: rgb(0, 0, 0);
  left: 500px;
  top: 70px;

}
.phone{
  
  position: relative;
  top: 80px;
  left: 500px;
 

}
.no{
  color: rgb(0, 0, 0);
  left: 500px;
  top: 80px;

}
.mail{
  
  position: relative;
  top: 80px;
  left: 500px;
  
  

}
.male{
  left: 500px;
  top: 80px;
  
color: rgb(0, 0, 0);

}



.about-18{
  display: inline;
  
  list-style: none;
  margin-left: 90px;
  float: left;
  margin-bottom: 120px;
  
  
  width: 30%;
  
}
#footer{
  color: #ffff;
  font-size: 30px;

  margin-top: 130px;
  position: relative;
  padding-top: 50px;
  padding-bottom: 20px;
  text-align: center;
  
  
  margin-bottom: 300px;
  border-style: solid;
  background: rgb(65, 65, 65);
}


.container {
  max-width: 1200px;
  width: 90%;
  margin: auto;
}



.btn {
  display: inline-block;
  padding: 0.5em 1.5em;
  text-decoration: none;
  border-radius: 50px;
  cursor: pointer;
  outline: none;
  margin-top: 1em;
  text-transform: uppercase;
  font-weight: small;
}

.btn-primary {
  color: #fff;
  background: #16a083;
}
*{
  position: relative;
  top: 0px;
  margin: 0;
  padding: 0;
  box-sizing: border-box;

}






html,body{
  position: relative;
  display: grid;
  height: 100%;
  width: 100%;
  place-items: centre;
  background: linear-gradient(315deg,#ffff,#d7e1d7);

}
.wrapper{
  display: inline-flex;

}
.wrapper .icon{
  margin: 0 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  flex-direction: column;
  z-index: 2;
  position: relative;
  top: 100px;

}
#toolkit .icon span i{
  height: 60px;
  width: 60px;
  display: block;
  justify-content: center;
  background: #fff;
  text-align: center;
  border-radius: 50%;
  
  box-shadow: 0 10px 10px rgba(0,0,0,0.1);

}

.wrapper .icon span{
  height: 60px;
  width: 60px;
  display: block;
  justify-content: center;
  background: #fff;
  text-align: center;
  border-radius: 50%;
  
  box-shadow: 0 10px 10px rgba(0,0,0,0.1);

}
.wrapper .icon span i{
  font-size: 25px;
  line-height: 60px;

}
#tooltip{
  background: #fff;
  color: #fff;
  font-size: 20px;
  padding: 10px 18px;
  border-radius: 25px;
  box-shadow: 0 10px 10px rgba(0,0,0,0.1);
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s cubic-bezier(0.68,-0.55,0.265,1.55);


}
#tooltip:before{
  position: absolute;

  height: 15px;
  width: 15px;
  
  bottom: 60px;
  left: 50%;
  
  transition: all 0.4s cubic-bezier(0.68,-0.55,0.265,1.55);

}
#tooltip:hover{
  opacity: 1;
  pointer-events: auto;}

.wrapper .icon .tooltip{

  
  
  background: #fff;
  color: #fff;
  font-size: 20px;
  padding: 10px 18px;
  border-radius: 25px;
  box-shadow: 0 10px 10px rgba(0,0,0,0.1);
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s cubic-bezier(0.68,-0.55,0.265,1.55);

}
.wrapper .icon:hover span i{
  color: #fff;
}
.wrapper .icon:hover .tooltip{
  opacity: 1;
  pointer-events: auto;

}
.wrapper .icon .tooltip:before{
  position: absolute;

  height: 15px;
  width: 15px;
  
  bottom: 60px;
  left: 50%;
  
  transition: all 0.4s cubic-bezier(0.68,-0.55,0.265,1.55);
}
.wrapper .icon:hover span,
.wrapper .icon:hover .tooltip{
  text-shadow: 0px -1px 0px rgba(0,0,0,0.4);
}
.wrapper .facebook:hover span,
.wrapper .facebook:hover .tooltip,
.wrapper .facebook:hover .tooltip:before{
  background: #3B5999;
}
.wrapper .twitter:hover span,
.wrapper .twitter:hover .tooltip,
.wrapper .twitter:hover .tooltip:before{
  background: #46C1F6;
}
.wrapper .instagram:hover span,
.wrapper .instagram:hover .tooltip,
.wrapper .instagram:hover .tooltip:before{
  background: #e1306c;
}
.wrapper .youtube:hover span,
.wrapper .youtube:hover .tooltip,
.wrapper .youtube:hover .tooltip:before{
  background: #DE463B;

}
.wrapper .github:hover span,
.wrapper .github:hover .tooltip,
.wrapper .github:hover .tooltip:before{
  background: #333;
}

.btn-primary:hover {
  background: #117964;
  transition: background 0.3s ease-in-out;
}

/* ............/navbar/............ *

/* desktop mode............/// */

.navbar input[type="checkbox"],
.navbar .hamburger-lines {
  display: none;
}

.navbar {
  box-shadow: 0px 5px 10px 0px #aaa;
  position: fixed;
  width: 100%;
  background: #fff;
  color: #000;
  opacity: 0.85;
  height: 50px;
  z-index: 12;
  font-family: "Poppins", sans-serif;
}


.navbar-container {
  display: flex;
  justify-content: space-between;
  height: 64px;
  align-items: center;
}




           

.menu-items {
  order: 2;
  display: flex;
}

.menu-items li {
  font-family: "Poppins", sans-serif;

  list-style: none;
  margin-left: 1.5rem;
  margin-bottom: 0.5rem;
  font-size: 1.2rem;
}

.menu-items a {
  text-decoration: none;
  color: #444;
  font-weight: 500;
  transition: color 0.3s ease-in-out;
}

.menu-items a:hover {
  color: #117964;
  transition: color 0.3s ease-in-out;
}

.logo {
  font-family: "Poppins", sans-serif;

  display: inline;
  position: relative;
  top: 0px;
  right: 98px;
  order: 1;
  font-size: 2.3rem;
  margin-bottom: 0.5rem;
  color: #16a083;
}
.use{
  list-style: none;
  text-decoration: none;
}
.use a{

  text-decoration: none;
  color: rgb(0, 0, 0);
}
.use a:hover{
  color: #16a083;
}
#a{
  margin-top: 10px;
}
#b{
  margin-top: 10px;
}
#c{
  margin-top: 10px;
}
#d{
  margin-top: 10px;
}
#e{
  position: absolute;
  left: 1092px;
  margin-top: 10px;
  top: 90px;
}
#f{
  margin-top: 10px;
}
#g{
  margin-top: 10px;
}
.fa{
  margin: 10px;
  display: inline;
  
  font-size: xx-large;
  position: relative;
  top: 220px;
}








.showcase-area{
  height: 80vh;
  background: linear-gradient(
      rgba(255, 0, 0, 0.144),
      rgba(255, 255, 255, 0.336)
    ) ;
    background-image: url(/Restaurant//images/pexels-fidel-hajj-2814828.jpg);
    
    
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.showcase-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
  font-size: 1.6rem;
}

.main-title {
  text-transform: uppercase;
  margin-top: 0.3Rem;
  color: #fff;
  font-size: 10Vh;
}
#men{
  color: #fff;
}
.icon{
  position: absolute;
  right: 100p;
}
.dishes-price{
  position: relative;
  top: -350px;
  left: 180px;
  
  
  font-weight: 700;
  font-size: 30px;
  color: #fff;
  display: inline-;
  background: #ff7404;
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 50%;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  border: 2px solid transparent;
}
.dishes-heading{
  position: relative;
  top: -200px;
  left: 120px;
  color: #ffff;
  font-size: 1.5em;

}



@media (max-width: 768px) {
  .navbar {
    opacity: 0.95;
  }

  .navbar-container input[type="checkbox"],
  .navbar-container .hamburger-lines {
    display: block;
  }

  .navbar-container {
    display: block;
    position: relative;
    height: 64px;
  }

  .navbar-container input[type="checkbox"] {
    position: absolute;
    display: block;
    height: 32px;
    width: 30px;
    top: 20px;
    left: 20px;
    z-index: 5;
    opacity: 0;
  }

  .navbar-container .hamburger-lines {
    display: block;
    height: 23px;
    width: 35px;
    position: absolute;
    top: 17px;
    left: 20px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .navbar-container .hamburger-lines .line {
    display: block;
    height: 4px;
    width: 100%;
    border-radius: 10px;
    background: #333;
  }

  .navbar-container .hamburger-lines .line1 {
    transform-origin: 0% 0%;
    transition: transform 0.4s ease-in-out;
  }

  .navbar-container .hamburger-lines .line2 {
    transition: transform 0.2s ease-in-out;
  }

  .navbar-container .hamburger-lines .line3 {
    transform-origin: 0% 100%;
    transition: transform 0.4s ease-in-out;
  }

  .navbar .menu-items {
    padding-top: 100px;
    background: #fff;
    height: 100vh;
    max-width: 300px;
    transform: translate(-150%);
    display: flex;
    flex-direction: column;
    margin-left: -40px;
    padding-left: 50px;
    transition: transform 0.5s ease-in-out;
    box-shadow: 5px 0px 10px 0px #aaa;
  }

  .navbar .menu-items li {
    margin-bottom: 1.5rem;
    font-size: 1.3rem;
    font-weight: 500;
  }

  .logo {
    position: absolute;
    top: 5px;
    right: 15px;
    font-size: 2rem;
  }

  .navbar-container input[type="checkbox"]:checked ~ .menu-items {
    transform: translateX(0);
  }

  .navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line1 {
    transform: rotate(35deg);
  }

  .navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line2 {
    transform: scaleY(0);
  }

  .navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line3 {
    transform: rotate(-35deg);
  }

  

  .food-container {
    flex-direction: column;
    align-items: stretch;
  }

  .food-type:not(:last-child) {
    margin-bottom: 3rem;
  }

  .food-type {
    box-shadow: 5px 5px 10px 0 #aaa;
  }

  .img-container {
    margin: 0;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 65%;
  }

  .navbar .menu-items li{
      font-size: 1.6rem;
  }

  .testimonial-container {
    flex-direction: column;
    text-align: center;
  }

  .food-menu-container img {
    margin: auto;
  }

  .food-menu-item {
    flex-direction: column;
    text-align: center;
  }

  .form-container {
    width: 90%;
  }

  .contact-container {
    display: flex;
    flex-direction: column;
  }

  .contact-img {
    width: 90%;
    margin: 3rem auto;
  }

  .logo {
    position: absolute;
    top: 06px;
    right: 15px;
    font-size: 3rem;
  }

  .navbar .menu-items li {
    margin-bottom: 2.5rem;
    font-size: 1.8rem;
    font-weight: 500;
  }
}

@media (min-width: 769px) and (max-width: 1200px) {
  .img-container h3 {
    font-size: 1.5rem;
  }

  .img-container .btn {
    font-size: 0.7rem;
  }
}

@media (orientation: landscape)  {
  .showcase-area {
    height: 100vh;
    
  }
}



