@font-face {
  font-family: "GeneralSans";
  src: url(/themes/laku/frontend/fonts/GeneralSans-Medium.ttf?25c8b884ca555f338df57a70ee6d539c) format("truetype");
  font-weight: 500;
}

@font-face {
  font-family: "GeneralSans";
  src: url(/themes/laku/frontend/fonts/GeneralSans-Semibold.ttf?fb69990708893276bdb20a98eb2e06d3) format("truetype");
  font-weight: 600;
}

@font-face {
  font-family: "GeneralSans";
  src: url(/themes/laku/frontend/fonts/GeneralSans-Bold.ttf?c72b454ea7db97693cc24d0a82bdce27) format("truetype");
  font-weight: 700;
}

a,
a:active,
a:hover {
  text-decoration: none;
  color: black !important;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6,
a,
p {
  font-family: "GeneralSans";
  font-weight: 500 !important;
}

body {
  background: #FDFDFD;
  font-family: "GeneralSans";
}

.navbar {
  background-color: #FDFDFD;
  padding-top: 20px;
  padding-bottom: 20px;
}

.navbar .navbar-brand img {
  height: 23px;
  margin-bottom: 10px;
}

.navbar .container-fluid {
  padding-left: 80px;
  padding-right: 80px;
}

.navbar .container-fluid .menu-container {
  width: 100%;
}

.navbar .container-fluid .menu-container .nav.left .nav-item .nav-link {
  padding: 0;
  margin-left: 50px;
  font-size: 14px;
}

.navbar .container-fluid .menu-container .nav.right .nav-item .nav-link {
  padding: 0;
  margin-left: 20px;
  font-size: 14px;
}

.navbar .container-fluid .menu-container .nav.right .nav-item .nav-link.login {
  margin-right: 20px;
}

.navbar .container-fluid .menu-container .nav.right .nav-item .nav-link.demo {
  font-weight: 600 !important;
  border: 3px solid #000000;
  border-radius: 40px;
  padding: 7px 16px;
}

.navbar .container-fluid .menu-container .nav.right .nav-item .nav-link.start {
  font-weight: 600 !important;
  background: #FEC846;
  border-radius: 40px;
  padding: 10px 20px;
}

.hero {
  position: relative;
  padding-left: 150px;
  padding-right: 150px;
  margin-bottom: 120px;
}

.hero img {
  width: 100%;
  margin-bottom: 20px;
}

.hero p {
  width: 554px;
  font-size: 20px;
  line-height: 34px;
  text-align: center;
}

.hero .powered {
  font-size: 9px;
  line-height: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #B0B6BB !important;
  margin-bottom: 50px;
}

.hero #diamond1 {
  width: 30px;
  position: absolute;
  left: 162px;
  top: 535px;
}

.hero #diamond2 {
  width: 20px;
  position: absolute;
  left: 245px;
  top: 658px;
}

.hero #diamond3 {
  width: 30px;
  position: absolute;
  right: 162px;
  top: 535px;
}

.hero #diamond4 {
  width: 20px;
  position: absolute;
  right: 245px;
  top: 658px;
}

.hero .demo,
.hero .start {
  border-radius: 40px;
  font-weight: 600 !important;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.02em;
  padding: 20px 40px;
  margin-right: 30px;
}

.hero .demo {
  background: #000000;
  color: #FFFFFF !important;
}

.hero .start {
  background: #FEC846;
  color: #000000;
}

.compare {
  margin-bottom: 150px;
}

.compare h2 {
  font-weight: 700 !important;
  font-size: 56px !important;
  text-align: center;
}

.compare p {
  font-size: 20px;
  line-height: 34px;
  text-align: center;
  margin-bottom: 40px;
}

.compare .switch {
  position: relative;
  display: inline-block;
  width: 400px;
  height: 92px;
  margin-bottom: 60px;
}

.compare .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.compare .switch .slider-compare {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #FFFFFF;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.05);
  border-radius: 50px;
  transition: 0.4s;
}

.compare .switch .slider-compare span {
  font-family: "GeneralSans";
  position: relative;
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  width: 50%;
  display: inline-block;
}

.compare .switch .slider-compare span.left {
  color: #FFFFFF;
}

.compare .switch .slider-compare span.right {
  color: black;
}

.compare .switch .slider-compare:before {
  position: absolute;
  content: "";
  height: 72px;
  width: 190px;
  left: 10px;
  bottom: 10px;
  transition: 0.4s;
  background: #000000;
  border-radius: 40px;
}

.compare .switch input:checked + .slider-compare:before {
  transform: translateX(190px);
}

.compare .switch input:checked + .slider-compare span.left {
  color: black;
}

.compare .switch input:checked + .slider-compare span.right {
  color: #FFFFFF;
}

.compare .ilustration {
  padding-left: 200px;
  padding-right: 200px;
}

.compare .ilustration img {
  width: 100%;
}

.easy {
  margin-bottom: 45px;
}

.easy h2 {
  font-weight: 700 !important;
  font-size: 56px !important;
  text-align: center;
  color: #000000;
  margin-bottom: 30px;
}

.easy p {
  width: 550px;
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 34px;
  color: #000000;
}

.easy .easy-container .easy-item {
  cursor: pointer;
  background: #FFFFFF;
  border: 3px solid #000000;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  margin-right: 30px;
  font-family: "GeneralSans";
  font-weight: 600 !important;
  font-size: 18px;
  letter-spacing: 0.02em;
  color: #000000;
  padding: 17px 20px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.easy .easy-container .easy-item img {
  margin-right: 20px;
  width: 46px;
}

.easy .marquee {
  margin-bottom: 30px;
}

.easy .marquee.left {
  position: relative;
  overflow: hidden;
  --offset: 20vw;
  --move-initial: calc(-25% + var(--offset));
  --move-final: calc(-50% + var(--offset));
}

.easy .marquee.right {
  position: relative;
  overflow: hidden;
  --offset: 20vw;
  --move-initial: calc(-50% + var(--offset));
  --move-final: calc(-25% + var(--offset));
}

.easy .marquee__inner {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  position: relative;
  transform: translate3d(var(--move-initial), 0, 0);
  -webkit-animation: marquee 20s linear infinite;
          animation: marquee 20s linear infinite;
}

.easy .marquee:hover .marquee__inner {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

@-webkit-keyframes marquee {
  0% {
    transform: translate3d(var(--move-initial), 0, 0);
  }

  100% {
    transform: translate3d(var(--move-final), 0, 0);
  }
}

@keyframes marquee {
  0% {
    transform: translate3d(var(--move-initial), 0, 0);
  }

  100% {
    transform: translate3d(var(--move-final), 0, 0);
  }
}

.template-container {
  background: #F7F7F7;
  padding-top: 80px;
  padding-bottom: 80px;
}

.template {
  padding-left: 80px;
  padding-right: 80px;
}

.template h2 {
  font-weight: 700 !important;
  font-size: 56px !important;
  text-align: center;
  color: #000000;
  width: 800px;
}

.template p {
  font-size: 20px !important;
  line-height: 34px;
  width: 910px;
  text-align: center;
  color: #000000;
  margin-bottom: 70px;
}

.template .template-slider {
  margin-bottom: 100px;
}

.template .template-slider .template-item {
  padding: 10px;
  background: #FFFFFF;
  border: 1px solid #F8F8F8;
  box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.03);
  border-radius: 10px;
  margin-right: 20px;
  border: 3px solid transparent;
}

.template .template-slider .template-item img {
  border-radius: 10px;
  margin-bottom: 20px;
  width: 100%;
  height: auto;
}

.template .template-slider .template-item .title-container h3 {
  font-weight: 600 !important;
  font-size: 20px !important;
  margin-left: 20px;
}

.template .template-slider .template-item .title-container a {
  font-size: 20px !important;
  margin-right: 20px;
}

.template .template-slider .template-item .url-container .detail {
  font-weight: 700 !important;
  font-size: 14px !important;
  text-align: center;
  color: #FFFFFF !important;
  background: #000000;
  border-radius: 40px;
  padding: 10px 30px;
}

.template .template-slider .template-item .url-container .demo {
  background: #FFFFFF;
  border: 3px solid #151515;
  border-radius: 40px;
  padding: 7px 20px;
  font-weight: 700 !important;
  font-size: 14px !important;
}

.template .template-slider .template-item .url-container .demo i {
  margin-left: 10px;
}

.template .template-slider .template-item:hover {
  border: 3px solid #151515;
  box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.03);
}

.template .template-slider .template-item:hover img {
  margin-bottom: 14px;
}

.template .template-slider .template-item:hover .title-container {
  display: none !important;
}

.template .template-slider .template-item:hover .url-container {
  display: flex !important;
}

.wyg {
  padding-left: 80px;
  padding-right: 80px;
  margin-bottom: 90px;
}

.wyg .left {
  padding-left: 40px;
}

.wyg .left h2 {
  font-weight: 700 !important;
  font-size: 56px !important;
  margin-bottom: 30px;
}

.wyg .left .list-item a {
  margin-bottom: 30px;
  font-weight: 600 !important;
  font-size: 20px !important;
  color: rgba(0, 0, 0, 0.4) !important;
}

.wyg .left .list-item a.active {
  color: #000000 !important;
}

.wyg .left .list-item a.active:before {
  content: "";
  display: inline-block;
  border-radius: 20px;
  width: 20px;
  height: 20px;
  background: #3C68FF;
  margin-right: 20px;
  position: relative;
  top: 3px;
}

.wyg .left .list-item a.more {
  color: #D7D7D7 !important;
}

.wyg .right {
  padding: 60px;
  background: #FFFFFF;
  box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.05);
  border-radius: 40px;
}

.wyg .right .detailfitur img {
  width: 100%;
}

.wyg .right .detailfitur p {
  font-size: 20px !important;
  line-height: 34px;
}

.pricing {
  margin-bottom: 80px;
  padding-left: 80px;
  padding-right: 80px;
}

.pricing strong {
  font-family: "GeneralSans";
  font-weight: 700 !important;
  font-size: 16px !important;
  color: #FEC846;
  text-transform: uppercase;
}

.pricing p {
  font-style: normal;
  font-size: 20px !important;
  line-height: 34px;
  color: #FFFFFF;
  margin-bottom: 30px;
}

.pricing .left {
  width: 50%;
  background: #050505;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.05);
  border-radius: 40px;
  padding: 60px;
}

.pricing .left h2 {
  font-weight: 700 !important;
  font-size: 56px !important;
  color: #FBFBFB !important;
  margin-bottom: 30px;
}

.pricing .left h3 {
  font-weight: 700 !important;
  font-size: 20px !important;
  color: #65C67F;
  margin-bottom: 30px;
}

.pricing .left .fee-item h4 {
  font-weight: 500 !important;
  font-size: 20px !important;
  color: #FBFBFB;
  margin-bottom: 4px;
}

.pricing .left .fee-item p {
  font-size: 9px !important;
  line-height: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #B0B6BB;
  margin: 0;
}

.pricing .left hr {
  border: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 25px;
  margin-bottom: 25px;
}

.pricing .right {
  background: #171C20;
  box-shadow: -5px 5px 60px rgba(0, 0, 0, 0.1);
  border-radius: 40px;
  width: 50%;
  padding: 60px;
}

.pricing .right img.marketplace {
  margin-right: 30px;
  width: 56px;
}

.pricing .right p {
  margin: 0;
}

.pricing .right hr {
  height: 60px;
  border-left: 3px dashed rgba(255, 255, 255, 0.7);
  margin-top: 25px;
  margin-bottom: 25px;
  position: relative;
  left: 28px;
}

.pricing .right img.wallet {
  margin-left: 30px;
  width: 56px;
}

.custom {
  padding-left: 80px;
  padding-right: 80px;
}

.custom .left {
  padding: 80px 60px;
  width: 70%;
  background-image: url(/themes/laku/frontend/images/bg_custom.png?524fa048cdcadb6671583c4c9e8be701);
  background-size: cover;
  border-radius: 40px;
}

.custom .left h2 {
  font-weight: 700 !important;
  font-size: 56px !important;
  color: #FFFFFF;
  margin-bottom: 30px;
}

.custom .left p {
  font-size: 20px !important;
  line-height: 34px;
  color: #FFFFFF;
  margin-bottom: 70px;
}

.custom .left a {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background: #000000;
  border-radius: 40px;
  font-weight: 600 !important;
  font-size: 18px !important;
  letter-spacing: 0.02em;
  color: #FFFFFF !important;
  padding: 30px 78px;
}

.custom .right {
  width: 30%;
}

.custom .right img {
  width: 100%;
}

#faq {
  background: #171C20;
  padding: 70px 0;
}

#faq h2 {
  font-size: 56px !important;
  color: #FFFFFF;
  margin-bottom: 50px;
}

#faq .accordion .accordion-item {
  background-color: transparent;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 40px 80px 25px 80px;
}

#faq .accordion .accordion-item .accordion-header {
  margin: 0;
}

#faq .accordion .accordion-item .accordion-header button {
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  color: #FFFFFF;
  background-color: transparent;
  padding: 0;
  margin-bottom: 15px;
}

#faq .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  box-shadow: none;
}

#faq .accordion .accordion-item .accordion-header .accordion-button:focus {
  border-color: none;
  box-shadow: none;
}

#faq .accordion .accordion-item .accordion-header .accordion-button::after {
  background-image: url(/themes/laku/frontend/images/arrowgreen.png?9bfe35e7c3b657f13ec9fa63d678e86a);
  width: 30px;
  height: 30px;
  background-size: contain;
  top: 3px;
  position: relative;
}

#faq .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  transform: rotate(90deg);
}

#faq .accordion .accordion-item .accordion-body {
  font-size: 14px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.8);
  padding: 0;
  padding-bottom: 15px;
}

#faq .accordion .accordion-item:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

footer {
  background: #65C67F;
}

footer .logo img {
  height: 18px;
}

footer .getstarted {
  padding: 50px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

footer .getstarted .marquee {
  position: relative;
  overflow-x: hidden;
  --offset: 20vw;
  --move-initial: calc(-25% + var(--offset));
  --move-final: calc(-50% + var(--offset));
}

footer .getstarted .marquee__inner {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  position: relative;
  transform: translate3d(var(--move-initial), 0, 0);
  -webkit-animation: marquee 10s linear infinite;
          animation: marquee 10s linear infinite;
}

footer .getstarted .marquee div span {
  font-size: 80px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #000000;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  white-space: nowrap;
  margin-right: 15px;
}

footer .getstarted .marquee div span:nth-child(even) {
  opacity: 0.35;
}

@keyframes marquee {
  0% {
    transform: translate3d(var(--move-initial), 0, 0);
  }

  100% {
    transform: translate3d(var(--move-final), 0, 0);
  }
}

footer .menu {
  padding: 40px 80px 25px 80px;
}

footer .menu .nav .left a {
  font-size: 14px !important;
  letter-spacing: 0.02em;
  color: #151515;
  margin-right: 40px;
}

footer .menu .nav .left a:first-child {
  font-weight: 700 !important;
  font-size: 28px !important;
  line-height: 1;
}

footer .menu .nav .right a {
  margin-left: 35px;
}

footer .menu .nav .right a i {
  font-size: 20px;
}

footer .menu .nav .right a:first-child i {
  font-size: 24px;
  position: relative;
  top: 3px;
}

footer .menu .copy {
  margin-top: 28px;
}

footer .menu .copy .left {
  font-size: 9px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #000000;
}

footer .menu .copy .left a {
  font-size: 9px !important;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #000000;
}

footer .menu .copy .right a {
  font-weight: 600 !important;
  font-size: 14px !important;
  text-align: center;
  letter-spacing: 0.02em;
  color: #000000;
}

footer .menu .copy .right .demo {
  border: 3px solid #000000;
  border-radius: 40px;
  padding: 12px 25px;
  margin-right: 20px;
}

footer .menu .copy .right .start {
  border: 3px solid transparent;
  border-radius: 40px;
  padding: 12px 25px;
  background: #FEC846;
  border-radius: 40px;
}

.theme img {
  width: 100%;
  box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.05);
}

.theme .left {
  padding-left: 0 !important;
  padding-right: 40px !important;
}

.theme .right {
  padding-right: 0 !important;
  padding-left: 40px !important;
}

.theme .title {
  position: relative;
}

.theme .title img {
  width: 100%;
}

.theme .title h1 {
  font-weight: 700 !important;
  font-size: 100px !important;
  letter-spacing: -0.02em;
  color: #FFFFFF;
  position: absolute;
  left: 50%;
  bottom: 80px;
  transform: translateX(40px);
}

.theme .content {
  padding-left: 80px;
  padding-right: 80px;
}

.theme .content a {
  border-radius: 40px;
  font-weight: 600 !important;
  font-size: 18px !important;
  text-align: center;
  letter-spacing: 0.02em;
  padding: 20px 64px;
}

.theme .content a.use {
  background: #000000;
  color: #FFFFFF !important;
  margin-right: 20px;
}

.theme .content a.demo {
  border: 3px solid #000000;
  padding: 17px 64px;
}

.theme .content a.demo i {
  margin-left: 15px;
  position: relative;
  top: 2px;
}

.theme .content .description {
  padding-bottom: 0;
  border-bottom: 2px solid #000000;
  position: relative;
  z-index: 2;
  margin-top: -400px;
}

.theme .content .description p {
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 26px;
  margin-bottom: 60px;
  min-height: 130px;
}

.theme .content .description .left {
  min-height: 930px;
  padding-bottom: 80px;
}

.theme .content .description .right {
  padding-top: 475px;
}

.theme .content .image-container {
  padding-top: 80px;
  padding-bottom: 40px;
}

.theme .content .image-container img {
  margin-bottom: 70px;
}

.theme .content .image-container .disclaimer {
  font-weight: 500 !important;
  font-size: 14px !important;
  line-height: 24px;
  color: #B0B6BB;
}

.theme .content .other-container {
  padding-top: 80px;
  padding-bottom: 80px;
  border-top: 2px solid #000000;
}

.theme .content .other-container .other {
  padding: 0;
}

.register {
  padding-top: 90px;
  padding-bottom: 124px;
}

.register h1 {
  font-weight: 700 !important;
  font-size: 100px !important;
  letter-spacing: -0.02em;
  margin-bottom: 30px;
}

.register .description {
  margin-bottom: 60px;
}

.register .description p {
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 26px;
  margin-right: 10px;
}

.register .description a.login {
  font-weight: 600 !important;
  font-size: 16px !important;
}

.register .description a.login i {
  margin-left: 8px;
}

.register h2 {
  font-weight: 600 !important;
  font-size: 28px !important;
  margin-bottom: 40px;
}

.register label {
  font-weight: 500 !important;
  font-size: 12px !important;
  text-transform: uppercase;
}

.register div.col-12 {
  margin-bottom: 40px;
}

.register .form-control,
.register .dropdown .dropdown-toggle {
  font-weight: 400 !important;
  font-size: 16px !important;
  border: none;
  border-radius: 0;
  padding-left: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background-color: transparent;
}

.register .form-control.is-invalid {
  border-color: red;
}

.register .form-label a {
  position: relative;
  top: 1px;
}

.register .dropdown {
  height: 37px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.register .dropdown .dropdown-toggle {
  position: relative;
  top: 5px;
  border: none;
}

.register .dropdown .dropdown-toggle:after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.register .dropdown .dropdown-menu {
  width: 100%;
  border-radius: 0;
  padding: 0;
}

.register .dropdown .dropdown-menu li {
  padding: 10px 20px;
  cursor: pointer;
}

.register .dropdown .dropdown-menu li:hover {
  background: #E5E7E9;
}

.register .form-control:focus {
  border-bottom: 1px solid black;
  box-shadow: none;
}

.register .form-control::-webkit-input-placeholder {
  /* Edge */
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 26px;
  color: #B0B4B7;
}

.register .form-control::-webkit-input-placeholder,
.register .form-control:-ms-input-placeholder,
.register .form-control::placeholder,
.register .form-control:-moz-placeholder,
.register input:placeholder-shown {
  /* Edge */
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 26px;
  color: #B0B4B7;
}

.register .input-group a {
  border: none;
  border-radius: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  cursor: pointer;
  background: transparent;
}

.register .input-group:focus a {
  border-bottom: 1px solid black;
}

.register hr {
  width: 100%;
  border-bottom: 2px solid #000000;
  opacity: 1;
  margin-top: 40px;
  margin-bottom: 50px;
}

.register .upload img {
  width: 100px;
  margin-right: 30px;
}

.register .upload p {
  font-weight: 500 !important;
  font-size: 14px !important;
  line-height: 24px;
}

.register .upload label {
  border: 3px solid #000000;
  border-radius: 40px;
  font-weight: 600 !important;
  font-size: 14px !important;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 8px 35px;
  cursor: pointer;
}

.register .upload input {
  display: none;
}

.register .select2 .select2-selection {
  border: none;
  background: transparent;
}

.register .select2 .select2-selection .select2-selection__rendered {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0;
  padding: 0.375rem 0.75rem;
  padding-left: 0;
}

.register .select2 .select2-selection .select2-selection__rendered .select2-selection__placeholder {
  font-size: 16px;
}

.register .select2 .select2-selection .select2-selection__arrow {
  top: 8px;
}

.register .select2 .select2-selection .select2-selection__arrow b {
  border-color: #000 transparent transparent transparent;
}

.register p.confirm {
  font-weight: 500 !important;
  font-size: 14px !important;
  line-height: 24px;
  margin-bottom: 0;
}

.register p.confirm a {
  font-size: 14px !important;
  font-weight: 700 !important;
}

.register button.submit {
  background: #171C20;
  border-radius: 40px;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  border: 0;
  height: 72px;
  width: 280px;
}

.static {
  padding-top: 60px;
  padding-bottom: 60px;
}

.static h1 {
  font-weight: 700 !important;
  font-size: 56px !important;
  margin-bottom: 60px;
}

.static h4 {
  margin-top: 15px;
}

.select2-container--open .select2-dropdown--below {
  margin-top: 13px;
}

@media only screen and (max-width: 767px) {
  .navbar .navbar-brand img {
    margin-bottom: 0;
  }

  .navbar .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar .container-fluid .menu-container {
    width: auto;
  }

  .navbar .container-fluid .navbar-toggler {
    border: none;
    padding: 0;
  }

  .navbar .container-fluid .navbar-toggler:focus {
    box-shadow: none;
  }

  .navbar .container-fluid .offcanvas {
    border: 0;
    width: 100vw;
  }

  .navbar .container-fluid .offcanvas .offcanvas-title {
    font-weight: 700 !important;
    font-size: 28px;
  }

  .navbar .container-fluid .offcanvas .navbar-nav .nav-item .nav-link {
    font-weight: 600 !important;
    font-size: 18px;
  }

  .navbar .container-fluid .offcanvas .bottom-nav {
    margin-top: 50px;
    padding-right: 0;
  }

  .navbar .container-fluid .offcanvas .bottom-nav .start {
    background: #FEC846;
    border-radius: 40px;
    padding: 10px 20px;
    font-weight: 600 !important;
    margin-bottom: 20px;
  }

  .navbar .container-fluid .offcanvas .bottom-nav .demo {
    font-weight: 600 !important;
    border: 3px solid #000000;
    border-radius: 40px;
    padding: 7px 16px;
  }

  .hero {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 30px;
  }

  .hero img {
    margin-bottom: 15px;
  }

  .hero p {
    width: 280px;
    font-size: 14px;
    line-height: 24px;
  }

  .hero #diamond1 {
    width: 15px;
    left: 20px;
    top: 260px;
  }

  .hero #diamond2 {
    width: 10px;
    left: 50px;
    top: 280px;
  }

  .hero #diamond3 {
    width: 15px;
    right: 20px;
    top: 260px;
  }

  .hero #diamond4 {
    width: 10px;
    right: 50px;
    top: 280px;
  }

  .hero .demo,
  .hero .start {
    width: 100%;
    font-size: 16px;
    padding: 20px 40px;
    margin-right: 0px;
  }

  .hero .demo {
    margin-bottom: 15px;
  }

  .compare {
    margin-bottom: 50px;
  }

  .compare h2 {
    font-size: 28px !important;
    line-height: 36px;
    width: 250px;
    margin-bottom: 15px;
  }

  .compare p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 30px;
    width: 250px;
  }

  .compare .switch {
    width: 280px;
    height: 62px;
    margin-bottom: 20px;
  }

  .compare .switch .slider-compare span {
    font-size: 14px;
  }

  .compare .switch .slider-compare span.left {
    color: #FFFFFF;
  }

  .compare .switch .slider-compare span.right {
    color: black;
  }

  .compare .switch .slider-compare:before {
    height: 42px;
    width: 130px;
    left: 10px;
    bottom: 10px;
  }

  .compare .switch input:checked + .slider-compare:before {
    transform: translateX(130px);
  }

  .compare .ilustration {
    padding-left: 20px;
    padding-right: 20px;
    min-height: 180px;
  }

  .easy h2 {
    font-size: 28px !important;
    line-height: 36px;
    margin-bottom: 15px;
    width: 250px;
  }

  .easy p {
    width: 250px;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 24px;
  }

  .easy .easy-container .easy-item {
    border: 2px solid #000000;
    margin-right: 10px;
    font-weight: 600 !important;
    font-size: 14px;
    padding: 10px 20px;
  }

  .easy .easy-container .easy-item img {
    margin-right: 10px;
    width: 30px;
  }

  .easy .marquee {
    margin-bottom: 10px;
  }

  .template-container {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .template {
    padding-left: 20px;
    padding-right: 20px;
  }

  .template h2 {
    font-size: 28px !important;
    line-height: 36px;
    width: 250px;
    margin-bottom: 15px;
  }

  .template p {
    font-size: 14px !important;
    line-height: 24px;
    width: 100%;
    margin-bottom: 40px;
  }

  .template .template-slider {
    margin-bottom: 60px;
  }

  .template .template-slider .template-item {
    margin-right: 10px;
  }

  .wyg {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 50px;
  }

  .wyg h2 {
    font-weight: 700 !important;
    font-size: 28px !important;
    margin-bottom: 40px;
  }

  .wyg .accordion .accordion-item {
    background-color: transparent;
    border: 0;
  }

  .wyg .accordion .accordion-item .accordion-header {
    margin-bottom: 20px;
  }

  .wyg .accordion .accordion-item .accordion-header button {
    font-weight: 600 !important;
    font-size: 16px !important;
    color: rgba(0, 0, 0, 0.4);
    background-color: transparent;
    padding: 0;
  }

  .wyg .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
    box-shadow: none;
    color: #000000 !important;
  }

  .wyg .accordion .accordion-item .accordion-header .accordion-button:focus {
    border-color: none;
    box-shadow: none;
  }

  .wyg .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed):before {
    content: "";
    display: inline-block;
    border-radius: 14px;
    width: 14px;
    height: 14px;
    background: #3C68FF;
    margin-right: 20px;
    position: relative;
    top: 1px;
  }

  .wyg .accordion .accordion-item .accordion-header .accordion-button::after {
    background-image: url(/themes/laku/frontend/images/mines.png?e135e7a69a4cc820328fbdcab5bc7b9c);
    width: 10px;
    height: 10px;
    background-size: contain;
    top: 3px;
    position: relative;
  }

  .wyg .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
    background-image: url(/themes/laku/frontend/images/plus.png?a34fcdb800653a2de0a4157b62c8ee90);
    top: 0px;
  }

  .wyg .accordion .accordion-item .accordion-header.more {
    font-weight: 600 !important;
    font-size: 16px !important;
    color: #D7D7D7;
  }

  .wyg .accordion .accordion-item .accordion-body {
    background: #FFFFFF;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.05);
    border-radius: 40px;
    margin-bottom: 20px;
    padding: 20px;
  }

  .wyg .accordion .accordion-item .accordion-body img {
    width: 100%;
  }

  .pricing {
    padding: 0;
    margin-bottom: 20px;
  }

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

  .pricing p {
    font-size: 14px !important;
    line-height: 24px;
    margin-bottom: 40px;
  }

  .pricing .left {
    border-radius: 30px;
    width: 100%;
    padding: 40px 20px 85px 20px;
  }

  .pricing .left h2 {
    font-size: 28px !important;
    margin-bottom: 15px;
  }

  .pricing .left h3 {
    font-size: 16px !important;
    color: #65C67F;
    margin-bottom: 10px;
  }

  .pricing .left .fee-item h4 {
    font-size: 14px !important;
  }

  .pricing .left .fee-item .fee-right {
    margin-top: 15px;
  }

  .pricing .left hr {
    border: 1px solid rgba(255, 255, 255, 0.2);
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .pricing .right {
    border-radius: 30px;
    width: 100%;
    padding: 40px 20px;
    margin-top: -55px;
  }

  .pricing .right img.marketplace {
    margin-right: 20px;
    width: 40px;
  }

  .pricing .right hr {
    height: 30px;
    border-left: 3px dashed rgba(255, 255, 255, 0.7);
    margin-top: 15px;
    margin-bottom: 15px;
    position: relative;
    left: 19px;
  }

  .pricing .right img.wallet {
    margin-left: 20px;
    width: 40px;
  }

  .custom {
    padding-left: 20px;
    padding-right: 20px;
  }

  .custom .left {
    padding: 30px 20px;
    width: 100%;
    border-radius: 30px;
  }

  .custom .left h2 {
    font-size: 28px !important;
    margin-bottom: 15px;
  }

  .custom .left p {
    font-size: 14px !important;
    line-height: 24px;
    margin-bottom: 20px;
  }

  .custom .left a {
    width: 100%;
    border-radius: 40px;
    font-size: 16px !important;
    letter-spacing: 0.02em;
    padding: 22px 66px;
  }

  .custom .right {
    width: 100%;
  }

  #faq {
    padding: 30px 0;
  }

  #faq h2 {
    font-size: 28px !important;
    margin-bottom: 30px;
  }

  #faq .accordion .accordion-item {
    padding: 20px 20px 0px 20px;
  }

  #faq .accordion .accordion-item .accordion-header {
    margin: 0;
  }

  #faq .accordion .accordion-item .accordion-header button {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
  }

  #faq .accordion .accordion-item .accordion-header .accordion-button::after {
    width: 20px;
    height: 20px;
    top: 50%;
  }

  #faq .accordion .accordion-item .accordion-body {
    font-size: 12px;
    line-height: 20px;
    padding: 0;
    padding-bottom: 20px;
  }

  footer .getstarted {
    padding: 20px 0;
  }

  footer .getstarted .marquee div span {
    font-size: 42px;
  }

  footer .menu {
    padding: 20px;
  }

  footer .menu .nav .left a {
    font-size: 13px !important;
    margin-right: 0px;
    margin-bottom: 10px;
  }

  footer .menu .nav .left a:first-child {
    margin-bottom: 20px;
  }

  footer .menu .nav .right a {
    margin-left: 25px;
  }

  footer .menu .nav .right a:first-child i {
    top: -2px;
  }

  footer .menu .copy {
    margin-top: 28px;
  }

  footer .menu .copy .left {
    font-size: 9px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #000000;
  }

  footer .menu .copy .left a {
    font-size: 9px !important;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #000000;
  }

  footer .menu .copy .right {
    width: 100%;
  }

  footer .menu .copy .right a {
    width: 100%;
    margin-bottom: 20px;
  }

  footer .menu .copy .right .demo {
    margin-right: 0;
  }

  .theme .title h1 {
    font-size: 42px !important;
    left: 20px;
    top: 40px;
    bottom: auto;
  }

  .theme .left {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .theme .right {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }

  .theme .content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .theme .content a {
    font-size: 16px !important;
    padding: 16px 64px;
    width: 100%;
  }

  .theme .content a.use {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .theme .content a.demo {
    padding: 13px 64px;
  }

  .theme .content .description {
    padding-bottom: 20px;
    margin-top: -50px;
  }

  .theme .content .description p {
    font-size: 13px !important;
    line-height: 22px;
    margin-bottom: 30px;
  }

  .theme .content .description img {
    margin-bottom: 30px;
  }

  .theme .content .description .left {
    min-height: auto;
    padding-bottom: 0;
  }

  .theme .content .description .right {
    padding-top: 0;
  }

  .theme .content .image-container {
    padding-top: 40px;
    padding-bottom: 30px;
  }

  .theme .content .image-container img {
    margin-bottom: 20px;
  }

  .theme .content .image-container .disclaimer {
    font-size: 12px !important;
    line-height: 20px;
  }

  .theme .content .other-container {
    padding-top: 20px;
    padding-bottom: 60px;
  }

  .theme .content .other-container .other {
    padding: 0;
    margin-top: 30px;
  }

  .register {
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .register h1 {
    font-size: 42px !important;
    margin-bottom: 15px;
  }

  .register .description {
    margin-bottom: 15px;
  }

  .register .description p {
    font-size: 13px !important;
    margin-right: 0;
    width: 100%;
  }

  .register .description a.login {
    font-size: 13px !important;
    margin-bottom: 30px;
  }

  .register h2 {
    font-size: 18px !important;
    margin-bottom: 20px;
  }

  .register label {
    font-size: 9px !important;
  }

  .register div.col-12 {
    margin-bottom: 20px;
  }

  .register .form-control,
  .register .dropdown .dropdown-toggle {
    font-size: 13px !important;
  }

  .register .form-control::-webkit-input-placeholder {
    /* Edge */
    font-size: 13px !important;
  }

  .register .form-control::-webkit-input-placeholder,
  .register .form-control:-ms-input-placeholder,
  .register .form-control::placeholder,
  .register .form-control:-moz-placeholder,
  .register input:placeholder-shown {
    /* Edge */
    font-size: 13px !important;
  }

  .register .input-group a {
    border: none;
    border-radius: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    cursor: pointer;
    background: transparent;
  }

  .register .input-group:focus a {
    border-bottom: 1px solid black;
  }

  .register hr {
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .register .upload img {
    margin-right: 20px;
  }

  .register .upload p {
    font-size: 12px !important;
    line-height: 20px;
  }

  .register .upload label {
    font-size: 13px !important;
  }

  .register .select2 .select2-selection .select2-selection__rendered .select2-selection__placeholder {
    font-size: 13px;
  }

  .register p.confirm {
    font-size: 12px !important;
    line-height: 20px;
    margin-bottom: 20px;
  }

  .register p.confirm a {
    font-size: 12px !important;
  }

  .register button.submit {
    font-size: 16px;
    height: 62px;
    width: 100%;
  }

  .static {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .static h1 {
    font-size: 42px !important;
    margin-bottom: 30px;
  }
}

