:root {
  --orange-1: #ee7b11;
  --orange-2: #fffaf7;
  --green-1: #81bc23;
  --green-2: #076778;
  --grey-1: #777777;
  --grey-2: #5c5c5c;
  --grey-3: #9e9e9e;
  --grey-4: #d5d8dc;
  --grey-5: #e8e8e8;
  --grey-6: #f9f5f5;
  --grey-7: #F6F1FF;
  --pink-1: #fbefe7;
  --pink-2: #fff0df;
  --blue-1: #0077b5;
  --blue-2: #3498db;
  --blue-3: #e8f8fe;
  --blue-4: #4156BF;
  --blue-5: #D0D7F6;
  --purple-1: #7750C3;
  --black-1: #393e3e;
  --white-1: #fffde4;
}

.align-text-super {
  vertical-align: super !important;
}

.align-items-normal {
  align-items: normal !important;
}

.no-border {
  border: none !important;
}

.border-radius-0 {
  border-radius: 0px !important;
}

.border-grey-4 {
  border-color: var(--grey-4) !important;
}

.font-size-14px {
  font-size: 14px !important;
}

.font-size-16px {
  font-size: 16px !important;
}

.font-size-18px {
  font-size: 18px !important;
}

.font-size-20px {
  font-size: 20px !important;
}

.font-size-24px {
  font-size: 24px !important;
}

.min-h-lg-565px {
  min-height: 565px !important;
}

.text-orange-1 {
  color: var(--orange-1) !important;
}

.text-green-1 {
  color: var(--green-1) !important;
}

.text-black-1 {
  color: var(--black-1) !important;
}

.bg-homepage-gradient {
  background: rgb(255, 250, 247);
  background: -moz-linear-gradient(
    180deg,
    rgba(255, 250, 247, 1) 0%,
    rgba(255, 240, 223, 1) 100%
  );
  background: -webkit-linear-gradient(
    180deg,
    rgba(255, 250, 247, 1) 0%,
    rgba(255, 240, 223, 1) 100%
  );
  background: linear-gradient(
    180deg,
    rgba(255, 250, 247, 1) 0%,
    rgba(255, 240, 223, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fffaf7", endColorstr="#fff0df", GradientType=1);
}

.bg-gradient-green {
  background: rgb(234, 246, 216);
  background: -moz-linear-gradient(
    180deg,
    rgba(234, 246, 216, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -webkit-linear-gradient(
    180deg,
    rgba(234, 246, 216, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  background: linear-gradient(
    180deg,
    rgba(234, 246, 216, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eaf6d8", endColorstr="#ffffff", GradientType=1);
}

.bg-gradient-pink {
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 240, 223, 1) 100%
  );
  background: -webkit-linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 240, 223, 1) 100%
  );
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 240, 223, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#fff0df", GradientType=1);
}

.bg-gradient-orange-2-white {
  background: rgb(255, 250, 247);
  background: -moz-linear-gradient(
    180deg,
    rgba(255, 250, 247, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -webkit-linear-gradient(
    180deg,
    rgba(255, 250, 247, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  background: linear-gradient(
    180deg,
    rgba(255, 250, 247, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fffaf7", endColorstr="#ffffff", GradientType=1);
}

.bg-whatsapp-gradient {
  background: rgb(90, 244, 114);
  background: -moz-linear-gradient(
    135deg,
    rgba(90, 244, 114, 1) 0%,
    rgba(49, 191, 47, 1) 100%
  );
  background: -webkit-linear-gradient(
    135deg,
    rgba(90, 244, 114, 1) 0%,
    rgba(49, 191, 47, 1) 100%
  );
  background: linear-gradient(
    135deg,
    rgba(90, 244, 114, 1) 0%,
    rgba(49, 191, 47, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5af472", endColorstr="#31bf2f", GradientType=1);
}

.bg-orange-1 {
  background-color: var(--orange-1) !important;
}

.bg-orange-2 {
  background-color: var(--orange-2) !important;
}

.bg-green-1 {
  background-color: var(--green-1) !important;
}

.bg-green-2 {
  background-color: var(--green-2) !important;
}

.bg-grey-1 {
  background-color: var(--grey-1) !important;
}

.bg-grey-2 {
  background-color: var(--grey-2) !important;
}

.bg-grey-3 {
  background-color: var(--grey-3) !important;
}

.bg-grey-4 {
  background-color: var(--grey-4) !important;
}

.bg-grey-5 {
  background-color: var(--grey-5) !important;
}

.bg-grey-6 {
  background-color: var(--grey-6) !important;
}

.bg-grey-7 {
  background-color: var(--grey-7) !important;
}

.bg-pink-1 {
  background-color: var(--pink-1) !important;
}

.bg-pink-2 {
  background-color: var(--pink-2) !important;
}

.bg-blue-1 {
  background-color: var(--blue-1) !important;
}

.bg-blue-2 {
  background-color: var(--blue-2) !important;
}

.bg-blue-3 {
  background-color: var(--blue-3) !important;
}

.bg-blue-4 {
  background-color: var(--blue-4) !important;
}

.bg-blue-5 {
  background-color: var(--blue-5) !important;
}

.bg-purple-1 {
  background-color: var(--purple-1) !important;
}

.bg-black-1 {
  background-color: var(--black-1) !important;
}

.bg-white-1 {
  background-color: var(--white-1) !important;
}

.btn-outline-orange-1 {
  border-color: var(--text-orange-1) !important;
  background-color: transparent;
}

.btn-icon-small {
  height: calc(1em + 1rem + 2px) !important;
  width: calc(1em + 1rem + 2px) !important;
}


#banner .carousel-item {
  /* height: 85vh; */
  width: 100%;
  /* min-height: 925px; */
  background: no-repeat center center scroll;
  background-size: cover;
}

#banner .carousel-inner .carousel-item {
  transition: -webkit-transform 2s ease;
  transition: transform 2s ease;
  transition: transform 2s ease, -webkit-transform 2s ease;
}

#banner .carousel-item .caption {
  padding: 40px;
  color: white;
  animation-duration: 1s;
  animation-delay: 2s;
}

#banner .caption h2 {
  animation-duration: 1s;
  animation-delay: 2s;
}

#banner .caption p {
  animation-duration: 1s;
  animation-delay: 2.2s;
}

#banner .caption a {
  animation-duration: 1s;
  animation-delay: 2.4s;
}

.delicious-btn {
  display: inline-block;
  min-width: 160px;
  height: 60px;
  color: #fff;
  border: none;
  border-left: 3px solid #1c8314;
  border-radius: 0;
  padding: 0 30px;
  font-size: 16px;
  line-height: 58px;
  font-weight: 600;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  text-transform: capitalize;
  background: #40ba37;
}

.delicious-btn:hover,
.delicious-btn:active,
.delicious-btn:focus {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background: #1c8314;
  border-color: #40ba37;
}

.nav-pills .nav-link,
.nav-pills .show > .nav-link {
  color: #333 !important;
}

.nav-pills .nav-link.active,
.nav-pills .nav-link.active i,
.nav-pills .show > .nav-link {
  color: #fff !important;
  background-color: var(--orange-1) !important;
}

.nav-pills .nav-link:hover,
.nav-pills .show > .nav-link {
  color: #fff !important;
  background-color: var(--orange-1) !important;
}

.nav-link i {
  color: #333;
}

.nav-link:hover i {
  color: #fff !important;
}

.btn-share {
  position: relative;
  left: -20px;
  display: inline-block;
  padding: 12px 12px;
  background: rgba(0, 0, 0, 0.15);
  border-radius: 3px 0 0 3px;
}

.bg-table-jadwal {
  background: rgb(118, 80, 195);
    background: linear-gradient(90deg, rgba(118, 80, 195, 1) 0%, rgba(65, 86, 191, 1) 100%);
}

.countdown {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.countdown div {
  width: 100px;
  height: 130px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: column;
  margin: 15px;
  font-size: 3.5em;
  color: #333;
  background-color: #fff;
  border: 2px solid #fff;
  box-shadow: 0 10px 20px hsla(0, 0%, 0%, 0.4);
  border-radius: 20px;
}

@media (max-width:320px) {
  .countdown div {
      width: 45px;
        height: 60px;
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        flex-direction: column;
        margin: 10px;
        font-size: 1.5em;
        color: #333;
        background-color: #fff;
        border: 2px solid #fff;
        box-shadow: 0 5px 15px hsla(0, 0%, 0%, 0.4);
        border-radius: 10px
    }

    .countdown h1{
      font-size: 14px !important;
      margin-top: 10px !important
    }
}

@media (max-width:480px) {
  .countdown div {
      width: 45px;
        height: 60px;
      display: flex;
      justify-content: space-evenly;
      align-items: center;
      flex-direction: column;
      margin: 10px;
      font-size: 1.5em;
      color: #333;
      background-color: #fff;
      border: 2px solid #fff;
      box-shadow: 0 5px 15px hsla(0, 0%, 0%, 0.4);
      border-radius: 10px;
    }

        .countdown h1 {
          font-size: 14px !important;
          margin-top: 10px !important
        }
}

.popup-btn a {
  top: 50%;
  position: fixed;
  right: -55px;
  z-index: 1000;
  transform: rotate(-90deg);
  padding: 10px 45px 10px;
  background-color: #2851a0;
  color: #fff;
  font-size: 18px;
  border-radius: 10px 10px 0 0;
}

.popup-btn a:hover {
  text-decoration: none;
  color: #fff;
}

.select2-selection__rendered {
  word-wrap: break-word !important;
  text-overflow: inherit !important;
  white-space: normal !important;
}

.border-radius-20{
  border-radius: 20px !important;
}