/* Box Model Hack */
* {
    box-sizing: border-box;
    /* outline: 1px solid; */
  }
  
  /* Clear fix hack */
  .clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
  }
  
  .clear {
    clear: both;
  }
  
  /******************************************
  /* BASE STYLES
  /*******************************************/
  
  html {
    font-size: 62.5%;
  }
  body {
    margin: 1% 3%;
    font-family: "Montserrat", sans-serif;
    color: black;
  }
  
  /******************************************
  /* LAYOUT
  /*******************************************/
  header {
    width: 100%;
    height: fit-content;
    background-image: url(./img/hero-anbd.png);
    background-repeat: no-repeat;
    background-position-x: right;
    background-size: cover;
  }
  nav {
    display: inline-block;
    width: 100%;
  }
  nav ul {
    padding-left: 38vw;
    margin-top: 1%;
  }
  nav li,
  .logo {
    width: 10%;
  
    list-style: none;
    float: left;
    font-size: 1.2em;
  }
  nav ul li {
    float: left;
    width: fit-content;
    margin: 0 2vw;
  }
  nav a {
    text-decoration: none;
    color: black;
  }
  
  ul img {
    width: 2vw;
    border-radius: 30%;
  }
  
  footer {
    width: 100%;
    height: fit-content;
    background: rgb(242, 246, 247);
    padding-left: 5%;
  }
  /******************************************
  /* ADDITIONAL STYLES
  /*******************************************/
  .logo,
  header input,
  h1,
  .socialMediaInfo {
    margin-left: 8vw;
  }
  
  header input {
    width: 30em;
    height: 3.2vw;
    border: 1px solid lightgray;
    font-size: 1.6em;
    margin-bottom: 2vw;
    position: relative;
  }
  
  header button {
    height: 3vw;
    color: white;
    background-color: rgb(255, 136, 0);
    border: 1px solid transparent;
    border-radius: 0.3em;
    text-align: center;
    font-size: 1.2em;
  }
  header i.fab {
    color: rgb(255, 136, 0);
    margin-right: 2em;
    margin-bottom: 1em;
  }
  i.fab span {
    font-size: 1.3rem;
    color: black;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
  }
  
  .aboutUs {
    width: 100%;
    height: fit-content;
    background-image: linear-gradient(
        90deg,
        rgba(226, 223, 223, 0.1),
        rgba(226, 223, 223, 0)
      ),
      /* url(https://media.discordapp.net/attachments/735930780655681558/781390427432681472/cusine-about.png?width=911&height=468); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0;
  }
  
  .aboutUs h3,
  .aboutUs h2,
  .aboutUs p,
  .aboutUs button {
    margin-left: 40%;
    margin-right: 25%;
  }
  .aboutUs p {
    font-size: 1.3em;
    line-height: 1.5;
    padding-bottom: 1em;
    background-color: transparent;
  }
  .aboutUs button {
    color: white;
    padding: 0.8em;
    background: linear-gradient(
      90deg,
      rgb(255, 136, 0) 83%,
      rgb(255, 171, 77) 17%
    );
    border: 1px solid transparent;
    border-radius: 0.3em;
    text-align: center;
    font-size: 1.2em;
    margin-bottom: 3em;
  }
  
  .orderOnline {
    width: 100%;
    height: fit-content;
    background-color: rgb(242, 246, 247);
    text-align: center;
  }
  
  .orderOnline ul {
    border-bottom: 1px solid gray;
    width: 50%;
    margin: auto;
  }
  
  .orderOnline li {
    font-size: 1.6em;
    display: inline-block;
    margin-right: 3em;
    text-align: center;
    margin-bottom: 0.6em;
  }
  
  .thumbnails {
    margin-top: 4em;
    padding: 3em 5%;
  }
  
  .thumbnails img {
    width: 15vw;
    height: 20vw;
    margin: 1.6em;
  }
  
  .bookTable {
    width: 100%;
    height: fit-content;
    text-align: center;
    background-image: linear-gradient(
        180deg,
        rgb(255, 255, 255) 30%,
        rgba(247, 242, 242, 0.3)
      ),
      url(https://images.unsplash.com/photo-1602632066350-4206c806ebdb?ixlib=rb-1.2.1&ixid=MXwxMjA3fDB8MHxzZWFyY2h8MzM3fHx3aGl0ZSUyMG11Z3N8ZW58MHx8MHw%3D&auto=format&fit=crop&w=500&q=60);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0;
  }
  
  .days {
    font-size: 1.3em;
  }
  
  .hours {
    font-size: 2.2em;
    font-family: "Yeseva One", cursive;
  }
  
  .phoneNumber {
    font-size: 2.4em;
    color: rgb(255, 136, 0);
    font-family: "Yeseva One", cursive;
    text-align: center;
    margin: auto;
  }
  
  div.openHours {
    display: inline;
    width: 50%;
    float: left;
  
    height: fit-content;
  }
  
  .selected {
    color: rgb(255, 136, 0);
  }
  
  img.video {
    width: 70vw;
    height: 40vw;
    margin-bottom: 4em;
  }
  
  img.call {
    width: 7vw;
    display: block;
    margin: auto;
    padding-bottom: 2em;
  }
  
  .testimonials {
    width: 100%;
    height: fit-content;
    text-align: center;
    margin-bottom: 3em;
  }
  
  img.rating {
    width: 20%;
    margin: auto;
    display: block;
  }
  
  img.customer {
    border-radius: 50%;
    height: 11vw;
    width: 11vw;
    margin: auto;
  }
  
  .customer + p {
    font-size: 3em;
    font-weight: 600;
  }
  
  .testimonials span {
    font-size: 1.4em;
    color: gray;
  }
  
  .testimonials p:last-of-type {
    font-size: 2em;
    margin: 1.5em 15%;
    line-height: 1.7;
    color: rgb(99, 96, 96);
  }
  
  footer div {
    float: left;
    width: 20%;
    margin: 1.5em;
  }
  
  footer .diviLogo {
    width: 15vw;
  }
  
  footer p {
    font-size: 1.5rem;
  }
  
  .subscribe {
    width: 30%;
    position: relative;
  }
  
  .subscribe input {
    width: 17vw;
    height: 3.2em;
    border-radius: 4px;
    font-size: 1.4em;
    padding-left: 1vw;
    border: 1px solid gainsboro;
    box-shadow: 1px 16px 30px 1px rgb(223, 221, 221);
  }
  
  .subscribe i {
    position: absolute;
    left: 14vw;
    padding-top: 0.8vw;
    color: rgb(255, 136, 0);
  }
  
  .copyright {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    width: 90%;
    border-top: 1px solid gainsboro;
  }
  
  
  .copyright img {
    margin-right: 2em;
    padding-top: 1.3em;
  }
  
  .copyright span {
    margin-left: 0;
    padding-right: 60em;
  }
  
  .copyright  i{
    color: rgb(255, 136, 0);
    border: 1px solid rgb(255, 136, 0);
    border-radius: 50%;
    padding: 0.5em;
    font-size: 2em;
    color: rgb(255, 136, 0);
    margin-right: 1em;
    margin-top: 1rem;
  }
  
  
  
  h1,
  h2,
  h4 {
    font-family: "Yeseva One", cursive;
    background-color: transparent;
  }
  h1 {
    font-size: 6.2em;
    width: 45vw;
  }
  
  h2 {
    font-size: 5em;
  }
  
  h3 {
    font-size: 1.6em;
    color: rgb(255, 136, 0);
    padding-top: 3em;
  }
  
  h4 {
    font-size: 2.5em;
  }
  
  @media screen and (max-width: 650px) {
    nav {
      display: none;
    }
    h1 {
      font-size: 3.5em;
      color: black;
      padding-top: 1em;
    }
    input {
      width: 10vw;
      padding: 0.6em;
    }
  
    .aboutUs::before {
      width: 100%;
      height: fit-content;
      background-image: url(https://media.discordapp.net/attachments/735930780655681558/781390427432681472/cusine-about.png?width=911&height=468);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: 0;
      opacity: 0.2;
    }
  
    .aboutUs h3,
    .aboutUs h2,
    .aboutUs p,
    .aboutUs button {
      margin: 2%;
      padding: 0;
    }
  
    h2 {
      font-size: 2.5rem;
    }
  
    .aboutUs p {
      color: rgb(15, 15, 15);
      font-weight: bold;
      text-shadow: 3px 4px 10px rgb(245, 244, 243);
      background: rgba(255, 255, 255, 0.7);
    }
  
    div.openHours {
      width: 100%;
    }
  
    .aboutUs button {
      padding: 0.5em;
    }
  
    .thumbnails img {
      width: 100%;
      height: fit-content;
    }
  
    footer div,
    div.subscribe {
      width: 100%;
    }
  
    img.diviLogo,
    .tagline {
      width: 80%;
      text-align: center;
    }
  
    input#email {
      width: 80%;
    }
  
    .subscribe i {
      position: absolute;
      left: 70%;
      padding-top: 2vw;
      color: rgb(255, 136, 0);
    }
  
    div.copyright {
      width: 90%;
    }
  
  
    }
  }
  