@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Kanit:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");
body {
  background: #111;
}

a {
  text-decoration: none;
}

.btn-main {
  display: inline-flex;
  padding: 10px 24px;
  justify-content: center;
  align-items: center;
  color: #FFF;
  text-align: center;
  font-family: Kanit, serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  height: max-content;
  border: none;
  cursor: pointer;
}
.btn-main:hover {
  color: white;
}

.btn-blue {
  background: #7041EA;
}

.skill-btn {
  padding: 6px 16px;
}

.btn-outline-white {
  border: 1px solid white;
  background: transparent;
}

.btn-outline-blue {
  border: 1px solid #7041EA;
  background: rgba(112, 65, 234, 0.2);
}

.btn-outline-light-blue {
  border: 1px solid #00F0FF;
  background: rgba(0, 240, 255, 0.2);
}

.btn-outline-red {
  border: 1px solid #FF2DF7;
  background: rgba(255, 45, 247, 0.2);
}

.btn-outline-gradient {
  border: 2px solid transparent;
  background-origin: padding-box, border-box !important;
  background-repeat: no-repeat !important;
  background: linear-gradient(#111, #111), linear-gradient(90deg, rgb(213, 54, 250) 0%, rgb(1, 238, 255) 100%);
}

section, footer {
  padding: 0 111px;
}

.circle-wrapper {
  display: flex;
}
.circle-wrapper .circle {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  margin-left: 15px;
}
.circle-wrapper .circle-blue {
  background: #00F0FF;
}
.circle-wrapper .circle-dark-blue {
  background: #7041EA;
}
.circle-wrapper .circle-red {
  background: #FF2DF7;
}

.item-description {
  color: white;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.item-title {
  color: #FFF;
  font-family: Kanit, serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.more-btn {
  color: #FFF;
  font-family: Kanit, serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: 0.3s ease-in-out;
  text-decoration: none;
}
.more-btn:hover {
  color: #00F0FF;
}

.main-title {
  margin-top: 10px;
  margin-bottom: 56px;
  color: white;
  font-family: Kanit, serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 90px;
}

.bg-gradient-main-top {
  position: absolute;
  width: 1066px;
  top: -533px;
  left: -513px;
  border-radius: 50%;
  background: radial-gradient(50% 50% at 50% 50%, #5C1EFE 0%, rgba(1, 0, 255, 0) 92.71%);
  aspect-ratio: 1/1;
}

.bg-gradient-red {
  z-index: -1;
  position: absolute;
  right: -778px;
  bottom: 0;
  width: 1066px;
  height: 1066px;
  border-radius: 1066px;
  background: radial-gradient(50% 50% at 50% 50%, #FF2DF7 0%, rgba(255, 45, 247, 0) 92.71%);
}

.section-title {
  margin: 0;
  color: white;
  font-family: Kanit, serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  width: max-content;
}

.bottom-gradient-line {
  position: relative;
}
.bottom-gradient-line:after {
  content: "";
  width: 100%;
  height: 2px;
  bottom: -2px;
  position: absolute;
  left: 0;
  background: linear-gradient(90deg, rgb(213, 54, 250) 0%, rgb(1, 238, 255) 100%);
}

.bg-bottom-gradient {
  left: -543px;
  bottom: -854px;
  position: absolute;
  width: 1066px;
  height: 1066px;
  border-radius: 1066px;
  background: radial-gradient(50% 50% at 50% 50%, #00F0FF 0%, rgba(0, 240, 255, 0) 92.71%);
}

.bg-hide-bottom {
  clip-path: inset(-100vw -100vw 0 -100vw);
  height: 360px !important;
  transform: translateY(-360px);
  position: absolute !important;
}

.blog-bottom-gradient-position {
  left: -567px;
  bottom: -777px;
}

.custom-modal .modal-dialog {
  max-width: 594px;
  margin-top: 160px;
}
.custom-modal .modal-header {
  padding: 35px 45px;
  color: #FFF;
  font-family: Kanit, serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  border: none;
  border-bottom: 1px solid #4B4B4B;
}
.custom-modal .modal-header .custom-close {
  color: white;
}
.custom-modal .modal-content {
  background: #111;
  border-radius: unset;
  border-image-source: linear-gradient(90deg, rgb(213, 54, 250) 0%, rgb(1, 238, 255) 100%);
  min-height: 500px;
  border-image-slice: 1;
  border-width: 1px;
}
.custom-modal .modal-body {
  padding: 48px 45px;
}
.custom-modal .modal-footer {
  padding: 36px 45px;
  border: none;
}

.list-style-color {
  list-style: none;
}
.list-style-color ul {
  list-style: none;
}
.list-style-color li {
  margin-top: 13px;
  position: relative;
}
.list-style-color li:before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  left: -20px;
  top: 8px;
}
.list-style-color li:nth-child(3n+3):before {
  background: #00F0FF;
}
.list-style-color li:nth-child(3n+2):before {
  background: #7041EA;
}
.list-style-color li:nth-child(3n+1):before {
  background: #FF2DF7;
}
.list-style-color .light-blue:before {
  background: #00F0FF;
}
.list-style-color .dark-blue:before {
  background: #7041EA;
}
.list-style-color .red:before {
  background: #FF2DF7;
}

.list-style-check {
  list-style: none;
}
.list-style-check ul {
  list-style: none;
}
.list-style-check li {
  position: relative;
  margin-top: 13px;
}
.list-style-check li:before {
  content: "✓";
  position: absolute;
  width: 16px;
  height: 16px;
  left: -20px;
}
.list-style-check li:nth-child(3n+3):before {
  color: #00F0FF;
}
.list-style-check li:nth-child(3n+2):before {
  color: #7041EA;
}
.list-style-check li:nth-child(3n+1):before {
  color: #FF2DF7;
}

.main-input {
  width: 100%;
  padding: 10px 24px;
  color: #232323;
}
.main-input:focus {
  outline: none;
}

.inp-wrap .danger {
  border-color: #FF0000 !important;
}
.inp-wrap span[role=alert] {
  color: #F00;
  font-family: Kanit, serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.inp-wrap span[role=alert] + .main-input {
  border-color: #FF0000 !important;
}

.inp-wrap:has(span[role=alert]) .main-input {
  border-color: #FF0000 !important;
}

.main-content {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.navbar {
  z-index: 9;
  background: #232323;
  padding: 18px 111px 18px 111px;
}
.navbar .navbar-brand {
  padding: 0;
  margin: 0;
  color: white;
  font-family: Kanit, serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.navbar #navbarNav {
  justify-content: flex-end;
}
.navbar #navbarNav .navbar-nav {
  display: flex;
  align-items: center;
}
.navbar #navbarNav .navbar-nav .nav-item {
  margin: 0 32px;
}
.navbar #navbarNav .navbar-nav .nav-item:last-child {
  margin-right: 0;
}
.navbar #navbarNav .navbar-nav .nav-item .nav-link {
  padding: 0;
  color: white;
  font-family: Kanit, serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.hero-section {
  position: relative;
  clip-path: inset(-100vw 0 -100vw -100vw);
}
.hero-section .bg-gradient-bottom {
  position: absolute;
  width: 910px;
  bottom: -686px;
  right: 0;
  border-radius: 50%;
  background: radial-gradient(50% 50% at 50% 50%, #00F0FF 0%, rgba(0, 240, 255, 0) 92.71%);
  aspect-ratio: 1/1;
  transform: translateX(70%);
}
.hero-section .hero {
  position: relative;
  padding-top: 100px;
  padding-bottom: 130px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}
.hero-section .hero .text-wrapper {
  position: relative;
  max-width: 755px;
}
.hero-section .hero .text-wrapper .title {
  color: white;
  font-family: Kanit, serif;
  font-size: 76px;
  font-style: normal;
  font-weight: 600;
  line-height: 70px;
}
.hero-section .hero .text-wrapper .info {
  margin-top: 25px;
  color: white;
  font-family: Kanit, serif;
  font-size: 45.238px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px; /* 106.105% */
}
.hero-section .hero .text-wrapper .buttons-wrapper {
  margin-top: 44px;
  width: 100%;
}
.hero-section .hero .text-wrapper .buttons-wrapper .btn-main:first-child {
  margin-right: 20px;
}
.hero-section .hero .carousel-wrapper {
  max-width: 456px;
  min-width: 456px;
  margin-right: 5%;
}
.hero-section .hero .carousel-wrapper .carousel-control-prev {
  position: absolute;
  left: -61px;
  height: max-content;
  top: 34%;
}
.hero-section .hero .carousel-wrapper .carousel-control-next {
  position: absolute;
  right: -61px;
  height: max-content;
  top: 34%;
}
.hero-section .hero .carousel-wrapper .carousel-header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 20px;
  width: 100%;
  border: 1.5px solid #A0A0A0;
}
.hero-section .hero .carousel-wrapper .carousel-header .lines-wrapper {
  position: absolute;
  left: 0;
  top: -23px;
  width: 35%;
  height: 23px;
  background: #111111;
  display: flex;
  justify-content: space-between;
}
.hero-section .hero .carousel-wrapper .carousel-header .lines-wrapper .left-line {
  position: relative;
  width: 21px;
}
.hero-section .hero .carousel-wrapper .carousel-header .lines-wrapper .left-line:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  transform: rotate(-45deg);
  transform-origin: 0;
  background: #A0A0A0;
  height: 1.5px;
  width: 30px;
}
.hero-section .hero .carousel-wrapper .carousel-header .lines-wrapper .right-line {
  position: relative;
  width: 21px;
}
.hero-section .hero .carousel-wrapper .carousel-header .lines-wrapper .right-line:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  transform: rotate(45deg);
  transform-origin: 100%;
  background: #A0A0A0;
  height: 1.5px;
  width: 30px;
}
.hero-section .hero .carousel-wrapper .carousel-header .lines-wrapper .top-line {
  flex: 1;
  width: 117px;
  left: 21px;
  background: #A0A0A0;
  height: 1.5px;
}
.hero-section .hero .carousel-wrapper .carousel-header .text {
  position: relative;
  color: white;
  font-family: Kanit, serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.hero-section .hero .carousel-wrapper .carousel-body {
  position: relative;
}
.hero-section .hero .carousel-wrapper .carousel-body .main-carousel {
  z-index: 9;
  padding-top: 60px;
  min-width: 274px;
  width: 50%;
  margin: auto;
}
.hero-section .hero .carousel-wrapper .carousel-body .main-carousel .carousel-item .image-wrapper {
  width: 100%;
  aspect-ratio: 1/1;
}
.hero-section .hero .carousel-wrapper .carousel-body .main-carousel .carousel-item .text-wrapper {
  margin-top: 30px;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.hero-section .hero .carousel-wrapper .carousel-body .main-carousel .carousel-item .text-wrapper .name {
  text-align: center;
  width: 100%;
  color: white;
  font-family: Kanit, serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.hero-section .hero .carousel-wrapper .carousel-body .main-carousel .carousel-item .text-wrapper .spec {
  text-align: center;
  width: 100%;
  color: white;
  font-family: Kanit, serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.hero-section .hero .carousel-wrapper .carousel-body .lines {
  background-image: url('data:image/svg+xml,<svg width="459" height="600" viewBox="0 0 459 459" fill="none" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd"><path d="M1.14479 1.26135V458" stroke="white" stroke-opacity="0.2" stroke-width="1.08747"></path><path d="M31.594 1.26135V458" stroke="white" stroke-opacity="0.2" stroke-width="1.08747"></path><path d="M62.0433 1.26135V458" stroke="white" stroke-opacity="0.2" stroke-width="1.08747"></path><path d="M92.4925 1.26135V458" stroke="white" stroke-opacity="0.2" stroke-width="1.08747"></path><path d="M122.942 1.26135V458" stroke="white" stroke-opacity="0.2" stroke-width="1.08747"></path><path d="M153.391 1.26135V458" stroke="white" stroke-opacity="0.2" stroke-width="1.08747"></path><path d="M183.84 1.26135V458" stroke="white" stroke-opacity="0.2" stroke-width="1.08747"></path><path d="M214.289 1.26135V458" stroke="white" stroke-opacity="0.2" stroke-width="1.08747"></path><path d="M244.739 1.26135V458" stroke="white" stroke-opacity="0.2" stroke-width="1.08747"></path><path d="M275.188 1.26135V458" stroke="white" stroke-opacity="0.2" stroke-width="1.08747"></path><path d="M305.637 1.26135V458" stroke="white" stroke-opacity="0.2" stroke-width="1.08747"></path><path d="M336.086 1.26135V458" stroke="white" stroke-opacity="0.2" stroke-width="1.08747"></path><path d="M366.536 1.26135V458" stroke="white" stroke-opacity="0.2" stroke-width="1.08747"></path><path d="M396.985 1.26135V458" stroke="white" stroke-opacity="0.2" stroke-width="1.08747"></path><path d="M427.434 1.26135V458" stroke="white" stroke-opacity="0.2" stroke-width="1.08747"></path><path d="M457.883 1.26135V458" stroke="white" stroke-opacity="0.2" stroke-width="1.08747"></path><path d="M457.883 1.26132L1.14476 1.2613" stroke="white" stroke-opacity="0.2" stroke-width="1.08747"></path><path d="M457.883 31.7106L1.14476 31.7105" stroke="white" stroke-opacity="0.2" stroke-width="1.08747"></path><path d="M457.883 62.1598L1.14476 62.1598" stroke="white" stroke-opacity="0.2" stroke-width="1.08747"></path><path d="M457.883 92.609L1.14476 92.609" stroke="white" stroke-opacity="0.2" stroke-width="1.08747"></path><path d="M457.883 123.058L1.14476 123.058" stroke="white" stroke-opacity="0.2" stroke-width="1.08747"></path><path d="M457.883 153.508L1.14476 153.508" stroke="white" stroke-opacity="0.2" stroke-width="1.08747"></path><path d="M457.883 183.957L1.14476 183.957" stroke="white" stroke-opacity="0.2" stroke-width="1.08747"></path><path d="M457.883 214.406L1.14476 214.406" stroke="white" stroke-opacity="0.2" stroke-width="1.08747"></path><path d="M457.883 244.855L1.14476 244.855" stroke="white" stroke-opacity="0.2" stroke-width="1.08747"></path><path d="M457.883 275.305L1.14476 275.304" stroke="white" stroke-opacity="0.2" stroke-width="1.08747"></path><path d="M457.883 305.754L1.14476 305.754" stroke="white" stroke-opacity="0.2" stroke-width="1.08747"></path><path d="M457.883 336.203L1.14476 336.203" stroke="white" stroke-opacity="0.2" stroke-width="1.08747"></path><path d="M457.883 366.652L1.14476 366.652" stroke="white" stroke-opacity="0.2" stroke-width="1.08747"></path><path d="M457.883 397.102L1.14476 397.101" stroke="white" stroke-opacity="0.2" stroke-width="1.08747"></path><path d="M457.883 427.551L1.14476 427.551" stroke="white" stroke-opacity="0.2" stroke-width="1.08747"></path><path d="M457.883 458L1.14476 458" stroke="white" stroke-opacity="0.2" stroke-width="1.08747"></path></svg>');
  background-position: bottom;
  background-repeat: repeat;
  position: absolute;
  display: flex;
  max-width: 456.739px;
  width: 100%;
  height: 100%;
}

.how-work {
  padding: 0;
  position: relative;
}
.how-work .circle-box {
  position: absolute;
  border-radius: 776px;
  background: radial-gradient(50% 50% at 50% 50%, #5C1EFE 0%, rgba(1, 0, 255, 0) 92.71%);
  width: 776px;
  height: 776px;
  flex-shrink: 0;
  top: 0;
}
.how-work .title-lines-wrapper {
  position: relative;
  z-index: 9;
  display: flex;
  height: max-content;
}
.how-work .title-lines-wrapper .wrapper {
  position: relative;
  height: 180px;
  min-width: 450px;
}
.how-work .title-lines-wrapper .wrapper .title {
  padding-left: 111px;
  color: white;
  font-family: Kanit, serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 70px;
}
.how-work .title-lines-wrapper .wrapper .bottom-part {
  position: absolute;
  width: calc(100% + 1px);
  bottom: 0;
  left: 0;
  background: #232323;
  height: 82px;
  clip-path: polygon(11% 0, 100% 0, 100% 100%, 0% 100%);
}
.how-work .title-lines-wrapper .wrapper .bottom-part:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  left: 0;
  background: linear-gradient(90deg, rgb(0, 240, 255) 0%, rgb(108, 74, 236) 100%);
}
.how-work .title-lines-wrapper .continue {
  position: relative;
  height: auto;
  width: 100%;
  clip-path: polygon(74px 0, 100% 0, 100% 100%, 0 100%, 0 54%);
  background: #232323;
}
.how-work .title-lines-wrapper .continue:before {
  position: absolute;
  content: "";
  width: 129px;
  height: 2px;
  left: -56px;
  background: linear-gradient(90deg, rgb(108, 74, 236) 0%, rgb(149, 60, 240) 100%);
  transform: rotate(307deg);
  transform-origin: 100%;
}
.how-work .title-lines-wrapper .continue:after {
  position: absolute;
  content: "";
  width: 30%;
  height: 2px;
  left: 0;
  background: linear-gradient(90deg, rgb(149, 60, 240) 0%, rgb(218, 51, 243) 100%);
}
.how-work .main-work {
  position: relative;
  z-index: 9;
  margin-top: -1px;
  background: #232323;
  padding: 0 111px 170px;
}
.how-work .main-work .work-item .number-wrapper {
  display: flex;
  align-items: flex-end;
}
.how-work .main-work .work-item .number-wrapper .number {
  color: white;
  font-family: Kanit, serif;
  font-size: 110px;
  font-style: normal;
  font-weight: 600;
  line-height: 0.7;
  opacity: 0.15;
}
.how-work .main-work .work-item .number-wrapper .circle-wrapper {
  width: max-content;
  height: max-content;
}
.how-work .main-work .work-item .number-wrapper .circle-wrapper .circle {
  width: 20px;
  height: 20px;
}
.how-work .main-work .work-item .item-title {
  margin-top: 30px;
}
.how-work .main-work .work-item .item-description {
  margin-top: 8px;
}

.brain {
  display: flex;
  padding: 120px 111px 120px 0;
}
.brain .image-wrapper {
  padding: 25px;
  width: 471px;
  height: 629px;
  display: flex;
  align-items: center;
  background-image: url("/images/ico.svg");
  background-position: right;
  min-width: 629px;
  margin-left: -158px;
  justify-content: flex-end;
}
.brain .image-wrapper img {
  width: 326px;
  margin-right: 100px;
}
.brain .text-wrapper {
  margin-top: 30px;
  margin-left: 58px;
}
.brain .text-wrapper .title {
  margin: 0 0 20px;
  color: white;
  font-family: Kanit, serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 90px;
}
.brain .text-wrapper .text {
  color: var(--ffffff, #FFF);
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
}
.brain .text-wrapper .text:after {
  margin-top: 44px;
  content: "";
  position: absolute;
  width: 100%;
  background: url("/images/Vector.svg") no-repeat;
  height: 200px;
  background-size: 100%;
}

.category {
  padding-bottom: 146px;
  position: relative;
  overflow: hidden;
}
.category .category-wrapper {
  height: 100%;
}
.category .category-wrapper .header-wrapper {
  height: 22px;
  display: flex;
  align-items: flex-end;
}
.category .category-wrapper .header-wrapper .projection {
  width: 47%;
  display: flex;
}
.category .category-wrapper .header-wrapper .projection .left-item {
  position: relative;
  width: 22px;
  background: #232323;
  height: 22px;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.category .category-wrapper .header-wrapper .projection .left-item:before {
  content: "";
  position: absolute;
  transform: rotate(45deg);
  background: red;
  width: 2px;
  transform-origin: top;
  height: 30px;
  right: -1px;
  background: linear-gradient(90deg, rgb(218, 49, 245) 0%, rgb(190, 54, 241) 100%);
}
.category .category-wrapper .header-wrapper .projection .center-item {
  position: relative;
  flex: 1;
  height: 22px;
  background: #232323;
}
.category .category-wrapper .header-wrapper .projection .center-item:before {
  position: absolute;
  content: "";
  width: 100%;
  top: 0;
  height: 2px;
  background: linear-gradient(90deg, rgb(190, 54, 241) 0%, rgb(101, 79, 236) 100%);
}
.category .category-wrapper .header-wrapper .projection .right-item {
  margin-left: -1px;
  position: relative;
  width: 22px;
  background: #232323;
  height: 22px;
  clip-path: polygon(100% 100%, 0 0, 0 100%);
}
.category .category-wrapper .header-wrapper .projection .right-item:before {
  content: "";
  position: absolute;
  transform: rotate(-45deg);
  width: 2px;
  transform-origin: top;
  height: 30px;
  left: -1px;
  background: linear-gradient(90deg, rgb(102, 80, 236) 0%, rgb(103, 75, 235) 100%);
}
.category .category-wrapper .header-wrapper .continue {
  width: calc(53% + 2px);
  height: 2px;
  margin-left: -2px;
  background: linear-gradient(90deg, rgb(103, 75, 235) 0%, rgb(1, 238, 255) 100%);
}
.category .category-wrapper .content {
  background: #232323;
  border: 2px solid #232323;
  border-top: none !important;
  padding: 28px 57px 42px 40px;
  transition: 0.3s ease-in-out;
  background: linear-gradient(#232323, #232323), linear-gradient(90deg, rgb(213, 54, 250) 0%, rgb(1, 238, 255) 100%);
  background-origin: padding-box, border-box;
  background-repeat: no-repeat;
  height: calc(100% - 22px);
}
.category .category-wrapper .content:hover {
  border: 2px solid transparent;
}
.category .category-wrapper .content .icon-wrapper {
  width: max-content;
  padding: 19px;
  border-radius: 15px;
  backdrop-filter: blur(15px);
}
.category .category-wrapper .content .dark {
  background: rgba(255, 255, 255, 0.01);
  box-shadow: 10px 10px 5px 0 rgba(112, 65, 234, 0.2) inset, 0px -5px 15px 0px #7041EA inset;
}
.category .category-wrapper .content .light {
  background: rgba(255, 255, 255, 0.01);
  box-shadow: 10px 10px 5px 0px rgba(0, 240, 255, 0.2) inset, 0px -5px 15px 0px #00F0FF inset;
}
.category .category-wrapper .content .red {
  background: rgba(255, 255, 255, 0.01);
  box-shadow: 10px 10px 5px 0px rgba(255, 28, 247, 0.2) inset, 0px -5px 15px 0px #FF1CF7 inset;
}
.category .category-wrapper .content .text-wrapper {
  margin-top: 17px;
}
.category .category-wrapper .content .text-wrapper .item-description {
  margin-top: 8px;
  margin-bottom: 48px;
}

.footer-head {
  display: flex;
  height: 88px;
}
.footer-head .left {
  width: 32%;
  height: 2px;
  background: linear-gradient(90deg, rgb(0, 239, 255) 0%, rgb(44, 172, 247) 100%);
}
.footer-head .rotate {
  margin-left: -1px;
  width: 2px;
  height: 123px;
  transform: rotate(315deg);
  transform-origin: top;
  background: linear-gradient(90deg, rgb(44, 172, 247) 0%, rgb(63, 136, 241) 100%);
}
.footer-head .continue {
  display: flex;
  height: 100%;
  width: calc(68% - 87px);
  align-items: flex-end;
  margin-left: auto;
}
.footer-head .continue .line {
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, rgb(63, 136, 241) 0%, rgb(215, 47, 243) 100%);
}

.footer {
  background: #111;
}
.footer .main-footer {
  padding: 61px 0 70px;
}
.footer .main-footer .sitemap-link {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}
.footer .main-footer .sitemap-link .logo {
  color: white;
  font-family: Kanit, serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.footer .main-footer .sitemap-link .links {
  display: flex;
}
.footer .main-footer .sitemap-link .links .link {
  margin-left: 48px;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.96px;
}
.footer .main-footer .contact-line {
  display: flex;
  justify-content: space-between;
}
.footer .main-footer .contact-line .terms {
  color: white;
  text-align: right;
  font-family: Kanit, serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.footer .main-footer .contact-line .social-items {
  display: flex;
}
.footer .main-footer .contact-line .social-items .icon {
  margin-right: 24px;
}
.footer .main-footer .contact-line .social-items .icon i {
  font-size: 24px;
}
.footer .copyright {
  text-align: center;
  padding: 24px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  color: white;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.expert-list {
  overflow: hidden;
  position: relative;
}
.expert-list .title-wrapper {
  z-index: 2;
  position: relative;
  padding: 65px 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.expert-list .title-wrapper .section-title {
  margin: 0;
}
.expert-list .title-wrapper .circle-wrapper {
  display: flex;
}
.expert-list .categories-wrapper {
  z-index: 2;
  position: relative;
  display: flex;
  width: 100%;
  padding-bottom: 24px;
}
.expert-list .categories-wrapper .category-button {
  border: 1px solid transparent;
  transition: 0.3s ease-in-out;
  cursor: pointer;
  margin-right: 16px;
  padding: 6px 16px;
  color: #FFF;
  font-family: Kanit, serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.expert-list .categories-wrapper .category-button:hover {
  border-color: white;
}
.expert-list .categories-wrapper .category-button.active {
  border-color: white;
}
.expert-list .expert-block:hover .expert-wrapper {
  border-color: transparent;
}
.expert-list .expert-block:hover .expert-footer .btn-wrapper {
  opacity: 1;
}
.expert-list .expert-wrapper {
  cursor: pointer;
  position: relative;
  display: flex;
  background: #232323;
  padding: 54px 64px 58px 45px;
  transition: 0.3s ease-in-out;
  background: linear-gradient(#232323, #232323), linear-gradient(93.03deg, #00F0FF 4.01%, #7041EA 57.55%, #FF2DF7 114.97%);
  background-origin: padding-box, border-box;
  background-repeat: no-repeat;
  border: 1.5px solid #232323;
  border-bottom: none;
}
.expert-list .expert-wrapper .image-wrapper {
  max-width: 291px;
  width: 100%;
}
.expert-list .expert-wrapper .image-wrapper img {
  width: 100%;
}
.expert-list .expert-wrapper .description-wrapper {
  width: 100%;
  padding-left: 48.5px;
}
.expert-list .expert-wrapper .description-wrapper .wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.expert-list .expert-wrapper .description-wrapper .name {
  line-height: 18px;
}
.expert-list .expert-wrapper .description-wrapper .specialization {
  color: white;
  font-family: Kanit, serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.expert-list .expert-wrapper .description-wrapper .skills-wrapper {
  margin-top: 23px;
  flex-wrap: wrap;
  display: flex;
}
.expert-list .expert-wrapper .description-wrapper .skills-wrapper .skill {
  margin-right: 10px;
}
.expert-list .expert-wrapper .description-wrapper .skills-wrapper .skill:nth-child(3n+3) {
  border: 1px solid #00F0FF;
  background: rgba(0, 240, 255, 0.2);
}
.expert-list .expert-wrapper .description-wrapper .skills-wrapper .skill:nth-child(3n+2) {
  border: 1px solid #FF2DF7;
  background: rgba(255, 45, 247, 0.2);
}
.expert-list .expert-wrapper .description-wrapper .skills-wrapper .skill:nth-child(3n+1) {
  border: 1px solid #7041EA;
  background: rgba(112, 65, 234, 0.2);
}
.expert-list .expert-wrapper .description-wrapper .description {
  color: white;
  text-overflow: ellipsis;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 30px;
}
.expert-list .btn-wrapper {
  transition: 0.3s ease-in-out;
  opacity: 0;
  position: relative;
  bottom: 21px;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.expert-list .expert-footer {
  margin-bottom: 84px;
  width: 100%;
}
.expert-list .expert-footer .lines-wrapper {
  position: relative;
  display: flex;
}
.expert-list .expert-footer .lines-wrapper .start {
  z-index: 2;
  width: 85%;
  position: relative;
}
.expert-list .expert-footer .lines-wrapper .start:before {
  content: "";
  position: absolute;
  width: calc(100% + 3px);
  height: 2px;
  background: linear-gradient(90deg, rgb(0, 236, 255) 0%, rgb(162, 66, 249) 100%);
}
.expert-list .expert-footer .lines-wrapper .projection {
  width: 15%;
  display: flex;
  position: relative;
}
.expert-list .expert-footer .lines-wrapper .projection .left-line {
  position: relative;
  background: #232323;
  width: 21px;
  height: 21px;
  clip-path: polygon(100% 100%, 100% 0, 0 0);
}
.expert-list .expert-footer .lines-wrapper .projection .left-line:before {
  position: absolute;
  content: "";
  width: 30px;
  height: 2px;
  transform: rotate(45deg);
  transform-origin: left;
  left: 3px;
  background: linear-gradient(90deg, rgb(162, 66, 249) 0%, rgb(172, 56, 239) 100%);
}
.expert-list .expert-footer .lines-wrapper .projection .bottom-line {
  flex: 1;
  position: relative;
  background: #232323;
  height: 21px;
}
.expert-list .expert-footer .lines-wrapper .projection .bottom-line:before {
  content: "";
  position: absolute;
  top: 19px;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, rgb(172, 56, 239) 0%, rgb(200, 52, 243) 100%);
}
.expert-list .expert-footer .lines-wrapper .projection .right-line {
  position: relative;
  background: #232323;
  width: 21px;
  height: 21px;
  clip-path: polygon(0 100%, 100% 0, 0 0);
}
.expert-list .expert-footer .lines-wrapper .projection .right-line:before {
  position: absolute;
  content: "";
  width: 30px;
  height: 2px;
  transform: rotate(-45deg);
  transform-origin: 100%;
  right: 2px;
  background: linear-gradient(90deg, rgb(200, 52, 243) 0%, rgb(219, 51, 244) 100%);
}
.expert-list .more-btn-wrapper {
  padding: 30px 0 156px;
  display: flex;
  justify-content: center;
}
.expert-list .bg-gradient-red {
  right: -827px;
  bottom: -180px;
}

.breadcrumb-section {
  position: relative;
  display: flex;
  overflow-x: clip;
}
.breadcrumb-section .background-vector {
  transform: rotate(-6deg);
  transform-origin: 100%;
  position: absolute;
  top: -374px;
  width: 2259.728px;
  height: 1396.131px;
  background-size: cover !important;
  background: url("/images/looper_bg.svg");
}
.breadcrumb-section .breadcrumb-line {
  display: flex;
  z-index: 4;
  padding: 50px 0;
  color: white;
  font-family: Kanit, serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.breadcrumb-section .breadcrumb-line span {
  color: white;
  margin: 0 8px;
}

.expert-contact {
  padding-bottom: 66px;
  display: flex;
  position: relative;
  z-index: 1;
}
.expert-contact .image-wrapper {
  border: 1px solid white;
  width: 30.5%;
  flex: 0 0 auto;
}
.expert-contact .description-wrapper {
  width: 100%;
  padding-left: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.expert-contact .description-wrapper .name-wrapper {
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.expert-contact .description-wrapper .name-wrapper .name-item {
  display: flex;
  align-items: center;
}
.expert-contact .description-wrapper .name-wrapper .name-item .name {
  color: white;
  font-family: Kanit, serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.expert-contact .description-wrapper .name-wrapper .name-item .icon-wrapper {
  margin-left: 17px;
}
.expert-contact .description-wrapper .name-wrapper .btn-main {
  margin-right: 11px;
}
.expert-contact .description-wrapper .specialization {
  margin-bottom: 25px;
}
.expert-contact .description-wrapper .location {
  padding: 24px 0;
  border-top: 1px solid #4B4B4B;
  border-bottom: 1px solid #4B4B4B;
}
.expert-contact .description-wrapper .location i {
  font-size: 24px;
  margin-right: 9px;
}
.expert-contact .description-wrapper .description {
  margin-top: 16px;
}
.expert-contact .description-wrapper .skills-wrapper .skill {
  margin-right: 8px;
}
.expert-contact .description-wrapper .skills-wrapper .skill:nth-child(3n+3) {
  border: 1px solid #00F0FF;
  background: rgba(0, 240, 255, 0.2);
}
.expert-contact .description-wrapper .skills-wrapper .skill:nth-child(3n+2) {
  border: 1px solid #FF2DF7;
  background: rgba(255, 45, 247, 0.2);
}
.expert-contact .description-wrapper .skills-wrapper .skill:nth-child(3n+1) {
  border: 1px solid #7041EA;
  background: rgba(112, 65, 234, 0.2);
}

.experience {
  position: relative;
  overflow: hidden;
}

.portfolio {
  padding-top: 66px;
  padding-bottom: 165.5px;
}
.portfolio .swiper {
  width: 100%;
  height: 384px;
}
.portfolio .portfolio-header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 48px;
}
.portfolio .portfolio-header-wrapper .tooltip-item {
  background: transparent;
  outline: none;
  border: none;
  margin-left: 12px;
  padding: 0;
}
.portfolio .portfolio-header-wrapper .control-buttons-wrapper {
  display: flex;
}
.portfolio .portfolio-header-wrapper .control-buttons-wrapper .custom-swiper-button-next {
  cursor: pointer;
  margin-left: 20px;
}
.portfolio .portfolio-header-wrapper .control-buttons-wrapper .custom-swiper-button-prev {
  cursor: pointer;
  margin-left: 20px;
}
.portfolio .portfolio-header-wrapper .control-buttons-wrapper .swiper-button-disabled {
  cursor: unset;
  opacity: 0.5;
}
.portfolio .item-wrapper {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.portfolio .item-wrapper .image-wrapper {
  width: 100%;
  height: 100%;
}
.portfolio .item-wrapper .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.portfolio .item-wrapper .description-wrapper {
  position: absolute;
  height: 100%;
  top: 70%;
  width: 100%;
  transition: 0.3s ease-in-out;
}
.portfolio .item-wrapper .description-wrapper .description {
  transition: 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 30%;
  background: rgba(35, 35, 35, 0.7);
  padding: 21.5px 27px 21.5px 27px;
  overflow: hidden;
}
.portfolio .item-wrapper .description-wrapper .description .text-wrapper {
  display: flex;
  height: 100%;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
.portfolio .item-wrapper .description-wrapper .description .text-wrapper .name {
  max-width: 260px;
  width: 100%;
  color: white;
  font-family: Kanit, serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: left;
}
.portfolio .item-wrapper .description-wrapper .description .text-wrapper .info {
  transition: 0.3s ease-in-out;
  opacity: 0;
  margin-top: 10px;
  color: white;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.portfolio .item-wrapper .description-wrapper .description .more-btn {
  margin-bottom: 53.5px;
}
.portfolio .item-wrapper .description-wrapper .lines-wrapper {
  width: 100%;
  display: flex;
}
.portfolio .item-wrapper .description-wrapper .lines-wrapper .start {
  position: relative;
  flex: 1;
  width: 100%;
}
.portfolio .item-wrapper .description-wrapper .lines-wrapper .start:before {
  position: absolute;
  content: "";
  bottom: 0;
  height: 2px;
  width: calc(100% + 2px);
  left: 0;
  background: linear-gradient(90deg, rgb(1, 238, 254) 0%, rgb(106, 76, 237) 100%);
}
.portfolio .item-wrapper .description-wrapper .lines-wrapper .projection {
  width: 48%;
  display: flex;
}
.portfolio .item-wrapper .description-wrapper .lines-wrapper .projection .left-line {
  position: relative;
  width: 22px;
  background: rgba(35, 35, 35, 0.7);
  height: 22px;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  left: 0.5px;
}
.portfolio .item-wrapper .description-wrapper .lines-wrapper .projection .left-line:before {
  content: "";
  position: absolute;
  transform: rotate(45deg);
  background: linear-gradient(90deg, rgb(106, 76, 237) 0%, rgb(106, 78, 238) 100%);
  width: 2px;
  transform-origin: top;
  height: 30px;
  right: -1px;
}
.portfolio .item-wrapper .description-wrapper .lines-wrapper .projection .center-line {
  position: relative;
  flex: 1;
  height: 22px;
  background: rgba(35, 35, 35, 0.7);
}
.portfolio .item-wrapper .description-wrapper .lines-wrapper .projection .center-line:before {
  position: absolute;
  content: "";
  width: 100%;
  top: 0;
  height: 2px;
  background: linear-gradient(90deg, rgb(106, 78, 238) 0%, rgb(191, 54, 242) 100%);
}
.portfolio .item-wrapper .description-wrapper .lines-wrapper .projection .right-line {
  right: -0.7px;
  margin-left: -1px;
  position: relative;
  background: rgba(35, 35, 35, 0.7);
  width: 22px;
  height: 22px;
  clip-path: polygon(100% 100%, 0 0, 0 100%);
}
.portfolio .item-wrapper .description-wrapper .lines-wrapper .projection .right-line:before {
  content: "";
  position: absolute;
  transform: rotate(-45deg);
  width: 2px;
  transform-origin: top;
  height: 30px;
  left: -1px;
  background: linear-gradient(90deg, rgb(191, 54, 242) 0%, rgb(220, 51, 243) 100%);
}
.portfolio .item-wrapper:hover .description-wrapper {
  top: 0;
}
.portfolio .item-wrapper:hover .description-wrapper .description {
  height: 100%;
}
.portfolio .item-wrapper:hover .description-wrapper .description .text-wrapper {
  justify-content: center;
}
.portfolio .item-wrapper:hover .description-wrapper .description .text-wrapper .info {
  opacity: 1;
}

.portfolio-description, .project-overview {
  margin-top: 134px;
}
.portfolio-description .wrapper, .project-overview .wrapper {
  margin-bottom: 24px;
  display: flex;
}
.portfolio-description .wrapper .description-part, .project-overview .wrapper .description-part {
  width: 73%;
  flex: 0 0 auto;
}
.portfolio-description .wrapper .info-contact-part, .project-overview .wrapper .info-contact-part {
  position: relative;
  z-index: 9;
  padding-left: 50px;
  width: 27%;
}

.portfolio-description .title {
  color: #00F0FF;
  font-family: Kanit, serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  max-width: 518px;
}
.portfolio-description .social-wrapper {
  display: flex;
}
.portfolio-description .social-wrapper .social-icon {
  position: relative;
  z-index: 9;
  margin-right: 12px;
  color: unset;
  width: max-content;
  display: block;
}

.project-overview {
  padding-top: 76px;
}
.project-overview .sliders-wrapper {
  display: flex;
  height: 496px;
  padding-top: 50px;
}
.project-overview .sliders-wrapper #projectOverviewThumbs {
  width: 12.3%;
  height: calc(100% + 20px);
}
.project-overview .sliders-wrapper #projectOverviewThumbs .swiper-slide {
  padding-bottom: 20px;
}
.project-overview .sliders-wrapper #projectOverviewThumbs .swiper-slide .image-wrapper {
  height: 100%;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
.project-overview .sliders-wrapper #projectOverviewThumbs .swiper-slide .image-wrapper img, .project-overview .sliders-wrapper #projectOverviewThumbs .swiper-slide .image-wrapper video {
  height: 100%;
  object-fit: cover;
}
.project-overview .sliders-wrapper #projectOverviewThumbs .swiper-slide:hover .image-wrapper {
  border: 1px solid transparent;
  background-origin: padding-box, border-box !important;
  background-repeat: no-repeat !important;
  background: linear-gradient(#111, #111), linear-gradient(90deg, rgb(213, 54, 250) 0%, rgb(1, 238, 255) 100%);
}
.project-overview .sliders-wrapper #projectOverviewThumbs .swiper-slide-thumb-active .image-wrapper {
  border: 1px solid transparent;
  background-origin: padding-box, border-box !important;
  background-repeat: no-repeat !important;
  background: linear-gradient(#111, #111), linear-gradient(90deg, rgb(213, 54, 250) 0%, rgb(1, 238, 255) 100%);
}
.project-overview .sliders-wrapper .project-overview-wrapper {
  padding: 0 65px 0 31px;
  width: 87.7%;
  height: 100%;
}
.project-overview .sliders-wrapper .project-overview-wrapper .control-buttons-wrapper {
  display: flex;
  z-index: 333;
  position: absolute;
  width: calc(100% - 72px);
  justify-content: space-between;
  top: 0;
  left: 36px;
  bottom: 0;
  align-items: center;
}
.project-overview .sliders-wrapper .project-overview-wrapper .control-buttons-wrapper .custom-swiper-button-prev {
  cursor: pointer;
}
.project-overview .sliders-wrapper .project-overview-wrapper .control-buttons-wrapper .custom-swiper-button-next {
  cursor: pointer;
}
.project-overview .sliders-wrapper .project-overview-wrapper .slider-box {
  position: relative;
  width: 100%;
  height: 100%;
  background: #0B0D0D;
  padding: 0 126px;
}
.project-overview .sliders-wrapper .project-overview-wrapper .slider-box #projectOverview {
  height: 100%;
}
.project-overview .sliders-wrapper .project-overview-wrapper .slider-box #projectOverview img, .project-overview .sliders-wrapper .project-overview-wrapper .slider-box #projectOverview video {
  height: 100%;
  object-fit: cover;
}
.project-overview .section-title {
  margin-bottom: 14px;
}
.project-overview .info-contact-part {
  border-left: 1px solid #4B4B4B;
}
.project-overview .info-wrapper .title {
  margin-top: 34px;
  color: #FFF;
  font-family: Kanit, serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.project-overview .info-wrapper .items-wrapper {
  margin-top: 10px;
  display: flex;
}
.project-overview .info-wrapper .items-wrapper .info {
  margin-right: 20px;
  color: white;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}

.problem {
  padding-top: 100px;
}
.problem .item-description {
  margin-top: 26px;
  column-count: 2;
  -moz-column-count: 2;
  -webkit-column-count: 2;
}

.solution {
  padding-top: 152px;
}
.solution .solution-wrapper {
  padding: 52px 64px 76px;
  background: #232323;
}
.solution .solution-wrapper .image-wrapper {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
}
.solution .solution-wrapper .image-wrapper .image-item {
  width: 100%;
}
.solution .solution-wrapper .image-wrapper .image-description {
  margin-top: 10px;
  width: 100%;
  color: white;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
  line-height: 22px;
}
.solution .solution-wrapper .description-wrapper {
  padding-top: 36px;
}
.solution .solution-wrapper .description-wrapper .list-style-color {
  margin-top: 24px;
}
.solution .solution-wrapper .wrapper {
  column-count: 2;
  -moz-column-count: 2;
  -webkit-column-count: 2;
}

.process {
  padding-top: 100px;
}
.process .section-title {
  margin-bottom: 58px;
}
.process .title {
  color: white;
  font-family: Kanit, serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.achievement .achievement-wrapper {
  background: #232323;
  padding: 48px 64px 64px;
}
.achievement .achievement-wrapper .section-title {
  margin-bottom: 26px;
}
.achievement .achievement-wrapper .item-description {
  column-count: 2;
  -moz-column-count: 2;
  -webkit-column-count: 2;
}

.future {
  padding-top: 100px;
  padding-bottom: 64px;
}
.future .future-wrapper {
  padding-bottom: 100px;
  border-bottom: 1px solid #4B4B4B;
}
.future .future-wrapper .section-title {
  margin-bottom: 37px;
}
.future .item-description {
  column-count: 2;
  -moz-column-count: 2;
  -webkit-column-count: 2;
}

.reference {
  padding-bottom: 100px;
}
.reference .item-description {
  margin-top: 24px;
}

.blog-list {
  position: relative;
  padding-bottom: 102px;
}
.blog-list .main-title {
  position: relative;
  padding: 65px 0;
  margin: 0;
}
.blog-list .blog-wrapper {
  border: 1px solid #232323;
  background-origin: padding-box, border-box !important;
  background: #232323;
  z-index: 3;
  position: relative;
  transition: 0.3s ease-in-out;
}
.blog-list .blog-wrapper .image-wrapper {
  width: 100%;
}
.blog-list .blog-wrapper .info-wrapper {
  background: #232323;
  padding: 0 36px 36px;
}
.blog-list .blog-wrapper .info-wrapper .date-wrapper {
  padding: 26px 0 16px;
  color: #808080;
  font-family: Kanit, serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
.blog-list .blog-wrapper .info-wrapper .title {
  color: white;
  font-family: Kanit, serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
}
.blog-list .blog-wrapper .info-wrapper .description {
  overflow: hidden;
  color: white;
  text-overflow: ellipsis;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.blog-list .blog-wrapper .info-wrapper .btn-main {
  margin-top: 16px;
}
.blog-list .blog-wrapper:hover {
  border: 1px solid transparent;
  background-repeat: no-repeat !important;
  background: linear-gradient(#232323, #232323), linear-gradient(90deg, rgb(213, 54, 250) 0%, rgb(1, 238, 255) 100%);
}

.pagination {
  position: relative;
  z-index: 2;
  border-top: 1px solid rgba(234, 236, 240, 0.34);
  padding: 20px 9px 0 23px;
  display: flex;
  justify-content: space-between;
}
.pagination .page a {
  color: #EFEFEF;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.pagination .page-item {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination .page-item .page-link {
  background: transparent;
  color: white;
  border: none;
  box-shadow: unset;
}
.pagination .page-item:hover {
  border: 1px solid white;
}
.pagination .page-item.active {
  border: 1px solid white;
}
.pagination .page-item.pagination-next-nav {
  margin-left: auto;
}
.pagination .page-item.pagination-next-nav .page-link {
  font-family: "Font Awesome 6 Free";
}
.pagination .page-item.pagination-next-nav .page-link:before {
  font-family: Kanit, serif;
  position: relative;
  content: "Next";
}
.pagination .page-item.pagination-next-nav .page-link:after {
  margin-left: 8px;
  content: "\f061";
  font-weight: 900;
}
.pagination .page-item.pagination-next-nav .page-link span {
  display: none;
}
.pagination .page-item.pagination-next-nav:hover {
  border: none;
}
.pagination .page-item.pagination-prev-nav {
  margin-right: auto;
}
.pagination .page-item.pagination-prev-nav .page-link {
  font-family: "Font Awesome 6 Free";
}
.pagination .page-item.pagination-prev-nav .page-link:after {
  margin-left: 8px;
  font-family: Kanit, serif;
  position: relative;
  content: "Previous";
}
.pagination .page-item.pagination-prev-nav .page-link:before {
  font-weight: 900;
  position: relative;
  content: "\f060";
}
.pagination .page-item.pagination-prev-nav .page-link span {
  display: none;
}
.pagination .page-item.pagination-prev-nav:hover {
  border: none;
}
.pagination .disabled .page-link {
  color: #727272;
}
.pagination .pages-wrapper {
  display: flex;
}
.pagination .next-btn i {
  margin-left: 8px;
}
.pagination .previous-btn i {
  margin-right: 8px;
}
.pagination .disabled {
  color: #727272;
}
.pagination .disabled a {
  color: #727272;
}

.newsletter {
  margin: 164px 0;
  z-index: 2;
  position: relative;
  padding: 76px 220px;
  background: #232323;
}
.newsletter .newsletter-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.newsletter .newsletter-wrapper .head {
  width: 100%;
  color: #7041EA;
  text-align: center;
  font-family: Kanit, serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;
}
.newsletter .newsletter-wrapper .main-title {
  margin: 0 0 12px;
  width: 100%;
  text-align: center;
}
.newsletter .newsletter-wrapper .helper-text {
  width: 100%;
  color: white;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 36px;
}
.newsletter .newsletter-wrapper .form-wrapper {
  display: flex;
  align-items: flex-start;
}
.newsletter .newsletter-wrapper .form-wrapper .inp-wrap {
  min-width: 400px;
}
.newsletter .newsletter-wrapper .form-wrapper .btn-wrap {
  margin-left: 16px;
}

.bg-section {
  height: 113px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.bg-color-section .bg-gradient-red {
  bottom: -140px;
}

.blog-view {
  position: relative;
  overflow: hidden;
  padding: 50px 0 160px;
}
.blog-view .blog-container {
  padding: 0 319px;
  position: relative;
  width: 100%;
}
.blog-view .date-wrapper {
  color: #AEAEAE;
  font-family: Kanit, serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
.blog-view .view-title {
  color: white;
  font-family: Kanit, serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  padding: 12px 0 17px;
}
.blog-view .skill-wrapper {
  margin-bottom: 39px;
}
.blog-view .image-wrapper {
  padding-bottom: 12px;
}
.blog-view .item-description {
  margin-top: 24px;
}
.blog-view .subtitle {
  margin: 64px 0 0;
  color: white;
  font-family: Kanit, serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
}

.blog-top-gradient.bg-gradient-main-top {
  left: unset;
  right: -419px;
  top: -613px;
}

.experience-wrapper {
  display: flex;
}
.experience-wrapper .title-wrapper {
  width: 25%;
}
.experience-wrapper .line-info-wrapper {
  flex: 1;
}
.experience-wrapper .line-info-wrapper .work {
  flex: 1;
  display: flex;
}
.experience-wrapper .line-info-wrapper .work .line-circle {
  padding-top: 10px;
  display: flex;
  flex-direction: column;
}
.experience-wrapper .line-info-wrapper .work .line-circle .circle-wrapper .circle {
  margin: 0;
}
.experience-wrapper .line-info-wrapper .work .line-circle .line-wrapper {
  display: flex;
  justify-content: center;
  padding: 18px 0 8px;
  height: 100%;
}
.experience-wrapper .line-info-wrapper .work .line-circle .line-wrapper .line {
  width: 1px;
  height: 100%;
  background: white;
}
.experience-wrapper .line-info-wrapper .work .work-info-wrapper {
  padding-left: 42px;
  margin-bottom: 65px;
  width: 100%;
}
.experience-wrapper .line-info-wrapper .work .work-info-wrapper .work-name-wrapper {
  margin-bottom: 4px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.experience-wrapper .line-info-wrapper .work .work-info-wrapper .work-name-wrapper .work-name {
  color: white;
  font-family: Kanit, serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.experience-wrapper .line-info-wrapper .work .work-info-wrapper .work-name-wrapper .date {
  color: white;
  text-align: right;
  font-family: Kanit, serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.experience-wrapper .line-info-wrapper .work .work-info-wrapper .company-name {
  color: white;
  font-family: Kanit, serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 27px;
}
.experience-wrapper .line-info-wrapper .work .work-info-wrapper .description {
  padding-left: 20px;
  color: white;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  list-style: none;
}
.experience-wrapper .line-info-wrapper .work .work-info-wrapper .description li {
  position: relative;
}
.experience-wrapper .line-info-wrapper .work .work-info-wrapper .description li:before {
  position: absolute;
  content: "";
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: white;
  left: -10px;
  top: 12px;
}
.experience-wrapper .line-info-wrapper .work:nth-child(3n+3) .line-circle .circle-wrapper .circle {
  background: #7041EA;
}
.experience-wrapper .line-info-wrapper .work:nth-child(3n+2) .line-circle .circle-wrapper .circle {
  background: #00F0FF;
}
.experience-wrapper .line-info-wrapper .work:nth-child(3n+1) .line-circle .circle-wrapper .circle {
  background: #FF2DF7;
}
.experience-wrapper .line-info-wrapper .work:last-child .line-circle .line-wrapper {
  display: none;
}

.connect-form .inp-wrap {
  margin-bottom: 36px;
}
.connect-form .inp-wrap .main-input {
  border: 1px solid #D3D3D3;
  color: white;
  background: #232323;
}
.connect-form .btn-wrap .btn-main {
  width: 100%;
}
.connect-form .counter {
  display: flex;
  justify-content: flex-end;
}
.connect-form .counter span {
  color: #969696;
  text-align: right;
  font-family: Kanit, serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px;
}

.success-modal .image-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}
.success-modal .success-title {
  padding-top: 16px;
  padding-bottom: 4px;
  color: #FFF;
  text-align: center;
  font-family: Kanit, serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
}
.success-modal .success-text {
  color: #FFF;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.reject-wrapper {
  position: relative;
  padding: 200px 0;
  overflow: hidden;
}
.reject-wrapper .reject-title {
  padding: 16px 0;
  color: #FFF;
  text-align: center;
  font-family: Kanit, serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
}
.reject-wrapper .bg-gradient-main-top {
  top: -700px;
  right: -46%;
  left: unset;
}

/*# sourceMappingURL=style.css.map */
