
@import url('https://fonts.googleapis.com/css2?family=Qwigley&display=swap');

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;

}



.navbar {
  animation: 1s slide-down;
  display: flex;
  align-items: center;
  width: 100%;
  height: 3rem;
  position: absolute;
}

@keyframes slide-down {
  from {
    transform: translateY(-150%);
    /* margin-bottom: 100px; */
  }
  to {
    transform: translateY(0%);
    /* margin-bottom: 0px; */
  }
}



 .navbar-link  {
  font-size: 2.5rem;
  text-decoration: none;
  color: aliceblue;
}
.navbar-user{
  font-family: 'Qwigley', cursive;
  color: aliceblue;
}


.navbar-bob{
  color: aliceblue;
  text-decoration: none;
  font-size:2.5rem;
}

.navbar a {

  margin: 0 10px;
  /* font-family: "Delius Unicase"; */
  font-family: 'Qwigley', cursive;
  /* font-size: 20px; */
  font-style: initial;
  font-weight: 100;
}

.navbar-li {
 
  list-style: none;
  text-decoration: none;

}


.navbar1 {
  margin: 30%;
  /* align-items: center; */
  /* padding: 30%; */
  justify-content: center;
  display: flex;

}

.navbar1 li {
  /* margin: 30px; */
}

.navbar:hover {
  background-color: aliceblue;
  transition: 0.8s linear;
}
.navbar:hover a {
  color: rgb(80, 60, 50);
}
 .navbar:hover p {
  color: rgb(80, 60, 50);
}



.dropdown-menu {
  z-index: 200;
  justify-content: center;
  position: absolute;
  top: 100%;
  left: 0;
  height: 450px;
  width: 100%;
  background-color: aliceblue;
  display: flex;
  justify-content: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.6s ease;
}

.dropdown:focus .dropdown-menu,
.dropdown:hover .dropdown-menu {
  transform: scaleY(1);
}

.dropdown-item {

  list-style: none;
  padding: 10px;
  margin: 0;
}

.dropdown-item:hover {
  background-color: aliceblue;

}

.garis_bawa_navbar{
}
.garis_bawa_navbar hr{
 border: 1px #2200ff;
}
.navbar-link1 {
  list-style: none;
  text-decoration: none;
  padding-bottom: 0.5rem;
  border-bottom: 0.1rem solid maroon;
  transform: scaleX(0);
  transition: 0.2s linear;
}

.navbar-img1 {
  border-radius: 10px;
  display: flex;
  width: 80%;
  height: 70%;
  background-color: #d6dde5;
}

.navbar-img1:hover{
  transition: all 1s ease-in-out;
  border-radius: 40px;
}

.navbar-img1 img {
  object-fit: fill;
  width: 90%;
}

.navbar-text1 {
  display: flex;
  width: 300px;
  height: 10%;
}

.navbar-text1 h2 {
  font-size: 30px;
  font-family: Rancho;
  margin: auto;
  color: rgb(12, 12, 12);
}


.iklan {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 50px;
  background-color: rgb(70, 49, 38);
}


.container-iklan {
  margin: auto;
  width: 30%;
  height: 95%;
  overflow: hidden;

}

#container-iklan div {
  
  color: #ece6e0;
  margin: auto;
  height: 45px;
  text-align: center;
  margin-bottom: 45px;
  padding: 10px 0px;
  font-family:Redressed ;
  font-size: 20px;

}

#container-iklan:first-child {
  animation: show 10s linear infinite;

}

#container-iklan-text1{
font-family: Montaga;
}

#container-iklan-text2{
font-family: Moulpali;
}
#container-iklan-text3{
font-family: Murecho;
}


@keyframes show {
  0% {
    margin-top: -270px;
  }

  5% {
    margin-top: -180px;
  }

  33% {
    margin-top: -180px;
  }

  38% {
    margin-top: -90px;
  }

  66% {
    margin-top: -90px;
  }

  71% {
    margin-top: 0px;
  }

  99.99% {
    margin-top: 0px;
  }

  100% {
    margin-top: -270px;
  }
}

.footer{
  justify-content: center;
  display: flex;
  width: 100%;
  height: 100px;
  background-color: #463126;
}
.footer-name{
  width: 40%;
  height: 100%;
  /* background-color: rgb(212, 90, 90); */
}

.footer-name h1{
  font-size: 3rem;
  font-family: 'Qwigley', cursive;
  text-align: center;
  color: rgb(238, 229, 246);
}

.footer svg{
  color: #f3eae5;
  margin: 0px 40% ;
  height: 30%;
  width: 100px;
}
.dropdown2 {
  /* background-color: #000000 ; */
  color: aliceblue;
  font-family: 'Qwigley', cursive;
  font-style: initial;

}

.wrapper-dropdown-3 {
  /* background-color: #000000; */
  position: relative;
  width: 250px;
  margin: 10px auto;
  padding: 10px 15px;
  height: 80px;
  /* background-color: #2200ff; */
  cursor: pointer;
  outline: none;
}

.wrapper-dropdown-3:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  /* right: 6px; */
  top: 50%;
  margin-top: -3px;
  border-width: 10px 10px 0px;
  border-style: solid;
  border-color: grey transparent;
}

.wrapper-dropdown-3 .dropdown {
  position: absolute;
  text-align: center;
  font-size: 1.2em;
  top: 100%;
  left: 0px;
  right: 0px;
  font-weight: 900;
  font-family: 'Qwigley', cursive;

  /* font-family: 'Spirax', system-ui; */
  height: 300px;
  transition: all 0.3s ease-out;
  list-style: none;

  opacity: 0;
  pointer-events: none;
}

.wrapper-dropdown-3 .dropdown li a {
  display: block;
  text-decoration: none;
  color: #c88a5b;
  padding: 10px;
  transition: all 0.3s ease-out;
}

.dropdown_a:hover{
  color: #000000;

} 

.wrapper-dropdown-3 .dropdown li i {
  margin-right: 5px;
  vertical-align: middle;
}

.wrapper-dropdown-3.active:after {
  border-width: 0 10px 10px 10px;
}

.wrapper-dropdown-3.active .dropdown {
  opacity: 1;
  pointer-events: auto;
  /* background-color: #000000; */

}

/* .logout{
  width:;
} */

.bob_nav{
  display: flex;
}

.bob_nav-svg{
  margin-top: 10%;
}