/* xsm */
@media screen and (max-width: 640px) {
  .navagation .container {
    width: 80%;
  }
  .navagation .icon {
    display: block;
    margin-left: 2px;
  }

  .navagation .listt ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: absolute;
    top: 50px;
    left: 100%;
    background-color: var(--white-color);
    width: 100%;
    height: 100vh;
    padding: 15px 20px;
    transition: all 0.5s;
  }
  .move {
    left: 50% !important;
  }
  .navagation .icon-bar {
    margin-right: 10px;
  }

  .navagation .listt ul li {
    margin-top: 20px;
  }

  .home .container {
    flex-direction: column-reverse;
    justify-content: center;
    width: 90%;
  }
  .home .container .home-info h2 {
    text-align: center;
  }
  .home .container .home-info p {
    font-size: 14.5px;
    width: 100%;
    text-align: center;
  }
  .home-buttons{
    flex-direction: column;
    margin-top: 20px;
  }
  .home-buttons button{
    border-radius: 20px;
  }
  #chefs .container {
    width: 90%;
  }
  #chefs .chefs-info {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  #chefs .chefs-info .card {
    width: 100%;
  }
  #gallery .container {
    width: 90%;
  }
  #contact .container {
    width: 90%;
  }
  #contact .box {
    flex-direction: column;
  }
  #contact .box .contact-info {
    width: 100%;
  }
  #contact .contact-form form {
    flex-direction: column;
  }
  .footer .container {
    width: 95%;
  }
  .footer .footer-info {
    flex-direction: column;
  }
}

/* md */
@media screen and (min-width: 640px) and (max-width: 768px) {
  .navagation .container {
    width: 80%;
  }
  .navagation .icon {
    display: block;
    margin-left: 2px;
  }
  .navagation .listt ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: absolute;
    top: 50px;
    left: 100%;
    background-color: var(--white-color);
    width: 100%;
    height: 100vh;
    padding: 15px 20px;
    transition: all 0.5s;
  }
  .move {
    left: 70% !important;
  }
  .navagation .listt ul li {
    margin-top: 20px;
  }
  .navagation .icon-bar {
    margin-right: 10px;
  }

  .home .container {
    flex-direction: column-reverse;
    width: 80%;
  }
  .home .container .home-info h2 {
    text-align: center;
  }
  .home .container .home-info p {
    font-size: 16px;
    text-align: center;
    width: 100%;
  }
  .home-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
  }
  .home-buttons button{
    border-radius: 20px;
  }
  #chefs .container {
    width: 80%;
  }
  #chefs .chefs-info {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  #chefs .chefs-info .card {
    width: 100%;
  }
  #gallery .container {
    width: 80%;
  }
  #contact .container {
    width: 80%;
  }
  #contact .box {
    flex-direction: column;
  }
  #contact .box .contact-info {
    width: 100%;
  }
  #contact .contact-form form {
    flex-direction: column;
  }
  .footer .container {
    width: 80%;
  }
  .footer .footer-info {
    flex-direction: column;
  }
}

/* lg */
@media screen and (min-width: 768px) and (max-width: 992px) {
  .navagation .container {
    width: 80%;
  }
  .navagation .icon {
    display: block;
    margin-left: 1px;
  }

  .navagation .listt ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: absolute;
    top: 50px;
    left: 100%;
    background-color: var(--white-color);
    width: 100%;
    height: 100vh;
    padding: 15px 20px;
    transition: all 0.5s;
  }
  .move {
    left: 70% !important;
  }
  .navagation .icon-bar {
    margin-right: 10px;
  }

  .toggleTest ul {
    flex-direction: column;
  }

  .navagation .listt ul li {
    margin-top: 20px;
  }
  .home {
    background-color: var(--home-bg-color);
    padding: 20px;
  }

  .home .container {
    flex-direction: column-reverse;
    width: 90%;
  }
  .home .container .home-info h2 {
    text-align: center;
    margin-top: 20px;
  }
  .home .container .home-info p {
    font-size: 18px;
    text-align: center;
    width: 100%;
  }
  .home-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 20px;
  }
  .home-buttons button{
    border-radius: 20px;
  }
  #chefs .container {
    width: 90%;
  }
  #chefs .chefs-info {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 40px;
  }
  #chefs .chefs-info .card {
    width: calc(50% - 40px);
  }
  #gallery .container {
    width: 90%;
  }
  #contact .container {
    width: 80%;
  }
  #contact .box {
    flex-direction: column;
  }
  #contact .box .contact-info {
    width: 100%;
  }
  #contact .contact-form form {
    flex-direction: column;
  }
  .footer .container {
    width: 90%;
  }
  .footer .footer-info {
    justify-content: center;
    flex-wrap: wrap;
  }

  .footer .footer-info .about {
    width: calc(50% - 20px);
    order: 1;
  }
  .footer .footer-info .subscripe {
    width: 100%;
    order: 2;
  }
  .footer .footer-info .contact-details {
    width: calc(50% - 20px);
    order: 1;
  }
}
/* xlg */
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .container {
    width: 90%;
  }
  .navagation .container {
    width: 80%;
  }
  .navagation .icon {
    display: block;
    margin-left: 1px;
  }
  .navagation .listt ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: absolute;
    top: 50px;
    left: 100%;
    background-color: var(--white-color);
    width: 50%;
    height: 100vh;
    padding: 15px 20px;
    transition: all 0.5s;
  }
  .move {
    left: 70% !important;
  }
  .navagation .icon-bar {
    margin-right: 10px;
  }

  .navagation .listt ul li {
    margin-top: 20px;
  }
  .footer .footer-info {
    justify-content: center;
    flex-wrap: wrap;
  }

  .footer .footer-info .about {
    width: calc(50% - 20px);
    order: 1;
  }
  .footer .footer-info .subscripe {
    width: 100%;
    order: 2;
  }
  .footer .footer-info .contact-details {
    width: calc(50% - 20px);
    order: 1;
  }
}
