﻿
/********* Common Style *********/
* {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  outline: none;
}

html {
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  scroll-behavior: smooth;
}

body,
button,
input,
select,
textarea {
  resize: none;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

body {
  background-color: #ffffff;
  color: #121212;
  margin: 0;
  padding: 0;
  min-width: 290px;
}
body::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}

a {
  color: #121212;
  text-decoration: none;
  outline: 0;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
  color: #000000;
}
a:visited, a:active {
  text-decoration: none;
}

img {
  outline: none;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  font-size: 14px;
}

::-moz-selection {
  background-color: #121212;
  color: #ffffff;
}

::selection {
  background-color: #121212;
  color: #ffffff;
}

a,
.btn {
  transition-property: 0.3s;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}

.m-0 {
  margin: 0;
}

.m-auto {
  margin-left: auto;
  margin-right: auto;
}

.ml-auto {
  margin-left: auto;
}

.mt-auto {
  margin-top: auto;
}

.mb-15 {
  margin-bottom: 15px;
}

.p-0 {
  padding: 0;
}

.scroll {
  overflow: auto;
}

.object-fit {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.img-cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.opacity {
  opacity: 0.6;
}

.number {
  width: 32px;
  height: 32px;
  border-radius: 50px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  text-align: center;
  line-height: 30px;
}

.grayscale {
  -moz-filter: grayscale(100%);
  filter: gray;
  filter: grayscale(100%);
}

.color1 {
  background-color: #f8f7eb;
}

.color2 {
  background-color: #12131a;
}

.color3 {
  background-color: #8862d6;
}

.color4 {
  background-color: #324456;
}

.color5 {
  background-color: #000000;
}

.color6 {
  background-color: #2d3462;
}

.color7 {
  background-color: #0e0e0e;
}

.color8 {
  background-color: #3c88bb;
}

.color9 {
  background-color: #89269b;
}

.color10 {
  background-color: #30318b;
}

.color11 {
  background-color: #000000;
}

.color12 {
  background-color: #2354cf;
}

.color13 {
  background-color: #222222;
}

.nav-trigger {
  position: relative;
  float: right;
  width: 24px;
  height: 18px;
  margin: 0 0 0 auto;
  cursor: pointer;
  z-index: 100;
  display: none;
}
.nav-trigger span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: #ffffff;
  opacity: 1;
  right: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.nav-trigger span:nth-child(1) {
  top: 0px;
}
.nav-trigger span:nth-child(2) {
  top: 8px;
  width: 90%;
}
.nav-trigger span:nth-child(3) {
  top: 16px;
}

.nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-right: 30px;
}
.nav li {
  padding: 24px 16px;
  display: inline-block;
  position: relative;
}
.nav li.submenu {
  margin-right: 10px;
}
.nav li a {
  padding: 11px 0;
  color: #ffffff;
  display: inline-block;
}
@media screen and (min-width: 992px) {
  .nav li a {
    position: relative;
    background: linear-gradient(to bottom, currentColor 25%, transparent 25%);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 0% 0.25em;
    transition: background-size 0.3s;
  }
  .nav li a:hover, .nav li a.active {
    background-image: linear-gradient(to bottom, currentColor 25%, transparent 25%);
    background-size: 100% 0.25em;
    background-position: left bottom;
  }
  .nav li a.active {
    font-weight: 600;
  }
  .nav li.active {
    font-weight: 600;
  }
  .nav li a.menu-arrow {
    background: url(../image/menu-arrow.svg) no-repeat center center;
    position: absolute;
    width: 20px;
    height: 20px;
    padding: 0;
    top: 50%;
    margin-top: -9px;
  }
}
.nav .btn.inquiry-link {
  display: block;
}

@media screen and (min-width: 992px) {
  .hover .nav .sub-menu {
    opacity: 1;
    visibility: visible;
    top: 91px;
    overflow: auto;
    max-height: 700px;
  }
  .hover .nav .menu-arrow {
    transform: rotate(-180deg);
  }
}
.sub-menu {
  width: 100%;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s ease-out, opacity 0.25s ease-in, margin-left 0.25s ease-out, -webkit-clip-path 0.15s ease-out;
  transition: all 0.25s ease-out, opacity 0.25s ease-in, margin-left 0.25s ease-out, clip-path 0.15s ease-out;
  transition: all 0.25s ease-out, opacity 0.25s ease-in, margin-left 0.25s ease-out, clip-path 0.15s ease-out, -webkit-clip-path 0.15s ease-out;
  overflow: hidden;
  max-height: 0;
}
.sub-menu .menu {
  width: 100%;
  position: relative;
  padding-bottom: 70px;
}
.sub-menu li {
  position: static;
  padding: 0;
  display: block;
}
.sub-menu li strong {
  width: 32px;
  display: flex;
  justify-content: center;
  padding-right: 10px;
}
.sub-menu li span {
  display: flex;
  position: relative;
  padding-right: 8px;
}
.sub-menu li span::after {
  content: "";
  background: url(../image/arrow-white-short.svg) no-repeat center center;
  background-size: 8px auto;
  position: absolute;
  width: 16px;
  height: 16px;
  transform: rotate(45deg);
  left: 96%;
  top: 50%;
  margin-top: -7px;
  opacity: 0;
  transition: all 0.3s ease;
}
.sub-menu li svg {
  width: 28px;
  height: 28px;
  fill: #959595;
}
.sub-menu li a {
  display: flex;
  font-size: 24px;
  font-weight: 600;
  color: #959595;
  align-items: center;
  background: none !important;
  padding: 12px 0;
}
.sub-menu li:hover a, .sub-menu li.active a {
  color: #ffffff;
}
.sub-menu li:hover a svg, .sub-menu li.active a svg {
  fill: #ffffff;
}
.sub-menu li:hover a span, .sub-menu li.active a span {
  text-decoration: underline;
}
.sub-menu li:hover a span::after, .sub-menu li.active a span::after {
  left: 100%;
  opacity: 1;
}
.sub-menu li:hover .menu-text, .sub-menu li.active .menu-text {
  opacity: 1;
  visibility: visible;
}
.sub-menu .menu-text {
  font-size: 16px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.8);
  max-width: 500px;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.sub-menu .flex {
  align-items: flex-start;
  flex-wrap: nowrap;
}
@media screen and (min-width: 992px) {
  .sub-menu {
    position: fixed;
    top: 91px;
    left: 0;
    background-color: #121212;
  }
  .sub-menu .container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .sub-menu .col {
    width: 20%;
  }
  .sub-menu .flex {
    flex-direction: column;
  }
}
@media screen and (max-width: 991px) {
  .sub-menu {
    max-height: 0;
    overflow: hidden;
  }
}

@media screen and (max-width: 991px) {
  .nav-trigger {
    display: block;
  }
  .nav {
    display: flex;
    flex-direction: column;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    background: rgba(0, 0, 0, 0.7);
    -webkit-backdrop-filter: blur(42px);
            backdrop-filter: blur(42px);
    overflow: hidden;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
  }
  .nav > ul {
    width: 100%;
    margin: 0;
    padding: 60px 24px;
  }
  .nav > ul > li {
    width: 100%;
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
    padding: 0;
  }
  .nav > ul > li > a {
    font-size: 24px;
  }
  .nav .menu-arrow {
    background: url(../image/arrow-white-short.svg) no-repeat center center;
    background-size: 8px auto;
    position: absolute;
    width: 24px;
    height: 24px;
    padding: 0;
    top: 17px;
    right: 0;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50px;
    transform: rotate(135deg);
  }
  .nav .inquiry {
    padding: 24px;
  }
}
@media screen and (max-width: 991px) and (max-width: 992px) {
  .nav .inquiry {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 991px) {
  .nav h2 {
    font-size: 32px;
    color: #ffffff;
  }
  .nav h2 span {
    background: linear-gradient(90.34deg, #ff6f6f 0%, #cac20e 73.71%), #ffffff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
  }
  .nav .col {
    padding: 0;
  }
  .nav .col svg {
    width: 17px;
    height: 20px;
    margin: 4px 16px 0 0;
  }
  .nav .sub-menu .container {
    padding: 0;
  }
  .nav .sub-menu .menu {
    padding-bottom: 20px;
    margin: 0;
  }
  .nav .sub-menu .menu li {
    position: relative;
  }
  .nav .sub-menu .menu li a {
    font-size: 20px;
    font-weight: 500;
    color: #ffffff;
    padding: 18px 0;
  }
  .nav .sub-menu .menu li svg {
    fill: #ffffff;
  }
  .nav .sub-menu .menu li:first-child {
    display: none;
  }
  .nav .sub-menu .menu li::after {
    content: "";
    width: 11px;
    height: 11px;
    background: url(../image/arrow-white-short.svg) no-repeat center center;
    background-size: cover;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -5px;
    display: block;
  }
  .nav .megadrop,
  .nav .menu-text {
    display: none;
  }
  .open {
    overflow: hidden;
  }
  .open .nav-trigger span {
    width: 100%;
  }
  .open .nav-trigger span:nth-child(1) {
    top: 7px;
    transform: rotate(135deg);
  }
  .open .nav-trigger span:nth-child(2) {
    opacity: 0;
  }
  .open .nav-trigger span:nth-child(3) {
    top: 7px;
    transform: rotate(-135deg);
  }
  .open .nav {
    height: 100vh;
    overflow: auto;
    flex-direction: row;
    align-content: space-between;
  }
  .open .nav .btn {
    margin: 30px auto 0;
  }
  .open-menu .nav .sub-menu {
    opacity: 1;
    visibility: visible;
    max-height: 1500px;
  }
  .open-menu .nav .menu-arrow {
    transform: rotate(-44deg);
  }
}
.megadrop {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  list-style: none;
  top: 0px;
  right: 0;
  width: 50%;
  height: 400px;
  z-index: 9;
  margin-right: 15px;
}
.megadrop::before {
  content: "";
  position: absolute;
  right: -15px;
  bottom: -15px;
  width: 100%;
  height: 400px;
  border: solid 1px #ffffff;
}
.megadrop img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
}

.menu > li:hover .megadrop,
.menu > li.active .megadrop {
  opacity: 1;
  visibility: visible;
}

.menu > li > ul li ul,
.menu li > ul li,
.menu > li > .megadrop,
.menu > li > ul,
.menu > li {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-outs;
}

/********* Tags *********/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 20px;
  line-height: 1.2;
  font-weight: 600;
}

h1 {
  font-size: 48px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: rgba(255, 255, 255, 0.9);
}

h2 {
  font-size: 44px;
  font-weight: 700;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
}

p,
table,
fieldset,
address {
  margin: 0 0 20px;
}

p:empty {
  display: none;
}

/********** Alignment **********/
.pull-left {
  float: left !important;
}

.pull-right {
  float: right !important;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-uppercase {
  text-transform: uppercase;
}

.justify {
  text-align: justify;
}

/* ******** Grid : 12 Coloum ******** */
.col {
  float: left;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}

.col-12 {
  width: 100%;
}

.col-11 {
  width: 91.66666667%;
}

.col-10 {
  width: 83.33333333%;
}

.col-9 {
  width: 75%;
}

.col-8 {
  width: 66.66666667%;
}

.col-7 {
  width: 58.33333333%;
}

.col-6 {
  width: 50%;
}

.col-5 {
  width: 41.66666667%;
}

.col-4 {
  width: 33.33333333%;
}

.col-3 {
  width: 25%;
}

.col-2 {
  width: 16.66666667%;
}

.col-1 {
  width: 8.33%;
}

/********* Clear / Row / Container *********/
.container:before,
.container:after,
.row:before,
.row:after {
  content: "";
  display: table;
}

.container:after,
.row:after {
  clear: both;
}

.row {
  margin: 0 -20px;
}

.container {
  margin: 0 auto;
  width: 100%;
  max-width: 1320px;
  min-width: 280px;
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
}

.container-fluid {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.section {
  padding: 70px 0;
  clear: both;
}

/********** Flex / Position **********/
.relative {
  position: relative;
}

.center-align {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  position: absolute;
}

.flex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.flex-reverse {
  display: -webkit-flex;
  /* Safari */
  /* Safari 6.1+ */
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

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

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

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

.flex-start {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

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

.d-none {
  display: none;
}

/********** Button **********/
[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
}

.btn {
  display: inline-block;
  background-color: #121212;
  color: #ffffff;
  font-weight: 400;
  line-height: 1;
  padding: 15px 35px 16px 25px;
  text-align: center;
  vertical-align: middle;
  position: relative;
  border: none;
  cursor: pointer;
}
.btn .arrow {
  display: inline-block;
  width: 11px;
  height: 11px;
  background: url(../image/arrow-white-short.svg) no-repeat center center;
  background-size: cover;
  position: relative;
  left: 10px;
  top: 1px;
  transition-property: 0.3s;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.btn:hover {
  text-decoration: none;
  background: #000000;
  color: #ffffff;
}
.btn:hover:after {
  left: 120%;
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}
.btn:hover .arrow {
  left: 14px;
  top: -3px;
}
.btn:focus {
  outline: 0;
  box-shadow: none;
}

.btn-secondary {
  padding: 0;
  border: none;
}
.btn-secondary strong {
  display: inline-block;
  background-color: #121212;
  color: #ffffff;
  font-weight: 400;
  line-height: 1;
  padding: 15px 35px 16px 25px;
  text-align: center;
  vertical-align: middle;
  position: relative;
  border: none;
  cursor: pointer;
  background: #ffffff;
  color: #121212;
  padding: 18px 35px 18px 25px;
  transition: all 0.3s ease-in-out;
}
.btn-secondary strong .arrow {
  display: inline-block;
  width: 11px;
  height: 11px;
  background: url(../image/arrow-white-short.svg) no-repeat center center;
  background-size: cover;
  position: relative;
  left: 10px;
  top: 1px;
  transition-property: 0.3s;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.btn-secondary strong:hover {
  text-decoration: none;
  background: #000000;
  color: #ffffff;
}
.btn-secondary strong:hover:after {
  left: 120%;
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}
.btn-secondary strong:hover .arrow {
  left: 14px;
  top: -3px;
}
.btn-secondary strong:focus {
  outline: 0;
  box-shadow: none;
}
.btn-secondary strong .arrow {
  background-image: url(../image/arrow-1.svg);
}
.btn-secondary:before {
  content: "";
  position: absolute;
  left: -7px;
  top: 7px;
  width: 100%;
  height: 100%;
  background: linear-gradient(#121212, #121212) padding-box, linear-gradient(267.03deg, #bb9cfd -1%, #05ff00 47.17%, #ff0000 99%) border-box;
  color: #313149;
  border: 1px solid transparent;
  display: inline-block;
  box-sizing: border-box;
  transition: all 0.3s ease-in-out;
}
.btn-secondary:hover strong {
  background: #ffffff;
  color: #121212;
  box-shadow: 0px 4px 14px rgba(5, 0, 255, 0.19), 0px 4px 54px rgba(255, 0, 0, 0.25), 0px 4px 64px rgba(55, 255, 22, 0.3);
}

.outline {
  background: linear-gradient(267.03deg, #bb9cfd -1%, #05ff00 47.17%, #ff0000 99%);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.outline::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  height: calc(100% - 2px);
  width: calc(100% - 2px);
  background: #121212;
}

.btn-outline {
  background: linear-gradient(267.03deg, #bb9cfd -1%, #05ff00 47.17%, #ff0000 99%);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-outline::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  height: calc(100% - 2px);
  width: calc(100% - 2px);
  background: #121212;
}
.btn-outline:hover {
  background: linear-gradient(267.03deg, #bb9cfd -1%, #05ff00 47.17%, #ff0000 99%);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-outline:hover::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  height: calc(100% - 2px);
  width: calc(100% - 2px);
  background: #121212;
}
.btn-outline:hover::before {
  transition-property: background-color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  background-color: #000000;
}
.btn-outline span {
  position: relative;
  z-index: 1;
}

.btn-shadow:hover {
  box-shadow: -6px 8px 1px 0px #bababa;
}

.link {
  position: relative;
  background: linear-gradient(to bottom, currentColor 25%, transparent 25%);
  background-repeat: no-repeat;
  background-position: right 1.4em;
  background-size: 0% 0.25em;
  transition: background-size 0.3s;
  display: inline-block;
}
.link:hover {
  background-image: linear-gradient(to bottom, currentColor 25%, transparent 25%);
  background-size: 100% 0.25em;
  background-position: left 1.4em;
}

.link-underline {
  position: relative;
  padding-bottom: 1px;
}
.link-underline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.3s ease;
}
.link-underline:hover::after {
  width: 0;
  left: auto;
  right: 0;
}

.link-arrow {
  display: inline-block;
  vertical-align: middle;
  padding-right: 11px;
}
.link-arrow .arrow {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../image/arrow-1.svg) no-repeat center center;
  background-size: cover;
  position: relative;
  left: 10px;
  top: 1px;
  transition-property: 0.3s;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.link-arrow .arrow-white {
  width: 11px;
  height: 11px;
  background: url(../image/arrow-white-short.svg) no-repeat center center;
  background-size: cover;
  left: 10px;
  top: 1px;
}
.link-arrow:hover {
  text-decoration: none;
}
.link-arrow:hover .arrow {
  left: 14px;
  top: -3px;
}

/********** Form **********/
.form-group {
  position: relative;
  padding-top: 15px;
  margin-bottom: 20px;
}
.form-group .form-control {
  width: 100%;
  border: 1px solid #dbdbdb;
  outline: none;
  padding: 12px 15px;
  font-size: 14px;
  transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -webkit-appearance: none;
}
.form-group .form-control:focus {
  border: 1px solid #464444;
}
.form-group .form-control:focus:required:invalid {
  border: 1px solid red !important;
  color: red !important;
}
.form-group .form-control:focus + label {
  font-size: 13px;
  top: 0;
  color: #121212;
}
.form-group .form-control::-moz-placeholder {
  color: transparent;
}
.form-group .form-control::placeholder {
  color: transparent;
}
.form-group .form-control:required:invalid + label {
  color: #5c5c5c !important;
}
.form-group .form-control:required:invalid + label:before {
  content: "" !important;
}
.form-group .form-control:not(:-moz-placeholder-shown) + label {
  font-size: 13px;
  top: 0;
  color: #121212;
}
.form-group .form-control:not(:placeholder-shown) + label {
  font-size: 13px;
  top: 0;
  color: #121212;
}
.form-group label {
  pointer-events: none;
  position: absolute;
  top: calc(49% - 8px);
  left: 12px;
  background-color: #ffffff;
  color: #5c5c5c;
  padding: 5px;
  transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
}
.form-group.form-textarea .form-control {
  height: 120px;
}
.form-group.form-textarea label {
  top: 23px;
}
@media screen and (max-width: 767px) {
  .form-group {
    margin-bottom: 10px;
  }
}

.form-space {
  position: relative;
  margin-bottom: 20px;
}
.form-space h3 {
  font-size: 14px;
  margin: 0 0 10px;
}

.checkbox {
  z-index: 0;
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 1.5;
  overflow: hidden;
  margin: 0 16px 12px 0;
}
.checkbox > input {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  z-index: -1;
  position: absolute;
  left: -10px;
  top: -10px;
  display: block;
}
.checkbox > input:checked {
  background-color: #1d1c1c;
}
.checkbox > input:checked + span {
  background-color: #000000;
  color: #ffffff;
}
.checkbox > input:checked + span::before {
  border-color: rgba(255, 255, 255, 0.4);
}
.checkbox > input:checked + span::after {
  border-color: #e0e0e0;
}
.checkbox > input:disabled + span {
  background-color: #ededed;
  cursor: auto;
}
.checkbox > input:disabled + span::after {
  display: none;
}
.checkbox > span {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 7px 12px;
  height: 38px;
  cursor: pointer;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.checkbox > span::before {
  content: "";
  display: inline-block;
  margin: 0 8px 0 0;
  border: solid 1px;
  border-color: rgba(0, 0, 0, 0.4);
  width: 12px;
  height: 12px;
  vertical-align: top;
  transition: border-color 0.2s, background-color 0.2s;
}
.checkbox > span::after {
  content: "";
  display: block;
  position: absolute;
  top: 14px;
  left: 15px;
  width: 8px;
  height: 8px;
  background-color: #ffffff;
}

.radiobox {
  z-index: 0;
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 1.5;
  overflow: hidden;
  margin: 0 16px 12px 0;
}
.radiobox > input {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  z-index: -1;
  position: absolute;
  left: -10px;
  top: -10px;
  display: block;
}
.radiobox > input:checked {
  background-color: #1d1c1c;
}
.radiobox > input:checked + span {
  background-color: #000000;
  color: #ffffff;
}
.radiobox > input:checked + span::before {
  border-color: rgba(255, 255, 255, 0.4);
}
.radiobox > input:checked + span::after {
  border-color: #e0e0e0;
}
.radiobox > input:disabled + span {
  background-color: #ededed;
  cursor: auto;
}
.radiobox > span {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 7px 12px;
  height: 38px;
  cursor: pointer;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}

/********** Custom Cursor **********/
.cursor {
  position: fixed;
  top: -4px;
  left: -4px;
  width: 8px;
  height: 8px;
  background-color: #121212;
  border-radius: 50%;
  pointer-events: none;
  z-index: 999;
}

.cursor-link {
  --size: 40px;
  position: fixed;
  top: calc(var(--size) / -2);
  left: calc(var(--size) / -2);
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  box-shadow: 0 0 0 1px #121212;
  pointer-events: none;
  transition: top 0.15s ease-out, left 0.15s ease-out, width 0.15s ease-out, height 0.15s ease-out, background-color 0.15s ease-out;
  z-index: 999;
}

/********** List **********/
.list {
  margin: 0;
  padding: 0;
  list-style: none;
  max-width: 380px;
}
.list li {
  font-size: 20px;
  color: #8d8e8d;
  padding: 20px 0 12px;
  border-bottom: 1px solid #000000;
}
@media screen and (max-width: 767px) {
  .list {
    margin-bottom: 40px;
  }
  .list li {
    font-size: 18px;
    padding: 15px 0;
  }
}

/********** Slider **********/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-slider .slick-track {
  transform: translate3d(0, 0, 0);
}
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before {
  display: table;
  content: "";
}
.slick-track:after {
  display: table;
  content: "";
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}
.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.slick-slide img {
  display: block;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-arrow {
  background: linear-gradient(267.03deg, #bb9cfd -1%, #05ff00 47.17%, #ff0000 99%);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  width: 36px;
  height: 36px;
  border: transparent;
  border-radius: 50px;
  position: absolute;
  right: 27px;
  bottom: 27px;
  z-index: 1;
  font-size: 0px;
  cursor: pointer;
}
.slick-arrow::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  height: calc(100% - 2px);
  width: calc(100% - 2px);
  background: #121212;
}
.slick-arrow::before {
  border-radius: 50px;
  background: #f4f4f4;
}
.slick-arrow::after {
  content: "";
  background: url(../image/arrow-1.svg) no-repeat center center;
  width: 10px;
  height: 10px;
  position: absolute;
  transform: rotate(45deg);
  background-size: cover;
}
.slick-arrow.slick-prev {
  right: 144px;
}
.slick-arrow.slick-prev::after {
  transform: rotate(-135deg);
}

/********** Media Query **********/
@media screen and (min-width: 992px) {
  .mobile {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .col {
    width: 100%;
  }
  .logo {
    max-width: 120px;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    line-height: 1.3;
    margin: 0 0 16px;
  }
  h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 18px;
  }
  p,
  table,
  fieldset,
  address {
    margin-bottom: 15px;
  }
}
/* 1. Plus Jakarta Sans */
@font-face {
  font-family: "Plus Jakarta Sans";
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Plus Jakarta Sans";
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Plus Jakarta Sans";
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Plus Jakarta Sans";
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Plus Jakarta Sans";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Plus Jakarta Sans";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Plus Jakarta Sans";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* 2. Poppins */
@font-face {
  font-family: "Poppins";
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
.wow {
  visibility: hidden;
}

@keyframes animFw {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
/* Gradient and Animation
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.gradient-text {
  background-image: linear-gradient(91.06deg, #007cf0 0%, #00dfd8 91.5%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation: hue 5s infinite linear;
}

.gradient-text::-moz-selection {
  -webkit-text-fill-color: white !important;
}

.gradient-text::selection {
  -webkit-text-fill-color: white !important;
}

.gradient-border {
  --borderWidth: 1px;
  background: #121212;
  position: relative;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gradient-border:after {
  content: "";
  position: absolute;
  top: calc(-1 * var(--borderWidth));
  left: calc(-1 * var(--borderWidth));
  height: calc(100% + var(--borderWidth) * 2);
  width: calc(100% + var(--borderWidth) * 2);
  background: linear-gradient(267.03deg, #bb9cfd -1%, #05ff00 47.17%, #ff0000 99%);
  border-radius: 50px;
  z-index: -1;
  animation: animatedgradient 3s ease alternate infinite;
  background-size: 300% 300%;
}
.gradient-border i {
  background: url(../image/arrow-white-short.svg);
  background-size: cover;
  width: 10px;
  height: 10px;
  display: block;
}
@keyframes animatedgradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes scaleAnimation {
  0% {
    transform: translateX(-50%) scale(1);
  }
  50% {
    transform: translateX(-50%) scale(1.25);
  }
  100% {
    transform: translateX(-50%) scale(1);
  }
}
/* Coming Soon Page
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.coming-soon .header-cs {
  display: flex;
  width: 100%;
  padding: 20px 0;
  background-color: #ffffff;
}
.coming-soon .header-cs.fixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}
.coming-soon .content-cs {
  width: 100%;
  background-size: contain;
  padding: 80px 0 100px;
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
}
.coming-soon .content-cs h1 {
  font-size: 70px;
  font-weight: 700;
  font-size: 5.5vw;
  margin: 0;
  color: #121212;
  background: url(../image/animation-bg.jpg) repeat fixed;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  animation: text 8s infinite linear;
}
.coming-soon .content-cs p {
  margin: 30px 0;
  max-width: 560px;
}
.coming-soon .content-cs .link-arrow {
  font-size: 34px;
  font-weight: 600;
}
.coming-soon .content-cs .row {
  align-items: flex-end;
}
.coming-soon .content-cs ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
}
.coming-soon .content-cs ul li {
  font-size: 16px;
  margin-left: 4%;
  text-transform: uppercase;
  display: flex;
  align-items: baseline;
}
.coming-soon .content-cs ul li span {
  font-size: 28px;
  margin-right: 5px;
}
.coming-soon .footer-cs {
  background-color: #1d1c1c;
  color: #ffffff;
  padding: 25px 0;
}
.coming-soon .footer-cs.fixed {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
}
.coming-soon .footer-cs .text {
  margin-right: auto;
}
.coming-soon .footer-cs .link-arrow {
  color: #ffffff;
}
@media screen and (max-width: 1200px) {
  .coming-soon h1 {
    font-size: 62px;
  }
}
@media screen and (max-width: 767px) {
  .coming-soon {
    padding: 100px 0 120px;
  }
  .coming-soon h1 {
    font-size: 48px;
  }
  .coming-soon .col-5 {
    margin-top: 40px;
  }
  .coming-soon ul {
    justify-content: flex-start;
  }
  .coming-soon ul li {
    margin: 0 3% 0 0;
  }
  .coming-soon .link-arrow {
    font-size: 22px;
  }
  .coming-soon .link-arrow .arrow {
    width: 14px;
    height: 14px;
  }
  .coming-soon .footer {
    padding: 20px 0;
  }
  .coming-soon .footer .link-arrow {
    margin: 5px 0 0 0;
    width: 100%;
  }
}

@keyframes text {
  100% {
    background-position: 0% 552px;
  }
  0% {
    background-position: 0% 0px;
  }
}
/* Home Page
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
  transition: top 0.3s ease-in-out;
}
.header::before {
  content: "";
  background: rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(42px);
          backdrop-filter: blur(42px);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.header.up {
  top: -100px;
}
.header .container {
  position: relative;
}
@media screen and (max-width: 991px) {
  .header {
    padding: 20px 0;
  }
}
@media screen and (max-width: 767px) {
  .header {
    background: rgba(0, 0, 0, 0.6);
    height: 62px;
    padding: 17px 0;
  }
}

.intro-section {
  background-color: #121212;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100vh;
}
@media (max-width: 569px) {
  .intro-section {
    height: auto !important;
  }
}

.intro {
  position: relative;
  overflow: hidden;
}
.intro .intro-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.intro .intro-bg img {
  position: absolute;
  top: -46px;
  max-width: 1596px;
  opacity: 0.8;
}
@media screen and (min-width: 991px) {
  .intro .intro-bg img {
    top: -35px;
  }
}
.intro .hero-container {
  padding: 0 !important;
  height: calc(100vh - 193px);
}
@media (max-width: 991px) {
  .intro .hero-container {
    height: calc(100vh - 245px);
  }
}
.intro .container {
  color: #ffffff;
  text-align: center;
  padding-top: 280px;
  padding-bottom: 160px;
  max-width: 840px;
  position: relative;
}
.intro .container .home-hero-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: calc(100vh - 0px);
}
@media screen and (max-width: 991px) {
  .intro .container .home-hero-section {
    height: calc(100vh - 205px);
    padding: 0 20px;
  }
}
.intro .container .home-hero-section .home-title {
  margin-bottom: 50px;
}
.intro .container .home-hero-section .home-content {
  font-size: 18px;
  margin: 30px 0;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .intro .container .home-hero-section .home-content {
    font-size: 14px;
  }
}
.intro .container h1 {
  margin-bottom: 50px;
}
.intro .container p {
  font-size: 18px;
  margin: 30px 0;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .intro .intro-bg img {
    max-width: 735px;
    top: 0%;
  }
  .intro .container {
    padding-top: 160px;
  }
  .intro .container p {
    font-size: 14px;
    margin: 30px 0;
  }
}

.companies {
  padding: 40px 0 15px;
  text-align: center;
  color: #ffffff;
  overflow: hidden;
}
.companies .slick-track {
  display: flex;
  align-items: center;
}
.companies .logos {
  flex-wrap: nowrap;
  padding: 10px 0;
  overflow: auto;
}
.companies .logos img {
  margin: 12px 40px 12px 0;
  max-height: 32px;
}
@media (max-width: 569px) {
  .companies {
    padding: 15px 0 15px;
  }
}
@media screen and (min-width: 992px) {
  .companies .logos {
    justify-content: space-around;
  }
  .companies .logos img {
    margin: 12px;
    max-height: 42px;
  }
}

.title-line {
  position: relative;
  max-width: 550px;
  padding: 0 100px;
  margin: 0 auto;
}
.title-line::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.6);
}
.title-line span {
  padding: 10px 16px;
  background-color: #121212;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 767px) {
  .title-line {
    padding: 0 60px;
  }
}

.title-small {
  position: relative;
  margin-bottom: 24px;
}
.title-small::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 90px;
  height: 1px;
  background-color: rgba(18, 18, 18, 0.4);
}
.title-small span {
  padding: 0 0 0 100px;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .title-small {
    margin-bottom: 16px;
  }
  .title-small::before {
    width: 48px;
  }
  .title-small span {
    padding: 0 0 0 60px;
  }
}

.choose-section {
  padding: 96px 0 66px;
}
@media screen and (max-width: 767px) {
  .choose-section {
    padding: 48px 0 !important;
  }
}

.portfolio-section {
  padding: 96px 0 66px;
}
@media screen and (max-width: 767px) {
  .portfolio-section {
    padding: 48px 0 18px;
  }
}
.portfolio-section .title {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .portfolio-section .title {
    margin-bottom: 30px;
  }
}
.portfolio-section .portfolio-card {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(328px, 1fr));
  gap: 20px;
}
.portfolio-section .portfolio-card .portfolio-product {
  height: 100%;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .portfolio-section .portfolio-card .portfolio-product {
    max-height: 512px;
  }
}
.portfolio-section .portfolio-card .portfolio-product .product-image {
  height: 100%;
  width: 100%;
}
.portfolio-section .portfolio-card .portfolio-product .product-image img {
  transition: 0.3s all linear;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  background-size: cover;
}
.portfolio-section .portfolio-card .portfolio-product .product-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 20px 20px;
  transform: translateY(-93px);
  background: rgba(255, 255, 255, 0.85);
  opacity: 0;
  transition: 0.3s all linear;
}
.portfolio-section .portfolio-card .portfolio-product .product-content .product-data h3 {
  margin-bottom: 11px;
  font-size: 22px;
  font-weight: bold;
  line-height: 20px;
}
.portfolio-section .portfolio-card .portfolio-product .product-content .product-data div {
  display: flex;
  align-items: center;
  gap: 20px;
}
.portfolio-section .portfolio-card .portfolio-product .product-content .product-data div span {
  font-size: 14px;
  font-weight: 600;
  position: relative;
}
.portfolio-section .portfolio-card .portfolio-product .product-content .product-data div span:first-child:before {
  content: "";
  position: absolute;
  height: 0 !important;
  width: 0 !important;
}
.portfolio-section .portfolio-card .portfolio-product .product-content .product-data div span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -10px;
  transform: translateY(-50%);
  height: 4px;
  width: 4px;
  border-radius: 100%;
  background: #000000;
}
.portfolio-section .portfolio-card .portfolio-product .product-content .product-url {
  height: 49px;
  width: 49px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000000;
  border-radius: 100%;
  transition: 0.3s all linear;
}
.portfolio-section .portfolio-card .portfolio-product:hover .product-image img {
  transform: scale(1.05);
}
.portfolio-section .portfolio-card .portfolio-product:hover .product-content {
  opacity: 1;
}
.portfolio-section .portfolio-card .portfolio-product:hover .product-content .product-url {
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .portfolio-section {
    padding: 48px 0 18px;
  }
  .portfolio-section .portfolio {
    margin: 42px auto 0;
  }
  .portfolio-section .portfolio .card {
    flex-direction: column;
    transform: none !important;
  }
  .portfolio-section .portfolio .card .card-img {
    width: 100%;
  }
  .portfolio-section .portfolio .card .card-info {
    width: 100%;
    padding: 20px;
  }
  .portfolio-section .portfolio .card .tags {
    margin-top: 30px;
  }
}

#cursor {
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  pointer-events: none;
  transition: opacity 0.9s cubic-bezier(0.25, 1, 0.5, 1), background-color 0.3s cubic-bezier(1, 1, 1, 1), border-color 0.3s cubic-bezier(0.25, 1, 0.5, 1), width 0.3s cubic-bezier(0.25, 1, 0.5, 1), height 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}
#cursor.arrow {
  width: 120px;
  height: 120px;
  border-radius: 50%;
}
#cursor.arrow::after {
  content: "";
  position: absolute;
  left: -50%;
  top: -50%;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-image: url("../image/view.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.tags a {
  padding: 8px 16px;
  border: solid 1px #bababa;
  border-radius: 30px;
  display: inline-block;
  font-size: 12px;
  color: #121212;
  margin: 10px 5px 0 0;
}
.tags a:hover {
  background-color: #ffffff;
  color: #121212;
}

.success-section {
  background-color: #121212;
  padding: 60px 0;
  text-align: center;
  color: #ffffff;
}
.success-section p {
  color: rgba(238, 238, 238, 0.8);
  max-width: 210px;
  margin: 0 auto;
  min-height: 42px;
}
@media screen and (max-width: 767px) {
  .success-section {
    padding: 30px 0;
  }
  .success-section .flex-space-between {
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .success-section .flex-space-between .flex-item {
    width: 50%;
    padding: 16px 10px;
  }
  .success-section .flex-space-between .flex-item p {
    font-size: 12px;
  }
}

.services-section {
  padding: 96px 0;
}
.services-section .services {
  margin: 44px -7px;
}
.services-section .services .card {
  padding: 32px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border: 1px solid #C8C8C8;
  transition: 0.2s all linear;
}
@media (max-width: 1024px) {
  .services-section .services .card {
    display: flex;
    flex-direction: column;
  }
}
.services-section .services .card .service-data {
  display: flex;
  gap: 20px;
}
.services-section .services .card .service-data p {
  margin: 0;
}
.services-section .services .card .service-data span,
.services-section .services .card .service-data h3 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 16px;
}
.services-section .services .card .service-icons {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 52px;
}
.services-section .services .card .service-icons .design-icon {
  display: flex;
  opacity: 0;
  align-items: center;
  gap: 40px;
  transition: 0.3s all linear;
}
.services-section .services .card .service-icons .design-icon img {
  height: 40px !important;
  width: auto !important;
}
.services-section .services .card .service-icons .url-path div {
  height: 49px;
  width: 49px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000000;
  border-radius: 100%;
  transition: 0.2s all linear;
}
.services-section .services .card .service-icons .url-path div img {
  max-width: none;
}
.services-section .services .card .service-icons .url-path div .service-arrow-white {
  display: none;
}
.services-section .services .card:hover {
  background: #000;
}
.services-section .services .card:hover span,
.services-section .services .card:hover h3,
.services-section .services .card:hover p {
  color: #ffffff;
}
.services-section .services .card:hover .service-icons .design-icon {
  opacity: 1;
}
.services-section .services .card:hover .service-icons .url-path div {
  border: 1px solid #ffffff;
  rotate: 45deg;
  background: #ffffff;
}
.services-section .services .card:hover .service-icons .url-path div .service-arrow-white {
  display: inline-block;
}
.services-section .services .card:hover .service-icons .url-path div .service-arrow-white {
  display: none;
}
.services-section .services .card:hover .service-icons .url-path div .service-arrow-black {
  display: inline-block;
}
@media (max-width: 1024px) {
  .services-section .services {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .services-section .services {
    flex-wrap: nowrap;
  }
}
@media screen and (max-width: 767px) {
  .services-section {
    padding: 48px 0;
  }
  .services-section .services {
    margin-top: 0;
    margin-bottom: 0;
  }
  .services-section .services .card {
    width: calc(50% - 14px);
  }
  .services-section .services .card a svg {
    width: 32px;
    height: 36px;
  }
  .services-section .services .card a span {
    font-size: 16px;
  }
  .services-section .services .card a strong {
    opacity: 1;
    background: #ffffff;
    bottom: 65px;
  }
  .services-section .services .card a strong i {
    background-image: url(../image/arrow-1.svg);
  }
}

.timeline-section {
  overflow: hidden;
  padding: 96px 0;
}
@media screen and (max-width: 767px) {
  .timeline-section {
    padding: 48px 0;
  }
}
.timeline-section .title-container {
  max-width: 930px;
  margin: 0 auto;
}
.timeline-section .title-small {
  margin-left: 20px;
}
.timeline-section .title {
  margin-bottom: 64px;
}
.timeline-section .industry-expertise-data {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  justify-content: space-between;
  width: 100%;
}
.timeline-section .industry-expertise-data .industry-card {
  display: flex;
  align-items: center;
  gap: 25px;
  flex-direction: column;
  border-top: 1px solid #c8c8c8;
  border-left: 1px solid #c8c8c8;
  padding: 30px;
}
.timeline-section .industry-expertise-data .industry-card:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 25px -5px, rgba(0, 0, 0, 0.1) 0px 10px 10px -5px;
}
.timeline-section .industry-expertise-data .industry-card:nth-child(5n) {
  border-right: 1px solid #c8c8c8;
}
.timeline-section .industry-expertise-data .industry-card:nth-child(n+11) {
  border-bottom: 1px solid #c8c8c8;
}
@media (max-width: 1200px) {
  .timeline-section .industry-expertise-data .industry-card:nth-child(4n) {
    border-right: 1px solid #c8c8c8;
  }
  .timeline-section .industry-expertise-data .industry-card:nth-child(11) {
    border-left: 0;
    border-bottom: 0;
  }
  .timeline-section .industry-expertise-data .industry-card:nth-child(5) {
    border-right: 0;
  }
}
@media (max-width: 1024px) {
  .timeline-section .industry-expertise-data .industry-card {
    gap: 24px;
  }
  .timeline-section .industry-expertise-data .industry-card:nth-child(3n) {
    border-right: 1px solid #c8c8c8;
  }
  .timeline-section .industry-expertise-data .industry-card:nth-child(3n) {
    border-right: 1px solid #c8c8c8;
  }
  .timeline-section .industry-expertise-data .industry-card:nth-child(4) {
    border-right: 0;
  }
  .timeline-section .industry-expertise-data .industry-card:nth-child(5) {
    border-right: 0;
  }
  .timeline-section .industry-expertise-data .industry-card:nth-child(8) {
    border-right: 0;
  }
  .timeline-section .industry-expertise-data .industry-card:nth-child(12) {
    border-bottom: 0;
  }
}
@media (max-width: 767px) {
  .timeline-section .industry-expertise-data .industry-card:last-child {
    border-right: 1px solid #c8c8c8;
    border-bottom: 1px solid #c8c8c8;
  }
  .timeline-section .industry-expertise-data .industry-card:nth-child(even) {
    border-right: 1px solid #c8c8c8;
  }
  .timeline-section .industry-expertise-data .industry-card:nth-child(11) {
    border-left: 1px solid #c8c8c8;
  }
  .timeline-section .industry-expertise-data .industry-card:nth-child(3) {
    border-right: 0;
  }
  .timeline-section .industry-expertise-data .industry-card:nth-child(9) {
    border-right: 0;
  }
  .timeline-section .industry-expertise-data .industry-card:nth-child(15) {
    border-top: 0;
  }
}
.timeline-section .industry-expertise-data .industry-card img {
  height: 50px;
  width: 50px;
}
.timeline-section .industry-expertise-data .industry-card p {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  margin: 0;
}
@media (max-width: 569px) {
  .timeline-section .industry-expertise-data .industry-card p {
    font-size: 14px;
  }
}
.timeline-section .industry-expertise-data .fives {
  border-right: 1px solid #c8c8c8;
}
@media (max-width: 1200px) {
  .timeline-section .industry-expertise-data {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media (max-width: 1024px) {
  .timeline-section .industry-expertise-data {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .timeline-section .industry-expertise-data {
    grid-template-columns: 1fr 1fr;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .timeline-section .title.text-center {
    text-align: left;
  }
}

.accordions {
  width: 100%;
  display: inline-block;
}
@media (min-width: 1024px) {
  .accordions {
    display: none;
  }
}
.accordions .accordions-title {
  display: grid;
  grid-template-columns: 1fr 20px;
  background-color: #ffffff;
  border: 1px solid #000000;
  border-bottom: 0;
  cursor: pointer;
  padding: 20px;
  transition: 0.3s all linear;
}
.accordions .accordions-title h3 {
  font-size: 16px !important;
  font-weight: bold;
  line-height: 30px;
  color: #000000;
  transition: 0.3s all linear;
  margin: 0;
}
.accordions .accordions-title span {
  align-self: center;
  justify-self: end;
  display: block;
}
.accordions .accordions-title span:after {
  content: "\f107";
  font-family: FontAwesome;
  display: inline-block;
  transition: 0.3s all linear;
  font-size: 16px;
  position: relative;
  color: #000000;
  margin-left: 5px;
  transform: rotate(0deg);
}
.accordions .accordions-title.active {
  background-color: #000000;
  color: #ffffff;
}
.accordions .accordions-title.active h3 {
  color: #ffffff;
  margin: 0;
}
.accordions .accordions-title.active span::after {
  transform: rotate(180deg);
  color: #ffffff;
}
.accordions .accordions-title-last,
.accordions .accordions-content-last {
  border-bottom: 1px solid #000000;
}
.accordions .accordions-content {
  display: none;
  padding: 20px;
  background-color: #ffffff;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
}
.accordions .accordions-content p {
  color: #000000;
}
.accordions .accordions-content .service-icons .design-icon {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(40px, 1fr));
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin-bottom: 20px;
}
@media (max-width: 569px) {
  .accordions .accordions-content .service-icons .design-icon {
    gap: 20px;
  }
}
.accordions .accordions-content .service-icons .design-icon img {
  height: 40px !important;
  width: auto !important;
}
.accordions .accordions-content .service-icons a div {
  height: 45px;
  width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  transform: rotate(45deg);
  border: 1px solid #000000;
}
.accordions .accordions-content .service-icons a div .service-arrow-white {
  display: none;
}
.accordions .industry-accordions-content {
  padding: 3px;
}
.accordions .industry-accordions-content div {
  width: 100%;
  height: 100%;
}
.accordions .industry-accordions-content div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.timeline {
  position: relative;
}
.timeline ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.timeline li {
  position: relative;
  width: 1px;
  margin: 0 auto;
  padding-top: 50px;
}
.timeline li:last-child {
  padding-bottom: 100px;
}
.timeline li::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 66px;
  transform: translateX(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: solid 2px #232323;
  background: #ffffff;
  z-index: 1;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.timeline li .item {
  position: relative;
  bottom: 0;
  width: 480px;
  padding: 10px 70px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.timeline li .item::before {
  content: "";
  position: absolute;
  top: 27px;
  width: 60px;
  height: 1px;
  background: rgba(18, 18, 18, 0.4);
}
.timeline li .item h3 {
  line-height: normal;
}
.timeline li:nth-child(odd) div {
  left: 45px;
  transform: translate3d(200px, 0, 0);
}
.timeline li:nth-child(odd) div::before {
  left: -15px;
}
.timeline li:nth-child(even) div {
  left: -525px;
  transform: translate3d(-200px, 0, 0);
}
.timeline li:nth-child(even) div::before {
  right: -15px;
}
@media screen and (max-width: 1023px) {
  .timeline li {
    width: auto;
  }
  .timeline li:last-child {
    padding-bottom: 0px;
  }
  .timeline li::after {
    top: 0;
  }
  .timeline li .item {
    width: 100%;
    padding: 15px 0;
    background: #ffffff;
    margin-top: 10px;
    margin-bottom: 40px;
  }
  .timeline li .item::before {
    display: none;
  }
  .timeline li:nth-child(odd) div {
    left: 0;
  }
  .timeline li:nth-child(odd) div::before {
    left: -15px;
  }
  .timeline li:nth-child(even) div {
    left: 0;
  }
  .timeline li:nth-child(even) div::before {
    right: -15px;
  }
}
.timeline li.in-view::after {
  opacity: 1;
}
.timeline li.in-view div {
  transform: none;
  visibility: visible;
  opacity: 1;
}

.timeline-infinite li::after {
  animation: scaleAnimation 2s infinite;
}

.line {
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  left: calc(50% - 1px);
  width: 1px;
  top: 0;
  bottom: 0;
  display: none;
}

.repeat {
  position: relative;
  padding-bottom: 88px;
}
@media screen and (max-width: 991px) {
  .repeat {
    padding-bottom: 48px;
  }
}
.repeat .repeat-text {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 80px;
  padding: 14px 40px;
  font-size: 24px;
  font-weight: 700;
  background: #ffffff;
  display: inline-block;
}
.repeat .repeat-img {
  margin: 20px auto;
}
.repeat .repeat-img img {
  max-width: 301px;
}
.repeat p {
  max-width: 570px;
  margin: 0 auto;
}

.tabs {
  width: 100%;
  border: 1px solid #C8C8C8;
  overflow: hidden;
}
.tabs .tab-buttons {
  width: 100%;
  overflow-x: auto;
  display: flex;
}
.tabs .tab-buttons::-webkit-scrollbar {
  height: 0;
}
.tabs .tab-buttons span {
  min-width: 213px;
  height: 118px;
  cursor: pointer;
  border-bottom: 1px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background: #f4f4f4 !important;
  position: relative;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.tabs .tab-buttons span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scaleX(0);
  height: 2px;
  width: 0;
  background-color: #000000;
  transform-origin: bottom right;
  transition: transform 5s ease-out;
  z-index: 99999;
}
.tabs .tab-buttons span.active::after {
  transform: scaleX(1);
  transform-origin: 0% 50%;
  width: 100%;
}
.tabs .tab-buttons span.active {
  background: #ffffff !important;
}
@media (max-width: 767px) {
  .tabs .tab-buttons span {
    min-width: 180px !important;
    height: 90px !important;
  }
}
.tabs .tab-buttons span:hover {
  background-color: #ffffff !important;
  border-bottom: 1px solid #000000;
}
.tabs .tab-content {
  width: 100%;
  height: 512px;
  border: solid 1px #ededed;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
}
@media (max-width: 767px) {
  .tabs .tab-content {
    height: 400px !important;
    padding: 20px;
  }
}
.tabs .tab-content .content-tabs {
  max-width: 825px;
}
.tabs .tab-content .content-tabs {
  padding: 50px;
}
@media (max-width: 991px) {
  .tabs .tab-content .content-tabs {
    padding: 10px;
  }
}
.tabs .tab-content .reviews-video {
  width: auto;
  height: 100%;
  background-color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tabs .tab-content .reviews-video video,
.tabs .tab-content .reviews-video iframe {
  width: 100%;
  height: 506px;
  min-height: 400px;
}
@media screen and (max-width: 767px) {
  .tabs .tab-content .reviews-video video,
  .tabs .tab-content .reviews-video iframe {
    height: auto;
  }
}
.tabs .tab-content p {
  font-size: 18px;
  padding-top: 36px;
  background: url(../image/icon-quote.svg) no-repeat 0 0;
}
@media screen and (max-width: 767px) {
  .tabs .tab-content p {
    font-size: 14px;
  }
}
.tabs .tab-content1 {
  width: 60%;
  height: 600px;
  border: solid 1px #ededed;
  display: flex;
  align-items: center;
}
.tabs .tab-content1 p {
  font-size: 18px;
  padding-top: 36px;
  background: url(https://slashstar.co/assets/assets/images/icon-quote.svg) no-repeat 0 0;
}
@media screen and (max-width: 767px) {
  .tabs .tab-content1 p {
    font-size: 14px;
  }
}
.tabs .tab-content1 .content2,
.tabs .tab-content1 .content3,
.tabs .tab-content1 .content4,
.tabs .tab-content1 .content5,
.tabs .tab-content1 .content6 {
  padding: 50px;
}

.slider-wrapper {
  position: relative;
  overflow: hidden;
}

.slider {
  width: 100%;
  height: 512px;
  align-items: center;
  display: flex;
  transition: transform 0.5s ease-in-out;
}
@media (max-width: 569px) {
  .slider {
    height: 430px;
  }
}

.slide {
  flex: 0 0 100%;
  padding: 16px;
  display: none;
}

.slide.active {
  display: block; /* Show only the active slide */
}

.slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.testimonial-tabs-data {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 825px;
  width: 100%;
  height: 100%;
  margin: auto;
}

.testimonial-tabs-data p {
  padding-top: 36px !important;
  background: url(../image/icon-quote.svg) no-repeat 0 0 !important;
}
@media (min-width: 1024px) {
  .testimonial-tabs-data p {
    font-size: 18px !important;
  }
}

.thumbnails {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  margin-top: 10px;
  width: 100%;
}

.thumbnail {
  min-width: 213px;
  height: 118px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f4f4f4;
  cursor: pointer;
  position: relative;
  transition: opacity 0.3s;
  scroll-snap-align: start;
}
@media (max-width: 1023px) {
  .thumbnail {
    min-width: 133px;
  }
}

.thumbnail img {
  outline: none;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  font-size: 14px;
}
@media (max-width: 1024px) {
  .thumbnail img {
    width: 70%;
    height: auto;
  }
}

.thumbnail.active {
  background: #fff;
}

.client {
  padding: 20px;
  width: -moz-fit-content !important;
  width: fit-content !important;
}
.client .client-img {
  width: 54px;
  height: 54px;
  overflow: hidden;
  border-radius: 100px;
  margin-right: 16px;
}
.client .client-img img {
  -o-object-fit: cover;
     object-fit: cover;
}
.client .client-details h4 {
  color: #000000;
  margin: 0 0 5px;
  font-weight: 600;
}
.client .client-details h5 {
  color: rgba(0, 0, 0, 0.7);
  margin: 0;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .client .client-img {
    width: 40px;
    height: 40px;
  }
  .client .client-details h4 {
    font-size: 16px;
  }
  .client .client-details h5 {
    font-size: 12px;
  }
}

.client-namess {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  width: 100% !important;
  padding: 0 20px 0 0 !important;
}

.footer {
  background: #121212 url(../image/footer-bg.svg) no-repeat 0 0;
  color: #ffffff;
}
.footer h3 {
  font-size: 14px;
  font-weight: 500;
  border-bottom: solid 1px #ffffff;
  padding-bottom: 12px;
}
.footer .pages-link li {
  list-style-type: none;
}
.footer .pages-link li .link {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 10px;
}
.footer .link {
  color: #ffffff;
}
.footer .footer-top {
  padding: 112px 0 50px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 50px;
}
.footer .footer-bottom {
  position: relative;
}
.footer .footer-bottom .col {
  padding-right: 40px;
}
.footer .footer-bottom .globe {
  position: absolute;
  top: 0;
  right: 0;
}
.footer .footer-bottom .footer-logo {
  margin-bottom: 20px;
}
.footer .footer-bottom .badges {
  padding-top: 24px;
  display: flex;
}
@media screen and (max-width: 991px) {
  .footer .footer-bottom .badges {
    padding-top: 24px;
  }
}
@media screen and (max-width: 576px) {
  .footer .footer-bottom .badges {
    padding-top: 24px;
  }
}
.footer .footer-bottom .badge {
  margin-right: 40px;
}
.footer .footer-copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 20px 0;
  margin-top: 30px;
}
.footer .footer-copyright .footer-links a {
  margin-right: 20px;
  padding-bottom: 20px;
  display: inline-block;
}
.footer .footer-copyright .social {
  display: flex;
  gap: 10px;
}
.footer .footer-copyright .social a {
  margin: 0 3px;
  padding: 5px;
}
.footer .footer-copyright .social a:hover {
  opacity: 0.6;
}
.footer .footer-copyright .social a i {
  font-size: 20px !important;
  color: white !important;
}
@media screen and (max-width: 991px) {
  .footer .footer-top {
    padding: 30px 0 30px;
    margin-bottom: 40px;
  }
  .footer .globe {
    display: none;
  }
  .footer .footer-bottom .footer-logo {
    margin-bottom: 16px;
  }
  .footer .footer-bottom .footer-logo img {
    max-width: 140px;
  }
  .footer .footer-bottom .col-3 {
    width: 33.33%;
    margin-bottom: 10px;
    padding-right: 15px;
  }
  .footer .footer-bottom .badges {
    flex-wrap: nowrap;
  }
  .footer .footer-bottom .badges .badge {
    margin-right: 20px;
  }
  .footer .footer-bottom .badges .badge:last-child {
    margin: 0;
  }
  .footer .page-links {
    margin: 37px -6px 40px;
    display: flex;
    flex-wrap: wrap;
  }
  .footer .page-links a {
    margin: 20px 6px;
    width: calc(50% - 12px);
  }
  .footer .footer-copyright {
    display: block;
    padding: 30px 0;
    text-align: center;
  }
  .footer .footer-copyright .social {
    padding: 30px 0;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer-bottom .col-3 {
    width: 100%;
  }
  .footer .pages-link {
    padding-left: 0;
  }
}

/* Inner page, Portfolio page
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.banner-section {
  background: #121212;
  position: relative;
}
.banner-section .intro-bg img {
  opacity: 0.6;
}
.banner-section .container {
  max-width: 820px;
  height: 450px;
  padding-top: 120px;
  padding-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #ffffff;
  text-align: center;
}
.banner-section .container h1 {
  font-size: 48px;
  font-weight: 800;
  margin: 0;
}
.banner-section .container h2 {
  font-size: 32px;
  margin: 20px 0;
  font-weight: 500;
}
.banner-section .container p {
  font-size: 16px;
}
.banner-section .container img {
  width: 160px;
}
.banner-section .container .breadcrumb {
  position: absolute;
  bottom: 32px;
}
.banner-section .container .breadcrumb span {
  position: relative;
}
.banner-section .container .breadcrumb span::before, .banner-section .container .breadcrumb span::after {
  content: "";
  position: absolute;
  width: 93px;
  height: 1px;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.6);
  left: -110px;
}
.banner-section .container .breadcrumb span::after {
  left: auto;
  right: -110px;
}
@media screen and (max-width: 767px) {
  .banner-section .container {
    height: auto;
  }
  .banner-section .container h1 {
    font-size: 32px;
  }
  .banner-section .container h2 {
    font-size: 24px;
    margin-bottom: 50px;
  }
  .banner-section .container img {
    width: 120px;
  }
}

.sub-section {
  padding: 96px 0;
}
.sub-section .title h2 {
  max-width: 930px;
  margin: 0;
  margin-bottom: 20px;
}
.sub-section .we-are {
  display: grid;
  grid-template-columns: 1.5fr 3fr;
  padding: 50px;
  gap: 50px;
  border: 1px solid #000000;
}
.sub-section .we-are:first-child {
  border-bottom: 0;
}
@media (max-width: 767px) {
  .sub-section .we-are {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 0;
    padding: 20px;
  }
}
.sub-section .custom-px {
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .sub-section {
    padding: 48px 0px;
  }
}

.company-url a {
  color: blue;
  text-decoration: underline;
}

.values-section .title {
  display: grid;
  grid-template-columns: 2fr 2fr;
  align-items: center;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .values-section .title {
    grid-template-columns: 1fr;
  }
}
.values-section p {
  font-size: 16px;
  margin: 40px 0;
}
@media (max-width: 767px) {
  .values-section p {
    margin: 0;
  }
}
.values-section .industry-expertise-data {
  display: grid;
  grid-template-columns: 1.4fr 2fr;
  gap: 2px;
}
@media (max-width: 1024px) {
  .values-section .industry-expertise-data {
    display: none;
  }
}
.values-section .industry-expertise-data .industry-expertise-content ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.values-section .industry-expertise-data .industry-expertise-content ul .industry-data {
  font-size: 26px;
  font-weight: bold;
  list-style-type: none;
  padding: 40px 49px;
  background: #ffffff;
  color: #000000;
  line-height: normal;
  border-left: 6px solid #C8C8C8;
  color: #666666;
}
.values-section .industry-expertise-data .industry-expertise-content ul .industry-data:hover {
  background: #ffffff !important;
  border-left: 6px solid #000000;
  color: #000000;
}
.values-section .industry-expertise-data .industry-expertise-content ul .industry-data.active {
  background: #ffffff !important;
  border-left: 6px solid #000000;
  color: #000000;
}
.values-section .industry-expertise-data .tabdata {
  padding: 5px;
  overflow: hidden;
}
.values-section .industry-expertise-data .tabdata .tabcontentvalue {
  height: 100%;
  width: 100%;
  flex-direction: column !important;
  justify-content: center;
}
.values-section .industry-expertise-data .tabdata .tabcontentvalue h3 {
  font-size: 44px;
  font-weight: bold;
  color: #2684ff !important;
  margin-bottom: 27px;
}
.values-section .industry-expertise-data .tabdata .tabcontentvalue p {
  margin: 0;
}
.values-section .values-part {
  display: inline-block;
}
@media (min-width: 1024px) {
  .values-section .values-part {
    display: none;
  }
}
.values-section .values-part div {
  margin-bottom: 20px;
}
.values-section .values-part div h3 {
  color: #2684ff;
  margin-bottom: 20px;
}
.values-section .values-part div p {
  margin: 0;
}
@media (max-width: 767px) {
  .values-section .values-part div p {
    font-size: 14px;
  }
}

.culture-section .title {
  display: grid;
  grid-template-columns: 2fr 2fr;
  align-items: center;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .culture-section .title {
    grid-template-columns: 1fr;
  }
}
.culture-section p {
  font-size: 16px;
  margin: 40px 0;
}
@media (max-width: 767px) {
  .culture-section p {
    margin: 0;
  }
}
.culture-section .desktop {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 15px;
}
.culture-section .desktop .culture-images-part {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
}
.culture-section .desktop .culture-images-part .culture-secound {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 15px;
}
.culture-section .desktop .culture-images-part .culture-secound:last-child {
  grid-template-columns: 2fr 1fr;
}
@media (max-width: 1024px) {
  .culture-section .desktop {
    display: none !important;
  }
}
.culture-section .mobile {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
}
.culture-section .mobile .culture-main {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
.culture-section .mobile .culture-secound {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
}
@media (min-width: 1024px) {
  .culture-section .mobile {
    display: none;
  }
}
.culture-section .mobile .culture-third {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
}
.culture-section .images {
  background-color: #C8C8C8;
  width: 100%;
  height: 100%;
}
.culture-section .images img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.platforms-section {
  padding: 96px 0;
}
@media (max-width: 767px) {
  .platforms-section {
    padding: 48px 0;
  }
}
.platforms-section .title {
  max-width: 1000px;
  margin-bottom: 64px;
}
.platforms-section .platforms-content {
  display: flex;
  flex-direction: column;
  gap: 21px;
}
@media (min-width: 1024px) {
  .platforms-section .platforms-content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 21px;
  }
}
.platforms-section .platforms-content .platforms-part {
  padding: 24px;
  border: 1px solid #000000;
  display: flex;
  align-items: center;
  gap: 30px;
  transition: 0.3s all ease-in-out;
}
.platforms-section .platforms-content .platforms-part div {
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #d9d9d9;
  border-radius: 100%;
  padding: 15px;
}
@media (max-width: 1024px) {
  .platforms-section .platforms-content .platforms-part div {
    background: #ffffff;
    height: 40px !important;
    width: 40px !important;
    padding: 10px;
  }
}
.platforms-section .platforms-content .platforms-part h2 {
  margin: 0;
  font-size: 30px;
  transition: 0.3s all linear;
}
@media (max-width: 1024px) {
  .platforms-section .platforms-content .platforms-part h2 {
    color: #ffffff;
    font-size: 25px !important;
  }
}
@media (max-width: 768px) {
  .platforms-section .platforms-content .platforms-part h2 {
    font-size: 20px !important;
  }
}
@media (max-width: 1024px) {
  .platforms-section .platforms-content .platforms-part:first-child {
    background-image: linear-gradient(to bottom, rgb(232, 76, 136), rgb(229, 31, 102));
  }
  .platforms-section .platforms-content .platforms-part:nth-child(2) {
    background: #1d70fa;
  }
  .platforms-section .platforms-content .platforms-part:last-child {
    background: #000000;
  }
}
@media (min-width: 1024px) {
  .platforms-section .platforms-content .platforms-part {
    flex-direction: column;
    padding: 54px;
    gap: 65px;
    align-items: flex-start;
  }
  .platforms-section .platforms-content .platforms-part:hover:first-child {
    background-image: linear-gradient(to bottom, rgb(232, 76, 136), rgb(229, 31, 102));
  }
  .platforms-section .platforms-content .platforms-part:hover:nth-child(2) {
    background: #1d70fa;
  }
  .platforms-section .platforms-content .platforms-part:hover:last-child {
    background: #000000;
  }
  .platforms-section .platforms-content .platforms-part:hover h2 {
    transform: translateY(7px);
  }
  .platforms-section .platforms-content .platforms-part:hover div, .platforms-section .platforms-content .platforms-part:hover div img, .platforms-section .platforms-content .platforms-part:hover {
    background: #ffffff;
  }
  .platforms-section .platforms-content .platforms-part:hover div h2, .platforms-section .platforms-content .platforms-part:hover div img h2, .platforms-section .platforms-content .platforms-part:hover h2 {
    color: #ffffff;
  }
}
.platforms-section .platforms-content .platforms-part div {
  height: 111px;
  width: 111px;
}
.platforms-section .platforms-content .platforms-part h2 {
  font-size: 51px;
}

.approach-section {
  padding: 96px 0;
}
.approach-section .title {
  max-width: 1000px;
  margin-bottom: 64px;
}
.approach-section .why-us-content h3 {
  font-weight: 700;
}
@media (max-width: 991px) {
  .approach-section .why-us-desktop {
    display: none !important;
  }
}
.approach-section .why-us-desktop .why-us-datas {
  display: grid !important;
  grid-template-columns: 1fr 1fr 1fr;
}
.approach-section .why-us-desktop .why-us-datas:nth-child(2) {
  grid-template-columns: 1fr 1fr;
}
.approach-section .why-us-desktop .why-us-datas:nth-child(3) {
  grid-template-columns: 1fr;
}
.approach-section .why-us-desktop .why-us-datas:nth-child(3) div {
  border-bottom: 1px solid #C8C8C8 !important;
}
.approach-section .why-us-desktop .why-us-datas div {
  padding: 30px;
  border-top: 1px solid #C8C8C8 !important;
  border-left: 1px solid #C8C8C8 !important;
}
.approach-section .why-us-desktop .why-us-datas div:last-child {
  border-right: 1px solid #C8C8C8 !important;
}
.approach-section .why-us-desktop .why-us-datas div:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 25px -5px, rgba(0, 0, 0, 0.1) 0px 10px 10px -5px;
}
.approach-section .why-us-mobile {
  display: grid;
  grid-template-columns: 300px 300px 300px 300px 300px 300px;
  gap: 10px;
  overflow-x: auto;
}
.approach-section .why-us-mobile div {
  border: 1px solid black;
  padding: 15px;
}
@media (min-width: 991px) {
  .approach-section .why-us-mobile {
    display: none !important;
  }
}
.approach-section .col {
  padding-bottom: 15px;
}
.approach-section h3 {
  font-weight: 600;
  margin: 0 0 18px;
}
@media screen and (max-width: 767px) {
  .approach-section {
    padding: 48px 0 10px;
  }
  .approach-section .title {
    margin-bottom: 40px;
  }
}

.owners {
  padding-bottom: 50px;
}

.team-section {
  position: relative;
}
.team-section .title {
  margin-bottom: 50px;
}
.team-section .row {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(413px, 1fr));
  gap: 21px;
}
@media (max-width: 1320px) {
  .team-section .row {
    padding: 0 20px;
  }
}
@media (max-width: 569px) {
  .team-section .row {
    grid-template-columns: repeat(auto-fill, minmax(335px, 1fr));
  }
}
.team-section .row::before {
  display: none;
}
.team-section .row .owners-card {
  padding: 0;
  border: 1px solid #C8C8C8;
  width: 100%;
}
.team-section .row .owners-card .owners-names {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 27px 40px;
  border-top: 1px solid #C8C8C8;
}
@media (max-width: 767px) {
  .team-section .row .owners-card .owners-names {
    align-items: flex-start;
    padding: 20px;
  }
}
.team-section .row .owners-card .owners-names h3 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 15px;
}
.team-section .row .owners-card .owners-names h4 {
  font-weight: 500;
  color: #666666;
  font-size: 18px;
  margin: 0 !important;
}
.team-section .row .owners-card:hover .team-img img {
  transform: scale(1.08);
}
.team-section .team-titles {
  display: grid;
  grid-template-columns: 2fr 2fr;
  align-items: center;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .team-section .team-titles {
    grid-template-columns: 1fr;
  }
}
.team-section .team-img {
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.team-section .team-img img {
  transition: 0.4s ease;
}
.team-section .col .link {
  opacity: 0.6;
}
.team-section .col .link:hover {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .team-section {
    padding: 48px 0 10px;
  }
  .team-section::before {
    top: 0;
    bottom: 0;
    z-index: -1;
  }
  .team-section .title {
    margin-bottom: 40px;
  }
  .team-section .col-4 {
    margin-bottom: 10px;
  }
}

.clients-section {
  overflow: hidden;
  padding: 100px 0 0 0;
}
.clients-section .title {
  max-width: 1000px;
  margin-bottom: 48px;
}
.clients-section .clint-logos {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(328px, 1fr));
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .clients-section .clint-logos {
    grid-template-columns: 1fr 1fr;
  }
}
.clients-section .clint-logos .about-logo {
  height: 300px;
  width: 100%;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #C8C8C8;
}
@media (max-width: 1024px) {
  .clients-section .clint-logos .about-logo:nth-child(-n+4) {
    border-bottom: 0;
  }
  .clients-section .clint-logos .about-logo:nth-child(odd) {
    border-right: 0;
  }
}
@media (min-width: 1024px) {
  .clients-section .clint-logos .about-logo:nth-child(-n+2) {
    border-right: 0 !important;
    border-bottom: 0 !important;
  }
  .clients-section .clint-logos .about-logo:last-child {
    border-right: 1px solid #C8C8C8 !important;
  }
  .clients-section .clint-logos .about-logo:nth-last-child(-n+3) {
    border-right: 0;
  }
  .clients-section .clint-logos .about-logo:nth-child(3) {
    border-bottom: 0 !important;
  }
}
.clients-section .clint-logos .about-logo img {
  max-height: 150px;
  max-width: 150px;
  height: 100%;
  width: 100%;
}
@media (max-width: 569px) {
  .clients-section .clint-logos .about-logo {
    height: auto;
  }
}
.clients-section .clint-logos .about-logo:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 25px -5px, rgba(0, 0, 0, 0.1) 0px 10px 10px -5px !important;
}
@media screen and (max-width: 767px) {
  .clients-section {
    padding: 48px 0;
  }
  .clients-section .title {
    margin-bottom: 40px;
  }
}

.contact-page .sub-section {
  padding-bottom: 62px;
}
@media screen and (max-width: 767px) {
  .contact-page .sub-section {
    padding-bottom: 0;
  }
  .contact-page .sub-section h2 {
    max-width: 280px;
    margin-bottom: 20px;
  }
}

.projects-section {
  margin-bottom: 48px;
}
.projects-section .projects-main {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.projects-section .projects-main .projects-content {
  position: relative;
}
@media (min-width: 767px) {
  .projects-section .projects-main .projects-content {
    padding: 0 32px;
  }
  .projects-section .projects-main .projects-content .outline {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 1px;
  }
}
@media (min-width: 767px) {
  .projects-section .projects-main .projects-forms {
    padding: 0 32px;
  }
}
@media (max-width: 767px) {
  .projects-section .projects-main {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .projects-section {
    margin: 0 !important;
  }
}

.contact-section {
  margin-bottom: 48px;
}
.contact-section .address .office {
  margin-bottom: 50px;
}
.contact-section .address h3 {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  border-bottom: solid 1px #121212;
  min-width: 204px;
  padding-bottom: 5px;
}
.contact-section .address p {
  margin-bottom: 10px;
}
.contact-section .address p:last-child {
  font-weight: 600;
}
.contact-section .outline {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 1px;
}

.top-services-section {
  padding: 80px 0 100px;
}
.top-services-section .choose-us {
  max-width: 100% !important;
}
.top-services-section .choose-us p {
  max-width: 100% !important;
}
.top-services-section .title {
  max-width: 880px;
  margin-bottom: 50px;
}
.top-services-section .title h2 {
  margin-bottom: 60px;
}
.top-services-section .title h3 {
  font-size: 32px;
}
.top-services-section .title p {
  font-size: 18px;
  max-width: 680px;
}
.top-services-section .row {
  margin: 0 -10px;
  align-items: inherit;
}
.top-services-section .row .col {
  padding: 10px;
}
.top-services-section .row .box {
  border: solid 1px #1d1c1c;
  padding: 40px 15px 15px;
  position: relative;
  height: 100%;
}
.top-services-section .row .box span {
  font-size: 24px;
  background-color: #ffffff;
  padding: 4px 8px;
  position: absolute;
  top: -17px;
  left: 15px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .top-services-section {
    padding: 42px 0;
  }
  .top-services-section .title {
    margin-bottom: 30px;
  }
  .top-services-section .title h2 {
    margin-bottom: 20px;
  }
  .top-services-section .title h3 {
    font-size: 24px;
  }
  .top-services-section .title p {
    font-size: 16px;
  }
}

.service-section {
  padding-bottom: 48px;
}
.service-section .row {
  margin-bottom: 40px;
}
.service-section h3 {
  font-weight: 500;
}
.service-section p {
  font-size: 18px;
}

.tabs-section {
  background-color: #f4f4f4;
  padding: 88px 0;
}
.tabs-section ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.tabs-section ul li {
  margin-top: 30px;
}
.tabs-section ul li a {
  font-size: 40px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.8);
  opacity: 0.3;
}
.tabs-section ul li.active a {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .tabs-section .tab-data:first-child {
    margin-top: -50px;
  }
  .tabs-section .tab-data .tab-image {
    padding-top: 120px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .tabs-section {
    padding: 40px 0 20px;
  }
  .tabs-section .nav-selector.col {
    position: relative;
    top: auto;
  }
  .tabs-section .nav-selector.col ul {
    display: none;
  }
  .tabs-section .tab-data {
    margin: 10px 0 30px 0;
  }
  .tabs-section .tab-image {
    margin: 0 0 20px;
  }
}
@media (min-height: 300px) {
  .tabs-section .nav-selector {
    position: sticky;
    top: 60px;
  }
}

.technology-section {
  padding: 96px 0 0 0;
}
.technology-section .title {
  margin-bottom: 40px;
}
.technology-section .col {
  width: 20%;
  height: 150px;
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.technology-section .col span {
  padding-top: 15px;
}
@media screen and (max-width: 767px) {
  .technology-section {
    padding: 42px 0 0 0;
  }
  .technology-section .title {
    margin-bottom: 20px;
  }
  .technology-section .col {
    width: 50%;
    height: 120px;
  }
}

.services-page .projects-section {
  padding-top: 0;
}

.whatwedo-section {
  padding: 96px 0;
}
.whatwedo-section p {
  color: #5c5c5c;
  margin-bottom: 15px;
}
.whatwedo-section .col-8 {
  padding-left: 110px;
}
.whatwedo-section .portfolio-carousel {
  margin-top: 96px;
}
.whatwedo-section .web-link {
  font-size: 18px;
  position: relative;
  padding-right: 50px;
  display: inline-block;
}
.whatwedo-section .web-link::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 40px;
  height: 1px;
  background-color: #bababa;
}
@media screen and (min-width: 768px) {
  .whatwedo-section h2 {
    font-size: 40px;
  }
  .whatwedo-section p {
    font-size: 16px;
  }
  .whatwedo-section .col-8 h2 {
    margin-bottom: 42px;
  }
}
@media screen and (max-width: 767px) {
  .whatwedo-section {
    padding: 42px 0;
  }
  .whatwedo-section .list {
    max-width: 100%;
  }
  .whatwedo-section .col-8 {
    padding: 20px;
  }
  .whatwedo-section .portfolio-carousel {
    margin-top: 30px;
  }
}

.challange-section {
  background: #121212 url(../image/section-bg.svg) no-repeat 0 0;
  margin-bottom: 88px;
}
.challange-section .flex {
  margin: 0;
}
.challange-section .flex .brand {
  display: inline-block;
  text-align: center;
}
.challange-section .flex .brand img {
  width: 120px;
  margin-bottom: 30px;
}
.challange-section .flex .brand .brand-name {
  font-size: 22px;
  font-weight: 600;
  color: #9bb74f;
}
.challange-section .flex .col {
  padding: 0;
}
.challange-section .flex .col-7 {
  background-color: #ffffff;
  padding: 40px;
}
.challange-section .flex .col-7 h3 {
  font-size: 32px;
}
.challange-section .flex .col-7 h4 {
  font-size: 20px;
}
.challange-section .flex .col-7 h4 span {
  position: relative;
}
.challange-section .flex .col-7 h4 span::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 40px;
  height: 2px;
  background-color: #121212;
  margin-left: 15px;
}
.challange-section .flex .col-7 p {
  font-size: 18px;
}

.challenges-section .info-card {
  background-color: #f4f4f4;
  font-size: 18px;
  padding: 32px;
  position: relative;
  min-height: 660px;
  padding-bottom: 100px;
}
.challenges-section .info-card::before {
  content: "";
  position: absolute;
  left: 32px;
  right: 100px;
  bottom: 52px;
  width: calc(100% - 140px);
  height: 1px;
  background-color: #dbdbdb;
}
.challenges-section .info-card::after {
  content: "";
  position: absolute;
  right: 32px;
  bottom: 32px;
  background: url(../image/logo-black.svg) no-repeat center center;
  width: 42px;
  height: 42px;
}
.challenges-section .info-card h3 {
  font-size: 40px;
}
@media screen and (min-width: 992px) {
  .challenges-section .challenges {
    margin: 0 -12px;
  }
  .challenges-section .challenges .col {
    padding: 12px;
  }
  .challenges-section .challenges .col:nth-child(3) {
    float: right;
  }
  .challenges-section .challenges .img-card {
    height: 100%;
  }
  .challenges-section .challenges .img-card img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 991px) {
  .challenges-section .col {
    padding: 12px 0;
    width: 100%;
  }
  .challenges-section .info-card {
    font-size: 16px;
    min-height: 500px;
  }
  .challenges-section .info-card h3 {
    font-size: 32px;
  }
}

.app-section {
  overflow: hidden;
  position: relative;
  padding: 88px 0;
}
.app-section::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../image/section-bg1.svg);
  opacity: 0.5;
  z-index: -1;
}
.app-section .app-carousel {
  margin: 40px -10px 80px;
  display: flex;
  gap: 10px;
  transition: transform 0.5s ease-in-out;
}
.app-section .app-carousel .slide-content {
  flex: 0 0 33.333%;
  box-sizing: border-box;
}
.app-section .download-app {
  max-width: 650px;
}
.app-section .download-app p {
  color: #808080;
}
.app-section .download-app .app-link a {
  margin-right: 20px;
}
.app-section .download-app .app-link a img {
  height: 42px;
}
@media screen and (min-width: 768px) {
  .app-section .title {
    max-width: 650px;
  }
  .app-section .title h2 {
    font-size: 40px;
  }
  .app-section .title p {
    font-size: 18px;
  }
  .app-section .download-app h2 {
    font-size: 48px;
  }
  .app-section .download-app p {
    font-size: 16px;
  }
  .app-section .download-app .app-link a {
    margin-right: 30px;
  }
  .app-section .download-app .app-link a img {
    height: 52px;
  }
}
@media screen and (max-width: 767px) {
  .app-section {
    padding: 42px 0;
  }
  .app-section .app-carousel {
    margin: 20px -10px;
  }
}

.testimonial-section {
  padding: 100px 0;
}
.testimonial-section .title {
  max-width: 720px;
  margin-bottom: 60px;
}
.testimonial-section .testimonial-carousel .slide-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 920px;
  margin: 0 auto;
  padding: 0 60px;
}
.testimonial-section .testimonial-carousel .slide-info .star img {
  margin: 4px;
}
.testimonial-section .testimonial-carousel .slide-info h3 {
  font-size: 20px;
  line-height: 1.6;
  text-align: center;
  margin: 30px auto;
  color: rgba(255, 255, 255, 0.8);
}
.testimonial-section .testimonial-carousel .slide-info h4 {
  color: #ffffff;
}
.testimonial-section .testimonial-carousel .slide-info h5 {
  color: rgba(255, 255, 255, 0.7);
}
.testimonial-section .testimonial-carousel .slide-info .logo-img {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  padding-left: 20px;
  margin-left: 20px;
}
.testimonial-section .testimonial-carousel .slick-arrow {
  background: none;
  border: solid 1px rgba(255, 255, 255, 0.2);
  bottom: 50%;
  margin-bottom: -18px;
  right: 0;
}
.testimonial-section .testimonial-carousel .slick-arrow::after {
  background-image: url(../image/arrow-white-short.svg);
}
.testimonial-section .testimonial-carousel .slick-arrow::before {
  background: none;
}
.testimonial-section .testimonial-carousel .slick-arrow.slick-prev {
  right: auto;
  left: 0;
}
.testimonial-section .testimonial-carousel .slick-arrow:hover {
  border-color: rgba(255, 255, 255, 0.4);
}
@media screen and (max-width: 767px) {
  .testimonial-section {
    padding: 48px 0;
  }
  .testimonial-section .title {
    margin-bottom: 30px;
  }
  .testimonial-section .tabs .tab-buttons span img {
    max-height: 30px;
  }
  .testimonial-section .testimonial-carousel .slide-info h3 {
    font-size: 15px;
    font-weight: 400;
  }
  .testimonial-section .testimonial-carousel .slide-info .logo-img img {
    height: 36px;
  }
}

.whatsapp {
  position: fixed;
  right: 30px;
  bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s all ease-in-out;
}
.whatsapp:hover .watsapp-icon {
  animation: myAnim 1.5s infinite;
}
@keyframes myAnim {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.whatsapp .watsapp-icon {
  height: 45px;
  width: 45px;
}
.whatsapp .watsapp-icon img {
  width: 100%;
  height: 100%;
}

.blog-section {
  padding: 96px 0;
}
.blog-section .title {
  max-width: 1000px;
  margin-bottom: 64px;
}
.blog-section .blog-data {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(414px, 1fr));
  gap: 19px;
}
@media (max-width: 569px) {
  .blog-section .blog-data {
    grid-template-columns: repeat(auto-fill, minmax(335px, 1fr));
  }
}
.blog-section .blog-data .box {
  border: 1px solid #C8C8C8;
  overflow: hidden;
}
.blog-section .blog-data .box .blog-img {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
}
.blog-section .blog-data .box .blog-img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s all linear;
}
.blog-section .blog-data .box .blog-content {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 25px;
}
.blog-section .blog-data .box .blog-content h6 {
  font-size: 16px !important;
  font-weight: 600;
  margin: 0;
  transition: 0.2s all linear;
}
.blog-section .blog-data .box .blog-content a div {
  height: 45px;
  width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000000;
  border-radius: 100%;
}
.blog-section .blog-data .box .blog-content a div img {
  transition: 0.3s all linear;
}
.blog-section .blog-data .box:hover .blog-img img {
  transform: scale(1.05);
}
.blog-section .blog-data .box:hover .blog-content {
  background: #000000;
}
.blog-section .blog-data .box:hover .blog-content h6 {
  color: #ffffff;
}
.blog-section .blog-data .box:hover .blog-content a div {
  background: #ffffff;
}
.blog-section .blog-data .box:hover .blog-content a div img {
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .blog-section {
    padding: 48px 0 10px;
  }
  .blog-section .title {
    margin-bottom: 40px;
  }
}

.portfolio-details-page .testimonial-section {
  background: #121212 url(../image/testimonial-bg.svg) no-repeat center center;
  color: #ffffff;
  padding: 140px 0;
}
.portfolio-details-page .testimonial-section h3 {
  color: rgba(255, 255, 255, 0.8);
}
.portfolio-details-page .testimonial-section h4 {
  color: #ffffff;
}
.portfolio-details-page .testimonial-section h5 {
  color: rgba(255, 255, 255, 0.7);
}

.projects-section {
  padding: 88px 0;
}
.projects-section .project-link {
  background-color: #f2f2f2;
  overflow: hidden;
  position: relative;
  display: block;
  width: 100%;
  height: 400px;
}
.projects-section .project-link img {
  transition: 0.4s ease;
}
.projects-section .project-link:hover img {
  transform: scale(1.08);
}
.projects-section .project-link .btn {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  font-size: 30px;
  padding: 30px;
  text-align: right;
  background: rgba(0, 0, 0, 0.8);
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1;
}
.projects-section .project-link .btn .arrow {
  width: 44px;
  height: 44px;
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transform: rotate(45deg);
  background-size: 12px;
  left: 0;
  top: 0;
}
.projects-section .col-5 .btn .arrow {
  transform: rotate(-135deg);
}
@media screen and (min-width: 768px) {
  .projects-section .col {
    width: 50%;
  }
  .projects-section h2 {
    font-size: 40px;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 767px) {
  .projects-section {
    padding: 42px 0;
  }
  .projects-section .col:first-child {
    margin-bottom: 20px;
  }
  .projects-section .project-link .btn {
    font-size: 20px;
    height: auto;
    padding: 15px 20px;
  }
  .projects-section .project-link .btn .arrow {
    width: 30px;
    height: 30px;
    background-size: 9px;
  }
}

.example3 {
  margin-bottom: 20px;
}

#snackbar {
  visibility: hidden;
  min-width: 250px;
  margin-right: 0px;
  background-color: #fff;
  border: 1px solid #333;
  border-left: 5px solid #333;
  border-radius: 10px !important;
  color: #333;
  text-align: right;
  border-radius: 2px;
  padding: 16px;
  position: fixed;
  z-index: 1999999;
  right: 30px;
  bottom: 30px;
  font-size: 14px;
  font-weight: 600;
}

#snackbar.show {
  visibility: visible;
  animation: fadein 0.3s, fadeout 0.3s 5s;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

.wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  font-family: "Poppins";
}

#btn-myForm {
  background-color: black;
  border: none;
  padding: 0.75rem 1.5rem;
  color: white;
  transition: 0.3s;
  cursor: pointer;
  position: relative;
}

#btn-myForm:hover {
  background-color: black;
}

#btn-myForm::after {
  content: "";
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  position: absolute;
  top: 20%;
  left: 40%;
  border: 0.15rem solid transparent;
  border-right-color: white;
  border-radius: 50%;
  animation: animate 0.7s linear infinite;
  opacity: 0;
}

@keyframes animate {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
#btn-myForm.loading {
  color: transparent;
}

#btn-myForm.loading::after {
  opacity: 1;
}

#btn {
  background-color: black;
  border: none;
  padding: 0.75rem 1.5rem;
  color: white;
  transition: 0.3s;
  cursor: pointer;
  position: relative;
}

#example1,
#example3 {
  margin-bottom: 20px;
}

#btn:hover {
  background-color: black;
}

#btn::after {
  content: "";
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  position: absolute;
  top: 20%;
  left: 40%;
  border: 0.15rem solid transparent;
  border-right-color: white;
  border-radius: 50%;
  animation: animate 0.7s linear infinite;
  opacity: 0;
}

@keyframes animate {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
#btn.loading {
  color: transparent;
}

#btn.loading::after {
  opacity: 1;
}

.dropdown {
  position: relative;
  display: inline-block;
  width: 100%;
}

.dropbtn {
  border: 1px solid #dbdbdb;
  background-color: transparent;
  padding: 12px 15px;
  width: 100%;
  text-align: left;
  cursor: pointer;
}

.dropdown-content {
  display: none;
  position: absolute;
  width: 100%;
  top: 50px;
  background-color: #ffffff;
  border: 1px solid #dbdbdb;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 100;
  max-height: 165px;
  overflow-y: auto;
}
.dropdown-content p {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  margin: 0 0 0 0 !important;
}
.dropdown-content p:hover {
  background-color: #f1f1f1;
}

.btn-padding {
  padding-bottom: 10px !important;
}

.show {
  display: block;
  animation: fadeInUp 0.5s ease;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}/*# sourceMappingURL=app.css.map */