:root {
  --primary: #ff9000;
  --light: #f1f8ff;
  --maroon: #9f0c0c;
  --black: #040406;
  --light-black: #666;
  --light-white: #ccc;
  --peru: #cd9452;
  --light-bg: #f5f5f5;
  --blue: #023681;
}

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

html {
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

.container {
  max-width: 1024px;
}

.grid {
  display: grid;
  gap: 1rem;
}

.section__title {
  font-size: 1rem;
  font-family: "Roboto", sans-serif;
  margin-bottom: 1.5rem;
  text-align: center;
}

.main {
  overflow: hidden;
}

.hero-header {
  background: linear-gradient(rgba(101, 13, 13, 0.777), rgba(101, 13, 13, 0.777)), url(../img/background-steak.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-body {
  background: linear-gradient(rgba(224, 224, 224, 0), rgb(204, 203, 201)),
    url();
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-body-produk-2 {
  background: linear-gradient(rgba(255, 144, 0, 23), rgba(255, 144, 0, 0.2)),
    url();
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-body_hampers {
  background: linear-gradient(rgba(101, 13, 13, 0.777), rgba(101, 13, 13, 0.777)),
    url();
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.heading {
  text-align: center;
  margin-bottom: 2rem;
  margin-top: 2rem;
}

.heading span {
  font-size: 1.5rem;
  color: var(--primary);
  font-family: "Roboto", sans-serif;
}

.heading h3 {
  font-size: 2.5rem;
  color: var(--black);
  text-align: center;
  font-family: "Roboto", sans-serif;
}

.aqiqahh1,
.qurbanh1 {
  font-family: "Roboto", sans-serif;
  margin-top: 4rem;
  font-weight: bold;
}

.text-head-foot {
  font-family: "Roboto", sans-serif;
  color: white;
}

.ff-secondary,
.text-about,
.text-produk {
  color: var(--maroon);
  font-style: normal;
  font-family: "Roboto", sans-serif;
  margin-top: -3rem;
}

.qurbanh1 {
  color: var(--primary);
  font-style: normal;
  font-family: "Roboto", sans-serif;
}

.text-promo {
  color: var(--maroon);
  font-style: normal;
  font-family: "Roboto", sans-serif;
  margin-top: 2rem;
}

.text-guling {
  color: var(--maroon);
  font-style: normal;
  font-family: "Roboto", sans-serif;
  margin-top: .5rem;
}

.text-map {
  font-size: 16px;
  font-style: normal;
  font-family: "Roboto", sans-serif;
  color: var(--light-black);
  font-weight: bold;
}

.text-badan {
  font-size: 20px;
  font-style: normal;
  font-family: "Roboto", sans-serif;
  color: black;
  font-weight: bold;
}

.text-isi {
  font-size: 14px;
  font-style: normal;
  font-family: "Roboto", sans-serif;
  color: rgb(15, 15, 15);
}

.text-kambing {
  font-size: 14px;
  font-style: normal;
  font-family: "Roboto", sans-serif;
  color: var(--black);
  font-weight: bold;
}

.btn {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  transition: 0.5s;
}

.btn-primary,
.btn-secondary,
.btn-warning {
  color: #040406;
  background-color: #ff9000;
}

.textfarm {
  color: #ff9000;
  font-size: 18px;
  font-style: italic;
  font-family: "Roboto", sans-serif;
}

.foot {
  position: relative;
  padding: 150px 0;
}

.navbar-dark .navbar-nav .nav-link {
  position: relative;
  margin-left: 25px;
  padding: 35px 0;
  font-size: 15px;
  color: var(--light) !important;
  text-transform: uppercase;
  font-weight: 500;
  outline: none;
  transition: 0.5s;
}

@media (min-width: 992px) {
  .navbar-dark {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background: transparent !important;
  }

}

@media (min-width: 991.98px) {
  .navbar-dark .navbarCollapse {
    margin-top: 15px;
    border-top: 1px solid rgba(256, 256, 256, 0.1);
  }

  .navbar-dark .navbar-nav.nav-link {
    padding: 10px 0;
    margin-left: 0;
  }
}

/*--- PRODUK---*/
.nav-pills .nav-item .active {
  border-bottom: 2px solid var(--primary);
}

body {
  padding: 0;
  margin: 0;
  min-height: 100vh;
  display: flex;
  align-items: flex-end;
}

footer {
  background-color: #121315;
  color: #a7a7a7;
  font-size: 16px;
}

footer * {
  font-family: "Poppins", sans-serif;
  box-sizing: border-box;
  border: none;
  outline: none;
}

.row {
  padding: 1em 1em;
}

.row.primary {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 2fr;
  align-items: stretch;
}

.column {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 0 2em;
  min-height: 12em;
  margin-top: 1.5em;
}

h3 {
  width: 100%;
  text-align: left;
  color: white;
  font-size: 1.4em;
  white-space: nowrap;
}

ul li a {
  color: #a7a7a7;
  text-decoration: none;
}

ul li a:hover {
  color: #2a8ded;
}

.about p {
  text-align: justify;
  line-height: 2;
  margin: 0;
}

input,
button {
  font-size: 1em;
  padding: 1em;
  width: 100%;
  border-radius: 5px;
  margin-bottom: 5px;
}

button {
  background-color: #c7940a;
  color: #ffffff;
}

div.social {
  display: flex;
  justify-content: space-around;
  font-size: 2.4em;
  flex-direction: row;
  margin-top: 0.5em;
}

.social i {
  color: #bac6d9;
}

.copyright {
  padding: 0.3em 1em;
  background-color: #25262e;
}

.footer-menu {
  float: left;
  margin-top: 10px;
}

.footer-menu a {
  color: #cfd2d6;
  padding: 6px;

  text-decoration: none;
}

.footer-menu a:hover {
  color: #27bcda;
}

.copyright p {
  font-size: 0.9em;
  text-align: right;
}

@media screen and (max-width: 850px) {
  .row.primary {
    grid-template-columns: 1fr;
  }

  .popular__name .popular__description {
    position: absolute;
    margin-top: .2rem;
  }

  .popular__container {
    width: 90%;
  }

  .popular__name {
    margin-top: 2rem;
  }

}


.back-ke-atas {
  position: fixed;
  display: none;
  right: 45px;
  bottom: 45px;
  z-index: 99;
}

.popular__container {
  padding-top: 1.5rem;
  grid-template-columns: 250px;
  justify-content: center;
  row-gap: 2.5rem;
}

.popular__card {
  position: relative;
  background-color: var(--primary);
  padding: 7rem 1rem 1.5rem;
  box-shadow: 0 8px 20px hsla(19, 64%, 48%, .08);
  border-radius: 1rem;
  text-align: center;
}

.popular__img {
  width: 200px;
  position: absolute;
  inset: 0;
  top: -2.5rem;
  margin: 0 auto;
  transition: transform .3s;
}

.popular__name {
  font-size: 1rem;
  font-family: "Roboto", sans-serif;
  margin-bottom: .25rem;
  color: var(--blue);
  font-weight: bold;
}

.popular__description {
  display: block;
  font-size: 13px;
  font-style: normal;
  font-family: "Roboto", sans-serif;
  color: rgb(15, 15, 15);
}

.popular__price {
  font-size: 1rem;
  font-weight: 700;
  color: var(--blue);
}

.popular__card:hover .popular__img {
  transform: translateY(-.25rem);
}

.recently {
  position: relative;
}

.recently__data {
  position: relative;
  text-align: left;
}

.recently__data__kanan {
  position: relative;
  text-align: right;
}

.recently__description {
  margin-bottom: 2rem;
}

.recently__img {
  width: 400px;
  position: relative;
}

/*gallery*/

.gallery .gallery-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
  gap: 2rem;
}

.gallery .gallery-container .box {
  height: 40rem;
  position: relative;
  overflow: hidden;
}

.gallery .gallery-container .box img {
  height: 80%;
  width: 80%;
  margin-left: 4rem;
  object-fit: cover;
}

.gallery .gallery-container .box figcaption {
  font-size: 1.5rem;
  font-family: "Roboto", sans-serif;
  color: var(--black);
  text-align: center;
}

.gallery .gallery-container .box .icon {
  display: none;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  height: 80%;
  width: 80%;
  background: rgba(0, 0, 0, .3);
  margin-left: 4rem;
}

.gallery .gallery-container .box .icon i {
  font-size: 6rem;
  color: var(--light);
}

.gallery .gallery-container .box:hover .icon {
  display: flex;
}