@media screen and (max-width: 1400px) {
  .container {
    width: 90%;
  }

  header nav ul li {
    margin-left: 5px;
  }

  header .header-desk h1 {
    color: #fff;
  }

  #our-story .story-desk h2 {
    margin-top: 100px;
  }

  #our-story .story-desk p {
    width: 90%;
  }

  .menu .menu-desk p {
    width: 90%;
  }
}

@media screen and (max-width: 1200px) {
  #our-story {
    height: 400px;
  }

  #our-story .story-desk h2 {
    margin-top: 70px;
  }

  #delight .delight .delight-content h3 {
    margin-top: 70px;
  }

  #delight .delight .delight-img img {
    width: 45%;
  }
}

@media screen and (max-width: 992px) {
  header nav ul {
    display: none;
  }

  header nav ul li a {
    color: #fff;
  }

  header .header-desk h1 {
    color: #fff;
  }

  header .hamburger-icon {
    display: block;
    float: right;
    color: #000;
  }

  header .hamburger-icon img {
    margin-top: 10px;
    cursor: pointer;
  }

  header nav .logo {
    float: left;
  }

  #respansiv-navigation {
    display: block;
    width: 220px;
    height: 100vh;
    position: absolute;
    top: 0;
    right: -220px;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.6);
  }

  #respansiv-navigation ul {
    display: block;
    width: 100%;
  }

  #respansiv-navigation ul li {
    width: 100%;
    text-align: center;
    margin: 0;
  }

  .back-container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
  }

  #our-story {
    height: 550px;
    padding: 0;
  }

  #our-story .story-desk {
    width: 100%;
  }

  #our-story .story-img {
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }

  #our-story .story-img img {
    width: 400px;
  }

  .menu .menu-desk {
    width: 100%;
  }

  .menu .menu-img {
    width: 100%;
    margin-top: 30px;
  }

  .menu .menu-desk h2 {
    margin-top: 0px;
  }

  .menu .menu-img ul li {
    width: 25%;
  }

  .menu .menu-img ul li img {
    height: 200px;
  }

  #delight {
    padding: 50px 0;
  }

  #delight .delight .delight-content {
    width: 100%;
  }

  #delight .delight .delight-img {
    width: 100%;
  }

  #delight .delight .delight-img img {
    width: 220px;
    float: none;
    margin: 0 10px;
  }
}

@media screen and (max-width: 768px) {
  header {
    height: 500px;
  }

  header .header-desk {
    top: 200px;
  }

  header .header-desk h1 {
    font-size: 38px;
  }

  header .header-desk p {
    font-size: 18px;
  }

  #our-story .story-desk h2 {
    margin-top: 50px;
  }

  #our-story .story-img img {
    width: 350px;
  }

  #sweet {
    padding: 50px 0;
  }

  #sweet .sweet-desk {
    margin-top: 100px;
  }

  #sweet .sweet-desk h2 {
    font-size: 25px;
  }

  #sweet .sweet-desk p {
    font-size: 18px;
    width: 100%;
  }

  .menu .menu-img ul li {
    width: 50%;
  }

  .menu {
    height: auto;
  }

  .menu .container {
    overflow: auto;
  }

  #footer .footer .about-footer p {
    width: 90%;
  }

  #footer .footer .contact-us {
    width: 100%;
  }

  #footer .footer .contact-us .social ul li {
    margin: 0 5px;
  }
}

@media screen and (max-width: 576px) {
  header .header-desk h1 {
    font-size: 30px;
  }

  header .header-desk p {
    font-size: 15px;
  }

  #our-story .story-desk h2 {
    font-size: 25px;
  }

  #our-story .story-desk p {
    font-size: 15px;
    line-height: 25px;
  }

  #our-story .story-img img {
    width: 350px;
    height: 250px;
  }

  .menu .menu-desk ul li{
    width: 100%;
    font-size: 16px;
    text-align: justify;
  }

  .hot {
    padding: 50px 0;
  }

  .hot .hot-title {
    margin-top: 50px;
  }

  .hot .hot-title h3 {
    font-size: 45px;
  }

  .hot .hot-title p {
    font-size: 20px;
  }

  #delight .delight .delight-content h3 {
    font-size: 25px;
  }

  #delight .delight .delight-content p {
    font-size: 18px;
  }

  #delight .delight .delight-img img.img-left {
    margin-right: 10px;
  }

  #footer .copy-right h2 {
    font-size: 20px;
  }

  #footer .copy-right P {
    font-size: 15px;
  }
}

@media screen and (max-width: 400px) {
  header .header-desk h1 {
    font-size: 25px;
  }

  header .header-desk p {
    font-size: 12px;
  }

  #our-story .story-img img {
    height: 190px;
    width: 300px;
  }

  #sweet {
    padding: 0;
  }

  #sweet .sweet-desk {
    margin-top: 70px;
  }

  #sweet .sweet-desk h2 {
    font-size: 20px;
  }

  #sweet .sweet-desk p {
    font-size: 15px;
    width: 100%;
  }

  .menu .menu-img ul li {
    width: 100%;
  }

  .menu .menu-img ul li img {
    width: 100%;
  }

  .hot .hot-title h3 {
    font-size: 40px;
  }

  .hot .hot-title p {
    font-size: 15px;
  }
}
