@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.header-hp {
  display: none;
}
html {
  scroll-behavior: smooth;
}
body {
  font: 16px/24px poppins;
  background-color: whitesmoke;
}
.nav-utama {
  display: flex;
  width: 100%;
  height: 75px;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.575);
  backdrop-filter: blur(10px);
  z-index: 999;
}
.logo {
  width: 75%;
}
.navigasi {
  width: 25%;
}
.logo h1 {
  color: black;
}
.navigasi ul {
  display: flex;
  justify-content: space-between;
}
.navigasi ul li {
  display: inline;
  list-style: none;
}
ul li a {
  text-decoration: none;
  color: black;
}

#head::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  background-color: rgba(88, 86, 86, 0.395);
  width: 100%;
  height: 100vh;
}
#head {
  width: 100%;
  height: 100vh;
  align-items: center;
  display: flex;
  margin-bottom: 50px;
}
#head h2 {
  margin-bottom: 20px;
}
.indonesia {
  color: rgb(218, 60, 112);
}
.garis-dua {
  height: 5px;
  width: 150px;
  background-color: orangered;
  border-radius: 20px;
  margin-bottom: 50px;
}
.tambahan {
  color: white;
}
.button2 {
  text-decoration: none;
  color: white;
  padding: 15px 35px;
  background-color: rgb(202, 86, 105);
  font-weight: bold;
  border-radius: 10px;
  font-family: raleway;
}
.video video {
  position: absolute;
  width: 100%;
  height: 100vh;
  object-fit: cover;
  top: 0;
  left: 0;
  z-index: -9999;
}
#box2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  background-color: rgba(0, 0, 0, 0.395);
  width: 100%;
  height: 450px;
}
#box2 {
  width: 100%;
  height: 450px;
  padding: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  margin-bottom: 70px;
}
.isinya {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
}
#box2 h1 {
  color: white;
  margin-bottom: 70px;
  font-size: 50px;
}
.garis {
  height: 5px;
  width: 100px;
  background-color: orangered;
  border-radius: 20px;
  margin-bottom: 50px;
}
#box2 p {
  color: bisque;
  margin-bottom: 30px;
  text-align: center;
}
.button {
  text-decoration: none;
  color: white;
  padding: 15px 50px;
  background-color: orangered;
  font-weight: bold;
  border-radius: 10px;
  font-family: raleway;
}
.back1 img {
  position: absolute;
  width: 100%;
  height: 450px;
  object-fit: cover;
  top: 0;
  left: 0;
  z-index: -9999;
}
#event {
  margin-bottom: 50px;
}
.judul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
}
.judul2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.judul2 h1 {
  margin-bottom: 30px;
  font-size: 40px;
}
.judul h1 {
  margin-bottom: 40px;
  font-size: 40px;
}
.garis2 {
  height: 5px;
  width: 150px;
  background-color: orangered;
  border-radius: 20px;
  margin-bottom: 10px;
}
.isi {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
}
.gr {
  width: 40%;
  height: 600px;
  background-color: white;
  border-radius: 10px;
}
.gr img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 30px;
}
.gr h1 {
  text-align: center;
  font-size: 35px;
  margin-bottom: 15px;
}
.gr p {
  color: lightcyan;
  margin-bottom: 30px;
  color: gray;
}
.teks {
  padding: 0px 40px 10px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: auto;
  background-color: black;
  padding: 20px 10px;
}
.menu {
  display: flex;
  align-content: center;
  align-items: flex-start;
  justify-content: space-between;
  width: 80%;
  margin-bottom: 20px;
  gap: 50px;
}
.box {
  color: white;
  text-align: center;
  width: 350px;
}
.box h1 {
  margin-bottom: 20px;
  font-size: 25px;
}
.box p {
  font-size: 14px;
  color: whitesmoke;
}
.travel {
  color: yellow;
}
.box a {
  text-decoration: none;
  color: whitesmoke;
  font-size: 14px;
}
.link {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.link.kontak {
  justify-content: space-evenly;
}
.kontakus {
  margin-bottom: 15px;
}
.line {
  height: 3px;
  width: 100%;
  background-color: gray;
  margin-bottom: 10px;
}
.copy p {
  color: white;
}
@media screen and (max-width: 1250px) {
  .logo {
    width: 70%;
  }
  .navigasi {
    width: 30%;
  }
}
@media screen and (max-width: 1150px) {
  .isinya {
    width: 60%;
  }
  .gr img {
    height: 250px;
  }
  .gr h1 {
    font-size: 35px;
  }
}
@media screen and (max-width: 1000px) {
  .logo {
    width: 60%;
  }
  .navigasi {
    width: 40%;
  }
  .isinya {
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .isi {
    flex-direction: column;
  }
  .gr {
    width: 95%;
    margin: auto;
    margin-bottom: 50px;
  }
  .link {
    gap: 10px;
  }
}
@media screen and (max-width: 775px) {
  .box p {
    font-size: 12px;
  }
  .box a {
    font-size: 12px;
  }
  .box {
    width: 33%;
  }
  .box h1 {
    font-size: 20px;
  }
  .menu {
    margin: 0;
    gap: 75px;
    margin-bottom: 10px;
  }
  .link {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }
  .link.kontak {
    flex-wrap: nowrap;
  }
  .navigasi {
    display: none;
  }
  .header-hp {
    position: fixed;
    display: flex;
    width: 100%;
    height: 75px;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    position: fixed;
    background-color: rgba(255, 255, 255, 0);
    backdrop-filter: blur(0.01px);
    z-index: 999;
  }
  .navhp {
    position: absolute;
    top: 75px;
    right: 0;
    background-color: rgb(11, 11, 11);
    padding: 10px 100px 10px 20px;
    border-radius: 0 0 0 20px;
    display: none;
  }
  .active {
    display: block;
  }
  .navhp ul li {
    list-style: none;
    margin-bottom: 10px;
  }
  .navhp ul li a {
    color: white;
    text-decoration: none;
  }
  .humburger {
    background-color: transparent;
    border: none;
    font-size: 30px;
    cursor: pointer;
  }
  .humburger i{
    color: black;
  }
}
@media screen and (max-width: 640px) {
  .judul h1 {
    font-size: 30px;
    margin-bottom: 50px;
  }
  .garis {
    display: none;
  }
  .teks h1 {
    font-size: 25px;
  }
  .teks p {
    font-size: 12px;
    color: rgb(92, 90, 90);
    text-align: center;
  }
  .button {
    padding: 10px 40px;
    background-color: orangered;
    font-weight: bold;
    border-radius: 10px;
  }
  #box2 h1 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .garis-dua {
    display: none;
  }
  #box2 p {
    font-size: 12px;
    word-spacing: 5px;
    letter-spacing: 1px;
  }
  #box2::before {
    background-color: rgba(0, 0, 0, 0.788);
  }
  .menu {
    display: none;
  }
  .line {
    display: none;
  }
  .judul2 {
    font-size: 12px;
  }
  .judul2 h1 {
    font-size: 30px;
  }
  .button2 {
    text-decoration: none;
    color: white;
    padding: 10px 35px;
    background-color: rgb(202, 86, 105);
    font-weight: bold;
    border-radius: 10px;
    font-family: raleway;
    font-size: 14px;
  }
}
@media screen and (max-width: 390px) {
  .judul2 h2 {
    display: none;
  }
  .judul2 h1 {
    text-align: center;
    color: black;
  }
  .khusus {
    color: #db2763;
  }
  #head::before {
    background-color: rgba(88, 86, 86, 0.686);
  }
  .isinya h1 {
    text-align: center;
  }
}
