@import url("https://fonts.googleapis.com/css2?family=Shizuru&display=swap");
/* font-family: 'Shizuru', cursive; */

@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@100&display=swap");
/* font-family: 'Raleway', sans-serif; */

.homebg {
  margin: 80px 50px 0 50px;
}

.homebg img {
  max-width: 100%;
  opacity: 60%;
  border-radius: 30px;
}

.header1 {
  padding: 100px;
  margin-top: -1150px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header1 .logo {
  position: absolute;
  margin-top: 350px;
  margin-left: 100px;
  transition: all 0.3s ease-in-out;
}

.intro {
  position: absolute;
  font-family: "Raleway", sans-serif;
  margin-top: -320px;
  margin-left: 250px;
  background-color: white;
  padding: 15px;
  border-radius: 15px;
}

.two {
  margin-top: -260px;
}
.header1 .logo:hover {
  opacity: 30%;
}

.socialmedia {
  position: absolute;
  margin-top: -200px;
  margin-left: 250px;
}

.facebook {
  padding: 15px;
  transition: all 0.3s ease-in-out;
}
.facebook:hover {
  opacity: 60%;
}
.instagram {
  padding: 15px;
  transition: all 0.3s ease-in-out;
}

.instagram:hover {
  opacity: 60%;
}
.youtube {
  padding: 15px;
  transition: all 0.3s ease-in-out;
}

.youtube:hover {
  opacity: 60%;
}

.navigation {
  position: absolute;
  margin-top: 800px;
  margin-left: 650px;
}
.menu-container {
  position: absolute;
  line-height: 4;
  width: 500px;
}

.menu-item a {
  text-decoration: none;
  font-family: "Shizuru", cursive;
  font-size: 35px;
  color: rgb(71, 27, 27);
  transition: all 0.3s ease-in-out;
}

.menu-item a:hover {
  opacity: 60%;
}

.food1 {
  display: flex;
  gap: 20px;
}

.food1 img {
  border-radius: 15px;
  border: 5px solid white;
}

.scenery1 {
  display: flex;
  gap: 20px;
}

.scenery1 img {
  border-radius: 15px;
  border: 5px solid white;
}

.character1 {
  display: flex;
  gap: 20px;
}

.character1 img {
  border-radius: 15px;
  border: 5px solid white;
}

.com1 {
  display: flex;
  gap: 20px;
}

.com1 img {
  border-radius: 15px;
  border: 5px solid white;
}

@media (max-width: 1024px) {
  .navigation {
    position: absolute;
    margin-top: 800px;
    margin-left: 650px;
  }
  .menu-container {
    position: relative;
    line-height: 4;
    margin-top: 900px;
    margin-left: -650px;
    width: 500px;
  }

  .header1 .logo {
    position: relative;
    margin-top: 150px;
    margin-left: -25px;
    transition: all 0.3s ease-in-out;
  }

  .homebg {
    margin: 80px 100px 100px auto;
  }

  .intro {
    position: absolute;
    font-family: "Raleway", sans-serif;
    margin-top: -520px;
    margin-left: 100px;
    background-color: white;
    padding: 20px;
    border-radius: 15px;
  }

  .one {
    margin-top: -450px;
  }

  .socialmedia {
    position: absolute;
    margin-top: -350px;
    margin-left: 100px;
  }
}

@media (max-width: 700px) {
  .homebg {
    margin: 80px 0 0 0;
  }

  .homebg img {
    width: 900px;
  }

  .header1 .logo {
    position: relative;
    margin-top: 250px;
    margin-left: -25px;
    transition: all 0.3s ease-in-out;
  }

  .menu-container {
    position: relative;
    line-height: 4;
    margin-top: 1200px;
    margin-left: -650px;
    width: 500px;
  }

  .intro {
    position: absolute;
    font-family: "Raleway", sans-serif;
    margin-top: -320px;
    margin-left: 100px;
    background-color: white;
    padding: 20px;
    border-radius: 15px;
  }

  .one {
    margin-top: -400px;
  }

  .socialmedia {
    position: absolute;
    margin-top: -250px;
    margin-left: 100px;
  }
}
