* {
  box-sizing: border-box;
}

/*.................... UNIVERSAL STYLES............ */

body {
  background: #5A3E36;
  /* background-image: linear-gradient(to bottom right, #5A3E36 10%, #974734); */
  font-family: "poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
  color: #FFD89A;
  margin: 0px;
}

.nav-bar {
  display: flex;
}

.nav-bar a {
  text-decoration: none;
  color: #FFD89A;
  font-weight: bolder;
}

/* gameImg-sometext starts */
.gameImg-playerAim {
  flex-direction: column;
  align-items: center;
  display: flex;
  padding: 0px;
  margin: 0px;
}

/* gameImg-sometext ends */

/* Ready To Cook text starts */
.ready-to-cook,
.game-features-text,
.our-dishes {
  font-weight: 700;
  padding: 5px;
  margin: 2px;
}

/* Ready To Cook text start */

/* player-aim-text starts */
.player-aim-text,
.dish-text {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

/* player-aim-text ends */

/* download link starts */
.download-link {
  margin: 16px;
  padding: 5px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

/* download link ends */

/* dishes-sometext starts */
.Our-dishes-info {
  margin: 0px 0px 20px 0px;
  flex-direction: column;
  align-items: center;
  display: flex;
  padding: 0px;
}

/* dishes-sometext ends */

/* img gallery starts */
.gallery {
  width: 95%;
}

.img-gallery {
  background: linear-gradient(to right, rgba(90, 62, 54, 1), rgba(90, 62, 54, 1), rgba(90, 62, 54, 0.1));
}

/* img gallery dishes starts */
.img-gallery-dishes {
  box-shadow: inset hsl(224, 23%, 55%);
  box-shadow: 0 4px 8px 10px rgba(32, 23, 23, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/* img gallery dishes ends */

/* img dishes div starts */
.img-dishes {
  width: 250px;
}

/* img dishes div ends */

/* game features div starts */
.game-features-div {
  display: flex;
  margin: 0px 0px 30px 0px;
  justify-content: space-around;
}

/* game features div ends */

.game-features-span {
  flex-direction: column;
  align-self: center;
  display: flex;
  gap: 10px;
}

/* start your cooking journey starts */
.start-your-cooking-journey {
  width: 100%;
  height: 190px;
  display: flex;
  color: #5A3E36;
  text-align: center;
  align-items: center;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  background-image: url('../images/readytocook.jpeg');
}

/* start your cooking journey ends */

/* footer starts */
footer {
  display: flex;
  color: white;
  flex-direction: column;
  background-color: black;
  padding: 0px 0px 0px 0px;
}

.footer-contents {
  display: flex;
  align-items: stretch;
  justify-content: space-around;
  margin: 15px 0px 15px 0px;
}

.links>a {
  text-decoration: none;
  color: white;
}

.links>a:hover {
  text-decoration: solid;
  color: purple;
}

.footer-links {
  display: flex;
  flex-direction: column;
}

.right-reserved {
  margin: 0px 0px 15px 0px;
  border-style: solid;
  border-color: rgba(27, 18, 18, 0.562);
  padding: 0px 0px 5px 0px;
  border-width: 0px 0px 1px 0px;
  align-self: center;
}

/* footer ends */



/*.................... UNIVERSAL STYLES ENDS............ */


/*.............. DESKTOP VERSION STARTS........*/

@media only screen and (min-width: 768px) {

  /* img for logo starts */
  .logo-img-desktop {
    width: 80px;
  }

  .logo-img-mobile {
    display: none;
  }

  /* img for logo ends */

  /* ...... nav bar starts .....  */
  #nav-button-cancel, #nav-button-menu {
    display: none;
  }

  #reference{
    display: none;
  }

  .nav-bar {
    flex-direction: row;
    align-items: center;
    margin: 10px 0px 0px 0px;
    justify-content: space-evenly;
  }

  /* ...... nav bar ends .....  */

  /* gameUI starts */
  .gameUI {
    width: 50%;
    margin: 5px;
    border-radius: 20px;
  }

  /* gameUI ends */

  /* Ready To Cook text starts */
  .ready-to-cook,
  .game-features-text,
  .our-dishes {
    font-size: 25px;
  }

  /* Ready To Cook text start */

  /* download link img starts */
  .download-link-img1 {
    width: 215px;
  }

  .download-link-img2 {
    width: 200px;
  }

  /* download link img ends */

  /* game features div starts */
  .game-features-div {
    flex-direction: row;
  }

  /* game features div ends */

  /* All food img div starts */
  .All-food-img {
    width: 30%;
    float: right;
    margin-left: 19%;
    box-shadow: inset hsl(224, 23%, 55%);
    box-shadow: 0 4px 8px 10px rgba(32, 23, 23, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }

  /* All food img div ends */



  /* footer starts */

  .footer-contents {
    flex-direction: row;
  }

  .footer-links {
    align-self: center;
  }

  .joinUs{
    align-self: flex-end;
  }
  /* footer ends */

}

/*.............. DESKTOP VERSION ENDS........*/


/*.............. MOBILE VERSION STARTS........*/

@media only screen and (max-width: 768px) {

  /* header side starts */
  .header-side {
    display: flex;
    flex-direction: row;
    margin: 10px 5px 0px 5px;
    justify-content: space-between;
  }

  /* header side ends */

  /* img for logo starts */
  .logo-img-desktop {
    display: none;
  }

  .logo-img-mobile {
    width: 80px;
  }

  /* img for logo ends */

  /* ...... nav bar starts .....  */
  #nav-button-cancel {
    display: none;
  }

  .top-nav {
    display: none;
  }

  .nav-bar {
    gap: 25px;
    flex-direction: column;
    align-items: flex-end;
    margin: 0px 5px 0px 0px;
  }

  .nav-bar a {
    display: flex;
    flex-direction: row;
    gap: 5px;
  }
  

  /* ...... nav bar ends .....  */

  /* gameUI starts */
  .gameUI {
    width: 100%;
    margin: 5px;
    border-radius: 20px;
  }

  /* gameUI ends */

  /* Ready To Cook text starts */
  .ready-to-cook,
  .game-features-text,
  .our-dishes {
    font-size: 19px;
  }

  /* Ready To Cook text start */

  /* player-aim-text starts */
  .player-aim-text,
  .dish-text {
    padding: 10px;
  }

  /* player-aim-text ends */

  /* download link img starts */
  .download-link-img1 {
    width: 180px;
  }

  .download-link-img2 {
    width: 165px;
  }

  /* download link img ends */

  /* game features div starts */
  .game-features-div {
    flex-direction: column;
    align-items: center;
    padding: 0px 10px 0px 10px;
  }

  /* game features div ends */

  /* All food img div starts */
  .All-food-img {
    display: none;
  }

  /* All food img div ends */

  /* start your cooking journey starts */
  .start-your-cooking-journey {
    background-position: center;
  }

  /* start your cooking journey ends */


  /* footer starts */
  footer {
    padding: 0px 10px 0px 10px;
    gap: 10px;
  }

  .footer-contents {
    gap: 20px;
    flex-direction: column;
  }
  /* footer ends */

}

/*.............. MOBILE VERSION ENDS........*/