﻿@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");
@font-face {
  font-family: "OriginTech personal use";
  src: url(../fonts/OriginTech.ttf);
}

/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
  * Correct `inline-block` display not defined in IE 8/9.
  */
audio,
canvas,
video {
  display: inline-block;
}

/**
  * Prevent modern browsers from displaying `audio` without controls.
  * Remove excess height in iOS 5 devices.
  */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
  * Address `[hidden]` styling not present in IE 8/9.
  * Hide the `template` element in IE, Safari, and Firefox < 22.
  */
[hidden],
template {
  display: none;
}

/* ==========================================================================
    Base
    ========================================================================== */
/**
  * 1. Set default font family to sans-serif.
  * 2. Prevent iOS text size adjust after orientation change, without disabling
  *    user zoom.
  */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
  * Remove default margin.
  */
body {
  margin: 0;
}

/* ==========================================================================
    Links
    ========================================================================== */
/**
  * Remove the gray background color from active links in IE 10.
  */
a {
  background: transparent;
}

/**
  * Address `outline` inconsistency between Chrome and other browsers.
  */
a:focus {
  outline: thin dotted;
}

/**
  * Improve readability when focused and also mouse hovered in all browsers.
  */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
    Typography
    ========================================================================== */
/**
  * Address styling not present in IE 8/9, Safari 5, and Chrome.
  */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
  * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
  */
b,
strong {
  font-weight: bold;
}

/**
  * Address styling not present in Safari 5 and Chrome.
  */
dfn {
  font-style: italic;
}

/**
  * Address differences between Firefox and other browsers.
  */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/**
  * Address styling not present in IE 8/9.
  */
mark {
  background: #ff0;
  color: #000;
}

/**
  * Correct font family set oddly in Safari 5 and Chrome.
  */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
  * Improve readability of pre-formatted text in all browsers.
  */
pre {
  white-space: pre-wrap;
}

/**
  * Set consistent quote types.
  */
q {
  quotes: "“" "”" "‘" "’";
}

/**
  * Address inconsistent and variable font size in all browsers.
  */
small {
  font-size: 80%;
}

/**
  * Prevent `sub` and `sup` affecting `line-height` in all browsers.
  */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
    Embedded content
    ========================================================================== */
/**
  * Remove border when inside `a` element in IE 8/9.
  */
img {
  border: 0;
}

/**
  * Correct overflow displayed oddly in IE 9.
  */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
    Figures
    ========================================================================== */
/**
  * Address margin not present in IE 8/9 and Safari 5.
  */
figure {
  margin: 0;
}

/* ==========================================================================
    Forms
    ========================================================================== */
/**
  * Define consistent border, margin, and padding.
  */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
  * 1. Correct `color` not being inherited in IE 8/9.
  * 2. Remove padding so people aren't caught out if they zero out fieldsets.
  */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
  * 1. Correct font family not being inherited in all browsers.
  * 2. Correct font size not being inherited in all browsers.
  * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
  */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
  * Address Firefox 4+ setting `line-height` on `input` using `!important` in
  * the UA stylesheet.
  */
button,
input {
  line-height: normal;
}

/**
  * Address inconsistent `text-transform` inheritance for `button` and `select`.
  * All other form control elements do not inherit `text-transform` values.
  * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
  * Correct `select` style inheritance in Firefox 4+ and Opera.
  */
button,
select {
  text-transform: none;
}

/**
  * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
  *    and `video` controls.
  * 2. Correct inability to style clickable `input` types in iOS.
  * 3. Improve usability and consistency of cursor style between image-type
  *    `input` and others.
  */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
  * Re-set default cursor for disabled elements.
  */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
  * 1. Address box sizing set to `content-box` in IE 8/9/10.
  * 2. Remove excess padding in IE 8/9/10.
  */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
  * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
  * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
  *    (include `-moz` to future-proof).
  */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
  * Remove inner padding and search cancel button in Safari 5 and Chrome
  * on OS X.
  */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
  * Remove inner padding and border in Firefox 4+.
  */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
  * 1. Remove default vertical scrollbar in IE 8/9.
  * 2. Improve readability and alignment in all browsers.
  */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
    Tables
    ========================================================================== */
/**
  * Remove most spacing between table cells.
  */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  margin: 0;
  padding: 0;
  font-size: 15px;
  background: #fec72e;
}

.section-padding {
  padding: 30px 0px;
}

@media only screen and (max-width: 480px) {
  .section-padding {
    padding: 15px 0px;
  }
}

.section-heading {
  text-align: center;
  margin-bottom: 20px;
}

.section-heading h3 {
  font-size: 48px;
  line-height: 60px;
  color: #000;
  font-weight: 400;
  margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
  .section-heading h3 {
    margin-bottom: 0px;
    font-size: 40px;
    line-height: 50px;
  }
}

@media only screen and (max-width: 480px) {
  .section-heading h3 {
    line-height: 40px;
    font-size: 30px;
  }
}

.section-heading h2 {
  font-size: 56px;
  line-height: 60px;
  color: #000;
  font-weight: 700;
}

@media only screen and (max-width: 768px) {
  .section-heading h2 {
    line-height: 50px;
    font-size: 45px;
  }
}

@media only screen and (max-width: 480px) {
  .section-heading h2 {
    line-height: 40px;
    font-size: 35px;
  }
}

@media only screen and (max-width: 768px) {
  .section-heading {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 480px) {
  .section-heading {
    margin-bottom: 10px;
  }
}

.col-half-offset {
  margin-left: 4.166666667%;
}

.ribbon {
  position: absolute;
  top: -10%;
  right: -10%;
  max-width: 100%;
}

.ribbon img {
  width: 100%;
}

.social-list {
  text-align: center;
  width: 180px;
  height: 180px;
  background: #fff;
  max-width: 100%;
  padding: 10px;
  margin: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 8px;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.social-list:hover {
  background: #fdc04a;
  -webkit-box-shadow: 0 0 21px #ffe13e, 0 0 20px #2d2809, 0 0 21px #ffe13e inset;
  box-shadow: 0 0 21px #ffe13e, 0 0 20px #2d2809, 0 0 21px #ffe13e inset;
}

@media only screen and (max-width: 640px) {
  .social-list {
    width: 100px;
    height: 100px;
    margin: 5px;
  }
  .social-list img {
    width: 40px;
  }
}

@media only screen and (max-width: 480px) {
  .social-list {
    width: 90px;
    height: 90px;
    margin: 4px;
  }
  .social-list img {
    width: 35px;
  }
}

.social-list .social-inner {
  text-decoration: none;
  outline: none;
  border: none;
  display: block;
}

.social-list .social-inner:focus-visible {
  outline: none;
  border: none;
}

.social-list .social-inner span {
  display: block;
}

.social-list .social-inner .name {
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 5px;
}

@media only screen and (max-width: 640px) {
  .social-list .social-inner .name {
    font-size: 15px;
    margin-bottom: 0px;
    line-height: 25px;
  }
}

@media only screen and (max-width: 480px) {
  .social-list .social-inner .name {
    font-size: 13px;
    margin-bottom: 0px;
    line-height: 20px;
  }
}

.social-list .social-inner .name.whatsapp {
  color: #3fc94f;
}

.social-list .social-inner .name.telegram {
  color: #1d9fd5;
}

.social-list .social-inner .name.livechat {
  color: #fd501e;
}

.social-list .social-inner .number {
  font-size: 16px;
  font-weight: 400;
  color: #000;
}

@media only screen and (max-width: 640px) {
  .social-list .social-inner .number {
    font-size: 12px;
    margin-bottom: 0px;
    line-height: 20px;
  }
}

@media only screen and (max-width: 480px) {
  .social-list .social-inner .number {
    font-size: 11px;
    line-height: 18px;
  }
}

.main-bg {
  background: #fec72e;
}

::-webkit-scrollbar {
  display: none;
  /* for Chrome, Safari, and Opera */
}

.bg-white {
  background: #fff;
}

.bg-lite {
  background: #f4f4f4;
}

.bg-black {
  background: #000;
}

.white {
  color: #fff;
}

.paragraph {
  font-size: 20px;
  line-height: 36px;
  color: #000;
  font-weight: 400;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: justify;
}

@media only screen and (max-width: 768px) {
  .paragraph {
    font-size: 16px;
    line-height: 30px;
  }
}

@media only screen and (max-width: 480px) {
  .paragraph {
    font-size: 14px;
    line-height: 25px;
  }
}

.black {
  color: #000;
}

.gray {
  color: #4d4048;
}

.curp-shape img {
  width: 100%;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}

button:disabled {
  color: #fff !important;
  background-color: #6c757d !important;
  border-color: #6c757d !important;
  cursor: not-allowed;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
}

.invalid-feedback {
  color: #fff;
}

.invalid-feedback.red {
  color: #dc3545;
}

.scroll-top {
  position: relative;
}

.scrollToTop {
  position: fixed;
  right: 18px;
  bottom: 80px;
  cursor: pointer;
  z-index: 9999;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.scrollToTop span {
  font-size: 20px;
}

.scrollToTop span {
  color: #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  z-index: 0;
}

.scrollToTop {
  width: 45px;
  height: 45px;
  line-height: 43px;
  border-radius: 4px;
  margin-bottom: 5px;
  background-color: #ff9300;
}

.breadcrumb {
  background-image: url(../images/banner/main-banner.png?v=20230519);
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: cover;
  position: relative;
  margin: 0px;
}

.breadcrumb.section-padding {
  padding: 160px 0px 100px;
}

@media only screen and (max-width: 1370px) {
  .breadcrumb.section-padding {
    padding: 120px 0px 100px;
  }
}

@media only screen and (max-width: 768px) {
  .breadcrumb.section-padding {
    padding: 100px 0px 70px;
  }
}

.breadcrumb h1 {
  font-size: 100px;
  color: #fff;
  line-height: 80px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
  .breadcrumb h1 {
    font-size: 80px;
    line-height: 80px;
  }
}

@media only screen and (max-width: 640px) {
  .breadcrumb h1 {
    font-size: 50px;
    line-height: 50px;
  }
}

@media only screen and (max-width: 480px) {
  .breadcrumb h1 {
    font-size: 40px;
    line-height: 40px;
  }
}

@media only screen and (max-width: 375px) {
  .breadcrumb h1 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 20px;
  }
}

.breadcrumb button {
  outline: none;
  border: none;
  border-radius: 40px;
  width: 300px;
  margin: auto;
  height: 80px;
  background: #f7a403;
  padding: 0px 60px;
  border-radius: 1vw;
  font-size: 47px;
  font-weight: 700;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 11px #ffe13e, 0 0 10px #2d2809, 0 0 11px #ffe13e inset;
  box-shadow: 0 0 11px #ffe13e, 0 0 10px #2d2809, 0 0 11px #ffe13e inset;
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
  color: #fff;
  position: relative;
  z-index: 0;
  text-decoration: none;
  text-transform: uppercase;
  margin-bottom: 30px;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  margin-top: 20px;
  cursor: pointer;
}

.breadcrumb button:hover {
  background: #fdc04a;
  -webkit-box-shadow: 0 0 21px #ffe13e, 0 0 20px #2d2809, 0 0 21px #ffe13e inset;
  box-shadow: 0 0 21px #ffe13e, 0 0 20px #2d2809, 0 0 21px #ffe13e inset;
}

@media only screen and (max-width: 768px) {
  .breadcrumb button {
    width: 50%;
    padding: 0px 20px;
    font-size: 25px;
    border: none;
    border-radius: 30px;
    height: 50px;
  }
}

.breadcrumb button:focus {
  outline: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.breadcrumb span {
  display: block;
  background: #000;
  padding: 3px 8px;
  border-radius: 15px;
  color: #fff;
  width: 520px;
  max-width: 100%;
  font-size: 14px;
  margin: 0 auto 50px;
}

@media only screen and (max-width: 480px) {
  .breadcrumb span {
    font-size: 13px;
  }
}

@media only screen and (max-width: 991px) {
  .breadcrumb span {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 480px) {
  .breadcrumb span {
    margin-bottom: 0px;
  }
}

.close-icon {
  position: absolute;
  right: 32px;
  top: 25px;
  width: 32px;
  height: 32px;
  opacity: 0.3;
}

.close-icon:hover {
  opacity: 1;
}

.close-icon:before,
.close-icon:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 24px;
  width: 2px;
  background-color: #fff;
}

.close-icon:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.close-icon:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.article-text-wrapper {
  font-size: 16px;
  line-height: 28px;
}

.article-text-wrapper .panduan-img {
  width: auto;
  margin: 0;
}

@media only screen and (max-width: 768px) {
  .article-text-wrapper ul {
    margin: 0;
    padding: 0;
  }
}

@media only screen and (max-width: 768px) {
  .article-text-wrapper {
    font-size: 15px;
    line-height: 24px;
  }
}

.article-text-wrapper img {
  width: 70%;
  display: block;
  margin: 10px auto 15px;
}

@media only screen and (max-width: 768px) {
  .article-text-wrapper img {
    width: 100%;
  }
}

body.modal-open {
  overflow: hidden;
  position: fixed;
}

.modal .btn-close {
  outline: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.modal .btn-close:focus {
  outline: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.modal-backdrop {
  background-color: transparent !important;
}

#chat-widget-container {
  z-index: 0;
  position: relative;
}

/*
:::::::::::::::::::::::::::
    Bubble Animation 
::::::::::::::::::::::::::
*/
@-webkit-keyframes animation {
  0% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
    opacity: 1;
    border-radius: 0;
  }
  100% {
    -webkit-transform: translateY(-1000px) rotate(720deg);
            transform: translateY(-1000px) rotate(720deg);
    opacity: 0;
    border-radius: 50%;
  }
}
@keyframes animation {
  0% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
    opacity: 1;
    border-radius: 0;
  }
  100% {
    -webkit-transform: translateY(-1000px) rotate(720deg);
            transform: translateY(-1000px) rotate(720deg);
    opacity: 0;
    border-radius: 50%;
  }
}

.background {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  z-index: -1;
}

.background li {
  position: absolute;
  display: block;
  list-style: none;
  width: 20px;
  height: 20px;
  background: rgba(255, 255, 255, 0.2);
  -webkit-animation: animation 17s linear infinite;
          animation: animation 17s linear infinite;
}

.background li:nth-child(0) {
  left: 10%;
  width: 192px;
  height: 192px;
  bottom: -192px;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.background li:nth-child(1) {
  left: 60%;
  width: 110px;
  height: 110px;
  bottom: -110px;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.background li:nth-child(2) {
  left: 22%;
  width: 186px;
  height: 186px;
  bottom: -186px;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.background li:nth-child(3) {
  left: 45%;
  width: 124px;
  height: 124px;
  bottom: -124px;
  -webkit-animation-delay: 12s;
          animation-delay: 12s;
}

.background li:nth-child(4) {
  left: 49%;
  width: 151px;
  height: 151px;
  bottom: -151px;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.background li:nth-child(5) {
  left: 85%;
  width: 153px;
  height: 153px;
  bottom: -153px;
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}

.background li:nth-child(6) {
  left: 76%;
  width: 114px;
  height: 114px;
  bottom: -114px;
  -webkit-animation-delay: 9s;
          animation-delay: 9s;
}

.background li:nth-child(7) {
  left: 77%;
  width: 185px;
  height: 185px;
  bottom: -185px;
  -webkit-animation-delay: 26s;
          animation-delay: 26s;
}

.background li:nth-child(8) {
  left: 34%;
  width: 130px;
  height: 130px;
  bottom: -130px;
  -webkit-animation-delay: 17s;
          animation-delay: 17s;
}

.background li:nth-child(9) {
  left: 80%;
  width: 162px;
  height: 162px;
  bottom: -162px;
  -webkit-animation-delay: 12s;
          animation-delay: 12s;
}

.header-nav {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  z-index: 999999;
}

.header-nav:hover {
  background: #000;
}

@media only screen and (max-width: 991px) {
  .header-nav:hover {
    background: rgba(0, 0, 0, 0.9);
  }
}

@media only screen and (max-width: 991px) {
  .header-nav {
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header-nav .navbar-collapse {
    height: 100vh;
  }
}

.header-nav.menu-fixed {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  -webkit-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
}

.header-nav .container {
  max-width: 95%;
}

@media only screen and (max-width: 991px) {
  .header-nav .container {
    max-width: inherit;
  }
}

.header-nav .container .navbar {
  padding: 0px;
}

.header-nav .container .navbar-toggler {
  background: none;
  outline: none;
  border: none;
  padding: 0px;
  font-size: 0px;
  max-width: 30px;
  outline: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.header-nav .container .navbar-toggler:focus {
  outline: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.header-nav .container .navbar-toggler.login {
  max-width: 35px;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.header-nav .container .navbar-toggler.login img {
  width: 100%;
}

.header-nav .container .navbar-toggler img {
  width: 90%;
}

.header-nav .site-logo {
  text-align: center;
  cursor: pointer;
  max-width: 250px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media only screen and (max-width: 1370px) {
  .header-nav .site-logo {
    max-width: 200px;
  }
}

@media only screen and (max-width: 1200px) {
  .header-nav .site-logo {
    max-width: 170px;
  }
}

.header-nav .site-logo img {
  width: 100%;
}

.header-nav .navbar-toggler span {
  color: #fff;
  font-size: 10px;
}

.header-nav .navbar-toggler span.menu-text {
  margin-top: 8px;
  font-size: 10px;
  display: block;
}

.header-nav .navbar-nav > li {
  outline: none !important;
  padding: 46px 12px;
}

@media only screen and (max-width: 1640px) {
  .header-nav .navbar-nav > li {
    padding: 33px 9px;
    font-size: 15px;
  }
}

@media only screen and (max-width: 1370px) {
  .header-nav .navbar-nav > li {
    font-size: 14px;
  }
}

@media only screen and (max-width: 1200px) {
  .header-nav .navbar-nav > li {
    padding: 33px 5px;
    font-size: 13px;
  }
}

@media only screen and (max-width: 991px) {
  .header-nav .navbar-nav > li {
    padding: 5px 0px;
  }
}

.header-nav .navbar-nav > li:focus-visible {
  outline: none;
}

.header-nav .navbar-nav > li a {
  outline: none !important;
  font-size: 18px;
  color: #fff;
  -webkit-transition: all 0.9s ease-in-out;
  transition: all 0.9s ease-in-out;
  position: relative;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.15em;
}

.header-nav .navbar-nav > li a.active {
  color: #fec72e;
}

.header-nav .navbar-nav > li a.nav-link {
  padding: 0px;
}

@media only screen and (max-width: 1640px) {
  .header-nav .navbar-nav > li a.nav-link {
    font-size: 15px;
  }
}

@media only screen and (max-width: 1370px) {
  .header-nav .navbar-nav > li a.nav-link {
    font-size: 14px;
  }
}

@media only screen and (max-width: 1200px) {
  .header-nav .navbar-nav > li a.nav-link {
    font-size: 12px;
  }
}

.header-nav .navbar-nav > li a:hover::before {
  width: 100%;
  left: 0;
}

.header-nav .navbar-nav > li a::before {
  bottom: 0px;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: #fec72e;
  -webkit-transition: width 0.3s ease 0s, left 0.3s ease 0s;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}

@media only screen and (max-width: 991px) {
  .header-nav .navbar-nav > li a::before {
    display: none;
  }
}

.header-nav .navbar-nav > li a.active {
  color: #fec72e;
}

@media only screen and (max-width: 1370px) {
  .header-nav .navbar-nav > li a {
    font-size: 14px;
  }
}

.header-nav .dropdown-menu {
  min-width: 200px;
  background: #000;
  top: 85px;
  text-align: center;
}

@media only screen and (max-width: 991px) {
  .header-nav .dropdown-menu {
    background: #fec72e;
  }
}

.header-nav .dropdown-menu li {
  padding: 8px 15px;
  display: inline-block;
}

@media only screen and (max-width: 991px) {
  .header-nav .dropdown-menu li {
    padding: 5px 10px;
  }
}

.header-nav .dropdown-menu li:last-child a {
  border-bottom: none;
}

.header-nav .dropdown-menu li:last-child a:hover {
  border-bottom: none;
}

.header-nav .dropdown-menu li a {
  border: none;
  text-transform: uppercase;
  -webkit-transition: all 0.9s ease-in-out;
  transition: all 0.9s ease-in-out;
  color: #fff;
  font-size: 15px;
  padding: 0px;
  display: inline-block;
}

.header-nav .dropdown-menu li a::before {
  bottom: 0px;
}

@media only screen and (max-width: 991px) {
  .header-nav .dropdown-menu li a {
    color: #000;
    font-size: 14px;
  }
}

.header-nav .dropdown-menu li a:hover {
  background: transparent;
  color: #fec72e;
}

@media only screen and (max-width: 991px) {
  .header-nav .dropdown-menu li a:hover {
    color: #000;
  }
}

.header-nav .dropdown-menu li a:hover::before {
  bottom: 0px;
}

.header-nav .dropdown .dropdown-toggle::after {
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  margin-left: -3px;
  border-top: 0.4em solid;
  border-right: 0.4em solid transparent;
  border-bottom: 0;
  border-left: 0.4em solid transparent;
}

.header-nav .dropdown.open .dropdown-toggle::after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.header-nav .form-area input {
  outline: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  max-width: 140px;
  min-width: 100px;
  border-radius: 8px;
  height: 40px;
}

@media only screen and (max-width: 1370px) {
  .header-nav .form-area input {
    max-width: 120px;
    min-width: 100px;
    height: 35px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 1200px) {
  .header-nav .form-area input {
    max-width: 90px;
    min-width: 80px;
  }
}

@media only screen and (max-width: 991px) {
  .header-nav .form-area input {
    height: 40px;
    max-width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  .header-nav .form-area input {
    height: 35px;
  }
}

.header-nav .form-area input:focus {
  outline: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.header-nav .form-area .button-area {
  min-width: 170px;
  border-radius: 8px;
  height: 40px;
  background: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(20%, #ff9300), to(#ffc06b));
  background: linear-gradient(0, #ff9300 20%, #ffc06b 100%);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

@media only screen and (max-width: 1370px) {
  .header-nav .form-area .button-area {
    max-width: 160px;
    height: 35px;
  }
}

.header-nav .form-area .button-area:hover button.login {
  background: transparent;
  color: #fff;
}

.header-nav .form-area .button-area:hover button.login:hover {
  background: black;
  color: #fff;
}

.header-nav .form-area .button-area:hover button.daftar {
  background: transparent;
  color: #fff;
}

.header-nav .form-area .button-area:hover button.daftar:hover {
  background: black;
  color: #fff;
}

.header-nav .form-area .button-area button {
  outline: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  min-width: 46%;
  border-radius: 6px;
  height: 30px;
  font-size: 16px;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

@media only screen and (max-width: 1370px) {
  .header-nav .form-area .button-area button {
    font-size: 13px;
    height: 28px;
  }
}

.header-nav .form-area .button-area button.login {
  background: #000;
  color: #fff;
  margin-right: 4px;
}

.header-nav .form-area .button-area button.daftar {
  background: transparent;
  color: #fff;
}

.header-nav .form-area .button-area button:focus {
  outline: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.header-nav .modal {
  overflow-y: inherit;
  overflow-x: inherit;
}

.header-nav #mobileMenuForm button.close {
  color: black;
  border: none;
  background: none;
}

.header-nav #mobileMenuForm button.btn.btn-primary {
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 5vw;
  font-weight: 300;
  background: none;
  outline: none;
  padding: 0 20px;
}

.header-nav #mobileMenuForm input.model-txt {
  background: antiquewhite;
  width: 100%;
}

.header-nav #mobileMenuForm button.btn.btn-primary.submit {
  width: 100%;
  background: #fec72e;
  border-radius: 30px;
  padding: 10px 0;
  font-size: 6vw;
  font-weight: 600;
  border: none;
}

.header-nav #mobileMenuForm .mb-3-footer {
  width: 100%;
}

.header-nav #mobileMenuForm .text-model-left {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-nav #mobileMenuForm .text-model-left h6 {
  font-family: "Lato", sans-serif;
  font-size: small;
}

.header-nav #mobileMenuForm button.btn.btn-primary.mb-3-btn {
  margin-left: 5px;
  padding: 10px 5px;
  border: 2px solid #000;
  color: #000;
  border-radius: 50rem;
  font-size: small;
  font-weight: 500;
}

.header-nav #mobileMenuForm button.btn.btn-primary.mb-3-btn:hover {
  background: grey;
}

.header-nav #mobileMenuForm h5#exampleModalLabel {
  text-shadow: none;
}

.header-nav #mobileMenuForm label.col-form-label {
  text-shadow: none;
}

.header-nav #mobileMenuForm .text-model-left h6 {
  padding-top: 6px;
  line-height: 28px;
  text-shadow: none;
}

.header-nav #mobileMenuForm button.btn.btn-primary.login-btn-model {
  border: none;
  color: white;
}

.header-nav .modal-header {
  position: relative;
  height: 70px;
}

.header-nav .modal-header .site-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 150px;
}

.header-nav #mobileMenuNav .modal-title {
  color: #fff;
}

.header-nav #mobileMenuNav .btn-close {
  color: #fff;
}

.header-nav #mobileMenuNav .modal-content {
  background: black;
}

.header-nav #mobileMenuNav .auth-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0px 15px;
}

.header-nav #mobileMenuNav .auth-btn a {
  width: 49%;
  text-decoration: none;
  background: #7e2ea8;
  height: 50px;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 16px;
}

@media only screen and (max-width: 480px) {
  .header-nav #mobileMenuNav .auth-btn a {
    height: 40px;
    font-size: 15px;
  }
}

.header-nav #mobileMenuNav .auth-btn a:first-child {
  margin-right: 3px;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 11px #ffe13e, 0 0 10px #2d2809, 0 0 11px #ffe13e inset;
  box-shadow: 0 0 11px #ffe13e, 0 0 10px #2d2809, 0 0 11px #ffe13e inset;
  background: #f7a403;
  text-align: center;
  border-radius: 1vw;
}

.header-nav #mobileMenuNav .auth-btn a:last-child {
  margin-left: 3px;
}

.header-nav #mobileMenuNav ul li a {
  font-size: 16px;
  padding: 10px 10px;
}

@media only screen and (max-width: 480px) {
  .header-nav #mobileMenuNav ul li a {
    font-size: 15px;
    padding: 5px 10px;
  }
}

.header-nav #mobileMenuNav ul li a img {
  width: 15px;
  margin-right: 8px;
}

.modal-open .banner-area {
  background: black;
}

.banner-container {
  position: relative;
  overflow: hidden;
}

.banner-area {
  background-image: url(../images/banner/main-banner.png?v=20230519);
  background-repeat: no-repeat;
background-position: center top;
background-size: 100% 100%;
position: relative;
}

.banner-area .headline-scroll {
  position: absolute;
  top: 135px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 50%;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}

@media only screen and (max-width: 1640px) {
  .banner-area .headline-scroll {
    top: 115px;
  }
}

@media only screen and (max-width: 1370px) {
  .banner-area .headline-scroll {
    top: 100px;
    font-size: 18px;
  }
}

@media only screen and (max-width: 991px) {
  .banner-area .headline-scroll {
    top: 80px;
    font-size: 16px;
  }
}

@media only screen and (max-width: 480px) {
  .banner-area .headline-scroll {
    width: 80%;
    font-size: 14px;
  }
}

.banner-area .curp-shape {
  position: relative;
}

.banner-area .curp-shape::after {
  position: absolute;
  content: "";
  height: 5px;
  width: 100%;
  bottom: -3px;
  background: #fec72e;
  left: 0;
}

.banner-wrapper {
  padding: 170px 0px 100px;
}

@media only screen and (max-width: 1640px) {
  .banner-wrapper {
    background-position: 10% 100%;
    padding: 150px 0px 100px;
  }
}

@media only screen and (max-width: 991px) {
  .banner-wrapper {
    padding: 110px 0px 60px;
  }
}

@media only screen and (max-width: 768px) {
  .banner-wrapper img {
    width: 100%;
  }
}

.banner-wrapper .counter-number {
  position: relative;
  margin-bottom: 30px;
}

@media only screen and (max-width: 480px) {
  .banner-wrapper .counter-number {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 375px) {
  .banner-wrapper .counter-number {
    margin-bottom: 10px;
  }
}

.banner-wrapper .counter-number img {
  opacity: 0.8;
  -webkit-animation: jackpot-flash 2s ease infinite;
          animation: jackpot-flash 2s ease infinite;
}

.banner-wrapper .counter-number .counter-content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 500px;
  text-align: left;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.banner-wrapper .counter-number .counter-content .number {
  font-size: 40px;
  font-weight: 600;
  color: #fff;
  padding-left: 50%;
  margin-left: -125px;
  text-shadow: 0 0 6px #ff00e0, 0 0 10px #ff00e0, 0 0 10px #fff;
}

@media only screen and (max-width: 480px) {
  .banner-wrapper .counter-number .counter-content .number {
    font-size: 24px;
  }
}

.banner-wrapper .counter-number .counter-content .text {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  text-shadow: 0 0 6px dodgerblue, 0 0 10px dodgerblue, 0 0 10px #fff;
  padding-left: 50%;
  margin-left: -115px;
}

@media only screen and (max-width: 480px) {
  .banner-wrapper .counter-number .counter-content .text {
    font-size: 16px;
  }
}

@media only screen and (max-width: 375px) {
  .banner-wrapper .counter-number .counter-content .text {
    font-size: 14px;
  }
}

.banner-wrapper .daftar-btn {
  outline: none;
  border: none;
  border-radius: 40px;
  width: 300px;
  margin: auto;
  height: 80px;
  background: #f7a403;
  padding: 0px 60px;
  border-radius: 1vw;
  font-size: 47px;
  font-weight: 700;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 11px #ffe13e, 0 0 10px #2d2809, 0 0 11px #ffe13e inset;
  box-shadow: 0 0 11px #ffe13e, 0 0 10px #2d2809, 0 0 11px #ffe13e inset;
  -webkit-transition: 0.25s ease;
  color: #fff;
  position: relative;
  z-index: 0;
  text-decoration: none;
  text-transform: uppercase;
  margin-bottom: 30px;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  cursor: pointer;
}

.banner-wrapper .daftar-btn:hover {
  background: #fdc04a;
  -webkit-box-shadow: 0 0 21px #ffe13e, 0 0 20px #2d2809, 0 0 21px #ffe13e inset;
  box-shadow: 0 0 21px #ffe13e, 0 0 20px #2d2809, 0 0 21px #ffe13e inset;
}

@media only screen and (max-width: 768px) {
  .banner-wrapper .daftar-btn {
    width: 50%;
    padding: 0px 20px;
    font-size: 25px;
    border: none;
    border-radius: 30px;
    height: 50px;
  }
}

.banner-wrapper .daftar-btn:focus {
  outline: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.banner-wrapper .note {
  background: #000;
  padding: 5px 10px;
  border-radius: 15px;
  color: #fff;
  width: 520px;
  max-width: 100%;
  font-size: 16px;
  margin: 0 auto 50px;
}

@media only screen and (max-width: 480px) {
  .banner-wrapper .note {
    font-size: 13px;
  }
}

@media only screen and (max-width: 991px) {
  .banner-wrapper .note {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 480px) {
  .banner-wrapper .note {
    margin-bottom: 0px;
  }
}

@-webkit-keyframes jackpot-flash {
  0% {
    filter: contrast(1) brightness(1);
    -webkit-filter: contrast(1) brightness(1);
    opacity: 0.65;
  }
  50% {
    filter: contrast(1) brightness(1);
    -webkit-filter: contrast(1) brightness(1);
    opacity: 0.9;
  }
  100% {
    filter: contrast(1) brightness(1);
    -webkit-filter: contrast(1) brightness(1);
    opacity: 0.65;
  }
}

@keyframes jackpot-flash {
  0% {
    filter: contrast(1) brightness(1);
    -webkit-filter: contrast(1) brightness(1);
    opacity: 0.65;
  }
  50% {
    filter: contrast(1) brightness(1);
    -webkit-filter: contrast(1) brightness(1);
    opacity: 0.9;
  }
  100% {
    filter: contrast(1) brightness(1);
    -webkit-filter: contrast(1) brightness(1);
    opacity: 0.65;
  }
}

.feature-area .popular-part .bandar-q {
  padding-right: 40px;
}

@media only screen and (max-width: 768px) {
  .feature-area .popular-part .bandar-q {
    padding: 0px 15px;
    margin-bottom: 30px;
    margin-top: 10px;
  }
}

.feature-area .popular-part .bandar-q .bandar-inner {
  padding: 25px 60px;
  position: relative;
  text-align: center;
  border: 1px solid #000;
  border-radius: 8px;
}

.feature-area .popular-part .bandar-q .bandar-inner > img {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .feature-area .popular-part .bandar-q .bandar-inner {
    padding: 15px 40px;
  }
}

.feature-area .popular-part .bandar-q .bandar-inner h6 {
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
  color: #000;
  margin-bottom: 0px;
  margin-top: 10px;
  font-family: "OriginTech personal use";
}

@media only screen and (max-width: 768px) {
  .feature-area .popular-part .bandar-q .bandar-inner h6 {
    font-size: 20px;
    margin-top: 10px;
    line-height: 30px;
    margin-bottom: 0px;
  }
}

.feature-area .popular-part .bandar-q .bandar-inner .ribbon {
  width: 150px;
}

@media only screen and (max-width: 480px) {
  .feature-area .popular-part .bandar-q .bandar-inner .ribbon {
    display: none;
  }
}

.feature-area .popular-part .contact-info {
  text-align: center;
}

.feature-area .popular-part .contact-info h4 {
  font-size: 40px;
  line-height: 60px;
  position: relative;
  margin-bottom: 50px;
  color: #000;
  font-weight: 700;
}

@media only screen and (max-width: 768px) {
  .feature-area .popular-part .contact-info h4 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 640px) {
  .feature-area .popular-part .contact-info h4 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 15px;
  }
}

.feature-area .popular-part .contact-info h4:after {
  position: absolute;
  content: "";
  width: 20%;
  height: 1px;
  background: #000;
  bottom: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media only screen and (max-width: 768px) {
  .feature-area .popular-part .contact-info h4:after {
    display: none;
  }
}

.feature-area .popular-part .download-app {
  text-align: center;
  width: 570px;
  max-width: 100%;
  background: #000;
  border-radius: 8px;
  text-align: center;
  margin: 0 auto;
  height: 60px;
  font-size: 24px;
  line-height: 60px;
  font-weight: 600;
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  cursor: pointer;
}

.feature-area .popular-part .download-app a {
  text-decoration: none;
  outline: none;
  border: none;
  color: #fff;
  display: block;
  width: 100%;
}

.feature-area .popular-part .download-app a:focus-visible {
  outline: none;
  border: none;
}

.feature-area .popular-part .download-app img {
  width: 22px;
  margin-right: 5px;
}

@media only screen and (max-width: 480px) {
  .feature-area .popular-part .download-app img {
    width: 18px;
  }
}

@media only screen and (max-width: 768px) {
  .feature-area .popular-part .download-app {
    margin-top: 5px;
  }
}

.feature-area .popular-part .download-app:hover {
  background: #fdc04a;
  -webkit-box-shadow: 0 0 21px #ffe13e, 0 0 20px #2d2809, 0 0 21px #ffe13e inset;
  box-shadow: 0 0 21px #ffe13e, 0 0 20px #2d2809, 0 0 21px #ffe13e inset;
}

@media only screen and (max-width: 480px) {
  .feature-area .popular-part .download-app {
    font-size: 16px;
    height: 40px;
    width: 285px;
  }
}

.feature-area .features-element {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 768px) {
  .feature-area .features-element {
    margin-top: 20px;
  }
}

.feature-area .features-element .feature-item {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  border: 10px solid #fec72e;
}

@media only screen and (max-width: 1200px) {
  .feature-area .features-element .feature-item {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
}

@media only screen and (max-width: 991px) {
  .feature-area .features-element .feature-item {
    -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%;
  }
}

@media only screen and (max-width: 768px) {
  .feature-area .features-element .feature-item {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    border: 6px solid #fec72e;
  }
}

.feature-area .features-element .feature-item .feature-inner {
  padding: 15px 10px;
  border-radius: 8px;
  border: 1px solid #000;
  position: relative;
}

.feature-area .features-element .feature-item .feature-inner .ribbon {
  width: 60px;
  top: -4%;
  right: -4%;
}

@media only screen and (max-width: 768px) {
  .feature-area .features-element .feature-item .feature-inner .ribbon {
    display: none;
  }
}

.feature-area .features-element .feature-item .feature-inner .ribbon2 {
  left: -4%;
}

@media only screen and (max-width: 768px) {
  .feature-area .features-element .feature-item .feature-inner {
    padding: 15px 5px;
  }
}

.feature-area .features-element .feature-item .item-title {
  font-size: 18px;
  line-height: 30px;
  color: #000;
  font-weight: 500;
  margin-top: 10px;
  font-family: "OriginTech personal use";
}

@media only screen and (max-width: 768px) {
  .feature-area .features-element .feature-item .item-title {
    font-size: 16px;
    line-height: 25px;
  }
}

@media only screen and (max-width: 480px) {
  .feature-area .features-element .feature-item .item-title {
    font-size: 15px;
    line-height: 20px;
  }
}

@media only screen and (max-width: 375px) {
  .feature-area .features-element .feature-item .item-title {
    font-size: 13px;
  }
}

@media only screen and (max-width: 991px) {
  .feature-area .features-element .feature-item {
    width: 30%;
  }
}

@media only screen and (max-width: 480px) {
  .feature-area .features-element .feature-item {
    width: 44%;
  }
}

.feature-area .features-element .feature-item img {
  width: 100%;
}

.support-area .paragraph {
  position: relative;
  margin-bottom: 25px;
}

@media only screen and (max-width: 768px) {
  .support-area .paragraph {
    margin-bottom: 15px;
  }
}

.support-area .support-item .support-title {
  background: transparent linear-gradient(239deg, #fec72e 0%, #ff9300 100%) 0% 0% no-repeat padding-box;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 8px 8px 0px 0px;
}

.support-area .support-item .support-title h5 {
  font-size: 28px;
  line-height: 50px;
  color: #fff;
  font-weight: 700;
  margin: 0;
}

.support-area .support-content {
  border: 1px solid #fec72e;
  border-top: none;
  background: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 9px 30px -5px;
          box-shadow: rgba(0, 0, 0, 0.2) 0px 9px 30px -5px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

@media only screen and (max-width: 768px) {
  .support-area .support-content {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.support-area .support-content table {
  width: 100%;
}

.support-area .support-content table tr td {
  width: 33%;
  text-align: center;
  padding: 17px 0px;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  color: #000;
}

@media only screen and (max-width: 768px) {
  .support-area .support-content table tr td {
    padding: 12px 0px;
    font-size: 15px;
  }
}

.support-area .support-content table tr td:first-child {
  border-left: 1px solid #ccc;
}

.partner-area .partner-item {
  margin-top: 50px;
  border-radius: 8px 8px 0px 8px;
}

@media only screen and (max-width: 768px) {
  .partner-area .partner-item {
    margin-top: 30px;
  }
}

.partner-area .partner-item .partner-thumb img {
  width: 100%;
}

.partner-area .partner-item .partner-title {
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  -webkit-box-shadow: 0px 3px 6px #00000029;
          box-shadow: 0px 3px 6px #00000029;
  border-radius: 0px 0px 8px 8px;
  cursor: pointer;
}

@media only screen and (max-width: 768px) {
  .partner-area .partner-item .partner-title {
    height: 60px;
  }
}

.partner-area .partner-item .partner-title h5 {
  font-size: 35px;
  margin: 0px;
  font-weight: 500;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 11px #ffe13e, 0 0 10px #2d2809, 0 0 11px #ffe13e inset;
  box-shadow: 0 0 11px #ffe13e, 0 0 10px #2d2809, 0 0 11px #ffe13e inset;
  background: #f7a403;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}

.partner-area .partner-item .partner-title h5:hover {
  background: #fdc04a;
  -webkit-box-shadow: 0 0 21px #ffe13e, 0 0 20px #2d2809, 0 0 21px #ffe13e inset;
  box-shadow: 0 0 21px #ffe13e, 0 0 20px #2d2809, 0 0 21px #ffe13e inset;
}

footer {
  background-image: url(../images/footer/footer-bg.png);
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: cover;
  position: relative;
}

footer .section-padding {
  padding-bottom: 0px;
}

footer::after {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.75);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

footer > div {
  position: relative;
  z-index: 1;
}

footer .footer-widget {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #ccc;
}

footer .footer-widget:last-child {
  margin-bottom: 0px;
}

@media only screen and (max-width: 768px) {
  footer .footer-widget {
    margin-bottom: 25px;
    padding-bottom: 25px;
  }
}

footer .footer-widget .widget-title {
  font-size: 32px;
  line-height: 40px;
  margin-left: 10px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 600;
}

@media only screen and (max-width: 768px) {
  footer .footer-widget .widget-title {
    font-size: 24px;
    margin-bottom: 5px;
    line-height: 35px;
    margin-left: 0px;
  }
}

footer .footer-widget .widget-content .support-banks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

footer .footer-widget .widget-content .support-banks .bank-list {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  border: 8px solid transparent;
}

@media only screen and (max-width: 1200px) {
  footer .footer-widget .widget-content .support-banks .bank-list {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
}

@media only screen and (max-width: 991px) {
  footer .footer-widget .widget-content .support-banks .bank-list {
    -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%;
  }
}

@media only screen and (max-width: 768px) {
  footer .footer-widget .widget-content .support-banks .bank-list {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    border: 5px solid transparent;
  }
}

footer .footer-widget .widget-content .support-banks .bank-list .list-inner {
  padding: 10px 15px;
  border-radius: 8px;
  background: #fff;
}

footer .footer-widget .widget-content .support-banks .bank-list .list-inner img {
  width: 100%;
}

footer .footer-widget .widget-content .licence-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

footer .footer-widget .widget-content .licence-lists .licence-list {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  border: 10px solid transparent;
}

@media only screen and (max-width: 768px) {
  footer .footer-widget .widget-content .licence-lists .licence-list {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    border: 8px solid transparent;
  }
}

footer .footer-widget .widget-content .licence-lists .licence-list .list-inner img {
  width: 100%;
}

footer .copyright {
  text-align: center;
  color: #fff;
  padding: 20px 0px;
  font-size: 20px;
  line-height: 28px;
}

@media only screen and (max-width: 991px) {
  footer .copyright {
    font-size: 16px;
    line-height: 20px;
  }
}

@media only screen and (max-width: 480px) {
  footer .copyright {
    font-size: 14px;
    line-height: 18px;
  }
}

footer .copyright a {
  color: #fff;
  text-decoration: none;
}
/*# sourceMappingURL=app.css.map */