.main-container-inner {
  color: #242105;
}

#main-container .main-box > div {
  background-color: #fff;
}

.w3-theme-l5 {
  color: #242105 !important;
  background-color: #fefef8 !important;
}

.w3-theme-l4 {
  color: #242105 !important;
  background-color: #fcfae8 !important;
}

.w3-theme-l3 {
  color: #242105 !important;
  background-color: #f9f5d2 !important;
}

.w3-theme-l2 {
  color: #242105 !important;
  background-color: #f6f0bb !important;
}

.w3-theme-l1 {
  color: #242105 !important;
  background-color: #f3eba5 !important;
}

.w3-theme-d1 {
  color: #242105 !important;
  background-color: #ecdf6c !important;
}

.w3-theme-d2 {
  color: #242105 !important;
  background-color: #e8d84a !important;
}

.w3-theme-d3 {
  color: #242105 !important;
  background-color: #e3d029 !important;
}

.w3-theme-d4 {
  color: #242105 !important;
  background-color: #cbb91a !important;
}

.w3-theme-d5 {
  color: #fcfae6 !important;
  background-color: #a99b16 !important;
}

.w3-theme-light {
  color: #242105 !important;
  background-color: #fefef8 !important;
}

.w3-theme-dark {
  color: #fcfae6 !important;
  background-color: #a99b16 !important;
}

.w3-theme-action {
  color: #fcfae6 !important;
  background-color: #a99b16 !important;
}

.w3-theme,
.close-nav,
.mobile-nav {
  color: #242105 !important;
  background-color: #f0e68c !important;
}

.w3-text-theme {
  color: #f0e68c !important;
}

.w3-border-theme {
  border-color: #f0e68c !important;
}

.w3-hover-theme:hover {
  color: #242105 !important;
  background-color: #f0e68c !important;
}

.w3-hover-text-theme:hover {
  color: #f0e68c !important;
}

.w3-hover-border-theme:hover {
  border-color: #f0e68c !important;
}

/* custom work */
.w3-active-pager {
  background-color: #fefef8 !important;
}

.w3-hover-over:hover,
.w3-button:hover {
  background-color: #fcfae8 !important;
  color: #a99b16 !important;
}

/* button animation  */
@keyframes btnBorderAnimation {
  0% {
    width: 0;
    height: 0;
    border-bottom-color: #f0e68c;
  }

  99.9999% {
    width: 100%;
    height: 100%;
    border-bottom-color: #f0e68c;
  }

  100% {
    width: 0;
    height: 0;
    border-bottom-color: transparent;
  }

}

/* Border animation  */
@keyframes borderLeftColors {
  0% {
    width: 0;
    height: 0;
    border-top-color: #f0e68c;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
  }

  50% {
    width: 100%;
    height: 0;
    border-top-color: #f0e68c;
    border-right-color: #f0e68c;
    border-bottom-color: transparent;
    border-left-color: transparent;
  }

  99.9999% {
    width: 100%;
    height: 100%;
    border-top-color: #f0e68c;
    border-right-color: #f0e68c;
    border-bottom-color: transparent;
    border-left-color: transparent;
  }

  100% {
    width: 0;
    height: 0;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
  }

}

@keyframes borderRightColors {
  0% {
    width: 0;
    height: 0;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: #f0e68c;
    border-left-color: transparent;
  }

  50% {
    width: 100%;
    height: 0;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: #f0e68c;
    border-left-color: #f0e68c;
  }

  99.9999% {
    width: 100%;
    height: 100%;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: #f0e68c;
    border-left-color: #f0e68c;
  }

  100% {
    width: 0;
    height: 0;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
  }

}
