html,body{
  width: 100%;
  overflow-x: hidden;
}
@font-face {
  font-family: myFirstFont;
  src: url(../images/fonts/Montserrat-Italic-VariableFont_wght.ttf);
}
@font-face {
  font-family: mysecondFont;
  src: url(../images/fonts/Alro.ttf);
}
*{
  margin: 0;
  padding: 0;
  font-family: myFirstFont;
  scroll-behavior: smooth;
}

.container-fluid{
  padding: 0;
}

/*
#home{
  height: 100vh;
  background: url("../images/homeimage3.jpg") no-repeat;
  background-size: 100% 100%;
}
*/

.navbar-brand{
  padding: 10px 40px;
  color: #dbff3d;
  font-size: 145%;
  z-index: 300;
}
.navbar-brand:hover{
  color: #95e841;
}
.logoimg{
  display: none;
  position: absolute;
  height: 100px;
  width: 100px;
  top: 10px;
  left: 65px;
}
.logomobile2{
  display: block;
  height: 100px;
  width: 70px;
  top: 10px;
  left: 43px;
  position: absolute;
}
.logomobile{
  display: block;
  height: 100px;
  width: 81px;
  top: 10px;
  left: 50%;
  position: absolute;
}
@keyframes logo{
  0%{
    top: 500px;
    left: 0px;
    height: 90vh;
    width: 90%;
  }
  30%{
    top: 350px;
    left: 0px;
    transform: rotate(40deg);
  }
  50%{
    top: 200px;
    left: 900px;
    width: 35%;
    transform: rotate(-40deg);
  }
  100%{
    top: -10px;
    left: 45px;
  }
}
nav a:hover{
  color: white;
}
nav button div {
  width: 25px;
  height: 3px;
  background-color: white;
  margin: 6px 0;

}
.navbar-toggler{
  padding: 0;
}
.navbar-nav{
  padding: 10px 40px;
}
.navbar-expand-lg .navbar-nav .nav-link{
  color: white;
  padding: 0;
  margin-left: 40px;
  position: relative;

}
.navbar-nav .nav-link:hover, .navbar-expand-lg .navbar-nav .active {
  background: black;
  color: white;
  width: auto;
  text-align: left;

}

/*SEarch BTN*/
.example{
  max-width: 300px;
  left: 15%;
  position: relative;
}
form.example input[type=text] {
  padding: 10px;
  font-size: 17px;
  border: 1px solid grey;
  float: right;
  width: 80%;
  background: #f1f1f1;
  border-radius: 15%;
  text-align: center;

}

form.example button {
  float: left;
  width: 20%;
  padding: 10px;
  background: #454545;
  color: white;
  font-size: 17px;
  border: 1px solid grey;
  border-left: none;
  cursor: pointer;
  position: absolute;
  left:0px;
}

form.example button:hover {
  background: #0b7dda;
}

form.example::after {
  content: "";
  clear: both;
  display: table;
}

/*Order Online deliver and pick ups style*/
.onlineOrder{
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.orderType{
  display: flex;
  padding: 5px;
  width: 400px;
  margin: auto;
  
  
}
.deliver{
  margin-left: -33px;
  
}
.deliver:hover{
    transform: scale(1.1);
}

.toTakeOff{
    
    margin-left: 18px;

}

.toTakeOff:hover{
  /*box-shadow:0 2px 10px rgba(255,0,0,1);
    border:1px solid rgba(255,0,0,1); */

    transform: scale(1.1);

}

.formDeliver , .pickUpForm{
    text-align: center;
    justify-content: center;
    align-items: center;
    display: block;
    margin-left:25%;
    max-width: 600px;
}
.formDeliver form ,.pickUpForm form{
   display: block;
   margin: auto;
   margin-top: 50px;
}
.formDeliver input ,.pickUpForm input{
    width: 70%;
}

/*orders delivery pickup*/
@media screen and (max-width: 550px) {
  .logoimg{
     display: none;
    }
  .logomobile{
    display: block;
    position: absolute;
    left: 125px;
    top:6px;
    width: 100px;
    height: 50px;
  }
  .logomobile2{
    display: block;
   position: absolute;
   top: 5px;
   width: 70px;
   height: 50px;
   left: 0;

  }
    .deliver img,.toTakeOff img{
       width:150px;
    }
    .deliver ,.toTakeOff{
        margin: 16px;
    }
   

}

/*end of order online */
.backgroundpic{
  width: 100vw;
  height: 100vh;
  margin: auto;
  position: relative;
  background-image: url('../images/kitchen.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  text-align: center;
  align-items: center;
}

.backgroundpicContact{
  width:100vw;
  height: 60vh;

  background-image: url('../images/storeBasta.png');
  background-repeat: no-repeat;
  background-size: contain;

}
.backgroundpicStory{
  width:100%;
  height: 60vh;

  margin-top: 325px;  position: relative;
  background-image: url('../images/storyofbasta.png');
  background-repeat: no-repeat;
  background-size: contain;

}

@media screen and  (max-width:550px) {
    .backgroundpic{
      height:50vh;
    }
    .backgroundpicContact{
      height:30vh;
      width:90vw;
    
  }
  .backgroundpicStory{
    height:30vh;
  }
}



.row{
  margin: 0;
}
#cards{
  background-attachment: fixed;
  background-size: 100% 100%;
}
.card .card-img{
  height: 300px;
}
.card-img-overlay{
  color: white;
  position: absolute;
  top: 230px;
  text-align: center;
  background-color: rgba(0,0,0,0.6);
}
.card:hover .card-img-overlay{
  background-color: rgba(0,0,0,0.9);
}

.easyPayWith{
  position: relative;
  text-align: center;
  align-items: center;
}
.methodOfPayments{
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: space-evenly
}
.easyPayWith h1{
  font-weight: bold;
  font-size: 30px;
}
.easyPayWith img{
  width:70px;
}


footer {
  padding: 0px 0;
 /* background-color: #F4F4F4;*/
  background-color:#EFDC2E;
  color: #454545;
  width: 100%;
  text-align: center;
}
footer div .row {
  margin-bottom: 35px;
}
footer section h4{
  line-height: 2;
  font-size: 1.3em;
  color: #454545;
}
section a{
  color: #454545;
}
section i{
  font-size: 23px;
  margin: 10px 17px 20px 0;
}
section i:hover,section a:hover{
  color: #46db46;
  text-decoration: none;
}
@media (min-width:992px) {
  .navbar-brand{
    color: #1e4205;
    font-size: 170%;
  }
  .navbar-brand:hover{
    color: #191919;
  }
}
@media (max-width:992px) {
   .navbar-expand-lg .navbar-nav .nav-link{
      margin: 10px 0;
  }
}
@media (max-width:767px) {
  /* #home{
    height: 310px;
  }*/
  .navbar-toggler div{
   background-color: black;
  }
  .navbar-expand-lg .navbar-nav .nav-link{
    margin: 10px 280px;
  }
 
  .navbar-nav{
    padding: 10px;
  }
  .navbar-brand{
    padding: 5px;
  }
  .card .card-img{
    height: 210px;
  }
  .card-img-overlay{
    top: 140px;
  }
}

/*NewsLetter  */
.containerNewsletter{
  background: #F0DC2F;
  border-radius: 10px;
  padding: 50px;
  color: gray;
  display: flex;
  width: 80%;
    margin: auto;
}
.joinAndKnow{
  flex: 1;
  color: black;
  font-weight: bold;
}
.inputAndBtn{
  flex: 1;
}
.newsletterSubscribe{
  margin-top:10px;
}
.containerNewsletter input{
  width:80%;
  border-radius: 1cm;
  text-align: center;
}

.newsletterBtn{
  color:white;
  background:black;
  border-radius: 1cm;
   position: absolute;
   margin-left: 10px;
  }
@media (max-width:550px) {

  .containerNewsletter{
    flex-direction: column;
    width: 100%;

  }
  .containerNewsletter input{
    width: 100%;
  }
  .newsletterBtn{
    margin-top: 10px;
    position: relative;
  }

}

/*contact info */

#regForm {
  background-color: #bdba9e26;
    margin: 40px auto;
    padding: 40px;
    width: 70%;
    font-size: 9px;
    min-width: 300px;
}
#regForm .pay {
  margin-top:5px;
background-color: #EFDC2E;
color: black;
}

h1 {
  text-align: center;  
}

input {
  padding: 10px;
  width: 100%;
  font-size: 17px;
  border: 1px solid #aaaaaa;
}

/* Mark input boxes that gets an error on validation: */
input.invalid {
  background-color: #ffdddd;
}

/* Hide all steps by default: */
.tab {
  display: none;
}

button {
  background-color: #EFDC2E;
  color: #ffffff;
  border: none;
  padding: 10px 20px;
  font-size: 17px;
  cursor: pointer;
}

button:hover {
  opacity: 0.8;
}

#prevBtn {
  background-color: #bbbbbb;
}

/* Make circles that indicate the steps of the form: */
.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none;  
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}

.step.active {
  opacity: 1;
}

/* Mark the steps that are finished and valid: */
.step.finish {
  background-color: #04AA6D;
}


#pickupTable{
  width: 500px;

}


#pickupTable tr {
background-color: whitesmoke;  
}
#pickupTable tr td{
  font-size: 11px;
  text-align: left;
}

@media (max-width:550px) {
  #pickupTable{
    width: 300px;
  
  }
  #regForm {
    z-index: 100;
    width: 70%;
    margin-top: -183px;
    position: relative;
    left: -36px;
  }
}