html, body {
  max-width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
  scroll-padding-top: 6rem;
  }

  .paragraph {
  width: 150%;
  }
body 
{
    font-family: 'Fredoka One', cursive;
    background: white;
}

.webheader {
    border-bottom: 1px solid #ddd;
    background: white;
    padding: 30px;
    margin-bottom: -10px;
}

.container {
    max-width: 1140px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.socmed {
  position: relative;
  top: calc(50px - 10px);
  float: right;
  margin-left: 484px;
}
.socmed > a {
  display: inline-block;
  padding: 0px;
  font-size: 17px;
  color: #909090;
  margin-right: 10px;
}

.web-logo > * {
    display: inline-block;
    margin-bottom: 0;
}

img {
	width: 100px;
}
.web-logo-sub {
    position: relative;
    font-size: 16px;
    margin-left: 10px;
    top: calc(-45px - .5em);
    color: #000000;
    font-weight: bold;
}
h2 {
    font-family: 'Fredoka One', cursive;
    font-weight: normal;
    line-height: 1.45em;
    margin-top: 0;
}

nav {
    display: block;
    background: white;
    border-bottom: 1px solid #ddd;
}

.menu {
    display: block;
}

.menu li {
    display: inline-block;
    position: relative;
    z-index: 100;
    margin-bottom: -100px;
}

.menu li:first-child {
    margin-left: 0;
}

.menu li a {
    color: black;
    font-weight: 600;
    text-decoration: none;
    font-family: 'Fredoka One', cursive;
    margin-left: -15px;
    font-size: 12.3px;
    padding: 15px 15px;
    display: block;
    background: transparent;
    transition: all 0.2s ease-in-out 0s;
}
.sticky{
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
.menu li a:hover,.menu li:hover>a {
    color: #fff;
    background: #ff3c41;
}

.menu ul {
    visibility: hidden;
    opacity: 0;
    margin: 0;
    padding: 0;
    width: 150px;
    position: absolute;
    left: 0px;
    background: #fff;
    z-index: 99;
    transform: translate(0,20px);
    transition: all 0.2s ease-out;
}

.menu ul:after {
    bottom: 100%;
    left: 20%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 6px;
    margin-left: -6px;
}

.menu ul li {
    display: block;
    float: none;
    background: none;
    margin: 0;
    padding: 0;
}

.menu ul li a {
    font-size: 12px;
    font-weight: normal;
    display: block;
    color: #797979;
    background: #fff;
}

.menu ul li a:hover,.menu ul li:hover>a {
    background: #ff3c41;
    color: #fff;
}

.menu li:hover>ul {
    visibility: visible;
    opacity: 1;
    transform: translate(0,0);
}

.menu ul ul {
    left: 149px;
    top: 0px;
    visibility: hidden;
    opacity: 0;
    transform: translate(20px,20px);
    transition: all 0.2s ease-out;
}

.menu ul ul:after {
    left: -6px;
    top: 10%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #fff;
    border-width: 6px;
    margin-top: -6px;
}

.menu li>ul ul:hover {
    visibility: visible;
    opacity: 1;
    transform: translate(0,0);
}

.responsive-menu {
  font-size: 3rem;
  cursor: pointer;
  color: #333;
  border: 0.1rem solid #333;
  border-radius: 0.3rem;
  padding: 0.5rem 1.5rem;
  display: none;
  margin-left: 290px;
}

.responsive-menu:hover {
    background: #374147;
    color: #fff;
    text-decoration: none;
}

a.homer {
    background: #fff;
}

@media (min-width: 768px) and (max-width: 979px) {
    .mainWrap {
        width: 768px;
    }

    .menu ul {
        top: 37px;
    }

    .menu li a {
        font-size: 12px;
    }

    a.homer {
        background: #374147;
    }
}

@media (max-width: 767px) {
    .mainWrap {
        width: auto;
        padding: 50px 20px;
    }

    .menu {
        display: none;
    }

    .responsive-menu {
        display: initial;
        position: relative;
        top: 70px;
    }

    nav {
        margin: 0;
        background: none;
    }

    .menu li {
        display: block;
        margin: 0;
    }

    .menu li a {
        text-align: left;
        background: #fff;
        color: #797979;
    }

    .menu li a:hover,.menu li:hover>a {
        background: #ff3c41;
        color: #fff;
    }

    .menu ul {
        visibility: hidden;
        opacity: 0;
        top: 0;
        left: 0;
        width: 100%;
        transform: initial;
    }

    .menu li:hover>ul {
        visibility: visible;
        opacity: 1;
        position: relative;
        transform: initial;
    }

    .menu ul ul {
        left: 0;
        transform: initial;
    }

    .menu li>ul ul:hover {
        transform: initial;
    }
}

@media (max-width: 480px) {
}

@media (max-width: 320px) {
}

.container-slid 
{
    max-width: 100%;
    padding: 1%;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
}

        .slider .slick-slide {
            border: solid 1px #000;
        }

        .slider .slick-slide img {
            width: 100%;
        }

        /* make button larger and change their positions */
        .slick-prev, .slick-next {
            width: 50px;
            height: 50px;
            z-index: 1;
        }
        .slick-prev {
            left: 5px;
        }
        .slick-next {
            right: 5px;
        }
        .slick-prev:before, 
        .slick-next:before {
            font-size: 40px;
            text-shadow: 0 0 10px rgba(0,0,0,0.5);
        }
        
        /* move dotted nav position */
        .slick-dots {
            bottom: 15px;
        }
        /* enlarge dots and change their colors */
        .slick-dots li button:before {
            font-size: 12px;
            color: #fff;
            text-shadow: 0 0 10px rgba(0,0,0,0.5);
            opacity: 1;
        }
        .slick-dots li.slick-active button:before {
            color: #dedede;
        }

        /* hide dots and arrow buttons when slider is not hovered */
        .slider:not(:hover) .slick-arrow,
        .slider:not(:hover) .slick-dots {
            opacity: 0;
        }
        /* transition effects for opacity */
        .slick-arrow,
        .slick-dots {
            transition: opacity 0.5s ease-out;
        }

 /* Media query */

 @media (max-width: 991px) {
    html {
      font-size: 55%;
    }
    header {
      padding: 2rem;
    }
  }
  
  @media (max-width: 768px) {
    header .navbar {
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      background: #f7f7f7;
      border-top: 0.1rem solid rgba(0, 0, 0, 0.1);
      transform: translateX(2000px);
    }
    .webheader {
      border-bottom: none;
      margin-top: -50px;
    }
    .container {
      max-width: 1140px;
      width: 100%;
    }
    .web-logo-sub {
      position: relative;
      font-size: 14px;
      margin-left: -135px;
      top: calc(5px - .5em);
      color: #000000;
      font-weight: bold;
    }
    .container-about h3 {
      font-size: 6rem;
    }
    .container-about p {
      font-size: 2rem;
    }
  
    header .navbar.active {
      transform: translateX(0);
    }
    header .navbar a {
      margin: 1.5rem;
      padding: 1.5rem;
      display: block;
      border: 0.2rem solid rgba(0, 0, 0, 0.1);
      border-left: 0.5rem solid var(--red);
      background: #fff;
    }
    .container-penghargaan .box-penghargaan img {
      width: 50%;
    }
    .container-outlets .box-outlets img {
      width: 50%;
    }
    .box-content .kotak {
      width: auto;
      height: 300px;
    }
    .box-content .text {
      width: auto;
      padding: 5px;
      text-align: center;
    }
    .box-content .text p {
      width: 100%;
      text-align: center;
    }
    iframe {
      position: relative;
      width: 512px;
      height: 288px;
      padding: 350px;
      margin-right: 520px;
      margin-bottom: -350px;
    }
    .socmed {
      display: none;
    }
    .socmed > a {
      display: none;
    }
    .container-owner .box-owner .img img {
      width: 300px;
    }
    .container-outlets .box-outlets img {
      width: 300px;
    }
    .container-penghargaan .box-penghargaan img {
      width: 300px;
    }
    .footer .sub-footer {
      flex-direction: column;
      align-items: center;
      justify-content: center;
    }
    .footer .sub-footer p {
      text-align: center;
      width: auto;
    }
  }
  
  @media (max-width: 400px) {
    html {
      font-size: 50%;
    }
    .order .row form .inputBox input {
      width: 100%;
    }
  }

  #scroll-btn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: red;
    color: white;
    cursor: pointer;
    padding: 15px 19px;
    border-radius: 100px;
  }
 
  #scroll-btn:hover {
    background-color: #555;
  }
 
  .sampel {
    min-height: 2000px;
  }
  
  .loader-container {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.8);
    height: 100%;
    width: 100%;
  }
  
  .loader-container.fade-out {
    top: -120%;
    opacity: 0;
  }
 /* Media query end */
 

.container-visi .heading {
    padding: 5rem;
  }
  .heading-visi {
    text-align: center;
    font-size: 2.5rem;
    padding: 1rem;
    color: #666;
  }
  .heading-visi span {
    color: #e0ac1c;
  }
  .box-content-visi {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: space-evenly;
  }
  .box-content-visi .kotak {
    width: 45%;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.3);
    border-radius: 1rem;
  }
  .box-content-visi .kotak h3 {
    text-align: center;
    font-size: 2rem;
    padding: 2rem;
    color: #333;
  }
  .box-content-visi .kotak p {
    text-align: justify;
    padding: 0 1rem;
    font-size: 1.5rem;
    color: #666;
    margin-bottom: 1rem;
  }
  .box-content {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: space-evenly;
  }
  .container-sejarah {
    margin-top: 1rem;
  }
  .container-sejarah .box-content {
    margin-bottom: 1rem;
  }
  .box-content .img img {
    width: 500px;
    height: 100%;
  }
  .box-content .text {
    width: 80%;
    text-align: center;
  }
  .box-content .text h3 {
    font-size: 2.5rem;
    color: #333;
  }
  .box-content .text p {
    text-align: justify;
    padding: 0.1rem;
    font-size: 1.2rem;
    color: #666;
  }

  iframe {
    position: relative;
    width: 512px;
    height: 288px;
    margin-left: 520px;
    margin-top: -315px;
  }

  .heading-owner {
    text-align: center;
    font-size: 2.5rem;
    padding: 1rem;
    color: #666;
  }
  
  .heading-owner span {
    color: #e0ac1c;
  }
  .container-owner .box-owner {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
    gap: 1.5rem;
    position: relative;
    margin-top: 5rem;
  }
  .container-owner .box-owner .img img {
    border-radius: 30px;
    width: 400px;
    box-shadow: 0.5rem 1rem 1rem rgba(0, 0, 0, 0.3);
  }

  .container-outlets .box-outlets {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
    gap: 1.5rem;
  }
  
  .heading-outlets {
    text-align: center;
    font-size: 2.5rem;
    padding: 1rem;
    color: #666;
  }
  
  .heading-outlets span {
    color: #e0ac1c;
  }
  .container-outlets h2 {
    padding: 0.5rem;
  }
  .content p {
    text-align: justify;
    padding: 0.5rem;
    font-size: 1.2rem;
    color: #666;
  }
  .container-outlets .box-outlets {
    margin-bottom: 7rem;
  }
  
  .container-outlets .box-outlets img {
    width: 30%;
    border-radius: 30px;
    box-shadow: 0.5rem 1rem 1rem rgba(0, 0, 0, 0.3);
  }

  .container-penghargaan .box-penghargaan {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
    gap: 1.5rem;
  }
  
  .heading-penghargaan {
    text-align: center;
    font-size: 2.5rem;
    padding: 1rem;
    color: #666;
  }
  
  .heading-penghargaan span {
    color: #e0ac1c;
  }
  .container-penghargaan h3 {
    padding: 7rem;
  }
  
  .container-penghargaan .box-penghargaan {
    margin-bottom: 7rem;
  }
  
  .container-penghargaan .box-penghargaan img {
    width: 30%;
    border-radius: 30px;
    box-shadow: 0.5rem 1rem 1rem rgba(0, 0, 0, 0.3);
  }
 
@media (max-width: 400px) {
  html {
    font-size: 50%;
  }
  .order .row form .inputBox input {
    width: 100%;
  }
}

footer{
  position: fixed;
  bottom: 0;
}

@media (max-height:800px){
  footer { position: static; }
}

.footer-distributed{
  background-color: #F5F5F5;
  box-sizing: border-box;
  width: 100%;
  text-align: left;
  font: bold 16px sans-serif;
  padding: 50px 50px 10px 50px;
  margin-top: 20px;
}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right{
  display: inline-block;
  vertical-align: top;
}

/* Footer left */

.footer-distributed .footer-left{
  width: 30%;
}

.footer-distributed h3{
  color:  #2c292f;
  font: normal 36px 'Cookie', cursive;
  margin: 0;
}

/* logo */

.footer-distributed .footer-left img{
  width: 250px;
}

.footer-distributed h3 span{
  color:  #e0ac1c;
}

/* Footer links */

.footer-distributed .footer-links{
  color:  #2c292f;
  margin: 20px 0 12px;
}

.footer-distributed .footer-links a{
  display:inline-block;
  line-height: 1.8;
  text-decoration: none;
  color:  inherit;
}
.footer-distributed .footer-icons{
  margin-top: 25px;
}

.footer-distributed .footer-icons a{
  display: inline-block;
  width: 35px;
  height: 35px;
  cursor: pointer;
  background-color: transparent;
  border-radius: 2px;

  font-size: 20px;
  color: #2c292f;
  text-align: center;
  line-height: 35px;

  margin-right: 3px;
  margin-bottom: 5px;
}


/* Footer Center */

.footer-distributed .footer-center{
  width: 35%;
}


.footer-distributed .footer-center i{
  background-color:  #ffffff;
  color: #2c292f;
  font-size: 25px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  text-align: center;
  line-height: 42px;
  margin: 10px 15px;
  vertical-align: middle;
}

.footer-distributed .footer-center i.fa-envelope{
  font-size: 17px;
  line-height: 38px;
}

.footer-distributed .footer-center p{
  display: inline-block;
  color: #2c292f;
  vertical-align: middle;
  margin:0;
}

.footer-distributed .footer-center p span{
  display:block;
  font-weight: bold;
  font-size:16px;
  line-height:2;
}

.footer-distributed .footer-center p a{
  color:  #e0ac1c;
  text-decoration: none;;
}


/* Footer Right */

.footer-distributed .footer-right{
  width: 34%;
}

.footer-distributed .footer-company-about{
  line-height: 20px;
  color:  #92999f;
  font-size: 13px;
  font-weight: normal;
  margin: 0;
}

.footer-distributed .footer-company-about span{
  display: block;
  color:  #2c292f;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}

@media (max-width: 880px) {

  .footer-distributed .footer-left,
  .footer-distributed .footer-center,
  .footer-distributed .footer-right{
    display: block;
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
  }

  .footer-distributed .footer-center i{
    margin-left: 0;
  }
}
select {
  display: flex;
  left: 0;
  height: 100%;
  width: 300px;
  padding: 1.7rem;
  padding-right: 5rem;
  border-radius: 0.9rem;
}
.footer-cm {
  display: block;
  margin-left: 500px;
}
.footer-cm .footer-company-name{
  color:  #8f9296;
  font-size: 14px;
  font-weight: normal;
  float: center;
}
@media (max-width: 880px) {

  .footer-cm{
    display: block;
    margin-left: 10px;
  }
  .footer-cm .footer-company-name{
    display: block;
    width: 100%;
    margin-bottom: 0px;
    text-align: center;
  }
}