* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: monospace;
}
.all-content {
  background: #791a0f;
}
html::-webkit-scrollbar-track {
  background: transparent;
}

html::-webkit-scrollbar-thumb {
  background: #d3ad93;
  border-radius: 10px;
}
html::-webkit-scrollbar {
  width: 10px;
}

/* navbar */
#navbar {
  background-color: #fdfcfb;
  font-family: "Roboto", sans-serif;
}
#logo img {
  border-radius: 10px;
  width: 100px;
  margin-left: 40px;
}
.navbar-nav {
  margin-left: 50px;
}
.nav-item .nav-link {
  color: rgb(98, 58, 8);
  margin-left: 10px;
  font-weight: bold;
  transition: 0.5s;
}
.nav-item .nav-link:hover {
  background: #d7be98;
  border-radius: 5px;
  color: rgb(216, 128, 27);
}
#navbar form button {
  background: rgb(207, 90, 18);
  color: white;
  border: 1px solid white;
}
/* navbar */

/* header content */
#home {
  width: 10%;
  height: 30vh;
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url(./images/ikon.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 80%;
  font-family: "Roboto", sans-serif;
}
.content {
  padding-top: 210px;
  margin-left: 56px;
}
.content h3 {
  font-size: 50px;
  color: white;
}
.content p {
  margin-top: 10px;
  color: white;
}
#btn {
  width: 150px;
  height: 36px;
  margin-top: 20px;
  background: white;
  border-radius: 5px;
  font-weight: bold;
  border: none;
  transition: 0.5s ease;
  cursor: pointer;
}
#btn:hover {
  background: #ae1707;
  color: white;
}
/* header content */

/* about */
#about {
  width: 100%;
  height: 100vh;
  background: #f7f5f2;
  font-family: "Roboto", sans-serif;
}
#about .container {
  padding-top: 70px;
}
.heading {
  text-align: center;
  margin-bottom: 50px;
  color: #ae1707;
  font-size: 30px;
  font-weight: bold;
}
.heading span {
  color: #ae1707;
}
#about .card {
  border-radius: 10px;
}
#about .card img {
  border-radius: 10px;
}
#about-btn {
  width: 200px;
  height: 36px;
  background: transparent;
  border: 2px solid #ae1707;
  color: #ae1707;
  border-radius: 5px;
  font-weight: bold;
  transition: 0.5s;
  cursor: pointer;
}
#about-btn:hover {
  background: #ae1707;
  color: white;
}
@media screen and (max-width: 982px) {
  #about p {
    font-size: 8px;
  }
}
@media screen and (max-width: 766px) {
  #about p {
    font-size: 15px;
  }
  #about {
    height: 120vh;
  }
}
/* about */

/* top cards */
.top-cards {
  width: 100%;
  height: 60vh;
  background: #f7f5f2;
  font-family: "Roboto", sans-serif;
}
.heading2 {
  color: black;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  padding-top: 70px;
}
.heading2 span {
  color: #ae1707;
}
.top-cards .container {
  margin-top: 30px;
}
.top-cards .card {
  border-radius: 10px;
  transition: 0.5s;
  cursor: pointer;
}
.top-cards .card img {
  border-radius: 10px;
}
.top-cards .card h3 {
  text-align: center;
  padding-top: 78px;
  color: white;
}
.top-cards .card:hover {
  transform: translateY(-10px);
}
@media screen and (max-width: 767px) {
  .top-cards {
    height: 170vh;
  }
}
@media screen and (max-width: 500px) {
  .top-cards {
    height: 150vh;
  }
}
@media screen and (max-width: 370px) {
  .top-cards {
    height: 120vh;
  }
}
/* top cards */

/* menu */
.menu {
  width: 100%;
  background: #f7f5f2;
  font-family: "Roboto", sans-serif;
}
.heading3 {
  text-align: center;
  font-size: 30px;
  color: #ae1707;
  font-weight: bold;
  padding-top: 70px;
  border-bottom: 2px solid #ae1707;
}
#container2 {
  margin-top: 30px;
}
.menu .card {
  background: white;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.star i {
  color: #ffef0a;
}
.menu h3 {
  color: #ae1707;
  text-align: center;
  margin-top: 10px;
  font-size: 25px;
}
.menu p {
  font-size: 16px;
  color: #ae1707;
  padding-top: 10px;
}
.menu p span {
  float: right;
  cursor: pointer;
}
/* menu */

/* product */
.product {
  width: 100%;
  background: #f7f5f2;
  font-family: "Roboto", sans-serif;
}
.heading4 {
  text-align: center;
  color: #ae1707;
  font-size: 30px;
  font-weight: bold;
  padding-top: 70px;
  border-bottom: 2px solid #ae1707;
}
#container3 {
  margin-top: 30px;
}
.product h3 {
  text-align: center;
  color: #ae1707;
  font-size: 23px;
}
.product p {
  color: #ae1707;
  padding-top: 10px;
  text-align: center;
}

/* product */

/* gallary */
#gallary {
  width: 100%;
}
#gallary h1 {
  text-align: center;
  color: #d7dd92;
  margin-top: 20px;
  font-weight: bold;
  padding: 30px;
}
#gallary h1 span {
  color: rgb(255,255,255);
}
#gallary .card {
  border-radius: 10px;
}
#gallary .card img {
  border-radius: 10px;
  cursor: pointer;
}
/* gallary */

/* contact */
.contact {
  width: 100%;
  height: 100vh;
  background: #f7f5f2;
  padding-top: 70px;
}
.contact .container {
  width: 100%;
  height: 80vh;
  background: white;
  background: linear-gradient(90deg, white 80%, #ae1707 20%);
  border-radius: 10px;
}
.heading6 {
  font-size: 30px;
  font-weight: bold;
  margin-top: 70px;
}
.heading6 span {
  color: #ae1707;
}
.contact p {
  font-weight: bold;
  font-size: 13px;
  color: black;
}
.contact input {
  width: 360px;
  border: none;
  border-bottom: 1px solid;
}
#contact-btn {
  width: 200px;
  height: 36px;
  border: none;
  background: #ae1707;
  color: white;
  font-weight: bold;
  margin-top: 30px;
  cursor: pointer;
}
#col {
  width: 40%;
  height: 56vh;
  background: black;
  margin-top: 78px;
  margin-left: 78px;
}
.contact h1 {
  color: white;
  font-size: 25px;
  margin-top: 10px;
  margin-left: 10px;
}
.contact #col p {
  font-size: 15px;
  color: white;
  margin-left: 13px;
  padding-top: 30px;
}
@media screen and (max-width: 766px) {
  .contact .container {
    background: white;
  }
  #col {
    width: 100%;
    background: #ae1707;
  }
  .contact {
    height: 150vh;
  }
}
@media screen and (max-width: 400px) {
  .contact input {
    width: 250px;
  }
}
/* contact */

/* blogs */
.blogs {
  width: 100%;
  background: #f7f5f2;
}
.blogs h1 {
  text-align: center;
  font-size: 30px;
  color: black;
  font-weight: bold;
}
.blogs h1 span {
  color: #ae1707;
}
.blogs .container {
  margin-top: 60px;
}
.blogs h5 {
  color: #ae1707;
}
#blogbtn {
  width: 200px;
  height: 36px;
  border: none;
  color: white;
  background: #ae1707;
  cursor: pointer;
}
/* blogs */

/* footer */
#footer {
  width: 100%;
  background: #fefefd;
  margin-top: 50px;
}
.footer-logo img {
  width: 180px;
  border-radius: 10px;
  margin-top: 30px;
  cursor: pointer;
}
#footer .socail-links i {
  font-size: 17px;
  margin-left: 10px;
  margin-top: 30px;
  padding: 10px;
  background: black;
  color: white;
  border-radius: 10px;
  cursor: pointer;
}
.credite {
  color: white;
  margin-top: 20px;
}
.credite {
  text-shadow: 0px 0px 1px black;
}
.credite a {
  text-decoration: none;
  color: black;
  font-weight: bold;
}
.credite a span {
  color: black;
}
.copyright span {
  color: black;
}
/* footer */

html {
  scroll-behavior: smooth;
}
/* Reset untuk margin dan padding */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Reset untuk margin dan padding */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Reset untuk margin dan padding */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: monospace;
}

/* Posisi dan styling untuk panah */
.arrow {
  position: fixed; /* Posisi fixed agar tetap di kanan bawah */
  bottom: 20px; /* Jarak dari bawah */
  right: 20px; /* Jarak dari kanan */
  z-index: 1000; /* Pastikan berada di atas elemen lain */
  cursor: pointer; /* Menambah efek pointer pada hover */
  transition: transform 0.3s ease-in-out; /* Efek animasi saat hover */
}

/* Efek hover untuk membuat panah sedikit lebih besar */
.arrow:hover {
  transform: scale(1.1); /* Membesarkan panah sedikit saat hover */
}

/* Mengatur gambar agar proporsional */
.arrow i {
  display: inline-block;
}

.arrow img {
  width: 30px; /* Ukuran gambar panah */
  height: auto; /* Menjaga proporsi gambar */
}
