@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro&display=swap');

:root {
  --black: ##1A1A1A;
  --gray: #4d4d4d;
  --main-color: #ffd100;
  --light-one: #fdf2be;
  --light-two: #f9fafb;
  --light-three: #f6f7fb;
  --box-shadow3: inset 0 0 1.5rem rgba(0, 0, 0, .1);
  --box-shadow: 0 0 1.5rem rgba(0, 0, 0, .1);
  --box-shadow2: inset 0 0 3rem rgba(0, 0, 0, 1);
}

* {
  font-family: 'Source Sans Pro', sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;

  text-transform: capitalize;
  transition: all .2s linear;
}

header {

  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  z-index: 222;
}

/* responsive*/

/**-------------laptop 1024px-------------**/
@media (min-width: 851px) , (max-width: 1024px) {

 .cart-details {
  margin: 4rem 0;
  }

  .home .layer {
    justify-content: center;
    min-height: fit-content;
    margin-top: 8rem;
  }

  .layer .content {
    margin-top: 6rem;
  }

  .filter-btn {
    margin: 0.45rem 0;

  }

  /** cart page */
  .cart-details .container .row-titles {
    font-size: 24px;
    margin-top: 3rem;
  }
}


/**-------------tablet 768px-------------**/


@media (max-width: 850px) {
  .container {
    margin-top: 1rem;
    height: fit-content;
  }

  section {
    height: 100%;
    min-height: fit-content;
  }

  .hamburger-menu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    /* left: 0rem; */

  }

  .menu .btn {
    font-size: 1rem;
  }

  header img {

    max-width: 70px;

  }


  .navbar {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    right: 0;
    background-color: #252525;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    transform: translateX(100%);
    transition: 0.5s;

    font-size: 1rem;


  }

  .navbar a {
    text-decoration: none;
    font-size: 1.7rem;
    border-radius: 20rem;
    padding: 0.5rem 1.5rem;
    margin: 1rem 0;
    background-color: var(--light-color);
    color: var(--dark);
    cursor: pointer;

  }

  /*index page*/

  .home .layer .content h5 {

    font-size: 22px;

  }

  .home .layer .content h3 {

    font-size: 4rem;

  }

  .home .layer .content p {

    font-size: 2rem;

  }

  .filter-btn {
    margin: 0.45rem 0;
    font-size: 1.5rem
  }

  .about {
    padding: 0 2rem;
    flex-direction: column;
  }

  .menu-wrapper {

    margin: 0 1rem;
  }

  .menu-item {
    position: relative;
    width: 100%;
    max-width: 195px;
    height: 350px;

  }

  .menu-item .dish-img {
    max-width: 150px;
    margin-bottom: 1rem;
  }

  .menu-item .dish-name {

    font-size: 1.8rem;
    text-align: center;
    margin: 0.5rem 0;
    font-weight: 400;
  }

  .menu-item .dish-description {

    font-size: 1rem;

    margin: 1rem 0;


  }

  .about img {
    max-width: 75%;
    margin: 3rem 0;
  }

  .about .about-info h3 {
    text-align: center;
    font-size: 32px;

  }

  .about .about-info p {
    text-align: justify;

    font-size: 18px;

  }

  .followme {
    margin-left: 0;
  
    display: flex;
    align-items: center;
    justify-content: center;
      flex-direction: column;
    
  
  }
  .copyright{
    display: flex;
    flex-direction: column;
  }
  .contact {
min-height: fit-content;
    padding: 2rem 1rem;
  }

  .contact-box {
    flex-direction: column;
    padding: 4rem 1rem;

  }

  .contact-form {
    width: 100%;
    margin-top: 3rem;
  }

  .bottom-footer {
    gap: 1rem;
    margin: 1rem 2rem;
  }

  .delivery {
    flex-direction: column;
  }


  .delivery h3 {
    margin-bottom: 1rem;
    font-size: 1.5rem;
  }

  .delivery-apps img {
    width: 20px;
  }

  .followme h3 {
    margin-bottom: 1rem;
    font-size: 1.5rem;
  }

  /**cart page*/
  .cart-details .container .row-titles {
    font-size: 22px;
    margin-bottom: 2rem;
  }

  .cart-details .container .order-wrap {
    width: 85vw;

  }

  .item-wrap .deleteItem {
    margin: 1rem 1rem;

    font-size: 16px;


  }

  .item-wrap h4 {
    font-size: 24px;
    color: var(--black);
    margin-bottom: 1rem;
  }

  .item-wrap p {
    font-size: 20px;
    text-align: left;
  }

  .item-wrap img {
    max-width: 100px;
  }

  .cart-details .itemPrice {

    font-size: 12px;

  }

  .order-wrap .counter {
    flex-direction: column;
  }


/** CHEACKOUT PAGE**/
.checkout{
  height: fit-content;
}
.container1 {
  width: 85vw;
flex-direction: column;
}

.column-1{
  width: 85vw;
 margin: 2rem 0;
}
}

/**-------------phone 480px-------------**/

@media (max-width: 480px) {
.home{
  height: 100vh;
}
  .home .layer {
    justify-content: center;
 

    min-height: fit-content;
    margin-top: 1rem;
  }

  .layer .content {
    margin-bottom: 1rem;
  }

  .menu .btn {
    padding: .5rem 1rem;
    font-size: 1rem;
  }

  header nav {
    height: fit-content;
    justify-content: space-between;
    padding: 1.5rem 1.5rem;
  }

  .home .layer {
    justify-content: center;
    align-items: center;
    margin: 0 1rem;
    margin-top: 1rem;
  }


  .layer .content {
    margin-bottom: 1rem;
  }

  .content img {
    width: 50%;
    display: inline;
    margin-bottom: 2rem;


  }

  .home .look h2 {
    font-size: 22px;


  }

  .filter {
    padding: 0.5rem;
  }

  .filter-btn {
    margin: 0.45rem 0.5rem;
    padding: 0.5rem;
    font-size: 1.5rem;
    border: 1px solid #ffd100;
  }

  .menu-wrapper {

    margin: 0 0.5rem;
  }

  .menu-item {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 150px;
    height: 340px;
    padding: 1.2rem 1rem;
  }

  .menu-item .dish-img {
    max-width: 130px;
    margin-bottom: 1rem;
  }

  .menu-item .dish-name {

    font-size: 1.5rem;
    text-align: center;
    margin: 0.5rem 0;
    font-weight: 400;
  }

  .menu-item .dish-description {

    font-size: 1.5rem;

    margin: 1rem 0;


  }

  .map {
    padding: 0 1rem;
    border-radius: 10px;
  }

  iframe {
    width: 300px;
    height: 300px;
  }


  .followme {
    flex-direction: column;
  }

  .delivery-apps img {
    width: 15px;
  }

  .footer {

    padding: 1rem 1rem;
  }

  .popup {
    width: 300px;
    height: 340px;
  }

  .popup .form .facebook {
    width: 250px;
    font-size: 16px;
  }

  .popup .form .google {
    width: 250px;
    font-size: 16px;
  }

  /*******  CART PAGE  ********/
  .con{
    width: 100%;
  }
  .con .btn {
    padding: .5rem 2rem;
    font-size: 1.5rem;
  }
  .cart-details {

    padding: 2rem 0;
  }

  .container {

    margin-top: 8rem;
    padding: 1rem 1rem;
  }
.container .order-wrap{
  width: 85vw;
  padding: 0.5rem 0rem;
  margin-bottom: 1rem;
}
.cart-details .container .row-titles {
    width: 85vw;
    margin-top: 2rem;
    font-size: 14px;

  }

  .row-titles .quantity {

    padding: 0 0;
  }


  .cart-details .counter {
    width: 20%;
    height: 15vh;
    font-size: 20px;
    font-weight: bold;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .counter .lable {

    font-size: 2rem;
    font-weight: 600;
    padding: 1rem 0;
    margin: 0 0;

  }

  .counter .btn {
    margin-top: 0;
    font-size: 1.5rem;
    color: var(--black);
    background: var(--main-color);
    border-radius: 10px;
    cursor: pointer;
    padding: 0.5rem 1rem;
    transition: 0.7s;
    font-weight: 600;
    text-align: center;
    border: none;
  }

  .item-wrap .deleteItem {
    margin: 0.5rem 0.5rem;
    font-size: 16px;
  }

  .item-wrap h4 {
    font-size: 15px;
    color: var(--black);
    margin-bottom: 1rem;
  }

  .item-wrap p {
    font-size: 12px;
    text-align: left;
  }

  .item-wrap img {
    max-width: 55px;
  }

  .cart-details .itemPrice {

    font-size: 12px;

  }

  
.cart-details .subtotal {

  width: 85vw;
  height: 4vh;

}
/** CHEAKOUT PAGE**/
.checkout{
  margin: 10rem 0 2rem 0;
}
.messages{
  width: 85vw;
}
.column-1{
  width: 85vw;
  margin-right: 0;
  min-width: 250px;
  padding-right: 1rem;
  padding-left: 1rem;
}
#form {
  position: relative;
  display: flex;

  flex-direction: column;
  margin-top: 2rem;
}
.name {
flex-direction: column;
align-items:flex-start;
justify-content: left;
}
.label {

  font-size: 16px;


}

}