body {
  color: white;
  font-family: 'Montserrat', sans-serif;
  margin: 0;
  border: 0;
}

html {
  scroll-behavior: smooth;
}

.contain {
  background-color: #260907;
  /* margin-bottom: 2000px; */
}

.mt-batas {
  margin-top: 100px;
}

.mb-batas {
  margin-bottom: 100px;
}
@media only screen and (min-width: 500px) {
  .mt-batas {
    margin-top: 150px;
  }

  .mb-batas {
    margin-bottom: 150px;
  }
}

.my-7 {
  margin-top: 7rem;
  margin-bottom: 2rem;
}
/* -------------------------------------
     Navbar
----------------------------------------*/

.inner-navbar {
  max-width: 1440px;
  /* margin-top: 10px; */
  margin-bottom: 10px;
}

.inner-navbar .navbar-brand {
  margin-left: 50px;
}

.inner-navbar .menu {
  margin-right: 50px;
}

.navbar {
  transition-timing-function: ease-in-out;
  transition: 0.2s;
  backdrop-filter: blur(5px);
  /* box-shadow: black ; */
  /* position: absolute */
}
.logo {
  font-family: 'Jua', sans-serif;
  color: white;
}

.logo span {
  color: #fdc55e;
}

.menu {
  /* height: 100px; */
  margin-top: 25px;
  font-size: 25px;
  font-family: 'Outfit', sans-serif;
}

.logo h2 {
  font-size: 23px;
}

@media only screen and (min-width: 768px) {
  .logo h2 {
    font-size: 35px;
  }
}

.navbar-toggler-icon {
  color: #fff;
}

/*--------------------------------------- 
Kontak
----------------------------------------- */
.modal-edit {
  border: none;
}

#contact h2 {
  font-family: 'Outfit', sans-serif;
  font-weight: bold;
  font-size: 40px;
}
#contact .belakang {
  z-index: 0;
}
#contact .isi {
  z-index: 20;
}

/*---------------------------------------
       PRE LOADER              
  -----------------------------------------*/

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  background: none repeat scroll 0 0 #ffffff;
}

.spinner {
  border: 1px solid transparent;
  border-radius: 3px;
  position: relative;
}

.spinner:before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 45px;
  height: 45px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border: 1px solid #575757;
  border-top-color: #ffffff;
  animation: spinner 0.9s linear infinite;
}

@-webkit-@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}

@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}

/* 
---------------------------------------------
About
--------------------------------------------- 
*/

.about-us {
  margin-top: 70px;
  padding-top: 120px;
}

.bg1 {
  width: 400px;
  position: absolute;
  top: -250px;
  left: 0;
  z-index: -10;
}
.bg2 {
  position: absolute;
  bottom: -30;
  right: 0;
  z-index: -10;
  width: 400px;
}

.about-us .left-image {
  margin: 0 auto;
}

.about-us .gambar-cewe {
  width: 400px;
}
.tambahan-gambar {
  width: 470px;
  top: 40px;
  overflow: hidden;
}

@media only screen and (max-width: 600px) {
  .about-us {
    margin-top: 90px;
    padding-top: 90px;
  }
  .about-us .gambar-cewe {
    width: 280px;
    margin-top: 40px;
  }
  .bg1 {
    width: 300px;
    position: absolute;
    top: -250px;
    left: 0;
    z-index: -10;
  }

  .tambahan-gambar {
    width: 320px;
    top: 40px;
    overflow: hidden;
  }
}

.about-us .section-heading h2 {
  margin-left: 0px;
  font-family: 'Outfit', sans-serif;
  font-weight: bold;
  font-size: 48px;
  color: white;
}

.about-us .section-heading h2 span:nth-child(1) {
  color: #fdc55e;
}
.about-us .section-heading h2 span:nth-child(2) {
  color: #f54748;
}
.about-us .section-heading h2 span:nth-child(3) {
  color: #f54748;
}

.about-us .section-heading p {
  color: white;
  font-size: 20px;
  margin-bottom: 40px;
}

.about-us .section-heading p {
  margin-top: 50px;
}

.about-us .fact-item .icon {
  width: 45px;
  height: 45px;
}

.about-us .fact-item {
  margin-top: 45px;
}

.about-us .fact-item .count-digit {
  font-size: 48px;
  font-weight: 700;
  color: #2a2a2a;
  margin-top: 5px;
}

.about-us .fact-item .count-title {
  font-size: 15px;
  color: #ff695f;
}

.about-us .fact-item p {
  margin-top: 20px;
  padding-top: 15px;
  border-top: 1px solid #eee;
}

.cari .searchbar {
  margin-bottom: auto;
  margin-top: auto;
  height: 60px;
  background-color: #260907;
  border-radius: 30px;
  padding: 10px;
}

.cari .search_input {
  color: white;
  border: 0;
  outline: 0;
  background: none;
  width: 0;
  caret-color: transparent;
  line-height: 40px;
}

.cari .search_input {
  padding: 0 10px;
  width: 400px;
  caret-color: white;
  transition: width 0.4s linear;
}

@media only screen and (max-width: 600px) {
  .cari .search_input {
    padding: 0 10px;
    width: 200px;
    caret-color: white;
    transition: width 0.4s linear;
  }
  .about-us .section-heading h2 {
    margin-left: 0px;
    font-family: 'Outfit', sans-serif;
    font-weight: bold;
    font-size: 38px;
    color: white;
  }
  .about-us .section-heading p {
    color: white;
    font-size: 16px;
    margin-bottom: 40px;
  }
}

@media only screen and (min-width: 768px) {
  .cari .search_input {
    padding: 0 10px;
    width: 330px;
    caret-color: white;
    transition: width 0.4s linear;
  }
}

.cari .search_icon {
  background: #fdce77;
  color: #260907;
}

.cari .search_icon {
  height: 40px;
  width: 40px;
  float: right;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: white;
  text-decoration: none;
}

.cari .bi-search {
  color: black;
}

.section-heading button {
  background-color: #f65f5f;
  width: 200px;
  height: 64px;
}

@media only screen and (min-width: 768px) {
  .bg1 {
    position: absolute;
    top: -240px;
    left: 0;
    z-index: -10;
    width: 722px;
  }
  .bg2 {
    position: absolute;
    bottom: -30;
    right: 0;
    z-index: -10;
    width: 720px;
  }
  .about-us .gambar-cewe {
    width: 400px;
  }
  .tambahan-gambar {
    width: 520px;
    bottom: 0;
    top: 0;
    overflow: hidden;
  }
}

/* 
---------------------------------------------
Offer
--------------------------------------------- 
*/

.first-item {
  border-radius: 20px;
  width: 150px;
  height: 240px;
}

.first-item li {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
}
.first-item ul {
  padding: 0;
}
.first-item .tengah {
  margin-top: 33%;
}

.first-item span {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: bold;
}

.first-item .profil1 {
  bottom: 0;
  z-index: 10;
  left: 20%;
  width: 27px;
}
.first-item .profil2 {
  bottom: 0;
  z-index: 20;
  left: 40%;
  width: 27px;
}
.first-item .profil3 {
  bottom: 0;
  z-index: 30;
  left: 60%;
  width: 27px;
}

.first-item .gambar-makanan img {
  width: 90px;
  top: 2px;
}
.first-item .gambar-makanan {
  width: 85px;
  height: 100px;
}

.first-item .lingkaran {
  width: 109px;
  position: absolute;
  top: -79px;
  left: -12px;
}

.first-item .rating {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
}
.first-item .badge1 p {
  font-family: 'Outfit', sans-serif;
  font-size: 10px;
  margin: 0px;
  padding: 8px;
}
.pricing-tables .item span {
  font-size: 25px;
  color: #ff695f;
  font-weight: 700;
  display: block;
  margin-top: 0px;
}

.first-item .tombol-akhir {
  font-size: 10px;
}
.pricing-tables .item {
  position: relative;
  z-index: 2;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 15px;
  text-align: center;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  border-radius: 45px;
}

.pricing-tables .item ul li {
  display: block;
  font-size: 12px;
  margin-bottom: 20px;
  font-family: 'Montserrat', sans-serif;
}
.pricing-tables .section-heading h2 {
  text-align: center;
  margin: 0px 5px;
  margin-bottom: -5px;
  position: relative;
  font-family: 'Outfit', sans-serif;
  font-weight: bold;
  font-size: 30px;
}
.pricing-tables .section-heading span {
  color: #aea4a4;
  font-size: 16px;
}

.first-item .bi-star-fill {
  font-size: 17px;
}

@media only screen and (min-width: 500px) {
  .first-item .bi-star-fill {
    font-size: 20px;
  }
  .first-item {
    border-radius: 20px;
    width: 230px;
    height: 330px;
  }

  .first-item li {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
  }
  .first-item ul {
    padding: 0;
  }
  .first-item .tengah {
    margin-top: 40%;
  }

  .first-item span {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: bold;
  }

  .first-item .profil1 {
    bottom: -7px;
    z-index: 10;
    left: 20%;
    width: 38px;
  }
  .first-item .profil2 {
    bottom: -7px;
    z-index: 20;
    left: 40%;
    width: 38px;
  }
  .first-item .profil3 {
    bottom: -7px;
    z-index: 30;
    left: 60%;
    width: 38px;
  }

  .first-item .gambar-makanan img {
    width: 140px;
    top: 30px;
  }
  .first-item .gambar-makanan {
    width: 190px;
    height: 185px;
  }

  .first-item .lingkaran {
    width: 175px;
    position: absolute;
    top: -28px;
    left: 7px;
  }

  .first-item .rating {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
  }
  .first-item .badge1 p {
    font-family: 'Outfit', sans-serif;
    font-size: 16px;
    margin: 0px;
    padding: 13px;
  }
  .pricing-tables .item span {
    font-size: 30px;
    color: #ff695f;
    font-weight: 700;
    display: block;
    margin-top: -5px;
  }

  .first-item .tombol-akhir {
    font-size: 16px;
  }
  .pricing-tables .item {
    position: relative;
    z-index: 2;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px;
    text-align: center;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    border-radius: 45px;
  }

  .pricing-tables .item ul li {
    display: block;
    font-size: 15px;
    color: #7a7a7a;
    margin-bottom: 20px;
    font-family: 'Montserrat', sans-serif;
  }
  .pricing-tables .section-heading h2 {
    text-align: center;
    margin: 0px 5px;
    margin-bottom: -5px;
    position: relative;
    font-family: 'Outfit', sans-serif;
    font-weight: bold;
    font-size: 30px;
  }
  .pricing-tables .section-heading span {
    color: #aea4a4;
    font-size: 16px;
  }
}
@media only screen and (min-width: 1200px) {
  .first-item .bi-star-fill {
    font-size: 20px;
  }
  .first-item {
    border-radius: 20px;
    width: 270px;
    height: 340px;
  }

  .pricing-tables .item ul li {
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    display: block;
    color: #7a7a7a;
    margin-bottom: 20px;
    font-family: 'Montserrat', sans-serif;
  }

  .first-item ul {
    padding: 0;
  }
  .first-item .tengah {
    margin-top: 28%;
  }

  .first-item span {
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    font-weight: bold;
  }

  .first-item .profil1 {
    bottom: -7px;
    z-index: 10;
    left: 30%;
    width: 38px;
  }
  .first-item .profil2 {
    bottom: -7px;
    z-index: 20;
    left: 50%;
    width: 38px;
  }
  .first-item .profil3 {
    bottom: -7px;
    z-index: 30;
    left: 70%;
    width: 38px;
  }

  .first-item .gambar-makanan img {
    top: 30px;
  }

  .first-item .rating {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
  }
  .first-item .badge1 p {
    font-family: 'Outfit', sans-serif;

    font-size: 18px;
    margin: 0px;
    padding: 16px;
  }
  .pricing-tables .item span {
    font-size: 48px;
    color: #ff695f;
    font-weight: 700;
    display: block;
    margin-top: -5px;
  }
  .first-item .tombol-akhir {
    font-size: 18px;
  }
  .pricing-tables .item {
    position: relative;
    z-index: 2;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 45px;
    text-align: center;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    border-radius: 45px;
  }
  .pricing-tables .section-heading h2 {
    text-align: center;
    margin: 0px 60px 0px 60px;
    margin-bottom: -5px;
    position: relative;
    font-family: 'Outfit', sans-serif;
    font-weight: bold;
    font-size: 50px;
  }
  .pricing-tables .section-heading span {
    color: #aea4a4;
    font-size: 20px;
  }
}
@media only screen and (min-width: 1400px) {
  .first-item .bi-star-fill {
    font-size: 20px;
  }
  .pricing-tables .item ul li {
    display: block;
    font-size: 20px;
    color: #7a7a7a;
    margin-bottom: 20px;
    font-family: 'Montserrat', sans-serif;
  }

  .first-item {
    border-radius: 20px;
    width: 320px;
    height: 400px;
  }

  .first-item li {
    font-family: 'Montserrat', sans-serif;
    font-size: 25px;
  }
  .first-item ul {
    padding: 0;
  }
  .first-item .tengah {
    margin-top: 20%;
  }

  .first-item span {
    font-family: 'Montserrat', sans-serif;
    font-size: 35px;
    font-weight: bold;
  }

  .first-item .profil1 {
    bottom: -7px;
    z-index: 10;
    left: 30%;
  }
  .first-item .profil2 {
    bottom: -7px;
    z-index: 20;
    left: 50%;
  }
  .first-item .profil3 {
    bottom: -7px;
    z-index: 30;
    left: 70%;
  }

  .first-item .gambar-makanan img {
    top: 30px;
  }

  .first-item .rating {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
  }
  .first-item .badge1 p {
    font-family: 'Outfit', sans-serif;

    font-size: 18px;
    margin: 0px;
    padding: 16px;
  }

  .first-item .tombol-akhir {
    font-size: 20px;
  }
  .pricing-tables .item span {
    font-size: 50px;
    color: #ff695f;
    font-weight: 700;
    display: block;
    margin-top: -5px;
  }
  .pricing-tables .item {
    position: relative;
    z-index: 2;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px;
    text-align: center;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    border-radius: 45px;
  }
  .pricing-tables .section-heading h2 {
    text-align: center;
    margin: 0px 60px 0px 60px;
    margin-bottom: -5px;
    position: relative;
    font-family: 'Outfit', sans-serif;
    font-weight: bold;
    font-size: 50px;
  }
  .pricing-tables .section-heading span {
    color: #aea4a4;
    font-size: 20px;
  }
}

.pricing-tables .section-heading {
  text-align: center;
  margin-bottom: 60px;
}

.pricing-tables .section-heading p {
  color: #fdc55e;
}

.pricing-tables .item h4 {
  font-size: 20px;
  font-weight: 700;
  color: #2a2a2a;
}

.pricing-tables .item em {
  color: #ff695f;
  font-size: 15px;
  display: block;
  margin-top: 25px;
  text-decoration: line-through;
  font-style: normal;
}

.pricing-tables .item ul {
  margin-top: 5px;
}

.pricing-tables .item .main-blue-button {
  margin-top: 40px;
}

/* Fitur */

.keranjangbesar {
  width: 300px;
  height: 340px;
}
.tulisan-fitur .section-heading h2 {
  position: relative;
  font-family: 'Outfit', sans-serif;
  font-weight: bold;
  font-size: 30px;
}

@media only screen and (min-width: 768px) {
  .keranjangbesar {
    width: 450px;
    height: 410px;
  }
  .tulisan-fitur .section-heading h2 {
    position: relative;
    font-family: 'Outfit', sans-serif;
    font-weight: bold;
    font-size: 48px;
  }
}

.bg-bulat {
  top: -30px;
  left: 0px;
  z-index: -20;
  /* overflow: hidden; */
}
.bg-bulat1 {
  bottom: -30px;
  right: 0px;
  z-index: -20;
  /* overflow: hidden; */
}

.tulisan-fitur .section-heading {
  /* text-align: center; */
  margin-bottom: 60px;
}

.tulisan-fitur .section-heading p {
  color: #fdc55e;
}
.tulisan-fitur .section-heading span {
  color: #aea4a4;
  font-size: 20px;
}

.fitur-ket h3 {
  font-family: 'Outfit', sans-serif;
}
.fitur-p {
  font-family: 'Montserrat', sans-serif;
  color: white;
}

/* Tempat */

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: 0.5s ease;
  text-align: center;
}

.overlay .background {
  position: absolute;
  left: 0;
}

.card-1:hover .overlay {
  height: 100%;
}

.card-img1 {
  object-fit: cover;
  width: 360px;
  height: 450px;
  filter: brightness(80%);
}
.card-img2 {
  object-fit: cover;
  height: 400px;
  filter: brightness(80%);
}

.name-place {
  font-family: 'Montserrat';
  font-size: 30px;
}

.overlay .btn {
  position: absolute;
  bottom: 40px;
  left: 50%;
  background-color: #f65f5f;
  color: white;
  transform: translateX(-50%);
}

#custom-cards .section-heading {
  text-align: center;
  margin-bottom: 60px;
}

#custom-cards .section-heading h2 {
  text-align: center;
  margin: 0px 60px;
  margin-bottom: -5px;
  position: relative;
  font-family: 'Outfit', sans-serif;
  font-weight: bold;
  font-size: 50px;
}
#custom-cards .tombol {
  font-size: 15px;
}
@media only screen and (max-width: 768px) {
  #custom-cards .isi h3 {
    font-size: 25px;
    margin: 0px;
  }
  #custom-cards .isi p {
    font-size: 14px;
    margin: 0px;
  }

  #custom-cards .tombol {
    font-size: 10px;
  }
  .card-img2 {
    object-fit: cover;
    height: 300px;
  }
}

@media only screen and (max-width: 500px) {
  .card-img2 {
    object-fit: cover;
    height: 250px;
  }
  #custom-cards .isi h3 {
    font-size: 20px;
    margin: 0px;
  }
  #custom-cards .isi p {
    font-size: 10px;
    margin: 0px;
  }

  #custom-cards .tombol {
    font-size: 10px;
  }

  #custom-cards .section-heading h2 {
    text-align: center;
    margin: 0px 10px;
    margin-bottom: -5px;
    position: relative;
    font-family: 'Outfit', sans-serif;
    font-weight: bold;
    font-size: 28px;
  }
}

#custom-cards .section-heading p {
  color: #fdc55e;
}
#custom-cards .section-heading span {
  color: #aea4a4;
  font-size: 20px;
}

/* ---------------------------------------
Makanan
------------------------------------------*/
.bg11 {
  width: 400px;
  position: absolute;
  top: -250px;
  left: 0;
  z-index: -10;
}
.bg22 {
  position: absolute;
  bottom: -30;
  right: 0;
  z-index: -10;
  width: 400px;
}

.makanbesar {
  width: 350px;
}

@media only screen and (max-width: 600px) {
  .makanbesar {
    width: 315px;
  }
  .bg11 {
    position: absolute;
    top: -240px;
    left: 0;
    z-index: -10;
    width: 310px;
  }
  .bg22 {
    position: absolute;
    bottom: -30;
    right: 0;
    z-index: -10;
    width: 400px;
  }
}

@media only screen and (min-width: 768px) {
  .makanbesar {
    width: 530px;
  }

  .bg11 {
    position: absolute;
    top: -240px;
    left: 0;
    z-index: -10;
    width: 522px;
  }
  .bg22 {
    position: absolute;
    bottom: -30;
    right: 0;
    z-index: -10;
    width: 520px;
  }
}

#makanan .section-heading {
  text-align: end;
}
.makanan1 {
  left: 0;
  z-index: -10;
}
.makanan2 {
  left: 30%;
  top: -51px;
  z-index: -10;
}

.makanan3 {
  left: 40%;
  z-index: -10;
  bottom: 8px;
}
.makanan4 {
  right: 15%;
  bottom: 90px;
  z-index: -10;
}
.makanan5 {
  right: 0;
  z-index: -10;
}

.footer {
  bottom: -45px;
  position: absolute;
  left: 0px;
  z-index: -20;
}

.tombol-akhir {
  background-color: #ff695f;
  padding: 10px;
}

/* Tempat */

.searchbar {
  margin-bottom: auto;
  margin-top: auto;
  height: 60px;
  background-color: #260907;
  border-radius: 30px;
  padding: 10px;
}

.search_input {
  color: white;
  border: 0;
  outline: 0;
  background: none;
  width: 0;
  caret-color: transparent;
  line-height: 40px;
}

.search_input {
  padding: 0 10px;
  width: 400px;
  caret-color: white;
  transition: width 0.4s linear;
}

@media only screen and (max-width: 600px) {
  .search_input {
    padding: 0 10px;
    width: 200px;
    caret-color: white;
    transition: width 0.4s linear;
  }
}

@media only screen and (min-width: 768px) {
  .search_input {
    padding: 0 10px;
    width: 330px;
    caret-color: white;
    transition: width 0.4s linear;
  }
}

.search_icon {
  background: #fdce77;
  color: #260907;
}

.search_icon {
  height: 40px;
  width: 40px;
  float: right;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: white;
  text-decoration: none;
}

.bi-search {
  color: black;
}

.pagination {
  display: inline-block;
}

.pagination a {
  color: white;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color 0.3s;
  border: 0.5px solid #ddd;
  font-size: 20px;
}
.pagination a:hover:not(.active) {
  background-color: #f65f5f;
  color: #eee;
}

.pagination a.active {
  background-color: #ff695f;
  color: white;
}
.pagination a:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.pagination a:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

/* ---------------------------
Page Makanan
------------------------------*/
.atas1 img {
  width: 330px;
}

.atas1 span:nth-child(2) {
  font-size: 17px;
  font-family: 'Lato', sans-serif;
}

.atas1 .isi p {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  color: #aea4a4;
}

.atas1 .isi {
  margin-top: 20px;
}

.atas1 i {
  font-size: 35px;
}

@media only screen and (min-width: 768px) {
  .atas1 img {
    width: 400px;
  }
  .atas1 h1 {
    font-size: 48px;
  }

  .atas1 i {
    font-size: 35px;
  }

  .atas1 span:nth-child(2) {
    font-size: 20px;
    font-family: 'Lato', sans-serif;
  }

  .atas1 .isi p {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    color: #aea4a4;
  }

  .atas1 .isi {
    margin-top: 20px;
  }
}

/* Testimoni */

#testimoni h2 {
  font-family: 'Outfit', sans-serif;
  font-weight: bold;
  font-size: 30px;
}

#testimoni i {
  color: #fdce77;
  font-size: 12px;
}
#testimoni h3 {
  font-family: 'Outfit', sans-serif;
  font-weight: 800;
  font-size: 20px;
}

#testimoni .card {
  background-color: #540e0e;
  width: 14rem;
}
#testimoni img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  z-index: 20;
}

#testimoni .isi {
  margin-top: 50px;
  margin-bottom: 0px;
}
#testimoni .deskripsi {
  font-size: 13px;
}

@media only screen and (min-width: 500px) {
  #testimoni .deskripsi {
    font-size: 16px;
  }
  #testimoni i {
    color: #fdce77;
    font-size: 15px;
  }
  #testimoni h2 {
    font-family: 'Outfit', sans-serif;
    font-weight: bold;
    font-size: 45px;
  }
  #testimoni h3 {
    font-family: 'Outfit', sans-serif;
    font-weight: 800;
    font-size: 20px;
  }

  #testimoni .card {
    background-color: #540e0e;
    width: 20rem;
  }
  #testimoni img {
    width: 144px;
    height: 144px;
    object-fit: cover;
    z-index: 20;
  }

  #testimoni .isi {
    margin-top: 80px;
    margin-bottom: 20px;
  }
}

/* Aboutus */

.bg1-blur {
  right: 0;
  bottom: 0;
  width: 300px;
  z-index: -20;
}
.bg2-blur {
  left: 0;
  bottom: 0;
  width: 180px;
  z-index: -20;
}
.bg1-makanan {
  right: 0;
  bottom: 0;
  width: 180px;
  z-index: -20;
}
.bg2-makanan {
  left: 0;
  bottom: 0;
  width: 180px;
  z-index: -20;
}
.bg3-makanan {
  top: 6%;
  left: 0%;
  width: 150px;
  z-index: -20;
}
.bg4-makanan {
  right: 0;
  width: 70px;
  z-index: -20;
}

@media only screen and (min-width: 768px) {
  .bg1-blur {
    right: 0;
    bottom: 0;
    width: 400px;
  }
  .bg2-blur {
    left: 0;
    bottom: 0;
    width: 380px;
  }
  .bg1-makanan {
    right: 0;
    bottom: 0;
    width: 300px;
  }
  .bg2-makanan {
    left: 0;
    bottom: 0;
    width: 250px;
  }
  .bg3-makanan {
    left: 6%;
    top: 17%;
    width: 180px;
    z-index: -20;
  }
  .bg4-makanan {
    right: 0;
    width: 100px;
    z-index: -20;
  }
}

.hidden {
  display: none;
}
