@charset "UTF-8";
body {
  --primary-color: #373737;
  --secondary-color: red;
  --yellow:#FDAD00;
  --yellow-hover:#EAA000;
  --black: black;
  --blue:#3F39F3;
  --red:#FF1727;
  --light-white: #FDFDFD;
  --white: #ffffff;
  --whatsapp: #25d366;
  --gray: gray;
}

.main-button {
  padding: 8px 30px;
  border-radius: 24px;
  font-size: 24px;
  border: none;
  background-color: var(--blue);
  color: var(--white);
  width: -moz-fit-content;
  width: fit-content;
  display: block;
}
@media screen and (max-width: 992px) {
  .main-button {
    font-size: 18px;
  }
}
.main-button a {
  color: var(--white);
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
}
@media screen and (max-width: 992px) {
  .main-button a {
    font-size: 18px;
  }
}
.main-button.yellow {
  background-color: var(--yellow);
  box-shadow: rgba(255, 155, 15, 0.3) 0px 10px 15px -3px, rgba(255, 155, 15, 0.05) 0px 4px 6px -2px;
}
.main-button.yellow:hover {
  background-color: var(--yellow-hover);
  box-shadow: rgba(255, 155, 15, 0.3) 0px 10px 15px -3px, rgba(255, 155, 15, 0.05) 0px 4px 6px -2px;
}
.main-button:hover {
  box-shadow: rgba(31, 24, 223, 0.16) 0px 10px 36px 0px, rgba(31, 24, 223, 0.06) 0px 0px 0px 1px;
}

.owl-carousel {
  position: relative;
  overflow: hidden;
}
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
  color: var(--black);
  opacity: 0;
  padding: 0px;
  font-size: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
.owl-carousel .owl-nav .owl-prev {
  left: -30px;
}
@media screen and (max-width: 576px) {
  .owl-carousel .owl-nav .owl-prev {
    left: 0;
  }
}
.owl-carousel .owl-nav .owl-next {
  right: -30px;
}
@media screen and (max-width: 576px) {
  .owl-carousel .owl-nav .owl-next {
    right: 0;
  }
}
.owl-carousel:hover .owl-nav .owl-next, .owl-carousel:hover .owl-nav .owl-prev {
  opacity: 1;
}
.owl-carousel:hover .owl-nav .owl-next {
  right: 0px;
}
.owl-carousel:hover .owl-nav .owl-prev {
  left: 0px;
}
.owl-carousel .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  position: absolute;
  width: 100%;
  bottom: 20px;
}
.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-carousel .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.owl-carousel .owl-dots .owl-dot.active span, .owl-carousel .owl-dots .owl-dot:hover span {
  background: var(--primary-color);
}

/**
* @license
*
* Font Family: Satoshi
* Designed by: Deni Anggara
* URL: https://www.fontshare.com/fonts/satoshi
* © 2024 Indian Type Foundry
*
* Satoshi Light 
* Satoshi LightItalic 
* Satoshi Regular 
* Satoshi Italic 
* Satoshi Medium 
* Satoshi MediumItalic 
* Satoshi Bold 
* Satoshi BoldItalic 
* Satoshi Black 
* Satoshi BlackItalic 
* Satoshi Variable (Variable font)
* Satoshi VariableItalic (Variable font)

*
*/
@font-face {
  font-family: "Satoshi-Light";
  src: url(/fonts/Satoshi-Light.woff2?df8f06167ee6fd05a1312732d4e9ea50) format("woff2"), url(/fonts/Satoshi-Light.woff?67e7fa77f107df3491b6c74c9d09a41e) format("woff"), url(/fonts/Satoshi-Light.ttf?22ef061781b1162ac317c35b1b821110) format("truetype");
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi-LightItalic";
  src: url(/fonts/Satoshi-LightItalic.woff2?540a6dd2e29f70e154776e4d0dfbaa38) format("woff2"), url(/fonts/Satoshi-LightItalic.woff?9473bef147f48d191d0d6bfd04f39a14) format("woff"), url(/fonts/Satoshi-LightItalic.ttf?bdeb9dc94481cdcc43dd3e98c9f87bc6) format("truetype");
  font-weight: 300;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Satoshi-Regular";
  src: url(/fonts/Satoshi-Regular.woff2?9ec05085c4cd2966eba82346dcfd9bea) format("woff2"), url(/fonts/Satoshi-Regular.woff?ca3da5fd2b609836ef69e0f6e677450c) format("woff"), url(/fonts/Satoshi-Regular.ttf?fe762acc7e97cb6128058a93523585f0) format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi-Italic";
  src: url(/fonts/Satoshi-Italic.woff2?f4acf4adbba9bcd2c75cc012be3f0e0e) format("woff2"), url(/fonts/Satoshi-Italic.woff?a7000aa1c017eec578681948611f7460) format("woff"), url(/fonts/Satoshi-Italic.ttf?89c785539a22fa0dfa0f5e129c4f5a9b) format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Satoshi-Medium";
  src: url(/fonts/Satoshi-Medium.woff2?1ffe968245568e8ba1e766cec2c0075d) format("woff2"), url(/fonts/Satoshi-Medium.woff?2419b46c96ed15331ba205aa3b103eb8) format("woff"), url(/fonts/Satoshi-Medium.ttf?759562088ba19068aef82baee40e2ab5) format("truetype");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi-MediumItalic";
  src: url(/fonts/Satoshi-MediumItalic.woff2?6be6d51d5fc7402ee45f6c343e607baa) format("woff2"), url(/fonts/Satoshi-MediumItalic.woff?cb8316e39642de8a12d54a60366bb476) format("woff"), url(/fonts/Satoshi-MediumItalic.ttf?5db9ec801a311bdf187ba0e401b05d12) format("truetype");
  font-weight: 500;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Satoshi-Bold";
  src: url(/fonts/Satoshi-Bold.woff2?a0e6d25529eab537426cc73a2199dd85) format("woff2"), url(/fonts/Satoshi-Bold.woff?a875ff682ee232938607cd70a2997cd9) format("woff"), url(/fonts/Satoshi-Bold.ttf?137a52d9f47dd71c6247397651ccbf6f) format("truetype");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi-BoldItalic";
  src: url(/fonts/Satoshi-BoldItalic.woff2?99235b175b514139aed0e14900656fcc) format("woff2"), url(/fonts/Satoshi-BoldItalic.woff?d6da0f2020393863d72091bd133bd446) format("woff"), url(/fonts/Satoshi-BoldItalic.ttf?95e24575ceb54c131b6befcb1df1d776) format("truetype");
  font-weight: 700;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Satoshi-Black";
  src: url(/fonts/Satoshi-Black.woff2?b5013d854bb5a8e48651144002dcc6a7) format("woff2"), url(/fonts/Satoshi-Black.woff?4261d202e1e9410db1bfa7a19ab6c372) format("woff"), url(/fonts/Satoshi-Black.ttf?464354ba5a06467ecac56ec6be8e083b) format("truetype");
  font-weight: 900;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi-BlackItalic";
  src: url(/fonts/Satoshi-BlackItalic.woff2?d456cea1fae27f7d469433631ff713b2) format("woff2"), url(/fonts/Satoshi-BlackItalic.woff?048e5edd452be6c1321441275bb898d0) format("woff"), url(/fonts/Satoshi-BlackItalic.ttf?6688ad1e9589e67518294867a239fdae) format("truetype");
  font-weight: 900;
  font-display: swap;
  font-style: italic;
}
/**
* This is a variable font
* You can control variable axes as shown below:
* font-variation-settings: wght 900.0;
*
* available axes:
'wght' (range from 300.0 to 900.0
*/
@font-face {
  font-family: "Satoshi-Variable";
  src: url(/fonts/Satoshi-Variable.woff2?353a66cdd8922bb63107b51bb4ebc47f) format("woff2"), url(/fonts/Satoshi-Variable.woff?4db206aaad2132de9db7c2ed26b55b88) format("woff"), url(/fonts/Satoshi-Variable.ttf?536fda9b164542087fc736ce08d382d0) format("truetype");
  font-weight: 300 900;
  font-display: swap;
  font-style: normal;
}
/**
* This is a variable font
* You can control variable axes as shown below:
* font-variation-settings: wght 900.0;
*
* available axes:
'wght' (range from 300.0 to 900.0
*/
@font-face {
  font-family: "Satoshi-VariableItalic";
  src: url(/fonts/Satoshi-VariableItalic.woff2?9d501e440d7109a57c882c57a9285d57) format("woff2"), url(/fonts/Satoshi-VariableItalic.woff?fe877592580e0a941b9ed0d2995aea8d) format("woff"), url(/fonts/Satoshi-VariableItalic.ttf?9519fea9567e2405bc08c2a383630289) format("truetype");
  font-weight: 300 900;
  font-display: swap;
  font-style: italic;
}
.footer {
  background-color: #F3F3FC;
  padding: 80px 0;
}

.contact {
  margin-top: 50px;
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media screen and (max-width: 992px) {
  .contact {
    margin-top: 0px;
  }
}
.contact a {
  text-decoration: none;
}

.copyright {
  text-align: center;
  padding: 13px 0;
}

.grecaptcha-badge {
  bottom: 200px !important;
}
@media screen and (max-width: 576px) {
  .grecaptcha-badge {
    display: none !important;
  }
}

form .form-password {
  position: relative;
}
form .form-password #form-eye {
  cursor: pointer;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}
form .form-password .form-control:valid, form .form-password .form-control:invalid {
  background-position: right calc(0.375em + 2.1875rem) center;
}
form .form-password .was-validated .form-control:valid, form .form-password .was-validated .form-control:invalid {
  padding-right: calc(1.5em + 2.75rem);
}
form.was-validated .form-control:invalid {
  background-image: url(/images/warning-invalid.svg?40dfb1fc95173ea35b631c37d12717e2);
}
form.was-validated input:invalid, form.was-validated select:invalid, form.was-validated textarea:invalid {
  animation: shake 300ms;
}
@keyframes shake {
  25% {
    transform: translateX(4px);
  }
  50% {
    transform: translateX(-4px);
  }
  75% {
    transform: translateX(4px);
  }
}
form .file {
  cursor: pointer;
  position: relative;
  display: flex;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}
form .file #customFile {
  display: none !important;
}
form .file #fileInputName {
  align-items: center;
  display: flex;
}
form .file .file-button {
  background-color: black;
  color: white;
  font-size: 16px;
  font-weight: 400;
  border-radius: 6px;
  padding: 7px 20px;
  display: inline-block;
  z-index: 2;
  position: relative;
  min-width: 195px;
  text-align: center;
  margin: 0 10px 0 0;
}
form .file img {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.header {
  /* Safari */
  position: sticky !important;
  top: 0;
  z-index: 9999;
  background-color: var(--light-white);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}

.navbar-toggler {
  background-color: var(--white);
  border-radius: 0;
  border: 1px solid var(--black);
  outline: none !important;
  width: 35px;
  height: 35px;
  margin: 0 !important;
  transition: 0.3s;
}
.navbar-toggler .icon-bar {
  width: 100%;
  height: 2px !important;
  background-color: var(--black);
  display: block;
  position: relative;
  transition: 0.3s;
  background-color: var(--black) !important;
  margin: 0 0 5px 0;
}
.navbar-toggler .icon-bar:last-child {
  margin: 0;
}
.navbar-toggler .icon-bar:nth-child(1) {
  transform: rotate(-45deg);
  top: 7px;
}
.navbar-toggler .icon-bar:nth-child(2) {
  transform: rotate(45deg);
  top: 0px;
}
.navbar-toggler .icon-bar:nth-child(3) {
  visibility: hidden;
  opacity: 0;
}
.navbar-toggler.collapsed .icon-bar {
  transform: rotate(0deg);
  top: 0;
}
.navbar-toggler.collapsed .icon-bar:nth-child(3) {
  visibility: visible;
  opacity: 1;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  background-color: #1a1a1a !important;
}
.navbar-toggler:hover .icon-bar, .navbar-toggler:focus .icon-bar {
  background-color: var(--white) !important;
}

.dropdown-menu {
  background-color: var(--white);
}
@media screen and (max-width: 576px) {
  .dropdown-menu {
    border: 0;
  }
}

.col-megamenu {
  margin: 0 0 20px 0;
}

.offcanvas {
  align-items: flex-end;
}
@media screen and (max-width: 992px) {
  .offcanvas {
    border: 0;
    max-width: 80%;
    align-items: flex-start;
    border-right: none !important;
  }
  .offcanvas .offcanvas-body {
    margin-top: 80px;
  }
}

.offcanvas-header {
  width: 100%;
}
.offcanvas-header .btn-close {
  opacity: 1;
  --bs-btn-close-bg: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 1L1 13' stroke='%233F39F3' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 1L13 13' stroke='%233F39F3' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.offcanvas-backdrop {
  background-color: #a09df8;
}

.navbar-nav {
  /* Safari */
  position: sticky !important;
  top: 0;
  -moz-column-gap: 45px;
       column-gap: 45px;
}
@media screen and (max-width: 992px) {
  .navbar-nav {
    row-gap: 30px;
  }
}

@media screen and (max-width: 992px) {
  .navbar-brand svg {
    width: 100px;
    height: auto;
  }
}

.navbar {
  position: sticky;
  padding: 15px 0;
}

.nav-link {
  font-weight: 700;
  font-size: 20px;
  color: var(--primary-color);
  padding: 8px 20px !important;
}

.navbar-toggler {
  background-color: transparent;
  border: none;
  padding: 0;
}
.navbar-toggler:focus, .navbar-toggler:hover {
  background-color: transparent !important;
  box-shadow: unset !important;
}
.navbar-toggler svg {
  width: 100%;
  height: auto;
}

@media (min-width: 992px) {
  .dropdown-menu .dropdown-toggle:after {
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
  }

  .dropdown-menu .dropdown-menu {
    margin-left: 0;
    margin-right: 0;
  }

  .dropdown-menu li {
    position: relative;
  }

  .nav-item .submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: -7px;
  }

  .nav-item .submenu-left {
    right: 100%;
    left: auto;
  }

  .dropdown-menu > li:hover {
    background-color: #f1f1f1;
  }

  .dropdown-menu > li:hover > .submenu {
    display: block;
  }

  .navbar .has-megamenu {
    position: static !important;
  }

  .navbar .megamenu {
    left: 0;
    right: 0;
    width: 100%;
    padding: 20px;
  }

  .megamenu .row {
    width: 100%;
  }
}
.main-title {
  font-size: 56px;
  font-weight: 700;
  color: var(--primary-color);
}
@media screen and (max-width: 1200px) {
  .main-title {
    font-size: 48px;
  }
}
@media screen and (max-width: 992px) {
  .main-title {
    font-size: 29px;
  }
}

.common-text {
  font-size: 20px;
  color: var(--primary-color);
}
@media screen and (max-width: 1200px) {
  .common-text {
    font-size: 18px;
  }
}
.common-text.white {
  color: var(--white);
}

.subtitle {
  font-size: 48px;
  font-weight: 700;
  color: var(--primary-color);
}
@media screen and (max-width: 992px) {
  .subtitle {
    font-size: 24px;
  }
}
.subtitle.blue {
  color: var(--blue);
}
.subtitle.white {
  color: var(--white);
}

.item-text, .benefit-text {
  font-size: 20px;
  line-height: 36px;
  color: var(--primary-color);
}
@media screen and (max-width: 1200px) {
  .item-text, .benefit-text {
    font-size: 18px;
    line-height: 28px;
  }
}
@media screen and (max-width: 992px) {
  .item-text, .benefit-text {
    font-size: 18px;
  }
}

.benefit-text {
  margin-bottom: 0;
  font-weight: 700;
}
@media screen and (max-width: 992px) {
  .benefit-text {
    font-size: 20px;
  }
}
.benefit-text.blue {
  color: var(--blue);
}

@media (min-width: 1700px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1640px;
  }
}
.row {
  --bs-gutter-x: 16px;
}
@media screen and (max-width: 768px) {
  .row {
    --bs-gutter-x: 8px;
  }
}

.main-section {
  height: 90vh;
  position: relative;
}
.main-section .main-image-container {
  position: absolute;
  right: 0;
  top: 10px;
  bottom: 0;
  max-width: 50%;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .main-section .main-image-container {
    position: relative;
    max-width: 100%;
  }
}
.main-section .text-box {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 90vh;
  justify-content: center;
  row-gap: 25px;
}
@media screen and (max-width: 992px) {
  .main-section .text-box {
    height: auto;
    margin-top: 50px;
    row-gap: 15px;
  }
  .main-section .text-box br {
    display: none;
  }
}
.main-section .about-arrow {
  position: absolute;
  right: 30px;
  bottom: -190px;
}
@media screen and (max-width: 1450px) {
  .main-section .about-arrow {
    right: 80px;
  }
}
@media screen and (max-width: 992px) {
  .main-section .about-arrow {
    display: none;
  }
}

.section-whats-popeg {
  background-color: rgba(63, 57, 243, 0.07);
  padding-top: 150px;
  padding-bottom: 120px;
}
@media screen and (max-width: 992px) {
  .section-whats-popeg {
    padding-top: 28px;
    padding-bottom: 28px;
  }
}
.section-whats-popeg .about-feature {
  margin-top: 115px;
  display: flex;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
@media screen and (max-width: 1200px) {
  .section-whats-popeg .about-feature {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
}
@media screen and (max-width: 992px) {
  .section-whats-popeg .about-feature {
    margin-top: 36px;
    flex-direction: column;
  }
}
.section-whats-popeg .about-feature .item {
  flex: 1 0 33.333%;
}
@media screen and (max-width: 992px) {
  .section-whats-popeg .about-feature .item {
    flex: 1 0 100%;
  }
}
@media screen and (max-width: 992px) {
  .section-whats-popeg .about-feature .item svg {
    width: 20%;
  }
}
.section-whats-popeg .about-feature .item-text, .section-whats-popeg .about-feature .benefit-text {
  margin-top: 20px;
  max-width: 73%;
}
@media screen and (max-width: 1450px) {
  .section-whats-popeg .about-feature .item-text, .section-whats-popeg .about-feature .benefit-text {
    max-width: 92%;
  }
}
@media screen and (max-width: 1200px) {
  .section-whats-popeg .about-feature .item-text, .section-whats-popeg .about-feature .benefit-text {
    max-width: 100%;
  }
}
@media screen and (max-width: 992px) {
  .section-whats-popeg .about-feature .item-text, .section-whats-popeg .about-feature .benefit-text {
    margin-top: 0px;
    max-width: 85%;
  }
}

.section-benefits {
  padding: 120px 0;
  position: relative;
}
@media screen and (max-width: 992px) {
  .section-benefits {
    padding: 70px 0;
  }
}
.section-benefits .benefit-line {
  position: absolute;
  top: 150px;
  max-width: 32%;
}
@media screen and (max-width: 1450px) {
  .section-benefits .benefit-line {
    top: 160px;
  }
}
@media screen and (max-width: 992px) {
  .section-benefits .benefit-line {
    max-width: 100%;
    top: 0px;
    transform: translateY(-50%);
  }
}
.section-benefits .benefit-line svg {
  width: 100%;
  height: auto;
}
.section-benefits .benefits-box {
  display: flex;
  flex-direction: column;
  row-gap: 28px;
  padding-right: 50px;
}
@media screen and (max-width: 1450px) {
  .section-benefits .benefits-box {
    padding-right: 0px;
  }
}
@media screen and (max-width: 992px) {
  .section-benefits .benefits-box {
    row-gap: 24px;
  }
}
.section-benefits .benefit-and-arrow {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.section-benefits .benefit-and-arrow .benefit-item {
  margin-right: auto;
  margin-left: 0;
}
@media screen and (max-width: 992px) {
  .section-benefits .benefit-and-arrow svg {
    display: none;
  }
}
.section-benefits .benefit-item {
  border-radius: 64px;
  border: 4px solid var(--blue);
  padding: 24px 48px;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
@media screen and (max-width: 992px) {
  .section-benefits .benefit-item {
    border-radius: 24px;
    border-width: 2px;
  }
}
.section-benefits .benefit-item.yellow {
  border-color: var(--yellow);
}
.section-benefits .benefit-item.red {
  border-color: var(--red);
}

.section-about-work {
  background-color: #F8F8F8;
  border-radius: 48px;
  padding: 135px 0;
}
@media screen and (max-width: 992px) {
  .section-about-work {
    padding: 28px 0;
    border-radius: 0px;
  }
}

.about-works-box {
  display: flex;
  margin: 48px auto;
}
@media screen and (max-width: 1450px) {
  .about-works-box {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
@media screen and (max-width: 992px) {
  .about-works-box {
    flex-direction: column;
    margin: 36px 0 0 0;
  }
}
.about-works-box .work-item {
  flex: 1 0 25%;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
@media screen and (max-width: 1450px) {
  .about-works-box .work-item {
    flex: 1 0 calc(25% - 20px);
  }
}
@media screen and (max-width: 992px) {
  .about-works-box .work-item {
    row-gap: 10px;
    margin-bottom: 36px;
  }
}
.about-works-box .work-item .common-text {
  max-width: 80%;
}
@media screen and (max-width: 1450px) {
  .about-works-box .work-item .common-text {
    max-width: 100%;
  }
}
@media screen and (max-width: 992px) {
  .about-works-box .work-item .common-text {
    max-width: 80%;
  }
}
.about-works-box .work-number {
  border: 4px solid var(--blue);
  width: 65px;
  height: 65px;
  font-weight: 500;
  font-size: 38px;
  color: var(--blue);
  text-align: center;
  border-radius: 50%;
}
@media screen and (max-width: 992px) {
  .about-works-box .work-number {
    font-size: 27px;
    width: 47px;
    height: 47px;
    border-width: 2px;
  }
}

.section-online-platform {
  background-color: #EFEFFC;
  border-radius: 48px;
  margin-top: 100px;
}
@media screen and (max-width: 992px) {
  .section-online-platform {
    border-radius: 0px;
    margin-top: 32px;
    padding: 28px 0;
  }
}
.section-online-platform .platform-container {
  height: 60vh;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 992px) {
  .section-online-platform .platform-container {
    height: auto;
  }
  .section-online-platform .platform-container .platform-text {
    margin-top: 36px;
  }
}
@media screen and (max-width: 992px) {
  .section-online-platform .row {
    flex-direction: column-reverse;
  }
}

.section-to-whom {
  margin: 110px 0;
}
@media screen and (max-width: 992px) {
  .section-to-whom {
    margin: 64px 0;
  }
}
.section-to-whom .to-whom-text {
  margin-top: 100px;
}
@media screen and (max-width: 992px) {
  .section-to-whom .to-whom-text {
    margin-top: 0px;
    margin-bottom: 36px;
  }
}
.section-to-whom .to-whom-features {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 992px) {
  .section-to-whom .to-whom-features {
    row-gap: 24px;
  }
}
.section-to-whom .to-whom-item {
  flex: 1 0 calc(50% - 40px);
  position: relative;
  padding: 40px;
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
  border-radius: 0 12px 12px 0;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 1200px) {
  .section-to-whom .to-whom-item {
    padding: 20px;
    flex: 1 0 calc(50% - 20px);
  }
}
@media screen and (max-width: 992px) {
  .section-to-whom .to-whom-item {
    flex: 1 0 100%;
  }
  .section-to-whom .to-whom-item svg {
    width: 48px;
  }
}
.section-to-whom .to-whom-item.blue {
  border-left: 4px solid var(--blue);
}
.section-to-whom .to-whom-item.red {
  border-left: 4px solid var(--red);
}
.section-to-whom .to-whom-item svg {
  transform: rotate(180deg);
}
.section-to-whom .to-whom-item:nth-child(2) {
  top: 90px;
  left: 40px;
  margin-bottom: -90px;
}
@media screen and (max-width: 1200px) {
  .section-to-whom .to-whom-item:nth-child(2) {
    left: 20px;
  }
}
@media screen and (max-width: 992px) {
  .section-to-whom .to-whom-item:nth-child(2) {
    top: 0;
    left: 0;
    margin-bottom: 0;
  }
}
.section-to-whom .to-whom-item:nth-child(3) {
  top: 40px;
  margin-bottom: -40px;
}
@media screen and (max-width: 992px) {
  .section-to-whom .to-whom-item:nth-child(3) {
    top: 0px;
    margin-bottom: 0px;
  }
}
.section-to-whom .to-whom-item:nth-child(4) {
  top: 160px;
  left: 40px;
  margin-bottom: 160px;
}
@media screen and (max-width: 1200px) {
  .section-to-whom .to-whom-item:nth-child(4) {
    left: 20px;
  }
}
@media screen and (max-width: 992px) {
  .section-to-whom .to-whom-item:nth-child(4) {
    top: 0;
    left: 0;
    margin-bottom: 0;
  }
}

.section-about {
  background-color: #EFEFFC;
  margin: 280px 0 140px 0;
  position: relative;
}
@media screen and (max-width: 992px) {
  .section-about {
    margin: 200px 0 36px 0;
  }
}
.section-about .about-image-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  text-align: center;
  transform: translateY(-50%);
}
@media screen and (max-width: 1450px) {
  .section-about .about-image-container img {
    width: 420px;
  }
}
@media screen and (max-width: 1200px) {
  .section-about .about-image-container img {
    width: 400px;
  }
}
@media screen and (max-width: 992px) {
  .section-about .about-image-container img {
    width: 270px;
  }
}
.section-about .about-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 250px 0 150px 0;
}
@media screen and (max-width: 1450px) {
  .section-about .about-box {
    padding: 180px 0 120px 0;
  }
}
@media screen and (max-width: 992px) {
  .section-about .about-box {
    padding: 150px 0 100px 0;
  }
}
.section-about .about-line {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  transform: translateY(50%);
}
@media screen and (max-width: 992px) {
  .section-about .about-line svg {
    width: 243px;
  }
}

.section-testimonials {
  margin-bottom: 180px;
}
@media screen and (max-width: 992px) {
  .section-testimonials {
    margin: 80px 0;
  }
}
.section-testimonials .testimonials-box {
  display: flex;
  -moz-column-gap: 48px;
       column-gap: 48px;
  margin-top: 50px;
}
@media screen and (max-width: 1200px) {
  .section-testimonials .testimonials-box {
    flex-direction: column;
    row-gap: 48px;
  }
}
.section-testimonials .testimonial {
  flex: 1 1 calc(50% - 48px);
  max-width: calc(50% - 48px);
  padding: 48px;
  border-radius: 24px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
@media screen and (max-width: 992px) {
  .section-testimonials .testimonial {
    flex: 1 1 100%;
    max-width: 100%;
    padding: 24px;
  }
}

.section-faqs {
  margin-bottom: 180px;
}
@media screen and (max-width: 992px) {
  .section-faqs {
    margin-bottom: 20px;
  }
}
.section-faqs .faqs-box {
  margin-top: 50px;
}
.section-faqs .faqs-box .accordion-item {
  border: none;
  border-radius: 0;
  border-top: 4px solid var(--blue) !important;
}
.section-faqs .faqs-box .accordion-button {
  padding-bottom: 0;
  border: none;
  color: var(--primary-color);
}
.section-faqs .faqs-box .accordion-button:focus {
  box-shadow: unset;
}
.section-faqs .faqs-box .accordion-button:after {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='11' viewBox='0 0 18 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 2L9 9L2 2' stroke='%23373737' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.section-faqs .faqs-box .accordion-body {
  padding-bottom: 20px;
}
.section-faqs .faqs-box .accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: unset;
}

.section-contact {
  background-color: var(--yellow);
  padding: 100px 0;
}
@media screen and (max-width: 992px) {
  .section-contact {
    padding: 28px 0;
  }
}
.section-contact .box-text {
  position: relative;
  height: 100%;
}
.section-contact .form-control {
  border-radius: 12px 12px 0 0;
  height: 76px;
  border-bottom: 4px solid #D9D7FD;
  margin-bottom: 24px;
  padding: 20px;
}
@media screen and (max-width: 992px) {
  .section-contact .form-control {
    height: 72px;
  }
}
.section-contact .form-control:focus {
  outline: none;
  border: none;
  box-shadow: unset;
  border-bottom: 4px solid var(--blue);
}
.section-contact .form-control.is-invalid, .section-contact .was-validated .form-control:invalid {
  border: none;
  border-bottom: 4px solid var(--red);
  margin-bottom: 0;
}
.section-contact .form-control.is-invalid + .invalid-feedback, .section-contact .was-validated .form-control:invalid + .invalid-feedback {
  margin-bottom: 20px;
}
.section-contact textarea.form-control {
  resize: none;
  min-height: 224px;
}
.section-contact .main-button {
  margin-left: auto;
  display: block;
}
.section-contact .about-arrow {
  transform: rotate(196deg);
  position: absolute;
  bottom: 100px;
  left: -75px;
}
@media screen and (max-width: 992px) {
  .section-contact .about-arrow {
    transform: none;
    position: absolute;
    left: auto;
    overflow: hidden;
    width: 91px;
    bottom: 58px;
    right: -12px;
    text-align: right;
  }
  .section-contact .about-arrow svg {
    width: 120px;
    transform: rotate(59deg);
  }
}

.section-containing {
  margin: 130px 0;
}
@media screen and (max-width: 992px) {
  .section-containing {
    margin: 64px 0;
  }
}
.section-containing .image-container {
  height: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 992px) {
  .section-containing .image-container {
    padding-bottom: 40px;
  }
}
.section-containing .containing-feature {
  list-style: none;
  margin: 48px 0 0 0;
  padding: 0;
}
@media screen and (max-width: 992px) {
  .section-containing .containing-feature {
    margin: 36px 0 0 0;
    padding-right: 10px;
  }
}
.section-containing .containing-feature .item {
  display: flex;
  margin-bottom: 24px;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.section-containing .containing-feature .item-text, .section-containing .containing-feature .benefit-text {
  margin-bottom: 0;
}
@media screen and (max-width: 992px) {
  .section-containing .containing-feature .item-text, .section-containing .containing-feature .benefit-text {
    flex: 1 1 100%;
  }
}
.section-containing .containing-feature .item svg {
  flex: 0 0 auto;
}
@media screen and (max-width: 992px) {
  .section-containing .containing-feature .item svg {
    width: 19px;
  }
}

@media screen and (max-width: 992px) {
  .hide-mobile-block {
    display: none;
  }
}

.hide-desktop-block {
  display: none;
}
@media screen and (max-width: 992px) {
  .hide-desktop-block {
    display: block;
  }
}

::-webkit-scrollbar {
  width: 0.5em;
  height: 0.5em;
}

::-webkit-scrollbar-thumb {
  background: black;
}

::-webkit-scrollbar-track {
  background: gray;
}

body {
  scrollbar-face-color: black;
  scrollbar-track-color: gray;
}

body, html {
  font-family: "Satoshi-Variable";
  margin: 0;
  padding: 0;
  font-size: 16px;
  background-color: var(--light-white);
}

#toTop {
  position: fixed;
  bottom: 35px;
  left: 35px;
  background: var(--white);
  border-radius: 5px;
  font-size: 20px;
  border: 1px solid var(--black);
  padding: 0;
  cursor: pointer;
  transition: 0.3s;
  z-index: 3;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#toTop i {
  line-height: 0;
  position: relative;
  top: -2px;
}
#toTop:hover {
  background: var(--primary-color);
  color: var(--white);
}
