/*
Theme Name: 
Theme URI: 
Design by: 
Developed by: 
Version: 
License: 
Tags: 
*/
/*================================================
[  Table of contents  ]
================================================

    01 Theme Default
    02 Components
        02.01 Title
        02.02 Padding
        02.03 Slider Arrow
        02.04 button



    03 Layout     
        03.01 Header
        03.02 Hero banner  
        03.03 information
        03.04 Study
        03.05 Offer section
        03.06 Scope section
        03.07 Business plan
        03.08 Blog section
        03.09 Solution section
        03.10 Footer
        03.11 Feature
        03.12 Benefit
        03.13 Banner
        03.14 Hiring 
        03.15 Blog details 
        03.16 partner items
        03.17 about


    04 Responsive     







======================================
[ End table content ]
======================================*/
/* =================     Google Fonts  =================*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
/*=====================     01 Theme Default =======================*/
/*=====================
    Abstracts
=======================*/
:root {
  --color-white: #ffffff;
  --color-white-2: rgba(255, 255, 255, 0.68);
  --color-white-3: rgba(255, 255, 255, 0.8);
  --color-black: #000000;
  --color-black-2: #302d2d;
  --color-black-4: #010204;
  --color-black-3: linear-gradient(
    90deg,
    rgba(12, 18, 33, 1) 0%,
    rgba(11, 16, 30, 0) 50%,
    rgba(10, 15, 27, 1) 100%
  );
  --color-black-4: #010204;
  --color-black-5: #070b16;
  --bg-color: #101629;
  --bg-color-2: linear-gradient(
    180deg,
    rgba(17, 25, 47, 1) 0%,
    rgba(3, 5, 10, 1) 100%
  );
  --bg-color-3: linear-gradient(
    180deg,
    rgba(19, 27, 50, 0.1) 0%,
    rgba(16, 23, 42, 1) 100%
  );
  --bg-color-4: linear-gradient(
    0deg,
    rgba(17, 25, 47, 1) 0%,
    rgba(3, 5, 10, 1) 100%
  );
  --bg-color-8: rgba(255, 255, 255, 0.05);
  --border-color: rgba(255, 255, 255, 0.12);
  --color-blue: #d4ebff;
  --color-blue-2: #417fb4;
  --color-blue-3: #3c8fd5;
  --color-gray: #6a6e78;
  --color-red: #ed6d51;
}

*,
::after,
::before,
[type="checkbox"],
[type="radio"],
legend {
  box-sizing: border-box;
}

body,
pre {
  word-wrap: break-word;
}

ol,
ol li,
ul,
ul li {
  list-style: none;
  margin: 0;
}

button,
hr,
input {
  overflow: visible;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
pre,
section {
  display: block;
}

sub,
sup {
  position: relative;
}

.align-items-center {
  align-items: center !important;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

.row > *,
iframe,
img,
legend,
table {
  max-width: 100%;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.row > * {
  flex-shrink: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.col-auto,
.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.col-12,
.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.col-6,
.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.col-3,
.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.col-1,
.col-2,
.col-4,
.col-5,
.col-7,
.col-8,
.row-cols-6 > * {
  flex: 0 0 auto;
}

.row-cols-6 > * {
  width: 16.6666666667%;
}

.col-1 {
  width: 8.33333333%;
}

.col-2 {
  width: 16.66666667%;
}

.col-4 {
  width: 33.33333333%;
}

.col-5 {
  width: 41.66666667%;
}

.col-7 {
  width: 58.33333333%;
}

.col-8 {
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
  .col-sm {
    flex: 1 0 0%;
  }
  .col-sm-auto,
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-12,
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .col-sm-6,
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-sm-3,
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
}
@media (min-width: 768px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 720px;
  }
  .col-md {
    flex: 1 0 0%;
  }
  .col-md-auto,
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-12,
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .col-md-6,
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-md-3,
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
}
@media (min-width: 992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 900px;
  }
  .col-lg {
    flex: 1 0 0%;
  }
  .col-lg-auto,
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-12,
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .col-lg-6,
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-lg-3,
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1100px;
  }
  .col-xl {
    flex: 1 0 0%;
  }
  .col-xl-auto,
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-12,
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .col-xl-6,
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xl-3,
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
}
@media (min-width: 1600px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1470px;
  }
  .col-xxl {
    flex: 1 0 0%;
  }
  .col-xxl-auto,
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-12,
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .col-xxl-6,
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xxl-3,
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
}
/*====================
	 Default
======================*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  scroll-behavior: smooth;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

ul li,
ol li {
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  vertical-align: middle;
  max-width: 100%;
}

iframe {
  max-width: 100%;
}

del {
  text-decoration: line-through;
}

table {
  width: 100%;
  max-width: 100%;
}

table th {
  vertical-align: top;
  font-size: 16px;
  font-weight: 400;
}

pre {
  display: block;
  word-break: break-all;
  word-wrap: break-word;
}

textarea {
  resize: initial;
}

strong {
  font-weight: 700;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

input[type="text"],
input[type="password"],
input[type="file"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input,
select,
textarea {
  border-radius: 0;
  font-size: 14px;
  min-width: auto;
  letter-spacing: 1.4px;
  box-sizing: border-box;
  line-height: 1.6px;
  height: 40px;
  padding: 0px 15px;
  vertical-align: middle;
  border: 1px solid var(--color-white);
  transition: all 0.4s ease;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="file"],
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus,
select:focus,
textarea:focus {
  outline: none;
  box-shadow: 0 0 0 0em rgba(0, 123, 255, 0.25) !important;
}

input[type="submit"] {
  padding: 13px 15px;
  height: 40px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  letter-spacing: 0.5px;
  border: none;
  cursor: pointer;
  transition: all 0.4s ease;
}

input[type="submit"]:hover {
  background: #444444;
}

input[type="button"] {
  cursor: pointer;
  transition: all 0.4s ease;
}

.gradient-text {
  background: #6374e0;
  background: -webkit-linear-gradient(to right, #6374e0 0%, #f858ae 100%);
  background: -moz-linear-gradient(to right, #6374e0 0%, #f858ae 100%);
  background: linear-gradient(to right, #6374e0 0%, #f858ae 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/*====================
	 Normalize v8.0.1
======================*/
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: "Montserrat", sans-serif;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: "Montserrat", sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type="button"],
[type="reset"],
[type="submit"],
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/*====================
	 Typography
======================*/
html {
  overflow-x: hidden;
  padding: 0;
  margin: 0;
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.5px;
  word-spacing: 0;
  word-wrap: break-word;
  color: var(--color-white);
  background: linear-gradient(360deg, rgb(17, 25, 47) 0%, rgb(3, 5, 10) 100%);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  color: var(--color-white);
  padding: 0;
  margin: 0;
}

h1 {
  font-size: 96px;
  line-height: 96px;
}

h2 {
  font-size: 48px;
  line-height: 48px;
}

h3 {
  font-size: 30px;
  line-height: 30px;
}

h4 {
  font-size: 24px;
  line-height: 34px;
}

h5 {
  font-size: 20px;
  line-height: 20px;
}

h6 {
  font-size: 18px;
  line-height: 28px;
}

p {
  font-size: 15px;
  line-height: 24px;
  color: var(--color-white);
  font-weight: 400;
  margin: 0;
  padding: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

ul li,
ol li {
  list-style: none;
}

a,
button,
.btn,
ol li a,
ul li a {
  text-decoration: none;
  outline: none !important;
  cursor: pointer;
  color: var(--color-white);
  transition: all 0.4s ease;
}
a:hover,
button:hover,
.btn:hover,
ol li a:hover,
ul li a:hover {
  outline: none !important;
  text-decoration: none;
}

.btn,
.btn:focus {
  outline: none !important;
  box-shadow: 0 0 0 0em rgba(0, 123, 255, 0.25) !important;
}

section {
  padding: 80px 0;
}

svg {
  fill: var(--color-white);
  --svg-font-size: 14px;
  width: var(--svg-font-size);
  height: var(--svg-font-size);
  transition: all 0.4s ease;
}

.d-none {
  display: none !important;
}

/*=====================    02 Components  =======================*/
/*==================
02.01 Title
===================*/
.title {
  position: relative;
}
.title .sub-title {
  display: none;
  position: absolute;
  left: -95px;
  top: 50px;
  transform: rotate(-90deg);
}
.title .sub-title p {
  position: relative;
  display: inline-block;
  font-size: 12px;
  line-height: 20px;
  font-weight: 300;
  text-transform: capitalize;
}
.title .sub-title p::after {
  position: absolute;
  content: "";
  left: 0px;
  top: 20px;
  width: 100%;
  height: 1px;
  background-color: var(--color-white);
}
.title h2 {
  font-size: 48px;
  line-height: 70px;
  font-weight: 200;
  text-transform: capitalize;
  color: var(--color-white);
}
.title h3 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  color: var(--color-white-2);
  margin-bottom: 20px;
}
.title h4 {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  text-transform: capitalize;
  color: var(--color-white);
}
.title.v1 h2 {
  max-width: 935px;
}
.title.v2 h2 {
  max-width: 380px;
}
.title.v3 h2 {
  max-width: 590px;
}
.title.v4 h2 {
  max-width: 660px;
}
.title.v5 h2 {
  max-width: 700px;
}
.title.v6 h2 {
  max-width: 225px;
}

/*==================
02.02 Padding
===================*/
.pl-45 {
  padding-left: 45px;
}

.pl-70 {
  padding-left: 70px;
}

.pl-100 {
  padding-left: 50px;
}

.pl-130 {
  padding-left: 130px;
}

.pl-150 {
  padding-left: 150px;
}

.pl-200 {
  padding-left: 200px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-45 {
  padding-right: 45px;
}

.pr-70 {
  padding-right: 70px;
}

.pr-100 {
  padding-right: 100px;
}

.pr-200 {
  padding-right: 200px;
}

.pt-100 {
  padding-top: 100px;
}

/*==================
02.03 Slider Arrow
===================*/
.arrow-icon {
  position: absolute;
  top: -40px;
  right: 0px;
}
.arrow-icon .slider-prev {
  position: absolute;
  right: 44px;
  top: 0px;
}
.arrow-icon .slider-next {
  position: absolute;
  right: 4px;
  top: 0px;
}
.arrow-icon .arrow {
  display: inline-block;
  cursor: pointer;
  transition: all 0.4s ease;
  line-height: 12px;
}
.arrow-icon .arrow svg {
  --svg-font-size: 18px;
  fill: var(--color-gray);
  margin-top: 0;
  margin-right: 0px;
  transition: all 0.4s ease-in-out;
}
.arrow-icon .arrow svg:hover {
  fill: var(--color-white);
}

.slick-slider .slick-list {
  position: relative;
  display: block;
  overflow: visible;
  margin: 0;
  padding: 0;
  clip-path: inset(-100vw -100vw -100vw 0);
}
.slick-slider .slick-list .slick-track .slick-slide {
  margin: 0 16px;
}

/*==================
02.04 button
===================*/
.btn {
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  color: var(--color-white);
  text-transform: capitalize;
  margin-top: 20px;
  padding: 6px 20px;
  background-color: var(--color-blue-2);
  border: 1px solid var(--color-blue-3);
  border-radius: 7px;
}

/*=====================    03 Layout  =======================*/
/*==================
03.01 Header
===================*/
.header {
  position: absolute;
  width: 100%;
  padding: 10px 0;
  z-index: 999;
}
.header .logo {
  max-width: 85%;
}
.header .logo a {
  display: inline-block;
}
.header .logo a .icon {
  display: inline-block;
  width: 100%;
}
.header .logo a .icon svg {
  display: inline-block;
  width: 210px;
  height: 40px;
}
.header .main {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .main .main-menu .menu-top {
  display: none;
}
.header .main .main-menu ul {
  display: inline-block;
  line-height: 16px;
}
.header .main .main-menu ul li {
  position: relative;
  display: inline-block;
  margin-right: 40px;
}
.header .main .main-menu ul li a {
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  text-transform: capitalize;
  color: var(--color-white);
}
.header .main .main-menu ul li a:hover {
  color: var(--color-red);
}
.header .main .main-menu ul li:last-child {
  margin-right: 0px;
}
.header .main .main-menu ul li:hover > ul {
  visibility: visible;
  opacity: 1;
}
.header .main .main-menu ul li ul {
  position: absolute;
  top: 50px;
  left: -20px;
  background: var(--bg-color-2);
  padding: 30px 25px 10px 25px;
  border-radius: 10px;
  transition: all 0.3s ease;
  visibility: hidden;
  opacity: 0;
}
.header .main .main-menu ul li ul li {
  margin-right: 0px;
  padding: 5px 0;
}
.header .main .main-menu ul li ul li a {
  display: ruby-text;
}
.header .main .main-menu ul li ul li:last-child {
  padding-bottom: 5px;
}
.header .main .main-menu ul li ul::after {
  position: absolute;
  top: -8px;
  left: 20px;
  content: "";
  width: 50px;
  height: 50px;
  background-color: #12192e;
  transform: rotate(32deg);
  z-index: -1;
  border-radius: 5px;
}
.header .main .contact-sale {
  display: flex;
  align-items: center;
  gap: 30px;
}
.header .main .contact-sale li {
  display: inline-block;
}
.header .main .contact-sale .contact {
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  border: 1px solid var(--color-white);
  border-radius: 10px;
}
.header .main .contact-sale .contact a {
  display: inline-block;
  color: var(--color-white);
  padding: 10px 20px;
}
.header .main .contact-sale .navbar {
  display: none;
  line-height: 0px;
  cursor: pointer;
  margin-right: -7px;
}
.header .main .contact-sale .navbar svg {
  --svg-font-size: 45px;
  stroke-width: "1.5";
  stroke: var(--color-white);
}
.header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: var(--color-black);
  animation: smoothly 1s forwards;
  z-index: 9999;
}
@keyframes smoothly {
  0% {
    transform: translateY(-150px);
  }
  100% {
    transform: translateY(0px);
  }
}

.mobile-menu {
  display: none;
}

/*==================
03.02 Hero banner 
===================*/
:root {
  --color-bg-g: rgba(21, 21, 21, 1);
  --color-black-g: 78, 78, 77;
  --color-cyan-g: 174, 220, 230;
  --color-blue-g: 66, 127, 180;
  --color-pink-g: 237, 109, 81;
  --circle-size-g: 40%;
  --blending-g: hard-light;
}

.hero-banner {
  position: relative;
  padding: 180px 0px 50px 0px;
  z-index: 1;
  overflow: hidden;
}
.hero-banner.contact-banner .hero-content .text h1 {
  font-size: 56px;
  line-height: 78px;
}
.hero-banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 105%;
  background: var(--bg-color-3);
  z-index: -1;
}
.hero-banner .hero-content {
  width: 100%;
}
.hero-banner .hero-content .text {
  width: 100%;
}
.hero-banner .hero-content .text h6 {
  font-size: 20px;
  line-height: 20px;
  font-weight: 200;
  margin-bottom: 25px;
}
.hero-banner .hero-content .text h1 {
  font-size: 70px;
  line-height: 90px;
  font-weight: 200;
}
.hero-banner .hero-content .text p {
  display: none;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  margin-top: 25px;
}
.hero-banner .hero-content .text .animation-content {
  position: relative;
  height: 185px;
  width: 100%;
  margin: 70px 0;
}
.hero-banner .hero-content .text .animation-content .animationText {
  height: 100%;
  width: 600px;
}
.hero-banner .hero-content .text .animation-content .animationList h1 {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 860px;
  opacity: 0;
  overflow: hidden;
  animation: topToBottom 20s linear infinite 0s;
  -ms-animation: topToBottom 20s linear infinite 0s;
  -webkit-animation: topToBottom 20s linear infinite 0s;
}
.hero-banner
  .hero-content
  .text
  .animation-content
  .animationList
  h1:nth-child(2) {
  animation-delay: 5s;
  -ms-animation-delay: 5s;
  -webkit-animation-delay: 5s;
}
.hero-banner
  .hero-content
  .text
  .animation-content
  .animationList
  h1:nth-child(3) {
  animation-delay: 10s;
  -ms-animation-delay: 10s;
  -webkit-animation-delay: 10s;
}
.hero-banner
  .hero-content
  .text
  .animation-content
  .animationList
  h1:nth-child(4) {
  animation-delay: 15s;
  -ms-animation-delay: 15s;
  -webkit-animation-delay: 15s;
}
.hero-banner .trusted-companies {
  padding-top: 150px;
}
.hero-banner .trusted-companies p {
  font-size: 14px;
  line-height: 14px;
  font-weight: 300;
  color: var(--color-white-2);
  padding-bottom: 10px;
}
.hero-banner .trusted-companies .brand-logo img {
  margin-right: 40px;
  padding: 10px 0;
  height: 50px;
}
.hero-banner .trusted-companies .brand-logo img:last-child {
  margin-right: 0px;
}
.hero-banner .gradient-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color-bg-g);
  overflow: hidden;
  filter: blur(50px);
  z-index: -3;
}
.hero-banner .gradient-bg .gradients-container {
  width: 100%;
  height: 100%;
  filter: blur(50px);
}
.hero-banner .gradient-bg .gradients-container .g1 {
  position: absolute;
  background: radial-gradient(
      circle at center,
      rgba(var(--color-cyan-g), 1) 30%,
      rgba(var(--color-cyan-g), 0) 80%
    )
    no-repeat;
  mix-blend-mode: var(--blending-g);
  width: var(--circle-size-g);
  height: var(--circle-size-g);
  top: -10%;
  left: -25%;
  transform-origin: center center;
  animation: moveInCircle 10s ease infinite;
  opacity: 1;
  z-index: -2;
}
.hero-banner .gradient-bg .gradients-container .g2 {
  position: absolute;
  background: radial-gradient(
      circle at center,
      rgba(var(--color-blue-g), 1) 30%,
      rgba(var(--color-blue-g), 0) 50%
    )
    no-repeat;
  mix-blend-mode: var(--blending-g);
  width: var(--circle-size-g);
  height: var(--circle-size-g);
  bottom: 50%;
  left: 10%;
  transform-origin: calc(50% - 400px);
  animation: moveInCircle 10s reverse infinite;
  opacity: 1;
  z-index: -2;
}
.hero-banner .gradient-bg .gradients-container .g3 {
  position: absolute;
  background: radial-gradient(
      circle at center,
      rgba(var(--color-cyan-g), 1) 30%,
      rgba(var(--color-cyan-g), 0) 50%
    )
    no-repeat;
  mix-blend-mode: var(--blending-g);
  width: var(--circle-size-g);
  height: var(--circle-size-g);
  top: calc(50% - var(--circle-size-g) / 2 + 200px);
  left: calc(50% - var(--circle-size-g) / 2 - 500px);
  transform-origin: calc(50% + 400px);
  animation: moveVertical 10s linear infinite;
  opacity: 1;
  z-index: -2;
}
.hero-banner .gradient-bg .gradients-container .g4 {
  position: absolute;
  background: radial-gradient(
      circle at center,
      rgba(var(--color-cyan-g), 1) 30%,
      rgba(var(--color-cyan-g), 0) 50%
    )
    no-repeat;
  mix-blend-mode: var(--blending-g);
  width: var(--circle-size-g);
  height: var(--circle-size-g);
  top: calc(50% - var(--circle-size-g) / 2);
  left: calc(50% - var(--circle-size-g) / 2);
  transform-origin: calc(50% - 200px);
  animation: moveVertical 10s ease infinite;
  opacity: 0.7;
  z-index: -2;
}
.hero-banner .gradient-bg .gradients-container .g5 {
  position: absolute;
  background: radial-gradient(
      circle at center,
      rgba(var(--color-blue-g), 1) 30%,
      rgba(var(--color-blue-g), 0) 50%
    )
    no-repeat;
  mix-blend-mode: var(--blending-g);
  width: var(--circle-size-g);
  height: var(--circle-size-g);
  top: 30%;
  left: -50%;
  transform-origin: center center;
  animation: moveInCircle 3s ease infinite;
  opacity: 1;
  z-index: -2;
}
.hero-banner .gradient-bg .gradients-container .g6 {
  position: absolute;
  background: radial-gradient(
      circle at center,
      rgba(var(--color-pink-g), 1) 30%,
      rgba(var(--color-pink-g), 0) 50%
    )
    no-repeat;
  mix-blend-mode: var(--blending-g);
  width: var(--circle-size-g);
  height: var(--circle-size-g);
  top: 30%;
  right: -60%;
  transform-origin: calc(50% - 800px) calc(50% - 200px);
  animation: moveVertical 10s ease infinite;
  opacity: 1;
  z-index: -2;
}
.hero-banner .gradient-bg .gradients-container .g7 {
  position: absolute;
  background: radial-gradient(
      circle at center,
      rgba(var(--color-cyan-g), 1) 30%,
      rgba(var(--color-cyan-g), 0) 50%
    )
    no-repeat;
  mix-blend-mode: var(--blending-g);
  width: var(--circle-size-g);
  height: var(--circle-size-g);
  top: -50%;
  right: -40%;
  transform-origin: calc(50% - 800px) calc(50% - 200px);
  animation: moveInCircle 50s ease infinite;
  opacity: 1;
  z-index: -2;
}
.hero-banner .gradient-bg .gradients-container .g8 {
  position: absolute;
  background: radial-gradient(
      circle at center,
      rgba(var(--color-blue-g), 1) 30%,
      rgba(var(--color-blue-g), 0) 50%
    )
    no-repeat;
  mix-blend-mode: var(--blending-g);
  width: var(--circle-size-g);
  height: var(--circle-size-g);
  top: 50%;
  right: -20%;
  transform-origin: calc(50% - 800px) calc(50% - 200px);
  animation: moveVertical 10s ease infinite;
  opacity: 1;
  z-index: -2;
}
.hero-banner .gradient-bg .gradients-container .g9 {
  position: absolute;
  background: radial-gradient(
      circle at center,
      rgba(var(--color-pink-g), 1) 30%,
      rgba(var(--color-pink-g), 0) 50%
    )
    no-repeat;
  mix-blend-mode: var(--blending-g);
  width: var(--circle-size-g);
  height: var(--circle-size-g);
  top: 0%;
  right: 50%;
  transform-origin: calc(50% - 800px) calc(50% - 200px);
  animation: moveInCircle 10s ease infinite;
  opacity: 1;
  z-index: -2;
}
.hero-banner .gradient-bg .gradients-container .g10 {
  position: absolute;
  background: radial-gradient(
      circle at center,
      rgba(var(--color-blue-g), 1) 30%,
      rgba(var(--color-blue-g), 0) 50%
    )
    no-repeat;
  mix-blend-mode: var(--blending-g);
  width: var(--circle-size-g);
  height: var(--circle-size-g);
  top: -20%;
  right: 20%;
  transform-origin: calc(50% - 800px) calc(50% - 200px);
  animation: moveVertical 10s ease infinite;
  opacity: 1;
  z-index: -2;
}
.hero-banner .gradient-bg .gradients-container .g11 {
  position: absolute;
  background: radial-gradient(
      circle at center,
      rgba(var(--color-pink-g), 1) 30%,
      rgba(var(--color-pink-g), 0) 50%
    )
    no-repeat;
  mix-blend-mode: var(--blending-g);
  width: var(--circle-size-g);
  height: var(--circle-size-g);
  top: 60%;
  left: 10%;
  transform-origin: calc(50% - 800px) calc(50% - 200px);
  animation: moveVertical 10s ease infinite;
  opacity: 1;
  z-index: -2;
}
.hero-banner .gradient-bg .gradients-container .g12 {
  position: absolute;
  background: radial-gradient(
      circle at center,
      rgba(var(--color-pink-g), 1) 30%,
      rgba(var(--color-pink-g), 0) 50%
    )
    no-repeat;
  mix-blend-mode: var(--blending-g);
  width: var(--circle-size-g);
  height: var(--circle-size-g);
  top: 20%;
  right: -10%;
  transform-origin: calc(50% - 800px) calc(50% - 200px);
  animation: moveVertical 10s ease infinite;
  opacity: 1;
  z-index: -2;
}
.hero-banner .gradient-bg .gradients-container .g13 {
  position: absolute;
  background: radial-gradient(
      circle at center,
      rgba(var(--color-cyan-g), 1) 30%,
      rgba(var(--color-cyan-g), 0) 50%
    )
    no-repeat;
  mix-blend-mode: var(--blending-g);
  width: var(--circle-size-g);
  height: var(--circle-size-g);
  top: -15%;
  right: -15%;
  transform-origin: calc(50% - 800px) calc(50% - 200px);
  animation: moveVertical 10s ease infinite;
  opacity: 1;
  z-index: -2;
}
.hero-banner .gradient-bg .gradients-container .g14 {
  position: absolute;
  background: radial-gradient(
      circle at center,
      rgba(var(--color-blue-g), 1) 30%,
      rgba(var(--color-blue-g), 0) 50%
    )
    no-repeat;
  mix-blend-mode: var(--blending-g);
  width: var(--circle-size-g);
  height: var(--circle-size-g);
  bottom: -15%;
  right: 15%;
  transform-origin: calc(50% - 200px) calc(50% - 50px);
  animation: moveVertical 10s ease infinite;
  opacity: 1;
  z-index: -2;
}
.hero-banner .contact-wrapper {
  padding: 60px 20px 0 82px;
  width: 100%;
  height: 100%;
}
.hero-banner .contact-wrapper .contact-form .title {
  margin-bottom: 5px;
}
.hero-banner .contact-wrapper .contact-form .title h2 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 200;
  color: var(--color-white);
  text-transform: capitalize;
}
.hero-banner .contact-wrapper .contact-form .form-group {
  position: relative;
  width: 100%;
  height: 40px;
  margin-top: 15px;
  background-color: var(--bg-color-8);
  border: 1px solid var(--border-color);
  border-radius: 8px;
}
.hero-banner .contact-wrapper .contact-form .form-group input,
.hero-banner .contact-wrapper .contact-form .form-group select,
.hero-banner .contact-wrapper .contact-form .form-group option,
.hero-banner .contact-wrapper .contact-form .form-group textarea {
  background-color: transparent;
  width: 100%;
  border: none;
  padding: 11px 40px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  color: var(--color-white-2);
  /* text-transform: capitalize; */
}
.hero-banner .contact-wrapper .contact-form .form-group input::placeholder {
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  color: var(--color-white-2);
  text-transform: capitalize;
}
.hero-banner .contact-wrapper .contact-form .form-group textarea::placeholder {
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  color: var(--color-white-2);
  text-transform: capitalize;
}
.hero-banner .contact-wrapper .contact-form .form-group.textarea {
  height: 120px;
}
.hero-banner .contact-wrapper .contact-form .form-group.textarea textarea {
  height: 100%;
}
.hero-banner .contact-wrapper .contact-form .form-group.textarea .icon {
  position: absolute;
  top: 22px;
  left: 15px;
  display: inline-block;
  line-height: 10px;
}
.hero-banner .contact-wrapper .contact-form .form-group.textarea .icon svg {
  --svg-font-size: 12px;
  stroke: var(--color-white);
}
.hero-banner .contact-wrapper .contact-form .form-group .icon {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  display: inline-block;
  line-height: 10px;
}
.hero-banner .contact-wrapper .contact-form .form-group .icon svg {
  --svg-font-size: 12px;
  stroke: var(--color-white);
}
.hero-banner .contact-wrapper .contact-form .form-group .icon.company svg {
  --svg-font-size: 14px;
}
.hero-banner .contact-wrapper .contact-form .form-group .icon.job svg {
  --svg-font-size: 12px;
  stroke: var(--color-white);
  fill: none;
}
.hero-banner .contact-wrapper .contact-form .form-group .arrow-icon {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  display: inline-block;
  line-height: 10px;
  transition: all 0.4s ease;
  cursor: pointer;
}
.hero-banner .contact-wrapper .contact-form .form-group .arrow-icon.active {
  transform: rotate(180deg) translateY(50%);
}
.hero-banner .contact-wrapper .contact-form .select {
  display: none;
}
.hero-banner .contact-wrapper .contact-form .select select {
  display: none;
}
.hero-banner .contact-wrapper .contact-form .select .select-items div,
.hero-banner .contact-wrapper .contact-form .select .select-selected {
  font-size: 14px;
  line-height: 14px;
  font-weight: 300;
  color: var(--color-white-2);
  padding: 11px 40px;
  border: 1px solid transparent;
  cursor: pointer;
}
.hero-banner .contact-wrapper .contact-form .select .select-items div {
  border-color: transparent transparent rgba(0, 0, 0, 0.8) transparent;
}
.hero-banner
  .contact-wrapper
  .contact-form
  .select
  .select-items
  div:last-child {
  border-color: transparent;
}
.hero-banner .contact-wrapper .contact-form .select .select-items {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: var(--bg-color-2);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  box-shadow: 0px 7px 0px 2px rgb(0, 0, 0);
  z-index: 99;
}
.hero-banner .contact-wrapper .contact-form .select .select-hide {
  display: none;
}
.hero-banner .contact-wrapper .contact-form .select .select-items div:hover,
.hero-banner .contact-wrapper .contact-form .select .same-as-selected {
  background-color: rgba(0, 0, 0, 0.5);
}
.hero-banner .contact-wrapper .contact-form .btn {
  width: 100%;
  padding: 10px 20px;
}
.hero-banner .contact-wrapper .text-error {
  font-size: 12px;
  line-height: 12px;
  font-weight: 300;
  color: red;
  margin-top: 10px;
}
.hero-banner .contact-wrapper .text-success {
  font-size: 12px;
  line-height: 12px;
  font-weight: 500;
  color: green;
  margin-top: 10px;
}

@-moz-keyframes topToBottom {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 0;
    -moz-transform: translateY(-100px);
  }
  10% {
    opacity: 1;
    -moz-transform: translateY(0px);
  }
  25% {
    opacity: 1;
    -moz-transform: translateY(0px);
  }
  30% {
    opacity: 0;
    -moz-transform: translateY(100px);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes topToBottom {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
  }
  10% {
    opacity: 1;
    -webkit-transform: translateY(0px);
  }
  25% {
    opacity: 1;
    -webkit-transform: translateY(0px);
  }
  30% {
    opacity: 0;
    -webkit-transform: translateY(100px);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-ms-keyframes topToBottom {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 0;
    -ms-transform: translateY(-100px);
  }
  10% {
    opacity: 1;
    -ms-transform: translateY(0px);
  }
  25% {
    opacity: 1;
    -ms-transform: translateY(0px);
  }
  30% {
    opacity: 0;
    -ms-transform: translateY(100px);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes moveInCircle {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes moveVertical {
  0% {
    transform: translateY(-50%);
  }
  50% {
    transform: translateY(50%);
  }
  100% {
    transform: translateY(-50%);
  }
}
@keyframes moveHorizontal {
  0% {
    transform: translateX(-100%) translateY(-100%);
  }
  50% {
    transform: translateX(-100%) translateY(-100%);
  }
  100% {
    transform: translateX(-100%) translateY(-100%);
  }
}
/*==================
03.03 information
===================*/
.information-section .information-content {
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}
.information-section .information-content span {
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: var(--color-blue-2);
  margin-bottom: 20px;
}
.information-section .information-content p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  color: var(--color-white-3);
}
.information-section .information-content h2 {
  display: none;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: var(--color-white);
  padding-top: 40px;
}

/*==================
03.04 Study
===================*/
.study-section {
  width: 100vw;
  overflow: hidden;
}
.study-section .title h2 {
  max-width: 360px;
}
.study-section .study-wrapper {
  position: relative;
  padding-top: 40px;
}
.study-section .study-wrapper .row > div {
  margin-bottom: 24px;
}
.study-section .study-wrapper .row > div:last-child {
  margin-bottom: 0px;
}
.study-section .study-wrapper .study-card {
  background-color: var(--color-blue);
  padding: 40px 70px 0 70px;
  border-radius: 8px;
}
.study-section .study-wrapper .study-card .study-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 275px;
  padding: 10px 0 50px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.study-section .study-wrapper .study-card .study-body .logo {
  width: 95px;
  padding-left: 15px;
}
.study-section .study-wrapper .study-card .study-body .logo img {
  width: 100%;
}
.study-section .study-wrapper .study-card .study-body .text {
  max-width: 206px;
  padding: 10px 20px;
  background-color: var(--color-white);
}
.study-section .study-wrapper .study-card .study-body .text p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  color: var(--color-blue-2);
}
.study-section .arrow-icon {
  position: absolute;
  top: -30px;
  right: 0px;
}

/*==================
03.05 Offer section
===================*/
.offer-section {
  position: relative;
  width: 100vw;
  overflow: hidden;
  padding: 0;
  z-index: 1;
}
.offer-section .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  z-index: -1;
}
.offer-section::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: linear-gradient(
    90deg,
    rgb(12, 18, 33) 0%,
    rgba(11, 16, 30, 0) 50%,
    rgb(10, 15, 27) 100%
  );
  z-index: -1;
}
.offer-section .offer-title-wrapper {
  position: relative;
}
.offer-section .offer-title-wrapper .offer-title {
  position: absolute;
  top: 90px;
  left: -95px;
  transform: rotate(-90deg) translateX(-50%);
}
.offer-section .offer-title-wrapper .offer-title p {
  position: relative;
  display: inline-block;
  font-size: 12px;
  line-height: 20px;
  font-weight: 300;
  text-transform: capitalize;
}
.offer-section .offer-title-wrapper .offer-title p::after {
  position: absolute;
  content: "";
  left: 0px;
  top: 20px;
  width: 100%;
  height: 1px;
  background-color: var(--color-white);
}
.offer-section .offer-section-wrapper {
  display: flex;
  width: 100%;
}
.offer-section .offer-section-wrapper .left-part {
  width: 60%;
}
.offer-section .offer-section-wrapper .left-part .offer-section-item {
  min-height: 90vh;
  padding: 80px 0;
}
.offer-section .offer-section-wrapper .left-part .offer-section-item .title h2 {
  max-width: 360px;
}
.offer-section .offer-section-wrapper .left-part .offer-section-item .text {
  padding-top: 40px;
}
.offer-section .offer-section-wrapper .left-part .offer-section-item .text p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  color: var(--color-white-2);
}
.offer-section .offer-section-wrapper .right-part {
  width: 40%;
  height: 100vh;
}
.offer-section .offer-section-wrapper .right-part .desktopPhotos {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}
.offer-section .offer-section-wrapper .right-part .desktopPhotos .desktopPhoto {
  position: absolute;
  border-radius: 12px;
  background-size: cover;
  background-repeat: no-repeat;
}
.offer-section
  .offer-section-wrapper
  .right-part
  .desktopPhotos
  .desktopPhoto
  img {
  width: auto;
  height: 150px;
}
.offer-section .mobile-devise {
  display: none;
  padding: 50px 0;
  z-index: 999;
}
.offer-section .mobile-devise .mobile-section-item {
  margin-bottom: 50px;
}
.offer-section .mobile-devise .mobile-section-item:last-child {
  margin-bottom: 0px;
}
.offer-section .mobile-devise .mobile-section-item .img {
  width: 100%;
  text-align: center;
}
.offer-section .mobile-devise .mobile-section-item .img img {
  width: 100%;
  height: 120px;
}
.offer-section .mobile-devise .mobile-section-item .title {
  padding: 30px 0 20px 0;
}
.offer-section .mobile-devise .mobile-section-item .title h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  color: var(--color-white);
}
.offer-section .mobile-devise .mobile-section-item .text h3 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: var(--color-white-2);
  margin-bottom: 20px;
}
.offer-section .mobile-devise .mobile-section-item .text p {
  font-size: 13px;
  line-height: 20px;
  font-weight: 200;
  color: var(--color-white-2);
}

.offer-section-two {
  padding: 130px 0 100px 0;
}
.offer-section-two .title .sub-title {
  top: 50px;
}
.offer-section-two .title h2 {
  max-width: 380px;
  margin-right: 40px;
}
.offer-section-two .offer-section-wrapper-two {
  /* margin-top: -50px; */
}
.offer-section-two .offer-section-wrapper-two .offer-section-item {
  padding-left: 20px;
}
.offer-section-two
  .offer-section-wrapper-two
  .offer-section-item
  .client-content
  h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  color: var(--color-white);
  padding-bottom: 20px;
}
.offer-section-two
  .offer-section-wrapper-two
  .offer-section-item
  .client-content
  p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  color: var(--color-white-2);
}
.offer-section-two
  .offer-section-wrapper-two
  .offer-section-item
  .client-digit {
  display: none;
  padding-top: 100px;
}
.offer-section-two
  .offer-section-wrapper-two
  .offer-section-item
  .client-digit
  h4 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  color: var(--color-white);
  padding-bottom: 20px;
}
.offer-section-two
  .offer-section-wrapper-two
  .offer-section-item
  .client-digit
  .client-items {
  display: flex;
}
.offer-section-two
  .offer-section-wrapper-two
  .offer-section-item
  .client-digit
  .client-items
  .client-item {
  padding-right: 85px;
}
.offer-section-two
  .offer-section-wrapper-two
  .offer-section-item
  .client-digit
  .client-items
  .client-item:last-child {
  padding-right: 0px;
}
.offer-section-two
  .offer-section-wrapper-two
  .offer-section-item
  .client-digit
  .client-items
  .client-item
  h5 {
  font-size: 48px;
  line-height: 58px;
  font-weight: 400;
  color: var(--color-white);
}
.offer-section-two
  .offer-section-wrapper-two
  .offer-section-item
  .client-digit
  .client-items
  .client-item
  p {
  font-size: 12px;
  line-height: 22px;
  font-weight: 300;
  color: var(--color-white-2);
}

/*==================
03.06 Scope section
===================*/
.scope-section .scope-wrapper {
  padding-top: 40px;
}
.scope-section .scope-wrapper .video {
  width: 100%;
  height: 100%;
}
.scope-section .scope-wrapper .video video {
  width: 100%;
  height: 100%;
}
.scope-section .title .sub-title {
  top: 35px;
  left: -90px;
}

/*==================
03.07 Business plan
===================*/
.business-plan {
  width: 100vw;
  overflow: hidden;
}
.business-plan .title .sub-title {
  top: 35px;
  left: -82px;
}
.business-plan .title h2 {
  /* max-width: 300px; */
  max-width: 310px;
}
.business-plan .plan-right-side {
  position: relative;
  margin-top: 30px;
}
.business-plan .arrow-icon {
  position: absolute;
  top: -50px;
  right: 0px;
}

.plan-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 40px;
  background-color: var(--color-black-4);
  /* border: 1px solid var(--color-black-5); */
  border-radius: 10px;
  width: 100%;
  height: 400px;
  transition: all 0.2s ease;
}
.case-card:hover {
  border: 1px solid var(--color-white-2);
}
.case-wrapper {
  justify-content: center;
}
.case-plan {
  height: 300px;
  justify-content: center;
  text-align: center;
  margin-top: 20px;
}

.plan-card.plan-slider-item.case-plan.home-case {
  background: #0d1425;
}

.plan-card .card-header {
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}
.plan-card .card-header .img {
  width: 130px;
  height: 130px;
  overflow: hidden;
  margin: 0 auto;
}
.plan-card .card-header .img img {
  width: auto;
  height: 130px;
}
.plan-card .card-header p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  color: var(--color-red);
}
.plan-card .card-body h3 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
  color: var(--color-white);
  margin-bottom: 10px;
}
.plan-card .card-body p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  color: var(--color-white-2);
}

.business-plan .slick-list {
  padding-left: 0px !important;
}
.business-plan .slick-list .slick-center {
  scale: 1.05;
  border-radius: 8px;
}
.business-plan .slick-list .slick-center .plan-card {
  background-color: var(--color-black);
  border: 1px solid var(--color-white-2);
}
.business-plan .slick-list .slick-center .plan-card .card-body h3 {
  color: var(--color-white);
}
.business-plan .slick-list .slick-center .plan-card .card-body p {
  color: var(--color-white);
}

/*==================
03.08 Blog section
===================*/
.blog-section {
  width: 100vw;
  overflow: hidden;
}
.blog-section .title .sub-title {
  top: 30px;
  left: -78px;
}
.blog-section .title h2 {
  max-width: 310px;
}
.blog-section .blog-wrapper {
  position: relative;
  padding-top: 40px;
}
.blog-section .blog-wrapper .row > div {
  margin-bottom: 24px;
}
.blog-section .blog-wrapper .row > div:last-child {
  margin-bottom: 0px;
}
.blog-section .blog-wrapper .blog-card {
  background-color: var(--color-blue);
  border-radius: 10px;
  overflow: hidden;
}
.blog-section .blog-wrapper .blog-card .blog-body {
  height: 460px;
}
.blog-section .blog-wrapper .blog-card .blog-body .img {
  width: 100%;
  height: 250px;
}
.blog-section .blog-wrapper .blog-card .blog-body .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-section .blog-wrapper .blog-card .blog-body .text {
  padding: 30px 20px 40px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.blog-section .blog-wrapper .blog-card .blog-body .text p {
  font-size: 12px;
  line-height: 22px;
  font-weight: 300;
  color: var(--color-black);
  padding-bottom: 20px;
}
.blog-section .blog-wrapper .blog-card .blog-body .text h3 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  transition: all 0.4s ease;
}
.blog-section .blog-wrapper .blog-card .blog-body .text h3 a {
  color: var(--color-black);
}
.blog-section .blog-wrapper .blog-card .blog-body .text h3 a:hover {
  color: var(--color-black-2);
}
.blog-section .arrow-icon {
  position: absolute;
  top: -30px;
  right: 0px;
}

/*==================
03.09 Solution section
===================*/
.solution-section {
  width: 100vw;
  overflow: hidden;
}
.solution-section .solution-wrapper {
  position: relative;
  margin-top: 28px;
}
.solution-section .solution-wrapper .row > div {
  padding: 12px 0;
}
.solution-section .solution-wrapper .solution-item {
  display: flex;
  align-items: center;
  gap: 30px;
  transition: transform 0.5s ease;
}
.solution-section .solution-wrapper .solution-item .img {
  width: 100%;
  min-width: 45%;
  height: 330px;
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.5s ease;
}
.solution-section .solution-wrapper .solution-item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.solution-section .solution-wrapper .solution-item .text h3 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 300;
  color: var(--color-white);
  padding-bottom: 10px;
}
.solution-section .solution-wrapper .solution-item .text h4 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
  color: var(--color-white);
  padding-bottom: 10px;
}
.solution-section .solution-wrapper .solution-item .text p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  color: var(--color-white-2);
}
.solution-section .solution-wrapper .solution-item .text a {
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  color: var(--color-white);
  padding-top: 40px;
}
.solution-section .solution-wrapper .solution-item .text a .icon {
  margin-left: 10px;
}
.solution-section .solution-wrapper .solution-item .text a .icon svg {
  --svg-font-size: 12px;
  fill: var(--color-white);
}

.solution-section-two
  .solution-section-wrapper
  .row:nth-child(even)
  div:first-child {
  order: 2;
}
.solution-section-two
  .solution-section-wrapper
  .row:nth-child(even)
  div:first-child
  .solution-content {
  padding-left: 30px;
}
.solution-section-two
  .solution-section-wrapper
  .row:nth-child(even)
  div:last-child {
  order: 1;
}
.solution-section-two
  .solution-section-wrapper
  .row:nth-child(odd)
  div:first-child
  .solution-content {
  padding-right: 30px;
}
.solution-section-two .solution-section-wrapper .row {
  padding: 35px 0;
}
.solution-section-two .solution-section-wrapper .solution-content .text {
  padding-top: 15px;
}
.solution-section-two .solution-section-wrapper .solution-content .text p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  color: var(--color-white-2);
}
.solution-section-two .solution-section-wrapper .solution-image {
  width: 100%;
  height: 350px;
  border-radius: 12px;
  overflow: hidden;
}
.solution-section-two .solution-section-wrapper .solution-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.solution-section-two .solution-section-wrapper .button-part {
  display: flex;
  justify-content: center;
  padding-top: 30px;
}
.solution-section-two .solution-section-wrapper .button-part .btn {
  display: flex;
  align-items: center;
  gap: 7px;
}

.solution-section-banner {
  padding: 130px 0 100px 0;
  background: var(--bg-color-2);
}
.solution-section-banner .title .sub-title {
  top: 32px;
  left: -80px;
}
.solution-section-banner .solution-section-banner-wrapper {
  padding-top: 50px;
}
.solution-section-banner
  .solution-section-banner-wrapper
  .solution-section-item
  .client-content
  h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  color: var(--color-white);
  padding-bottom: 20px;
}
.solution-section-banner
  .solution-section-banner-wrapper
  .solution-section-item
  .client-content
  p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  color: var(--color-white-2);
}
.solution-section-banner
  .solution-section-banner-wrapper
  .solution-section-item
  .client-digit {
  display: none;
  padding-top: 100px;
}
.solution-section-banner
  .solution-section-banner-wrapper
  .solution-section-item
  .client-digit
  h4 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  color: var(--color-white);
  padding-bottom: 20px;
}
.solution-section-banner
  .solution-section-banner-wrapper
  .solution-section-item
  .client-digit
  .client-items {
  display: flex;
}
.solution-section-banner
  .solution-section-banner-wrapper
  .solution-section-item
  .client-digit
  .client-items
  .client-item {
  padding-right: 85px;
}
.solution-section-banner
  .solution-section-banner-wrapper
  .solution-section-item
  .client-digit
  .client-items
  .client-item:last-child {
  padding-right: 0px;
}
.solution-section-banner
  .solution-section-banner-wrapper
  .solution-section-item
  .client-digit
  .client-items
  .client-item
  h5 {
  font-size: 48px;
  line-height: 58px;
  font-weight: 400;
  color: var(--color-white);
}
.solution-section-banner
  .solution-section-banner-wrapper
  .solution-section-item
  .client-digit
  .client-items
  .client-item
  p {
  font-size: 12px;
  line-height: 22px;
  font-weight: 300;
  color: var(--color-white-2);
}

/*==================
03.10 Footer
===================*/
.footer {
  padding: 20px 0;
}
.footer .row > div {
  padding: 25px 0;
}
.footer .row div:nth-child(3),
.footer .row div:nth-child(4),
.footer .row div:nth-child(5) {
  padding-left: 25px;
}
.footer .title {
  margin-bottom: 40px;
}
.footer .title .img {
  width: 190px;
  height: 30px;
}
.footer .title .img a {
  display: inline-block;
  height: 100%;
}
.footer .title .img a .icon {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.footer .title .img a .icon svg {
  display: inline-block;
  width: 190px;
  height: 100%;
}
.footer .address {
  max-width: 600px;
}
.footer .address p {
  font-size: 12px;
  line-height: 22px;
  font-weight: 300;
  color: var(--color-white);
}
.footer .address .copy-text {
  padding-top: 36px;
}
.footer ul li {
  font-size: 12px;
  line-height: 22px;
  font-weight: 300;
  margin-bottom: 20px;
}
.footer ul li a {
  color: var(--color-white);
}
.footer ul li:last-child {
  margin-bottom: 0;
}
.footer .follow-us li a .icon {
  position: relative;
}
.footer .follow-us li a .icon svg {
  position: absolute;
  --svg-font-size: 18px;
  padding-top: 4px;
}
.footer .follow-us li a .text {
  padding-left: 25px;
}
.footer .address-item {
  margin-bottom: 30px;
}
.footer .address-item h3 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 200;
  color: var(--color-white);
  margin-bottom: 10px;
}
.footer .address-item .contact-us li {
  display: flex;
  align-items: start;
  gap: 10px;
  margin-bottom: 10px;
}
.footer .address-item .contact-us li .text {
  font-weight: 500;
}
.footer .address-item .social-links li {
  display: inline-block;
  padding-right: 20px;
}
.footer .address-item .social-links li a {
  display: inline-block;
}
.footer .address-item .social-links li a:hover .icon svg {
  fill: var(--color-blue-3);
}

/*==================
03.11 Feature
===================*/
.feature-section .title {
  padding-top: 30px;
}
.feature-section .title .sub-title {
  top: 42px;
  left: -80px;
}
.feature-section .title h2 {
  max-width: 650px;
}
.feature-section .feature-section-wrapper {
  padding-top: 40px;
}
.feature-section .feature-section-wrapper .feature-content {
  max-width: 690px;
}
.feature-section .feature-section-wrapper .feature-content p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  color: var(--color-white-2);
}
.feature-section .feature-section-wrapper .feature-content h6 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 300;
  color: var(--color-white-2);
  margin-bottom: 15px;
}
.feature-section
  .feature-section-wrapper
  .feature-items
  .row
  > div:nth-child(even) {
  padding-top: 100px;
}
.feature-section .feature-section-wrapper .feature-items .content {
  max-width: 620px;
  padding-left: 55px;
  margin-bottom: 20px;
}
.feature-section .feature-section-wrapper .feature-items .content h6 {
  font-size: 16px;
  line-height: 26px;
  color: var(--color-white);
  font-weight: 200;
}
.feature-section .feature-section-wrapper .feature-items .img-wrapper {
  padding-left: 55px;
}
.feature-section .feature-section-wrapper .feature-items .img-wrapper .img {
  width: 100%;
  height: 270px;
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 20px;
}
.feature-section .feature-section-wrapper .feature-items .img-wrapper .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.feature-section
  .feature-section-wrapper
  .feature-items
  .card-wrapper
  .card-header {
  position: relative;
}
.feature-section
  .feature-section-wrapper
  .feature-items
  .card-wrapper
  .card-header
  p {
  position: absolute;
  left: -45px;
  /* bottom: 2px; */
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: var(--color-red);
}
.feature-section
  .feature-section-wrapper
  .feature-items
  .card-wrapper
  .card-header
  h3 {
  font-size: 26px;
  line-height: 38px;
  font-weight: 200;
  color: var(--color-white);
}
.feature-section
  .feature-section-wrapper
  .feature-items
  .card-wrapper
  .card-body {
  padding-top: 20px;
}
.feature-section
  .feature-section-wrapper
  .feature-items
  .card-wrapper
  .card-body
  p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  color: var(--color-white-2);
}
.feature-section.v2 {
  padding-top: 0px;
}
.feature-section.v2 .title {
  padding-top: 0px;
}
.feature-section.v2 .title .sub-title {
  top: 60px;
  left: -78px;
}
.feature-section.career-page .title .sub-title {
  top: 70px;
  left: -88px;
}
.feature-section.career-page .feature-section-wrapper {
  padding-top: 50px;
}
.feature-section.career-page
  .feature-section-wrapper
  .feature-items
  .card-wrapper
  .card-header
  h3 {
  max-width: 220px;
}
.feature-section.solutions .title .sub-title {
  top: 60px;
  left: -95px;
}
.feature-section.solutions .feature-section-wrapper {
  padding-top: 50px;
}

/*==================
03.12 Benefit
===================*/
.benefit-section {
  width: 100vw;
  overflow: hidden;
}
.benefit-section .title {
  position: relative;
}
.benefit-section .title .sub-title {
  position: absolute;
  left: -80px;
  top: 30px;
}
.benefit-section .benefit-wrapper {
  position: relative;
  padding-top: 40px;
}
.benefit-section .benefit-wrapper .benefit-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid var(--border-color);
  padding: 40px;
  height: 320px;
}
.benefit-section .benefit-wrapper .benefit-card .benefit-header {
  padding-bottom: 20px;
}
.benefit-section .benefit-wrapper .benefit-card .benefit-header h3 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 200;
  color: var(--color-white);
}
.benefit-section .benefit-wrapper .benefit-card .benefit-body p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  color: var(--color-white-2);
}

/*==================
03.13 Banner
===================*/
.banner {
  background: var(--bg-color-2);
  padding: 170px 0 80px 0;
}
.banner .banner-wrapper p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  color: var(--color-white);
  padding-bottom: 20px;
}
.banner .banner-wrapper ul {
  padding-bottom: 80px;
}
.banner .banner-wrapper ul li {
  position: relative;
  display: inline-block;
  padding-right: 15px;
}
.banner .banner-wrapper ul li a {
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  color: var(--color-white);
}
.banner .banner-wrapper ul li::after {
  position: absolute;
  content: "";
  top: 2px;
  right: 5px;
  height: 70%;
  width: 1px;
  background-color: var(--color-white);
  transform: rotate(15deg);
}
.banner .banner-wrapper ul li:last-child {
  padding-right: 0px;
}
.banner .banner-wrapper ul li:last-child::after {
  background-color: transparent;
}
.banner .banner-wrapper h1 {
  font-size: 48px;
  line-height: 70px;
  font-weight: 200;
  color: var(--color-white);
}
.banner.career-banner {
  padding: 130px 0 50px 0;
}
.banner.career-banner .banner-wrapper {
  display: flex;
  align-items: center;
  width: 100vw;
}
.banner.career-banner .banner-wrapper .banner-left-part {
  max-width: 735px;
  margin-left: calc(50vw - 723px);
}
.banner.career-banner .banner-wrapper .banner-left-part .text h6 {
  font-size: 18px;
  line-height: 22px;
  font-weight: 200;
  color: var(--color-white);
  padding-bottom: 25px;
}
.banner.career-banner .banner-wrapper .banner-left-part .text h1 {
  font-size: 76px;
  line-height: 100px;
  font-weight: 200;
  color: var(--color-white);
  padding-bottom: 25px;
}
.banner.career-banner .banner-wrapper .banner-left-part .text p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  color: var(--color-white-2);
  padding-bottom: 25px;
}
.banner.career-banner .banner-wrapper .banner-left-part .text .btn {
  font-size: 14px;
  line-height: 17px;
  font-weight: 300;
  color: var(--color-white);
  padding: 10px 20px;
  background-color: var(--color-blue-2);
  border: none;
  border-radius: 7px;
}
.banner.career-banner .banner-wrapper .banner-right-part {
  width: 50vw;
  margin-left: 100px;
  overflow: hidden;
}
.banner.career-banner .banner-wrapper .banner-right-part .img {
  display: flex;
  justify-content: space-between;
  width: calc(50vw + 25px);
  height: 100%;
  gap: 40px;
}
.banner.career-banner .banner-wrapper .banner-right-part .img .img-one {
  border-radius: 16px;
  overflow: hidden;
  width: 100%;
  height: 400px;
}
.banner.career-banner .banner-wrapper .banner-right-part .img .img-one img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.banner.career-banner .banner-wrapper .banner-right-part .img .img-two {
  border-radius: 16px;
  overflow: hidden;
  width: 100%;
  height: 250px;
  margin-top: 20px;
}
.banner.career-banner .banner-wrapper .banner-right-part .img .img-two img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

/*==================
 03.14 Hiring 
===================*/
.hiring-section .title .sub-title {
  left: -102px;
  top: 50px;
}
.hiring-section .hiring-wrapper {
  position: relative;
  margin-top: 20px;
}
.hiring-section .hiring-wrapper .hiring-wrapper-content {
  margin-bottom: 50px;
}
.hiring-section .hiring-wrapper .hiring-wrapper-content p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  color: var(--color-white-2);
  max-width: 530px;
}
.hiring-section .hiring-wrapper table {
  width: 100%;
}
.hiring-section .hiring-wrapper table tbody {
  width: 100%;
}
.hiring-section .hiring-wrapper table tbody tr {
  border-bottom: 1px solid var(--border-color);
  display: block;
}
.hiring-section .hiring-wrapper table tbody tr td {
  font-size: 16px;
  line-height: 16px;
  font-weight: 300;
  color: var(--color-white-2);
  padding: 20px 20px 20px 0px;
  /* cursor: pointer; */
  display: inline-block;
}
.hiring-section .hiring-wrapper table tbody tr td:nth-child(1) {
  font-size: 12px;
  line-height: 12px;
  font-weight: 300;
  color: var(--color-red);
  width: 8%;
}
.hiring-section .hiring-wrapper table tbody tr td:nth-child(2) {
  font-size: 20px;
  line-height: 24px;
  font-weight: 200;
  color: var(--color-white);
  width: 32%;
}
.hiring-section .hiring-wrapper table tbody tr td:nth-child(3),
.hiring-section .hiring-wrapper table tbody tr td:nth-child(4) {
  width: 20%;
}
.hiring-section .hiring-wrapper table tbody tr td:nth-child(5) {
  font-size: 18px;
  line-height: 18px;
  font-weight: 300;
  color: var(--color-white);
  padding: 20px 0px 20px 0px;
  text-align: right;
  width: 18%;
}
.hiring-section .hiring-wrapper table tbody tr td:nth-child(5) a {
  display: inline-block;
  /* visibility: hidden; */
  /* opacity: 0; */
}
.hiring-section .hiring-wrapper table tbody tr td:nth-child(5) a .icon {
  padding-left: 5px;
}
.hiring-section .hiring-wrapper table tbody tr td:nth-child(5) a .icon svg {
  --svg-font-size: 24px;
}
.hiring-section .hiring-wrapper table tbody tr:hover td:last-child a {
  visibility: visible;
  opacity: 1;
}
.hiring-section .arrow-icon {
  position: absolute;
  top: -140px;
  right: 0px;
}
.hiring-section .slick-slider .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.hiring-section .slick-slider .slick-list .slick-track .slick-slide {
  margin: 0 8px;
}

/*==================
 03.15 Blog details 
===================*/
.blog-details {
  position: relative;
  padding-bottom: 0px;
}
.blog-details .blog-menu-wrapper {
  position: absolute;
  width: 100%;
}
.blog-details .blog-menu-wrapper .blog-menu {
  position: relative;
}
.blog-details .blog-menu-wrapper .blog-menu nav {
  position: absolute;
  top: 5px;
  left: -38px;
  transform: rotate(-270deg);
  transform-origin: 0% 0%;
  transition: top 0.3s ease;
}
.blog-details .blog-menu-wrapper .blog-menu nav ul {
  position: relative;
  z-index: 2;
  display: flex;
}
.blog-details .blog-menu-wrapper .blog-menu nav ul li {
  transform: rotateY(-180deg) rotateX(-200deg);
  padding-left: 10px;
}
.blog-details .blog-menu-wrapper .blog-menu nav ul li a {
  position: relative;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  color: var(--color-white-2);
  transition: all 0.4s ease;
  display: block;
}
.blog-details .blog-menu-wrapper .blog-menu nav ul li a:hover {
  color: var(--color-white);
  font-weight: 500;
  transition: all 0.4s ease;
}
.blog-details .blog-menu-wrapper .blog-menu nav ul li a:hover::after {
  position: absolute;
  top: 100%;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--color-white);
}
.blog-details .blog-menu-wrapper .blog-menu nav ul li a.active {
  color: var(--color-white);
  font-weight: 500;
}
.blog-details .blog-menu-wrapper .blog-menu nav ul li a.active::after {
  position: absolute;
  top: 100%;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--color-white);
}
.blog-details .blog-menu-wrapper .blog-menu nav ul li:last-child {
  padding-left: 0px;
}
.blog-details .blog-menu-wrapper.blog-sticky {
  position: fixed;
  top: 63px;
}
.blog-details .blog-menu-wrapper.blog-sticky .blog-menu nav ul li a:hover {
  color: var(--color-white);
  font-weight: 500;
  transition: all 0.4s ease;
}
.blog-details
  .blog-menu-wrapper.blog-sticky
  .blog-menu
  nav
  ul
  li
  a:hover::after {
  position: absolute;
  top: 100%;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--color-white);
}
.blog-details .blog-menu-wrapper.blog-sticky .blog-menu nav ul li a.active {
  color: var(--color-white);
  font-weight: 500;
}
.blog-details
  .blog-menu-wrapper.blog-sticky
  .blog-menu
  nav
  ul
  li
  a.active::after {
  position: absolute;
  top: 100%;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--color-white);
}
.blog-details .blog-content .content {
  padding-bottom: 40px;
}
.blog-details .blog-content .content:first-child .title h2 {
  padding-bottom: 10px;
}
.blog-details .blog-content .content .title h2 {
  font-size: 48px;
  line-height: 48px;
  font-weight: 200;
  color: var(--color-white);
  display: inline-block;
  float: left;
  /* width: 350px; */
  padding-bottom: 40px;
}
.overview {
  width: 350px;
}
.blog-details .blog-content .content .title p {
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
  color: var(--color-white-2);
}
.blog-details .blog-content .content .title::after {
  content: "";
  clear: both;
  display: table;
}
.blog-details .blog-content .content .text p {
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  color: var(--color-white-2);
  margin-bottom: 30px;
}
.blog-details .blog-content .content .text p:last-child {
  margin-bottom: 0px;
}
.blog-details .blog-content .content .text ul li {
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  color: var(--color-white-2);
}
.blog-details .blog-content .content .text ul li img {
  margin-right: 10px;
}
.blog-details .blog-content .content .blog-img {
  width: 100%;
  height: 500px;
  overflow: hidden;
  margin-top: 50px;
  margin-bottom: 50px;
}
.blog-details .blog-content .content .blog-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-details .blog-content .content .blog-img-small {
  display: flex;
  align-items: center;
  gap: 30px;
  padding-top: 50px;
}
.blog-details .blog-content .content .blog-img-small .text {
  width: 50%;
}
.blog-details .blog-content .content .blog-img-small img {
  width: 50%;
}

/*==================
 03.16 partner items
===================*/
.partner-section .partner-section-wrapper {
  padding-top: 38px;
}
.partner-section .partner-section-wrapper .row > div {
  margin: 12px 0;
}
.partner-section .partner-section-wrapper .plan-card {
  padding: 30px;
}
.partner-section .partner-section-wrapper .plan-card .card-header {
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}
.partner-section .partner-section-wrapper .plan-card .card-header .img {
  width: 80px;
  height: 80px;
  overflow: hidden;
  margin: 0 auto;
}
.partner-section .partner-section-wrapper .plan-card .card-header .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.partner-section .partner-section-wrapper .plan-card .card-header p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  color: var(--color-red);
}
.partner-section .partner-section-wrapper .plan-card .card-body h3 {
  font-size: 16px;
  line-height: 26px;
}
.partner-section .partner-section-wrapper .plan-card .card-body p {
  font-size: 13px;
  line-height: 18px;
}
.partner-section .partner-section-wrapper .button-part {
  display: flex;
  justify-content: center;
  padding-top: 30px;
}
.partner-section .partner-section-wrapper .button-part .btn {
  display: flex;
  align-items: center;
  gap: 7px;
}
.partner-section.partner-page .plan-card {
  height: 100%;
}
.partner-section.partner-page .plan-card .card-body {
  margin-top: 50px;
}

.loader {
  width: 14px;
  height: 14px;
  border: 1px solid var(--color-white);
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*==================
03.17 about
===================*/
.about-section {
  padding: 130px 0 100px 0;
}
.about-section .title .sub-title {
  top: 50px;
}
.about-section .about-content-wrapper {
  padding-top: 50px;
}
.about-section .about-content-wrapper .about-section-item .client-content h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  color: var(--color-white);
  padding-bottom: 20px;
}
.about-section .about-content-wrapper .about-section-item .client-content p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  color: var(--color-white-2);
}
.about-section .about-img-wrapper {
  margin-top: 80px;
  display: flex;
  align-items: center;
  gap: 100px;
}
.about-section .about-img-wrapper .img-one,
.about-section .about-img-wrapper .img-two {
  background-color: var(--color-white);
  border-radius: 36px;
  overflow: hidden;
}
.about-section .about-img-wrapper .img-one img,
.about-section .about-img-wrapper .img-two img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-section .about-img-wrapper .img-one {
  width: 100%;
  height: 590px;
}
.about-section .about-img-wrapper .img-two {
  width: 100%;
  height: 520px;
}

.our-process {
  padding: 100px 0;
}
.our-process .process-content .process-content-text {
  padding: 40px 0 0 100px;
}
.our-process .process-content .process-content-text h5 {
  font-size: 20px;
  line-height: 30px;
  color: var(--color-white);
  font-weight: 300;
  margin-bottom: 20px;
}
.our-process .process-content .process-content-text p {
  font-size: 16px;
  line-height: 26px;
  color: var(--color-white);
  font-weight: 200;
}
.our-process .img {
  width: 100%;
  height: 490px;
  border-radius: 36px;
  overflow: hidden;
}
.our-process .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.our-future {
  background: var(--bg-color-4);
}
.our-future .our-future-content {
  padding-top: 80px;
}
.our-future .our-future-content h5 {
  font-size: 20px;
  line-height: 30px;
  color: var(--color-white);
  font-weight: 300;
  margin-bottom: 20px;
}
.our-future .our-future-content p {
  font-size: 16px;
  line-height: 26px;
  color: var(--color-white);
  font-weight: 200;
}

.card-new {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 15px;
  height: 100%;
  min-height: 400px;
  background-color: #cee1f2;
  border-radius: 10px;
  padding: 30px 50px 0 50px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.card-new h2 {
  font-size: 60px;
  line-height: 50px;
  color: var(--color-black);
  font-weight: 700;
}
.card-new p {
  font-size: 20px;
  line-height: 30px;
  color: var(--color-black) !important;
  font-weight: 400 !important;
  margin-top: 50px;
}
.text.pl-100.pr-100 h3 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  color: var(--color-white);
  margin-bottom: 20px;
}
.list-title {
  font-weight: 500px;
  color: var(--color-white);
}

/*=====================    04 Responsive =======================*/
@media (max-width: 1599.98px) {
  /*=========== 03.04 Study =========*/
  .study-section .study-wrapper .study-card {
    padding: 30px 50px 0 50px;
  }
  .study-section .study-wrapper .study-card .study-body {
    padding: 10px 0 50px 0;
  }
  .study-section .study-wrapper .study-card .study-body .text {
    max-width: 180px;
    padding: 8px 15px;
  }
  .study-section .study-wrapper .study-card .study-body .text p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
  }
  /*=============== 03.13 Banner =============*/
  .banner.career-banner .banner-wrapper .banner-left-part {
    max-width: 550px;
    margin-left: calc(50vw - 538px);
  }
  .banner.career-banner .banner-wrapper .banner-right-part .img .img-one {
    height: 320px;
  }
  .banner.career-banner .banner-wrapper .banner-right-part .img .img-one img {
    height: 320px;
  }
  .banner.career-banner .banner-wrapper .banner-right-part .img .img-two {
    height: 210px;
  }
  .banner.career-banner .banner-wrapper .banner-right-part .img .img-two img {
    height: 210px;
  }
  /*============== 03.05 Offer section ============*/
  .offer-section
    .offer-section-wrapper
    .right-part
    .desktopPhotos
    .desktopPhoto
    img {
    width: auto;
    height: 110px;
  }
}
@media (max-width: 1199.98px) {
  /*================  02.01 Title  ===================*/
  .title .sub-title {
    top: 45px;
    left: -90px;
  }
  .title h2 {
    font-size: 38px;
    line-height: 54px;
  }
  .title.v1 h2 {
    max-width: 700px;
  }
  .title.v2 h2 {
    max-width: 300px;
  }
  .title.v3 h2 {
    max-width: 430px;
  }
  .title.v4 h2 {
    max-width: 540px;
  }
  /*========= 03.01 Header ===================*/
  .header .logo {
    max-width: 100%;
  }
  .header .logo a .icon svg {
    width: 190px;
  }
  .header .main .main-menu ul li {
    margin-right: 25px;
  }
  .header .main .main-menu ul li a {
    font-size: 14px;
    line-height: 20px;
  }
  .header .main .contact-sale .contact {
    font-size: 12px;
    line-height: 18px;
  }
  .header .main .contact-sale .contact a {
    padding: 8px 16px;
  }
  /*=============== 03.02 Hero banner ==============*/
  .hero-banner .hero-content .text h1 {
    font-size: 60px;
    line-height: 80px;
  }
  .hero-banner .hero-content .text .animation-content .animationList h1 {
    width: 740px;
  }
  .hero-banner .trusted-companies .brand-logo img {
    height: 40px;
  }
  .hero-banner.contact-banner .hero-content .text h1 {
    font-size: 52px;
    line-height: 78px;
  }
  .hero-banner .contact-wrapper {
    padding: 60px 0px 0px 0px;
  }
  /*============= 03.06 Scope section ==============*/
  .scope-section .title .sub-title {
    left: -85px;
  }
  /*=========== 03.07 Business plan ===========*/
  .business-plan .title.v3 .sub-title {
    left: -95px;
  }
  /*============== 03.09 Solution section ==============*/
  .solution-section .solution-wrapper .solution-item .img {
    height: 300px;
  }
  .solution-section-two .solution-section-wrapper .solution-content .pl-100 {
    padding-left: 0px;
  }
  .solution-section-banner .title .sub-title {
    top: 28px;
    left: -75px;
  }
  /*============= 03.11 Feature ===========*/
  .feature-section .feature-section-wrapper .pl-100 {
    padding-left: 0px;
  }
  .feature-section .feature-section-wrapper .pl-130 {
    padding-left: 0px;
  }
  .feature-section .feature-section-wrapper .pr-30 {
    padding-right: 0px;
  }
  .feature-section.career-page .title .sub-title {
    top: 65px;
    left: -82px;
  }
  .feature-section.solutions .title .sub-title {
    left: -90px;
  }
  .feature-section.solutions
    .feature-section-wrapper
    .feature-items
    .card-wrapper {
    padding-left: 100px;
  }
  /*============ 03.05 Offer section ===========*/
  .offer-section
    .offer-section-wrapper
    .right-part
    .desktopPhotos
    .desktopPhoto
    img {
    width: auto;
    height: 90px;
  }
  .offer-section-two .title .sub-title {
    top: 45px;
  }
  .offer-section-two .offer-section-wrapper-two .pr-100 {
    padding-right: 0px;
  }
  /*============= 03.10 Footer =============*/
  .footer .row div:nth-child(1) {
    order: 3;
  }
  .footer .row div:nth-child(2) {
    order: 0;
  }
  .footer .row div:nth-child(3) {
    order: 1;
  }
  .footer .row div:nth-child(4) {
    order: 2;
  }
  .footer .row div:nth-child(5) {
    order: 4;
  }
  /*============= 03.12 Benefit ============*/
  .benefit-section .title .sub-title {
    top: 25px;
    left: -75px;
  }
  .benefit-section .benefit-wrapper .benefit-card .benefit-header h3 {
    font-size: 20px;
    line-height: 30px;
  }
  /*=============== 03.13 Banner =============*/
  .banner.career-banner .banner-wrapper .banner-left-part {
    max-width: 450px;
    margin-left: calc(50vw - 438px);
  }
  .banner.career-banner .banner-wrapper .banner-left-part .text h6 {
    font-size: 16px;
    line-height: 18px;
  }
  .banner.career-banner .banner-wrapper .banner-left-part .text h1 {
    font-size: 66px;
    line-height: 76px;
  }
  .banner.career-banner .banner-wrapper .banner-left-part .text p {
    font-size: 14px;
    line-height: 24px;
  }
  .banner.career-banner .banner-wrapper .banner-right-part .img .img-one {
    height: 280px;
  }
  .banner.career-banner .banner-wrapper .banner-right-part .img .img-one img {
    height: 280px;
  }
  .banner.career-banner .banner-wrapper .banner-right-part .img .img-two {
    height: 180px;
  }
  .banner.career-banner .banner-wrapper .banner-right-part .img .img-two img {
    height: 180px;
  }
  /*===========  03.14 Hiring  ============*/
  .hiring-section .title .sub-title {
    left: -95px;
    top: 50px;
  }
  .hiring-section .pl-100 {
    padding-left: 0px;
  }
  .hiring-section .hiring-wrapper table tbody tr td:nth-child(2) {
    font-size: 18px;
    line-height: 18px;
  }
  /*============== 03.15 Blog details ===========*/
  .blog-details .blog-content .content .pl-100 {
    padding-left: 0px;
  }
  .blog-details .blog-content .content .pr-100 {
    padding-right: 0px;
  }
  .blog-details .blog-content .content .title h2 {
    font-size: 36px;
    line-height: 48px;
  }
  /*========== 03.17 about  ============*/
  .about-section .about-content-wrapper .about-section-item.pr-100 {
    padding-right: 0px;
  }
  .about-section .about-img-wrapper {
    margin-top: 80px;
    display: flex;
    align-items: center;
    gap: 50px;
  }
  .about-section .about-img-wrapper .img-one {
    width: 100%;
    height: 450px;
  }
  .about-section .about-img-wrapper .img-two {
    width: 100%;
    height: 320px;
  }
  .our-process {
    padding: 0 0 100px 0;
  }
  .our-process .img {
    margin-top: 40px;
  }
}
@media (max-width: 991.98px) {
  /*=========== 02.02 Padding ==========*/
  .pl-100 {
    padding-left: 0px;
  }
  /*==========  02.01 Title  ============*/
  .title .sub-title {
    left: -70px;
  }
  .title.v5 .sub-title {
    left: -55px;
  }
  /*============ 03.01 Header =============*/
  .header .main {
    display: flex;
    justify-content: end;
    align-items: center;
  }
  .header .main .main-menu {
    display: none;
  }
  .header .main .contact-sale .navbar {
    display: block;
  }
  .mobile-menu {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0px 30px;
    transition: all 0.6s ease;
    transform: translateX(-100%);
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
    z-index: 9999;
  }
  .mobile-menu::after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--bg-color-2);
    filter: blur(10px);
    opacity: 0.9;
    z-index: -1;
  }
  .mobile-menu nav {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
  }
  .mobile-menu nav .menu-top {
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    padding: 10px 0px;
    text-align: end;
  }
  .mobile-menu nav .menu-top .close-icon {
    cursor: pointer;
  }
  .mobile-menu nav .menu-top .close-icon svg {
    --svg-font-size: 16px;
    fill: var(--color-white);
    vertical-align: middle;
    margin-top: 2px;
  }
  .mobile-menu nav ul {
    overflow-y: auto;
  }
  .mobile-menu nav ul li {
    display: block;
    text-align: left;
    margin-left: 0px;
    padding: 5px 0px;
    text-align: center;
  }
  .mobile-menu nav ul li a {
    font-size: 20px;
    line-height: 30px;
    text-transform: capitalize;
    color: var(--color-white);
    transition: all 0.4s ease;
  }
  .mobile-menu nav ul li a:hover {
    color: var(--color-red);
  }
  .mobile-menu nav ul li ul {
    padding: 12px 0 6px 0;
  }
  .mobile-menu nav ul li ul li {
    padding: 2px 0;
  }
  .mobile-menu nav ul li ul li a {
    font-size: 16px;
    line-height: 20px;
    font-weight: 200;
  }
  .mobile-menu.active {
    transform: translateX(0%);
  }
  ::-webkit-scrollbar {
    width: 2px;
  }
  ::-webkit-scrollbar-track {
    border-radius: 10px;
  }
  ::-webkit-scrollbar-thumb {
    background: var(--color-white-2);
    border-radius: 10px;
  }
  ::-webkit-scrollbar-thumb:hover {
    background: var(--color-white-2);
  }
  /*============== 03.02 Hero banner ============*/
  .hero-banner .hero-content .text h6 {
    font-size: 14px;
    line-height: 14px;
  }
  .hero-banner .hero-content .text h1 {
    font-size: 46px;
    line-height: 66px;
  }
  .hero-banner .hero-content .text .animation-content {
    height: 120px;
    margin: 40px 0;
  }
  .hero-banner .hero-content .text .animation-content .animationList h1 {
    width: 570px;
  }
  .hero-banner.contact-banner .hero-content .text h1 {
    font-size: 46px;
    line-height: 66px;
  }
  /*============= 03.04 Study   =============*/
  .study .study-wrapper .study-card {
    padding: 30px 50px 0 50px;
  }
  .study .study-wrapper .study-card .study-body .text p {
    font-size: 14px;
    line-height: 24px;
  }
  /*============ 03.05 Offer section ===========*/
  .offer-section .offer-title-wrapper .offer-title {
    left: -72px;
  }
  .offer-section .offer-section-wrapper .offer-item .content-wrapper .text p {
    font-size: 13px;
    line-height: 20px;
  }
  .offer-section
    .offer-section-wrapper
    .right-part
    .desktopPhotos
    .desktopPhoto
    img {
    width: auto;
    height: 70px;
  }
  .offer-section-two {
    padding: 130px 0 70px 0;
  }
  .offer-section-two .pl-100 {
    padding-left: 0px;
  }
  .offer-section-two .pr-200 {
    padding-right: 0px;
  }
  .offer-section-two .offer-section-wrapper-two {
    padding-top: 30px;
  }
  .offer-section-two
    .offer-section-wrapper-two
    .offer-section-item
    .client-content {
    padding-bottom: 50px;
  }
  .offer-section-two
    .offer-section-wrapper-two
    .offer-section-item
    .client-content
    h3 {
    font-size: 16px;
    line-height: 26px;
  }
  .offer-section-two
    .offer-section-wrapper-two
    .offer-section-item
    .client-content
    p {
    font-size: 12px;
    line-height: 22px;
  }
  .offer-section-two
    .offer-section-wrapper-two
    .offer-section-item
    .client-digit
    h4 {
    font-size: 16px;
    line-height: 26px;
  }
  .offer-section-two
    .offer-section-wrapper-two
    .offer-section-item
    .client-digit
    .client-items
    .client-item {
    padding-right: 35px;
  }
  .offer-section-two
    .offer-section-wrapper-two
    .offer-section-item
    .client-digit
    .client-items
    .client-item
    h5 {
    font-size: 28px;
    line-height: 38px;
  }
  /*============= 03.06 Scope section ==============*/
  .scope-section .title .sub-title {
    left: -65px;
  }
  .scope-section.v2 {
    padding: 0;
  }
  .scope-section.v2 .title .sub-title {
    margin-top: 0px;
  }
  /*============ 03.07 Business plan ===========*/
  .business-plan {
    padding-top: 0px;
  }
  .business-plan .title .sub-title {
    left: -60px;
  }
  .business-plan .plan-right-side .plan-card {
    height: 350px;
  }
  .business-plan .plan-right-side .plan-card .card-body h3 {
    font-size: 18px;
    line-height: 28px;
  }
  .business-plan .plan-right-side .plan-card .card-body p {
    font-size: 13px;
    line-height: 20px;
  }
  /*=============== 03.09 Solution section ==============*/
  .solution-section .solution-wrapper .solution-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  .solution-section-two
    .solution-section-wrapper
    .row:nth-child(even)
    div:first-child
    .solution-content {
    padding-left: 0px;
  }
  .solution-section-two
    .solution-section-wrapper
    .row:nth-child(odd)
    div:first-child {
    order: 2;
  }
  .solution-section-two
    .solution-section-wrapper
    .row:nth-child(odd)
    div:first-child
    .solution-content {
    padding-right: 0px;
  }
  .solution-section-two
    .solution-section-wrapper
    .row:nth-child(odd)
    div:last-child {
    order: 1;
  }
  .solution-section-two .solution-section-wrapper .solution-content {
    padding-top: 25px;
  }
  .solution-section-banner .title .sub-title {
    left: -55px;
  }
  .solution-section-banner
    .solution-section-banner-wrapper
    .solution-section-item.pr-100 {
    padding-right: 0px;
  }
  /*==============   03.08 Blog section   ============*/
  .blog-section {
    padding: 0px;
  }
  .blog-section .title .sub-title {
    left: -55px;
  }
  .blog-section .blog-wrapper .blog-card .blog-body {
    height: 410px;
  }
  .blog-section .blog-wrapper .blog-card .blog-body .text {
    padding: 20px 20px 25px 20px;
  }
  .blog-section .blog-wrapper .blog-card .blog-body .text h3 {
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
  }
  /*============= 03.11 Feature ===========*/
  .feature-section .feature-section-wrapper .pl-70 {
    padding-left: 0px;
  }
  .feature-section .feature-section-wrapper .pr-70 {
    padding-right: 0px;
  }
  .feature-section .feature-section-wrapper .pt-100 {
    padding-top: 70px;
  }
  .feature-section
    .feature-section-wrapper
    .feature-items
    .card-wrapper
    .card-header
    p {
    position: relative;
    left: 0px;
    bottom: 8px;
  }
  .feature-section.career-page .title .sub-title {
    top: 50px;
    left: -60px;
  }
  .feature-section.v2 .title .sub-title {
    top: 50px;
    left: -55px;
  }
  .feature-section.solutions .title .sub-title {
    left: -70px;
  }
  .feature-section.solutions
    .feature-section-wrapper
    .feature-items
    .img-wrapper {
    padding-left: 0px;
  }
  .feature-section.solutions
    .feature-section-wrapper
    .feature-items
    .card-wrapper {
    padding-left: 0px;
  }
  /*============== 03.12 Benefit=============*/
  .benefit-section .title {
    position: relative;
  }
  .benefit-section .title .sub-title {
    position: absolute;
    left: -50px;
  }
  /*=============== 03.13 Banner =============*/
  .banner.career-banner .banner-wrapper .banner-left-part {
    max-width: 360px;
    margin-left: calc(50vw - 348px);
  }
  .banner.career-banner .banner-wrapper .banner-left-part .text h1 {
    font-size: 46px;
    line-height: 66px;
  }
  .banner.career-banner .banner-wrapper .banner-right-part {
    max-width: 50vw;
    margin-left: 20px;
  }
  .banner.career-banner .banner-wrapper .banner-right-part .img {
    gap: 15px;
  }
  .banner.career-banner .banner-wrapper .banner-right-part .img .img-one {
    width: 140%;
    height: 260px;
  }
  .banner.career-banner .banner-wrapper .banner-right-part .img .img-one img {
    height: 260px;
  }
  .banner.career-banner .banner-wrapper .banner-right-part .img .img-two {
    height: 180px;
  }
  .banner.career-banner .banner-wrapper .banner-right-part .img .img-two img {
    height: 180px;
  }
  /*============= 03.14 Hiring ===========*/
  .hiring-section .title .sub-title {
    left: -72px;
  }
  .hiring-section .hiring-wrapper table tbody tr td {
    font-size: 12px;
    line-height: 12px;
    padding: 20px 20px 20px 0px;
  }
  .hiring-section .hiring-wrapper table tbody tr td:nth-child(1) {
    width: 6%;
  }
  .hiring-section .hiring-wrapper table tbody tr td:nth-child(2) {
    font-size: 16px;
    line-height: 28px;
    width: 32%;
  }
  .hiring-section .hiring-wrapper table tbody tr td:nth-child(3),
  .hiring-section .hiring-wrapper table tbody tr td:nth-child(4) {
    width: 20%;
  }
  .hiring-section .hiring-wrapper table tbody tr td:nth-child(5) {
    font-size: 14px;
    line-height: 14px;
    width: 18%;
  }
  /*============== 03.15 Blog details ===========*/
  .blog-details .blog-menu-wrapper .blog-menu nav {
    position: absolute;
    top: 5px;
    left: -18px;
  }
  .blog-details .blog-content .content .title h2 {
    font-size: 38px;
    line-height: 48px;
  }
  .blog-details .blog-content .content .blog-img-small {
    padding-top: 25px;
  }
  /*========== 03.17 about  ============*/
  .about-section .about-img-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
  }
  .about-section .about-img-wrapper .img-one {
    width: 100%;
    height: 350px;
  }
  .about-section .about-img-wrapper .img-two {
    width: 100%;
    height: 350px;
  }
  .our-process .process-content .process-content-text {
    padding: 40px 0 0 0;
  }
  .our-process .img {
    height: 350px;
  }
  .our-future .our-future-content {
    padding-top: 40px;
  }
}
@media (max-width: 767.98px) {
  section {
    padding: 70px 0;
  }
  /*==========  02.01 Title  ============*/
  .title .sub-title {
    position: relative;
    left: 0px;
    top: -15px;
    transform: rotate(0deg);
  }
  .title h2 {
    font-size: 22px;
    line-height: 36px;
  }
  .title.v1 h2 {
    max-width: 380px;
  }
  .title.v3 h2 {
    max-width: 270px;
  }
  .title.v4 h2 {
    max-width: 245px;
  }
  .title.v5 .sub-title {
    top: 0px;
    left: 0px;
  }
  /*============ 03.01 Header =============*/
  .header .main {
    display: flex;
    justify-content: end;
    align-items: center;
  }
  .header .main .main-menu {
    display: none;
  }
  .header .main .contact-sale {
    gap: 10px;
  }
  .header .main .contact-sale .contact {
    font-size: 8px;
    line-height: 8px;
  }
  .header .main .contact-sale .contact a {
    padding: 7px 10px;
  }
  .header .main .contact-sale .navbar {
    display: block;
  }
  .header .main .contact-sale .navbar svg {
    --svg-font-size: 25px;
  }
  /*============== 03.02 Hero banner ============*/
  .hero-banner .hero-content .text h1 {
    font-size: 36px;
    line-height: 46px;
  }
  .hero-banner .hero-content .text .animation-content {
    margin: 40px 0 0 0;
  }
  .hero-banner .hero-content .text .animation-content .animationList h1 {
    width: 450px;
  }
  /*=========== 03.05 Offer section ==========*/
  .offer-section .offer-title-wrapper .offer-title {
    position: relative;
    top: 0px;
    left: 0px;
    transform: rotate(0deg) translateX(0%);
    display: inline-block;
    margin-top: 50px;
  }
  .offer-section .offer-section-wrapper {
    display: none;
  }
  .offer-section .offer-section-wrapper .offer-item .content-wrapper .img {
    width: 160px;
    height: 160px;
    margin-bottom: 30px;
  }
  .offer-section .mobile-devise {
    display: block;
  }
  .offer-section-two {
    /* padding: 130px 0 0 0; */
  }
  .offer-section-two .title .sub-title {
    top: -15px;
  }
  .offer-section-two
    .offer-section-wrapper-two
    .offer-section-item
    .client-content {
    padding-bottom: 0px;
  }
  /*============= 03.06 Scope section ==============*/
  .scope-section .title .sub-title {
    top: -15px;
    left: 0px;
  }
  /*============= 03.07 Business plan =============*/
  .business-plan {
    padding-top: 10px;
  }
  .business-plan .plan-right-side .plan-card {
    padding: 20px;
    height: 300px;
  }
  .business-plan .plan-right-side .plan-card .card-body h3 {
    font-size: 16px;
    line-height: 22px;
  }
  .business-plan .plan-right-side .plan-card .card-body p {
    font-size: 12px;
    line-height: 20px;
  }
  .business-plan .title .sub-title {
    top: -10px;
    left: 0px;
    display: inline-block;
  }
  .business-plan .arrow-icon {
    position: absolute;
    top: -50px;
    right: 0px;
  }
  /*=============== 03.09 Solution section ==============*/
  .solution-section-banner .title .sub-title {
    top: -15px;
    left: 0px;
  }
  /*==============   03.08 Blog section   ============*/
  .blog-section {
    padding-top: 10px;
  }
  .blog-section .title .sub-title {
    top: -10px;
    left: 0px;
  }
  .blog-section .blog-wrapper .blog-card .blog-body .text {
    padding: 20px 20px 30px 20px;
  }
  .blog-section .blog-wrapper .blog-card .blog-body .text h3 {
    font-size: 15px;
    line-height: 22px;
  }
  /*============= 03.10 Footer =============*/
  .footer .row div:nth-child(3),
  .footer .row div:nth-child(4),
  .footer .row div:nth-child(5) {
    padding-left: 0px;
  }
  /*============= 03.11 Feature ===========*/
  .feature-section .feature-section-wrapper {
    padding-top: 10px;
  }
  .feature-section .feature-section-wrapper .pt-100 {
    padding-top: 0px;
  }
  .feature-section
    .feature-section-wrapper
    .feature-items
    .row
    > div:nth-child(even) {
    padding-top: 50px;
  }
  .feature-section
    .feature-section-wrapper
    .feature-items
    .row
    > div:nth-child(odd) {
    padding-top: 50px;
  }
  .feature-section
    .feature-section-wrapper
    .feature-items
    .card-wrapper
    .card-header
    h3 {
    font-size: 24px;
    line-height: 34px;
  }
  .feature-section.career-page {
    padding-top: 20px;
  }
  .feature-section.career-page .title .sub-title {
    top: 20px;
    left: 0px;
  }
  .feature-section.v2 .title .sub-title {
    top: 35px;
    left: 0px;
  }
  .feature-section.solutions .title .sub-title {
    top: 0px;
    left: 0px;
  }
  /*============== 03.12 Benefit=============*/
  .benefit-section .title {
    position: relative;
  }
  .benefit-section .title .sub-title {
    position: absolute;
    left: 0px;
    top: -35px;
  }
  .benefit-section .arrow-icon {
    position: absolute;
    top: -20px;
    right: 0px;
  }
  /*=============== 03.13 Banner =============*/
  .banner .banner-wrapper h1 {
    font-size: 40px;
    line-height: 50px;
  }
  .banner.career-banner .banner-wrapper {
    display: flex;
    flex-direction: column;
    max-width: 540px;
    margin: 0 auto;
    padding: 0px 12px;
  }
  .banner.career-banner .banner-wrapper .banner-left-part {
    order: 2;
    max-width: 540px;
    margin-left: 0px;
    padding-top: 50px;
  }
  .banner.career-banner .banner-wrapper .banner-right-part {
    order: 1;
    min-width: 540px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .banner.career-banner .banner-wrapper .banner-right-part .img {
    min-width: 100%;
  }
  .banner.career-banner .banner-wrapper .banner-right-part .img img {
    min-width: 100%;
  }
  .banner.cs-banner {
    padding-top: 150px;
  }
  /*============= 03.14 Hiring ===========*/
  .hiring-section .title .sub-title {
    top: -10px;
    left: 0px;
  }
  .hiring-section .hiring-wrapper table tbody tr td {
    font-size: 8px;
    line-height: 8px;
    padding: 5px 5px 5px 0px;
  }
  .hiring-section .hiring-wrapper table tbody tr td:nth-child(1) {
    font-size: 8px;
    line-height: 8px;
    width: 6%;
  }
  .hiring-section .hiring-wrapper table tbody tr td:nth-child(2) {
    font-size: 12px;
    line-height: 12px;
    width: 36%;
  }
  .hiring-section .hiring-wrapper table tbody tr td:nth-child(3),
  .hiring-section .hiring-wrapper table tbody tr td:nth-child(4) {
    width: 18%;
  }
  .hiring-section .hiring-wrapper table tbody tr td:nth-child(5) {
    width: 16%;
    font-size: 8px;
    line-height: 8px;
  }
  .hiring-section .hiring-wrapper table tbody tr td:nth-child(5) a .icon {
    padding-left: 0px;
  }
  .hiring-section .hiring-wrapper table tbody tr td:nth-child(5) a .icon svg {
    --svg-font-size: 8px;
  }
  /*============== 03.15 Blog details ===========*/
  .blog-details {
    padding-top: 130px;
  }
  .blog-details .blog-menu-wrapper {
    position: absolute;
    top: 50px;
  }
  .blog-details .blog-menu-wrapper .blog-menu nav {
    position: relative;
    top: 5px;
    left: 0px;
    transform: rotate(0deg);
  }
  .blog-details .blog-menu-wrapper .blog-menu nav ul {
    position: relative;
    z-index: 2;
    display: flex;
  }
  .blog-details .blog-menu-wrapper .blog-menu nav ul li {
    transform: rotateY(0deg) rotateX(0deg);
    padding-left: 0px;
    padding-right: 10px;
  }
  .blog-details .blog-menu-wrapper .blog-menu nav ul li:last-child {
    padding-right: 0px;
  }
  .blog-details .blog-menu-wrapper.blog-sticky {
    position: fixed;
    top: 66px;
    width: 100%;
    background-color: var(--color-black);
    padding: 0px 0 20px 0;
    z-index: 999;
  }
  .blog-details .blog-content .content:last-child {
    padding-bottom: 0px;
  }
  .blog-details .blog-content .content .title h2 {
    font-size: 22px;
    line-height: 30px;
    float: none;
  }
  .blog-details .blog-content .content .title p {
    font-size: 13px;
    line-height: 18px;
  }
  .blog-details .blog-content .content .text {
    margin-top: 20px;
  }
  .blog-details .blog-content .content .text p {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 20px;
  }
  .blog-details .blog-content .content .text ul li {
    font-size: 13px;
    line-height: 22px;
    padding-left: 20px;
  }
  .blog-details .blog-content .content .blog-img {
    width: 100%;
    height: 250px;
    margin-top: 40px;
  }
  .blog-details .blog-content .content .blog-img-small {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 0px;
    padding-top: 0px;
  }
  .blog-details .blog-content .content .blog-img-small .text {
    width: 100%;
    order: 2;
  }
  .blog-details .blog-content .content .blog-img-small img {
    width: 100%;
    height: 250px;
    order: 1;
    margin-top: 30px;
    object-fit: cover;
  }
}
@media (max-width: 575.98px) {
  /*================  02.01 Title  ===================*/
  .title h2 {
    font-size: 20px;
    line-height: 30px;
  }
  .title.v1 h2 {
    max-width: 280px;
  }
  .title.v2 h2 {
    max-width: 100px;
  }
  .title.v4 h2 {
    max-width: 270px;
  }
  /*============= 03.02 Hero banner ============*/
  .hero-banner .hero-content .text {
    max-width: 420px;
  }
  .hero-banner .hero-content .text h6 {
    font-size: 13px;
    line-height: 13px;
  }
  .hero-banner .hero-content .text h1 {
    font-size: 30px;
    line-height: 40px;
  }
  .hero-banner .hero-content .text .animation-content {
    height: 90px;
    margin: 0;
  }
  .hero-banner .hero-content .text .animation-content .animationList h1 {
    width: 100%;
  }
  .hero-banner .trusted-companies p {
    font-size: 12px;
    line-height: 12px;
    padding-bottom: 6px;
  }
  .hero-banner .trusted-companies .brand-logo img {
    margin-right: 20px;
    padding: 6px 0;
    height: 30px;
  }
  .hero-banner.solution-page .hero-content .text {
    max-width: 100%;
  }
  .hero-banner.contact-banner .hero-content .text h1 {
    font-size: 30px;
    line-height: 40px;
  }
  /*============== 03.03 information ===========*/
  .information .information-content p {
    font-size: 12px;
    line-height: 18px;
  }
  .information .information-content h2 {
    font-size: 14px;
    line-height: 20px;
    padding-top: 20px;
  }
  /*============= 03.07 Business plan =============*/
  .business-plan .plan-right-side .plan-card {
    padding: 40px;
  }
  /*=============== 03.09 Solution section ==============*/
  .solution-section {
    padding-bottom: 10px;
  }
  .solution-section .solution-wrapper .solution-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  .solution-section .solution-wrapper .solution-item .text h3 {
    font-size: 18px;
    line-height: 28px;
  }
  .solution-section .solution-wrapper .solution-item .text p {
    font-size: 13px;
    line-height: 23px;
  }
  .solution-section .solution-wrapper .solution-item .text a {
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    padding-top: 30px;
  }
  .solution-section .solution-wrapper .solution-item .text a .icon svg {
    --svg-font-size: 10px;
  }
  .solution-section-two
    .solution-section-wrapper
    .solution-content
    .title.v2
    h2 {
    max-width: 100%;
  }
  /*=============  03.10 Footer =============*/
  .footer {
    text-align: center;
  }
  .footer .row div:nth-child(1) {
    order: 4;
  }
  .footer .row div:nth-child(2) {
    order: 0;
  }
  .footer .row div:nth-child(3) {
    order: 1;
  }
  .footer .row div:nth-child(4) {
    order: 2;
  }
  .footer .row div:nth-child(5) {
    order: 3;
  }
  .footer .title {
    margin-bottom: 20px;
  }
  .footer .title .img {
    width: 190px;
    margin: 0 auto;
  }
  .footer .address {
    max-width: 100%;
    margin: 0 auto;
  }
  .footer .address .address-item .contact-us li {
    display: flex;
    align-items: start;
    justify-content: center;
  }
  .footer ul li {
    margin-bottom: 10px;
  }
  /*=============== 03.13 Banner =============*/
  .banner.career-banner {
    padding: 100px 0 50px 0;
  }
  .banner.career-banner .banner-wrapper {
    display: flex;
    flex-direction: column;
    width: 100vw;
    padding: 0px 12px;
  }
  .banner.career-banner .banner-wrapper .banner-left-part {
    min-width: 100vw;
    margin-left: 0px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .banner.career-banner .banner-wrapper .banner-left-part .text h1 {
    font-size: 30px;
    line-height: 40px;
  }
  .banner.career-banner .banner-wrapper .banner-right-part {
    min-width: 100vw;
    padding-left: 12px;
    padding-right: 12px;
    margin-left: 0px;
  }
  .banner.career-banner .banner-wrapper .banner-right-part .img {
    gap: 15px;
  }
  .banner.career-banner .banner-wrapper .banner-right-part .img .img-one {
    width: 140%;
    height: 220px;
  }
  .banner.career-banner .banner-wrapper .banner-right-part .img .img-one img {
    height: 220px;
  }
  .banner.career-banner .banner-wrapper .banner-right-part .img .img-two {
    height: 160px;
  }
  .banner.career-banner .banner-wrapper .banner-right-part .img .img-two img {
    height: 160px;
  }
  /*============== 03.15 Blog details ===========*/
  .blog-details .blog-content .content .title h2 {
    font-size: 22px;
    line-height: 30px;
    padding-bottom: 0px;
    width: 100%;
    float: none;
  }
  .blog-details .blog-content .content .title p {
    font-size: 13px;
    line-height: 18px;
    margin-top: 20px;
  }
  .card-new {
    min-height: 300px;
  }
}

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

/* case studies */
.line-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.rotate {
  transform: rotate(45deg);
}

.error-input {
  border: 1px solid red !important;
  border-radius: 8px !important;
}

/* team */
/* Basic container styling */
#output {
  min-height: calc(100vh - 250px);
  width: 100%;
  
 
}
.container-team {
  /* min-height: 100vh; */
  max-width: 1200px;
  margin: auto;
  padding: 20px;
  
}

/* Flex container for layout */
.flex-container {
  display: flex;
  /* align-items: center; */
  justify-content: space-between;
  gap: 20px;
  flex-direction: row;
}

/* Profile Image styling */
.profile-image img {
  width: 240px;
  height: 240px;
  border-radius: 50%;
  border: 4px solid #2b6cb0;
  object-fit: contain;
  background-color: whitesmoke;
}

/* Details section styling */
.details {
  /* margin: 20px; */
}

/* Heading */
.heading h1 {
  font-size: 2rem;
  font-weight: bold;
}

.heading p {
  font-size: 1.25rem;
}

/* Info and Address styling */
.my-12 {
  margin-bottom: 20px;
}
.my-24{
  margin-top: 40px;
}

.info-item,
.label {
  font-size: 1.125rem;
  font-weight: bold;
}

.text-muted {
  color: #718096;
}

/* Contact items */
.contact-item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.icon {
  fill: #007fdf;
  height: 1rem;
  width: 1rem;
  margin-right: 10px;
}

.email,
.phone {
  font-size: 1rem;
  color: #e4e8f0;
  padding: 0 !important;
}

/* Responsive layout for smaller screens */
@media (max-width: 768px) {
  .flex-container {
    flex-direction: column-reverse;
    align-items: center;
    /* /* text-align: center; */
  }

  .profile-image img {
    width: 180px;
    height: 180px;
  }

  .heading h1 {
    font-size: 1.75rem;
  }
  .heading .employee-name {
    font-size: 1.45rem;
  }

  .heading p {
    font-size: 1rem;
  }
}
