:root {
  --green: #49f4a5;
  --yellow: #ebd347;
  --pink: #fa0592;
  --purple: #610399;
}

/*FONTS*/
@font-face {
  font-family: "FormaDJRMicro";
  src: url("fonts/forma/FormaDJRMicro-Regular.woff2") format("woff2"),
    url("fonts/forma/FormaDJRMicro-Regular.woff") format("woff"),
    url("fonts/forma/FormaDJRMicro-Regular.ttf") format("truetype"),
    url("fonts/forma/FormaDJRMicro-Regular.eot"); /* Fallback for older IE */
  font-weight: 400; /* Regular */
  font-style: normal;
}

@font-face {
  font-family: "FormaDJRMicro";
  src: url("fonts/forma/FormaDJRMicro-Light.woff2") format("woff2"),
    url("fonts/forma/FormaDJRMicro-Light.woff") format("woff"),
    url("fonts/forma/FormaDJRMicro-Light.ttf") format("truetype"),
    url("fonts/forma/FormaDJRMicro-Light.eot");
  font-weight: 300; /* Light */
  font-style: normal;
}

@font-face {
  font-family: "FormaDJRMicro";
  src: url("fonts/forma/FormaDJRMicro-Medium.woff2") format("woff2"),
    url("fonts/forma/FormaDJRMicro-Medium.woff") format("woff"),
    url("fonts/forma/FormaDJRMicro-Medium.ttf") format("truetype"),
    url("fonts/forma/FormaDJRMicro-Medium.eot");
  font-weight: 500; /* Medium */
  font-style: normal;
}

@font-face {
  font-family: "FormaDJRMicro";
  src: url("fonts/forma/FormaDJRMicro-Bold.woff2") format("woff2"),
    url("fonts/forma/FormaDJRMicro-Bold.woff") format("woff"),
    url("fonts/forma/FormaDJRMicro-Bold.ttf") format("truetype"),
    url("fonts/forma/FormaDJRMicro-Bold.eot");
  font-weight: 700; /* Bold */
  font-style: normal;
}

@font-face {
  font-family: "FormaDJRMicro";
  src: url("fonts/forma/FormaDJRMicro-Black.woff2") format("woff2"),
    url("fonts/forma/FormaDJRMicro-Black.woff") format("woff"),
    url("fonts/forma/FormaDJRMicro-Black.ttf") format("truetype"),
    url("fonts/forma/FormaDJRMicro-Black.eot");
  font-weight: 900; /* Black */
  font-style: normal;
}

@font-face {
  font-family: "FloodStdRegular";
  src: url("fonts/FloodStdRegular/Flood Std Regular.otf") format("opentype");
}

@font-face {
  font-family: "SixHandsBrush";
  src: url("fonts/sixhandsbrush/SixHandsBrush.ttf") format("opentype");
}

.FloodStd {
  font-family: "FloodStdRegular", sans-serif;
  font-style: normal;
}
.FormaDJRMicro {
  font-family: "FormaDJRMicro", cursive;
  font-style: normal;
}
.SixHandsBrush {
  font-family: "SixHandsBrush", cursive;
  font-style: normal;
}
/*END FONTS*/

body {
  font-size: 20px;
/*  line-height: 2;*/
  font-family: FormaDJRMicro;
}

.div-link {
  background: white;
  padding: 6px 16px;
  white-space: nowrap;
  overflow-x: auto;
  font-size: 22px;
  font-weight: 500;
}

.btn-copy {
  height: 115px;
  margin-left: -20px;
  margin-top: 4px;
  cursor: pointer;
}

.btn-icon-close {
  width: 40px;
  height: 40px;
}

.rbl-txt-bagikan{
  font-size: 100px;
}

.dis-none{
  display: none;
}

.txt-green {
  color: var(--green);
}
.txt-yellow {
  color: var(--yellow);
}
.txt-pink {
  color: var(--pink);
}
.txt-purple {
  color: var(--purple);
}

.bg-green {
  background-color: var(--green);
}
.bg-yellow {
  background-color: var(--yellow);
}
.bg-pink {
  background-color: var(--pink);
}
.bg-purple {
  background-color: var(--purple);
}

.center-content {
  display: flex;
  align-items: center;
  justify-content: center;
}

.navbar .dropdown-item:focus,
.navbar .dropdown-item:hover,
.submenu.active {
  color: #343a40;
  background-color: var(--green);
}

.fs-14px {
  font-size: 14px;
}

.fs-16px {
  font-size: 16px;
}

.fs-18px {
  font-size: 18px;
}

.fs-22px {
  font-size: 22px;
}
.fs-24px {
  font-size: 24px;
}
.fs-28px{
  font-size: 28px;
}
.fw-900{
  font-weight: 900;
}
.fw-400{
  font-weight: 400;
}
.fw-500{
  font-weight: 500;
}
.fw-600{
  font-weight: 600;
}
.fw-800{
  font-weight: 800;
}
.fw-700{
  font-weight: 700;
}

.letter-spacing-1{
  letter-spacing: 1px;
}
.letter-spacing-05{
  letter-spacing: 0.5px;
}
.letter-spacing-2 {
  letter-spacing: 2px;
}


/*
.fs-40px{
  font-size: 40px;
}

.fs-60px{
  font-size: 60px;
}

.fs-65px{
  font-size: 65px;
}

.fs-72px{
  font-size: 72px;
}

.fs-78px{
  font-size: 78px;
}

.fs-90px{
  font-size: 90px;
}

.fs-140px{
  font-size: 140px;
}

.fw-900{
  font-weight: 900;
}
.fw-800{
  font-weight: 800;
}

.ls-12px{
  letter-spacing: 12px;
}

.ms-38px{
  margin-left: 38px;
}

.ms-87px{
  margin-left: 87px;
}

.ms-130px{
  margin-left: 130px;
}

.ms-165px{
  margin-left: 165px;
}

.ms-n48px{
  margin-left: -48px;
}

.mt-n23px{
  margin-top: -23px;
}

.mt-n35px{
  margin-top: -35px;
}

.mt-n40px{
  margin-top: -40px;
}

.mt-n88px{
  margin-top: -88px;
}

.mt-n110px{
  margin-top: -110px;
}*/

.navbar-nav .nav-item .nav-link.active, .list-nav-footer .active {
  color: var(--green);
}

.rbl-bsp-footer {
  transform: scale(0.8);
}

/*NAVBAR*/
.navbar-brand img {
  width: 90px;
}
.nav-link {
  font-size: 18px;
  font-weight: 500;
}
/*END NAVBAR*/

.Intertight {
  font-family: "Inter Tight", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
}

.nav-link.active::before, .list-nav-footer .active::before {
  content: url(../img/static/cursor.png);
  position: absolute;
}

.nav-link.active::before {
  left: -22px;
  top: 5px;
}

.list-nav-footer .active::before {
    left: -19px;
    top: 0px;
}

.nav-item .nav-link:hover,
.list-medsos li:hover i,
.text-ikuti-kami:hover,
.list-nav-footer a:hover {
  color: var(--green) !important;
}

.navbar-nav .nav-item {
  margin-left: 12px;
}

.bg-purple-home {
  background: url("../img/static/bg-purple-home.png") no-repeat left center;
  background-size: cover;
  width: 100%; /* Full width */
}

.bg-green-about-us {
  background: url("../img/static/bg-green-about-us.png") no-repeat left center;
  background-size: cover;
  width: 100%; /* Full width */
}

.bg-pink-about-us {
  background: url("../img/static/bg-pink-about-us.png") no-repeat left center;
  background-size: cover;
  width: 100%; /* Full width */
}

.bg-black-footer {
  background: url("../img/static/bg-black-footer.png") no-repeat left center;
  background-size: cover;
  width: 100%; /* Full width */
}

.bg-yellow-online-learning {
  background: url("../img/static/bg-yellow-online-learning.png") no-repeat;
  background-size: cover;
}

.bg-yellow-online-learning-2 {
  background: url("../img/static/bg-yellow-online-learning.png") no-repeat;
  background-size: auto;
}

.w-90{
  width: 90%;
}

/*REBEL 1*/
.rbl-foot-1 {
  width: 100%;
  height: 0;
  padding-top: 35%;
  margin-top: 10px;
  position: relative;
}

.rbl-foot-1 > div {
  position: absolute;
  transform-origin: top left;
}

.rbl-foot-1-wrapper {
  width: 100%;
  position: relative;
}

.rbl-foot-1-content {
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: top left;
  line-height: 1;
}
.rbl-foot-1-1 {
  font-size: 90px;
  letter-spacing: 0px;
  top: 20px;
  left: 35px;
  font-weight: 400;
}
.rbl-foot-1-2 {
  letter-spacing: 11px;
  font-size: 70px;
  top: 67px;
  left: 73px;
  font-weight: 700;
}
.rbl-foot-1-3 {
  font-size: 90px;
  top: 115px;
  left: 200px;
  font-weight: 400;
  letter-spacing: -2px;
}
/*END REBEL 1*/

/* `xxl` applies to x-large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {
}

/* `xl` applies to large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
}

/* `lg` applies to medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
  .rbl-foot-1 {
    margin-top: 30px;
  }
}

/* `md` applies to small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
  body {
    line-height: 1.5;
    font-size: 18px;
  }
  .fs-24px{
    font-size: 20px;
  }
  .fs-28px{
    font-size: 24px;
  }
  span.mt-n110px {
    margin-top: -85px;
  }

  .copy-right {
    text-align: center !important;
  }
  .rbl-foot-1 {
    margin-top: 35px;
    margin-left: 0px;
    margin-bottom: 30px;
  }
  .foot-end-txt{
    margin-left: -3rem;
  }
  .logo-tn-bknskdrphm{
    margin-left: 1.7rem;
  }
}

/* `sm` applies to x-small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {

  .navbar-nav .nav-item {
    margin-left: 25px;
  }

  .navbar-nav .nav-link.active::before,
  .navbar-nav .nav-link:hover::before {
    left: -30px;
  }

  .rbl-txt-bagikan{
    font-size: 80px;
  }
}
