/*
 * Custom CSS
 */
 @font-face /*perintah untuk memanggil font eksternal*/
 {
  font-family: 'Goli';
  src: url('font/Goli-Medium.ttf');/*memanggil file font eksternalnya di folder nexa*/
}

:root {
  --bs-body-bg: var(--bs-gray-100);
}

body {
  font-family: "Goli", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.slick-prev:before,
.slick-next:before{
  content: '';
}
.slick-arrow.slick-disabled{
  display: none!important;
}

.navbar-toggler{
  border-radius: 50px;
}
.fixed-top{
  z-index: 99999;
}


.cb-slideshow{
  list-style: none;
}
.cb-slideshow,
.cb-slideshow:after { 
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 0; 
}
.cb-slideshow:after { 
  content: '';
  background: transparent url(images/pattern.png);
  background-size:  cover;
  background-position: center center;
  background-repeat: no-repeat; 
}
.cb-slideshow li span { 
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  color: transparent;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: none;
  opacity: 0;
  z-index: 0;
  animation: imageAnimation 36s linear infinite 0s; 
}
.cb-slideshow li div { 
  z-index: 1000;
  position: absolute;
  bottom: 30px;
  left: 0px;
  width: 100%;
  text-align: center;
  opacity: 0;
  color: #fff;
  animation: titleAnimation 36s linear infinite 0s; 
}
.cb-slideshow li div h3 { 
  font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
  font-size: 240px;
  padding: 0;
  line-height: 200px; 
}
.cb-slideshow li:nth-child(1) span { 
  background-image: url(images/bg-header-1.png) 
}
.cb-slideshow li:nth-child(2) span { 
  background-image: url(images/bg-header-2.png);
  animation-delay: 6s; 
}
.cb-slideshow li:nth-child(3) span { 
  background-image: url(images/bg-header-3.png);
  animation-delay: 12s; 
}
.cb-slideshow li:nth-child(2) div { 
  animation-delay: 6s; 
}
.cb-slideshow li:nth-child(3) div { 
  animation-delay: 12s; 
}

@keyframes imageAnimation { 
  0% { opacity: 0; animation-timing-function: ease-in; }
  8% { opacity: 1; animation-timing-function: ease-out; }
  17% { opacity: 1 }
  25% { opacity: 0 }
  100% { opacity: 0 }
}
@keyframes titleAnimation { 
  0% { opacity: 0 }
  8% { opacity: 1 }
  17% { opacity: 1 }
  19% { opacity: 0 }
  100% { opacity: 0 }
}
.no-cssanimations .cb-slideshow li span{
	opacity: 1;
}


.navbar{
  background: transparent;
}
.btn-primary{
  background: linear-gradient(
    #f08548,
    #f37125
  );
  border-color: #f16819;
  border-radius: 20px;
}

.navbar-brand img{
  width:  200px;
}

.section-header{
  position: relative;
  /* padding: 4em 0; */
  color: #FFF;
}
.section-header h2{
  color: #354b25;
  font-size: 3em;
  font-weight: bold;
}
.section-header p{
  color: #000;
  font-size: 1.5em;
  max-width: 80%;
  margin: auto;
}
.section-header .container{
  position: relative;
  margin-top: -25vh;
}
.section-header #slide-header{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
}
.section-header #slide-header,
.section-header .slick-list,
.section-header .slick-track,
.slider-bg-1,
.slider-bg-2,
.slider-bg-3{
  width: 100%;
  height: 100%;
}
.slider-bg-1{
  background:  linear-gradient(
    rgba(255, 255, 255, 0.5),
    rgba(255, 255, 255, 0.5)
  ), url(images/bg-header-1.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.slider-bg-2{
  background:  linear-gradient(
    rgba(255, 255, 255, 0.5),
    rgba(255, 255, 255, 0.5)
  ), url(images/bg-header-2.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.slider-bg-3{
  background:  linear-gradient(
    rgba(255, 255, 255, 0.5),
    rgba(255, 255, 255, 0.5)
  ), url(images/bg-header-3.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}



.section-about{
  background: url(images/bg-top-headers.png);
  background-position: bottom center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 8em 0 4em;
  color: #FFF;
  margin-top: -35vh;
  position: relative;
  z-index: 9999;
}
.section-about img{
  position: relative;
  margin-top: -80px;
  z-index: 999;
}
.section-about h2{
  color: #FFF;
  font-weight: bold;
  font-size: 3em;
}
.section-about p{
  font-size: 1.5em;
}


.section-features{
  background:  linear-gradient(
    rgba(255, 255, 255, 0.5),
    rgba(255, 255, 255, 0.5)
  ), url(images/bg-about-1.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 4em 0;
}
.section-features #slide-features{
  max-width: 700px;
  margin: auto;
}
.section-features img{
  width: 200px;
}
.section-features h2{
  color: #354b25;
  font-size: 3em;
  font-weight: bold;
}
.section-features h4{
  color: #354b25;
  font-weight: bold;
  font-size: 2em;
}
.section-features p{
  font-size: 1.5em;
}
#slide-features .slick-prev,
#slide-features .slick-next,
#slide-review .slick-prev,
#slide-review .slick-next{
  display: block;
  height: 32px;
  width: 32px;
  background: url('images/arrow_orange.png') no-repeat;
  right: -5%;
}
#slide-features .slick-prev,
#slide-review .slick-prev{
  transform: rotate(180deg);
  left: -5%;
  right: 0;
}



.section-ourmenu{
  background:  linear-gradient(
    #354b27,
    #354b27cc
  ), url(images/bg-ourmenu.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 8em 0;
}
.section-ourmenu h2{
  color: #FFF;
  font-weight: bold;
  text-align: center;
  font-size: 3em;
}
.section-ourmenu h2 span{
  color: #f08548;
  font-family: "Playwrite IN", cursive;
}
.section-ourmenu .badge{
  background: #f16819;
  color: #fff;
  font-weight: normal;
  font-size: 1em;
  margin: 1em 0;
}
#slide-foods,
#slide-drinks{
  max-width: 900px;
  margin: auto;
}
.section-ourmenu .slick-slide::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #00000080;
  border-radius: 10px;
}
.section-ourmenu .slick-center.slick-slide::before{
  background: none;
}
.section-ourmenu .slick-slide {
  transform: scale(0.8);
  position: relative
}
.section-ourmenu .slick-slide.slick-center {
  transform: scale(1);
}
.section-ourmenu .slick-slide img{
  margin: auto;
}
.section-ourmenu .slick-prev,
.section-ourmenu .slick-next{
  display: block;
  height: 32px;
  width: 32px;
  background: url('images/arrow.png') no-repeat;
  right: -5%;
}
.section-ourmenu .slick-prev{
  transform: rotate(180deg);
  left: -5%;
  right: 0;
}




.section-testimonial{
  background:  linear-gradient(
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0.5)
  ), url(images/bg-review-1.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 4em 0;
}
.section-testimonial h2{
  color: #FFF;
  font-weight: bold;
  text-align: center;
  font-size: 3em;
}
#slide-review{
  max-width: 900px;
  margin: auto;
}
#slide-review img{
  width: 90%;
  margin: auto;
}



/* Section Branch */
.section-branch{
  background:  linear-gradient(
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0.5)
  ), url(images/bg-branch.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 4em 0;
}
.section-branch h2{
  color: #FFF;
  text-align: center;
  margin-bottom: 2em;
}
.section-branch img{
  margin-bottom: 10px;
}


/* Section Footer */
.section-footer{
  background:  linear-gradient(
    to right,
    rgba(0, 0, 0, 0.2),
    rgba(243, 113, 35, 1) 70%
  ), url(images/bg-footer.png);
  background-position: bottom left;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 4em 0;
}
.section-footer .card-rounded{
  padding: 20px 10px;
  border-radius: 10px;
  background: #fef7e4;
  text-align: center;
}
.section-footer .card-rounded h4{
  margin-bottom: 20px;
}

@media screen and (max-width: 1140px) { 
  .cb-slideshow li div h3 { font-size: 140px }
}
@media screen and (max-width: 768px) {
  .section-header h2,
  .section-about h2,
  .section-features h2,
  .section-ourmenu h2{
    font-size: 2em;
  }
  .section-header p,
  .section-about p{
    font-size: 1em;
  }
} 
@media screen and (max-width: 600px) { 
  .cb-slideshow li div h3 { font-size: 80px }

  .section-ourmenu .slick-slide img{
    width: 80%;
  }

  .section-ourmenu .slick-prev{
    left: 15px;
  }
  .section-ourmenu .slick-next{
    right: 15px;
  }


}
