@charset "UTF-8";
/**************************************
    Default Styles
***************************************/
/**
 * Typography
 */
@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
/*-- Variables --*/
:root {
  --color-primary: #6D3BFF;
  --color-secondary: #C74FFF;
  --color-tertiary: #4E31FE;
  --bg-card: #1B072E;
  --primary-50: #F0EBFF;
  --primary-100: #D2C2FF;
  --primary-200: #BCA5FF;
  --primary-300: #9D7CFF;
  --primary-400: #8A62FF;
  --primary-500: #6D3BFF;
  --primary-600: #6336E8;
  --primary-700: #4D2AB5;
  --primary-800: #3C208C;
  --primary-900: #2E196B;
  --secondary-50: #F9EDFF;
  --secondary-100: #EEC8FF;
  --secondary-200: #E5AEFF;
  --secondary-300: #D989FF;
  --secondary-400: #D272FF;
  --secondary-500: #C74FFF;
  --secondary-600: #B548E8;
  --secondary-700: #8D38B5;
  --secondary-800: #6D2B8C;
  --secondary-900: #54216B;
  --tertiary-50: #E9EBF8;
  --tertiary-100: #C8BFFF;
  --tertiary-200: #AEA0FF;
  --tertiary-300: #AEA0FF;
  --tertiary-400: #715AFE;
  --tertiary-500: #4E31FE;
  --tertiary-600: #472DE7;
  --tertiary-700: #3723B4;
  --tertiary-800: #2B1B8C;
  --tertiary-900: #21156B;
  --color-heading: #FFFFFF;
  --color-body: #B3B3B3;
  --color-white: #ffffff;
  --color-tooltip: #1B072E;
  --color-gray: #A1A9AC;
  --color-gray-light: #F6F6F6;
  --color-gray-lighter: #ebebeb;
  --color-light: #F5F7FA;
  --color-lighter: #F2F5F9;
  --color-success: #3EB75E;
  --color-danger: #FF0003;
  --color-warning: #FF8F3C;
  --color-info: #1BA2DB;
  --color-badge-1: #303F5B;
  --color-badge-2: #F2C94C;
  --color-facebook: #3B5997;
  --color-twitter: #1BA1F2;
  --color-youtube: #ED4141;
  --color-linkedin: #0077B5;
  --color-pinterest: #E60022;
  --color-instagram: #C231A1;
  --color-vimeo: #00ADEF;
  --color-twitch: #6441A3;
  --color-discord: #7289da;
  --radius-10: 10px;
  --radius-big: 16px;
  --radius-small: 6px;
  --border-width: 2px;
  --radius: 6px;
  --f-light: 300;
  --f-regular: 400;
  --f-medium: 500;
  --f-semi-bold: 600;
  --f-bold: 700;
  --f-extra-bold: 800;
  --f-black: 900;
  --shadow-primary: 0px 4px 10px rgba(37, 47, 63, 0.1);
  --transition: 0.3s;
  --font-primary: "Inter", sans-serif;
  --font-secondary: "Space Grotesk", sans-serif;
  --font-awesome: "Font Awesome 6 Pro";
  --font-size-b1: 20px;
  --font-size-b2: 18px;
  --font-size-b3: 16px;
  --font-size-b4: 14px;
  --font-size-b5: 12px;
  --line-height-b1: 1.67;
  --line-height-b2: 1.7;
  --line-height-b3: 1.6;
  --line-height-b4: 1.3;
  --h1: 60px;
  --h2: 44px;
  --h3: 38px;
  --h4: 36px;
  --h5: 20px;
  --h6: 16px;
  --div-gap-1: 10px;
  --p-light: 300;
  --p-regular: 400;
  --p-medium: 500;
  --p-semi-bold: 600;
  --p-bold: 700;
  --p-extra-bold: 800;
  --p-black: 900;
  --gradient-1: linear-gradient(90deg, var(--color-primary), var(--color-primary) 33%, var(--color-secondary) 66%, var(--color-secondary));
}

/**
 * Reset Styels
 */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

a {
  color: var(--color-heading);
  text-decoration: none;
  outline: none;
}

a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
  color: var(--color-secondary);
}

a:focus {
  outline: none;
}

address {
  margin: 0 0 24px;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

mark {
  background: var(--color-primary);
  color: #ffffff;
}

code,
kbd,
pre,
samp {
  font-size: var(--font-size-b3);
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  color: var(--color-primary);
}

kbd,
ins {
  color: #ffffff;
}

small {
  font-size: smaller;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

dl {
  margin-top: 0;
  margin-bottom: 10px;
}

dd {
  margin: 0 15px 15px;
}

dt {
  font-weight: bold;
  color: var(--color-heading);
}

menu,
ol,
ul {
  margin: 16px 0;
  padding: 0 0 0 40px;
}

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

li > ul,
li > ol {
  margin: 0;
}

ol ul {
  margin-bottom: 0;
}

img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 1px solid var(--color-border);
  margin: 0 2px;
  min-width: inherit;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  max-width: 100%;
  vertical-align: baseline;
}

button,
input {
  line-height: normal;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

input[type=checkbox],
input[type=radio] {
  padding: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  appearance: textfield;
  padding-right: 2px;
  width: 270px;
}

input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

caption,
th,
td {
  font-weight: normal;
}

table thead th {
  font-weight: 700;
}

td,
.wp-block-calendar tfoot td {
  border: 1px solid var(--color-border);
  padding: 7px 10px;
}

del {
  color: #333;
}

ins {
  background: rgba(56, 88, 246, 0.6);
  text-decoration: none;
  padding: 0 5px;
}

hr {
  background-size: 4px 4px;
  border: 0;
  height: 1px;
  margin: 0 0 24px;
  opacity: 0.6;
}

table a,
table a:link,
table a:visited {
  text-decoration: underline;
}

dt {
  font-weight: bold;
  margin-bottom: 10px;
}

dd {
  margin: 0 15px 15px;
}

caption {
  caption-side: top;
}

kbd {
  background: var(--heading-color);
}

dfn,
cite,
em {
  font-style: italic;
}

/* BlockQuote  */
blockquote,
q {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  quotes: none;
}

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

blockquote {
  font-size: var(--font-size-b1);
  font-style: italic;
  font-weight: var(--p-light);
  margin: 24px 40px;
}

blockquote blockquote {
  margin-right: 0;
}

blockquote cite,
blockquote small {
  font-size: var(--font-size-b3);
  font-weight: normal;
}

blockquote strong,
blockquote b {
  font-weight: 700;
}

* {
  box-sizing: border-box;
}

html {
  overflow: hidden;
  overflow-y: auto;
  margin: 0;
  padding: 0;
  font-size: 10px;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: auto;
  }
}
body {
  font-size: var(--font-size-b2);
  line-height: var(--line-height-b2);
  font-family: var(--font-primary);
  color: var(--color-body);
  font-weight: var(--f-regular);
  margin: 0;
  padding: 0;
  scroll-behavior: auto;
  position: relative;
  overflow-x: hidden;
  z-index: 1;
  background-color: #14021C;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
address,
p,
pre,
blockquote,
menu,
ol,
ul,
table,
hr {
  margin: 0;
  margin-bottom: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  word-break: break-word;
  font-family: var(--font-secondary);
  line-height: 1.4074;
  color: var(--color-heading);
}

h1,
.h1 {
  font-size: var(--h1);
  line-height: 1.19;
}

h2,
.h2 {
  font-size: var(--h2);
  line-height: 1.33;
}

h3,
.h3 {
  font-size: var(--h3);
  line-height: 1.4;
}

h4,
.h4 {
  font-size: var(--h4);
  line-height: 1.25;
}

h5,
.h5 {
  font-size: var(--h5);
  line-height: 1.24;
}

h6,
.h6 {
  font-size: var(--h6);
  line-height: 1.25;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a {
  color: inherit;
  transition: 0.5s;
}

a {
  color: var(--color-body);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  h1,
  .h1 {
    font-size: 38px;
  }
  h2,
  .h2 {
    font-size: 32px;
  }
  h3,
  .h3 {
    font-size: 28px;
  }
  h4,
  .h4 {
    font-size: 24px;
  }
  h5,
  .h5 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  h1,
  .h1 {
    font-size: 34px;
  }
  h2,
  .h2 {
    font-size: 28px;
  }
  h3,
  .h3 {
    font-size: 24px;
  }
  h4,
  .h4 {
    font-size: 20px;
  }
  h5,
  .h5 {
    font-size: 16px;
  }
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  font-weight: var(--p-bold);
}

h4,
.h4,
h5,
.h5 {
  font-weight: var(--p-bold);
}

h6,
.h6 {
  font-weight: var(--p-medium);
}

p {
  font-size: var(--font-size-b2);
  line-height: var(--line-height-b2);
  font-weight: var(--f-regular);
  color: var(--color-body);
  margin: 0 0 30px;
}
@media only screen and (max-width: 767px) {
  p {
    margin: 0 0 20px;
    font-size: var(--font-size-b2);
    line-height: var(--line-height-b2);
  }
}
p.has-large-font-size {
  line-height: 1.5;
  font-size: 36px;
}
p.has-medium-font-size {
  font-size: 24px;
  line-height: 36px;
}
p.has-small-font-size {
  font-size: 13px;
}
p.has-very-light-gray-color {
  color: var(--color-white);
}
p.has-background {
  padding: 20px 30px;
}
p.b1 {
  font-size: var(--font-size-b1);
  line-height: var(--line-height-b1);
}
p.b2 {
  font-size: var(--font-size-b2);
  line-height: var(--line-height-b2);
}
p.b3 {
  font-size: var(--font-size-b3);
  line-height: var(--line-height-b3);
}
p.b4 {
  font-size: var(--font-size-b4);
  line-height: var(--line-height-b4);
}
@media only screen and (max-width: 767px) {
  p br {
    display: none;
  }
}

.b1 {
  font-size: var(--font-size-b1);
  line-height: var(--line-height-b1);
}

.b2 {
  font-size: var(--font-size-b2);
  line-height: var(--line-height-b2);
}

.b3 {
  font-size: var(--font-size-b3);
  line-height: var(--line-height-b3);
}

.b4 {
  font-size: var(--font-size-b4);
  line-height: var(--line-height-b4);
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 0 40px;
  width: 100%;
}

table a,
table a:link,
table a:visited {
  text-decoration: none;
}

cite,
.wp-block-pullquote cite,
.wp-block-pullquote.is-style-solid-color blockquote cite,
.wp-block-quote cite {
  color: var(--color-heading);
}

var {
  font-family: "Courier 10 Pitch", Courier, monospace;
}

/*---------------------------
	List Style 
---------------------------*/
ul,
ol {
  padding-left: 18px;
}

ul {
  list-style: square;
  margin-bottom: 30px;
  padding-left: 20px;
}
ul.liststyle.bullet li {
  font-size: 18px;
  line-height: 30px;
  color: var(--color-body);
  position: relative;
  padding-left: 30px;
}
@media only screen and (max-width: 767px) {
  ul.liststyle.bullet li {
    padding-left: 19px;
  }
}
ul.liststyle.bullet li::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: var(--color-body);
  left: 0;
  top: 10px;
}
ul.liststyle.bullet li + li {
  margin-top: 8px;
}
ul li {
  font-size: var(--font-size-b1);
  line-height: var(--line-height-b1);
  margin-top: 10px;
  margin-bottom: 10px;
  color: var(--color-body);
  font-weight: 400;
}
ul li a {
  text-decoration: none;
  color: var(--color-body);
}
ul li a:hover {
  color: var(--color-primary);
}
ul ul {
  margin-bottom: 0;
}

ol {
  margin-bottom: 30px;
}
ol li {
  font-size: var(--font-size-b1);
  line-height: var(--line-height-b1);
  color: var(--color-gray);
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 400;
}
ol li a {
  color: var(--heading-color);
  text-decoration: none;
}
ol li a:hover {
  color: var(--color-primary);
}
ol ul {
  padding-left: 30px;
}

hr {
  display: block;
  height: 0;
  margin: 15px 0;
  border-top: 2px solid var(--color-border);
  background: transparent;
}

kbd {
  background: var(--color-primary);
}

/*----------------------
    Animation Css  
-----------------------*/
.tmponhover {
  position: relative;
  overflow: hidden;
}
.tmponhover::before {
  content: "";
  position: absolute;
  top: var(--y);
  left: var(--x);
  transform: translate(-50%, -50%);
  background: radial-gradient(var(--color-primary), transparent, transparent);
  width: 200%;
  height: 200%;
  opacity: 0;
  transition: 0.5s, top 0s, left 0s;
  border-radius: var(--radius);
}
.tmponhover:hover::before {
  opacity: 1;
}
.tmponhover::after {
  content: "";
  position: absolute;
  inset: 2px;
  background: var(--color-card);
  border-radius: var(--radius);
}
.tmponhover > * {
  z-index: 2;
  position: relative;
}

.post-scale {
  overflow: hidden;
}
.post-scale img {
  transition: 0.5s;
}
.post-scale:hover img {
  transform: scale(1.1);
}

@keyframes customOne {
  from {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
  to {
    transform: scale(1);
  }
}
@keyframes customTwo {
  0% {
    transform: translate(0px, 0px);
  }
  50% {
    transform: translate(100px, 0px);
  }
  100% {
    transform: translate(50px, 50px);
  }
}
.customOne {
  animation: customOne 2s infinite;
}

@keyframes moveright {
  from {
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  }
  to {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
@keyframes moveLeft {
  from {
    clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
  }
  to {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
@keyframes moveOut {
  0% {
    -webkit-clip-path: polygon(50% 50%, 50% 50%, 50% 50%, 50% 50%);
    clip-path: polygon(50% 50%, 50% 50%, 50% 50%, 50% 50%);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
.move-right {
  animation: moveright 1s linear;
}

.move-left {
  animation: moveLeft 1s linear;
}

.move-down {
  animation: movedown 1s linear;
}

.move-out {
  border-radius: 50%;
  animation: moveOut 2s linear;
}

@keyframes movedown {
  from {
    clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
  }
  to {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
.move-up {
  animation: moveup 1s linear;
}

@keyframes moveup {
  from {
    clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
  }
  to {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
@keyframes moveOut {
  0% {
    -webkit-clip-path: polygon(50% 50%, 50% 50%, 50% 50%, 50% 50%);
    clip-path: polygon(50% 50%, 50% 50%, 50% 50%, 50% 50%);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@keyframes toBottomLeft {
  0% {
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 0, 100% 0);
    clip-path: polygon(100% 0, 100% 0, 100% 0, 100% 0);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
.toBottomLeft {
  animation: toBottomLeft 1.5s linear;
}

/* ------------------------
    Custom Animation 01 
----------------------------*/
@-webkit-keyframes headerSlideDown {
  0% {
    margin-top: -100px;
  }
  to {
    margin-top: 0;
  }
}
@keyframes headerSlideDown {
  0% {
    margin-top: -100px;
  }
  to {
    margin-top: 0;
  }
}
/*------------------------
	slidefadeinup
--------------------------*/
@-webkit-keyframes slideFadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes slideFadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.slideFadeInUp {
  -webkit-animation-name: slideFadeInUp;
  animation-name: slideFadeInUp;
}

/* -----------------------------------
    Custom Animation For All Page
---------------------------------------*/
@-webkit-keyframes moveVertical {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes moveVertical {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
/*--------------------------------
Scroll Down Button Animation  
----------------------------------*/
@keyframes scrollDown {
  0% {
    opacity: 0;
  }
  10% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(10px);
    opacity: 0;
  }
}
.invers-anime {
  position: relative;
  overflow: hidden;
}
.invers-anime::after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(45deg);
  z-index: 1;
  pointer-events: none;
}
.invers-anime:hover::after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}

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

input,
select,
textarea {
  width: 100%;
  transition: 0.3s;
}

input {
  height: 40px;
  padding: 0 15px;
}

select {
  transition: 0.3s;
  height: 60px;
  line-height: 28px;
  padding: 10px 20px;
  outline: none;
  color: var(--color-body);
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: var(--border-width) solid var(--color-border);
  border-radius: var(--radius);
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  padding-right: 30px;
  background: transparent;
}

input[type=text],
input[type=password],
input[type=email],
input[type=number],
input[type=tel],
textarea {
  font-size: 16px;
  font-weight: 400;
  height: auto;
  line-height: 28px;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0 15px;
  outline: none;
  border: var(--border-width) solid var(--color-border);
  border-radius: var(--radius);
  color: var(--color-body);
  /* -- Placeholder -- */
}
input[type=text]::placeholder,
input[type=password]::placeholder,
input[type=email]::placeholder,
input[type=number]::placeholder,
input[type=tel]::placeholder,
textarea::placeholder {
  color: var(--body-color);
  /* Firefox */
  opacity: 1;
}
input[type=text]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: var(--body-color);
  opacity: 1;
}
input[type=text]::-ms-input-placeholder,
input[type=password]::-ms-input-placeholder,
input[type=email]::-ms-input-placeholder,
input[type=number]::-ms-input-placeholder,
input[type=tel]::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  /* Microsoft Edge */
  color: var(--body-color);
  opacity: 1;
}
input[type=text].p-holder__active, .input-active input[type=text], input[type=text].input-active,
input[type=password].p-holder__active,
.input-active input[type=password],
input[type=password].input-active,
input[type=email].p-holder__active,
.input-active input[type=email],
input[type=email].input-active,
input[type=number].p-holder__active,
.input-active input[type=number],
input[type=number].input-active,
input[type=tel].p-holder__active,
.input-active input[type=tel],
input[type=tel].input-active,
textarea.p-holder__active,
textarea.input-active {
  border-color: var(--color-primary);
  /* -- Placeholder -- */
}
input[type=text].p-holder__active::placeholder, .input-active input[type=text]::placeholder, input[type=text].input-active::placeholder,
input[type=password].p-holder__active::placeholder,
.input-active input[type=password]::placeholder,
input[type=password].input-active::placeholder,
input[type=email].p-holder__active::placeholder,
.input-active input[type=email]::placeholder,
input[type=email].input-active::placeholder,
input[type=number].p-holder__active::placeholder,
.input-active input[type=number]::placeholder,
input[type=number].input-active::placeholder,
input[type=tel].p-holder__active::placeholder,
.input-active input[type=tel]::placeholder,
input[type=tel].input-active::placeholder,
textarea.p-holder__active::placeholder,
textarea.input-active::placeholder {
  color: var(--color-primary);
  /* Firefox */
  opacity: 1;
}
input[type=text].p-holder__active:-ms-input-placeholder, .input-active input[type=text]:-ms-input-placeholder, input[type=text].input-active:-ms-input-placeholder,
input[type=password].p-holder__active:-ms-input-placeholder,
.input-active input[type=password]:-ms-input-placeholder,
input[type=password].input-active:-ms-input-placeholder,
input[type=email].p-holder__active:-ms-input-placeholder,
.input-active input[type=email]:-ms-input-placeholder,
input[type=email].input-active:-ms-input-placeholder,
input[type=number].p-holder__active:-ms-input-placeholder,
.input-active input[type=number]:-ms-input-placeholder,
input[type=number].input-active:-ms-input-placeholder,
input[type=tel].p-holder__active:-ms-input-placeholder,
.input-active input[type=tel]:-ms-input-placeholder,
input[type=tel].input-active:-ms-input-placeholder,
textarea.p-holder__active:-ms-input-placeholder,
textarea.input-active:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: var(--color-primary);
}
input[type=text].p-holder__active::-ms-input-placeholder, .input-active input[type=text]::-ms-input-placeholder, input[type=text].input-active::-ms-input-placeholder,
input[type=password].p-holder__active::-ms-input-placeholder,
.input-active input[type=password]::-ms-input-placeholder,
input[type=password].input-active::-ms-input-placeholder,
input[type=email].p-holder__active::-ms-input-placeholder,
.input-active input[type=email]::-ms-input-placeholder,
input[type=email].input-active::-ms-input-placeholder,
input[type=number].p-holder__active::-ms-input-placeholder,
.input-active input[type=number]::-ms-input-placeholder,
input[type=number].input-active::-ms-input-placeholder,
input[type=tel].p-holder__active::-ms-input-placeholder,
.input-active input[type=tel]::-ms-input-placeholder,
input[type=tel].input-active::-ms-input-placeholder,
textarea.p-holder__active::-ms-input-placeholder,
textarea.input-active::-ms-input-placeholder {
  /* Microsoft Edge */
  color: var(--color-primary);
}
input[type=text].p-holder__error, .input-error input[type=text], input[type=text].input-error,
input[type=password].p-holder__error,
.input-error input[type=password],
input[type=password].input-error,
input[type=email].p-holder__error,
.input-error input[type=email],
input[type=email].input-error,
input[type=number].p-holder__error,
.input-error input[type=number],
input[type=number].input-error,
input[type=tel].p-holder__error,
.input-error input[type=tel],
input[type=tel].input-error,
textarea.p-holder__error,
textarea.input-error {
  border-color: #f4282d;
  /* -- Placeholder -- */
}
input[type=text].p-holder__error::placeholder, .input-error input[type=text]::placeholder, input[type=text].input-error::placeholder,
input[type=password].p-holder__error::placeholder,
.input-error input[type=password]::placeholder,
input[type=password].input-error::placeholder,
input[type=email].p-holder__error::placeholder,
.input-error input[type=email]::placeholder,
input[type=email].input-error::placeholder,
input[type=number].p-holder__error::placeholder,
.input-error input[type=number]::placeholder,
input[type=number].input-error::placeholder,
input[type=tel].p-holder__error::placeholder,
.input-error input[type=tel]::placeholder,
input[type=tel].input-error::placeholder,
textarea.p-holder__error::placeholder,
textarea.input-error::placeholder {
  color: #f4282d;
  /* Firefox */
  opacity: 1;
}
input[type=text].p-holder__error:-ms-input-placeholder, .input-error input[type=text]:-ms-input-placeholder, input[type=text].input-error:-ms-input-placeholder,
input[type=password].p-holder__error:-ms-input-placeholder,
.input-error input[type=password]:-ms-input-placeholder,
input[type=password].input-error:-ms-input-placeholder,
input[type=email].p-holder__error:-ms-input-placeholder,
.input-error input[type=email]:-ms-input-placeholder,
input[type=email].input-error:-ms-input-placeholder,
input[type=number].p-holder__error:-ms-input-placeholder,
.input-error input[type=number]:-ms-input-placeholder,
input[type=number].input-error:-ms-input-placeholder,
input[type=tel].p-holder__error:-ms-input-placeholder,
.input-error input[type=tel]:-ms-input-placeholder,
input[type=tel].input-error:-ms-input-placeholder,
textarea.p-holder__error:-ms-input-placeholder,
textarea.input-error:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #f4282d;
}
input[type=text].p-holder__error::-ms-input-placeholder, .input-error input[type=text]::-ms-input-placeholder, input[type=text].input-error::-ms-input-placeholder,
input[type=password].p-holder__error::-ms-input-placeholder,
.input-error input[type=password]::-ms-input-placeholder,
input[type=password].input-error::-ms-input-placeholder,
input[type=email].p-holder__error::-ms-input-placeholder,
.input-error input[type=email]::-ms-input-placeholder,
input[type=email].input-error::-ms-input-placeholder,
input[type=number].p-holder__error::-ms-input-placeholder,
.input-error input[type=number]::-ms-input-placeholder,
input[type=number].input-error::-ms-input-placeholder,
input[type=tel].p-holder__error::-ms-input-placeholder,
.input-error input[type=tel]::-ms-input-placeholder,
input[type=tel].input-error::-ms-input-placeholder,
textarea.p-holder__error::-ms-input-placeholder,
textarea.input-error::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #f4282d;
}
input[type=text].p-holder__error:focus, .input-error input[type=text]:focus, input[type=text].input-error:focus,
input[type=password].p-holder__error:focus,
.input-error input[type=password]:focus,
input[type=password].input-error:focus,
input[type=email].p-holder__error:focus,
.input-error input[type=email]:focus,
input[type=email].input-error:focus,
input[type=number].p-holder__error:focus,
.input-error input[type=number]:focus,
input[type=number].input-error:focus,
input[type=tel].p-holder__error:focus,
.input-error input[type=tel]:focus,
input[type=tel].input-error:focus,
textarea.p-holder__error:focus,
textarea.input-error:focus {
  border-color: #f4282d;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=tel]:focus,
textarea:focus {
  border-color: var(--color-primary);
}

input[type=checkbox],
input[type=radio] {
  opacity: 0;
  position: absolute;
}
input[type=checkbox] ~ label,
input[type=radio] ~ label {
  position: relative;
  font-size: 15px;
  line-height: 25px;
  color: var(--body-color);
  font-weight: 400;
  padding-left: 20px;
  cursor: pointer;
  margin-bottom: 0;
}
input[type=checkbox] ~ label::before,
input[type=radio] ~ label::before {
  content: " ";
  position: absolute;
  top: 6px;
  left: 0;
  width: 14px;
  height: 14px;
  background-color: #fff;
  border: var(--border-width) solid rgba(24, 152, 165, 0.2);
  border-radius: 2px;
  transition: all 0.3s;
}
input[type=checkbox] ~ label::after,
input[type=radio] ~ label::after {
  content: " ";
  position: absolute;
  top: 9px;
  left: 2px;
  width: 10px;
  height: 5px;
  background-color: transparent;
  border-bottom: var(--border-width) solid #fff;
  border-left: var(--border-width) solid #fff;
  border-radius: 2px;
  transform: rotate(-45deg);
  opacity: 0;
  transition: all 0.3s;
}
input[type=checkbox]:checked ~ label::before,
input[type=radio]:checked ~ label::before {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}
input[type=checkbox]:checked ~ label::after,
input[type=radio]:checked ~ label::after {
  opacity: 1;
}

input[type=radio] ~ label::before {
  border-radius: 50%;
}
input[type=radio] ~ label::after {
  width: 8px;
  height: 8px;
  left: 3px;
  background: #fff;
  border-radius: 50%;
}

.form-group {
  margin-bottom: 20px;
}
.form-group input {
  border: var(--border-width) solid var(--color-border);
  border-radius: var(--radius);
  height: 50px;
  font-size: 16px;
  padding: 0 15px;
}
.form-group input:focus {
  border-color: var(--color-primary);
}
.form-group textarea {
  min-height: 193px;
  border: var(--border-width) solid var(--color-border);
  border-radius: var(--radius);
  resize: none;
  padding: 15px;
  font-size: 16px;
}
.form-group textarea:focus {
  border-color: var(--color-primary);
}

input[disabled] {
  display: none;
}

.form-check {
  padding-left: 0;
}

input[type=submit] {
  width: auto;
  font-size: 16px;
  letter-spacing: 2px;
  padding: 15px 20px;
  border-radius: 6px;
  display: block;
  font-weight: 500;
  transition: 0.3s;
  border: var(--border-width) solid var(--color-primary);
  background: var(--color-primary);
  color: #ffffff;
  height: 60px;
  margin-top: 30px;
}
input[type=submit]:hover {
  color: #ffffff;
  -webkit-box-shadow: 0 10px 15px 0 rgba(249, 0, 77, 0.1);
  box-shadow: 0 10px 15px 0 rgba(249, 0, 77, 0.1);
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}

.contact-form--1 form input::-webkit-input-placeholder,
.contact-form--1 form textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: var(--color-body) !important;
}

.contact-form--1 form input::-moz-placeholder,
.contact-form--1 form textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: var(--color-body) !important;
}

.contact-form--1 form input:-ms-input-placeholder,
.contact-form--1 form textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: var(--color-body) !important;
}

.contact-form--1 form input:-moz-placeholder,
.contact-form--1 form textarea:-moz-placeholder {
  /* Firefox 18- */
  color: var(--color-body) !important;
}

/* -------------------------------- 

Primary style

-------------------------------- */
.cd-title {
  position: relative;
  text-align: center;
}

.cd-intro {
  width: 90%;
  max-width: 768px;
  text-align: center;
}

.cd-intro {
  margin: 4em auto;
}

@media only screen and (min-width: 768px) {
  .cd-intro {
    margin: 5em auto;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-intro {
    margin: 6em auto;
  }
}
.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
}

.cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}

.cd-words-wrapper b.is-visible {
  position: relative;
}

.no-js .cd-words-wrapper b {
  opacity: 0;
}

.no-js .cd-words-wrapper b.is-visible {
  opacity: 1;
}

/* -------------------------------- 

  xrotate-1 

  -------------------------------- */
.cd-headline.rotate-1 .cd-words-wrapper {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px;
}

.cd-headline.rotate-1 b {
  opacity: 0;
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

.cd-headline.rotate-1 b.is-visible {
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-animation: cd-rotate-1-in 1.2s;
  -moz-animation: cd-rotate-1-in 1.2s;
  animation: cd-rotate-1-in 1.2s;
}

.cd-headline.rotate-1 b.is-hidden {
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-animation: cd-rotate-1-out 1.2s;
  -moz-animation: cd-rotate-1-out 1.2s;
  animation: cd-rotate-1-out 1.2s;
}

@-webkit-keyframes cd-rotate-1-in {
  0% {
    -webkit-transform: rotateX(180deg);
    opacity: 0;
  }
  35% {
    -webkit-transform: rotateX(120deg);
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(360deg);
    opacity: 1;
  }
}
@-moz-keyframes cd-rotate-1-in {
  0% {
    -moz-transform: rotateX(180deg);
    opacity: 0;
  }
  35% {
    -moz-transform: rotateX(120deg);
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  100% {
    -moz-transform: rotateX(360deg);
    opacity: 1;
  }
}
@keyframes cd-rotate-1-in {
  0% {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
    opacity: 0;
  }
  35% {
    -webkit-transform: rotateX(120deg);
    -moz-transform: rotateX(120deg);
    -ms-transform: rotateX(120deg);
    -o-transform: rotateX(120deg);
    transform: rotateX(120deg);
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(360deg);
    -moz-transform: rotateX(360deg);
    -ms-transform: rotateX(360deg);
    -o-transform: rotateX(360deg);
    transform: rotateX(360deg);
    opacity: 1;
  }
}
@-webkit-keyframes cd-rotate-1-out {
  0% {
    -webkit-transform: rotateX(0deg);
    opacity: 1;
  }
  35% {
    -webkit-transform: rotateX(-40deg);
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(180deg);
    opacity: 0;
  }
}
@-moz-keyframes cd-rotate-1-out {
  0% {
    -moz-transform: rotateX(0deg);
    opacity: 1;
  }
  35% {
    -moz-transform: rotateX(-40deg);
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    -moz-transform: rotateX(180deg);
    opacity: 0;
  }
}
@keyframes cd-rotate-1-out {
  0% {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }
  35% {
    -webkit-transform: rotateX(-40deg);
    -moz-transform: rotateX(-40deg);
    -ms-transform: rotateX(-40deg);
    -o-transform: rotateX(-40deg);
    transform: rotateX(-40deg);
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
    opacity: 0;
  }
}
/* -------------------------------- 

  xtype 

  -------------------------------- */
.cd-headline.type .cd-words-wrapper {
  vertical-align: top;
  overflow: hidden;
}

.cd-headline.type .cd-words-wrapper::after {
  /* vertical bar */
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 90%;
  width: 1px;
  background-color: #aebcb9;
}

.cd-headline.type .cd-words-wrapper.waiting::after {
  -webkit-animation: cd-pulse 1s infinite;
  -moz-animation: cd-pulse 1s infinite;
  animation: cd-pulse 1s infinite;
}

.cd-headline.type .cd-words-wrapper.selected {
  background-color: #aebcb9;
}

.cd-headline.type .cd-words-wrapper.selected::after {
  visibility: hidden;
}

.cd-headline.type .cd-words-wrapper.selected b {
  color: #0d0d0d;
}

.cd-headline.type b {
  visibility: hidden;
}

.cd-headline.type b.is-visible {
  visibility: visible;
}

.cd-headline.type i {
  position: absolute;
  visibility: hidden;
}

.cd-headline.type i.in {
  position: relative;
  visibility: visible;
}

@-webkit-keyframes cd-pulse {
  0% {
    -webkit-transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-50%) scale(0.9);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(-50%) scale(0);
    opacity: 0;
  }
}
@-moz-keyframes cd-pulse {
  0% {
    -moz-transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  40% {
    -moz-transform: translateY(-50%) scale(0.9);
    opacity: 0;
  }
  100% {
    -moz-transform: translateY(-50%) scale(0);
    opacity: 0;
  }
}
@keyframes cd-pulse {
  0% {
    -webkit-transform: translateY(-50%) scale(1);
    -moz-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    -o-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-50%) scale(0.9);
    -moz-transform: translateY(-50%) scale(0.9);
    -ms-transform: translateY(-50%) scale(0.9);
    -o-transform: translateY(-50%) scale(0.9);
    transform: translateY(-50%) scale(0.9);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(-50%) scale(0);
    -moz-transform: translateY(-50%) scale(0);
    -ms-transform: translateY(-50%) scale(0);
    -o-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    opacity: 0;
  }
}
/* -------------------------------- 

  xrotate-2 

  -------------------------------- */
.cd-headline.rotate-2 .cd-words-wrapper {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px;
}

.cd-headline.rotate-2 i,
.cd-headline.rotate-2 em {
  display: inline-block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.cd-headline.rotate-2 b {
  opacity: 0;
}

.cd-headline.rotate-2 i {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(-20px) rotateX(90deg);
  -moz-transform: translateZ(-20px) rotateX(90deg);
  -ms-transform: translateZ(-20px) rotateX(90deg);
  -o-transform: translateZ(-20px) rotateX(90deg);
  transform: translateZ(-20px) rotateX(90deg);
  opacity: 0;
}

.is-visible .cd-headline.rotate-2 i {
  opacity: 1;
}

.cd-headline.rotate-2 i.in {
  -webkit-animation: cd-rotate-2-in 0.4s forwards;
  -moz-animation: cd-rotate-2-in 0.4s forwards;
  animation: cd-rotate-2-in 0.4s forwards;
}

.cd-headline.rotate-2 i.out {
  -webkit-animation: cd-rotate-2-out 0.4s forwards;
  -moz-animation: cd-rotate-2-out 0.4s forwards;
  animation: cd-rotate-2-out 0.4s forwards;
}

.cd-headline.rotate-2 em {
  -webkit-transform: translateZ(20px);
  -moz-transform: translateZ(20px);
  -ms-transform: translateZ(20px);
  -o-transform: translateZ(20px);
  transform: translateZ(20px);
}

.no-csstransitions .cd-headline.rotate-2 i {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  opacity: 0;
}

.no-csstransitions .cd-headline.rotate-2 i em {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.no-csstransitions .cd-headline.rotate-2 .is-visible i {
  opacity: 1;
}

@-webkit-keyframes cd-rotate-2-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(90deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(-10deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0deg);
  }
}
@-moz-keyframes cd-rotate-2-in {
  0% {
    opacity: 0;
    -moz-transform: translateZ(-20px) rotateX(90deg);
  }
  60% {
    opacity: 1;
    -moz-transform: translateZ(-20px) rotateX(-10deg);
  }
  100% {
    opacity: 1;
    -moz-transform: translateZ(-20px) rotateX(0deg);
  }
}
@keyframes cd-rotate-2-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(90deg);
    -moz-transform: translateZ(-20px) rotateX(90deg);
    -ms-transform: translateZ(-20px) rotateX(90deg);
    -o-transform: translateZ(-20px) rotateX(90deg);
    transform: translateZ(-20px) rotateX(90deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(-10deg);
    -moz-transform: translateZ(-20px) rotateX(-10deg);
    -ms-transform: translateZ(-20px) rotateX(-10deg);
    -o-transform: translateZ(-20px) rotateX(-10deg);
    transform: translateZ(-20px) rotateX(-10deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0deg);
    -moz-transform: translateZ(-20px) rotateX(0deg);
    -ms-transform: translateZ(-20px) rotateX(0deg);
    -o-transform: translateZ(-20px) rotateX(0deg);
    transform: translateZ(-20px) rotateX(0deg);
  }
}
@-webkit-keyframes cd-rotate-2-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-100deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-90deg);
  }
}
@-moz-keyframes cd-rotate-2-out {
  0% {
    opacity: 1;
    -moz-transform: translateZ(-20px) rotateX(0);
  }
  60% {
    opacity: 0;
    -moz-transform: translateZ(-20px) rotateX(-100deg);
  }
  100% {
    opacity: 0;
    -moz-transform: translateZ(-20px) rotateX(-90deg);
  }
}
@keyframes cd-rotate-2-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0);
    -moz-transform: translateZ(-20px) rotateX(0);
    -ms-transform: translateZ(-20px) rotateX(0);
    -o-transform: translateZ(-20px) rotateX(0);
    transform: translateZ(-20px) rotateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-100deg);
    -moz-transform: translateZ(-20px) rotateX(-100deg);
    -ms-transform: translateZ(-20px) rotateX(-100deg);
    -o-transform: translateZ(-20px) rotateX(-100deg);
    transform: translateZ(-20px) rotateX(-100deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-90deg);
    -moz-transform: translateZ(-20px) rotateX(-90deg);
    -ms-transform: translateZ(-20px) rotateX(-90deg);
    -o-transform: translateZ(-20px) rotateX(-90deg);
    transform: translateZ(-20px) rotateX(-90deg);
  }
}
/* -------------------------------- 

  xloading-bar 

  -------------------------------- */
.cd-headline.loading-bar span {
  display: inline-block;
  padding: 0.2em 0;
}

.cd-headline.loading-bar .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}

.cd-headline.loading-bar .cd-words-wrapper::after {
  /* loading bar */
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background: var(--color-primary);
  z-index: 2;
  -webkit-transition: width 0.3s -0.1s;
  -moz-transition: width 0.3s -0.1s;
  transition: width 0.3s -0.1s;
}

.cd-headline.loading-bar .cd-words-wrapper.is-loading::after {
  width: 100%;
  -webkit-transition: width 3s;
  -moz-transition: width 3s;
  transition: width 3s;
}

.cd-headline.loading-bar b {
  top: 0.2em;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.cd-headline.loading-bar b.is-visible {
  opacity: 1;
  top: 0;
}

/* -------------------------------- 

  xslide 

  -------------------------------- */
.cd-headline.slide span {
  display: inline-block;
}

.cd-headline.slide .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}

.cd-headline.slide b {
  opacity: 0;
  top: 0.2em;
}

.cd-headline.slide b.is-visible {
  top: 0;
  opacity: 1;
  -webkit-animation: slide-in 0.6s;
  -moz-animation: slide-in 0.6s;
  animation: slide-in 0.6s;
}

.cd-headline.slide b.is-hidden {
  -webkit-animation: slide-out 0.6s;
  -moz-animation: slide-out 0.6s;
  animation: slide-out 0.6s;
}

@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes slide-in {
  0% {
    opacity: 0;
    -moz-transform: translateY(-100%);
  }
  60% {
    opacity: 1;
    -moz-transform: translateY(20%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(20%);
    -moz-transform: translateY(20%);
    -ms-transform: translateY(20%);
    -o-transform: translateY(20%);
    transform: translateY(20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes slide-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateY(120%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(100%);
  }
}
@-moz-keyframes slide-out {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  60% {
    opacity: 0;
    -moz-transform: translateY(120%);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(100%);
  }
}
@keyframes slide-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateY(120%);
    -moz-transform: translateY(120%);
    -ms-transform: translateY(120%);
    -o-transform: translateY(120%);
    transform: translateY(120%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
  }
}
/* -------------------------------- 

  xclip 

  -------------------------------- */
.cd-headline.clip span {
  display: inline-block;
}

.cd-headline.clip .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}

.cd-headline.clip .cd-words-wrapper::after {
  /* line */
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background-color: #aebcb9;
}

.cd-headline.clip b {
  opacity: 0;
}

.cd-headline.clip b.is-visible {
  opacity: 1;
}

/* -------------------------------- 

  xzoom 

  -------------------------------- */
.cd-headline.zoom .cd-words-wrapper {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px;
}

.cd-headline.zoom b {
  opacity: 0;
}

.cd-headline.zoom b.is-visible {
  opacity: 1;
  -webkit-animation: zoom-in 0.8s;
  -moz-animation: zoom-in 0.8s;
  animation: zoom-in 0.8s;
}

.cd-headline.zoom b.is-hidden {
  -webkit-animation: zoom-out 0.8s;
  -moz-animation: zoom-out 0.8s;
  animation: zoom-out 0.8s;
}

@-webkit-keyframes zoom-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
  }
}
@-moz-keyframes zoom-in {
  0% {
    opacity: 0;
    -moz-transform: translateZ(100px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateZ(0);
  }
}
@keyframes zoom-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(100px);
    -moz-transform: translateZ(100px);
    -ms-transform: translateZ(100px);
    -o-transform: translateZ(100px);
    transform: translateZ(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes zoom-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-100px);
  }
}
@-moz-keyframes zoom-out {
  0% {
    opacity: 1;
    -moz-transform: translateZ(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateZ(-100px);
  }
}
@keyframes zoom-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-100px);
    -moz-transform: translateZ(-100px);
    -ms-transform: translateZ(-100px);
    -o-transform: translateZ(-100px);
    transform: translateZ(-100px);
  }
}
/* -------------------------------- 

  xrotate-3 

  -------------------------------- */
.cd-headline.rotate-3 .cd-words-wrapper {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px;
}

.cd-headline.rotate-3 b {
  opacity: 0;
}

.cd-headline.rotate-3 i {
  display: inline-block;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.is-visible .cd-headline.rotate-3 i {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

.cd-headline.rotate-3 i.in {
  -webkit-animation: cd-rotate-3-in 0.6s forwards;
  -moz-animation: cd-rotate-3-in 0.6s forwards;
  animation: cd-rotate-3-in 0.6s forwards;
}

.cd-headline.rotate-3 i.out {
  -webkit-animation: cd-rotate-3-out 0.6s forwards;
  -moz-animation: cd-rotate-3-out 0.6s forwards;
  animation: cd-rotate-3-out 0.6s forwards;
}

.no-csstransitions .cd-headline.rotate-3 i {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
  opacity: 0;
}

.no-csstransitions .cd-headline.rotate-3 .is-visible i {
  opacity: 1;
}

@-webkit-keyframes cd-rotate-3-in {
  0% {
    -webkit-transform: rotateY(180deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
  }
}
@-moz-keyframes cd-rotate-3-in {
  0% {
    -moz-transform: rotateY(180deg);
  }
  100% {
    -moz-transform: rotateY(0deg);
  }
}
@keyframes cd-rotate-3-in {
  0% {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}
@-webkit-keyframes cd-rotate-3-out {
  0% {
    -webkit-transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(-180deg);
  }
}
@-moz-keyframes cd-rotate-3-out {
  0% {
    -moz-transform: rotateY(0);
  }
  100% {
    -moz-transform: rotateY(-180deg);
  }
}
@keyframes cd-rotate-3-out {
  0% {
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
  }
}
/* -------------------------------- 

  xscale 

  -------------------------------- */
.cd-headline.scale b {
  opacity: 0;
}

.cd-headline.scale i {
  display: inline-block;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.is-visible .cd-headline.scale i {
  opacity: 1;
}

.cd-headline.scale i.in {
  -webkit-animation: scale-up 0.6s forwards;
  -moz-animation: scale-up 0.6s forwards;
  animation: scale-up 0.6s forwards;
}

.cd-headline.scale i.out {
  -webkit-animation: scale-down 0.6s forwards;
  -moz-animation: scale-down 0.6s forwards;
  animation: scale-down 0.6s forwards;
}

.no-csstransitions .cd-headline.scale i {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 0;
}

.no-csstransitions .cd-headline.scale .is-visible i {
  opacity: 1;
}

@-webkit-keyframes scale-up {
  0% {
    -webkit-transform: scale(0);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale(1.2);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@-moz-keyframes scale-up {
  0% {
    -moz-transform: scale(0);
    opacity: 0;
  }
  60% {
    -moz-transform: scale(1.2);
    opacity: 1;
  }
  100% {
    -moz-transform: scale(1);
    opacity: 1;
  }
}
@keyframes scale-up {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes scale-down {
  0% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  60% {
    -webkit-transform: scale(0);
    opacity: 0;
  }
}
@-moz-keyframes scale-down {
  0% {
    -moz-transform: scale(1);
    opacity: 1;
  }
  60% {
    -moz-transform: scale(0);
    opacity: 0;
  }
}
@keyframes scale-down {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  60% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
}
/* -------------------------------- 

  xpush 

  -------------------------------- */
.cd-headline.push b {
  opacity: 0;
}

.cd-headline.push b.is-visible {
  opacity: 1;
  -webkit-animation: push-in 0.6s;
  -moz-animation: push-in 0.6s;
  animation: push-in 0.6s;
}

.cd-headline.push b.is-hidden {
  -webkit-animation: push-out 0.6s;
  -moz-animation: push-out 0.6s;
  animation: push-out 0.6s;
}

@-webkit-keyframes push-in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes push-in {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(10%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@keyframes push-in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(10%);
    -moz-transform: translateX(10%);
    -ms-transform: translateX(10%);
    -o-transform: translateX(10%);
    transform: translateX(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes push-out {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateX(110%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }
}
@-moz-keyframes push-out {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  60% {
    opacity: 0;
    -moz-transform: translateX(110%);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(100%);
  }
}
@keyframes push-out {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateX(110%);
    -moz-transform: translateX(110%);
    -ms-transform: translateX(110%);
    -o-transform: translateX(110%);
    transform: translateX(110%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
}
/**************************************
    elements Styles
***************************************/
/**************************************
    Default Styles
***************************************/
a {
  transition: var(--transition);
}

.bg_image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hover-moving-primary {
  position: relative;
  display: inline-block;
  transition: 0.3s;
}
.hover-moving-primary::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: currentColor;
  transform: scaleX(0);
  transform-origin: bottom right;
  transition: transform 0.3s;
}
.hover-moving-primary:hover {
  color: var(--color-primary) !important;
}
.hover-moving-primary:hover::after {
  transform-origin: bottom left;
  transform: scaleX(1);
}

.text-underline-hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
  background-image: linear-gradient(to bottom, currentColor 0%, currentColor 100%);
  background-size: 0 2px;
  background-repeat: no-repeat;
  background-position: 0 85%;
  display: inline;
  transition: 0.3s !important;
}
.text-underline-hover:hover {
  color: var(--color-primary) !important;
  background-size: 100% 2px;
}

.over_link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.inw-pagination {
  display: flex;
  align-items: center;
  gap: 14px;
  background: #14001f;
  padding: 20px 30px;
  border-radius: 12px;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .inw-pagination {
    gap: 5px;
  }
}
.inw-pagination .page-btn {
  position: relative;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
  border: 1px solid #2d1b3f;
  background: #1b072e;
  transition: all 0.35s ease;
  overflow: hidden;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .inw-pagination .page-btn {
    height: 60px;
    width: 60px;
  }
}
@media only screen and (max-width: 575px) {
  .inw-pagination .page-btn {
    height: 40px;
    width: 40px;
    font-size: 16px;
  }
}
.inw-pagination .page-btn i {
  font-size: 18px;
  transition: all 0.35s ease;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 575px) {
  .inw-pagination .page-btn i {
    font-size: 16px;
  }
}
.inw-pagination .page-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  padding: 2px;
  background: linear-gradient(180deg, rgb(122, 77, 255) 0%, rgba(122, 77, 255, 0.85) 18%, rgba(122, 77, 255, 0.25) 38%, rgba(122, 77, 255, 0.08) 52%, rgba(122, 77, 255, 0) 65%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transform: scale(0.94);
  transition: all 0.4s ease;
  pointer-events: none;
}
.inw-pagination .page-btn::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 50%;
  transform: translateX(-50%);
  width: 72%;
  height: 18px;
  border-radius: 50%;
  background: radial-gradient(ellipse at center, rgba(122, 77, 255, 0.45) 0%, rgba(122, 77, 255, 0.18) 45%, rgba(122, 77, 255, 0) 100%);
  filter: blur(8px);
  opacity: 0;
  transition: all 0.4s ease;
  pointer-events: none;
}
.inw-pagination .page-btn:hover {
  color: #ffffff;
  border-color: rgba(122, 77, 255, 0.35);
  background: #1b072e;
  box-shadow: inset 0 0 0 1px rgba(122, 77, 255, 0.08), 0 0 25px rgba(122, 77, 255, 0.1);
}
.inw-pagination .page-btn:hover::before {
  opacity: 1;
  transform: scale(1);
}
.inw-pagination .page-btn:hover::after {
  opacity: 1;
}
.inw-pagination .page-btn.active {
  border-color: rgba(122, 77, 255, 0.45);
  background: #1b072e;
  box-shadow: inset 0 0 0 1px rgba(122, 77, 255, 0.08), 0 0 30px rgba(122, 77, 255, 0.14);
}
.inw-pagination .page-btn.active::before {
  opacity: 1;
  transform: scale(1);
}
.inw-pagination .page-btn.active::after {
  opacity: 1;
}
.inw-pagination .page-dots {
  font-size: 28px;
  color: #ffffff;
  opacity: 0.7;
}

.text-scale-anim {
  white-space: pre-wrap;
  transform-origin: top left;
}

.invers-letter-span {
  display: inline-block;
  transition: color 0.3s;
}

.with-bg-border-radious-1820 {
  background: rgba(109, 59, 255, 0.06);
  box-shadow: inset 0px -1px 4px rgba(0, 0, 0, 0.26), inset 0px 1px 3px rgba(255, 255, 255, 0.4);
  border-radius: 24px;
  max-width: 1820px;
  margin: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.with-bg-border-radious-1820::after {
  content: "";
  position: absolute;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: radial-gradient(74% 51% at 50% 50%, #14021C 95%, #6D3BFF 100%);
  filter: blur(80px);
  z-index: -1;
}

.light-border {
  position: relative;
}
.light-border::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(102deg, rgba(255, 255, 255, 0) 30%, rgb(255, 255, 255) 42%, rgba(255, 255, 255, 0) 55%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
}

.light-border-after {
  position: relative;
}
.light-border-after::after {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(102deg, rgba(255, 255, 255, 0) 30%, rgb(255, 255, 255) 42%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
}

.title-between-start {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .title-between-start {
    flex-wrap: wrap;
  }
}
.title-between-start .section-title-area {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .title-between-start .section-title-area {
    width: 100%;
  }
}
.title-between-start .user-rating-area {
  width: 387px;
}
@media only screen and (max-width: 767px) {
  .title-between-start .user-rating-area {
    width: 100%;
  }
}
.title-between-start .user-rating-area .title {
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 700;
  color: var(--color-white);
}
.title-between-start .user-rating-area .author-wrappers ul li img {
  max-width: 60px;
}
.title-between-start .user-rating-area .author-wrappers {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 10px;
}
.title-between-start .user-rating-area .author-wrappers .wrating-wrapper {
  display: flex;
  align-items: center;
  gap: 4px;
}
.title-between-start .user-rating-area .author-wrappers .wrating-wrapper i {
  color: #FFC107;
  font-size: 16px;
}
.title-between-start .user-rating-area span {
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 10px;
  display: block;
}

.container-case-studiens {
  max-width: 1720px;
  margin: auto;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .container-case-studiens {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 1199px) {
  .container-case-studiens {
    padding: 0 15px;
  }
}

.bottom-action-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  border-radius: 50px;
  border: 2px solid #271A54;
  background: #1E153D;
}
@media only screen and (max-width: 767px) {
  .bottom-action-button {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.bottom-action-button::before {
  background: linear-gradient(161deg, rgba(255, 255, 255, 0) 43%, rgb(255, 255, 255) 48%, rgba(255, 255, 255, 0) 53%);
}
.bottom-action-button .left-side {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media only screen and (max-width: 767px) {
  .bottom-action-button .left-side {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.bottom-action-button .left-side .icon {
  height: 176px;
  width: 176px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-primary);
  border-radius: 45px;
}
@media only screen and (max-width: 767px) {
  .bottom-action-button .left-side .icon {
    height: 110px;
    width: 110px;
  }
  .bottom-action-button .left-side .icon img {
    max-width: 60px;
  }
}
@media only screen and (max-width: 575px) {
  .bottom-action-button .left-side .icon {
    height: 136px;
    width: 136px;
  }
  .bottom-action-button .left-side .icon img {
    max-width: 60px;
  }
}
.bottom-action-button .left-side .content .title {
  margin-bottom: 10px;
}
.bottom-action-button .left-side .content p.desc {
  margin-bottom: 0;
  max-width: 436px;
}
.bottom-action-button .right-button {
  margin-right: 14px;
}
.bottom-action-button .right-button .icon {
  height: 111px;
  width: 111px;
  background: #24184D;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bottom-action-button .right-button .icon i {
  font-size: 40px;
  font-weight: 300;
  transition: 0.3s;
}
.bottom-action-button .right-button .icon:hover i {
  color: var(--color-white);
}

/**************************************
    Default Styles
***************************************/
.section-title-area.center {
  text-align: center;
  max-width: 85%;
  margin: auto;
}
@media only screen and (max-width: 575px) {
  .section-title-area.center {
    max-width: 100%;
  }
}
.section-title-area.center .pre-title-area span.pre-title {
  margin: auto;
}
.section-title-area.center p.desc {
  max-width: 70%;
  margin: auto;
}
@media only screen and (max-width: 991px) {
  .section-title-area.center p.desc {
    max-width: 95%;
    margin: auto;
  }
}
@media only screen and (max-width: 575px) {
  .section-title-area.center p.desc {
    max-width: 100% !important;
    margin: auto;
  }
}
.section-title-area.left .pre-title-area {
  margin: 0;
  margin-bottom: 15px;
}
.section-title-area .pre-title-area {
  display: flex;
  align-items: center;
  gap: 8px;
  max-width: max-content;
  margin: auto;
  margin-bottom: 20px;
}
.section-title-area .pre-title-area span.pre-title {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 9px 22px;
  gap: 4px;
  height: 46px;
  background: rgba(109, 59, 255, 0.08);
  box-shadow: inset 0px -4px 4px rgba(255, 255, 255, 0.08);
  border-radius: 100px;
  max-width: max-content;
  font-size: 16px;
  color: var(--color-white);
  min-width: max-content;
}
@media only screen and (max-width: 575px) {
  .section-title-area .pre-title-area span.pre-title {
    font-size: 14px;
  }
}
.section-title-area .pre-title-area .left-line,
.section-title-area .pre-title-area .right-line {
  position: relative;
}
.section-title-area .pre-title-area .left-line::after,
.section-title-area .pre-title-area .right-line::after {
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background: var(--color-primary);
  top: 50%;
  transform: translateY(-50%);
}
.section-title-area .pre-title-area .left-line {
  width: 116px;
  height: 1px;
  background: linear-gradient(-90deg, #6D3BFF 0%, rgba(109, 59, 255, 0) 100%);
}
.section-title-area .pre-title-area .left-line::after {
  right: 0px;
}
.section-title-area .pre-title-area .right-line {
  width: 116px;
  height: 1px;
  background: linear-gradient(90deg, #6D3BFF 0%, rgba(109, 59, 255, 0) 100%);
}
.section-title-area .pre-title-area .right-line::after {
  left: 0px;
}

/**************************************
    Default Styles
***************************************/
.inw-btn {
  display: inline-block;
  padding: 20px 26px;
  font-size: 18px;
  border-radius: 4px;
  text-align: center;
  transition: 0.2s;
  max-width: max-content;
}
.inw-btn.btn-primary {
  background: radial-gradient(88.83% 261.79% at 50.49% 100%, #C74FFF 0%, #7141FF 44%, #6D3BFF 81%);
  box-shadow: inset 0px -1px 4px rgba(0, 0, 0, 0.26), inset 0px 1px 3px rgba(255, 255, 255, 0.4);
  border-radius: 8px;
}
.inw-btn.btn-primary:focus {
  box-shadow: inset 0px -1px 4px rgba(0, 0, 0, 0.26), inset 0px 1px 3px rgba(255, 255, 255, 0.4);
}
.inw-btn.btn-primary:active {
  box-shadow: inset 0px -1px 4px rgba(0, 0, 0, 0.26), inset 0px 1px 3px rgba(255, 255, 255, 0.4);
}
.inw-btn.btn-secondary {
  background: radial-gradient(65.31% 65.31% at 47.7% 100%, #FFFFFF 0%, #D987FF 44%, #C74FFF 81%);
  box-shadow: inset 0px -1px 4px rgba(0, 0, 0, 0.26), inset 0px 1px 3px rgba(255, 255, 255, 0.4);
  border-radius: 8px;
}
.inw-btn.btn-minimal {
  background: rgba(109, 59, 255, 0.08);
  box-shadow: inset 0px -4px 4px rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  color: var(--color-white);
}
.inw-btn.btn-md {
  padding: 15px 22px;
  font-size: 16px;
}
.inw-btn.btn-sm {
  padding: 13px 19px;
  font-size: 16px;
}
.inw-btn.btn-lg {
  padding: 25px 35px;
  font-size: 18px;
}
.inw-btn .btn-text {
  overflow: hidden;
  display: block;
}
.inw-btn span {
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.inw-btn .btn-text span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.07;
  text-shadow: 0 30px 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.inw-btn:hover .btn-text span {
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
}
.inw-btn.hover-icon-reverse {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.inw-btn.hover-icon-reverse .btn-text {
  display: inline-block;
  transition: transform 0.3s 0.125s cubic-bezier(0.1, 0.75, 0.25, 1);
  margin-inline-start: -23px;
  transition-delay: 0.3s;
}
.inw-btn.hover-icon-reverse .btn-icon {
  display: inline-block;
  transition: opacity 0.3s 0.25s, transform 0.3s 0.25s;
  transition-timing-function: cubic-bezier(0.1, 0.75, 0.25, 1);
  transition-delay: 0.3s;
  line-height: 1;
  margin-bottom: -1px;
}
.inw-btn.hover-icon-reverse .btn-icon + .btn-icon {
  margin-inline-end: 0;
  margin-inline-start: 8px;
  display: inline-block;
  margin-inline-start: 0;
  margin-inline-end: 0;
  opacity: 0;
  transform: translateX(-10px);
  order: -2;
}
.inw-btn.hover-icon-reverse:hover .btn-text {
  transition-delay: all 0.3s;
  transform: translateX(23px);
}
.inw-btn.hover-icon-reverse:hover .btn-icon {
  opacity: 0;
  transition-delay: 0s;
  transform: translateX(10px);
  transition-delay: 0.3s;
}
.inw-btn.hover-icon-reverse:hover .btn-icon + .btn-icon {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.3s;
}
.inw-btn.with-icon-radious .btn-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.16);
}
.inw-btn.with-icon-radious .btn-icon i {
  font-size: 14px;
}
.inw-btn.with-icon-radious .btn-icon + .btn-icon {
  display: flex;
}
.inw-btn:focus {
  outline: none;
  box-shadow: none;
}
.inw-btn:active {
  outline: none;
  box-shadow: none;
}
.inw-btn:active:focus {
  outline: none;
  box-shadow: none;
}

.button-default-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.inw-btn-narrow .btn-text {
  overflow: hidden;
  display: block;
}
.inw-btn-narrow .btn-text span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.07;
  text-shadow: 0 30px 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.inw-btn-narrow:hover .btn-text span {
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
}

.swiper-navigation .swiper-btn {
  color: var(--color-primary);
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 0;
  width: 60px;
  height: 60px;
  background: rgba(109, 59, 255, 0.04);
  border-radius: 50%;
  transition: var(--transition);
  z-index: 10;
  transition: 0.3s;
  opacity: 1;
  border: 1px solid rgba(109, 59, 255, 0.24);
}
.swiper-navigation .swiper-btn i {
  color: var(--color-white);
}
.swiper-navigation .swiper-btn:hover {
  background: var(--color-primary);
}

.swiper-button-next:hover i.invers-icon {
  transform: translateX(370%);
}
.swiper-button-next:hover i.invers-icon-top {
  transform: translateX(0);
}

.swiper-button-prev .custom-overfolow-btn i.invers-icon-top {
  position: absolute;
  transition: transform 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transform: translateX(370%);
}
.swiper-button-prev:hover i.invers-icon {
  transform: translateX(-370%);
}
.swiper-button-prev:hover i.invers-icon-top {
  transform: translateX(0);
}

.custom-overfolow-btn {
  position: relative;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
}
.custom-overfolow-btn i {
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: hidden;
  margin-top: -8px;
  margin-left: -5px;
  z-index: 1;
  font-size: 16px;
  transition: 0.4s;
}
.custom-overfolow-btn i.invers-icon {
  transition: transform 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.custom-overfolow-btn i.invers-icon-top {
  position: absolute;
  transform: translateX(-370%);
}

/**************************************
    Default Styles
***************************************/
.sicial-style-one ul {
  display: flex;
  align-items: center;
  gap: 5px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.sicial-style-one ul li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sicial-style-one ul li a {
  line-height: 41px;
  border-radius: 50%;
  text-align: center;
  display: block;
  color: var(--color-heading-1);
  transition: var(--transition);
  position: relative;
  z-index: 1;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 100px;
}
.sicial-style-one ul li a i {
  font-size: 16px;
  color: var(--color-white);
}
.sicial-style-one ul li a::after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0.2);
  width: 100%;
  height: 100%;
  opacity: 0;
  background: var(--color-primary);
  border-radius: 50%;
  transition: 0.3s;
  z-index: -1;
}
.sicial-style-one ul li a:hover::after {
  transform: translate(-50%, -50%) scale(1.02);
  opacity: 1;
}

/**************************************
    Default Styles
***************************************/
.contact-page-content-left .thumbnail-contact {
  border-radius: 24px;
  display: block;
  overflow: hidden;
}
.contact-page-content-left .content-bottom-wrap {
  margin-top: 40px;
  display: flex;
  align-items: flex-start;
  gap: 30px;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .contact-page-content-left .content-bottom-wrap {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.contact-page-content-left .content-bottom-wrap .single .title {
  font-size: 16px;
  color: var(--color-white);
  font-weight: 500;
}

.contact-page-form {
  background: rgba(109, 59, 255, 0.08);
  border-radius: 24px;
  padding: 40px 30px;
}
@media only screen and (max-width: 575px) {
  .contact-page-form {
    padding: 25px 20px;
  }
}
.contact-page-form form input,
.contact-page-form form textarea {
  background: rgba(109, 59, 255, 0.08);
  border-radius: 12px;
}
.contact-page-form form input {
  height: 55px;
  margin-bottom: 30px;
}
.contact-page-form form textarea {
  height: 192px;
}

.inv-contact-map-area {
  margin-bottom: 120px;
}
@media only screen and (max-width: 767px) {
  .inv-contact-map-area {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 575px) {
  .inv-contact-map-area {
    margin-bottom: 60px;
  }
}
.inv-contact-map-area iframe {
  border-radius: 15px;
}

.contect-info-two-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background: linear-gradient(180deg, rgba(7, 0, 28, 0.12) 0%, rgba(109, 59, 255, 0.12) 100%);
  border: 2px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 40px;
  flex-wrap: wrap;
}
.contect-info-two-wrapper .single-contact-info {
  width: 50%;
  margin-bottom: 40px;
}
@media only screen and (max-width: 575px) {
  .contect-info-two-wrapper .single-contact-info {
    width: 100%;
    margin-bottom: 10px;
  }
}
.contect-info-two-wrapper .single-contact-info span {
  display: block;
  font-size: 16px;
}
.contect-info-two-wrapper .single-contact-info .contact {
  font-size: 18px;
  color: var(--color-white);
  margin-top: 5px;
  display: block;
}

.hand-area-contact {
  width: 645px;
  height: 469px;
  background: linear-gradient(180deg, rgba(109, 59, 255, 0.02) 0%, #2E196B 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  margin-top: 20px;
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .hand-area-contact {
    width: 100%;
  }
}
@media only screen and (max-width: 1199px) {
  .hand-area-contact {
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .hand-area-contact {
    width: 100%;
  }
}
.hand-area-contact::after {
  content: "";
  position: absolute;
  width: 341px;
  height: 341px;
  left: calc(50% - 170.5px - 58px);
  top: calc(50% - 170.5px + 78px);
  background: #C74FFF;
  filter: blur(200px);
  z-index: -1;
}
.hand-area-contact .thumbnail {
  position: absolute;
  right: 0;
  top: 0;
}

/**************************************
    Default Styles
***************************************/
.faq-inner-content-title-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  .faq-inner-content-title-wrap {
    flex-wrap: wrap;
    gap: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .faq-inner-content-title-wrap {
    gap: 0;
  }
}
.faq-inner-content-title-wrap .title {
  max-width: 40%;
}
@media only screen and (max-width: 991px) {
  .faq-inner-content-title-wrap .title {
    max-width: 100%;
  }
}
.faq-inner-content-title-wrap p.desc {
  max-width: 50%;
  margin-left: auto;
}
@media only screen and (max-width: 991px) {
  .faq-inner-content-title-wrap p.desc {
    max-width: 100%;
    margin-bottom: 0;
  }
}

.support-sidebar-widget {
  padding: 50px 30px 30px 30px;
  background: rgba(109, 59, 255, 0.08);
  border-radius: 16px;
  margin-top: 30px;
}
@media only screen and (max-width: 575px) {
  .support-sidebar-widget {
    padding: 20px;
  }
}
.support-sidebar-widget .icon-top {
  margin-bottom: 30px;
}
.support-sidebar-widget .title {
  font-size: 26px;
}
.support-sidebar-widget p.desc {
  font-size: 16px;
  margin-bottom: 20px;
}
.support-sidebar-widget .single-support {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 5px 20px;
  background: rgba(109, 59, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  max-width: max-content;
  margin-bottom: 10px;
}
.support-sidebar-widget .single-support:last-child {
  margin-bottom: 0;
}
.support-sidebar-widget .single-support .icon {
  font-size: 18px;
  color: var(--color-primary);
}
.support-sidebar-widget .single-support a {
  color: var(--color-white);
}

.info-sidebar-widget {
  padding: 74px 37px;
  border-radius: 16px;
  margin-top: 30px;
  overflow: hidden;
}
@media only screen and (max-width: 575px) {
  .info-sidebar-widget {
    padding: 30px;
  }
}
.info-sidebar-widget .title {
  font-size: 26px;
}
.info-sidebar-widget p.desc {
  margin-bottom: 0;
  font-size: 16px;
}

.inw-accordion-style-one {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.inw-accordion-style-one.without-thumb .accordion-item {
  background: rgba(109, 59, 255, 0.08);
  border: 2px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  backdrop-filter: blur(10px);
}
.inw-accordion-style-one.without-thumb .accordion-item .accordion-button {
  background: transparent;
}
.inw-accordion-style-one.without-thumb .accordion-item p {
  max-width: 100%;
}
.inw-accordion-style-one .accordion-item {
  overflow: hidden;
  border: 1px solid rgba(139, 69, 199, 0.35);
  border-radius: 8px;
  background: #22073d;
}
.inw-accordion-style-one .accordion-header {
  margin: 0;
}
.inw-accordion-style-one .accordion-button {
  position: relative;
  gap: 16px;
  min-height: 68px;
  padding: 22px 30px;
  background: #22073d;
  color: #ffffff;
  border: 0;
  border-radius: 8px !important;
  box-shadow: none;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.3;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .inw-accordion-style-one .accordion-button {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1199px) {
  .inw-accordion-style-one .accordion-button {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .inw-accordion-style-one .accordion-button {
    font-size: 16px;
  }
}
.inw-accordion-style-one .accordion-button::after {
  display: none;
}
.inw-accordion-style-one .accordion-button:focus {
  box-shadow: none;
}
.inw-accordion-style-one .accordion-button:not(.collapsed) {
  background: #22073d;
  color: #ffffff;
}
.inw-accordion-style-one .accordion-button:not(.collapsed) .inw-accordion-icon::after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(0deg);
}
.inw-accordion-style-one .inw-accordion-icon {
  position: relative;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  margin-left: auto;
  opacity: 0.7;
}
.inw-accordion-style-one .inw-accordion-icon::before, .inw-accordion-style-one .inw-accordion-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 2px;
  border-radius: 2px;
  background: #a7a0aa;
  transform: translate(-50%, -50%);
  transition: 0.25s ease;
}
.inw-accordion-style-one .inw-accordion-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.inw-accordion-style-one .accordion-body {
  padding: 0 30px 22px;
}
.inw-accordion-style-one .inw-accordion-content {
  display: flex;
  align-items: center;
  gap: 14px;
}
.inw-accordion-style-one .inw-accordion-thumb {
  width: 138px;
  height: 105px;
  flex: 0 0 138px;
  overflow: hidden;
  border-radius: 8px;
}
.inw-accordion-style-one .inw-accordion-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.inw-accordion-style-one p {
  margin: 0;
  max-width: 560px;
  color: #bdb2ca;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}
@media (max-width: 575px) {
  .inw-accordion-style-one {
    gap: 12px;
  }
  .inw-accordion-style-one .accordion-button {
    min-height: 60px;
    padding: 18px 20px;
    font-size: 16px;
  }
  .inw-accordion-style-one .accordion-button:not(.collapsed) {
    padding-bottom: 12px;
  }
  .inw-accordion-style-one .accordion-body {
    padding: 0 20px 20px;
  }
  .inw-accordion-style-one .inw-accordion-content {
    flex-direction: column;
  }
  .inw-accordion-style-one .inw-accordion-thumb {
    width: 100%;
    height: auto;
    flex: 0 0 auto;
  }
  .inw-accordion-style-one .inw-accordion-thumb img {
    aspect-ratio: 16/9;
  }
}

.right-blur-light {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.right-blur-light .botom-shape {
  position: absolute;
  width: 1954px;
  height: 21px;
  left: -15px;
  bottom: 0px;
  background: #6D3BFF;
  filter: blur(75px);
}
.right-blur-light::after {
  position: absolute;
  content: "";
  width: 532px;
  height: 83px;
  right: -40px;
  top: 150px;
  background: #4E31FE;
  filter: blur(120px);
  transform: rotate(-128.86deg);
  z-index: -1;
}
.right-blur-light::before {
  content: "";
  position: absolute;
  width: 532px;
  height: 32.84px;
  left: -140px;
  top: 120px;
  background: #C74FFF;
  filter: blur(60px);
  transform: rotate(-15.53deg);
}

.faq-left-cottom-box {
  position: relative;
  margin-top: 50px;
  border-radius: 24px;
}
@media only screen and (max-width: 1199px) {
  .faq-left-cottom-box .thumbnail {
    width: 100%;
  }
  .faq-left-cottom-box .thumbnail img {
    width: 100%;
  }
}
.faq-left-cottom-box .inner-content-top {
  position: absolute;
  left: 30px;
  width: calc(100% - 60px);
  top: 30px;
}
.faq-left-cottom-box .inner-content-top .title {
  font-size: 30px;
  margin-bottom: 10px;
}
.faq-left-cottom-box .inw-btn {
  position: absolute;
  left: 30px;
  bottom: 30px;
  width: calc(100% - 60px);
}

.mx-100 {
  max-width: 100%;
}

.inw-marque-animation-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 0;
  font-weight: 800;
}

.ai-marquee {
  animation: marqueeRightToLeft 18s linear infinite;
  min-width: max-content;
  font-size: 130px;
  line-height: 1;
}
@media only screen and (max-width: 575px) {
  .ai-marquee {
    font-size: 60px;
  }
}

@keyframes marqueeRightToLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
/**************************************
    Default Styles
***************************************/
.career-search-area-title {
  text-align: center;
}
.career-search-area-title .title {
  font-size: 44px;
  margin-bottom: 15px;
}
.career-search-area-title p.desc {
  font-size: 16px;
}

.career-search-area-form {
  background: rgba(109, 59, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), inset 0px 0px 80px rgba(109, 59, 255, 0.24);
  border-radius: 16px;
  padding: 20px;
}
.career-search-area-form form {
  position: relative;
}
.career-search-area-form form input {
  height: 74px;
  width: 100%;
  border: 2px solid #280E4F;
  background: rgba(109, 59, 255, 0.04);
  border-radius: 12px;
}
.career-search-area-form form button {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  gap: 15px;
  border: none;
}
.career-search-area-form form button:focus {
  border: none;
  box-shadow: none;
  outline: none;
}
.career-search-area-form form button:active {
  border: none;
  box-shadow: none;
}

.inw-career-sidebar {
  padding: 20px 14px 19px;
  border: 1px solid rgba(132, 64, 190, 0.34);
  border-radius: 23px;
  background: radial-gradient(circle at 80% 45%, rgba(96, 36, 151, 0.34) 0%, rgba(96, 36, 151, 0.14) 38%, transparent 68%), linear-gradient(180deg, #15001f 0%, #190024 52%, #13001c 100%);
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.inw-career-sidebar .inw-career-single-card-sidebar {
  padding: 29px 29px 30px;
  border: 1px solid rgba(137, 76, 204, 0.48);
  border-radius: 16px;
  background: radial-gradient(circle at 82% 52%, rgba(96, 39, 158, 0.42) 0%, rgba(96, 39, 158, 0.2) 36%, transparent 72%), linear-gradient(145deg, #210637 0%, #250743 48%, #20043a 100%);
}
.inw-career-sidebar .inw-career-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 11px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}
.inw-career-sidebar .inw-career-card-head h3 {
  margin: 0;
  color: #ffffff;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.2px;
}
.inw-career-sidebar .inw-career-card-head span {
  width: 13px;
  height: 2px;
  border-radius: 2px;
  background: #ffffff;
}
.inw-career-sidebar .inw-career-filter-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.inw-career-sidebar .inw-career-filter-list li {
  margin: 0;
  padding: 0;
  line-height: 1.1;
}
.inw-career-sidebar .inw-career-filter-list label {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  cursor: pointer;
}
.inw-career-sidebar .inw-career-filter-list input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.inw-career-sidebar .inw-career-filter-list input:checked + .inw-radio {
  border-color: var(--color-primary);
}
.inw-career-sidebar .inw-career-filter-list input:checked + .inw-radio::before {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  background: var(--color-primary);
}
.inw-career-sidebar .inw-radio {
  position: relative;
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  border: 2px solid rgba(255, 255, 255, 0.34);
  border-radius: 50%;
}
.inw-career-sidebar .inw-radio::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #5C5C5C;
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  transition: 0.2s ease;
}

.inw-career-jobs .inw-career-jobs-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 61px;
}
.inw-career-jobs .inw-career-jobs-head h2 {
  margin: 0 0 19px;
  color: #ffffff;
  font-size: 36px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.6px;
}
.inw-career-jobs .inw-career-jobs-head p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}
.inw-career-jobs .inw-career-jobs-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.inw-career-jobs .inw-career-job-card {
  padding: 45px 40px 42px;
  background: rgba(109, 59, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}
.inw-career-jobs .inw-career-job-card::after {
  position: absolute;
  right: -26px;
  bottom: 0;
  content: "";
  background-image: url(../images/career/vector.svg);
  height: 100%;
  width: 242px;
  filter: blur(86px);
  z-index: -1;
}
.inw-career-jobs .inw-career-job-card h3 {
  margin: 0 0 22px;
  color: #ffffff;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.35px;
}
.inw-career-jobs .inw-career-job-card p {
  max-width: 815px;
  margin: 0 0 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.55;
}
.inw-career-jobs .inw-career-job-card ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.inw-career-jobs .inw-career-job-card li {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}
.inw-career-jobs .inw-career-job-card li i {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.68);
}
@media (max-width: 767px) {
  .inw-career-jobs .inw-career-jobs-head {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 35px;
  }
  .inw-career-jobs .inw-career-jobs-head h2 {
    font-size: 30px;
    margin-bottom: 12px;
  }
  .inw-career-jobs .inw-career-jobs-sort {
    flex-wrap: wrap;
  }
  .inw-career-jobs .inw-career-job-card {
    min-height: auto;
    padding: 32px 24px;
  }
  .inw-career-jobs .inw-career-job-card h3 {
    font-size: 24px;
  }
  .inw-career-jobs .inw-career-job-card p {
    font-size: 16px;
  }
  .inw-career-jobs .inw-career-job-card ul {
    gap: 16px;
  }
}

.inw-career-select-wrapper {
  display: flex;
  align-items: center;
  gap: 14px;
}
.inw-career-select-wrapper .inw-career-custom-select {
  position: relative;
  z-index: 5;
}
.inw-career-select-wrapper .inw-career-select-trigger {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.76);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  cursor: pointer;
  transition: color 0.25s ease;
}
.inw-career-select-wrapper .inw-career-select-trigger i {
  font-size: 12px;
  transition: transform 0.25s ease;
}
.inw-career-select-wrapper .inw-career-custom-select:hover .inw-career-select-trigger,
.inw-career-select-wrapper .inw-career-custom-select.is-open .inw-career-select-trigger {
  color: #ffffff;
}
.inw-career-select-wrapper .inw-career-custom-select.is-open .inw-career-select-trigger i {
  transform: rotate(180deg);
}
.inw-career-select-wrapper .inw-career-select-dropdown {
  position: absolute;
  top: calc(100% + 12px);
  right: 0;
  min-width: 165px;
  margin: 0;
  padding: 8px;
  list-style: none;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 12px;
  background: rgba(23, 0, 35, 0.96);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(16px);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px) scale(0.96);
  transform-origin: top right;
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
}
.inw-career-select-wrapper .inw-career-custom-select.is-open .inw-career-select-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}
.inw-career-select-wrapper .inw-career-select-dropdown li {
  padding: 10px 12px;
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  cursor: pointer;
  transition: color 0.25s ease, background 0.25s ease, transform 0.25s ease;
}
.inw-career-select-wrapper .inw-career-select-dropdown li:hover,
.inw-career-select-wrapper .inw-career-select-dropdown li.is-selected {
  color: #ffffff;
  background: rgba(120, 73, 255, 0.28);
}
.inw-career-select-wrapper .inw-career-select-dropdown li:hover {
  transform: translateX(3px);
}

.career-details-breadcrumb-area {
  padding-top: 240px;
}
@media only screen and (max-width: 767px) {
  .career-details-breadcrumb-area {
    padding-top: 170px;
  }
}
.career-details-breadcrumb-area .breadcrumb-inner-content .breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
}
.career-details-breadcrumb-area .breadcrumb-inner-content .breadcrumb li {
  display: flex;
  align-items: center;
  gap: 10px;
}
.career-details-breadcrumb-area .breadcrumb-inner-content .breadcrumb li a {
  font-size: 16px;
  color: var(--color-white);
}
.career-details-breadcrumb-area .breadcrumb-inner-content .breadcrumb li a.active {
  color: var(--color-body);
}
.career-details-breadcrumb-area .breadcrumb-inner-content .breadcrumb li i {
  font-size: 10px;
}
.career-details-breadcrumb-area .breadcrumb-inner-content .breadcrumb .title {
  font-size: 60px;
}
.career-details-breadcrumb-area .breadcrumb-inner-content .bottom-area-wrapper ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.career-details-breadcrumb-area .breadcrumb-inner-content .bottom-area-wrapper ul li {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
}
.career-details-breadcrumb-area .breadcrumb-inner-content .bottom-area-wrapper ul li i {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.68);
}

.career-main-image-area-large {
  margin: 60px 10px 0 10px;
  border-radius: 24px;
  display: block;
  overflow: hidden;
}

.single-career-oppertunity {
  display: flex;
  align-items: flex-start;
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .single-career-oppertunity {
    flex-wrap: wrap;
    gap: 15px;
  }
}
@media only screen and (max-width: 575px) {
  .single-career-oppertunity {
    margin-bottom: 25px;
  }
}
.single-career-oppertunity:last-child {
  margin-bottom: 0;
}
.single-career-oppertunity .left-area {
  width: 304px;
  min-width: 304px;
}
.single-career-oppertunity .left-area .title {
  font-size: 24px;
}
.single-career-oppertunity .right-content p.desc {
  margin-bottom: 30px;
  font-size: 16px;
}
.single-career-oppertunity .right-content p.desc:last-child {
  margin-bottom: 0;
}
.single-career-oppertunity .right-content .list-feature {
  padding: 0;
  margin: 0;
  list-style: none;
}
.single-career-oppertunity .right-content .list-feature li {
  font-size: 16px;
  padding-left: 20px;
  position: relative;
  margin: 7px 0;
}
.single-career-oppertunity .right-content .list-feature li::after {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 8px;
  width: 8px;
  background: var(--color-primary);
  content: "";
  border-radius: 50%;
}

/**************************************
    Default Styles
***************************************/
.our-keyfeature-area {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  background: #190423;
}
.our-keyfeature-area::after {
  content: "";
  position: absolute;
  width: 1920px;
  height: 86px;
  left: calc(50% - 960px);
  top: 0px;
  background: rgba(109, 59, 255, 0.64);
  filter: blur(100px);
}

.single-key-feature-card {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
  border-radius: 24px;
  padding: 30px 20px;
  transition: 0.3s;
  position: relative;
  height: 100%;
}
.single-key-feature-card::after {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(102deg, rgba(255, 255, 255, 0) 30%, rgb(255, 255, 255) 42%, rgba(255, 255, 255, 0) 55%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  opacity: 0;
}
.single-key-feature-card:hover {
  background: #200934;
}
.single-key-feature-card:hover::after {
  opacity: 1;
}
.single-key-feature-card:hover .thumbnail img {
  transform: scale(1.05);
}
.single-key-feature-card a.thumbnail {
  display: block;
  border-radius: 16px;
  overflow: hidden;
}
.single-key-feature-card a.thumbnail img {
  transition: 0.5s;
}
.single-key-feature-card .content {
  margin-top: 30px;
}
.single-key-feature-card .content .title {
  font-size: 28px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1199px) {
  .single-key-feature-card .content .title {
    font-size: 20px;
  }
}
.single-key-feature-card .content p.desc {
  margin-bottom: 0;
  font-size: 16px;
}

@media only screen and (max-width: 1199px) {
  .key-feature-wrapper-2 {
    display: flex;
    gap: 2%;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .key-feature-wrapper-2 {
    flex-direction: row;
    gap: 0;
  }
}
@media only screen and (max-width: 1199px) {
  .key-feature-wrapper-2 .single-key-feature-two {
    max-width: 48%;
  }
}
@media only screen and (max-width: 767px) {
  .key-feature-wrapper-2 .single-key-feature-two {
    max-width: 100%;
  }
}

.single-key-feature-two {
  padding: 56px 30px;
  background: linear-gradient(180deg, rgba(251, 251, 251, 0) 0%, rgba(255, 255, 255, 0.06) 100%);
  border: 1px solid rgba(255, 255, 255, 0.04);
  border-radius: 16px;
  margin-bottom: 15px;
  position: relative;
  display: block;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .single-key-feature-two {
    padding: 30px 30px;
  }
}
@media only screen and (max-width: 575px) {
  .single-key-feature-two {
    padding: 20px;
  }
}
.single-key-feature-two::after {
  content: "";
  position: absolute;
  width: 51.96px;
  height: 213.11px;
  left: -31.22px;
  top: calc(50% - 106.555px - 0.95px);
  background: rgba(109, 59, 255, 0.3);
  filter: blur(25px);
  transform: rotate(1.2deg);
  opacity: 0;
  transition: 0.3s;
}
.single-key-feature-two:hover::after {
  opacity: 1;
}
.single-key-feature-two:last-child {
  margin-bottom: 0;
}
.single-key-feature-two .title {
  font-size: 30px;
  line-height: 1.3;
  margin-bottom: 8px;
}
@media only screen and (max-width: 575px) {
  .single-key-feature-two .title {
    font-size: 24px;
  }
}
.single-key-feature-two p.desc {
  margin-bottom: 0;
  font-size: 18px;
}
@media only screen and (max-width: 991px) {
  .single-key-feature-two p.desc {
    font-size: 16px;
  }
}
@media only screen and (max-width: 575px) {
  .single-key-feature-two p.desc {
    font-size: 16px;
  }
}

.feature-right-two-area {
  background: linear-gradient(180deg, rgba(109, 59, 255, 0.06) 0%, rgba(181, 72, 232, 0.06) 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  padding: 20px;
}
.feature-right-two-area .top-iamge {
  border-radius: 20px;
  display: block;
  overflow: hidden;
}
.feature-right-two-area .single-facts-style {
  height: 350px;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.175), inset 0 -1px 1px rgba(255, 255, 255, 0.2), 0 12px 30px rgba(0, 0, 0, 0.12);
}
@media only screen and (max-width: 991px) {
  .feature-right-two-area .single-facts-style {
    height: 300px;
  }
}
.feature-right-two-area .single-facts-style .top-content .title {
  margin-bottom: 0;
  line-height: 1;
}
.feature-right-two-area .ai-specialist-in-facts .inner-content .title {
  font-size: 20px;
}
.feature-right-two-area .ai-specialist-in-facts .inner-content .list a {
  font-size: 12px;
}
.feature-right-two-area .ai-specialist-in-facts .thumbnail {
  position: absolute;
  bottom: 0;
  max-width: 100%;
  left: auto;
  transform: none;
}
@media only screen and (max-width: 1199px) {
  .feature-right-two-area .ai-specialist-in-facts .thumbnail {
    max-width: 75%;
  }
}

.container-1550 {
  max-width: 1545px;
  margin: auto;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .container-1550 {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 1199px) {
  .container-1550 {
    padding: 0 15px;
  }
}

.content-left-feature-short .title {
  font-weight: 600;
}
.content-left-feature-short .title span {
  color: var(--color-primary);
}
.content-left-feature-short p.desc {
  font-size: 16px;
  max-width: 75%;
}

.thumbnail-short-feature-right {
  border-radius: 36px;
  display: block;
  overflow: hidden;
}
.thumbnail-short-feature-right img {
  transition: 0.3s;
}

.inw-banner-area-one {
  height: 1041px;
  overflow: hidden;
  display: block;
  position: relative;
  display: flex;
  align-items: flex-end;
  z-index: 10;
}
@media only screen and (max-width: 991px) {
  .inw-banner-area-one {
    height: 800px;
  }
}
@media only screen and (max-width: 767px) {
  .inw-banner-area-one {
    height: 650px;
  }
}
@media only screen and (max-width: 575px) {
  .inw-banner-area-one {
    padding: 0 15px;
  }
}
.inw-banner-area-one .bottom-shape {
  position: absolute;
  width: 1924px;
  height: 15px;
  left: -4px;
  top: 1060px;
  background: #6D3BFF;
  filter: blur(50px);
}
.inw-banner-area-one .banner-one-large-image {
  position: absolute;
  max-width: 719px;
  left: 53%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: -1;
}
@media only screen and (max-width: 991px) {
  .inw-banner-area-one .banner-one-large-image {
    position: absolute;
    max-width: 552px;
    left: 35%;
    bottom: 0;
    transform: translateX(-50%);
    z-index: -1;
    right: -393px;
    left: auto;
  }
}
@media only screen and (max-width: 575px) {
  .inw-banner-area-one .banner-one-large-image {
    position: absolute;
    max-width: 434px;
    left: 35%;
    bottom: 0;
    transform: translateX(-50%);
    z-index: -1;
    right: -326px;
    left: auto;
  }
}
.inw-banner-area-one .banner-one-large-image::after {
  content: "";
  left: 4%;
  top: 3%;
  height: 50%;
  width: 50%;
  background-image: url(../images/common/moving.gif);
  position: absolute;
  mix-blend-mode: exclusion;
  opacity: 0.2;
  background-size: cover;
  background-repeat: no-repeat;
  pointer-events: none;
  border-radius: 79%;
  min-height: 350px;
  height: 350px;
}
.inw-banner-area-one .bg-text-large {
  position: absolute;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 473px;
  line-height: 1;
  left: 50%;
  transform: translateX(-50%);
  top: 130px;
  min-width: max-content;
  z-index: -1;
}
@media only screen and (min-width: 1600px) and (max-width: 1919px) {
  .inw-banner-area-one .bg-text-large {
    font-size: 400px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .inw-banner-area-one .bg-text-large {
    font-size: 380px;
  }
}
@media only screen and (max-width: 1199px) {
  .inw-banner-area-one .bg-text-large {
    font-size: 280px;
  }
}
@media only screen and (max-width: 991px) {
  .inw-banner-area-one .bg-text-large {
    font-size: 180px;
  }
}
@media only screen and (max-width: 767px) {
  .inw-banner-area-one .bg-text-large {
    font-size: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .inw-banner-area-one .bg-text-large {
    font-size: 120px;
  }
}
@media only screen and (max-width: 575px) {
  .inw-banner-area-one .bg-text-large {
    font-size: 55px;
  }
}
.inw-banner-area-one .bg-text-large div {
  background: linear-gradient(180.54deg, rgba(109, 59, 255, 0.88) 20.3%, rgba(109, 59, 255, 0) 80.12%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.inw-banner-area-one .banner-one-left-content p.desc {
  max-width: 292px;
}
@media only screen and (max-width: 575px) {
  .inw-banner-area-one .banner-one-left-content p.desc {
    max-width: 100%;
  }
}
.inw-banner-area-one .banner-one-left-content .title {
  margin-bottom: 0;
}
@media only screen and (max-width: 575px) {
  .inw-banner-area-one .banner-one-left-content .title {
    margin-bottom: 26px;
  }
}
.inw-banner-area-one .banner-one-right-content p.desc {
  max-width: 368px;
}

.banner-are-two-start {
  padding-top: 100px;
}
.banner-are-two-start .banner-top-top-sub {
  display: flex;
  align-items: center;
  height: 64px;
  background: rgba(109, 59, 255, 0.12);
  border-radius: 12px;
  max-width: max-content;
  margin: auto;
  padding: 5px 35px 5px 5px;
  gap: 15px;
}
@media only screen and (max-width: 575px) {
  .banner-are-two-start .banner-top-top-sub {
    flex-wrap: wrap;
    justify-content: center;
    height: auto;
    gap: 10px;
  }
}
.banner-are-two-start .banner-top-top-sub .sm-card {
  display: flex;
  align-items: center;
  background: #250E49;
  height: 54px;
  border-radius: 8px;
  padding: 10px 20px;
  border: 2px solid #2E135F;
  gap: 7px;
}
@media only screen and (max-width: 575px) {
  .banner-are-two-start .banner-top-top-sub .sm-card {
    padding: 3px 20px;
    height: auto;
  }
}
.banner-are-two-start .banner-top-top-sub .sm-card span {
  font-size: 20px;
  color: var(--color-white);
}
@media only screen and (max-width: 767px) {
  .banner-are-two-start .banner-top-top-sub .sm-card span {
    font-size: 16px;
  }
}
.banner-are-two-start .banner-top-top-sub .right-sub {
  display: flex;
  align-items: center;
  gap: 15px;
}
.banner-are-two-start .banner-top-top-sub .right-sub p {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .banner-are-two-start .banner-top-top-sub .right-sub p {
    font-size: 14px;
  }
}
.banner-are-two-start .title {
  font-size: 60px;
  text-align: center;
  margin-top: 30px;
}
@media only screen and (max-width: 991px) {
  .banner-are-two-start .title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .banner-are-two-start .title {
    font-size: 30px;
  }
  .banner-are-two-start .title br {
    display: none;
  }
}
.banner-are-two-start .title span {
  color: var(--color-primary);
}
.banner-are-two-start p.desc {
  text-align: center;
  max-width: 806px;
  margin: auto;
  margin-top: 30px;
}
.banner-are-two-start .button-wrapper {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 30px;
  justify-content: center;
}
.banner-are-two-start .stars-wrating-area {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: center;
  margin-top: 45px;
}
.banner-are-two-start .stars-wrating-area p {
  margin-bottom: 0;
  font-size: 16px;
}
.banner-are-two-start .stars-wrating-area .stars-area {
  display: flex;
  align-items: center;
  gap: 5px;
}
.banner-are-two-start .stars-wrating-area .stars-area i {
  color: #FFC107;
}

.single-feature-banner {
  position: relative;
  z-index: 1;
  border-radius: 24px;
  display: block;
  overflow: hidden;
}
.single-feature-banner::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0%;
  left: 0;
  bottom: 0;
  z-index: 0;
  transition: 0.3s;
  pointer-events: none;
  background: linear-gradient(179.82deg, rgba(109, 59, 255, 0) 49.89%, rgba(109, 59, 255, 0.72) 99.84%);
}
.single-feature-banner .content {
  position: absolute;
  left: 30px;
  bottom: 0;
  width: calc(100% - 60px);
  z-index: 3;
  opacity: 0;
  transition: 0.3s;
}
.single-feature-banner .content .title {
  font-size: 24px;
  margin-bottom: 0;
}
.single-feature-banner:hover::after {
  height: 100%;
}
.single-feature-banner:hover .content {
  bottom: 30px;
  opacity: 1;
}

.banner-two-main-wrapper {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
}
.banner-two-main-wrapper::before {
  content: "";
  z-index: -1;
  position: absolute;
  width: 2103.11px;
  height: 2103.11px;
  left: calc(50% - 1051.555px + 0.06px);
  top: 254px;
  border-radius: 50%;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.06) 0%, rgba(199, 79, 255, 0.12) 18.28%, rgba(109, 59, 255, 0) 37.48%, rgba(240, 235, 255, 0) 100%);
}
.banner-two-main-wrapper::after {
  content: "";
  z-index: -1;
  position: absolute;
  width: 1678.89px;
  height: 1678.89px;
  left: calc(50% - 839.445px + 1.03px);
  top: 459.64px;
  border-radius: 50%;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.12) 0%, rgba(199, 79, 255, 0.12) 18.28%, rgba(109, 59, 255, 0.02) 37.48%, rgba(240, 235, 255, 0) 100%);
}
.banner-two-main-wrapper .right-light-shape {
  position: absolute;
  z-index: -1;
  width: 187px;
  height: 187px;
  right: 230PX;
  top: 307px;
  background: #D989FF;
  filter: blur(150px);
  border-radius: 50%;
}
.banner-two-main-wrapper .left-light-shape {
  position: absolute;
  z-index: -1;
  width: 187px;
  height: 187px;
  left: 262px;
  top: 286px;
  background: #9D7CFF;
  filter: blur(150px);
  border-radius: 50%;
}
.banner-two-main-wrapper .bottom-shadow {
  position: absolute;
  width: 110%;
  height: 20px;
  left: -68px;
  bottom: 0px;
  background: rgba(109, 59, 255, 0.72);
  filter: blur(50px);
}

.banner-area-three {
  position: relative;
  z-index: 1;
}
.banner-area-three::after {
  content: "";
  position: absolute;
  width: 1920px;
  height: 442px;
  left: calc(50% - 960px);
  top: -211px;
  z-index: -1;
  background: rgba(199, 79, 255, 0.26);
  filter: blur(150px);
}
.banner-area-three::before {
  content: "";
  position: absolute;
  width: 2203px;
  height: 442px;
  left: calc(50% - 1101.5px + 38.5px);
  top: -121px;
  background: #6D3BFF;
  filter: blur(200px);
  opacity: 0.5;
}

.banner-three-content-part-area {
  padding: 114px;
  text-align: center;
  background-image: url(../images/banner/banner-3.webp);
  border-radius: 24px;
  margin-top: 97px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .banner-three-content-part-area {
    padding: 30px 30px;
  }
}
@media only screen and (max-width: 575px) {
  .banner-three-content-part-area {
    padding: 15px;
  }
}
.banner-three-content-part-area::after {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(310deg, var(--color-secondary) 0%, transparent 22%, transparent 78%, var(--color-primary) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.banner-three-content-part-area .title {
  margin-bottom: 30px;
  font-size: 60px;
}
@media only screen and (max-width: 991px) {
  .banner-three-content-part-area .title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-three-content-part-area .title {
    font-size: 30px;
  }
}
.banner-three-content-part-area p.desc {
  max-width: 65%;
  margin: auto;
  margin-bottom: 40px;
  font-size: 16px;
}
@media only screen and (max-width: 991px) {
  .banner-three-content-part-area p.desc {
    max-width: 100%;
  }
}
.banner-three-content-part-area .banner-form-three {
  max-width: 656px;
  margin: auto;
  position: relative;
}
.banner-three-content-part-area .banner-form-three input {
  width: 100%;
  height: 60px;
  background: rgba(109, 59, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 100px;
  padding-right: 160px;
}
.banner-three-content-part-area .banner-form-three input:focus {
  border: 1px solid var(--color-primary);
}
.banner-three-content-part-area .banner-form-three .inw-btn {
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 100px;
}
.banner-three-content-part-area .banner-three-banner-top {
  display: flex;
  align-items: center;
  gap: 20px;
  align-items: center;
  padding: 10px 21px 10px 10px;
  gap: 10px;
  background: rgba(109, 59, 255, 0.08);
  border-radius: 24px;
  max-width: max-content;
  margin: auto;
  margin-bottom: 30px;
}
@media only screen and (max-width: 575px) {
  .banner-three-content-part-area .banner-three-banner-top {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.banner-three-content-part-area .banner-three-banner-top p {
  margin-bottom: 0;
  color: var(--color-white);
  font-weight: 600;
}
.banner-three-content-part-area .banner-three-banner-top ul li {
  margin: 0;
}
.banner-three-content-part-area .banner-three-banner-top ul li img {
  max-width: 35px;
}

.banner-three-bottom {
  display: block;
  overflow: hidden;
  border-radius: 24px;
  margin-top: 30px;
}
.banner-three-bottom .video-thumbnail {
  border-radius: 10px;
  display: block;
  overflow: hidden;
  height: 100%;
  width: 100%;
  max-height: 650px;
}
.banner-three-bottom .video-thumbnail video {
  height: 100%;
  width: 100%;
}

.voice-generator-banner-area {
  position: relative;
  z-index: 1;
}
.voice-generator-banner-area::after {
  content: "";
  position: absolute;
  width: 1306px;
  height: 1306px;
  left: calc(50% - 653px);
  top: -856px;
  background: linear-gradient(90deg, rgba(199, 79, 255, 0.3) 0%, rgba(109, 59, 255, 0.3) 100%);
  filter: blur(150px);
  z-index: -1;
}
.voice-generator-banner-area .right-top-sape {
  position: absolute;
  right: 119px;
  top: 145px;
}

.voice-generator-banner-section {
  padding: 150px 180px 160px 180px;
  background: #14021C;
  border-radius: 16px;
  position: relative;
  display: block;
  overflow: hidden;
  margin-top: 50px;
  text-align: center;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .voice-generator-banner-section {
    padding: 45px 35px;
    margin-top: 80px;
  }
}
.voice-generator-banner-section .banner-bg {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  max-width: 694px;
  bottom: 0;
  z-index: -1;
  mix-blend-mode: color-dodge;
  opacity: 0.2;
}
.voice-generator-banner-section .bg-color-overlay {
  mix-blend-mode: color-dodge;
  position: absolute;
  opacity: 0.2;
  z-index: -1;
  width: 1316px;
  height: 1316px;
  left: 0px;
  top: -462px;
  background: linear-gradient(180deg, #FDC900 0%, #00AAFF 100%);
}
.voice-generator-banner-section::after {
  content: "";
  position: absolute;
  width: 169px;
  height: 169px;
  left: -30px;
  top: -59px;
  background: #C74FFF;
  filter: blur(100px);
}
.voice-generator-banner-section::before {
  content: "";
  position: absolute;
  width: 169px;
  height: 169px;
  right: -30px;
  top: -59px;
  background: #C74FFF;
  filter: blur(100px);
}
.voice-generator-banner-section .banner-top-content {
  max-width: max-content;
  border-radius: 33px;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  padding: 3px 15px 3px 3px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.08);
  margin: auto;
  margin-bottom: 20px;
}
@media only screen and (max-width: 575px) {
  .voice-generator-banner-section .banner-top-content {
    flex-direction: column;
    align-items: center;
    padding: 5px 30px;
  }
}
.voice-generator-banner-section .banner-top-content span {
  font-weight: 500;
  font-size: 20px;
  color: var(--color-white);
  width: 81px;
  height: 40px;
  border-radius: 33px;
  background: var(--color-secondary);
  display: flex;
  align-items: center;
  justify-content: center;
}
.voice-generator-banner-section .banner-top-content p {
  margin-bottom: 0;
}
.voice-generator-banner-section .banner-top-content i {
  font-size: 13px;
}
.voice-generator-banner-section .top-left,
.voice-generator-banner-section .top-right {
  position: absolute;
  width: 195px;
  height: 133px;
  left: -52px;
  top: -41px;
  background: linear-gradient(132.8deg, rgba(255, 255, 255, 0.01) 0%, rgba(153, 153, 153, 0) 96.44%);
  opacity: 0.3;
  border-radius: 0px;
  transform: rotate(-169.62deg);
  display: block;
  overflow: hidden;
}
.voice-generator-banner-section .top-left::after,
.voice-generator-banner-section .top-right::after {
  content: "";
  position: absolute;
  width: 98px;
  height: 98px;
  left: -17px;
  top: -13px;
  background: rgba(199, 79, 255, 0.08);
  filter: blur(50px);
  transform: rotate(-169.62deg);
}
.voice-generator-banner-section .top-left::before,
.voice-generator-banner-section .top-right::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  left: -8%;
  top: -12%;
  background: #C74FFF;
  filter: blur(15px);
  transform: rotate(-169.62deg);
}
.voice-generator-banner-section .top-right {
  right: -52px;
  top: -41px;
  left: auto;
  transform: rotate(288deg);
}
.voice-generator-banner-section .bottom-center {
  position: absolute;
  width: 100%;
  height: 16px;
  left: -30px;
  bottom: 0px;
  background: #C74FFF;
  filter: blur(40px);
}
.voice-generator-banner-section .title span {
  color: var(--color-secondary);
}
.voice-generator-banner-section .button-wrapper-flex {
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .voice-generator-banner-section .button-wrapper-flex {
    flex-wrap: wrap;
  }
}

.bg-in-voice-brand {
  background: rgba(255, 255, 255, 0.02);
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
}
.bg-in-voice-brand .brand-title-600 {
  font-size: 36px;
}
.bg-in-voice-brand .brand-swiper-main-wrapper::before,
.bg-in-voice-brand .brand-swiper-main-wrapper::after {
  display: none;
}
.bg-in-voice-brand::after {
  content: "";
  position: absolute;
  width: 2026px;
  height: 47px;
  left: calc(50% - 1013px + 24px);
  top: 271px;
  background: rgba(109, 59, 255, 0.24);
  filter: blur(50px);
  z-index: -1;
}

.banner-area-ai-startup {
  background-image: url(../images/banner/ai-startup.webp);
  height: 1129px;
  max-width: 1720px;
  margin: auto;
  margin-top: 204px;
  border-radius: 24px;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding: 120px;
}
@media only screen and (max-width: 991px) {
  .banner-area-ai-startup {
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .banner-area-ai-startup {
    padding: 80px;
  }
}
@media only screen and (max-width: 575px) {
  .banner-area-ai-startup {
    padding: 35px;
    margin-top: 150px;
  }
}
.banner-area-ai-startup .bottom-light-area {
  position: absolute;
  width: 1016px;
  height: 724px;
  left: 69%;
  transform: translateX(-50%) scaleY(-1);
  top: 0px;
}
@media only screen and (max-width: 1199px) {
  .banner-area-ai-startup .bottom-light-area {
    display: none;
  }
}
.banner-area-ai-startup .top-shape-1 {
  position: absolute;
  width: 1720px;
  height: 11px;
  left: 0px;
  top: 0px;
  background: #C74FFF;
  filter: blur(40px);
}
.banner-area-ai-startup .top-shape-2 {
  position: absolute;
  width: 1720px;
  height: 32px;
  left: 0px;
  top: 0px;
  background: #6D3BFF;
  filter: blur(100px);
}
.banner-area-ai-startup::after {
  content: "";
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: linear-gradient(113.3deg, rgba(1, 0, 2, 0.84) 1.15%, rgba(1, 0, 2, 0.72) 26.24%, rgba(6, 2, 19, 0.89) 42.66%, rgba(13, 5, 38, 0.59) 99.19%);
}
.banner-area-ai-startup::before {
  content: "";
  position: absolute;
  width: 261.48px;
  height: 261.48px;
  left: 570.27px;
  top: 544.27px;
  background: linear-gradient(90deg, #C74FFF 0%, #6D3BFF 100%);
  filter: blur(200px);
  z-index: 0;
}
.banner-area-ai-startup .round-shape {
  position: absolute;
  left: 527px;
  top: 477px;
  z-index: 1;
  animation: rotateAnimation 35s linear infinite;
}
@media only screen and (max-width: 767px) {
  .banner-area-ai-startup .round-shape {
    left: 0;
  }
}
.banner-area-ai-startup .right-top {
  position: absolute;
  right: 67px;
  top: 78px;
}
@media only screen and (max-width: 767px) {
  .banner-area-ai-startup .right-top {
    display: none;
  }
}

@keyframes rotateAnimation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.social-list-style-one {
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.social-list-style-one a {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  transition: 0.3s ease;
}
.social-list-style-one a:hover {
  background: rgba(255, 255, 255, 0.08);
  transform: translateY(-3px);
  border-top: 2px solid var(--color-primary);
}

.banner-content-ai-agency {
  position: relative;
  z-index: 10;
}
.banner-content-ai-agency .inw-team-details-right-single-widget {
  backdrop-filter: blur(15px);
}
.banner-content-ai-agency .banner-left-content {
  max-width: 250px;
  position: relative;
}
.banner-content-ai-agency .banner-left-content .single-information {
  padding: 30px 0;
  border-bottom: 2px solid rgba(255, 255, 255, 0.08);
}
.banner-content-ai-agency .banner-left-content .single-information span {
  display: block;
  color: #B3B3B3;
}
.banner-content-ai-agency .banner-left-content .single-information a {
  color: #FFFFFF;
  font-weight: 400;
}
.banner-content-ai-agency .banner-left-content .video-button-area {
  position: relative;
  margin-top: 30px;
  left: 330px;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 165px;
  height: 160px;
}
@media only screen and (max-width: 1199px) {
  .banner-content-ai-agency .banner-left-content .video-button-area {
    left: 0;
  }
}
.banner-content-ai-agency .banner-left-content .video-button-area i {
  font-size: 32px;
  color: var(--color-secondary);
}
.banner-content-ai-agency .banner-left-content .video-button-area::after {
  content: "";
  cursor: pointer;
  position: absolute;
  width: 160px;
  height: 160px;
  left: 47%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.banner-content-ai-agency .banner-left-content .video-button-area::before {
  content: "";
  cursor: pointer;
  position: absolute;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  left: 53%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.image-generator-banner-area {
  position: relative;
  z-index: 1;
}
.image-generator-banner-area .right-image {
  position: absolute;
  right: -50px;
  top: 150px;
  max-width: 512px;
  z-index: -1;
  pointer-events: none;
}
.image-generator-banner-area::after {
  content: "";
  position: absolute;
  width: 368px;
  height: 368px;
  left: 690px;
  top: -205px;
  background: linear-gradient(90deg, #C74FFF 0%, #6D3BFF 100%);
  filter: blur(250px);
  z-index: -1;
}
.image-generator-banner-area .shape-round-1 {
  position: absolute;
  width: 2028px;
  height: 2029.15px;
  left: -181px;
  top: -1145.54px;
  border: 10px solid var(--secondary-500);
  filter: blur(50px);
  border-radius: 50%;
  z-index: -1;
}
.image-generator-banner-area .shape-round-2 {
  position: absolute;
  width: 2028px;
  height: 2029.15px;
  left: -181px;
  top: -1035.61px;
  border: 10px solid var(--primary-500);
  filter: blur(50px);
  border-radius: 50%;
  z-index: -1;
}
.image-generator-banner-area .shape-round-3 {
  position: absolute;
  width: 2028px;
  height: 2029.15px;
  left: -231px;
  top: -879px;
  border: 50px solid #8D38B5;
  filter: blur(150px);
  border-radius: 50%;
  z-index: -1;
}
.image-generator-banner-area .shape-round-4 {
  position: absolute;
  width: 2028px;
  height: 2029.15px;
  left: -181px;
  top: -1035.61px;
  border: 80px solid var(--primary-500);
  filter: blur(250px);
  z-index: -1;
}

.banner-image-generator-inner {
  padding-top: 120px;
  text-align: center;
  max-width: 936px;
  margin: auto;
}
.banner-image-generator-inner .banner-top {
  padding: 7px 20px;
  background: rgba(109, 59, 255, 0.08);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15), inset 0px 0px 5px rgba(210, 194, 255, 0.3803921569);
  border-radius: 24px;
  max-width: max-content;
  margin: auto;
  margin-bottom: 15px;
  display: block;
  font-weight: 500;
  color: var(--color-white);
}
.banner-image-generator-inner .title {
  margin-bottom: 32px;
}
.banner-image-generator-inner .title span {
  background: linear-gradient(90deg, #C74FFF 0%, #6D3BFF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.banner-image-generator-inner .banner-search-form {
  position: relative;
  width: 870px;
  height: 114px;
  background: rgba(109, 59, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), inset 0px 0px 80px rgba(109, 59, 255, 0.24);
  border-radius: 16px;
  margin: auto;
  padding: 20px;
}
@media only screen and (max-width: 1199px) {
  .banner-image-generator-inner .banner-search-form {
    width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .banner-image-generator-inner .banner-search-form {
    padding: 9px;
    height: auto;
  }
}
.banner-image-generator-inner .banner-search-form input {
  width: 100%;
  height: 74px;
  left: 545px;
  top: 608px;
  background: rgba(109, 59, 255, 0.08);
  border-radius: 12px;
  border: 2px solid transparent;
  padding-right: 160px;
}
@media only screen and (max-width: 767px) {
  .banner-image-generator-inner .banner-search-form input {
    padding-right: 0;
  }
}
.banner-image-generator-inner .banner-search-form input:focus {
  border: 2px solid var(--color-primary);
}
.banner-image-generator-inner .banner-search-form .inw-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 27px;
  border: none;
  outline: none;
}
@media only screen and (max-width: 575px) {
  .banner-image-generator-inner .banner-search-form .inw-btn {
    right: 10px;
  }
}
.banner-image-generator-inner .pupular-tags {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: center;
  margin: auto;
  margin: 45px;
}
@media only screen and (max-width: 991px) {
  .banner-image-generator-inner .pupular-tags {
    flex-wrap: wrap;
  }
}
.banner-image-generator-inner .pupular-tags p {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  color: var(--color-white);
}
.banner-image-generator-inner .pupular-tags .single-tags {
  padding: 6px 20px;
  background: rgba(109, 59, 255, 0.12);
  border-radius: 8px;
  cursor: pointer;
  color: var(--color-white);
  transition: 0.3s;
}
.banner-image-generator-inner .pupular-tags .single-tags:hover {
  background: var(--color-primary);
}

.single-gallery {
  margin-bottom: 30px;
  display: block;
  overflow: hidden;
  border-radius: 16px;
}
.single-gallery img {
  transition: 1s;
}
.single-gallery:hover img {
  transform: scale(1.3);
}
.single-gallery:last-child {
  margin-bottom: 0;
}

.container-full {
  max-width: 100%;
  margin: auto;
}

.banner-area-ai-content-generator {
  margin-top: 180px;
}
@media only screen and (max-width: 575px) {
  .banner-area-ai-content-generator {
    margin-top: 140px;
  }
}
.banner-area-ai-content-generator .banner-thumbnail {
  display: flex;
  overflow: hidden;
  border-radius: 24px;
}
@media only screen and (max-width: 1199px) {
  .banner-area-ai-content-generator .banner-thumbnail img {
    width: 100%;
  }
}
.banner-area-ai-content-generator .shadow-inner-1 {
  background: rgba(109, 59, 255, 0.08);
  box-shadow: inset 0px 0px 20px rgba(109, 59, 255, 0.24);
  border-radius: 24px;
}
@media only screen and (max-width: 575px) {
  .banner-area-ai-content-generator .shadow-inner-1 {
    border-radius: 10px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .banner-area-ai-content-generator .shadow-inner-1 .title {
    font-size: 50px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .banner-area-ai-content-generator .shadow-inner-1 p.desc {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1199px) {
  .banner-area-ai-content-generator .shadow-inner-1 p.desc {
    font-size: 16px;
  }
}

.socail-emoje-area {
  padding: 50px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 575px) {
  .socail-emoje-area {
    padding: 25px;
    flex-wrap: wrap;
    gap: 15px;
  }
}
.socail-emoje-area p {
  font-size: 30px;
  margin-bottom: 0;
  line-height: 1.4;
}
@media only screen and (max-width: 575px) {
  .socail-emoje-area p {
    font-size: 16px;
  }
}

.social-area-start-emgi {
  display: flex;
  align-items: center;
  gap: 20px;
}
.social-area-start-emgi a {
  transition: 0.4s;
}
.social-area-start-emgi a:hover {
  transform: scale(1.1);
}

.banner-content-main {
  padding: 50px;
}
@media only screen and (max-width: 575px) {
  .banner-content-main {
    padding: 25px;
  }
}
.banner-content-main .pre-title {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 5px 20px;
  background: rgba(109, 59, 255, 0.08);
  box-shadow: inset 0px -4px 4px rgba(255, 255, 255, 0.08);
  border-radius: 100px;
  max-width: max-content;
  font-weight: 500;
  font-size: 14px;
  color: var(--color-white);
  margin-bottom: 30px;
}
.banner-content-main .title span {
  color: var(--color-secondary);
}

.small-card-banner {
  padding: 30px;
}
.small-card-banner .title {
  font-size: 30px;
  line-height: 1.4;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .small-card-banner .title {
    font-size: 24px !important;
  }
}
@media only screen and (max-width: 575px) {
  .small-card-banner .title {
    font-size: 22px;
    margin-bottom: 15px !important;
  }
}
.small-card-banner .thumbnail {
  display: block;
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1199px) {
  .small-card-banner .thumbnail img {
    width: 100%;
  }
}
.small-card-banner .title-count {
  color: var(--color-secondary);
  font-size: 55px;
  margin-bottom: 0;
  line-height: 1;
}
.small-card-banner .title-count .odometer {
  margin-top: -8px;
}
.small-card-banner p {
  margin-bottom: 0;
  font-size: 16px;
}
.small-card-banner.with-bg-image {
  height: 100%;
  background-image: url(../images/banner/04.webp);
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width: 1199px) {
  .small-card-banner.with-bg-image {
    background-repeat: no-repeat;
    background-size: cover;
  }
}
.small-card-banner.with-bg-image .title {
  margin-bottom: 0;
  margin-top: 20px;
}
.small-card-banner.with-bg-image .bottom .stars-area {
  display: flex;
  align-items: center;
  gap: 5px;
}
.small-card-banner.with-bg-image .bottom .stars-area i {
  color: #FFC107;
  font-size: 18px;
}
.small-card-banner.with-bg-image .bottom .stars-area .average {
  padding: 2px 10px;
  background: linear-gradient(90deg, #C74FFF 0%, #6D3BFF 100%);
  border-radius: 24px;
  font-weight: 600;
  color: var(--color-white);
  margin-left: 7px;
}
.small-card-banner.with-bg-image .bottom .rating-content p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  color: var(--color-white);
  margin-top: 10px;
}

.banner-eight-start {
  background: #1B072E;
}

.banner-eight-content-left-area {
  padding: 250px 30px 30px 50px;
}
@media only screen and (max-width: 1199px) {
  .banner-eight-content-left-area {
    padding: 50px 30px 30px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-eight-content-left-area {
    padding: 70px 30px 30px 30px;
  }
}
@media only screen and (max-width: 575px) {
  .banner-eight-content-left-area {
    padding: 70px 10px 30px 10px;
  }
}
.banner-eight-content-left-area .title {
  font-size: 64px;
  line-height: 1.2;
  margin-bottom: 45px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .banner-eight-content-left-area .title {
    font-size: 38px;
  }
}
@media only screen and (max-width: 1199px) {
  .banner-eight-content-left-area .title {
    font-size: 38px;
  }
}

.bottom-facts-banner {
  padding: 30px;
  border-radius: 24px;
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
}
.bottom-facts-banner .bg-thumbnail {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  top: 0;
}
.bottom-facts-banner .bg-thumbnail img {
  width: 100%;
  height: 100%;
}
.bottom-facts-banner .inner .title {
  font-size: 28px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .bottom-facts-banner .inner .title {
    font-size: 17px;
  }
}
.bottom-facts-banner .inner .number {
  font-size: 50px;
  color: var(--color-secondary);
}
.bottom-facts-banner .inner p.desc {
  font-size: 16px;
  margin-bottom: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .bottom-facts-banner .inner p.desc {
    font-size: 14px;
  }
}

.banner-right-area-8 {
  position: relative;
  z-index: 1;
  height: 100%;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .banner-right-area-8 {
    overflow: hidden;
  }
}
@media only screen and (max-width: 1199px) {
  .banner-right-area-8 {
    height: 950px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-right-area-8 {
    height: 731px;
  }
}
@media only screen and (max-width: 575px) {
  .banner-right-area-8 {
    height: 531px;
  }
}
.banner-right-area-8 .thumbnail {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.banner-right-area-8 .thumbnail img {
  height: 100%;
  width: 100%;
}
.banner-right-area-8 .large-thumb {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 73%;
}
@media only screen and (max-width: 991px) {
  .banner-right-area-8 .large-thumb {
    width: 100%;
  }
}
.banner-right-area-8 .inner-bottom {
  display: flex;
  align-items: flex-start;
  position: absolute;
  left: 30px;
  bottom: 30px;
  gap: 85px;
  width: calc(100% - 110px);
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .banner-right-area-8 .inner-bottom {
    gap: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-right-area-8 .inner-bottom {
    gap: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .banner-right-area-8 .inner-bottom {
    flex-wrap: wrap;
  }
}
.banner-right-area-8 .inner-bottom .title {
  font-size: 38px;
  line-height: 1.36;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .banner-right-area-8 .inner-bottom .title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 1199px) {
  .banner-right-area-8 .inner-bottom .title {
    font-size: 18px;
  }
}
.banner-right-area-8 .inner-bottom .right-facts {
  background: linear-gradient(99.47deg, rgba(255, 255, 255, 0.16) 0%, rgba(109, 59, 255, 0.09) 99.35%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  padding: 5px 20px 5px 5px;
  gap: 20px;
  backdrop-filter: blur(10px);
}
.banner-right-area-8 .inner-bottom .right-facts .thumb {
  background: linear-gradient(138.63deg, #0B0303 1.57%, #6D3BFF 98.79%);
  border-radius: 10px;
}
.banner-right-area-8 .inner-bottom .right-facts .right .number {
  color: var(--color-secondary);
  font-size: 50px;
}
@media only screen and (min-width: 1600px) and (max-width: 1919px) {
  .banner-right-area-8 .inner-bottom .right-facts .right .number {
    font-size: 40px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .banner-right-area-8 .inner-bottom .right-facts .right .number {
    font-size: 34px;
  }
}
@media only screen and (max-width: 1199px) {
  .banner-right-area-8 .inner-bottom .right-facts .right .number {
    font-size: 34px;
  }
}
.banner-right-area-8 .inner-bottom .right-facts .right .title-sm {
  font-size: 20px;
  line-height: 1.2;
}

.container-50 {
  padding: 190px 50px 0px 50px;
}
@media only screen and (max-width: 575px) {
  .container-50 {
    padding: 130px 10px 0px 10px;
  }
}

.banner-chatbot-area-content {
  background: #1B072E;
  padding: 10px;
  border-radius: 24px;
  background-image: url(../images/banner/chat-banner.webp);
}
.banner-chatbot-area-content .banner-content-chatbot-left {
  padding: 60px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .banner-chatbot-area-content .banner-content-chatbot-left {
    padding: 60px 20px;
  }
}
@media only screen and (max-width: 1199px) {
  .banner-chatbot-area-content .banner-content-chatbot-left {
    padding: 40px 15px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .banner-chatbot-area-content .banner-content-chatbot-left .title {
    font-size: 54px;
  }
}
@media only screen and (max-width: 1199px) {
  .banner-chatbot-area-content .banner-content-chatbot-left .title {
    font-size: 46px;
  }
}
@media only screen and (max-width: 991px) {
  .banner-chatbot-area-content .banner-content-chatbot-left .title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .banner-chatbot-area-content .banner-content-chatbot-left .title {
    font-size: 32px;
  }
}
.banner-chatbot-area-content .banner-content-chatbot-left .banner-form-bots {
  position: relative;
  max-width: max-content;
  margin-top: 60px;
}
.banner-chatbot-area-content .banner-content-chatbot-left .banner-form-bots input {
  width: 554px;
  height: 60px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 50px;
}
.banner-chatbot-area-content .banner-content-chatbot-left .banner-form-bots button {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #0F172A;
  border: none;
  outline: none;
  box-shadow: none;
  height: 100%;
  padding: 10px 20px;
  color: var(--color-white);
  border-radius: 33px;
  display: flex;
  align-items: center;
  gap: 12px;
}
@media only screen and (max-width: 575px) {
  .banner-chatbot-area-content .banner-content-chatbot-left .banner-form-bots button {
    position: relative;
    transform: none;
    margin-top: 20px;
    height: 50px;
  }
}
.banner-chatbot-area-content .banner-content-chatbot-left .banner-form-bots button i {
  font-size: 16px;
}
.banner-chatbot-area-content .banner-content-chatbot-left .check-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 25px;
}
@media only screen and (max-width: 575px) {
  .banner-chatbot-area-content .banner-content-chatbot-left .check-wrapper {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.banner-chatbot-area-content .banner-content-chatbot-left .check-wrapper .single {
  display: flex;
  align-items: center;
  gap: 15px;
}
.banner-chatbot-area-content .banner-content-chatbot-left .check-wrapper .single span {
  color: var(--color-white);
  font-size: 16px;
}
.banner-chatbot-area-content .banner-content-chatbot-left .check-wrapper .single i {
  color: var(--color-primary);
}
.banner-chatbot-area-content .banner-content-chatbot-left .bottom-content-banner {
  margin-top: 170px;
  padding-top: 60px;
  border-top: 2px solid rgba(249, 237, 255, 0.17);
  display: flex;
  align-items: center;
  gap: 25px;
}
@media only screen and (max-width: 1199px) {
  .banner-chatbot-area-content .banner-content-chatbot-left .bottom-content-banner {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 575px) {
  .banner-chatbot-area-content .banner-content-chatbot-left .bottom-content-banner {
    margin-top: 60px;
  }
}
.banner-chatbot-area-content .banner-content-chatbot-left .bottom-content-banner .thumbnail {
  display: flex;
  align-items: center;
  gap: 15px;
  background-color: #0F172A;
  border-radius: 40px;
  height: 100%;
  padding: 5px;
}
.banner-chatbot-area-content .banner-content-chatbot-left .bottom-content-banner .thumbnail span {
  transform: rotate(-90deg);
  font-size: 20px;
  font-weight: 500;
  color: #fff;
}
.banner-chatbot-area-content .banner-content-chatbot-left .bottom-content-banner .thumbnail .image {
  display: block;
  overflow: hidden;
  border-radius: 36px;
  min-width: max-content;
}
.banner-chatbot-area-content .banner-content-chatbot-left .bottom-content-banner .content p.desc {
  margin-bottom: 20px;
  font-size: 16px;
}
.banner-chatbot-area-content .banner-content-chatbot-left .bottom-content-banner .content span.time {
  display: block;
  max-width: max-content;
  background: #E5AEFF;
  border-radius: 33px;
  padding: 5px 20px;
  color: #000000;
}

.right-large-image-area-9 {
  background: #542282;
  border-radius: 24px;
  height: 100%;
  position: relative;
  z-index: 1;
}
.right-large-image-area-9 .thumbnail {
  max-width: 600px;
  margin: auto;
}
.right-large-image-area-9 .tags-area {
  display: flex;
  align-items: center;
  gap: 15px;
  position: absolute;
  left: 30px;
  top: 30px;
}
@media only screen and (max-width: 1199px) {
  .right-large-image-area-9 .tags-area {
    flex-wrap: wrap;
  }
}
.right-large-image-area-9 .tags-area .single-tags {
  padding: 5px 17px;
  gap: 10px;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  color: var(--color-white);
  transition: 0.3s;
  backdrop-filter: blur(10px);
  cursor: pointer;
}
.right-large-image-area-9 .tags-area .single-tags:hover {
  background: var(--color-primary);
}
.right-large-image-area-9 .bottom-fun-facts-wrapper {
  position: absolute;
  bottom: 30px;
  left: 30px;
  width: calc(100% - 60px);
  display: flex;
  align-items: center;
  gap: 30px;
}
@media only screen and (max-width: 1199px) {
  .right-large-image-area-9 .bottom-fun-facts-wrapper {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .right-large-image-area-9 .bottom-fun-facts-wrapper {
    position: relative;
  }
}
@media only screen and (max-width: 575px) {
  .right-large-image-area-9 .bottom-fun-facts-wrapper {
    bottom: 10px;
    left: 10px;
    width: calc(100% - 20px);
  }
}

.feature-image-area-large {
  border-radius: 24px;
  display: block;
  overflow: hidden;
}

.banner-content-chatbot-two {
  background: #1B072E;
  padding: 0;
  border-radius: 24px;
  background-image: url(../images/banner/chat-banner.webp);
}
.banner-content-chatbot-two .left-content {
  padding: 105px 80px;
  max-width: 100%;
}
@media only screen and (min-width: 1600px) and (max-width: 1919px) {
  .banner-content-chatbot-two .left-content {
    padding: 30px 80px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .banner-content-chatbot-two .left-content {
    padding: 30px 80px;
  }
}
@media only screen and (max-width: 1199px) {
  .banner-content-chatbot-two .left-content {
    padding: 30px 80px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-content-chatbot-two .left-content {
    padding: 25px 10px;
  }
}
.banner-content-chatbot-two .left-content .title {
  font-size: 70px;
}
@media only screen and (min-width: 1600px) and (max-width: 1919px) {
  .banner-content-chatbot-two .left-content .title {
    font-size: 60px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .banner-content-chatbot-two .left-content .title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .banner-content-chatbot-two .left-content .title {
    font-size: 54px;
  }
}
@media only screen and (max-width: 575px) {
  .banner-content-chatbot-two .left-content .title {
    font-size: 34px;
  }
}
.banner-content-chatbot-two .left-content .title span {
  color: var(--color-primary);
}
.banner-content-chatbot-two .left-content p.desc {
  font-size: 18px;
  max-width: 70%;
  color: var(--color-body);
  margin-bottom: 38px;
  line-height: 1.9;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .banner-content-chatbot-two .left-content p.desc {
    max-width: 100%;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 1199px) {
  .banner-content-chatbot-two .left-content p.desc {
    max-width: 100%;
  }
}
.banner-content-chatbot-two .left-content .user-count {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 100px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .banner-content-chatbot-two .left-content .user-count {
    margin-top: 30px;
  }
}
.banner-content-chatbot-two .left-content .user-count .author-wrappers ul li img {
  max-width: 60px;
}
.banner-content-chatbot-two .left-content .user-count .info .stars {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 8px;
}
.banner-content-chatbot-two .left-content .user-count .info .stars i {
  color: #FFC107;
}
.banner-content-chatbot-two .left-content .user-count .info span {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
}

.right-image-area-chat-two {
  position: relative;
  z-index: 1;
}
.right-image-area-chat-two .chat-live-area {
  position: absolute;
  left: -10%;
  top: 25%;
}
@media only screen and (max-width: 1199px) {
  .right-image-area-chat-two .chat-live-area {
    left: 67%;
  }
}
@media only screen and (max-width: 767px) {
  .right-image-area-chat-two .chat-live-area {
    left: 39%;
    top: 32%;
  }
}
.right-image-area-chat-two .chat-live-area .single {
  padding: 20px 25px;
  border-radius: 18px;
  background: var(--color-primary);
  margin: 30px 0;
  max-width: max-content;
  position: relative;
}
@media only screen and (max-width: 575px) {
  .right-image-area-chat-two .chat-live-area .single {
    padding: 10px 20px;
  }
}
.right-image-area-chat-two .chat-live-area .single:nth-child(2) {
  margin-left: 30px;
}
.right-image-area-chat-two .chat-live-area .single:nth-child(3) {
  margin-left: 120px;
}
.right-image-area-chat-two .chat-live-area .single::after {
  content: "";
  position: absolute;
  top: 98%;
  left: 3%;
  width: 0;
  height: 0;
  transform: translate(-6px, -9px) rotate(116deg);
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 31px solid var(--color-primary);
}
.right-image-area-chat-two .chat-live-area .single.right-corner::after {
  content: "";
  position: absolute;
  top: 87%;
  right: -2%;
  left: auto;
  width: 0;
  height: 0;
  transform: translate(-6px, -9px) rotate(178deg);
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 31px solid var(--color-primary);
}
.right-image-area-chat-two .chat-live-area .single span {
  color: var(--color-white);
}
@media only screen and (max-width: 575px) {
  .right-image-area-chat-two .chat-live-area .single span {
    font-size: 14px;
  }
}

.chat-live-area {
  overflow: hidden;
}

.chat-live-area .single {
  opacity: 0;
  transform: translateY(8px);
}

/* Top message - visible last */
.chat-live-area .single:nth-child(1) {
  animation: topMessage 3s ease-in-out infinite;
}

/* Middle message - visible second */
.chat-live-area .single:nth-child(2) {
  animation: middleMessage 3s ease-in-out infinite;
}

/* Bottom message - visible first */
.chat-live-area .single:nth-child(3) {
  animation: bottomMessage 3s ease-in-out infinite;
}

/* Bottom message */
@keyframes bottomMessage {
  0% {
    opacity: 0;
    transform: translateY(8px);
  }
  10% {
    opacity: 1;
    transform: translateY(0);
  }
  72% {
    opacity: 1;
    transform: translateY(0);
  }
  78% {
    opacity: 0;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(0);
  }
}
/* Middle message */
@keyframes middleMessage {
  0%, 18% {
    opacity: 0;
    transform: translateY(8px);
  }
  28% {
    opacity: 1;
    transform: translateY(0);
  }
  72% {
    opacity: 1;
    transform: translateY(0);
  }
  78% {
    opacity: 0;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(0);
  }
}
/* Top message */
@keyframes topMessage {
  0%, 36% {
    opacity: 0;
    transform: translateY(8px);
  }
  46% {
    opacity: 1;
    transform: translateY(0);
  }
  72% {
    opacity: 1;
    transform: translateY(0);
  }
  78% {
    opacity: 0;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(0);
  }
}
.hover-moving-primary {
  position: relative;
  display: inline-block;
  transition: 0.3s;
  max-width: max-content;
}
.hover-moving-primary::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: currentColor;
  transform: scaleX(0);
  transform-origin: bottom right;
  transition: transform 0.3s;
}
.hover-moving-primary:hover::after {
  transform-origin: bottom left;
  transform: scaleX(1);
}

/**************************************
    Default Styles
***************************************/
.single-service-style-one {
  padding: 50px 30px;
  border-radius: 24px;
}
.single-service-style-one .top-style {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}
.single-service-style-one .top-style .title {
  font-size: 26px;
  margin-bottom: 0;
}
@media only screen and (max-width: 1199px) {
  .single-service-style-one .top-style .title {
    font-size: 18px;
  }
}
.single-service-style-one p.desc {
  margin-bottom: 0;
  font-size: 16px;
}

.blog-details-area-left-wrapper.in-service-details ul li a {
  padding: 7px 9px;
  margin: 2px 0;
  border-radius: 5px;
  display: block;
  max-width: 95%;
}
.blog-details-area-left-wrapper.in-service-details ul li a:hover {
  background: rgba(109, 59, 255, 0.08);
  color: var(--color-primary);
}
.blog-details-area-left-wrapper ul li {
  margin: 0 0;
}
.blog-details-area-left-wrapper ul li .clickable-nav {
  padding: 7px 9px;
  margin: 2px 0;
  border-radius: 5px;
  display: inline-block;
}
.blog-details-area-left-wrapper ul li .clickable-nav.active {
  background: rgba(109, 59, 255, 0.08);
  color: var(--color-primary);
}

.glass-card {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  background: rgba(24, 0, 32, 0.55);
  backdrop-filter: blur(4px) saturate(180%) contrast(1.08);
  -webkit-backdrop-filter: blur(4px) saturate(180%) contrast(1.08);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.28), inset 0 -1px 1px rgba(255, 255, 255, 0.08), 0 18px 50px rgba(0, 0, 0, 0.35);
  transition: 0.3s;
}

.glass-card {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  background: rgba(24, 0, 32, 0.55);
  backdrop-filter: blur(4px) saturate(180%) contrast(1.08);
  -webkit-backdrop-filter: blur(4px) saturate(180%) contrast(1.08);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.28), inset 0 -1px 1px rgba(255, 255, 255, 0.08), 0 18px 50px rgba(0, 0, 0, 0.35);
}
.glass-card.style-two {
  backdrop-filter: blur(4px) contrast(1);
  -webkit-backdrop-filter: blur(4px) contrast(1);
  box-shadow: none !important;
  background: rgba(24, 0, 32, 0.172);
}
.glass-card::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: inherit;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.08) 28%, rgba(147, 90, 255, 0.28) 55%, rgba(255, 255, 255, 0.18) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 2;
  transition: all 0.3s;
}
.glass-card::after {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.1), transparent 40%), radial-gradient(circle at 20% 30%, rgba(160, 92, 255, 0.18), transparent 38%);
  pointer-events: none;
  z-index: 1;
  transition: background-position 0.6s ease, opacity 0.6s ease;
}
.glass-card:hover {
  transform: translateY(-3px) scale(1.01);
}
.glass-card:hover::after {
  opacity: 0.85;
  background-position: 100% 50%;
}

.service-area-start-two {
  background: linear-gradient(180deg, rgba(109, 59, 255, 0.56) 0%, rgba(217, 137, 255, 0.1) 100%);
  border-radius: 24px;
  margin: 0 50px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media only screen and (max-width: 1199px) {
  .service-area-start-two {
    margin: 0 0;
  }
}
.service-area-start-two::after {
  content: "";
  position: absolute;
  width: 1345px;
  height: 186px;
  left: calc(50% - 672.5px + 0.5px);
  bottom: -120px;
  background: #6D3BFF;
  filter: blur(75px);
  z-index: -1;
}

.service-details-left-area {
  background: rgba(109, 59, 255, 0.04);
  border-radius: 24px;
  padding: 20px;
  position: relative;
  overflow: hidden;
  display: block;
  z-index: 1;
  border: 2px solid rgba(255, 255, 255, 0.08);
}
.service-details-left-area::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.12;
  z-index: -1;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");
  background-size: 180px 180px;
}
.service-details-left-area .smart-support-area {
  margin-top: 30px;
  padding: 25px;
  background-image: url(../images/service/01.webp);
  border-radius: 16px;
  backdrop-filter: blur(10px);
}
.service-details-left-area .smart-support-area .title {
  font-size: 20px;
  margin-bottom: 40px;
  font-weight: 700;
}
.service-details-left-area .smart-support-area p.desc {
  font-size: 14px;
}
.service-details-left-area .smart-support-area .single-support {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 5px 20px;
  background: rgba(109, 59, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 33px;
  max-width: max-content;
  margin-bottom: 10px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .service-details-left-area .smart-support-area .single-support {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.service-details-left-area .smart-support-area .single-support .icon {
  font-size: 18px;
  color: var(--color-primary);
}
.service-details-left-area .smart-support-area .single-support a {
  color: var(--color-white);
}

.service-details-area-details-wrapper {
  margin-left: -30px;
}
@media only screen and (max-width: 1199px) {
  .service-details-area-details-wrapper {
    margin-left: 0;
  }
}
.service-details-area-details-wrapper .details-card-one-wrapper {
  background-image: url(../images/service/details-1.webp);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 40px;
  border-radius: 24px;
}
@media only screen and (max-width: 575px) {
  .service-details-area-details-wrapper .details-card-one-wrapper {
    padding: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .service-details-area-details-wrapper .details-card-one-wrapper .single-wrapper-widget {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .service-details-area-details-wrapper .details-card-one-wrapper {
    flex-wrap: wrap;
    gap: 25px;
  }
}
.service-details-area-details-wrapper .details-card-one-wrapper .single-wrapper-widget .single {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.service-details-area-details-wrapper .details-card-one-wrapper .single-wrapper-widget .single i {
  font-size: 14px;
}
.service-details-area-details-wrapper .details-card-one-wrapper .single-wrapper-widget .single:first-child {
  padding-top: 0;
  border-top: none;
}
.service-details-area-details-wrapper .details-card-one-wrapper .single-wrapper-widget .single:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.service-details-area-details-wrapper .details-card-one-wrapper .single-wrapper-widget .single p {
  font-size: 14px;
  margin-bottom: 0;
}
.service-details-area-details-wrapper p.desc {
  font-size: 16px;
}
.service-details-area-details-wrapper p.desc span.underline {
  text-decoration: underline;
  color: var(--color-white);
}
.service-details-area-details-wrapper hr {
  height: 1px;
  width: 100%;
  background: rgba(255, 255, 255, 0.08);
}

.service-details-quote-area {
  padding: 30px 40px;
  display: flex;
  align-items: center;
  gap: 25px;
  border-radius: 24px;
  margin-top: 40px;
  background-image: url(../images/service/details-2.webp);
}
@media only screen and (max-width: 575px) {
  .service-details-quote-area {
    flex-wrap: wrap;
    padding: 25px;
    gap: 15px;
  }
}
.service-details-quote-area .thumbnail {
  min-width: 243.1px;
}
.service-details-quote-area .content p.desc {
  font-size: 16px;
  margin-bottom: 19px;
}
.service-details-quote-area .content .author .title {
  margin-bottom: 5px;
  font-size: 16px;
}
.service-details-quote-area .content .author .italic {
  font-size: 14px;
  margin-bottom: 0;
}

.service-details-banner-right-thumbnail {
  position: relative;
  border-radius: 24px;
  display: block;
  overflow: hidden;
}
.service-details-banner-right-thumbnail::after {
  content: "";
  left: -2%;
  top: -2%;
  height: 104%;
  width: 104%;
  background-image: url(../images/common/moving.gif);
  position: absolute;
  mix-blend-mode: luminosity;
  opacity: 0.2;
  background-size: cover;
  background-repeat: no-repeat;
}

.luminos {
  position: relative;
  display: block;
  overflow: hidden;
}
.luminos::after {
  content: "";
  left: -2%;
  top: -2%;
  height: 104%;
  width: 104%;
  background-image: url(../images/common/moving.gif);
  position: absolute;
  mix-blend-mode: overlay;
  opacity: 0.3;
  background-size: cover;
  background-repeat: no-repeat;
  pointer-events: none;
}

.service-style-border-gradient {
  border-radius: 24px;
  background: var(--bg-card);
  padding: 40px;
}
@media only screen and (max-width: 575px) {
  .service-style-border-gradient {
    padding: 20px;
  }
}
.service-style-border-gradient .top {
  margin-bottom: 100px;
}
@media only screen and (max-width: 991px) {
  .service-style-border-gradient .top {
    margin-bottom: 50px;
  }
}
.service-style-border-gradient .top .title {
  font-size: 28px;
}
@media only screen and (max-width: 1199px) {
  .service-style-border-gradient .top .title {
    font-size: 24px;
  }
}
.service-style-border-gradient .top p.desc {
  font-size: 18px;
}

@property --gradient-angle {
  syntax: "<angle>";
  initial-value: 45deg;
  inherits: false;
}
.gradient-box-border {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .gradient-box-border {
    height: 100%;
  }
}
@media only screen and (max-width: 1199px) {
  .gradient-box-border {
    height: 100%;
  }
}
.gradient-box-border::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(var(--gradient-angle), var(--color-secondary) 0%, transparent 22%, transparent 78%, var(--color-primary) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  transition: --gradient-angle 0.65s ease;
}
.gradient-box-border:hover::before {
  --gradient-angle: 136deg;
}

.container-100 {
  max-width: 1720px;
  margin: auto;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .container-100 {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 1199px) {
  .container-100 {
    padding: 0 15px;
  }
}

.single-service-card-three {
  background: rgba(109, 59, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 30px;
  position: relative;
  display: block;
  overflow: hidden;
  transition: 0.3s;
}
.single-service-card-three::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  left: 0px;
  bottom: 0px;
  background: #6D3BFF;
  filter: blur(25px);
  transition: 0.3s;
}
.single-service-card-three:hover {
  transform: translateY(-5px);
}
.single-service-card-three:hover::after {
  height: 14px;
  opacity: 1;
}
.single-service-card-three .icon {
  margin-bottom: 60px;
}
.single-service-card-three a .title {
  font-size: 28px;
}
.single-service-card-three p.desc {
  margin-bottom: 0;
  font-size: 16px;
}

.single-service-style-creative {
  width: 100%;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  position: relative;
  display: block;
  overflow: hidden;
  padding: 30px;
  z-index: 1;
  height: 100%;
}
.single-service-style-creative::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: -1;
  background: linear-gradient(149.54deg, rgba(15, 23, 42, 0.06) 0%, rgba(115, 115, 115, 0) 99.26%);
}
.single-service-style-creative .left-top {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  z-index: -1;
}
.single-service-style-creative .left-top::after {
  content: "";
  position: absolute;
  width: 159px;
  height: 159px;
  left: -37px;
  top: -42px;
  background: #6D3BFF;
  filter: blur(100px);
  z-index: -1;
}
.single-service-style-creative .bottom-right {
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: -1;
}
.single-service-style-creative .bottom-right::after {
  content: "";
  position: absolute;
  width: 159px;
  height: 159px;
  left: 320px;
  top: 429px;
  background: #C74FFF;
  filter: blur(140px);
}
.single-service-style-creative .content {
  position: relative;
  z-index: 10;
}
.single-service-style-creative .content .title {
  font-size: 24px;
  margin-bottom: 10px;
}
.single-service-style-creative .content p.desc {
  font-size: 16px;
}
.single-service-style-creative .thumbnail-bottom {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 361px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .single-service-style-creative .thumbnail-bottom {
    position: relative;
  }
}
.single-service-style-creative .thumbnail-bottom-text {
  margin-top: 120px;
  position: relative;
}
.single-service-style-creative .thumbnail-bottom-text .top-content {
  padding: 6px 15px;
  background: #EEC8FF;
  border-radius: 10px;
  max-width: max-content;
  color: var(--primary-500);
  font-weight: 600;
  position: absolute;
  top: -25px;
  right: -15px;
  font-size: 36px;
}

.throwable-inner-content-wrapper {
  width: 329px;
  margin: auto;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .throwable-inner-content-wrapper {
    width: 276px;
  }
}
@media only screen and (max-width: 991px) {
  .throwable-inner-content-wrapper {
    width: 276px;
  }
}
.throwable-inner-content-wrapper .inner-content {
  width: 329px;
  height: 329px;
  border-radius: 50%;
  margin: auto;
  background: #14021C;
  position: relative;
  overflow: hidden;
  pointer-events: none;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .throwable-inner-content-wrapper .inner-content {
    width: 289px;
    height: 289px;
  }
}
@media only screen and (max-width: 991px) {
  .throwable-inner-content-wrapper .inner-content {
    width: 289px;
    height: 289px;
  }
}
.throwable-inner-content-wrapper .inner-content p {
  margin: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 9px 20px;
  left: calc(50% - 103.5px + 10.5px);
  border-radius: 24px;
  max-width: max-content;
  min-width: max-content;
}
.throwable-inner-content-wrapper .inner-content p span {
  width: 215px;
  height: 50px;
  min-width: max-content;
  padding: 9px 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 33px;
  background: rgba(109, 59, 255, 0.02);
  box-shadow: inset 0px -1px 4px rgba(0, 0, 0, 0.26), inset 0px 1px 3px rgba(255, 255, 255, 0.4);
}
.throwable-inner-content-wrapper .inner-content p {
  position: absolute;
  display: inline-block;
  margin-bottom: 0;
  left: 0;
  top: 0;
  user-select: none;
  pointer-events: auto !important;
  transition: none;
}

.left-service-sticky-wrapper .service-area-left-content {
  background: rgba(109, 59, 255, 0.08);
  backdrop-filter: blur(10px);
  border-radius: 24px;
  padding: 60px 40px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1199px) {
  .left-service-sticky-wrapper .service-area-left-content {
    padding: 20px;
  }
}
.left-service-sticky-wrapper .service-area-left-content .title {
  font-size: 44px;
}
@media only screen and (max-width: 1199px) {
  .left-service-sticky-wrapper .service-area-left-content .title {
    font-size: 28px;
  }
}
.left-service-sticky-wrapper .service-area-left-content p.desc {
  font-size: 16px;
  margin-bottom: 50px;
}
.left-service-sticky-wrapper .bottom-service-counter {
  background: rgba(109, 59, 255, 0.08);
  border-radius: 24px;
  padding: 60px 30px;
  display: flex;
  align-items: center;
  gap: 60px;
}
@media only screen and (max-width: 1199px) {
  .left-service-sticky-wrapper .bottom-service-counter {
    padding: 20px;
    gap: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .left-service-sticky-wrapper .bottom-service-counter {
    gap: 44px;
  }
}
.left-service-sticky-wrapper .bottom-service-counter .title {
  font-size: 100px;
  font-weight: 700;
  margin-bottom: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .left-service-sticky-wrapper .bottom-service-counter .title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 1199px) {
  .left-service-sticky-wrapper .bottom-service-counter .title {
    font-size: 28px;
  }
}
.left-service-sticky-wrapper .bottom-service-counter .title span {
  margin-top: -3px;
}
.left-service-sticky-wrapper .bottom-service-counter .content {
  position: relative;
}
.left-service-sticky-wrapper .bottom-service-counter .content::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 79.22px;
  left: -35px;
  top: 50%;
  transform: translateY(-50%) rotate(17.84deg);
  background: #5C5C5C;
}
@media only screen and (max-width: 1199px) {
  .left-service-sticky-wrapper .bottom-service-counter .content::after {
    display: none;
  }
}
.left-service-sticky-wrapper .bottom-service-counter .content p {
  margin: 0;
  font-weight: 500;
  font-size: 20px;
}
@media only screen and (max-width: 1199px) {
  .left-service-sticky-wrapper .bottom-service-counter .content p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1199px) and (max-width: 1199px) {
  .left-service-sticky-wrapper .bottom-service-counter .content p br {
    display: none;
  }
}

.service-right-area-main-content {
  background-image: url(../images/service/14.webp);
  padding: 30px;
  border-radius: 30px;
}
@media only screen and (max-width: 1199px) {
  .service-right-area-main-content {
    padding: 15px;
  }
}
@media only screen and (max-width: 575px) {
  .service-right-area-main-content {
    padding: 10px;
  }
}

.single-service-thumb-mid {
  background: rgba(109, 59, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(15px);
  border-radius: 24px;
  padding: 30px;
}
@media only screen and (max-width: 1199px) {
  .single-service-thumb-mid {
    padding: 15px;
  }
}
@media only screen and (max-width: 575px) {
  .single-service-thumb-mid {
    padding: 20px;
  }
}
.single-service-thumb-mid:hover .thumbnail img {
  transform: scale(1.1);
}
.single-service-thumb-mid .title {
  font-size: 30px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1199px) {
  .single-service-thumb-mid .title {
    font-size: 20px;
  }
}
.single-service-thumb-mid .thumbnail {
  display: block;
  overflow: hidden;
  border-radius: 24px;
  margin-bottom: 20px;
}
.single-service-thumb-mid .thumbnail img {
  transition: 0.5s;
}
@media only screen and (max-width: 991px) {
  .single-service-thumb-mid .thumbnail img {
    width: 100%;
  }
}
.single-service-thumb-mid p.desc {
  margin-bottom: 0;
}
.single-service-thumb-mid .service-bottom {
  display: flex;
  align-items: center;
  gap: 25px;
}
@media only screen and (max-width: 1199px) {
  .single-service-thumb-mid .service-bottom {
    flex-wrap: wrap;
    gap: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .single-service-thumb-mid .service-bottom {
    justify-content: space-between;
  }
}
@media only screen and (max-width: 1199px) {
  .single-service-thumb-mid .service-bottom p.desc {
    font-size: 16px;
  }
}
.single-service-thumb-mid .service-bottom .icon {
  height: 60px;
  min-width: 60px;
  border-radius: 50px;
  background: rgba(109, 59, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.single-service-thumb-mid .service-bottom .icon i {
  font-size: 20px;
  color: var(--color-white);
}
.single-service-thumb-mid .service-bottom .icon:hover {
  background: var(--color-primary);
}

.container-facts {
  max-width: 1771px;
  margin: auto;
}
@media only screen and (min-width: 1600px) and (max-width: 1919px) {
  .container-facts {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .container-facts {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 1199px) {
  .container-facts {
    padding: 0 15px;
  }
}

.single-facts-style {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  background: rgba(109, 59, 255, 0.08);
  border-radius: 24px;
  padding: 30px;
  height: 481px;
  backdrop-filter: blur(5px);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.175), inset 0 -1px 1px rgba(255, 255, 255, 0.2), 0 12px 30px rgba(0, 0, 0, 0.12);
}
@media only screen and (max-width: 575px) {
  .single-facts-style {
    height: 360px;
  }
}
.single-facts-style .top-content .title {
  font-size: 100px;
  margin-bottom: 0;
}
@media only screen and (max-width: 1199px) {
  .single-facts-style .top-content .title {
    font-size: 52px;
  }
}
.single-facts-style .top-content p.desc {
  margin-bottom: 0;
  font-size: 16px;
}
.single-facts-style .inner-content {
  width: 100%;
}
.single-facts-style .inner-content .botom-con {
  padding-top: 10px;
  border-top: 2px solid rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.single-facts-style .inner-content .botom-con .title-b {
  margin-bottom: 0;
  font-size: 16px;
}
.single-facts-style.compleate-project .inner-content .botom-con {
  border-top: none;
  padding-top: 0;
  padding-bottom: 10px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.08);
}
.single-facts-style.second-nd-ro-height {
  height: 309px;
  position: relative;
}
.single-facts-style.project-speed .inner-content .botom-con {
  border-top: none;
  padding-top: 0;
  padding-bottom: 10px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.08);
}
.single-facts-style.project-speed .top-content .title {
  font-size: 50px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1199px) {
  .single-facts-style.project-speed .top-content .title {
    font-size: 32px;
  }
}
.single-facts-style.experience .top-content {
  text-align: center;
  margin: auto;
  margin-top: 0;
}
.single-facts-style.experience .top-content .title {
  font-size: 100px;
  text-align: center;
}
.single-facts-style.experience .inner-content {
  text-align: center;
}
.single-facts-style.experience .inner-content .botom-con {
  text-align: center;
  justify-content: center;
}
.single-facts-style.experience .inner-content .botom-con .title-b {
  font-size: 36px;
  font-weight: 700;
  color: var(--color-white);
  text-align: center;
}
@media only screen and (min-width: 1600px) and (max-width: 1919px) {
  .single-facts-style.experience .inner-content .botom-con .title-b {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .single-facts-style.experience .inner-content .botom-con .title-b {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1199px) {
  .single-facts-style.experience .inner-content .botom-con .title-b {
    font-size: 18px;
  }
}
.single-facts-style.contact {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  backdrop-filter: blur(16px) saturate(180%);
  -webkit-backdrop-filter: blur(16px) saturate(180%);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.305), inset 0 -1px 1px rgba(255, 255, 255, 0.2), 0 12px 30px rgba(0, 0, 0, 0.12);
  z-index: 1;
}
.single-facts-style.contact .top-content {
  width: 100%;
}
.single-facts-style.contact .inner-content .botom-con {
  border-top: none;
  padding-top: 0;
  padding-bottom: 10px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.08);
}

.ai-specialist-in-facts {
  background: rgba(109, 59, 255, 0.08);
  border-radius: 24px;
  position: relative;
  height: 100%;
  text-align: center;
  backdrop-filter: blur(5px);
  display: block;
  overflow: hidden;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.175), inset 0 -1px 1px rgba(255, 255, 255, 0.2), 0 12px 30px rgba(0, 0, 0, 0.12);
}
@media only screen and (max-width: 991px) {
  .ai-specialist-in-facts {
    height: 450px;
  }
}
@media only screen and (max-width: 575px) {
  .ai-specialist-in-facts {
    height: 310px;
  }
}
.ai-specialist-in-facts::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 90%;
  left: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(109, 59, 255, 0) 0%, rgba(109, 59, 255, 0.12) 49.22%, rgba(109, 59, 255, 0.72) 100%);
  border-radius: 0px;
}
.ai-specialist-in-facts .thumbnail {
  position: absolute;
  bottom: 0;
  max-width: 454px;
  left: 50%;
  transform: translateX(-50%);
}
.ai-specialist-in-facts .inner-content {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 30px;
  text-align: center;
  z-index: 2;
}
.ai-specialist-in-facts .inner-content .title {
  font-size: 38px;
  padding-bottom: 20px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.08);
  min-width: max-content;
}
@media only screen and (max-width: 1199px) {
  .ai-specialist-in-facts .inner-content .title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .ai-specialist-in-facts .inner-content .title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 575px) {
  .ai-specialist-in-facts .inner-content .title {
    font-size: 24px;
  }
}
.ai-specialist-in-facts .inner-content .list {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  padding: 0;
  margin: 0;
}
.ai-specialist-in-facts .inner-content .list li {
  min-width: max-content;
  margin: 0;
  position: relative;
}
.ai-specialist-in-facts .inner-content .list li a {
  min-width: max-content;
  font-size: 16px;
  transition: 0.3s;
}
@media only screen and (max-width: 575px) {
  .ai-specialist-in-facts .inner-content .list li a {
    font-size: 12px;
  }
}
.ai-specialist-in-facts .inner-content .list li a:hover {
  color: var(--color-white);
}
.ai-specialist-in-facts .inner-content .list li:last-child::after {
  position: absolute;
  content: "";
  left: -16px;
  height: 8px;
  width: 8px;
  background: #B3B3B3;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}

.fun-facts-area-wrapper-2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 0 50px;
  background: rgba(109, 59, 255, 0.08);
  border-radius: 24px;
  overflow: hidden;
}
@media only screen and (max-width: 1199px) {
  .fun-facts-area-wrapper-2 {
    flex-wrap: wrap;
    padding: 25px;
    gap: 25px;
  }
}
.fun-facts-area-wrapper-2 .left {
  max-width: 356px;
}
.fun-facts-area-wrapper-2 .left p.desc {
  font-size: 30px;
  line-height: 1.4;
  font-weight: 500;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .fun-facts-area-wrapper-2 .left p.desc {
    margin-bottom: 0;
    font-size: 24px;
  }
}
.fun-facts-area-wrapper-2 .counter-area-wrapper {
  display: flex;
  align-items: center;
  gap: 82px;
}
@media only screen and (max-width: 1199px) {
  .fun-facts-area-wrapper-2 .counter-area-wrapper {
    gap: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .fun-facts-area-wrapper-2 .counter-area-wrapper {
    flex-wrap: wrap;
  }
}
.fun-facts-area-wrapper-2 .counter-area-wrapper .single-counter .title {
  font-size: 60px;
  margin-bottom: 10px;
  line-height: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .fun-facts-area-wrapper-2 .counter-area-wrapper .single-counter .title {
    font-size: 38px;
  }
}
@media only screen and (max-width: 1199px) {
  .fun-facts-area-wrapper-2 .counter-area-wrapper .single-counter .title {
    font-size: 38px;
  }
}
.fun-facts-area-wrapper-2 .counter-area-wrapper .single-counter .name {
  margin-bottom: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .fun-facts-area-wrapper-2 .counter-area-wrapper .single-counter .name {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media only screen and (max-width: 1199px) {
  .fun-facts-area-wrapper-2 .counter-area-wrapper .single-counter .name {
    font-size: 16px;
    line-height: 1.4;
  }
}
.fun-facts-area-wrapper-2 .facts-video-area {
  width: 397px;
  height: 357px;
  background-image: url(../images/fun-facts/03.webp);
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .fun-facts-area-wrapper-2 .facts-video-area {
    width: 100%;
    border-radius: 15px;
    display: block;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
}

.counter-area-wrapper-card-style {
  padding: 120px 50px;
  background: rgba(109, 59, 255, 0.06);
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .counter-area-wrapper-card-style {
    flex-wrap: wrap;
    padding: 30px 50px;
  }
}
@media only screen and (max-width: 1199px) {
  .counter-area-wrapper-card-style {
    gap: 25px;
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .counter-area-wrapper-card-style {
    padding: 30px 15px;
  }
}
.counter-area-wrapper-card-style::after {
  content: "";
  position: absolute;
  width: 247px;
  height: 197px;
  left: -136px;
  top: -97px;
  background: rgba(199, 79, 255, 0.2);
  filter: blur(50px);
  z-index: -1;
}
.counter-area-wrapper-card-style::before {
  content: "";
  position: absolute;
  width: 197px;
  height: 176px;
  left: 1624px;
  top: -96px;
  background: rgba(199, 79, 255, 0.2);
  filter: blur(50px);
  z-index: -1;
}
.counter-area-wrapper-card-style .single-fatcts-area {
  background: rgba(109, 59, 255, 0.08);
  backdrop-filter: blur(10px);
  border-radius: 24px;
  padding: 50px 70px;
  position: relative;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .counter-area-wrapper-card-style .single-fatcts-area {
    padding: 30px 50px;
  }
}
@media only screen and (max-width: 1199px) {
  .counter-area-wrapper-card-style .single-fatcts-area {
    padding: 25px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .counter-area-wrapper-card-style .single-fatcts-area {
    width: 100%;
    padding: 40px 30px;
  }
}
.counter-area-wrapper-card-style .single-fatcts-area::after {
  content: "";
  top: 0;
  position: absolute;
  width: 2px;
  height: 100%;
  right: -51px;
  background: rgba(255, 255, 255, 0.08);
}
@media only screen and (min-width: 1600px) and (max-width: 1919px) {
  .counter-area-wrapper-card-style .single-fatcts-area::after {
    display: none;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .counter-area-wrapper-card-style .single-fatcts-area::after {
    display: none;
  }
}
@media only screen and (max-width: 1199px) {
  .counter-area-wrapper-card-style .single-fatcts-area::after {
    display: none;
  }
}
.counter-area-wrapper-card-style .single-fatcts-area:last-child::after {
  display: none;
}
.counter-area-wrapper-card-style .single-fatcts-area .title {
  font-size: 100px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .counter-area-wrapper-card-style .single-fatcts-area .title {
    font-size: 76px;
  }
}
@media only screen and (max-width: 1199px) {
  .counter-area-wrapper-card-style .single-fatcts-area .title {
    font-size: 76px;
  }
}
.counter-area-wrapper-card-style .single-fatcts-area .title span {
  margin-top: -4px;
}
.counter-area-wrapper-card-style .single-fatcts-area p {
  font-size: 20px;
  margin-bottom: 0;
}

/**************************************
    Default Styles
***************************************/
.inw-pricing-area-1 {
  position: relative;
  display: block;
  z-index: 1;
  overflow: hidden;
}
.inw-pricing-area-1::after {
  position: absolute;
  content: "";
  width: 2580px;
  height: 2580px;
  left: calc(50% - 1290px);
  bottom: -611px;
  background: radial-gradient(50% 50% at 50% 50%, #14021C 70%, #6D3BFF 100%);
  filter: blur(80px);
  z-index: -1;
}

.inw-pricing-style-grid .inw-pricing-tabs {
  display: flex;
  justify-content: center;
  margin-bottom: 39px;
}
.inw-pricing-style-grid .inw-pricing-tabs .nav-pills {
  display: inline-flex;
  align-items: center;
  padding: 0;
  border-radius: 999px;
  background: #24073c;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.03);
  margin: 0;
}
.inw-pricing-style-grid .inw-pricing-tabs .nav-pills .nav-item {
  margin: 0;
}
.inw-pricing-style-grid .inw-pricing-tabs .nav-link {
  width: 130px;
  min-height: 54px;
  padding: 10px 16px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
  box-shadow: none;
}
.inw-pricing-style-grid .inw-pricing-tabs .nav-link span {
  display: block;
  margin-top: 4px;
  color: #9a67ff;
  font-size: 10px;
  font-weight: 600;
}
.inw-pricing-style-grid .inw-pricing-tabs .nav-link.active {
  background: #301052;
  color: #ffffff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  position: relative;
}
.inw-pricing-style-grid .inw-pricing-tabs .nav-link.active::after {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(118deg, rgba(255, 255, 255, 0) 30%, rgb(255, 255, 255) 42%, rgba(255, 255, 255, 0) 55%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
}
.inw-pricing-style-grid .inw-pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
}
@media only screen and (max-width: 1199px) {
  .inw-pricing-style-grid .inw-pricing-grid {
    grid-template-columns: repeat(2, minmax(0, 2fr));
  }
}
@media only screen and (max-width: 991px) {
  .inw-pricing-style-grid .inw-pricing-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.inw-pricing-style-grid .inw-pricing-card,
.inw-pricing-style-grid .inw-wide-card {
  border-radius: 20px;
  background: rgba(32, 5, 51, 0.88);
  border: 1px solid rgba(135, 76, 190, 0.42);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 20px 60px rgba(0, 0, 0, 0.15);
}
.inw-pricing-style-grid .inw-pricing-card {
  position: relative;
  min-height: 600px;
  padding: 32px 30px 31px;
}
.inw-pricing-style-grid .inw-pricing-card.is-featured {
  border-color: rgba(160, 107, 236, 0.56);
}
.inw-pricing-style-grid .inw-pricing-card.is-featured::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 33%;
  right: 33%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.9), transparent);
}
.inw-pricing-style-grid .inw-pricing-title {
  margin: 0;
  color: #ffffff;
  font-size: 31px;
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -0.04em;
}
.inw-pricing-style-grid .inw-pricing-subtitle {
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 15px;
  line-height: 1.35;
}
.inw-pricing-style-grid .inw-pricing-price {
  display: flex;
  align-items: flex-end;
  gap: 2px;
  margin-top: 33px;
  margin-bottom: 50px;
}
.inw-pricing-style-grid .inw-pricing-price strong {
  color: #ffffff;
  font-size: 50px;
  font-weight: 850;
  letter-spacing: 0;
  line-height: 0.82;
}
.inw-pricing-style-grid .inw-pricing-price span {
  margin-bottom: 2px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 17px;
  line-height: 1;
}
.inw-pricing-style-grid .inw-feature-heading {
  margin: 46px 0 25px;
  color: #ffffff;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -0.02em;
}
.inw-pricing-style-grid .inw-feature-list {
  display: grid;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.inw-pricing-style-grid .inw-feature-list li {
  display: flex;
  align-items: center;
  gap: 11px;
  color: rgba(255, 255, 255, 0.59);
  font-size: 16px;
  line-height: 1.2;
  margin: 0;
}
.inw-pricing-style-grid .inw-feature-list .inw-icon {
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.58);
}
.inw-pricing-style-grid .inw-feature-list .inw-icon svg {
  width: 17px;
  height: 17px;
  stroke: currentColor;
}
.inw-pricing-style-grid .inw-bottom-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-top: 30px;
}
.inw-pricing-style-grid .inw-wide-card {
  min-height: 300px;
  padding: 32px 30px;
}
.inw-pricing-style-grid .inw-wide-card h3 {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: 31px;
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -0.04em;
}
.inw-pricing-style-grid .inw-wide-card p {
  max-width: 560px;
  margin: 0 0 12px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 15px;
  line-height: 1.6;
}
.inw-pricing-style-grid .inw-small-price {
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 17px;
  font-weight: 800;
}
@media (max-width: 991px) {
  .inw-pricing-style-grid .inw-pricing-grid,
  .inw-pricing-style-grid .inw-bottom-grid {
    grid-template-columns: 1fr;
  }
}

.mw-100 {
  max-width: 100%;
  min-width: 100%;
  text-align: center;
}
.mw-100 span {
  text-align: center;
  max-width: max-content;
  margin: auto;
}

.inw-pricing-area-one {
  background-color: #110F25;
  position: relative;
  z-index: 1;
}
.inw-pricing-area-one .right-shape {
  position: absolute;
  right: 0;
  top: 0;
  max-width: 490px;
}
.inw-pricing-area-one .right-shape-2 {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 540px;
}
.inw-pricing-area-one::after {
  content: "";
  position: absolute;
  width: 450px;
  height: 450px;
  left: 50%;
  transform: translateX(-50%);
  top: 298px;
  background: rgba(199, 79, 255, 0.29);
  filter: blur(200px);
}

.pricing-style-box-one {
  padding: 60px 100px;
  background: rgba(109, 59, 255, 0.08);
  border-radius: 24px;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.175), inset 0 -1px 1px rgba(255, 255, 255, 0.2), 0 12px 30px rgba(0, 0, 0, 0.12);
  position: relative;
  height: 100%;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .pricing-style-box-one {
    padding: 50px 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .pricing-style-box-one {
    padding: 50px 30px;
  }
}
.pricing-style-box-one .pricing-badge {
  position: absolute;
  right: 30px;
  top: 30px;
  border-radius: 12px;
  background: #6D3BFF;
  padding: 10px 20px 10px 35px;
}
@media only screen and (max-width: 1199px) {
  .pricing-style-box-one .pricing-badge {
    padding: 7px 20px 7px 35px;
  }
}
@media only screen and (max-width: 991px) {
  .pricing-style-box-one .pricing-badge {
    right: 20px;
    top: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .pricing-style-box-one .pricing-badge {
    padding: 4px 20px 4px 35px;
    right: 10px;
    top: 10px;
  }
}
.pricing-style-box-one .pricing-badge::after {
  position: absolute;
  content: "";
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  height: 10px;
  width: 10px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
}
.pricing-style-box-one .pricing-badge p {
  color: var(--color-white);
  margin-bottom: 0;
  font-size: 16px;
}
@media only screen and (max-width: 1199px) {
  .pricing-style-box-one .pricing-badge p {
    font-size: 12px;
  }
}
.pricing-style-box-one .head {
  margin-bottom: 100px;
}
@media only screen and (max-width: 1199px) {
  .pricing-style-box-one .head {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .pricing-style-box-one .head {
    margin-bottom: 50px;
  }
}
.pricing-style-box-one .head .top {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 700;
  color: var(--color-white);
}
.pricing-style-box-one .head p {
  margin-bottom: 0;
  font-size: 16px;
}
.pricing-style-box-one .price-area {
  margin-bottom: 60px;
}
@media only screen and (max-width: 1199px) {
  .pricing-style-box-one .price-area {
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 575px) {
  .pricing-style-box-one .price-area {
    margin-bottom: 30px;
  }
}
.pricing-style-box-one .price-area .title {
  margin-bottom: 8px;
  font-size: 60px;
}
@media only screen and (max-width: 991px) {
  .pricing-style-box-one .price-area .title {
    font-size: 42px;
  }
}
@media only screen and (max-width: 767px) {
  .pricing-style-box-one .price-area .title {
    font-size: 42px;
  }
}
.pricing-style-box-one .price-area .title span {
  color: #B3B3B3;
  font-size: 28px;
}
.pricing-style-box-one .body-feature {
  margin-bottom: 90px;
}
@media only screen and (max-width: 1199px) {
  .pricing-style-box-one .body-feature {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .pricing-style-box-one .body-feature {
    margin-bottom: 40px;
  }
}
.pricing-style-box-one .body-feature ul {
  list-style: none;
  padding: 0;
}
.pricing-style-box-one .body-feature ul li {
  display: flex;
  margin: 10px 0;
  align-items: center;
  gap: 10px;
}
.pricing-style-box-one .body-feature ul li .icon {
  height: 22px;
  width: 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.04);
}
.pricing-style-box-one .body-feature ul li .icon i {
  font-size: 12px;
}
.pricing-style-box-one .body-feature ul li span {
  font-size: 16px;
}

.inw-pricing-area-2 {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}
.inw-pricing-area-2::after {
  content: "";
  position: absolute;
  width: 869px;
  height: 74px;
  z-index: -1;
  left: calc(50% - 434.5px - 2px);
  top: 2px;
  background: #C74FFF;
  filter: blur(200px);
}
.inw-pricing-area-2::before {
  content: "";
  position: absolute;
  width: 1917px;
  height: 56px;
  left: -0.01px;
  bottom: 0;
  background: #21156B;
  filter: blur(250px);
}
.inw-pricing-area-2 .left-shape {
  position: absolute;
  width: 345.96px;
  height: 842.87px;
  left: -342.56px;
  top: -267.68px;
  background: #21156B;
  filter: blur(250px);
  transform: rotate(35.04deg);
}
.inw-pricing-area-2 .right-shape {
  position: absolute;
  width: 345.96px;
  height: 842.87px;
  right: -342.56px;
  top: -267.68px;
  background: #21156B;
  filter: blur(250px);
  transform: rotate(-35.04deg);
}

.inw-pricing-card.style-two {
  border-color: rgba(109, 59, 255, 0.32);
  background: transparent;
  padding: 10px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  max-height: fit-content;
}
.inw-pricing-card.style-two.active {
  background: rgba(109, 59, 255, 0.08);
}
.inw-pricing-card.style-two .inner {
  padding: 32px 30px 31px;
  background: rgba(109, 59, 255, 0.04);
  border-radius: 16px;
  position: relative;
  display: block;
  overflow: hidden;
}
.inw-pricing-card.style-two .inner::after {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(310deg, rgba(199, 79, 255, 0) 0%, transparent 22%, transparent 78%, var(--color-primary) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.inw-pricing-card.style-two .inner::before {
  content: "";
  position: absolute;
  width: 104px;
  height: 104px;
  left: -16px;
  top: -17px;
  background: #6D3BFF;
  filter: blur(50px);
}
.inw-pricing-card.style-two .inner .top-icon {
  margin-bottom: 20px;
  max-width: 37px;
}
.inw-pricing-card.style-two .inner .inw-pricing-title {
  font-size: 20px;
}
.inw-pricing-card.style-two .inner .inw-pricing-price {
  margin-bottom: 30px;
}
.inw-pricing-card.style-two .inner p.desc {
  font-size: 16px;
}

.inw-pricing-grid.style-two {
  align-items: center;
}

.team-section .team-grid {
  --bs-gutter-x: 38px;
  --bs-gutter-y: 38px;
}
.team-section .team-column {
  display: flex;
  flex-direction: column;
  gap: 38px;
}
.team-section .inw-team-style-radious {
  position: relative;
  overflow: hidden;
  background: #222;
  display: block;
  min-height: 260px;
  border-radius: 16px;
  transition: transform 0.8s ease, box-shadow 0.8s ease;
  animation: radiusToRound 4s ease-in-out infinite alternate;
}
.team-section .inw-team-style-radious.rounded-shape {
  border-radius: 120px;
  animation-name: radiusToBox;
}
.team-section .inw-team-style-radious.large {
  height: 500px;
}
@media only screen and (max-width: 1199px) {
  .team-section .inw-team-style-radious.large {
    height: max-content;
  }
}
.team-section .inw-team-style-radious.small {
  height: 245px;
}
.team-section .inw-team-style-radious.first-large {
  height: 500px;
}
@media only screen and (max-width: 1199px) {
  .team-section .inw-team-style-radious.first-large {
    height: max-content;
  }
}
.team-section .inw-team-style-radious.first-small {
  height: 230px;
}
.team-section .inw-team-style-radious:hover img {
  transform: scale(1.06);
}
.team-section .inw-team-style-radious:hover .social-list {
  transform: translateX(-50%) translateY(0);
  opacity: 1;
}
.team-section .inw-team-style-radious img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}
.team-section .inw-team-style-radious.gradient-overlay::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0%;
  z-index: 2;
  background: linear-gradient(180deg, rgba(109, 60, 255, 0) 0%, rgba(109, 60, 255, 0.9) 100%);
  pointer-events: none;
}
.team-section .inw-team-style-radious.gradient-overlay:hover::after {
  height: 42%;
}
.team-section .social-list {
  position: absolute;
  left: 50%;
  bottom: 36px;
  z-index: 3;
  display: flex;
  gap: 8px;
  padding: 0;
  margin: 0;
  list-style: none;
  transform: translateX(-50%) translateY(80px);
  opacity: 0;
  transition: all 0.45s ease;
}
.team-section .social-list a {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.14);
  transition: all 0.3s ease;
}
.team-section .social-list a i {
  font-size: 14px;
}
.team-section .social-list a:hover {
  background: #6d3cff;
  transform: translateY(-4px);
}

@keyframes radiusToRound {
  0%, 45% {
    border-radius: 16px;
  }
  55%, 100% {
    border-radius: 190px;
  }
}
@keyframes radiusToBox {
  0%, 45% {
    border-radius: 190px;
  }
  55%, 100% {
    border-radius: 16px;
  }
}
@media (max-width: 991px) {
  .inw-team-style-radious .inw-team-style-radious.large,
  .inw-team-style-radious .inw-team-style-radious.medium,
  .inw-team-style-radious .inw-team-style-radious.small {
    height: 380px;
  }
}
@media (max-width: 575px) {
  .inw-team-style-radious {
    padding: 0;
  }
  .inw-team-style-radious .team-grid,
  .inw-team-style-radious .team-column {
    --bs-gutter-y: 24px;
    gap: 24px;
  }
  .inw-team-style-radious .inw-team-style-radious.large,
  .inw-team-style-radious .inw-team-style-radious.medium,
  .inw-team-style-radious .inw-team-style-radious.small {
    height: 330px;
  }
}
.team-details-thumbnail-image {
  border-radius: 16px;
  padding: 0 20px 0 20px;
  display: block;
  overflow: hidden;
}

.inw-team-details-info {
  position: relative;
  overflow: hidden;
  width: 100%;
  display: flex;
  align-items: center;
  background: #170020;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 40px;
}
@media only screen and (max-width: 575px) {
  .inw-team-details-info {
    padding: 25px;
  }
}
.inw-team-details-info::before {
  content: "";
  position: absolute;
  right: -55px;
  bottom: -256px;
  width: 196px;
  height: 444px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(109, 59, 255, 0.75) 0%, rgba(109, 59, 255, 0.34) 34%, rgba(109, 59, 255, 0) 70%);
  filter: blur(59px);
  pointer-events: none;
}
.inw-team-details-info .container {
  position: relative;
  z-index: 2;
  max-width: 1650px;
}
.inw-team-details-info .team-info-left {
  max-width: 900px;
}
.inw-team-details-info .team-name {
  color: #fff;
  font-size: 38px;
  font-weight: 800;
  line-height: 1;
}
@media only screen and (max-width: 575px) {
  .inw-team-details-info .team-name {
    font-size: 28px;
  }
}
.inw-team-details-info .team-description {
  max-width: 860px;
  margin: 0 0 30px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 16px;
  font-weight: 400;
}
@media only screen and (max-width: 575px) {
  .inw-team-details-info .team-description {
    max-width: 100%;
  }
}
.inw-team-details-info .info-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0 0 30px;
}
.inw-team-details-info .info-item {
  display: grid;
  grid-template-columns: 120px 1fr;
  align-items: center;
  column-gap: 10px;
}
@media only screen and (max-width: 575px) {
  .inw-team-details-info .info-item {
    grid-template-columns: none;
  }
}
.inw-team-details-info .info-label {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}
.inw-team-details-info .info-value {
  font-size: 16px;
  font-weight: 400;
}
.inw-team-details-info .social-list {
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.inw-team-details-info .social-list a {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  transition: 0.3s ease;
}
.inw-team-details-info .social-list a:hover {
  background: rgba(255, 255, 255, 0.08);
  transform: translateY(-3px);
  border-top: 2px solid var(--color-primary);
}
.inw-team-details-info .contact-panel {
  max-width: 560px;
  margin-left: auto;
}
.inw-team-details-info .contact-block {
  padding: 0 0 25px;
  margin: 0px 0 25px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.inw-team-details-info .contact-block:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.inw-team-details-info .contact-title {
  margin: 0 0 17px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.15;
}
.inw-team-details-info .contact-text {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 16px;
  font-weight: 400;
}
.inw-team-details-info .contact-text + .contact-text {
  margin-top: 5px;
}

@property --angle {
  syntax: "<angle>";
  inherits: false;
  initial-value: 102deg;
}
@keyframes spinAngle {
  from {
    --angle: 102deg;
  }
  to {
    --angle: 462deg;
  }
}
.inw-team-details-right-single-widget {
  padding: 30px;
  background-color: rgba(109, 59, 255, 0.08);
  border: 2px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
}
@media only screen and (max-width: 575px) {
  .inw-team-details-right-single-widget {
    padding: 20px 10px;
  }
}
.inw-team-details-right-single-widget.with-bg {
  position: relative;
  background-image: url(../images/team/bg-form.webp);
}
.inw-team-details-right-single-widget.with-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: inherit;
  pointer-events: none;
  --angle: 102deg;
  background: linear-gradient(var(--angle), rgba(255, 255, 255, 0) 30%, rgb(255, 255, 255) 42%, rgba(255, 255, 255, 0) 55%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  animation: spinAngle 8s linear infinite;
}
.inw-team-details-right-single-widget.in-about-page {
  padding: 50px 30px;
}
@media only screen and (max-width: 575px) {
  .inw-team-details-right-single-widget.in-about-page {
    padding: 30px 20px;
  }
}
.inw-team-details-right-single-widget .title {
  font-size: 38px;
}

.inw-skill-progress {
  width: 100%;
  margin-bottom: 20px;
}
.inw-skill-progress:last-child {
  margin-bottom: 0;
}
.inw-skill-progress .skill-progress__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.inw-skill-progress .skill-progress__top p {
  margin-bottom: 0;
  line-height: 1;
}
.inw-skill-progress .skill-progress__top span {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}
.inw-skill-progress .skill-progress__bar {
  width: 100%;
  height: 10px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
}
.inw-skill-progress .skill-progress__fill {
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #c44bff 0%, #6d3bff 100%);
}

.inw-single-guide-lines-area {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}

.single-guide-lines-wrapper {
  padding: 10px 20px;
  border-radius: 33px;
  border: 2px solid rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  gap: 6px;
  background: rgba(109, 59, 255, 0.06);
  transition: 0.3s;
}
.single-guide-lines-wrapper:hover {
  transform: scale(1.02) translateY(-2px);
}
.single-guide-lines-wrapper .icon {
  height: 20px;
  width: 20px;
  background: var(--color-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-guide-lines-wrapper .icon i {
  font-size: 10px;
  color: var(--color-white);
}
.single-guide-lines-wrapper p {
  margin-bottom: 0;
  font-size: 16px;
}
@media only screen and (max-width: 575px) {
  .single-guide-lines-wrapper p {
    font-size: 13px;
  }
}

.form-team-details input {
  background: rgba(109, 59, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
  border-radius: 8px;
  height: 60px;
  margin-bottom: 30px;
  padding: 15px;
}
.form-team-details textarea {
  height: 214px;
  background: rgba(109, 59, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
  border-radius: 8px;
  padding: 15px;
}
.form-team-details textarea:focus {
  border: 1px solid var(--color-primary);
}
.form-team-details .inw-btn {
  margin-top: 30px;
  text-align: center;
  max-width: 100%;
}

.inw-about-area {
  position: relative;
}
.inw-about-area .about-title-border .outline-title {
  text-align: center;
  color: transparent;
  font-size: clamp(70px, 12vw, 190px);
  font-weight: 700;
  -webkit-text-stroke: 1.5px #ffffff;
  text-shadow: 1px 1px var(--color-primary), 3px 3px transparent, 5px 5px var(--color-primary), 7px 7px transparent;
}
@media only screen and (max-width: 575px) {
  .inw-about-area .about-title-border .outline-title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 479px) {
  .inw-about-area .about-title-border .outline-title {
    font-size: 44px;
  }
}

.button-wrapper-flex {
  display: flex;
  align-items: center;
  gap: 15px;
}

.about-area-content-left .about-feature-area {
  margin-top: 30px;
}
.about-area-content-left .about-feature-area .single {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 13px 0;
}
@media only screen and (max-width: 767px) {
  .about-area-content-left .about-feature-area .single {
    margin: 8px 0;
  }
}
.about-area-content-left .about-feature-area .single .icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(109, 59, 255, 0.08);
  box-shadow: inset 0px -4px 4px rgba(255, 255, 255, 0.08);
  border-radius: 100px;
}
.about-area-content-left .about-feature-area .single p.desc {
  margin-bottom: 0;
  font-size: 20px;
}

.about-right-image-area {
  position: relative;
  z-index: 1;
}
.about-right-image-area .thumbnail-section-about {
  background: rgba(109, 59, 255, 0.08);
  backdrop-filter: blur(7px);
  text-align: center;
  border-radius: 24px;
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
}
.about-right-image-area .thumbnail-section-about::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  background: linear-gradient(180deg, rgba(109, 59, 255, 0) 70%, #6D3BFF 100%);
  border-radius: 24px;
}
.about-right-image-area .right-top-circle {
  position: absolute;
  right: -150px;
  top: -110px;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .about-right-image-area .right-top-circle {
    display: none;
  }
}
.about-right-image-area .left-bottom-card {
  position: absolute;
  width: 225px;
  height: 295px;
  left: -120px;
  bottom: -60px;
  background: linear-gradient(164.02deg, rgba(40, 23, 47, 0) 6.31%, rgba(109, 59, 255, 0.62) 88.87%);
  backdrop-filter: blur(10px);
  border-radius: 24px;
  z-index: 1;
  text-align: center;
  padding: 27px 25px;
  display: block;
  overflow: hidden;
  transition: 0.3s;
}
@media only screen and (max-width: 991px) {
  .about-right-image-area .left-bottom-card {
    right: 21px;
    bottom: 20px;
    left: auto;
  }
}
@media only screen and (max-width: 767px) {
  .about-right-image-area .left-bottom-card {
    right: 21px;
    bottom: 20px;
    left: auto;
  }
}
.about-right-image-area .left-bottom-card .title {
  margin-bottom: 10px;
  font-size: 20px;
  text-align: center;
}
.about-right-image-area .left-bottom-card p.desc {
  text-align: center;
  font-size: 12px;
}
.about-right-image-area .left-bottom-card .hand {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.about-right-image-area:hover .left-bottom-card {
  transform: translateY(-5px);
}

.thumbnail-about-contact-area {
  border-radius: 16px;
  display: block;
  overflow: hidden;
}

.about-area-left-gallery {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media only screen and (max-width: 767px) {
  .about-area-left-gallery {
    flex-wrap: wrap;
  }
}
.about-area-left-gallery .left-img {
  border-radius: 24px;
  display: block;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .about-area-left-gallery .left-img {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .about-area-left-gallery .left-img img {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .about-area-left-gallery .right-image {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .about-area-left-gallery .right-image .top-counter {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .about-area-left-gallery .right-image .top-counter .thumbnail {
    width: 100%;
  }
  .about-area-left-gallery .right-image .top-counter .thumbnail img {
    width: 100%;
  }
}
.about-area-left-gallery .right-image .top-counter {
  display: flex;
  align-items: center;
  overflow: hidden;
  border-radius: 24px;
  position: relative;
  margin-bottom: 20px;
}
.about-area-left-gallery .right-image .top-counter .single-counter {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.about-area-left-gallery .right-image .top-counter .single-counter .title {
  font-size: 55px;
  margin-bottom: 5px;
}
.about-area-left-gallery .right-image .top-counter .single-counter p.name {
  margin-bottom: 0;
  font-size: 20px;
  color: var(--color-white);
}
.about-area-left-gallery .right-image .bottom-counter {
  display: flex;
  overflow: hidden;
  border-radius: 24px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .about-area-left-gallery .right-image .bottom-counter {
    width: 100%;
  }
  .about-area-left-gallery .right-image .bottom-counter .thumbnail {
    width: 100%;
  }
  .about-area-left-gallery .right-image .bottom-counter .thumbnail img {
    width: 100%;
  }
}
.about-area-left-gallery .right-image .bottom-counter .content {
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
  text-align: center;
  width: 321px;
}
@media only screen and (max-width: 991px) {
  .about-area-left-gallery .right-image .bottom-counter .content {
    width: 90%;
  }
}
.about-area-left-gallery .right-image .bottom-counter .content .name {
  margin-bottom: 0;
  font-size: 16px;
}

.about-right-content-2 .section-title-area p.desc {
  font-size: 16px;
}

.nav-list-bullet {
  padding: 0;
  margin: 0;
  list-style: none;
}
.nav-list-bullet li {
  padding-left: 20px;
  position: relative;
  margin: 10px 0;
  font-size: 16px;
}
.nav-list-bullet li::after {
  content: "";
  position: absolute;
  left: 0;
  height: 9px;
  width: 9px;
  background: rgba(255, 255, 255, 0.0784313725);
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}

.about-bento-style-thumbnail {
  display: block;
  overflow: hidden;
  border-radius: 24px;
}
.about-bento-style-thumbnail img {
  transition: 0.5s;
}
.about-bento-style-thumbnail:hover img {
  transform: scale(1.1);
}

.single-card-style-about {
  background: rgba(109, 59, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.04);
  border-radius: 24px;
  padding: 30px;
  margin-bottom: 30px;
}
.single-card-style-about:last-child {
  margin-bottom: 0;
}
.single-card-style-about .icon {
  margin-bottom: 25px;
}
.single-card-style-about .title {
  font-size: 20px;
}
.single-card-style-about p {
  margin-bottom: 0;
  font-size: 16px;
}
.single-card-style-about .icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(90deg, #C74FFF 0%, #6D3BFF 100%);
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-column-grid {
  background: rgba(109, 59, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.04);
  border-radius: 24px;
  padding: 30px;
  height: 100%;
}
.about-column-grid .count {
  font-size: 80px;
  margin-bottom: 0;
  line-height: 1;
  color: var(--color-primary);
}
.about-column-grid .title {
  font-size: 20px;
  line-height: 1;
  margin-bottom: 18px;
}
.about-column-grid p.desc {
  margin-bottom: 25px;
}
.about-column-grid .inw-btn {
  margin-top: 40px;
}

.about-bento-style-grid {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media only screen and (max-width: 767px) {
  .about-bento-style-grid {
    flex-wrap: wrap;
  }
}

.about-bento-style-grid .left-grid {
  max-width: 507px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .about-bento-style-grid .left-grid {
    max-width: 100%;
  }
}
.about-bento-style-grid .right-grid-area {
  max-width: 420px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .about-bento-style-grid .right-grid-area {
    max-width: 100%;
  }
}

@media only screen and (max-width: 575px) {
  .about-area-start .section-title-area.left p.desc {
    max-width: 100% !important;
  }
}

.country-area-wrapper {
  padding: 60px 50px;
  background: rgba(109, 59, 255, 0.08);
  box-shadow: inset 0px 0px 20px rgba(109, 59, 255, 0.24);
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  .country-area-wrapper {
    flex-wrap: wrap;
    gap: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .country-area-wrapper {
    padding: 30px;
  }
}
.country-area-wrapper > div {
  max-width: 33.33%;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .country-area-wrapper > div {
    max-width: 100%;
    margin: auto;
    text-align: center;
  }
}
.country-area-wrapper .left-area p.desc {
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 0;
  color: var(--color-white);
  line-height: 1.3;
}
@media only screen and (max-width: 1199px) {
  .country-area-wrapper .left-area p.desc {
    font-size: 22px;
  }
}
.country-area-wrapper .language-number {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 25px;
}
@media only screen and (max-width: 991px) {
  .country-area-wrapper .language-number {
    justify-content: center;
  }
}
.country-area-wrapper .language-number .count {
  font-size: 100px;
  color: var(--color-secondary);
  margin-bottom: 0;
  line-height: 1;
}
@media only screen and (max-width: 1199px) {
  .country-area-wrapper .language-number .count {
    font-size: 70px;
  }
}
@media only screen and (max-width: 575px) {
  .country-area-wrapper .language-number .count {
    font-size: 70px;
  }
}
.country-area-wrapper .language-number .count span {
  margin-top: -3px;
}
.country-area-wrapper .language-number p {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  color: var(--color-white);
  margin: 0;
}

/**************************************
    Default Styles
***************************************/
.inw-testimonial-card-box {
  position: relative;
  overflow: hidden;
  min-height: 354px;
  padding: 58px 32px 34px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 14px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
  background: linear-gradient(180deg, rgba(109, 59, 255, 0.04) 0%, rgba(109, 59, 255, 0.06) 100%);
  margin-bottom: 30px;
}
.inw-testimonial-card-box:last-child {
  margin-bottom: 0;
}
.inw-testimonial-card-box::after {
  content: "";
  position: absolute;
  width: 420px;
  height: 30px;
  left: 0px;
  bottom: 0px;
  background: #6D3BFF;
  filter: blur(90px);
}
.inw-testimonial-card-box:hover {
  transform: translateY(-3px);
}
.inw-testimonial-card-box .quote-icon {
  position: absolute;
  top: 30px;
  left: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  font-size: 28px;
  line-height: 1;
  width: 60px;
  height: 60px;
  background: rgba(109, 59, 255, 0.04);
  /* shadow-2 */
  box-shadow: inset 0px -4px 4px rgba(255, 255, 255, 0.08);
}
.inw-testimonial-card-box .testimonial-text {
  margin: 78px 0 30px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 16px;
  line-height: 1.72;
}
.inw-testimonial-card-box .reviewer {
  display: flex;
  align-items: center;
  gap: 14px;
}
.inw-testimonial-card-box .reviewer .reviewer-img {
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
  overflow: hidden;
  border-radius: 50%;
  border: 2px solid #362052;
  background: #ddd;
}
.inw-testimonial-card-box .reviewer .reviewer-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.inw-testimonial-card-box .reviewer .reviewer-name {
  margin: 0 0 4px;
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.2;
}
.inw-testimonial-card-box .reviewer .reviewer-role {
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
  line-height: 1.4;
}

.inw-github-card-users {
  background: rgba(109, 59, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 30px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1199px) {
  .inw-github-card-users {
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
  }
}
.inw-github-card-users::before {
  content: "";
  position: absolute;
  width: 1134px;
  height: 7px;
  left: 50%;
  transform: translateX(-50%);
  top: 120px;
  background: #6D3BFF;
  filter: blur(25px);
}
.inw-github-card-users::after {
  content: "";
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: 50%;
  height: 65%;
  background: rgba(255, 255, 255, 0.06);
  z-index: 2;
  width: 1px;
}
@media only screen and (max-width: 1199px) {
  .inw-github-card-users::after {
    display: none;
  }
}
.inw-github-card-users .single-card {
  width: 50%;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 1199px) {
  .inw-github-card-users .single-card {
    width: 100%;
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .inw-github-card-users .single-card {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .inw-github-card-users .single-card .right-content {
    text-align: center;
  }
}
.inw-github-card-users .single-card .right-content .title {
  font-size: 36px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .inw-github-card-users .single-card .right-content .title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 991px) {
  .inw-github-card-users .single-card .right-content .title {
    font-size: 26px;
  }
}
.inw-github-card-users .single-card .right-content p.desc {
  font-size: 14px;
  margin-bottom: 0;
}
.inw-github-card-users .single-card .icon {
  max-width: 80px;
}

.inw-testimonials-area-slider {
  box-shadow: inset 0px -1px 4px rgba(0, 0, 0, 0.26), inset 0px 1px 3px rgba(255, 255, 255, 0.4);
  border-radius: 24px;
  display: block;
  overflow: hidden;
  margin: 0 50px;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .inw-testimonials-area-slider {
    margin: 0 15px;
  }
}
@media only screen and (max-width: 767px) {
  .inw-testimonials-area-slider {
    margin: 0 15px;
  }
}
.inw-testimonials-area-slider::after {
  content: "";
  position: absolute;
  width: 2874px;
  height: 2874px;
  left: calc(50% - 1437px - 74px);
  top: -1646px;
  background: radial-gradient(50% 50% at 50% 50%, #14021C 70%, #6D3BFF 100%);
  filter: blur(80px);
  z-index: -1;
}

[data-inw] {
  will-change: transform, opacity;
}

.inw-testimonial-section-two {
  width: 100%;
  max-width: 920px;
}
.inw-testimonial-section-two .testimonial-main-wrapper {
  display: grid;
  grid-template-columns: 443px 1fr;
  gap: 28px;
  align-items: stretch;
}
.inw-testimonial-section-two .testimonial-image-slider,
.inw-testimonial-section-two .testimonial-content-slider {
  width: 100%;
  overflow: hidden;
}
.inw-testimonial-section-two .testimonial-image-card {
  height: 540px;
  border-radius: 24px;
  overflow: hidden;
  background: radial-gradient(circle at center, #702cff 0%, #250747 56%, #12051f 100%);
}
.inw-testimonial-section-two .testimonial-image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
  display: block;
}
.inw-testimonial-section-two .testimonial-content-card {
  min-height: 540px;
  padding-top: 4px;
  display: flex;
  flex-direction: column;
}
.inw-testimonial-section-two .testimonial-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 124px;
}
.inw-testimonial-section-two .testimonial-brand {
  display: flex;
  align-items: center;
  gap: 9px;
  white-space: nowrap;
}
.inw-testimonial-section-two .brand-icon {
  width: 32px;
  height: 32px;
  border: 1px solid #b93cff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #b93cff;
  font-size: 16px;
  font-weight: 700;
}
.inw-testimonial-section-two .brand-name {
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  color: #f6f1ef;
}
.inw-testimonial-section-two .testimonial-line {
  width: 100%;
  max-width: 164px;
  height: 2px;
  background: rgba(255, 255, 255, 0.08);
  margin-left: auto;
}
.inw-testimonial-section-two .testimonial-rating {
  display: flex;
  align-items: center;
  gap: 2px;
  color: #ffba08;
  font-size: 24px;
  line-height: 1;
  white-space: nowrap;
}
.inw-testimonial-section-two .testimonial-title {
  max-width: 420px;
  font-size: 36px;
  line-height: 1.28;
  font-weight: 800;
  letter-spacing: -1px;
  color: #f8f6f1;
  margin-bottom: 22px;
}
.inw-testimonial-section-two .testimonial-text {
  max-width: 408px;
  font-size: 18px;
  line-height: 1.78;
  font-weight: 600;
  margin-bottom: 30px;
}
.inw-testimonial-section-two .testimonial-author {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 800;
  color: #f6f4f0;
  margin-bottom: 8px;
}
.inw-testimonial-section-two .testimonial-designation {
  font-size: 14px;
  line-height: 1.4;
  font-style: italic;
  color: #e6e2dc;
}
.inw-testimonial-section-two .testimonial-thumb-slider {
  width: 443px;
  margin-top: 26px;
  margin-left: 0;
  overflow: hidden;
}
.inw-testimonial-section-two .testimonial-thumb-slider .swiper-slide {
  width: 64px;
  cursor: pointer;
}
@media only screen and (max-width: 575px) {
  .inw-testimonial-section-two .testimonial-thumb-slider .swiper-slide {
    width: 46px;
  }
}
.inw-testimonial-section-two .testimonial-thumb-slider .swiper-slide-thumb-active .thumb-card {
  border-color: #8b35ff;
  border-radius: 50%;
}
.inw-testimonial-section-two .testimonial-thumb-slider .swiper-slide-thumb-active .thumb-card img {
  border-radius: 50%;
}
.inw-testimonial-section-two .thumb-card {
  width: 64px;
  height: 64px;
  padding: 4px;
  border-radius: 7px;
  border: 1px solid #34125d;
  background: #221032;
  overflow: hidden;
  transition: 0.3s ease;
}
@media only screen and (max-width: 575px) {
  .inw-testimonial-section-two .thumb-card {
    width: 46px;
    height: 46px;
  }
}
.inw-testimonial-section-two .thumb-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
  display: block;
  background: #431375;
}
@media (max-width: 991px) {
  .inw-testimonial-section-two .testimonial-main-wrapper {
    grid-template-columns: 1fr;
  }
  .inw-testimonial-section-two .testimonial-image-card,
  .inw-testimonial-section-two .testimonial-content-card {
    min-height: auto;
    height: auto;
  }
  .inw-testimonial-section-two .testimonial-image-card {
    height: 520px;
  }
}
@media only screen and (max-width: 991px) and (max-width: 1199px) {
  .inw-testimonial-section-two .testimonial-image-card {
    height: auto;
  }
}
@media only screen and (max-width: 991px) and (max-width: 991px) {
  .inw-testimonial-section-two .testimonial-image-card {
    height: auto;
  }
}
@media (max-width: 991px) {
  .inw-testimonial-section-two .testimonial-top {
    margin-bottom: 50px;
  }
  .inw-testimonial-section-two .testimonial-thumb-slider {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .inw-testimonial-section-two .testimonial-image-card {
    height: auto;
    border-radius: 18px;
  }
  .inw-testimonial-section-two .testimonial-content-card {
    padding-top: 20px;
  }
  .inw-testimonial-section-two .testimonial-top {
    gap: 12px;
    margin-bottom: 34px;
  }
  .inw-testimonial-section-two .testimonial-line {
    display: none;
  }
  .inw-testimonial-section-two .testimonial-title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 575px) and (max-width: 575px) {
  .inw-testimonial-section-two .testimonial-title {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .inw-testimonial-section-two .testimonial-text {
    font-size: 16px;
  }
}

.inw-testimonial-card-mid-large {
  padding: 30px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: radial-gradient(circle at 28% 95%, rgba(103, 41, 211, 0.284), transparent 34%), radial-gradient(circle at 75% 20%, rgba(92, 0, 129, 0.146), transparent 36%), linear-gradient(135deg, #1B072E 0%, #1B072E 48%, #1B072E 100%);
  color: #fff;
  margin-bottom: 30px;
}
.inw-testimonial-card-mid-large .inw-testimonial-rating {
  display: flex;
  gap: 4px;
  margin-bottom: 24px;
  color: #ffb703;
  font-size: 22px;
  line-height: 1;
}
.inw-testimonial-card-mid-large .inw-testimonial-text {
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
  line-height: 1.65;
  font-weight: 400;
}
.inw-testimonial-card-mid-large .inw-testimonial-author {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-top: 110px;
}
@media only screen and (max-width: 575px) {
  .inw-testimonial-card-mid-large .inw-testimonial-author {
    margin-top: 60px;
  }
}
.inw-testimonial-card-mid-large .inw-testimonial-author img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
}
.inw-testimonial-card-mid-large .inw-testimonial-author .title {
  color: #fff;
  font-size: 16px;
  line-height: 1;
  font-weight: 800;
  margin-bottom: 0;
}
.inw-testimonial-card-mid-large .inw-testimonial-author span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  line-height: 1;
}

.testimonials-area-mid-large {
  background: #19052A;
  height: 1450px;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .testimonials-area-mid-large {
    height: auto;
  }
}
.testimonials-area-mid-large::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 155px;
  left: 0px;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 3.38%, #14021c 100%);
}

.inw-video-testimonials-card {
  border-radius: 24px;
  display: block;
  overflow: hidden;
  margin-bottom: 30px;
  position: relative;
}

.single-testimonails-list {
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 420px;
  min-width: 420px;
  padding: 9px;
  border: 2px solid rgba(255, 255, 255, 0.08);
  border-radius: 100px;
  position: relative;
  z-index: 1;
}
.single-testimonails-list .person-image {
  max-width: 78px;
  border-radius: 50%;
  display: block;
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, 0.08);
}
.single-testimonails-list .content p.desc {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  color: var(--color-white);
}
.single-testimonails-list .quote {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}

.testimonials-list-wrapper {
  display: flex;
  align-items: center;
  gap: 15px;
}
.testimonials-list-wrapper.left-to-right .testimonials-area-list-style {
  animation: marqueeLeftToRight 18s linear infinite;
}
.testimonials-list-wrapper:hover .testimonials-area-list-style {
  animation-play-state: paused;
}

.testimonials-area-list-style {
  display: flex;
  align-items: center;
  gap: 15px;
  animation: marqueeRightToLeft 18s linear infinite;
}

@keyframes marqueeLeftToRight {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0%);
  }
}
.testimonials-card-awards {
  padding: 30px;
  border-radius: 16px;
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  margin-bottom: 30px;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.175), inset 0 -1px 1px rgba(255, 255, 255, 0.2), 0 12px 30px rgba(0, 0, 0, 0.12);
}
@media only screen and (max-width: 1199px) {
  .testimonials-card-awards {
    padding: 25px;
  }
}
.testimonials-card-awards:last-child {
  margin-bottom: 0;
}
.testimonials-card-awards::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 30px;
  left: 0px;
  bottom: 0px;
  background: #6D3BFF;
  filter: blur(90px);
}
.testimonials-card-awards .stars-area {
  display: flex;
  align-items: center;
  gap: 4px;
}
.testimonials-card-awards .stars-area i {
  color: #FFC107;
}
.testimonials-card-awards p.desc {
  margin-bottom: 45px;
  font-size: 16px;
  margin-top: 13px;
}
.testimonials-card-awards .awards-area {
  display: flex;
  align-items: center;
  gap: 10px;
}
.testimonials-card-awards .awards-area .thumbnail {
  max-width: 48px;
}
.testimonials-card-awards .awards-area .content .name {
  font-size: 20px;
  margin-bottom: 2px;
}
@media only screen and (max-width: 1199px) {
  .testimonials-card-awards .awards-area .content .name {
    font-size: 16px;
  }
}
.testimonials-card-awards .awards-area .content .desig {
  font-size: 12px;
  margin-bottom: 0;
}

.testimonials-thumbnail-2 {
  display: block;
  overflow: hidden;
  border-radius: 24px;
}

.testimonials-style-two .testimonials-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 30px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.08);
  margin-bottom: 25px;
}
.testimonials-style-two .testimonials-top .left {
  display: flex;
  align-items: center;
  gap: 20px;
}
.testimonials-style-two .testimonials-top .left .thumbnail {
  max-width: 73px;
  border-radius: 8px;
  display: block;
  overflow: hidden;
}
.testimonials-style-two .testimonials-top .left .content .title {
  font-size: 20px;
  margin-bottom: 3px;
  line-height: 1;
}
.testimonials-style-two .testimonials-top .left .content span {
  font-size: 12px;
  margin-bottom: 0;
}
.testimonials-style-two .testimonials-top .stars-area {
  display: flex;
  align-items: center;
  gap: 5px;
}
.testimonials-style-two .testimonials-top .stars-area i {
  color: #FFC107;
}

.mySwiper-testimonials-2 {
  position: relative;
  flex-direction: column;
  display: flex;
  justify-content: space-between;
  height: 100%;
}
.mySwiper-testimonials-2 .swiper-navigation {
  display: flex;
  align-items: center;
  gap: 15px;
}
.mySwiper-testimonials-2 .swiper-button-prev,
.mySwiper-testimonials-2 .swiper-button-next {
  position: relative !important;
  top: 0;
}
.mySwiper-testimonials-2 .swiper-button-prev::after,
.mySwiper-testimonials-2 .swiper-button-next::after {
  display: none;
}
.mySwiper-testimonials-2 .swiper-button-prev {
  left: 0;
}
.mySwiper-testimonials-2 .swiper-button-next {
  right: 0;
}

.brand-title-600 {
  font-weight: 600;
  color: var(--color-white);
  font-size: 20px;
}

.brand-swiper-main-wrapper {
  position: relative;
}
.brand-swiper-main-wrapper::after {
  content: "";
  position: absolute;
  width: 335px;
  height: 100px;
  left: -5px;
  top: -13px;
  background: linear-gradient(90deg, #14021C 4.55%, rgba(20, 2, 28, 0) 100%);
  z-index: 1;
  pointer-events: none;
}
.brand-swiper-main-wrapper::before {
  content: "";
  position: absolute;
  width: 335px;
  height: 100px;
  right: -5px;
  top: -13px;
  background: linear-gradient(-90deg, #14021C 4.55%, rgba(20, 2, 28, 0) 100%);
  z-index: 3;
  pointer-events: none;
}
.brand-swiper-main-wrapper .brand-style-one img {
  max-width: 200px;
  margin: auto;
}
@media only screen and (max-width: 1199px) {
  .brand-swiper-main-wrapper .brand-style-one img {
    max-width: 150px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .brand-swiper-main-wrapper .brand-style-one img {
    max-width: 140px;
  }
}

.brand-style-two {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1720px;
  margin: auto;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.04);
}
@media only screen and (max-width: 1199px) {
  .brand-style-two {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.brand-style-two .single-brand-two {
  height: 235px;
  width: 344px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid rgba(255, 255, 255, 0.04);
  cursor: pointer;
}
@media only screen and (max-width: 1199px) {
  .brand-style-two .single-brand-two {
    border: none;
    height: 120px;
  }
}
.brand-style-two .single-brand-two img {
  transition: 0.3s;
}
.brand-style-two .single-brand-two:hover img {
  transform: scale(1.1);
}
.brand-style-two .single-brand-two:last-child {
  border-right: none;
}

/**************************************
    Default Styles
***************************************/
.image-marque-section-area {
  height: 849px;
  display: block;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .image-marque-section-area {
    height: 600px;
  }
}
@media only screen and (max-width: 767px) {
  .image-marque-section-area {
    height: 430px;
  }
}
.image-marque-section-area::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 340px;
  left: 0px;
  top: 0;
  background: linear-gradient(180deg, #14021C 13.57%, rgba(20, 2, 28, 0.7529411765) 50.57%, rgba(21, 3, 29, 0) 100%);
}
@media only screen and (max-width: 1199px) {
  .image-marque-section-area::after {
    background: linear-gradient(180deg, #14021C 0.57%, rgba(20, 2, 28, 0.7529411765) 11.57%, rgba(21, 3, 29, 0) 100%);
  }
}
.image-marque-section-area::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 340px;
  left: 0px;
  bottom: 0;
  background: linear-gradient(0deg, #14021C 13.57%, rgba(20, 2, 28, 0.7529411765) 50.57%, rgba(21, 3, 29, 0) 100%);
  z-index: 2;
}
@media only screen and (max-width: 1199px) {
  .image-marque-section-area::before {
    background: linear-gradient(0deg, #14021C 0.57%, rgba(20, 2, 28, 0.7529411765) 31.57%, rgba(21, 3, 29, 0) 100%);
  }
}
.image-marque-section-area .promo-image-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.image-marque-section-area .promo-image-wrap .single-promo {
  transform: translate3d(0, 0, 0);
  transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  padding: 0 15px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media only screen and (max-width: 991px) {
  .image-marque-section-area .promo-image-wrap .single-promo {
    padding: 0 5px;
  }
}
@media only screen and (max-width: 575px) {
  .image-marque-section-area .promo-image-wrap .single-promo {
    padding: 0 2px;
  }
}
.image-marque-section-area .promo-image-wrap .single-promo img {
  transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  display: block;
  width: 100%;
  -webkit-animation: verticalSlide 25s linear infinite;
  animation: verticalSlide 25s linear infinite;
}

@-webkit-keyframes verticalSlide {
  to {
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }
}
@keyframes verticalSlide {
  to {
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }
}
.section-bottom-video-area {
  position: relative;
}

.rounded-player-2 {
  border: 0;
  width: 80px;
  height: 80px;
  margin-left: -40px;
  margin-top: -40px;
  transition: all 1s cubic-bezier(0, 0, 0.2, 1);
  position: absolute;
  border-radius: 100%;
  background: var(--color-white);
  margin: 0 auto;
  display: inline-block;
  padding: 0;
  z-index: 1;
}
.rounded-player-2.position-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.rounded-player-2.position-right-top-center {
  top: 50%;
  left: 75%;
  transform: translate(-50%, -50%);
}
.rounded-player-2.position-right-bottom {
  bottom: 50px;
  right: 50px;
}
@media only screen and (max-width: 1199px) {
  .rounded-player-2.position-right-bottom {
    top: 50px;
    bottom: auto;
  }
}
@media only screen and (max-width: 575px) {
  .rounded-player-2.position-right-bottom {
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    transform: translate(-50%, -50%);
  }
}
.rounded-player-2 .play-icon {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.rounded-player-2 .play-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  transform: translate(-6px, -9px);
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 15px solid var(--color-primary);
}
.rounded-player-2.with-animation::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 50%;
  border: 1.5px solid var(--color-white);
}
.rounded-player-2.with-animation::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 50%;
  border: 1.5px solid var(--color-white);
  animation: rippleBorder 2s linear 1s infinite;
}
.rounded-player-2.with-animation::before {
  -webkit-animation: rippleBorder 2s linear infinite;
  animation: rippleBorder 2s linear infinite;
}

@keyframes rippleBorder {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 1;
  }
  75% {
    -webkit-transform: scale(1.9);
    transform: scale(1.9);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(2.3);
    transform: scale(2.3);
    opacity: 0;
  }
}
@keyframes rippleBorder_03 {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0.1;
  }
  75% {
    -webkit-transform: scale(1.9);
    transform: scale(1.9);
    opacity: 0.1;
  }
  100% {
    -webkit-transform: scale(2.3);
    transform: scale(2.3);
    opacity: 0.1;
  }
}
/**************************************
    Default Styles
***************************************/
/* for buy and demo button */
.inw-theme-demos {
  display: none;
  width: 100%;
  height: 100%;
  min-height: 100%;
  position: fixed;
  background-color: var(--color-white);
  right: -100%;
  top: 0;
  z-index: 1050;
  -webkit-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}
.inw-theme-demos section {
  height: 100%;
  min-height: 100%;
  position: relative;
  z-index: 11;
  padding: 0;
  width: 100%;
  overflow-y: scroll;
  background-color: var(--bg-card);
}
.inw-theme-demos section::-webkit-scrollbar {
  width: 8px; /* Scrollbar width */
  background-color: transparent;
}
.inw-theme-demos section::-webkit-scrollbar-track {
  background-color: var(--bg-primary, rgba(0, 0, 0, 0.05));
  border-radius: 10px;
  margin-block: 4px; /* Space from top and bottom */
}
.inw-theme-demos section::-webkit-scrollbar-thumb {
  background-color: var(--color-primary);
  border-radius: 10px;
  transition: all 0.3s ease;
}
.inw-theme-demos section::-webkit-scrollbar-thumb:hover {
  background-color: var(--color-primary);
  cursor: pointer;
}
.inw-theme-demos section::-webkit-scrollbar-thumb:active {
  background-color: var(--color-primary);
}
.inw-theme-demos .demos-wrapper {
  width: 100%;
}
.inw-theme-demos .demos-wrapper .demos-wrapper-inner {
  padding: 60px 50px;
}
.inw-theme-demos.active {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  box-shadow: 0 0 45px 0 rgba(0, 0, 0, 0.25);
}
.inw-theme-demos .grid {
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
}
.inw-theme-demos .demo-button-wrapper {
  width: auto;
  color-white-space: nowrap;
  position: absolute;
  right: 100%;
  display: block;
  bottom: 350px;
  cursor: pointer;
  z-index: 10;
  -webkit-transform: rotate(-90deg) translateY(-100%);
  -ms-transform: rotate(-90deg) translateY(-100%);
  transform: rotate(-90deg) translateY(-100%);
  -webkit-transform-origin: 100% 0% 0;
  -ms-transform-origin: 100% 0% 0;
  transform-origin: 100% 0% 0;
  margin-right: -1px;
  display: flex;
}
.inw-theme-demos .buy-theme a, .inw-theme-demos .all-demo a {
  color: #1d1d1d;
  font-size: 11px;
  padding: 15px;
  display: block;
  text-decoration: none;
  font-weight: 500;
  min-width: max-content;
}
.inw-theme-demos .buy-theme a > i, .inw-theme-demos .all-demo a > i {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 59px;
  line-height: 55px;
  text-align: center;
  opacity: 0;
  font-size: 24px;
  transition-delay: 0.3s;
}
.inw-theme-demos .all-demo {
  background-color: #1f242e;
}
.inw-theme-demos .all-demo .theme-wrapper {
  padding: 0 9px;
  position: relative;
  top: 0;
  opacity: 1;
  transition-delay: 0.3s;
  line-height: 0;
}
.inw-theme-demos .all-demo .theme-wrapper > div {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  line-height: 15px;
  color: var(--color-white);
  font-size: 14px;
  text-transform: uppercase;
  line-height: 21px;
}
.inw-theme-demos .buy-theme {
  text-align: center;
  background-color: #48a133;
  position: relative;
  z-index: 1;
}
.inw-theme-demos .buy-theme .theme-wrapper {
  padding: 0;
  position: relative;
  top: 0;
  opacity: 1;
  transition-delay: 0.3s;
  line-height: 0;
}
.inw-theme-demos .buy-theme .theme-wrapper span {
  font-size: 15px;
  font-weight: 600;
  margin-right: 0;
}
.inw-theme-demos .buy-theme .theme-wrapper i {
  margin-right: 10px;
  font-size: 21px;
}
.inw-theme-demos .buy-theme .theme-wrapper > div svg {
  margin: 0;
}
.inw-theme-demos .clearfix {
  clear: both;
}
.inw-theme-demos .portfolio-wrapper .grid-item {
  flex: 0 0 auto;
}
.inw-theme-demos .close-popup {
  position: absolute;
  top: 20px;
  right: 40px;
  z-index: 99;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.3s ease;
  -ms-transition: -ms-transform 0.3s ease;
  transition: transform 0.3s ease;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.inw-theme-demos .close-popup i {
  font-size: 30px;
  font-weight: 400;
  color: var(--color-white);
}
.inw-theme-demos .close-popup:hover {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.show-search-popup .theme-demos .theme-demos, .show-search-popup .show-menu .theme-demos {
  z-index: 1;
}

.single-demo-card {
  background: #2D0C4B;
  border: 2px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 21px 10px 0 10px;
  position: relative;
  transition: 0.5s;
}
.single-demo-card:hover {
  transform: translateY(-5px);
}
.single-demo-card::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 5px;
  position: absolute;
  top: 8px;
  left: 13px;
  z-index: 0;
  color: rgba(0, 0, 0, 0.07);
  background-color: #F15252;
  box-shadow: 10px 0 0 #FACB34, 20px 0 0 #A7DF4B;
}
.single-demo-card .content {
  padding: 15px 0;
  display: block;
}
.single-demo-card .content .title {
  text-align: center;
  font-size: 20px;
  margin-bottom: 0;
}

/**************************************
    Default Styles
***************************************/
.container-1670 {
  max-width: 1670px;
  margin: auto;
}
@media only screen and (max-width: 1199px) {
  .container-1670 {
    padding: 0 15px;
  }
}

.col-lg-12 .inw-project-single-area .inner-content {
  bottom: -20px;
}

.inw-project-single-area {
  position: relative;
  z-index: 1;
  border-radius: 12px;
  overflow: hidden;
}
.inw-project-single-area::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 30%;
  z-index: 0;
  left: 0px;
  bottom: 0px;
  transition: 0.3s;
  pointer-events: none;
  background: linear-gradient(181.17deg, rgba(109, 59, 255, 0) 42.65%, rgba(109, 59, 255, 0.72) 99%);
}
.inw-project-single-area .inner-content {
  position: absolute;
  left: 40px;
  bottom: -13px;
  width: calc(100% - 80px);
  z-index: 10;
  transition: 0.3s;
}
@media only screen and (max-width: 1199px) {
  .inw-project-single-area .inner-content {
    bottom: -17px;
    left: 25px;
    width: calc(100% - 50px);
  }
}
@media only screen and (max-width: 991px) {
  .inw-project-single-area .inner-content {
    bottom: -14px;
  }
}
@media only screen and (max-width: 767px) {
  .inw-project-single-area .inner-content {
    bottom: -12px;
  }
}
@media only screen and (max-width: 575px) {
  .inw-project-single-area .inner-content {
    bottom: -12px;
  }
}
.inw-project-single-area .inner-content .title {
  font-size: 30px;
  margin-bottom: 7px;
}
@media only screen and (max-width: 1199px) {
  .inw-project-single-area .inner-content .title {
    font-size: 22px;
  }
}
@media only screen and (max-width: 575px) {
  .inw-project-single-area .inner-content .title {
    font-size: 20px;
  }
}
.inw-project-single-area .inner-content p.desc {
  margin-bottom: 0;
  font-size: 16px;
  opacity: 0;
  transition: 0.3s;
  color: var(--color-white);
}
.inw-project-single-area .right-icon {
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-primary);
  border-radius: 50%;
  position: absolute;
  right: 40px;
  bottom: 40px;
  z-index: 10;
}
.inw-project-single-area .right-icon i {
  font-size: 14px;
  color: var(--color-white);
}
.inw-project-single-area:hover::before {
  height: 100%;
  background: linear-gradient(181.17deg, rgba(109, 59, 255, 0) 42.65%, rgb(108, 59, 255) 99%);
}
.inw-project-single-area:hover .inner-content {
  bottom: 40px;
}
@media only screen and (max-width: 991px) {
  .inw-project-single-area:hover .inner-content {
    bottom: 25px;
  }
}
.inw-project-single-area:hover .inner-content p.desc {
  opacity: 1;
}
.inw-project-single-area:hover .right-icon i::before {
  content: "\f068";
}

.project-details-breadcrumb-left .title {
  font-size: 60px;
}
@media only screen and (max-width: 1199px) {
  .project-details-breadcrumb-left .title {
    font-size: 42px;
  }
}
.project-details-breadcrumb-left p.desc {
  font-size: 16px;
}

.share-now-with-text {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 50px;
}
.share-now-with-text span {
  font-weight: 600;
}
.share-now-with-text ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  list-style: none;
  gap: 20px;
}
.share-now-with-text ul li {
  margin: 0;
}
.share-now-with-text ul li a i {
  font-size: 16px;
  color: var(--color-white);
  transition: 0.3s;
}
.share-now-with-text ul li a:hover i {
  color: var(--color-primary);
}

.project-details-thumbnail-large {
  border-radius: 24px;
  display: block;
  overflow: hidden;
}

.product-details-inner-content-single {
  margin-bottom: 60px;
}
.product-details-inner-content-single:last-child {
  margin-bottom: 0;
}
.product-details-inner-content-single .thumbnail {
  display: block;
  overflow: hidden;
  border-radius: 24px;
  margin-bottom: 40px;
}
.product-details-inner-content-single .content-inner-bottom {
  display: grid;
  grid-template-columns: 50% 1fr;
  gap: 24px;
}
@media only screen and (max-width: 767px) {
  .product-details-inner-content-single .content-inner-bottom {
    grid-template-columns: none;
    gap: 0px;
  }
}
.product-details-inner-content-single .content-inner-bottom.right-large {
  grid-template-columns: 58% 1fr;
}
@media only screen and (max-width: 767px) {
  .product-details-inner-content-single .content-inner-bottom.right-large {
    grid-template-columns: none;
  }
}
.product-details-inner-content-single .content-inner-bottom .left-side {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.product-details-inner-content-single .content-inner-bottom .left-side p.desc .underline {
  text-decoration: underline;
  color: var(--color-white);
}
.product-details-inner-content-single .content-inner-bottom .left-side p.desc.max-mini {
  max-width: 70%;
}
@media only screen and (max-width: 575px) {
  .product-details-inner-content-single .content-inner-bottom .left-side p.desc.max-mini {
    max-width: 100%;
  }
}
.product-details-inner-content-single .content-inner-bottom .left-side .title {
  font-size: 44px;
}
@media only screen and (max-width: 575px) {
  .product-details-inner-content-single .content-inner-bottom .left-side .title {
    font-size: 26px;
  }
}
.product-details-inner-content-single .content-inner-bottom .left-side .awards-area-bottom .title {
  font-size: 36px;
  margin-bottom: 10px;
}
.product-details-inner-content-single .content-inner-bottom .left-side .awards-area-bottom p {
  margin-bottom: 0;
}
.product-details-inner-content-single .content-inner-bottom .left-side .awards-area-bottom p span {
  font-weight: 600;
  color: var(--color-white);
}
.product-details-inner-content-single .content-inner-bottom .right-area .over-view-list-single {
  padding: 10px 0;
  border-bottom: 2px solid rgba(255, 255, 255, 0.08);
}
.product-details-inner-content-single .content-inner-bottom .right-area .over-view-list-single p {
  margin-bottom: 0;
}
.product-details-inner-content-single .project-service-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 45px;
}
@media only screen and (max-width: 575px) {
  .product-details-inner-content-single .project-service-wrapper {
    flex-wrap: wrap;
    gap: 15px;
  }
}
.product-details-inner-content-single .project-service-wrapper .single-project {
  text-align: center;
  position: relative;
}
.product-details-inner-content-single .project-service-wrapper .single-project:last-child::after {
  display: none;
}
.product-details-inner-content-single .project-service-wrapper .single-project::after {
  position: absolute;
  content: "";
  right: -100%;
  width: 2px;
  top: 50%;
  height: 80%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.08);
}
@media only screen and (max-width: 991px) {
  .product-details-inner-content-single .project-service-wrapper .single-project::after {
    display: none;
  }
}
.product-details-inner-content-single .project-service-wrapper .single-project span {
  margin-bottom: 10px;
  display: block;
}
.product-details-inner-content-single .project-service-wrapper .single-project p {
  font-weight: 600;
  color: var(--color-white);
  margin-bottom: 0;
}

.product-details-bottom-part .thumbnail-bottom {
  border-radius: 24px;
  display: block;
  overflow: hidden;
  margin-bottom: 40px;
}
.product-details-bottom-part h2.title {
  font-size: 44px;
}
@media only screen and (max-width: 575px) {
  .product-details-bottom-part h2.title {
    font-size: 28px;
  }
}
.product-details-bottom-part h3.title {
  font-size: 36px;
}
.product-details-bottom-part p.desc {
  font-size: 18px;
  margin-bottom: 20px;
}
.product-details-bottom-part .product-details-list {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 30px;
}
.product-details-bottom-part .product-details-list li {
  margin: 0;
  padding: 4px 0;
  padding-left: 30px;
  position: relative;
  font-size: 16px;
}
.product-details-bottom-part .product-details-list li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  height: 8px;
  transform: translateY(-50%);
  width: 8px;
  border-radius: 50%;
  background: #B3B3B3;
}

.gallery-single {
  position: relative;
  cursor: url(../images/project/gallery/cursor.svg), auto;
  border-radius: 24px;
  display: block;
  overflow: hidden;
}

.project-style-bg-none {
  position: relative;
}
.project-style-bg-none .thumbnail {
  display: block;
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 20px;
}
.project-style-bg-none .thumbnail img {
  transition: 0.5s;
}
.project-style-bg-none:hover .thumbnail img {
  transform: scale(1.02);
}
.project-style-bg-none .content .title {
  margin-bottom: 10px;
  font-size: 38px;
  transition: 0.4s;
}
@media only screen and (max-width: 1199px) {
  .project-style-bg-none .content .title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .project-style-bg-none .content .title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 575px) {
  .project-style-bg-none .content .title {
    font-size: 20px;
  }
}
.project-style-bg-none .content .title:hover {
  color: var(--color-primary);
}
.project-style-bg-none .content p.desc {
  font-size: 16px;
}

.project-area-two {
  position: relative;
  z-index: 1;
  background: rgba(109, 59, 255, 0.12);
}
.project-area-two .top-shap {
  position: absolute;
  width: 1434px;
  height: 86px;
  left: calc(50% - 717px + 0.5px);
  top: 0px;
  background: rgba(109, 59, 255, 0.64);
  filter: blur(100px);
}
.project-area-two .bottom-shap {
  position: absolute;
  width: 1434px;
  height: 86px;
  left: calc(50% - 717px - 0.5px);
  bottom: 0px;
  background: rgba(109, 59, 255, 0.64);
  filter: blur(100px);
}

.portfolio-area-start-bento {
  position: relative;
  display: block;
  overflow: hidden;
}
.portfolio-area-start-bento::after {
  content: "";
  position: absolute;
  width: 1322px;
  height: 34px;
  left: 299px;
  top: 0px;
  background: #6D3BFF;
  filter: blur(100px);
}

.over_link {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  height: 100%;
  z-index: 5;
}

.portfolio-style-card-bg-iamge {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 24px;
  z-index: 1;
}
.portfolio-style-card-bg-iamge .thumbnail img {
  transition: 0.4s;
  width: 100%;
}
.portfolio-style-card-bg-iamge .inner-content {
  position: absolute;
  left: 30px;
  bottom: 0;
  opacity: 0;
  width: calc(100% - 60px);
  transition: 0.3s;
  z-index: 2;
}
.portfolio-style-card-bg-iamge .inner-content p.desc {
  margin-bottom: 0;
}
.portfolio-style-card-bg-iamge .inner-content .title {
  font-size: 30px;
  margin-bottom: 15px;
}
.portfolio-style-card-bg-iamge::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0%;
  left: 0;
  bottom: 0;
  background: linear-gradient(180.84deg, rgba(12, 11, 12, 0) 0.72%, #000000 99.28%);
  z-index: 0;
  opacity: 0;
  transition: 0.3s;
}
.portfolio-style-card-bg-iamge:hover .thumbnail img {
  transform: scale(1.15);
}
.portfolio-style-card-bg-iamge:hover::after {
  opacity: 1;
  height: 100%;
}
.portfolio-style-card-bg-iamge:hover .inner-content {
  bottom: 30px;
  opacity: 1;
}

.feature-project-area-list {
  background: rgba(109, 59, 255, 0.08);
  border: 2px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 1199px) {
  .feature-project-area-list {
    padding: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .feature-project-area-list {
    flex-wrap: wrap;
    gap: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .feature-project-area-list {
    padding: 20px;
  }
}
.feature-project-area-list .content-area {
  max-width: 506px;
}
.feature-project-area-list .thumbnail-image-right {
  max-width: 442px;
  padding: 15px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .feature-project-area-list .thumbnail-image-right {
    max-width: 100%;
  }
}
.feature-project-area-list .thumbnail-image-right .large {
  display: block;
  overflow: hidden;
  border-radius: 20px;
}
.feature-project-area-list .thumbnail-image-right .large img {
  transition: 0.5s;
}
.feature-project-area-list .thumbnail-image-right .small {
  position: absolute;
  top: 80px;
  left: -150px;
  max-width: 248px;
  display: block;
  overflow: hidden;
  border-radius: 20px;
}
@media only screen and (max-width: 1199px) {
  .feature-project-area-list .thumbnail-image-right .small {
    max-width: 160px;
    bottom: 20px;
    top: auto;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .feature-project-area-list .thumbnail-image-right .small {
    left: -50px;
  }
}
@media only screen and (max-width: 1199px) {
  .feature-project-area-list .thumbnail-image-right .small {
    left: -20px;
  }
}
@media only screen and (max-width: 991px) {
  .feature-project-area-list .thumbnail-image-right .small {
    max-width: 195px;
    left: 15px;
    bottom: 15px;
  }
}
.feature-project-area-list .thumbnail-image-right:hover .large img {
  transform: scale(1.15);
}

.feature-project-area {
  background: rgba(109, 59, 255, 0.08);
  border: 2px solid rgba(255, 255, 255, 0.08);
  padding: 52px;
  border-radius: 16px;
  height: 100%;
}
@media only screen and (max-width: 1199px) {
  .feature-project-area {
    padding: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .feature-project-area {
    padding: 20px;
  }
}
.feature-project-area .content-area {
  margin-bottom: 50px;
}
.feature-project-area .content-area .title {
  font-size: 38px;
  line-height: 1.3;
}
@media only screen and (max-width: 1199px) {
  .feature-project-area .content-area .title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .feature-project-area .content-area .title {
    font-size: 26px;
  }
}
.feature-project-area .thumbnail-image {
  margin-bottom: -150px;
}
@media only screen and (max-width: 575px) {
  .feature-project-area .thumbnail-image {
    margin-bottom: -85px;
  }
}

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

.feature-tags-container p.feature-tags {
  font-size: 20px;
  text-align: center;
  font-weight: 700;
  color: var(--color-white);
  margin-bottom: 50px;
}
.feature-tags-container .features-tags-wrapper {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 969px;
  margin: auto;
}

.simple-service-gallery {
  display: block;
  overflow: hidden;
  border-radius: 24px;
}
@media only screen and (max-width: 767px) {
  .simple-service-gallery {
    width: 100%;
  }
  .simple-service-gallery img {
    width: 100%;
  }
}
.simple-service-gallery img {
  transition: 0.5s;
}
.simple-service-gallery:hover img {
  transform: scale(1.1);
}

.bg-portfolio-area {
  background: rgba(109, 59, 255, 0.08);
  border-radius: 24px;
  padding: 120px 30px;
}
@media only screen and (max-width: 575px) {
  .bg-portfolio-area {
    padding: 60px 10px;
  }
}

@media only screen and (max-width: 1199px) {
  .why-choose-us-area .section-title-area br {
    display: none;
  }
}

.portfolio-card-style-three {
  background: rgba(109, 59, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
  border-radius: 24px;
  padding: 30px;
}
@media only screen and (max-width: 1199px) {
  .portfolio-card-style-three {
    padding: 15px;
  }
}
@media only screen and (max-width: 575px) {
  .portfolio-card-style-three {
    padding: 20px;
  }
}
.portfolio-card-style-three .thumbnail {
  display: block;
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 20px;
}
.portfolio-card-style-three .thumbnail img {
  transition: 0.5s;
}
.portfolio-card-style-three:hover .thumbnail img {
  transform: scale(1.15);
}
.portfolio-card-style-three .bottom-content-area {
  display: flex;
  align-items: center;
  gap: 15px;
}
.portfolio-card-style-three .bottom-content-area .title {
  font-size: 36px;
  margin-bottom: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .portfolio-card-style-three .bottom-content-area .title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 1199px) {
  .portfolio-card-style-three .bottom-content-area .title {
    font-size: 16px;
  }
}
.portfolio-card-style-three .bottom-content-area .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  min-width: 70px;
  border-radius: 50%;
  background: rgba(109, 59, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: 0.3s;
}
.portfolio-card-style-three .bottom-content-area .icon i {
  transform: rotate(45deg);
  font-size: 22px;
  color: var(--color-white);
  transition: 0.3s;
}
.portfolio-card-style-three .bottom-content-area .icon:hover {
  background: var(--color-primary);
}
.portfolio-card-style-three .bottom-content-area .icon:hover i {
  color: var(--color-white);
}

/**************************************
    Default Styles
***************************************/
.case-studies-style-one {
  display: flex;
  align-items: flex-end;
  background: var(--bg-card);
  border: 2px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  padding: 10px;
  position: relative;
  margin-bottom: 30px;
}
@media only screen and (max-width: 991px) {
  .case-studies-style-one {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 991px) {
  .case-studies-style-one.tag-left {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
.case-studies-style-one.tag-left .top-tags {
  left: 30px;
  top: 30px;
}
.case-studies-style-one:last-child {
  margin-bottom: 0;
}
.case-studies-style-one .thumbnail {
  max-width: 723px;
  display: block;
  border-radius: 16px;
  display: block;
  overflow: hidden;
  min-width: 723px;
}
@media only screen and (max-width: 1199px) {
  .case-studies-style-one .thumbnail {
    max-width: 50%;
    min-width: 50%;
  }
}
@media only screen and (max-width: 991px) {
  .case-studies-style-one .thumbnail {
    max-width: 100%;
    min-width: 100%;
  }
}
.case-studies-style-one .thumbnail .dustruction-wrapper {
  max-width: 723px;
  border-radius: 16px;
  min-width: 723px;
}
@media only screen and (max-width: 1199px) {
  .case-studies-style-one .thumbnail .dustruction-wrapper {
    max-width: 100%;
    min-width: 100%;
  }
}
.case-studies-style-one .inner-content {
  padding: 30px;
}
@media only screen and (max-width: 991px) {
  .case-studies-style-one .inner-content {
    padding: 30px 0;
  }
}
.case-studies-style-one .inner-content .top-tags {
  position: absolute;
  right: 30px;
  top: 30px;
  z-index: 20;
}
@media only screen and (max-width: 575px) {
  .case-studies-style-one .inner-content .top-tags {
    left: 30px;
    right: auto;
  }
}
.case-studies-style-one .inner-content .top-tags ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  list-style: none;
}
@media only screen and (max-width: 575px) {
  .case-studies-style-one .inner-content .top-tags ul {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.case-studies-style-one .inner-content .top-tags ul li {
  margin: 0;
  padding: 7px 15px;
  background: #220B3F;
  border-radius: 12px;
  border: 2px solid rgba(255, 255, 255, 0.08);
  position: relative;
  padding-left: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .case-studies-style-one .inner-content .top-tags ul li {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1199px) {
  .case-studies-style-one .inner-content .top-tags ul li {
    font-size: 14px;
  }
}
.case-studies-style-one .inner-content .top-tags ul li::after {
  position: absolute;
  content: "";
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  height: 8px;
  width: 8px;
  background: rgba(255, 255, 255, 0.32);
  border-radius: 50%;
}
.case-studies-style-one .inner-content .title-main {
  font-size: 36px;
  padding-bottom: 25px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.08);
  transition: 0.3s;
}
.case-studies-style-one .inner-content .title-main:hover {
  color: var(--color-primary);
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .case-studies-style-one .inner-content .title-main {
    font-size: 26px;
  }
}
@media only screen and (max-width: 1199px) {
  .case-studies-style-one .inner-content .title-main {
    font-size: 24px;
  }
}
.case-studies-style-one .inner-content .counter-wrapper {
  display: flex;
  align-items: center;
  gap: 179px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .case-studies-style-one .inner-content .counter-wrapper {
    gap: 40px;
  }
}
@media only screen and (max-width: 1199px) {
  .case-studies-style-one .inner-content .counter-wrapper {
    gap: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .case-studies-style-one .inner-content .counter-wrapper {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.case-studies-style-one .inner-content .counter-wrapper .title {
  margin-bottom: 0;
  font-size: 30px;
}
.case-studies-style-one .inner-content .counter-wrapper p.name {
  font-size: 16px;
  margin-bottom: 0;
}

.case-studies-list-flip-style {
  background: rgba(109, 59, 255, 0.08);
  border: 2px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
  border-radius: 24px;
  padding: 60px 30px 60px 60px;
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
}
@media only screen and (max-width: 1199px) {
  .case-studies-list-flip-style {
    padding: 25px;
  }
}
.case-studies-list-flip-style::after {
  content: "";
  position: absolute;
  width: 1320px;
  height: 29px;
  left: calc(50% - 660px + 0.5px);
  bottom: -8px;
  background: #6D3BFF;
  filter: blur(50px);
  z-index: -1;
}
.case-studies-list-flip-style:last-child {
  margin-bottom: 0;
}
.case-studies-list-flip-style .left-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.case-studies-list-flip-style .thumbnail-case-studies {
  position: relative;
  z-index: 1;
}
.case-studies-list-flip-style .thumbnail-case-studies .thumb-video-large {
  max-width: 510px;
  margin-left: auto;
  position: relative;
  border-radius: 24px;
  display: block;
  overflow: hidden;
  height: 510px;
  z-index: 2;
}
.case-studies-list-flip-style .thumbnail-case-studies .thumb-video-large .center-video {
  position: absolute;
  left: 50%;
  top: 65%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.case-studies-list-flip-style .thumbnail-case-studies .thumb-video-large .center-video span {
  color: var(--color-white);
  font-weight: 500;
}
.case-studies-list-flip-style .thumbnail-case-studies .thumb-video-large::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background: linear-gradient(199.43deg, rgba(15, 23, 42, 0.02) 12.99%, #0F172A 86.91%);
}
.case-studies-list-flip-style .thumbnail-case-studies .thumb-video-large video {
  width: 510px;
  border-radius: 24px;
  padding: 4px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  max-height: 510px;
  object-fit: cover;
}
.case-studies-list-flip-style .thumbnail-case-studies .thumb-video-large video source {
  width: 510px;
}
.case-studies-list-flip-style .thumbnail-case-studies .thumb-video-small {
  position: absolute;
  left: 0;
  bottom: 30px;
  border-radius: 24px;
  display: block;
  overflow: hidden;
  height: 268px;
  z-index: 3;
  backdrop-filter: blur(5px);
  z-index: 2;
}
.case-studies-list-flip-style .thumbnail-case-studies .thumb-video-small .center-video {
  position: absolute;
  left: 50%;
  top: 80%;
  transform: translate(-50%, -50%);
  z-index: 1;
  min-width: max-content;
}
.case-studies-list-flip-style .thumbnail-case-studies .thumb-video-small .center-video span {
  color: var(--color-white);
  font-weight: 500;
}
.case-studies-list-flip-style .thumbnail-case-studies .thumb-video-small::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background: linear-gradient(199.43deg, rgba(15, 23, 42, 0.02) 12.99%, #0F172A 86.91%);
}
.case-studies-list-flip-style .thumbnail-case-studies .thumb-video-small video {
  width: 268px;
  border-radius: 24px;
  padding: 4px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  max-height: 268px;
  object-fit: cover;
  height: 268px;
}
.case-studies-list-flip-style .thumbnail-case-studies .thumb-video-small video source {
  width: 268px;
}
.case-studies-list-flip-style .thumbnail-case-studies.shorts-view .center-video {
  top: 90%;
}
.case-studies-list-flip-style .thumbnail-case-studies.shorts-view .thumb-video-large {
  max-width: 341px;
  margin-left: auto;
  position: relative;
  border-radius: 24px;
  display: block;
  overflow: hidden;
  height: 510px;
  transform: rotate(16deg);
  left: -20px;
}
@media only screen and (max-width: 767px) {
  .case-studies-list-flip-style .thumbnail-case-studies.shorts-view .thumb-video-large {
    transform: rotate(0);
    left: 0;
  }
}
.case-studies-list-flip-style .thumbnail-case-studies.shorts-view .thumb-video-large::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background: linear-gradient(199.43deg, rgba(15, 23, 42, 0.02) 12.99%, #0F172A 86.91%);
}
.case-studies-list-flip-style .thumbnail-case-studies.shorts-view .thumb-video-large video {
  width: 341px;
  border-radius: 24px;
  padding: 4px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  max-height: 510px;
  object-fit: cover;
}
.case-studies-list-flip-style .thumbnail-case-studies.shorts-view .thumb-video-small {
  position: absolute;
  left: 20px;
  bottom: 0;
  border-radius: 24px;
  display: block;
  overflow: hidden;
  height: 510px;
}
.case-studies-list-flip-style .thumbnail-case-studies.shorts-view .thumb-video-small::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background: linear-gradient(199.43deg, rgba(15, 23, 42, 0.02) 12.99%, #0F172A 86.91%);
}
.case-studies-list-flip-style .thumbnail-case-studies.shorts-view .thumb-video-small video {
  width: 341px;
  border-radius: 24px;
  padding: 4px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  max-height: 510px;
  object-fit: cover;
  height: 510px;
}

/**************************************
    Default Styles
***************************************/
/**----------------------------------------
START: Back to top CSS
----------------------------------------*/
#inw-back-to-top {
  height: 60px;
  width: 60px;
  background-color: var(--color-white);
  border-radius: 50%;
  position: fixed;
  bottom: 30px;
  inset-inline-end: 40px;
  transform: scale(0);
  display: grid;
  place-items: center;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  z-index: 1000;
}
@media only screen and (max-width: 767px) {
  #inw-back-to-top {
    height: 50px;
    width: 50px;
  }
}
#inw-back-to-top.active {
  bottom: 40px;
  transform: scale(1);
  opacity: 1;
  visibility: visible;
  animation: 500ms ease-in-out 0s normal none 1 running scrollToTop;
  transition: 0.3s;
  background: var(--color-primary);
}
#inw-back-to-top .return {
  visibility: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#inw-back-to-top-percentage {
  height: calc(100% - 2px);
  width: calc(100% - 2px);
  background-color: var(--bg-card);
  color: var(--color-white);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 12px;
  font-weight: 700;
}
#inw-back-to-top-percentage i {
  font-size: 20px;
}
@media only screen and (max-width: 1199px) {
  #inw-back-to-top {
    inset-inline-end: 30px;
  }
  #inw-back-to-top.active {
    bottom: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  #inw-back-to-top {
    bottom: 20px;
    inset-inline-end: 20px;
  }
  #inw-back-to-top.active {
    bottom: 20px;
  }
}

@keyframes scrollToTop {
  0% {
    transform: translate3d(0, 80%, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
/* !END: Back to top CSS */
/**************************************
    Default Styles
***************************************/
.container-230 {
  margin: auto;
  max-width: 1460px;
}
@media only screen and (max-width: 1199px) {
  .container-230 {
    padding: 0 15px;
  }
}

.why-choose-area-thumbnail-left .large-thumbnail {
  border-radius: 24px;
  display: block;
  overflow: hidden;
}
.why-choose-area-thumbnail-left .bottom-area {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 30px;
}
.why-choose-area-thumbnail-left .bottom-area .single-small-thumb {
  border-radius: 24px;
  display: block;
  overflow: hidden;
}

.why-choose-bento-wrapper .single-choose-wrapper {
  background: rgba(109, 59, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  padding: 30px;
  position: relative;
  display: block;
  overflow: hidden;
}
@media only screen and (max-width: 575px) {
  .why-choose-bento-wrapper .single-choose-wrapper {
    padding: 20px;
  }
}
.why-choose-bento-wrapper .single-choose-wrapper::after {
  content: "";
  position: absolute;
  width: 727px;
  height: 8px;
  left: 3px;
  bottom: 0px;
  background: #C74FFF;
  filter: blur(50px);
}
.why-choose-bento-wrapper .single-choose-wrapper .icon {
  height: 70px;
  width: 70px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.04);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.why-choose-bento-wrapper .single-choose-wrapper .title {
  font-size: 28px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 575px) {
  .why-choose-bento-wrapper .single-choose-wrapper .title {
    font-size: 22px;
  }
}
.why-choose-bento-wrapper .single-choose-wrapper p.desc {
  margin-bottom: 0;
}
.why-choose-bento-wrapper .bottom-flex-wrapper {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .why-choose-bento-wrapper .bottom-flex-wrapper {
    flex-wrap: wrap;
  }
}

.award-marque-wrapper {
  display: flex;
  align-items: center;
  gap: 30px;
}
.award-marque-wrapper .award-animation-wrapper {
  display: flex;
  align-items: center;
  gap: 30px;
  animation: marqueeRightToLeft 18s linear infinite;
}
.award-marque-wrapper:hover .award-animation-wrapper {
  animation-play-state: paused;
}

.single-animation-card {
  padding: 40px;
  width: 420px;
  height: 312px;
  background: var(--bg-card);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 24px;
  border: 2px solid rgba(255, 255, 255, 0.0784313725);
}
.single-animation-card .content {
  padding-top: 10px;
  border-top: 2px solid rgba(255, 255, 255, 0.0784313725);
}
.single-animation-card .content p.desc {
  margin-bottom: 0;
  font-size: 18px;
}

.awards-area-in-testimonials {
  background: #1B072E;
  padding: 50px;
  border-radius: 24px;
  text-align: center;
  position: relative;
  display: block;
  overflow: hidden;
  margin-top: 120px;
}
@media only screen and (max-width: 991px) {
  .awards-area-in-testimonials {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 575px) {
  .awards-area-in-testimonials {
    padding: 20px;
  }
}
.awards-area-in-testimonials::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 30px;
  left: 2px;
  bottom: 0px;
  background: #6D3BFF;
  opacity: 0.5;
  filter: blur(50px);
}
.awards-area-in-testimonials .top {
  padding-bottom: 30px;
}
@media only screen and (max-width: 1199px) {
  .awards-area-in-testimonials .top {
    padding-bottom: 10px;
  }
}
.awards-area-in-testimonials .top .year {
  font-size: 20px;
  font-weight: 600;
  color: var(--color-white);
  max-width: max-content;
  padding: 5px 15px;
  border-radius: 33px;
  background: var(--color-primary);
}
.awards-area-in-testimonials .top .title {
  margin-top: 15px;
  font-size: 36px;
}
.awards-area-in-testimonials .awards-images-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 42px;
  padding-top: 50px;
}
.awards-area-in-testimonials .awards-images-wrapper .single {
  max-width: 84px;
  position: relative;
}
.awards-area-in-testimonials .awards-images-wrapper .single::after {
  content: "";
  position: absolute;
  right: -20px;
  width: 2px;
  height: 100%;
  background: rgba(255, 255, 255, 0.16);
}
.awards-area-in-testimonials .awards-images-wrapper .single:last-child::after {
  display: none;
}
.awards-area-in-testimonials .awards-tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-top: 60px;
}
.awards-area-in-testimonials .awards-tags .single {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 7px 15px;
  background: rgba(109, 59, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50px;
}
.awards-area-in-testimonials .awards-tags .single span {
  color: var(--color-white);
}

.separator-animated-border {
  position: relative;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  right: 0;
  overflow: hidden;
  height: 1px;
  width: 75%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.02) 0%, rgba(109, 59, 255, 0.2392156863) 48.77%, rgba(255, 255, 255, 0.02) 100%);
}
.separator-animated-border.animated-true::before {
  content: "";
  position: absolute;
  width: 7%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 0) 0%, var(--color-primary) 50%, rgba(0, 0, 0, 0) 100%);
  backdrop-filter: blur(20px);
  animation: separateline 4s ease-in-out infinite;
}
@keyframes separateline {
  0% {
    left: 0;
  }
  100% {
    left: 110%;
  }
}

/**************************************
    Default Styles
***************************************/
#anywhere-home.bgshow {
  opacity: 100%;
  visibility: visible;
  pointer-events: visible;
  z-index: 99;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(15px);
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(15px);
}

#anywhere-home {
  cursor: url(../images/banner/shape/close.png), auto;
  background: #0e1013;
  position: fixed;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 500ms ease-in-out;
  pointer-events: none;
  z-index: 50;
}

.mobile-menu nav ul {
  padding: 0 0;
}

.side-bar {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: -100%;
  width: 510px;
  padding: 40px 30px;
  padding-top: 50px;
  height: 100%;
  display: block;
  background-color: var(--bg-card);
  z-index: 111111;
  transition: all 600ms ease;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  overflow: visible;
  border-radius: 10px 0 0 10px;
}
@media only screen and (max-width: 991px) {
  .side-bar {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .side-bar {
    width: 70%;
  }
}
@media only screen and (max-width: 575px) {
  .side-bar {
    width: 320px;
  }
}
.side-bar .inner-main-wrapper-desk .thumbnail {
  display: flex;
  justify-content: center;
}
.side-bar .inner-main-wrapper-desk .thumbnail img {
  width: 85%;
  margin: auto;
}
.side-bar .inner-main-wrapper-desk .inner-content {
  text-align: center;
  margin-top: 30px;
}
.side-bar .inner-main-wrapper-desk .inner-content p {
  max-width: 95%;
  text-align: center;
  margin: auto;
}
.side-bar .inner-main-wrapper-desk .inner-content .title {
  font-weight: 600;
}
.side-bar .inner-main-wrapper-desk .inner-content .footer {
  padding-top: 50px;
  margin-top: 80px;
  border-top: 1px solid #c2c2c2;
}
.side-bar .inner-main-wrapper-desk .inner-content .footer .title {
  font-weight: 500;
}
.side-bar .inner-main-wrapper-desk .inner-content .footer a.tmp-btn {
  margin: auto;
}
.side-bar .inner-main-wrapper-desk.style-one-sidebar .header-area-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.side-bar .inner-main-wrapper-desk.style-one-sidebar .header-area-wrapper .logo {
  max-width: 140px;
  display: block;
}
.side-bar .inner-main-wrapper-desk.style-one-sidebar .header-area-wrapper .close-icon-menu {
  position: relative;
  max-width: max-content;
  margin: 0;
  color: #000;
  height: 50px;
  width: 50px;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 14px;
  margin-top: 0;
  font-size: 27px;
  background: #F6F6F6;
  border-radius: 100%;
}
.side-bar .inner-main-wrapper-desk.style-one-sidebar .header-area-wrapper .close-icon-menu i {
  margin-top: 0;
  margin: 0;
  font-size: 18px;
  transition: 0.3s;
}
.side-bar .inner-main-wrapper-desk.style-one-sidebar .header-area-wrapper .close-icon-menu:hover i {
  transform: scale(1.2);
  color: var(--color-white);
}
.side-bar .inner-main-wrapper-desk.style-one-sidebar .header-bottom-qhick-action {
  margin-top: 20px;
}
.side-bar .inner-main-wrapper-desk.style-one-sidebar .header-bottom-qhick-action p.disc {
  font-size: 18px;
  padding-right: 18%;
  margin-bottom: 0;
  padding-bottom: 35px;
  border-bottom: 1px solid #E7E7E7;
}
.side-bar .inner-main-wrapper-desk.style-one-sidebar .header-bottom-qhick-action .info-list-wrapper {
  margin-top: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #E7E7E7;
}
.side-bar .inner-main-wrapper-desk.style-one-sidebar .header-bottom-qhick-action .info-list-wrapper ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 30px;
}
.side-bar .inner-main-wrapper-desk.style-one-sidebar .header-bottom-qhick-action .info-list-wrapper ul li {
  margin: 0;
  padding: 0;
}
.side-bar .inner-main-wrapper-desk.style-one-sidebar .header-bottom-qhick-action .info-list-wrapper ul li a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--color-heading-1);
}
.side-bar .inner-main-wrapper-desk.style-one-sidebar .header-bottom-qhick-action .info-list-wrapper ul li a i {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background: #F6F6F6;
  font-size: 14px;
  color: var(--color-primary);
}
.side-bar .inner-main-wrapper-desk.style-one-sidebar .header-bottom-qhick-action .side-bar-nav {
  margin-top: 60px;
  margin-bottom: 80px;
}
.side-bar .inner-main-wrapper-desk.style-one-sidebar .header-bottom-qhick-action .side-bar-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.side-bar .inner-main-wrapper-desk.style-one-sidebar .header-bottom-qhick-action .side-bar-nav ul li {
  padding: 0;
  margin: 10px 0;
}
.side-bar .inner-main-wrapper-desk.style-one-sidebar .header-bottom-qhick-action .side-bar-nav ul li a {
  font-weight: 500;
  font-size: 24px;
  color: var(--color-heading-1);
}

.side-bar.show {
  right: 0;
  overflow-y: auto;
}

.side-bar button {
  max-width: max-content;
  margin-right: auto;
  margin-left: -53px;
  margin-top: 0;
  position: absolute;
  border: none;
  background: transparent;
}
.side-bar button i {
  color: #ffffff;
  height: 40px;
  min-width: 40px;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 43px;
  margin-top: -37px;
  font-size: 20px;
  border-radius: 50%;
  position: relative;
  background: var(--color-primary);
  z-index: 1;
}
.side-bar button i::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  transform: translate(-50%, -50%) scale(0.2);
  width: 100%;
  height: 100%;
  background: var(--color-primary);
  z-index: -1;
  opacity: 0;
  transition: 0.3s;
  border-radius: 50%;
}
.side-bar button i:hover {
  color: var(--color-white);
}
.side-bar button i:hover::after {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

.offcanvas-search {
  padding: 40px 0;
  height: max-content !important;
  z-index: 99999;
  background-color: var(--color-white);
  visibility: hidden;
  overflow-y: scroll;
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  transition: all 0.2s ease-in-out, clip-path 0.4s ease-in-out;
}
.offcanvas-search.offcanvas.show {
  visibility: visible !important;
  opacity: 1;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  display: block;
}
.offcanvas-search .tmp-container {
  max-width: 1440px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.offcanvas-search .title {
  margin-bottom: 16px;
  font-size: 24px;
}
.offcanvas-search .list {
  gap: 12px 20px;
}
@media only screen and (max-width: 575px) {
  .offcanvas-search .list {
    gap: 8px;
  }
}
.offcanvas-search .list a {
  display: flex;
  align-items: center;
  height: 40px;
  padding: 0 20px;
  border: 1px solid #e9e9e9;
  border-radius: 33px;
  color: var(--color-heading-1);
}
@media only screen and (max-width: 575px) {
  .offcanvas-search .list a {
    padding: 0 10px;
    height: 30px;
    font-size: 14px;
  }
}
.offcanvas-search .list a:hover {
  background-color: var(--color-heading-1);
  color: var(--color-white);
  border-color: var(--color-heading-1);
}
.offcanvas-search .btn-close-search {
  position: absolute;
  right: 20px;
  top: 20px;
  background-color: unset;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: var(--color-heading-1);
  width: unset;
  border: none;
  height: 45px;
  width: 45px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0px 5px 22px rgba(0, 0, 0, 0.06);
}
@media only screen and (max-width: 575px) {
  .offcanvas-search .btn-close-search {
    right: 9px;
    top: 9px;
  }
}
.offcanvas-search .btn-close-search i {
  font-size: 16px;
}
.offcanvas-search .btn-close-search:hover {
  transform: rotate(-180deg);
}
@media (min-width: 768px) {
  .offcanvas-search .wrap-form {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .offcanvas-search .wrap-form {
    margin-bottom: 20px;
  }
}
.offcanvas-search .wrap-form form {
  position: relative;
  z-index: 30;
}
.offcanvas-search .tmp-line {
  display: block;
  width: 100%;
  height: 1px;
  margin: 24px 0;
}
.offcanvas-search .form-search fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
.offcanvas-search .form-search fieldset input {
  border-radius: 70px;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 100%;
  padding: 10px 14px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  background-color: var(--color-white);
  border: 2px solid #e9e9e9;
  color: var(--color-heading-1);
  overflow: hidden;
  margin-bottom: 0;
}
.offcanvas-search .form-search fieldset input:focus {
  border-color: var(--color-primary);
}
@media (min-width: 768px) {
  .offcanvas-search .form-search fieldset input {
    height: 60px;
  }
}
.offcanvas-search .form-search .btn-submit1 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 8px;
}
@media (max-width: 576px) {
  .offcanvas-search .form-search .btn-submit1 {
    right: 0px !important;
  }
}
@media only screen and (max-width: 767px) {
  .offcanvas-search .form-search .btn-submit1 {
    right: 0;
  }
}
@media only screen and (max-width: 575px) {
  .offcanvas-search .form-search .btn-submit1 {
    right: 0px;
  }
}
.offcanvas-search .form-search .btn-submit1 .tmp-btn {
  border: none;
}
.offcanvas-search .form-search .tf-btn {
  height: 36px;
}
.offcanvas-search .form-search.style-1 .btn-icon {
  display: flex;
  align-items: center;
  height: 36px;
  width: 36px;
  border-radius: 50%;
  color: var(--color-white);
}
.offcanvas-search .form-search.style-2 {
  max-width: 260px;
  width: 100%;
}
.offcanvas-search .form-search.style-2 fieldset input {
  height: 42px;
  border: none;
  border-bottom: 1px solid var(--color-body);
  border-radius: 0;
  padding: 0;
}
.offcanvas-search .form-search.style-2 .btn-submit {
  top: 11px;
  transform: unset;
  right: 0;
}
.offcanvas-search .form-search.style-2 .btn-icon {
  font-size: 24px;
  height: unset;
}

.tmp-grid-layout {
  display: grid;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .tmp-grid-layout.lg-col-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tmp-grid-layout.lg-col-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 992px) {
  .offcanvas-search .trending .tmp-grid-layout {
    gap: 28px 49px;
  }
}
@media only screen and (max-width: 991px) {
  .offcanvas-search .trending .tmp-grid-layout {
    gap: 28px 49px;
  }
}
@media only screen and (max-width: 991px) and (max-width: 575px) {
  .offcanvas-search .trending .tmp-grid-layout {
    gap: 10px;
  }
}
.offcanvas-search .tmp-line {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #e9e9e9;
  margin: 25px 0;
}

.feature-post-item {
  transition: var(--transition);
  position: relative;
}
.feature-post-item .img-style {
  position: relative;
  border-radius: 12px;
}
.feature-post-item .img-style img {
  width: 100%;
  object-fit: cover;
  transition: var(--transition);
}
.feature-post-item .img-style img.hide {
  opacity: 0;
}
.feature-post-item .tag {
  height: 32px;
  padding: 0 16px;
  border-radius: 28px;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  z-index: 4;
  top: 20.5px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 4px;
  text-transform: uppercase;
}
.feature-post-item .tag i {
  font-size: 16px;
}
.feature-post-item .tag.time {
  right: 20px;
  padding: 0 12px;
}
.feature-post-item .tag.categories {
  left: 20px;
}
.feature-post-item .wrap-meta {
  flex-wrap: wrap;
  row-gap: 4px;
}
.feature-post-item .video_btn_play {
  position: absolute;
  left: 20px;
  bottom: 20px;
  background-color: var(--White);
  height: 48px;
  width: 48px;
  border-radius: 50%;
  color: #161616;
  z-index: 7;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.feature-post-item.style-small {
  gap: 20px;
}
@media only screen and (max-width: 479px) {
  .feature-post-item.style-small {
    gap: 10px;
  }
}
.feature-post-item.style-small .img-style {
  margin-bottom: 0;
  border-radius: 8px;
  flex-shrink: 0;
  width: 123px;
  height: 92px;
}
.feature-post-item.style-small .wrap {
  flex-wrap: wrap;
  row-gap: 12px;
}
.feature-post-item.style-small .tag {
  position: unset;
  height: 24px;
  padding: 0 8px;
}
.feature-post-item.style-small .meta-feature {
  gap: 3px 22px;
  flex-wrap: wrap;
}
.feature-post-item.style-small .meta-feature li {
  font-size: 12px;
  font-weight: 600;
}
.feature-post-item.style-small .meta-feature li:not(:last-child) {
  position: relative;
}
.feature-post-item.style-small .meta-feature li:not(:last-child)::after {
  content: "/";
  position: absolute;
  right: -14px;
}
.feature-post-item.style-small h6 {
  font-size: 18px;
  font-weight: 600;
}
@media only screen and (max-width: 575px) {
  .feature-post-item.style-small h6 {
    font-size: 14px;
  }
}
.feature-post-item.style-small h6 a {
  color: var(--color-heading-1);
  transition: var(--transition);
}
.feature-post-item.style-small h6 a:hover {
  color: var(--color-primary);
}
.feature-post-item.style-small .img-style {
  margin-bottom: 0;
  border-radius: 8px;
  flex-shrink: 0;
  width: 123px;
  height: 92px;
  overflow: hidden;
  border-radius: 6px;
}
.feature-post-item.style-list {
  display: flex;
  align-items: center;
  gap: 40px;
}
.feature-post-item.style-list .img-style {
  margin-bottom: 0;
  flex: 20%;
  height: 100%;
}
.feature-post-item.style-list .img-style img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.feature-post-item.style-list .content {
  flex: 20%;
}
.feature-post-item.style-list .meta-feature {
  margin-bottom: 16px;
  flex-wrap: wrap;
  row-gap: 3px;
}
.feature-post-item.style-list .title {
  margin-bottom: 20px;
}
.feature-post-item.style-list .heading {
  margin-bottom: 40px;
}
.feature-post-item.style-list.v2, .feature-post-item.style-list.v3 {
  gap: 18px;
}
.feature-post-item.style-list.v2 .img-style, .feature-post-item.style-list.v3 .img-style {
  max-width: unset;
  flex: 25%;
}
.feature-post-item.style-list.v2 .title, .feature-post-item.style-list.v3 .title {
  margin-bottom: 16px;
}
.feature-post-item.style-list.v2 .content, .feature-post-item.style-list.v3 .content {
  flex: 20%;
}
.feature-post-item.style-list.v2 .meta-feature, .feature-post-item.style-list.v3 .meta-feature {
  margin-bottom: 12px;
}
.feature-post-item.style-list.v3 .content {
  flex: 25%;
}
.feature-post-item.style-has-number .content {
  display: flex;
  gap: 12px;
}
.feature-post-item.style-has-number .number {
  flex-shrink: 0;
  display: block;
  height: 80px;
  width: 80px;
  background-color: var(--Surface);
  display: flex;
  align-items: center;
  border-radius: 12px;
}
.feature-post-item.style-line .wrap-meta {
  padding-top: 16px;
  margin-top: 16px;
  border-top: 1px solid var(--Line);
  row-gap: 12px;
}
.feature-post-item.style-line .img-style {
  border-radius: 8px;
}
.feature-post-item.style-line .img-style img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.feature-post-item.style-line .tag {
  height: 24px;
}
.feature-post-item.style-line .tag.categories {
  position: unset;
}
.feature-post-item.style-line.v2, .feature-post-item.style-line.v3 {
  display: flex;
  gap: 24px;
}
.feature-post-item.style-line.v2 .img-style, .feature-post-item.style-line.v3 .img-style {
  flex: 17.7%;
  margin-bottom: 0;
}
.feature-post-item.style-line.v2 .tag.categories, .feature-post-item.style-line.v3 .tag.categories {
  height: 24px;
}
.feature-post-item.style-line.v2 .wrap-meta, .feature-post-item.style-line.v3 .wrap-meta {
  padding-top: 16px;
  margin-top: 0;
}
.feature-post-item.style-line.v2 .content, .feature-post-item.style-line.v3 .content {
  flex: 20%;
}
.feature-post-item.style-line.v2 .tag, .feature-post-item.style-line.v3 .tag {
  height: 24px;
  padding: 0 8px;
}
.feature-post-item.style-line.v2 .tag.time, .feature-post-item.style-line.v3 .tag.time {
  height: 32px;
  padding: 0 12px;
}
.feature-post-item.style-line.v2 .content, .feature-post-item.style-line.v3 .content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.feature-post-item.style-line.v2 .meta-feature, .feature-post-item.style-line.v3 .meta-feature {
  gap: 4px 22px;
}
.feature-post-item.style-line.v3 {
  gap: 32px;
}
.feature-post-item.style-line.v3 .img-style {
  flex: 20%;
}
.feature-post-item.style-line.v4 .wrap-meta {
  padding-top: 13px;
  margin-top: 13px;
}
.feature-post-item.style-line.v4 .tag {
  padding: 0 8px;
}
.feature-post-item.style-line.v4 .tag.categories {
  height: 24px;
}
.feature-post-item.style-line.v4 .tag.time {
  height: 32px;
  padding: 0 12px;
}
.feature-post-item.style-line.v4 .meta-feature {
  gap: 22px;
}
.feature-post-item.style-position {
  border-radius: 12px;
  overflow: hidden;
}
.feature-post-item.style-position .img-style {
  margin-bottom: 0;
  background-color: #161616;
  border-radius: inherit;
}
.feature-post-item.style-position .img-style img {
  opacity: 0.8;
}
.feature-post-item.style-position .heading-title {
  padding: 40px;
}
.feature-post-item.style-position .content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 2;
}
.feature-post-item.style-position .tag {
  position: unset;
}
.feature-post-item.style-position .tag.categories {
  height: 40px;
}
.feature-post-item.style-position .wrap-meta {
  padding: 8px 12px;
  background: rgba(22, 22, 22, 0.1019607843);
  border-top: 1px solid rgba(255, 255, 255, 0.1019607843);
  backdrop-filter: blur(4px);
  row-gap: 12px;
}
.feature-post-item.style-position.v2 .img-style {
  border-radius: 12px;
}
.feature-post-item.style-position.v2 .heading-title {
  padding: 20px;
}
.feature-post-item.style-position.v2 .tag {
  height: 24px;
  padding: 0 8px;
}
.feature-post-item.style-border {
  padding: 27px;
  border: 1px solid var(--color-body);
  border-radius: 16px;
  position: relative;
}
.feature-post-item .tmp-video {
  position: absolute;
  z-index: 1;
  inset: 0;
}
.feature-post-item .tmp-video .fn__video_youtube {
  height: 100%;
}
.feature-post-item .tmp-video .mbYTP_wrapper iframe {
  height: 100% !important;
  margin-top: 0 !important;
}

@media (min-width: 992px) {
  .tmp-grid-layout.lg-col-3 .item-grid:not(:nth-child(3n))::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    background-color: #e9e9e9;
    right: -15px;
  }
}
@media (min-width: 992px) {
  .offcanvas-search .trending .tmp-grid-layout .item-grid::before {
    right: -20px;
  }
}
.feature-post-item .img-style img {
  width: 100%;
  object-fit: cover;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.hover-image-rotate:hover .img-style img {
  transform: scale(1.1);
}

.side-bar .inner-main-wrapper-desk.style-one-sidebar .header-area-wrapper .logo.logo-yellow {
  display: none;
}

.demo-orange .side-bar .inner-main-wrapper-desk.style-one-sidebar .header-area-wrapper .logo {
  display: none;
}

.demo-orange .side-bar .inner-main-wrapper-desk.style-one-sidebar .header-area-wrapper .logo.logo-yellow {
  display: block;
}

.mobile-menu nav ul li a.main {
  padding: 10px 0;
  border-bottom: 1px solid rgba(41, 41, 41, 0.3882352941);
  cursor: pointer;
}

.mobile-menu nav ul li.has-droupdown {
  margin: 0;
}

.mobile-menu nav ul li {
  margin: 0;
}

.mobile-menu nav ul li a {
  display: block;
  font-size: 16px;
}

.mobile-menu nav ul li.has-droupdown ul li {
  padding: 10px 0 !important;
  border-bottom: 1px solid rgba(41, 41, 41, 0.3882352941);
  margin: 0;
}

.mobile-menu nav ul li.has-droupdown > a {
  position: relative;
}

.mobile-menu nav ul li.has-droupdown .submenu {
  padding-left: 14px;
}

.mobile-menu nav ul li.has-droupdown .submenu .submenu-third-lvl {
  padding-left: 14px;
}

.mobile-menu nav ul li.has-droupdown > a::after {
  position: absolute;
  content: "+";
  font-family: "Font Awesome 6 pro" !important;
  font-size: 16px;
  right: 0;
  font-weight: 400;
  top: 50%;
  transform: translateY(-50%);
  color: var(--color-body);
  pointer-events: none;
  cursor: pointer;
}

.mobile-menu nav ul li.has-droupdown.mm-active > a::after {
  content: "\f068";
}

.social-share-wrapper-1 .short-title {
  display: block;
  font-size: 12px;
  padding-bottom: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 6px;
  border-bottom: 1px solid rgba(41, 41, 41, 0.3882352941);
}
.social-share-wrapper-1 .social-stylle-one {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
  justify-content: center;
  margin: -5px;
}
.social-share-wrapper-1 .social-stylle-one li {
  margin: 5px;
}
.social-share-wrapper-1 .social-stylle-one li a {
  width: 48px;
  background-color: transparent;
  height: 48px;
  line-height: 45px;
  text-align: center;
  display: inline-block;
  border-radius: 100%;
  transition: 0.3s;
  color: var(--color-body);
  z-index: 2;
  position: relative;
  line-height: 41px;
  background: transparent;
  border: 2px solid rgba(41, 41, 41, 0.3882352941);
}
.social-share-wrapper-1 .social-stylle-one li a i {
  vertical-align: middle;
  font-size: 14px;
}
.social-share-wrapper-1 .social-stylle-one li a::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: var(--color-primary);
  transform: scale(0.5);
  opacity: 0;
  transition: 0.3s;
  border-radius: 100%;
  border: 2px solid var(--color-primary);
}
.social-share-wrapper-1 .social-stylle-one li a:hover {
  border-color: transparent !important;
}
.social-share-wrapper-1 .social-stylle-one li a:hover i {
  color: #fff;
}
.social-share-wrapper-1 .social-stylle-one li a:hover::after {
  transform: scale(1);
  opacity: 1;
}
.social-share-wrapper-1.style-footer .social-stylle-one li {
  margin: 3px;
}
.social-share-wrapper-1.style-footer .social-stylle-one li a {
  width: 38px;
  height: 38px;
  line-height: 38px;
  border: transparent;
  background: rgba(255, 255, 255, 0.0392156863);
  display: flex;
  align-items: center;
  justify-content: center;
}
.social-share-wrapper-1.style-footer .social-stylle-one li a i {
  color: var(--color-white);
}

#menu-btn {
  background: radial-gradient(88.83% 261.79% at 50.49% 100%, #C74FFF 0%, #7141FF 44%, #6D3BFF 81%);
  box-shadow: inset 0px -1px 4px rgba(0, 0, 0, 0.26), inset 0px 1px 3px rgba(255, 255, 255, 0.4);
  border-radius: 8px;
  padding: 7px 15px;
}
@media only screen and (max-width: 575px) {
  #menu-btn {
    padding: 5px 12px;
  }
}

.login-page {
  min-height: 100vh;
  color: #111827;
  background: #14021C;
}
.login-page .auth-wrapper {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 64px 0;
  overflow: hidden;
}
.login-page .auth-shell {
  display: grid;
  grid-template-columns: minmax(340px, 0.95fr) minmax(360px, 1fr);
  margin: 0 auto;
  border-radius: 34px;
}
.login-page .auth-panel {
  display: flex;
  align-items: stretch;
  border-radius: 24px 0 0 24px;
  background-color: rgba(109, 59, 255, 0.08);
  overflow: hidden;
  background-image: url(../images/team/bg-form.webp);
}
.login-page .auth-card {
  width: 100%;
  max-width: 360px;
  margin: auto;
  padding: 46px 12px;
}
.login-page .auth-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  color: var(--color-white);
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}
.login-page .auth-brand:hover {
  color: var(--color-white);
}
.login-page .auth-brand__mark {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 34px;
  color: #ffffff;
  border-radius: 8px;
}
.login-page .auth-copy {
  margin-bottom: 18px;
}
.login-page .auth-copy h1 {
  margin: 0 0 5px;
  color: var(--color-white);
  font-size: 18px;
  line-height: 1.25;
  font-weight: 700;
}
.login-page .auth-copy p {
  margin: 0;
  color: #7b8494;
  font-size: 13px;
  line-height: 1.4;
}
.login-page .auth-tabs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 22px;
  padding: 3px;
  border: 1px solid rgb(42, 18, 71);
  border-radius: 999px;
  background: rgb(42, 18, 71);
}
.login-page .auth-tabs .nav-item {
  min-width: 0;
  margin: 0;
}
.login-page .auth-tabs .nav-link {
  width: 100%;
  min-height: 32px;
  padding: 7px 14px;
  color: rgb(255, 255, 255);
  border: 0;
  border-radius: 999px;
  background: transparent;
  font-size: 13px;
  font-weight: 600;
}
.login-page .auth-tabs .nav-link.active {
  color: #ffffff;
  background: var(--color-primary);
}
.login-page .auth-tab-content {
  min-height: 194px;
}
.login-page .auth-form {
  display: grid;
  gap: 13px;
}
.login-page .auth-field {
  position: relative;
}
.login-page .auth-field .form-control {
  background: rgba(109, 59, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
  border-radius: 8px;
  height: 45px;
  margin-bottom: 10px;
  padding: 15px;
}
.login-page .auth-field .form-control::placeholder {
  color: #7e8796;
}
.login-page .auth-field .form-control:focus {
  border-color: var(--color-primary);
  box-shadow: 0 0 0 4px rgba(63, 134, 244, 0.14);
}
.login-page .auth-field i {
  position: absolute;
  top: 44%;
  right: 18px;
  color: #7e8796;
  font-size: 14px;
  transform: translateY(-50%);
  pointer-events: none;
}
.login-page .auth-options {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: -2px 0 20px;
  color: #7b8494;
  font-size: 12px;
}
.login-page .auth-options .form-check {
  display: flex;
  align-items: center;
  min-height: auto;
  margin: 0;
  padding-left: 0;
  gap: 8px;
}
.login-page .auth-options .form-check-input {
  width: 15px;
  height: 15px;
  margin: 0;
  border-color: #b8c2d4;
  cursor: pointer;
}
.login-page .auth-options .form-check-input:checked {
  border-color: var(--color-primary);
  background-color: var(--color-primary);
}
.login-page .auth-options .form-check-input:focus {
  box-shadow: 0 0 0 3px rgba(63, 134, 244, 0.14);
}
.login-page .auth-options .form-check-label {
  cursor: pointer;
}
.login-page .auth-options a {
  color: #2777e8;
  font-weight: 600;
  text-decoration: none;
}
.login-page .auth-options a:hover {
  color: #135ec2;
}
.login-page .auth-submit {
  min-height: 48px;
  width: 100%;
  border: 0;
  border-radius: 999px;
  background: var(--color-primary);
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  transition: 0.3s;
}
.login-page .auth-submit:hover, .login-page .auth-submit:focus {
  background: var(--color-secondary);
  color: #ffffff;
}
.login-page .auth-divider {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 34px 0 22px;
  color: #8c95a4;
  font-size: 12px;
}
.login-page .auth-divider::before, .login-page .auth-divider::after {
  content: "";
  height: 1px;
  flex: 1;
  background: rgba(86, 86, 86, 0.2588235294);
}
.login-page .auth-social {
  display: grid;
  gap: 12px;
}
.login-page .auth-social .btn {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
}
.login-page .auth-social__apple {
  color: #ffffff;
  background: var(--color-primary);
}
.login-page .auth-social__apple:hover, .login-page .auth-social__apple:focus {
  color: #ffffff;
  background: var(--color-primary);
}
.login-page .auth-social__google {
  color: #ffffff;
  border: 1px solid rgb(42, 18, 71);
  background: rgb(42, 18, 71);
}
.login-page .auth-social__google:hover, .login-page .auth-social__google:focus {
  color: #ffffff;
  border-color: rgb(42, 18, 71);
  background: rgb(36, 15, 61);
}
.login-page .google-mark {
  color: #4285f4;
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
}
.login-page .auth-visual {
  position: relative;
  min-height: 100%;
  border-radius: 0 24px 24px 0;
  overflow: hidden;
  background: radial-gradient(circle at 72% 18%, rgba(112, 178, 255, 0.92), transparent 14rem), radial-gradient(circle at 34% 58%, rgba(23, 91, 255, 0.74), transparent 17rem), linear-gradient(130deg, #020917 0%, #061b4a 44%, #0f63d5 100%);
}
.login-page .auth-visual::before, .login-page .auth-visual::after {
  content: "";
  position: absolute;
  inset: 4% 17% auto auto;
  width: 35%;
  height: 104%;
  border-radius: 48% 52% 45% 55%;
  background: linear-gradient(180deg, rgba(175, 211, 255, 0.27), rgba(18, 99, 235, 0.18));
  filter: blur(0px);
  transform: rotate(21deg);
  backdrop-filter: blur(11px);
}
.login-page .auth-visual::after {
  inset: auto auto -18% 12%;
  width: 34%;
  height: 92%;
  opacity: 0.76;
  transform: rotate(-24deg);
}
.login-page .auth-visual__glass {
  position: absolute;
  right: 38px;
  bottom: 42px;
  left: 38px;
  z-index: 2;
  padding: 16px 20px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(18px);
}
.login-page .auth-visual__glass p,
.login-page .auth-visual__glass span {
  display: block;
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 11px;
  line-height: 1.45;
}
@media (max-width: 991.98px) {
  .login-page .auth-wrapper {
    padding: 34px 0;
  }
  .login-page .auth-shell {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .login-page .auth-panel {
    min-height: 640px;
  }
  .login-page .auth-visual {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .login-page .auth-wrapper {
    padding: 18px 0;
  }
  .login-page .auth-shell {
    padding: 10px;
    border-radius: 24px;
  }
  .login-page .auth-panel {
    min-height: auto;
    border-radius: 18px;
  }
  .login-page .auth-card {
    max-width: none;
    padding: 34px 10px;
  }
  .login-page .auth-options {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }
}

.gallery-style-1.g-4 .gallery-single, .gallery-style-1.g-5 .gallery-single {
  border-radius: 10px;
  display: block;
  overflow: hidden;
}
.gallery-style-1 .gallery-single {
  position: relative;
  cursor: url(../images/gallery/cursor.svg), auto;
}
.gallery-style-1 .gallery-single:hover .item-overlay {
  opacity: 0;
  visibility: visible;
}
.gallery-style-1 .gallery-single .image-gallery {
  display: block;
  overflow: hidden;
  border-radius: 4px;
  height: 100%;
  width: 100%;
}
.gallery-style-1 .gallery-single .image-gallery.no-radious {
  border-radius: 0;
}
.gallery-style-1 .gallery-single img {
  transition: 0.3s;
  transform: scale(1);
  height: 100%;
}
.gallery-style-1 .gallery-single:hover img {
  transform: scale(1.0111);
}
.gallery-style-1 .gallery-single:hover .item-overlay span {
  transform: translate(-50%, -50%) scale(1);
  transition-delay: 0.1s;
}
.gallery-style-1 .gallery-single .item-overlay {
  position: absolute;
  top: 0px;
  background: rgba(134, 171, 66, 0.21);
  border-radius: 6px;
  width: 100%;
  height: 100%;
  opacity: 0;
  left: 0;
  visibility: hidden;
  overflow: hidden;
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.gallery-style-1 .gallery-single .item-overlay span {
  color: white;
  width: 60px;
  height: 60px;
  line-height: 64px;
  display: block;
  border-radius: 50%;
  text-align: center;
  background: var(--color-primary-2);
  font-size: 23px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.8);
  transition: 0.3s ease-in;
  transition-delay: 0.1s;
}
.gallery-style-1.gallery-as-instagram .gallery-single {
  border-radius: 10px;
  display: block;
  overflow: hidden;
}

/**************************************
    Default Styles
***************************************/
.working-process-style-one {
  position: relative;
  overflow: hidden;
  min-height: 584px;
  padding: 30px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  text-align: center;
}
.working-process-style-one::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  height: 260px;
  background: linear-gradient(180deg, rgba(109, 59, 255, 0) 0%, rgba(82, 44, 191, 0.51) 53.62%, #2E196B 100%);
  pointer-events: none;
  z-index: 2;
}
.working-process-style-one .working-process-card-thumb {
  position: relative;
  z-index: 2;
  max-width: 360px;
}
.working-process-style-one .working-process-card-thumb img {
  width: 100%;
  height: auto;
  display: block;
  pointer-events: none;
}
.working-process-style-one .working-process-card-thumb .feature-name {
  position: absolute;
  left: 50%;
  top: 50px;
  transform: translateX(-50%);
  z-index: 10;
  color: var(--color-white);
  font-weight: 700;
}
.working-process-style-one .working-process-card-thumb .process-count {
  position: absolute;
  left: 50%;
  bottom: 56px;
  width: 70px;
  height: 70px;
  transform: translateX(-50%);
  border-radius: 50%;
  background: linear-gradient(180deg, #7b45ff 0%, #6236f5 100%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 4;
}
.working-process-style-one .working-process-card-thumb .process-count span {
  color: #ffffff;
  font-size: 35px;
  line-height: 1;
  font-weight: 700;
}
.working-process-style-one .working-process-card-thumb .process-count .wave {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  height: 110px;
  width: 110px;
  pointer-events: none;
}
.working-process-style-one .working-process-content {
  position: relative;
  z-index: 3;
}
.working-process-style-one .working-process-content .title {
  margin: 0 0 18px;
  color: #ffffff;
  font-size: 28px;
  line-height: 1.12;
  font-weight: 700;
}
.working-process-style-one .working-process-content .description {
  max-width: 620px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.65;
  font-weight: 400;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .working-process-style-one {
    min-height: 520px;
    padding: 44px 24px 50px;
  }
  .working-process-style-one .working-process-card-thumb {
    max-width: 300px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) and (max-width: 1199px) {
  .working-process-style-one .working-process-card-thumb {
    max-width: 100%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .working-process-style-one .working-process-card-thumb::before {
    top: 52px;
    font-size: 22px;
  }
  .working-process-style-one .working-process-card-thumb .process-count {
    width: 112px;
    height: 112px;
    bottom: 45px;
  }
  .working-process-style-one .working-process-card-thumb .process-count span {
    font-size: 56px;
  }
  .working-process-style-one .working-process-content .title {
    font-size: 38px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) and (max-width: 1199px) {
  .working-process-style-one .working-process-content .title {
    font-size: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .working-process-style-one .working-process-content .description {
    font-size: 21px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .working-process-style-one {
    min-height: 520px;
  }
  .working-process-style-one .working-process-content .title {
    font-size: 40px;
  }
  .working-process-style-one .working-process-content .description {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .working-process-style-one {
    min-height: auto;
    padding: 38px 22px 44px;
    border-radius: 22px;
  }
  .working-process-style-one::before {
    inset: 34px 24px auto;
  }
  .working-process-style-one .working-process-card-thumb {
    max-width: 280px;
    margin-bottom: 36px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .working-process-style-one .working-process-card-thumb {
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .working-process-style-one .working-process-card-thumb::before {
    top: 48px;
    font-size: 20px;
  }
  .working-process-style-one .working-process-card-thumb .process-count {
    width: 96px;
    height: 96px;
    bottom: 42px;
  }
  .working-process-style-one .working-process-card-thumb .process-count::before, .working-process-style-one .working-process-card-thumb .process-count::after {
    width: 54px;
    height: 78px;
  }
  .working-process-style-one .working-process-card-thumb .process-count span {
    font-size: 48px;
  }
  .working-process-style-one .working-process-content .title {
    font-size: 34px;
  }
  .working-process-style-one .working-process-content .description {
    font-size: 20px;
    line-height: 1.55;
  }
}

/**************************************
    Default Styles
***************************************/
/* Preloader overlay */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(27, 7, 46);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999999;
}
#preloader img {
  width: 70px;
  height: auto;
  animation: scalePulse 1.5s infinite ease-in-out;
}

.preloader-wrapper {
  overflow: hidden;
}

@keyframes scalePulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.8;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.comparison-style-one {
  background-image: url(../images/comparison/01.svg);
  padding: 60px 30px 37px 30px;
  border-radius: 24px;
  background-color: rgba(109, 59, 255, 0.12);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.175), inset 0 -1px 1px rgba(255, 255, 255, 0.2), 0 12px 30px rgba(0, 0, 0, 0.12);
}
.comparison-style-one .title {
  text-align: center;
  font-size: 36px;
  margin-bottom: 25px;
}
.comparison-style-one.light-border ul li .icon i {
  color: var(--color-white);
}
.comparison-style-one.light-border ul li span {
  color: var(--color-white);
}

.inw-comparison-area-1 {
  position: relative;
  z-index: 1;
}
.inw-comparison-area-1 .bg-shape {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  filter: blur(20px);
}

.comparison-list {
  list-style: none;
  margin: 0;
  backdrop-filter: blur(5px);
  padding: 20px;
  border-radius: 16px;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.175), inset 0 -1px 1px rgba(255, 255, 255, 0.2), 0 12px 30px rgba(0, 0, 0, 0.12);
}
.comparison-list li {
  display: flex;
  align-items: center;
  gap: 8px;
}
.comparison-list li span {
  font-size: 16px;
}
.comparison-list li .icon {
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  border-radius: 50%;
  justify-content: center;
  background: rgba(109, 59, 255, 0.08);
}
.comparison-list li .icon i {
  color: #B3B3B3;
  font-size: 14px;
}

/**************************************
    Default Styles
***************************************/
.mfp-wrap {
  top: 0 !important;
  left: 0;
  width: 100%;
  height: 100% !important;
  z-index: 1043;
  position: fixed !important;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container, .mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-bg {
  background: rgba(0, 0, 0, 0.8);
  opacity: 1;
  backdrop-filter: blur(15px);
}

.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  top: 16px;
  right: -24px;
  font-size: 30px;
  font-weight: 400;
  transition: 0.4s;
  opacity: 1;
  width: 50px;
  height: 50px;
  background: #192335;
  text-align: center;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  color: var(--color-white);
}

.mfp-iframe-holder .mfp-close, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  top: -60px;
  right: -50px;
  font-size: 30px;
  font-weight: 400;
  transition: 0.4s;
  opacity: 1;
  width: 50px;
  height: 50px;
  background: rgba(25, 35, 53, 0.3137254902);
  text-align: center;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  color: var(--color-white);
}

.mfp-with-zoom .mfp-image-holder .mfp-close {
  top: 14px;
  right: -26px;
  background: #2a2d33;
}
@media only screen and (max-width: 767px) {
  .mfp-with-zoom .mfp-image-holder .mfp-close {
    top: 56px;
    right: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .mfp-with-zoom .mfp-image-holder .mfp-close {
    top: 47px;
    right: 9px;
  }
}

.mfp-iframe-scaler iframe {
  border-radius: 10px;
}

/**************************************
    Default Styles
***************************************/
.inw-coming-soon-wrapper {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .inw-coming-soon-wrapper {
    height: auto;
    padding: 40px 0;
    height: 100vh;
  }
}

.coming-soon-content-inner {
  text-align: center;
}
.coming-soon-content-inner .logo {
  max-width: 420px;
  margin: auto;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .coming-soon-content-inner .logo {
    max-width: 250px;
  }
}
@media only screen and (max-width: 575px) {
  .coming-soon-content-inner .logo {
    max-width: 220px;
  }
}
.coming-soon-content-inner .title {
  font-size: 60px;
  margin-bottom: 90px;
}
@media only screen and (max-width: 767px) {
  .coming-soon-content-inner .title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 575px) {
  .coming-soon-content-inner .title {
    font-size: 20px;
  }
}

.inw-count-down {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
}
@media only screen and (max-width: 991px) {
  .inw-count-down {
    gap: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .inw-count-down {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.inw-count-down .count-box {
  width: 269px;
  height: 212px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 22px;
  background: linear-gradient(155deg, rgba(111, 64, 255, 0.95) 0%, rgba(72, 35, 167, 0.96) 100%);
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .inw-count-down .count-box {
    height: 150px;
    width: 150px;
  }
}
@media only screen and (max-width: 575px) {
  .inw-count-down .count-box {
    width: 150px;
    height: 150px;
  }
}
@media only screen and (max-width: 479px) {
  .inw-count-down .count-box {
    height: 110px;
    width: 110px;
  }
}
.inw-count-down .count-box::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(102deg, rgba(255, 255, 255, 0) 30%, rgb(255, 255, 255) 42%, rgba(255, 255, 255, 0) 55%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
}
.inw-count-down .count-number {
  color: #fff;
  font-size: 88px;
  font-weight: 800;
  line-height: 0.95;
  letter-spacing: 2px;
}
@media only screen and (max-width: 767px) {
  .inw-count-down .count-number {
    font-size: 54px;
  }
}
@media only screen and (max-width: 575px) {
  .inw-count-down .count-number {
    font-size: 52px;
  }
}
@media only screen and (max-width: 479px) {
  .inw-count-down .count-number {
    font-size: 42px;
  }
}
.inw-count-down .count-label {
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 17px;
}
@media only screen and (max-width: 575px) {
  .inw-count-down .count-label {
    margin-top: 8px;
  }
}
@media only screen and (max-width: 479px) {
  .inw-count-down .count-label {
    margin-top: 5px;
  }
}
.inw-count-down .count-separator {
  color: #fff;
  font-size: 58px;
  font-weight: 800;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .inw-count-down .count-separator {
    display: none;
  }
}

.coming-soon-search {
  max-width: 620px;
  margin: auto;
  margin-top: 50px;
}
.coming-soon-search input {
  height: 60px;
  background: transparent;
  border-radius: 0;
  border: none;
  border-bottom: 2px solid rgba(255, 255, 255, 0.24);
  padding-left: 0;
}
.coming-soon-search .search {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 575px) {
  .coming-soon-search .search {
    gap: 0;
  }
}
.coming-soon-search .search p {
  margin-bottom: 0;
}

.inw-company-history-timeline {
  position: relative;
  overflow: hidden;
}
.inw-company-history-timeline .timeline-line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  background: rgba(255, 255, 255, 0.08);
  transform: translateX(-50%);
}
.inw-company-history-timeline .timeline-item {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 180px 1fr;
  align-items: center;
  min-height: 250px;
  margin-bottom: 72px;
}
@media only screen and (max-width: 575px) {
  .inw-company-history-timeline .timeline-item {
    grid-template-columns: none;
  }
}
.inw-company-history-timeline .timeline-item:last-child {
  margin-bottom: 0;
}
.inw-company-history-timeline .timeline-item.is-left .timeline-year {
  grid-column: 1;
  justify-self: center;
  align-self: start;
}
.inw-company-history-timeline .timeline-item.is-left .timeline-card {
  grid-column: 1;
  justify-self: end;
  margin-top: 20px;
}
@media only screen and (max-width: 991px) {
  .inw-company-history-timeline .timeline-item.is-left .timeline-card {
    flex-wrap: wrap;
  }
}
.inw-company-history-timeline .timeline-item.is-left .timeline-connector {
  right: 50%;
}
.inw-company-history-timeline .timeline-item.is-left .timeline-connector::after {
  right: -60px;
  animation-name: timelineFlowLeft;
}
.inw-company-history-timeline .timeline-item.is-right .timeline-year {
  grid-column: 3;
  justify-self: center;
  align-self: start;
}
.inw-company-history-timeline .timeline-item.is-right .timeline-card {
  grid-column: 3;
  justify-self: start;
  margin-top: 20px;
}
@media only screen and (max-width: 991px) {
  .inw-company-history-timeline .timeline-item.is-right .timeline-card {
    flex-wrap: wrap;
  }
}
.inw-company-history-timeline .timeline-item.is-right .timeline-connector {
  left: 50%;
}
.inw-company-history-timeline .timeline-item.is-right .timeline-connector::after {
  left: -60px;
  animation-name: timelineFlowRight;
}
.inw-company-history-timeline .timeline-year {
  margin: 0;
  color: #fff;
  font-size: 70px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -2px;
}
@media only screen and (max-width: 991px) {
  .inw-company-history-timeline .timeline-year {
    font-size: 42px;
  }
}
.inw-company-history-timeline .timeline-card {
  position: relative;
  width: 100%;
  max-width: 560px;
  min-height: 146px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 30px 32px;
  background: #1B072E;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
}
@media only screen and (max-width: 991px) {
  .inw-company-history-timeline .timeline-card {
    padding: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .inw-company-history-timeline .timeline-card {
    width: 235px;
  }
}
@media only screen and (max-width: 575px) {
  .inw-company-history-timeline .timeline-card {
    width: 100%;
  }
}
.inw-company-history-timeline .timeline-content .title {
  margin: 0 0 16px;
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.25;
}
.inw-company-history-timeline .timeline-content p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 17px;
  line-height: 1.6;
}
.inw-company-history-timeline .timeline-thumb {
  width: 92px;
  height: 92px;
  flex: 0 0 92px;
  overflow: hidden;
  border-radius: 50%;
}
.inw-company-history-timeline .timeline-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.inw-company-history-timeline .timeline-dot {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #6d3bff;
  box-shadow: 0 0 0 4px rgba(109, 59, 255, 0.22);
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 575px) {
  .inw-company-history-timeline .timeline-dot {
    top: 19%;
  }
}
.inw-company-history-timeline .timeline-connector {
  position: absolute;
  top: 50%;
  width: 140px;
  height: 2px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.08);
  transform: translateY(-50%);
}
.inw-company-history-timeline .timeline-connector::after {
  content: "";
  position: absolute;
  top: 0;
  width: 60px;
  height: 100%;
  background: linear-gradient(90deg, transparent, #6d3bff, #b24cff, transparent);
  filter: drop-shadow(0 0 8px rgba(109, 59, 255, 0.9));
  animation: timelineFlowRight 1.8s linear infinite;
}

@keyframes timelineFlowRight {
  0% {
    transform: translateX(0);
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  100% {
    transform: translateX(200px);
    opacity: 0;
  }
}
@keyframes timelineFlowLeft {
  0% {
    transform: translateX(0);
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  100% {
    transform: translateX(-200px);
    opacity: 0;
  }
}
.cta-style-one {
  text-align: center;
}
.cta-style-one .inw-btn {
  text-align: center;
  margin: auto;
  margin-top: 30px;
}

.cta-area-start-1 {
  background: linear-gradient(180deg, rgba(109, 59, 255, 0.06) 0%, rgba(65, 35, 153, 0) 100%);
  position: relative;
}
.cta-area-start-1 .left-top-image {
  position: absolute;
  left: 150px;
  top: 120px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .cta-area-start-1 .left-top-image {
    display: none;
  }
}
@media only screen and (max-width: 1199px) {
  .cta-area-start-1 .left-top-image {
    display: none;
  }
}
.cta-area-start-1 .left-bottom-button {
  display: flex;
  align-items: center;
  gap: 15px;
  position: absolute;
  left: 150px;
  bottom: 100px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .cta-area-start-1 .left-bottom-button {
    display: none;
  }
}
@media only screen and (max-width: 1199px) {
  .cta-area-start-1 .left-bottom-button {
    display: none;
  }
}
.cta-area-start-1 .top-right-button {
  display: flex;
  align-items: center;
  gap: 15px;
  position: absolute;
  right: 150px;
  top: 120px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .cta-area-start-1 .top-right-button {
    display: none;
  }
}
@media only screen and (max-width: 1199px) {
  .cta-area-start-1 .top-right-button {
    display: none;
  }
}
.cta-area-start-1 .right-bottom-image {
  position: absolute;
  right: 30px;
  bottom: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .cta-area-start-1 .right-bottom-image {
    display: none;
  }
}
@media only screen and (max-width: 1199px) {
  .cta-area-start-1 .right-bottom-image {
    display: none;
  }
}

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

.padding-extra-bottom-blog {
  padding-bottom: 120px;
}

.cta-style-two {
  max-width: 1720px;
  margin: auto;
  background-image: url(../images/cta/03.webp);
  border-radius: 24px;
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
  margin-bottom: -200px;
}
@media only screen and (max-width: 991px) {
  .cta-style-two {
    border-radius: 0;
  }
}
@media only screen and (max-width: 575px) {
  .cta-style-two {
    border-radius: 0;
  }
}
.cta-style-two::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  z-index: -1;
  top: 0;
  background: linear-gradient(86.78deg, #6D3BFF 0.15%, rgba(150, 68, 255, 0) 46.09%, rgba(199, 79, 255, 0) 100%);
}

.cta-style-two-wrapper {
  max-width: 458px;
  padding: 60px 0;
}
.cta-style-two-wrapper .title {
  margin-bottom: 40px;
  font-size: 50px;
}
@media only screen and (max-width: 767px) {
  .cta-style-two-wrapper .title {
    font-size: 32px;
  }
}
.cta-style-two-wrapper .inw-btn {
  padding: 10px 12px;
  border-radius: 50px;
}

.working-process-area-1 {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}
.working-process-area-1::after {
  content: "";
  position: absolute;
  width: 41.02px;
  height: 1149.57px;
  left: 150px;
  top: -309px;
  background: #6D3BFF;
  opacity: 0.8;
  filter: blur(100px);
  border-radius: 300px;
  transform: rotate(-30.97deg);
  z-index: -1;
}
.working-process-area-1:before {
  content: "";
  position: absolute;
  width: 34.36px;
  height: 950.14px;
  left: 80%;
  top: -134px;
  background: #6D3BFF;
  filter: blur(100px);
  border-radius: 300px;
  transform: rotate(-30.97deg);
  z-index: -1;
}

.working-process-style-1 {
  padding: 38px 30px;
  background: linear-gradient(90deg, rgba(109, 59, 255, 0.08) 0%, rgba(109, 59, 255, 0.02) 100%);
  backdrop-filter: blur(10px);
  border-radius: 16px;
  position: relative;
  height: 100%;
}
.working-process-style-1::after {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(267deg, rgba(199, 79, 255, 0) 0%, transparent 22%, transparent 41%, #3A1976 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.working-process-style-1 .icon {
  height: 88px;
  width: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(109, 59, 255, 0.08);
  padding: 20px;
  margin-bottom: 20px;
}
.working-process-style-1 .title {
  font-size: 25px;
  margin-bottom: 15px;
}
.working-process-style-1 p.desc {
  margin-bottom: 0;
  font-size: 16px;
}

.single-working-process-area {
  background: rgba(255, 255, 255, 0.06);
  border-radius: 16px;
  padding: 30px 10px 3px;
  text-align: center;
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
}
.single-working-process-area::after {
  content: "";
  position: absolute;
  width: 193px;
  height: 193px;
  left: calc(50% - 96.5px + 0.5px);
  top: 161px;
  background: #6D3BFF;
  filter: blur(100px);
  transition: 0.3s;
  opacity: 0;
  z-index: -1;
}
.single-working-process-area:hover::after {
  opacity: 1;
}
.single-working-process-area .number {
  font-size: 16px;
}
.single-working-process-area .title {
  font-size: 20px;
  margin-bottom: 45px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .single-working-process-area .title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 991px) {
  .single-working-process-area .icon {
    height: 150px;
    width: 150px;
    margin: auto;
  }
  .single-working-process-area .icon img {
    max-width: 130px;
    height: 130px;
  }
}

.flowet-right-swiper {
  width: 123%;
}

.inw-working-process-area-2 .swiper-navigation {
  display: flex;
  align-items: flex-end;
  gap: 15px;
  justify-content: flex-end;
}
.inw-working-process-area-2 .swiper-navigation .swiper-btn {
  margin: 0;
  transform: none;
  position: relative;
}
.inw-working-process-area-2 .swiper-navigation .swiper-btn::after {
  display: none;
}
.inw-working-process-area-2 .swiper-navigation .swiper-button-next {
  right: 0;
}
.inw-working-process-area-2 .swiper-navigation .swiper-button-prev {
  left: 0;
}

.working-process-area-bg {
  background: rgba(109, 59, 255, 0.04);
  padding: 120px 0;
  border-radius: 30px;
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}
.working-process-area-bg::after {
  content: "";
  position: absolute;
  width: 1720px;
  height: 10px;
  left: 0px;
  top: 0px;
  background: #C74FFF;
  filter: blur(50px);
  z-index: -1;
}

.thumbnail-working-process {
  display: block;
  overflow: hidden;
  border-radius: 24px;
  position: relative;
}
.thumbnail-working-process .call-area {
  position: absolute;
  left: 30px;
  bottom: 30px;
  background: linear-gradient(180deg, rgba(109, 59, 255, 0.05) 0%, rgba(65, 35, 153, 0.05) 100%);
  border: 2px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
  border-radius: 16px;
  width: 306px;
  padding: 30px;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 575px) {
  .thumbnail-working-process .call-area {
    flex-wrap: wrap;
    width: calc(100% - 60px);
  }
}
.thumbnail-working-process .call-area .content span {
  display: block;
  font-size: 14px;
  color: var(--color-white);
  margin-bottom: 1px;
}
.thumbnail-working-process .call-area .content a {
  display: block;
  font-size: 20px;
  color: var(--color-white);
}

.working-process-list-wrapper .single-working-process {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 30px;
  background: linear-gradient(180deg, rgba(199, 79, 255, 0.05) 0%, rgba(109, 59, 255, 0.05) 100%);
  border-radius: 24px;
  border: 2px solid rgba(255, 255, 255, 0.08);
  margin-bottom: 30px;
}
@media only screen and (max-width: 575px) {
  .working-process-list-wrapper .single-working-process {
    flex-wrap: wrap;
    padding: 20px;
  }
}
.working-process-list-wrapper .single-working-process .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  min-width: 60px;
  height: 60px;
  background: rgba(109, 59, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.working-process-list-wrapper .single-working-process .content-wrapper .title {
  font-size: 20px;
  margin-bottom: 10px;
}
.working-process-list-wrapper .single-working-process .content-wrapper p.desc {
  margin-bottom: 0;
  font-size: 16px;
}

/*----------------------
 tool tip 
------------------------*/
.profile-share {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.profile-share a {
  position: relative;
  z-index: 1;
  transition: 0.3s;
}
.profile-share a:nth-child(2) {
  margin-left: -12px;
}
.profile-share a:nth-child(3) {
  margin-left: -12px;
}
.profile-share a img {
  max-width: 60px;
  border-radius: 50%;
  border: 3px solid var(--color-border);
  transition: 0.3s;
  box-shadow: var(--shadow-1);
}
.profile-share a.more-author-text {
  color: var(--color-body);
  display: inline-block;
  padding-left: 7px;
}
.profile-share a.more-author-text:hover {
  transform: none;
  color: var(--color-tooltip);
}
.profile-share a:hover {
  z-index: 2;
  transform: translateY(-3px) scale(1.1);
}
.profile-share .more-author-text {
  margin: 10px;
  margin-left: 20px;
  position: relative;
  z-index: 10;
}
.profile-share .more-author-text .total-join-students {
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.5px;
}
.profile-share .more-author-text .subtitle {
  font-size: 16px;
  letter-spacing: -0.5px;
  margin-bottom: 0;
}

.avatar {
  position: relative;
}
.avatar.left::before {
  right: 124%;
  top: 8%;
  left: auto;
  transform: translateX(0) translateY(0) scale(0);
}
.avatar.left::after {
  border-left-color: var(--color-tooltip);
  top: 50%;
  left: -8%;
  border-top-color: transparent;
}
.avatar.left:hover::before {
  transform: translateX(0) translateY(0) scale(1);
}
.avatar::after, .avatar::before {
  --scale: 0;
  --arrow-size: 8px;
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-50%) translateY(var(--translate-y, 0)) scale(var(--scale));
  transition: 150ms transform;
  transform-origin: bottom center;
}
.avatar::before {
  --translate-y: calc(-100% - var(--arrow-size));
  content: attr(data-tooltip);
  color: var(--color-white);
  padding: 5px 8px;
  background: var(--color-tooltip);
  width: max-content;
  border-radius: 5px;
  text-align: center;
  font-size: 12px;
  margin: 1px;
  z-index: 5;
}
.avatar::after {
  --translate-y: calc(-1 * var(--arrow-size));
  content: "";
  border: var(--arrow-size) solid transparent;
  border-top-color: var(--color-tooltip);
}
.avatar:hover::before, .avatar:hover::after {
  --scale: 1;
}

.tmp-avatars {
  min-width: 70px;
  max-width: 70px;
}
.tmp-avatars.size-lg {
  min-width: 120px;
  max-width: 120px;
  width: 120px;
  height: 120px;
}
.tmp-avatars.size-sm {
  min-width: 52px;
  max-width: 52px;
}
.tmp-avatars img {
  border-radius: 100%;
  width: 100%;
  background: var(--border-color);
  padding: 4px;
  border: 2px solid var(--color-border);
  object-fit: cover;
}

.author-wrappers ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  list-style: none;
}
.author-wrappers ul li {
  cursor: pointer;
  transition: 0.3s;
}
.author-wrappers ul li img {
  max-width: 80px;
}
.author-wrappers ul li:not(:first-child) {
  margin-left: -20px;
}
.author-wrappers ul li:hover {
  transform: translateY(-5px);
  z-index: 100;
}
.author-wrappers ul li:hover a {
  z-index: 100;
}

/**************************************
    Default Styles
***************************************/
.inw-error-404-page {
  background-image: url(../images/404/bg.webp);
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .inw-error-404-page {
    height: 100vh;
  }
}
.inw-error-404-page .inw-error-hero__content .error {
  left: 19%;
  top: 12%;
  font-size: 500px;
  line-height: 1;
  position: absolute;
  z-index: -1;
  font-weight: 700;
  color: var(--color-white);
}
@media only screen and (max-width: 1199px) {
  .inw-error-404-page .inw-error-hero__content .error {
    font-size: 350px;
  }
}
@media only screen and (max-width: 991px) {
  .inw-error-404-page .inw-error-hero__content .error {
    font-size: 250px;
    left: 50%;
    transform: translateX(-50%);
    top: 15%;
  }
}
@media only screen and (max-width: 767px) {
  .inw-error-404-page .inw-error-hero__content .error {
    font-size: 200px;
    top: 25%;
  }
}
@media only screen and (max-width: 575px) {
  .inw-error-404-page .inw-error-hero__content .error {
    font-size: 150px;
  }
}
.inw-error-404-page .inw-error-hero__content .bottom-content {
  max-width: 40%;
  text-align: center;
  margin-left: auto;
  position: absolute;
  top: 57%;
  left: 42%;
}
.inw-error-404-page .inw-error-hero__content .bottom-content .inw-btn.hover-icon-reverse {
  margin: auto;
}
@media only screen and (max-width: 1199px) {
  .inw-error-404-page .inw-error-hero__content .bottom-content {
    top: 49%;
    left: 53%;
  }
}
@media only screen and (max-width: 991px) {
  .inw-error-404-page .inw-error-hero__content .bottom-content {
    transform: translateX(-53%);
    top: 52%;
    max-width: 100%;
    min-width: 100%;
  }
}
.inw-error-404-page .inw-error-hero__content .bottom-content p.description {
  max-width: 85%;
  margin: auto;
  margin-bottom: 20px;
  margin-top: 30px;
  font-weight: 400;
  font-size: 16px;
  color: var(--color-white);
}
.inw-error-404-page .inw-error-hero__inner .inw-error-hero__media {
  padding-top: 321px;
  padding-bottom: 115px;
}
@media only screen and (max-width: 991px) {
  .inw-error-404-page .inw-error-hero__inner .inw-error-hero__media img {
    display: none;
  }
}

/**************************************
    blog Styles
***************************************/
.blog-section-title-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .blog-section-title-between {
    flex-wrap: wrap;
    gap: 25px;
  }
}
.blog-section-title-between .title {
  margin-bottom: 0;
}
.blog-section-title-between .blog-tab-buttons {
  border: none;
  padding: 0;
  margin: 0;
}
.blog-section-title-between .blog-tab-buttons .nav-tabs {
  display: flex;
  align-items: center;
  gap: 15px;
  border-bottom: none;
}
.blog-section-title-between .blog-tab-buttons .nav-tabs button {
  color: #fff;
  border: none;
}
.blog-section-title-between .blog-tab-buttons .nav-tabs button[aria-selected=true] {
  border: none;
  box-shadow: inset 0px -1px 4px rgba(0, 0, 0, 0.26), inset 0px 1px 3px rgba(255, 255, 255, 0.4);
  background: radial-gradient(88.83% 261.79% at 50.49% 100%, #C74FFF 0%, #7141FF 44%, #6D3BFF 81%);
}
.blog-section-title-between .blog-tab-buttons .nav-tabs button:hover {
  border: none;
}

.active-pin.inw-blog-style-grid .inw-blog-card__media .inw-blog-card-list__icon {
  display: flex !important;
}

@media only screen and (max-width: 991px) {
  .mt_md--130 {
    margin-top: 130px;
  }
}

@media only screen and (max-width: 767px) {
  .mt-sm--130 {
    margin-top: 130px;
  }
}

.inw-blog-style-grid {
  transition: 0.3s;
  /* ========= MEDIA ========= */
  /* ========= IMAGE ========= */
  /* ========= CONTENT ========= */
  /* animation */
}
.inw-blog-style-grid:hover {
  transform: translateY(-5px);
}
.inw-blog-style-grid .inw-blog-card {
  border-radius: 12px;
  overflow: hidden;
  background: var(--bg-card);
  color: #fff;
}
.inw-blog-style-grid .inw-blog-card__media {
  display: grid;
  grid-template-columns: 52% 48%;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}
.inw-blog-style-grid .inw-blog-card__media .inw-blog-card-list__icon {
  display: none !important;
  position: absolute;
  top: 10px;
  right: 10px;
  opacity: 1;
  z-index: 3;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.12);
  text-decoration: none;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(8px);
  transition: all 0.35s ease;
}
.inw-blog-style-grid .inw-blog-card__media .inw-blog-card-list__icon i {
  font-size: 13px;
}
.inw-blog-style-grid .inw-blog-card__info {
  background: #a892e3;
  padding: 22px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.inw-blog-style-grid .inw-blog-card__category-title {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  color: #0a0510;
  line-height: 1.3;
}
.inw-blog-style-grid .inw-blog-card__chip span {
  position: relative;
  z-index: 2;
}
.inw-blog-style-grid .inw-blog-card__image {
  position: relative;
  background: linear-gradient(180deg, #a089db, #7f68bc);
  display: block;
  overflow: hidden;
}
.inw-blog-style-grid .inw-blog-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.inw-blog-style-grid .inw-blog-card__image::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 45%;
  left: 0;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.75));
}
.inw-blog-style-grid .inw-blog-card__author {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 2;
}
.inw-blog-style-grid .inw-blog-card__author h2 {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
}
.inw-blog-style-grid .inw-blog-card__author p {
  margin: 0;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
}
.inw-blog-style-grid .inw-blog-card__content {
  padding: 30px;
  background: var(--bg-card);
}
@media only screen and (max-width: 767px) {
  .inw-blog-style-grid .inw-blog-card__content {
    padding: 25px 20px;
  }
}
.inw-blog-style-grid .inw-blog-card__date {
  font-size: 14px;
  color: #b6a6c4;
  display: block;
}
.inw-blog-style-grid .inw-blog-card .title-blog {
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
}
.inw-blog-style-grid .inw-blog-card__title {
  font-size: 36px;
  font-weight: 700;
  margin: 12px 0;
  line-height: 1.3;
}
@media only screen and (max-width: 1199px) {
  .inw-blog-style-grid .inw-blog-card__title {
    font-size: 24px;
  }
}
.inw-blog-style-grid .inw-blog-card__desc {
  font-size: 16px;
  color: #b8aac8;
  line-height: 1.7;
}
.inw-blog-style-grid .inw-blog-card__btn {
  display: inline-block;
  margin-top: 16px;
  padding: 10px 18px;
  border-radius: 8px;
  background: #341255;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}
.inw-blog-style-grid .inw-blog-card__btn:hover {
  background: #4a1c75;
}
.inw-blog-style-grid:hover .inw-blog-card__image img {
  transform: scale(1.04);
}
@keyframes inw-rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.col-lg-4 .inw-blog-card__title {
  font-size: 28px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .col-lg-4 .inw-blog-card__title {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1199px) {
  .col-lg-4 .inw-blog-card__title {
    font-size: 22px;
  }
}
.col-lg-4 .inw-blog-style-grid .inw-blog-card__author h3 {
  font-size: 16px;
  margin-bottom: 5px;
}
.col-lg-4 .inw-blog-style-grid .inw-blog-card__author h2 {
  font-size: 16px;
}
.col-lg-4 .inw-blog-style-grid .inw-blog-card__author p {
  font-size: 12px;
}
.col-lg-4 .inw-blog-style-grid .inw-blog-card__category-title {
  font-size: 20px;
}
.col-lg-4 .inw-blog-style-grid .inw-blog-card {
  border-radius: 12px;
}

/* ========= category ========= */
.inw-blog-card__chip {
  align-self: flex-start;
  position: relative;
  display: inline-flex;
  border-radius: 999px;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 600;
  color: #1a0f2e;
  background: linear-gradient(180deg, #bca7ff, #ab91f2);
  overflow: hidden;
  isolation: isolate;
}
.inw-blog-card__chip span {
  position: relative;
  z-index: 2;
}

.inw-blog-card__chip::before {
  content: "";
  position: absolute;
  inset: -40%;
  border-radius: inherit;
  background: conic-gradient(from 0deg, transparent 0deg, transparent 300deg, #ffffff 330deg, transparent 360deg);
  animation: inw-rotate 3s linear infinite;
  z-index: 0;
}

.inw-blog-card__chip::after {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  background: linear-gradient(180deg, #bca7ff, #ab91f2);
  z-index: 1;
}

.inw-blog-card-list {
  display: grid;
  grid-template-columns: 255px 272px 1fr;
  min-height: 360px;
  border-radius: 18px;
  overflow: hidden;
  transition: transform 0.45s ease, box-shadow 0.45s ease;
  margin-bottom: 30px;
  background: #1a0127;
}
@media only screen and (max-width: 1199px) {
  .inw-blog-card-list {
    grid-template-columns: 190px 210px 1fr;
  }
}
.inw-blog-card-list:last-child {
  margin-bottom: 0;
}
.inw-blog-card-list:hover .inw-blog-card-list__image img {
  transform: scale(1.05);
}
.inw-blog-card-list:hover .inw-blog-card-list__icon {
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
  right: 14px;
  top: 14px;
  opacity: 1;
}
.inw-blog-card-list .inw-blog-card-list__left {
  position: relative;
  padding: 26px 26px 24px;
  background: #b19aed;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
.inw-blog-card-list .inw-blog-card-list__label {
  position: relative;
  z-index: 2;
  margin: 0;
  font-size: 31px;
  line-height: 1.35;
  font-weight: 800;
  letter-spacing: -1px;
  color: #09050d;
}
@media only screen and (max-width: 575px) {
  .inw-blog-card-list .inw-blog-card-list__label {
    font-size: 20px;
    margin-bottom: 25px;
  }
  .inw-blog-card-list .inw-blog-card-list__label br {
    display: none;
  }
}
.inw-blog-card-list .inw-blog-card-list__tag {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 44px;
  padding: 0 20px;
  border-radius: 999px;
  background: rgba(177, 154, 237, 0.95);
  border: 1px solid rgba(123, 89, 212, 0.3);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18), 0 6px 15px rgba(83, 44, 176, 0.12);
  color: #120321;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}
.inw-blog-card-list .inw-blog-card-list__image {
  position: relative;
  overflow: hidden;
  border-radius: 0 18px 18px 0;
}
.inw-blog-card-list .inw-blog-card-list__image.feature-post .inw-blog-card-list__icon {
  display: flex;
}
.inw-blog-card-list .inw-blog-card-list__image .inw-blog-card-list__icon {
  display: none;
}
@media only screen and (max-width: 991px) {
  .inw-blog-card-list .inw-blog-card-list__image {
    border-radius: 0 0 0 0;
  }
}
.inw-blog-card-list .inw-blog-card-list__image::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0) 34%, rgba(0, 0, 0, 0.25) 100%);
  z-index: 1;
}
.inw-blog-card-list .inw-blog-card-list__image::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 42%;
  background: linear-gradient(180deg, rgba(13, 4, 27, 0) 0%, rgba(13, 4, 27, 0.18) 35%, rgba(13, 4, 27, 0.84) 100%);
  z-index: 2;
}
.inw-blog-card-list .inw-blog-card-list__image img {
  transition: transform 0.55s ease;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.inw-blog-card-list .inw-blog-card-list__icon {
  position: absolute;
  top: 14px;
  right: 14px;
  opacity: 1;
  z-index: 3;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.12);
  text-decoration: none;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(8px);
  transition: all 0.35s ease;
}
.inw-blog-card-list .inw-blog-card-list__icon i {
  font-size: 13px;
}
.inw-blog-card-list .inw-blog-card-list__author {
  position: absolute;
  left: 26px;
  bottom: 24px;
  z-index: 3;
}
.inw-blog-card-list .inw-blog-card-list__author h3 {
  margin: 0 0 4px;
  color: #fff;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.3px;
}
.inw-blog-card-list .inw-blog-card-list__author span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 1.3;
}
.inw-blog-card-list .inw-blog-card-list__content {
  padding: 44px 40px 38px 35px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 575px) {
  .inw-blog-card-list .inw-blog-card-list__content {
    padding: 25px;
  }
}
.inw-blog-card-list .inw-blog-card-list__date,
.inw-blog-card-list .inw-blog-card-list__title,
.inw-blog-card-list .inw-blog-card-list__desc,
.inw-blog-card-list .inw-blog-card-list__btn {
  transition: transform 0.4s ease;
}
.inw-blog-card-list .inw-blog-card-list__date {
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 1.2;
}
.inw-blog-card-list .inw-blog-card-list__title {
  margin: 0 0 18px;
  color: #f7f3ff;
  font-size: 36px;
  line-height: 1.35;
  font-weight: 700;
  letter-spacing: -1px;
  max-width: 620px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .inw-blog-card-list .inw-blog-card-list__title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1199px) {
  .inw-blog-card-list .inw-blog-card-list__title {
    font-size: 24px;
  }
}
.inw-blog-card-list .inw-blog-card-list__desc {
  margin: 0 0 28px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 16px;
  line-height: 1.7;
  max-width: 560px;
  margin-top: 20px;
}
.inw-blog-card-list .inw-blog-card-list__btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  min-height: 46px;
  padding: 0 22px;
  border-radius: 10px;
  text-decoration: none;
  color: #fff;
  background: #2a0b49;
  border: 1px solid rgba(123, 75, 255, 0.14);
  box-shadow: inset 0 -2px 0 rgba(255, 255, 255, 0.04);
  font-size: 16px;
  font-weight: 600;
  transition: all 0.35s ease;
}
.inw-blog-card-list .inw-blog-card-list__btn i {
  font-size: 14px;
  transition: transform 0.35s ease;
}
.inw-blog-card-list .inw-blog-card-list__btn:hover {
  background: #35105a;
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(123, 75, 255, 0.28);
}
.inw-blog-card-list .inw-blog-card-list__btn:hover i {
  transform: translateX(4px);
}
@media (max-width: 991px) {
  .inw-blog-card-list {
    grid-template-columns: 1fr;
  }
  .inw-blog-card-list .inw-blog-card-list__image {
    min-height: 360px;
  }
}

.blog-card-style-thumb {
  padding: 10px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(109, 59, 255, 0.04) 0%, rgba(109, 59, 255, 0.06) 100%);
  border: 1px solid rgba(109, 59, 255, 0.12);
  backdrop-filter: blur(10px);
}
.blog-card-style-thumb a.thumbnail {
  display: block;
  overflow: hidden;
  border-radius: 16px;
}
.blog-card-style-thumb a.thumbnail img {
  transition: 0.5s;
}
@media only screen and (max-width: 991px) {
  .blog-card-style-thumb a.thumbnail img {
    width: 100%;
  }
}
.blog-card-style-thumb:hover .thumbnail img {
  transform: scale(1.05);
}
.blog-card-style-thumb .content {
  padding: 23px 20px;
}
.blog-card-style-thumb .content .title {
  font-size: 28px;
  line-height: 1.3;
  margin-bottom: 15px;
}
.blog-card-style-thumb .content p.desc {
  font-size: 16px;
  margin-bottom: 20px;
}
.blog-card-style-thumb.small-card .content {
  padding: 15px 5px 10px 5px;
}
.blog-card-style-thumb.small-card .content .title {
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 10px;
}
.blog-card-style-thumb.small-card .content p.desc {
  font-size: 16px;
  margin-bottom: 0;
}

.inw-blog-area-two {
  position: relative;
  z-index: 1;
}
.inw-blog-area-two .area-right-bg {
  position: absolute;
  left: auto;
  right: 0;
  bottom: 0;
  z-index: -1;
  max-width: 597px;
  mix-blend-mode: color-dodge;
  backdrop-filter: blur(10px);
}
.inw-blog-area-two .area-right-bg img {
  mix-blend-mode: color-dodge;
  opacity: 0.3;
}

/**************************************
    Default Styles
***************************************/
.blog-details-area-banner {
  background-image: url(../images/banner/blog-details.webp);
  padding: 92px 0;
  border-radius: 24px;
  margin: 0 15px;
  margin-top: 192px;
}
@media only screen and (max-width: 575px) {
  .blog-details-area-banner {
    padding: 50px 0;
  }
}

.blog-details-left-area .pre-title {
  padding: 9px 22px;
  background: rgba(109, 59, 255, 0.08);
  box-shadow: inset 0px -4px 4px rgba(255, 255, 255, 0.08);
  border-radius: 12px;
}
.blog-details-left-area .title {
  font-size: 60px;
  line-height: 1.25;
  margin-top: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .blog-details-left-area .title {
    font-size: 38px;
  }
}
@media only screen and (max-width: 1199px) {
  .blog-details-left-area .title {
    font-size: 38px;
  }
}
@media only screen and (max-width: 575px) {
  .blog-details-left-area .title {
    font-size: 28px;
    margin-top: 0;
  }
}
.blog-details-left-area .author-area-bottom {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media only screen and (max-width: 575px) {
  .blog-details-left-area .author-area-bottom {
    flex-wrap: wrap;
  }
}
.blog-details-left-area .author-area-bottom .author {
  display: flex;
  align-items: center;
  gap: 5px;
}
.blog-details-left-area .author-area-bottom .author .thumbnail {
  border-radius: 50%;
  max-width: 50px;
}
.blog-details-left-area .author-area-bottom .author .name {
  font-family: var(--font-secondary);
  font-weight: 700;
  color: var(--color-white);
}

.blog-detaile-right-area {
  padding: 73px 0 0 30px;
  display: flex;
  align-items: flex-end;
  background: linear-gradient(116.91deg, #6D3BFF 2.05%, #8A62FF 97.73%);
  border-radius: 24px;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .blog-detaile-right-area {
    border-radius: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-detaile-right-area {
    padding: 25px;
  }
}
.blog-detaile-right-area .right-image .thumbnail {
  width: 320px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .blog-detaile-right-area .right-image .thumbnail {
    width: 200px;
  }
}
@media only screen and (max-width: 1199px) {
  .blog-detaile-right-area .right-image .thumbnail {
    width: 150px;
  }
}
@media only screen and (max-width: 575px) {
  .blog-detaile-right-area .right-image .thumbnail {
    display: none;
  }
}
.blog-detaile-right-area .right-image .thumbnail::after {
  content: "";
  position: absolute;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  left: -10px;
  top: -10px;
  background: #8A62FF;
  border-radius: 12px 0 0 0;
  z-index: -1;
}
.blog-detaile-right-area .right-image .thumbnail::before {
  content: "";
  position: absolute;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  left: -20px;
  top: -20px;
  border-radius: 12px 0 0 0;
  z-index: -1;
  background: rgba(255, 255, 255, 0.06);
}
.blog-detaile-right-area .left-content {
  padding: 0 0px 40px 0;
}
@media only screen and (max-width: 575px) {
  .blog-detaile-right-area .left-content {
    padding: 0 0 0 0;
  }
}
.blog-detaile-right-area .left-content .title {
  font-size: 36px;
  line-height: 1.3;
}
@media only screen and (max-width: 1199px) {
  .blog-detaile-right-area .left-content .title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .blog-detaile-right-area .left-content .title {
    font-size: 24px;
  }
}
.blog-detaile-right-area .left-content .logo {
  margin-top: 50px;
}

.blog-details-area-left-wrapper .blog-details-inner-left {
  background: rgba(109, 59, 255, 0.08);
  border-radius: 12px;
  padding: 30px;
  position: relative;
}
@media only screen and (max-width: 575px) {
  .blog-details-area-left-wrapper .blog-details-inner-left {
    padding: 20px;
  }
}
.blog-details-area-left-wrapper .blog-details-inner-left::after {
  position: absolute;
  content: "";
  right: 30px;
  height: 211px;
  width: 2px;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(109, 59, 255, 0.32);
}
.blog-details-area-left-wrapper .blog-details-inner-left .title {
  font-size: 20px;
  color: var(--color-white);
}
.blog-details-area-left-wrapper .blog-details-inner-left ul {
  padding-left: 0;
  list-style: none;
  margin: 0;
}
@media only screen and (max-width: 575px) {
  .blog-details-area-left-wrapper .blog-details-inner-left ul li {
    margin: 2px 0;
  }
}
.blog-details-area-left-wrapper .blog-details-inner-left ul li a {
  font-size: 16px;
}
.blog-details-area-left-wrapper .inw-btn {
  width: 100%;
  max-width: 100%;
  text-align: center;
  margin-top: 20px;
}
.blog-details-area-left-wrapper .inw-btn .btn-text {
  max-width: max-content;
  margin: auto;
}

.blog-details-right-content p.desc {
  font-size: 16px;
}
.blog-details-right-content .thumbnail-1 {
  margin-bottom: 40px;
  text-align: center;
}
.blog-details-right-content .thumbnail-1 span {
  margin: auto;
  text-align: center;
  max-width: max-content;
  margin-top: 15px;
  display: block;
  font-size: 14px;
}
.blog-details-right-content .blog-details-content-two .title {
  font-size: 38px;
}
@media only screen and (max-width: 575px) {
  .blog-details-right-content .blog-details-content-two .title {
    font-size: 28px;
  }
}
.blog-details-right-content .blog-details-content-two p.desc {
  margin-bottom: 40px;
}
.blog-details-right-content .blog-details-content-two .list-with-image {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media only screen and (max-width: 767px) {
  .blog-details-right-content .blog-details-content-two .list-with-image {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.blog-details-right-content .blog-details-content-two .list-with-image .thumbnail {
  max-width: 362px;
  border-radius: 16px;
  display: block;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .blog-details-right-content .blog-details-content-two .list-with-image .thumbnail {
    max-width: 100%;
  }
}
.blog-details-right-content .blog-details-content-two .list-with-image .blog-details-list ul {
  padding-left: 0;
  margin: 0;
  list-style: none;
}
.blog-details-right-content .blog-details-content-two .list-with-image .blog-details-list ul li {
  padding: 0;
  margin: 12px 0;
  padding-left: 15px;
  position: relative;
  font-size: 16px;
  z-index: 1;
}
.blog-details-right-content .blog-details-content-two .list-with-image .blog-details-list ul li::after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 6px;
  width: 6px;
  background: var(--color-primary);
  border-radius: 50%;
}
.blog-details-right-content .blog-details-content-two .list-with-image .blog-details-list ul li::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  left: -2px;
  top: 50%;
  transform: translateY(-50%);
  background: #1E1E1E;
  box-shadow: inset 0px -4px 4px rgba(255, 255, 255, 0.08);
  border-radius: 100px;
}
.blog-details-right-content .quote-area {
  background-image: url(../images/blog/quote.webp);
  padding: 54px 40px;
  border-radius: 15px;
}
@media only screen and (max-width: 767px) {
  .blog-details-right-content .quote-area {
    padding: 35px 30px;
  }
}
.blog-details-right-content .quote-area p.desc {
  font-size: 36px;
  font-weight: 600;
  color: var(--color-white);
  margin-bottom: 0;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .blog-details-right-content .quote-area p.desc {
    font-size: 24px;
  }
}
@media only screen and (max-width: 575px) {
  .blog-details-right-content .quote-area p.desc {
    font-size: 18px;
  }
}

.blog-details-comment-area .section-title-area .title {
  margin-bottom: 10px;
}
.blog-details-comment-area .comment-form {
  background: rgba(109, 59, 255, 0.08);
  border-radius: 24px;
  padding: 30px;
}
@media only screen and (max-width: 575px) {
  .blog-details-comment-area .comment-form {
    padding: 20px;
  }
}
.blog-details-comment-area .comment-form .sm-input-wrapper {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media only screen and (max-width: 575px) {
  .blog-details-comment-area .comment-form .sm-input-wrapper {
    flex-wrap: wrap;
  }
}
.blog-details-comment-area .comment-form .sm-input-wrapper input {
  background: rgba(109, 59, 255, 0.08);
  border-radius: 12px;
  height: 55px;
}
.blog-details-comment-area .comment-form textarea {
  margin-top: 20px;
  height: 192px;
  background: rgba(109, 59, 255, 0.08);
  border-radius: 12px;
  padding: 15px;
}

.inw-blog-style-hover {
  background: rgba(109, 59, 255, 0.05);
}

.blog-style-hover {
  padding: 25px;
  background: rgba(109, 59, 255, 0.08);
  border-radius: 24px;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.blog-style-hover::after {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  left: 65px;
  top: -250px;
  background: var(--color-primary);
  filter: blur(50px);
  z-index: -1;
  transition: 0.3s;
  opacity: 0;
}
.blog-style-hover:hover::after {
  top: -150px;
  opacity: 1;
}
.blog-style-hover .thumbnail {
  border-radius: 24px;
  display: block;
  overflow: hidden;
  margin-bottom: 30px;
}
.blog-style-hover .thumbnail img {
  transition: 0.3s;
}
.blog-style-hover:hover .thumbnail img {
  transform: scale(1.1);
}
.blog-style-hover .content .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.blog-style-hover .content .head .title {
  font-size: 28px;
  margin-bottom: 0;
  transition: 0.3s;
}
.blog-style-hover .content .head .title:hover {
  color: var(--color-primary);
}
@media only screen and (max-width: 1199px) {
  .blog-style-hover .content .head .title {
    font-size: 20px;
  }
}
.blog-style-hover .content .head .bookmark {
  cursor: pointer;
  height: 45px;
  min-width: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.0980392157);
  backdrop-filter: blur(10px);
  transition: 0.3s;
}
.blog-style-hover .content .head .bookmark i {
  font-size: 16px;
  color: var(--color-white);
}
.blog-style-hover .content .head .bookmark:hover {
  background: var(--color-primary);
}
.blog-style-hover .content p.desc {
  font-size: 16px;
  margin-bottom: 30px;
}
.blog-style-hover .content .bottom-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 1199px) {
  .blog-style-hover .content .bottom-area {
    flex-wrap: wrap;
    gap: 15px;
  }
}
.blog-style-hover .content .bottom-area .left-area {
  display: flex;
  align-items: center;
  gap: 10px;
}
.blog-style-hover .content .bottom-area .left-area .author {
  max-width: 50px;
  display: block;
  overflow: hidden;
  border-radius: 50%;
}
.blog-style-hover .content .bottom-area .left-area .name {
  font-size: 16px;
}
.blog-style-hover .content .bottom-area .left-area .name span {
  color: var(--color-white);
}
.blog-style-hover .content .bottom-area .right {
  display: flex;
  align-items: center;
  gap: 10px;
}
.blog-style-hover .content .bottom-area .right p {
  margin-bottom: 0;
}

/**************************************
    header Styles
***************************************/
/**************************************
    Default Styles
***************************************/
.invers-header-area-style-one {
  top: 50px;
  position: absolute;
  width: 100%;
  z-index: 999;
}
@media only screen and (max-width: 575px) {
  .invers-header-area-style-one {
    top: 25px;
  }
}
.invers-header-area-style-one.sticky {
  top: 20px;
}
.invers-header-area-style-one.sticky .invers-header-style-one {
  backdrop-filter: blur(10px);
}
.invers-header-area-style-one .invers-header-style-one {
  background: rgba(109, 59, 255, 0.08);
  box-shadow: inset 0px -4px 4px rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
}
@media only screen and (max-width: 575px) {
  .invers-header-area-style-one .invers-header-style-one .logo img {
    max-width: 100px;
  }
}
.invers-header-area-style-one .invers-header-style-one .header-right {
  display: flex;
  align-items: center;
  gap: 15px;
}
.invers-header-area-style-one .invers-header-style-one .header-right .inw-btn-narrow {
  font-size: 16px;
}
.invers-header-area-style-one .invers-header-style-one .header-right .inw-btn-narrow span {
  font-weight: 500;
  color: var(--color-white);
}

.header--sticky.sticky {
  position: fixed !important;
  display: block;
  z-index: 50;
  width: 100%;
  animation: headerSticky 0.75s ease forwards;
}

@keyframes headerSticky {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
@media only screen and (max-width: 575px) {
  .invers-header-area-style-one .inw-btn,
  .invers-header-area-style-one .inw-btn-narrow {
    font-size: 14px !important;
  }
}

/**************************************
    Default Styles
***************************************/
.inw-site-header {
  z-index: 50;
  --nav-width: 1120px;
  --nav-height: 72px;
  --brand-color: #ffffff;
  --text-color: #ffffff;
  --muted-color: #6b7c93;
  --heading-color: #ffffff;
  --accent-color: #635bff;
  --panel-bg: #1B072E;
  --panel-radius: 14px;
  --panel-shadow: 0 36px 90px rgba(50, 50, 93, 0.22),
    0 18px 38px rgba(0, 0, 0, 0.10);
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-soft: cubic-bezier(0.22, 1, 0.36, 1);
  --duration-fast: 180ms;
  --duration-normal: 360ms;
  --duration-slow: 520ms;
}
.inw-site-header a {
  color: inherit;
  text-decoration: none;
}
.inw-site-header .nav-shell {
  width: min(100%, var(--nav-width));
  height: var(--nav-height);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
}
.inw-site-header .brand {
  color: var(--brand-color);
  font-size: 25px;
  font-weight: 850;
  letter-spacing: -0.055em;
}
.inw-site-header .main-nav {
  display: flex;
  align-items: center;
  gap: 4px;
  list-style: none;
  margin-bottom: 0;
}
.inw-site-header .nav-item {
  position: relative;
  margin: 0;
}
.inw-site-header .nav-item.is-active .nav-button {
  color: var(--color-primary);
  background: transparent;
}
.inw-site-header .nav-item.is-active .nav-button i::before {
  content: "\f077";
}
.inw-site-header .nav-button {
  height: 42px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 35px 5px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: rgba(255, 255, 255, 0.92);
  font: inherit;
  font-size: 15px;
  font-weight: 720;
  cursor: pointer;
  transition: background var(--duration-normal) var(--ease-out), color var(--duration-normal) var(--ease-out);
}
.inw-site-header .nav-button i {
  font-size: 12px;
}
.inw-site-header .nav-button:hover {
  color: var(--color-primary);
  background: transparent;
}
.inw-site-header .nav-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}
.inw-site-header .signin {
  color: rgba(255, 255, 255, 0.92);
  font-size: 15px;
  font-weight: 720;
}
.inw-site-header .sales-btn {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 18px;
  border-radius: 999px;
  color: #635bff;
  background: #ffffff;
  font-size: 14px;
  font-weight: 800;
  box-shadow: 0 12px 30px rgba(50, 50, 93, 0.18);
  transition: transform var(--duration-normal) var(--ease-out), box-shadow var(--duration-normal) var(--ease-out);
}
.inw-site-header .sales-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 42px rgba(50, 50, 93, 0.24);
}
.inw-site-header .dropdown-stage {
  position: absolute;
  left: 0;
  top: 82px;
  width: 760px;
  height: 320px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  overflow: visible;
  transform: translate3d(0, 14px, 0) scale(0.985);
  transform-origin: top center;
  will-change: transform, opacity, width, height, left;
  transition: opacity var(--duration-normal) var(--ease-out), visibility var(--duration-normal) var(--ease-out), transform var(--duration-normal) var(--ease-out), width var(--duration-slow) var(--ease-soft), height var(--duration-slow) var(--ease-soft), left var(--duration-slow) var(--ease-soft);
}
.inw-site-header .dropdown-stage.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate3d(0, 0, 0) scale(1);
}
.inw-site-header .dropdown-stage.is-open .is-visible {
  opacity: 1;
  pointer-events: auto;
}
.inw-site-header .dropdown-arrow {
  position: absolute;
  top: -6px;
  left: var(--arrow-left, 50%);
  width: 14px;
  height: 14px;
  background: var(--panel-bg);
  transform: translateX(-50%) rotate(45deg);
  border-radius: 3px 0 0 0;
  z-index: 2;
  transition: left var(--duration-slow) var(--ease-soft);
}
.inw-site-header .dropdown-bg {
  position: absolute;
  inset: 0;
  border-radius: var(--panel-radius);
  background: var(--panel-bg);
  box-shadow: var(--panel-shadow);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  overflow: visible;
}
.inw-site-header .dropdown-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.inw-site-header .dropdown-content-wrap {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 100%;
  overflow: visible;
  border-radius: var(--panel-radius);
}
.inw-site-header .dropdown-panel {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate3d(0, 10px, 0);
  transition: opacity var(--duration-fast) var(--ease-out), visibility var(--duration-fast) var(--ease-out), transform var(--duration-normal) var(--ease-out);
}
.inw-site-header .dropdown-panel.is-visible {
  opacity: 0;
  visibility: visible;
  pointer-events: none;
  transform: translate3d(0, 0, 0);
  transition-delay: 60ms;
}
.inw-site-header .panel-products {
  width: 560px;
  display: block;
}
.inw-site-header .panel-main {
  padding: 22px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
}
.inw-site-header .panel-solutions {
  width: 560px;
  padding: 18px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
}
.inw-site-header .panel-resources {
  width: 420px;
  padding: 16px;
}
.inw-site-header .panel-pages {
  width: 680px;
  padding: 20px;
}
.inw-site-header .panel-pages .pages-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.inw-site-header .panel-pages .pages-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 9px 10px;
  border-radius: 9px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  transition: color var(--duration-fast) ease, background var(--duration-fast) ease, transform var(--duration-fast) ease;
}
.inw-site-header .panel-pages .pages-link::after {
  content: "→";
  opacity: 0;
  transform: translateX(-4px);
  transition: opacity var(--duration-fast) ease, transform var(--duration-fast) ease;
}
.inw-site-header .panel-pages .pages-link:hover {
  color: var(--accent-color);
  background: rgba(246, 249, 252, 0.031372549);
  transform: translateX(2px);
}
.inw-site-header .panel-pages .pages-link:hover::after {
  opacity: 1;
  transform: translateX(0);
}
.inw-site-header .panel-company {
  width: 320px;
  padding: 16px;
  overflow: visible;
  z-index: 5;
}
.inw-site-header .menu-card {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 13px;
  padding: 13px;
  border-radius: 12px;
  transition: background var(--duration-fast) ease, transform var(--duration-fast) ease;
}
.inw-site-header .menu-card:hover {
  background: rgba(246, 249, 252, 0.031372549);
  transform: translateX(2px);
}
.inw-site-header .menu-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  color: var(--accent-color);
  background: rgba(99, 91, 255, 0.1);
}
.inw-site-header .menu-icon.blue {
  color: #00a3ff;
  background: rgba(0, 163, 255, 0.1);
}
.inw-site-header .menu-icon.green {
  color: #00b894;
  background: rgba(0, 184, 148, 0.1);
}
.inw-site-header .menu-icon.orange {
  color: #ff8a00;
  background: rgba(255, 138, 0, 0.12);
}
.inw-site-header .menu-icon svg {
  width: 21px;
  height: 21px;
}
.inw-site-header .menu-title {
  display: block;
  margin-bottom: 4px;
  color: var(--heading-color);
  font-size: 14px;
  font-weight: 820;
  letter-spacing: -0.015em;
}
.inw-site-header .menu-desc {
  display: block;
  color: #b9b9b9;
  font-size: 14px;
  line-height: 1.45;
}
.inw-site-header .third-menu {
  position: relative;
}
.inw-site-header .third-menu:hover > .third-menu-link {
  color: var(--accent-color);
  background: rgba(246, 249, 252, 0.031372549);
  transform: translateX(2px);
}
.inw-site-header .third-menu:hover > .third-submenu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate3d(0, 0, 0) scale(1);
}
.inw-site-header .third-menu-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 9px 12px;
  color: #fff;
  border-bottom: 1px solid rgba(10, 37, 64, 0.07);
  border-radius: 10px;
  font-size: 14px;
  font-weight: 720;
  transition: color var(--duration-fast) ease, background var(--duration-fast) ease, transform var(--duration-fast) ease;
}
.inw-site-header .third-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  width: 220px;
  padding: 10px;
  border-radius: 12px;
  background: rgb(27, 7, 46);
  border: 1px solid rgba(10, 37, 64, 0.08);
  box-shadow: 0 24px 60px rgba(50, 50, 93, 0.18), 0 12px 28px rgba(0, 0, 0, 0.08);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate3d(-8px, 0, 0) scale(0.98);
  transform-origin: left top;
  transition: opacity var(--duration-normal) var(--ease-out), visibility var(--duration-normal) var(--ease-out), transform var(--duration-normal) var(--ease-out);
}
.inw-site-header .third-submenu .third-menu {
  position: relative;
}
.inw-site-header .third-submenu .third-menu-link {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 12px;
  border-radius: 9px;
  color: #fff;
  border-bottom: 0;
  font-size: 13px;
  font-weight: 680;
}
.inw-site-header .third-submenu .third-menu-link:hover {
  color: var(--accent-color);
  background: rgba(246, 249, 252, 0.031372549);
  transform: translateX(2px);
}
.inw-site-header .third-submenu .third-submenu {
  top: -10px;
}
.inw-site-header .third-submenu::before {
  content: "";
  position: absolute;
  top: 14px;
  left: -6px;
  width: 12px;
  height: 12px;
  background: rgb(27, 7, 46);
  border-left: 1px solid rgba(10, 37, 64, 0.08);
  border-bottom: 1px solid rgba(10, 37, 64, 0.08);
  transform: rotate(45deg);
}
.inw-site-header .third-submenu a {
  position: relative;
  z-index: 1;
  display: block;
  padding: 10px 12px;
  border-radius: 9px;
  color: #fff;
  font-size: 13px;
  font-weight: 680;
  transition: color var(--duration-fast) ease, background var(--duration-fast) ease, transform var(--duration-fast) ease;
}
.inw-site-header .third-submenu a:hover {
  color: var(--accent-color);
  background: rgba(246, 249, 252, 0.031372549);
  transform: translateX(2px);
}
.inw-site-header .mobile-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  color: #ffffff;
  cursor: pointer;
}
.inw-site-header .mobile-toggle span, .inw-site-header .mobile-toggle::before, .inw-site-header .mobile-toggle::after {
  content: "";
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  border-radius: 99px;
  background: currentColor;
}
@media only screen and (max-width: 991px) {
  .inw-site-header .main-nav,
  .inw-site-header .nav-actions,
  .inw-site-header .dropdown-stage {
    display: none;
  }
  .inw-site-header .mobile-toggle {
    display: inline-block;
  }
}

.inw-site-header {
  position: relative;
}

/**************************************
    Default Styles
***************************************/
.breadcrumb-area-1 {
  height: 600px;
  max-width: 100%;
  margin: 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 0 15px 15px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 575px) {
  .breadcrumb-area-1 {
    height: 520px;
    margin: 0 5px;
  }
}
.breadcrumb-area-1 .breadcrumb-inner-content {
  width: 850px;
  margin: auto;
  text-align: center;
  padding-top: 120px;
}
@media only screen and (max-width: 991px) {
  .breadcrumb-area-1 .breadcrumb-inner-content {
    width: 100%;
  }
}
.breadcrumb-area-1 .breadcrumb-inner-content .title {
  font-size: 60px;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .breadcrumb-area-1 .breadcrumb-inner-content .title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .breadcrumb-area-1 .breadcrumb-inner-content .title {
    font-size: 38px;
  }
}
.breadcrumb-area-1 .breadcrumb-inner-content p.desc {
  font-size: 20px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 575px) {
  .breadcrumb-area-1 .breadcrumb-inner-content p.desc {
    font-size: 16px;
  }
}
.breadcrumb-area-1 .breadcrumb-inner-content .breadcrumb-pagination ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
}
.breadcrumb-area-1 .breadcrumb-inner-content .breadcrumb-pagination ul li a {
  color: var(--color-white);
  font-size: 14px;
}
.breadcrumb-area-1 .breadcrumb-inner-content .breadcrumb-pagination ul li.active {
  position: relative;
}
.breadcrumb-area-1 .breadcrumb-inner-content .breadcrumb-pagination ul li.active a {
  color: #B3B3B3;
}
.breadcrumb-area-1 .breadcrumb-inner-content .breadcrumb-pagination ul li.active::after {
  content: "";
  position: absolute;
  left: -15px;
  top: 53%;
  transform: translateY(-50%);
  bottom: -10px;
  width: 8px;
  height: 8px;
  background-color: var(--color-primary);
  border-radius: 50%;
}

.image-distortion {
  position: relative;
}

.image-distortion canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

/**************************************
    footer Styles
***************************************/
/**************************************
    Default Styles
***************************************/
.single-footer-widget-right .widget-title {
  font-size: 20px;
  margin-bottom: 30px;
}
.single-footer-widget-right .widget-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.single-footer-widget-right .widget-list li {
  margin: 0;
  padding: 0;
}
.single-footer-widget-right .widget-list li a {
  font-size: 16px;
  margin: 5px 0;
}

.copyright-area-wrapper {
  padding: 100px 0 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  .copyright-area-wrapper {
    padding: 30px 0 0 0;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .copyright-area-wrapper {
    padding: 40px 0 0 0;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
  }
}
.copyright-area-wrapper .right-area p {
  margin: 0;
  font-size: 16px;
}
.copyright-area-wrapper .right-area p a {
  color: var(--color-white);
}
@media only screen and (max-width: 767px) {
  .copyright-area-wrapper .right-area p {
    text-align: center;
  }
}

.footer-style-one {
  margin: 0 60px 75px 60px;
  background-image: url(../images/footer/footer-one-bg.webp);
  padding: 100px 20px 40px 20px;
  border-radius: 24px;
}
@media only screen and (max-width: 575px) {
  .footer-style-one {
    margin: 0 0px 20px 0px;
    border-radius: 0;
    padding: 45px 20px;
  }
}
.footer-style-one .footer-left-area p.desc {
  max-width: 50%;
  font-size: 16px;
  margin-top: 25px;
}
@media only screen and (max-width: 767px) {
  .footer-style-one .footer-left-area p.desc {
    max-width: 100%;
  }
}

.footer-bg-two {
  background: #1B072E;
}

.footer-two-left-widget .awards-area-wrapper {
  display: flex;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
  margin-bottom: 40px;
  margin-top: 60px;
}
.footer-two-left-widget .awards-area-wrapper p.desc {
  font-size: 16px;
}
.footer-two-left-widget .awards-area-wrapper .single-awards {
  max-width: 85px;
}
.footer-two-left-widget p.bottom {
  margin-bottom: 0;
}

.footer-two-single-widget .title {
  font-size: 24px;
}
.footer-two-single-widget .list-footer {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.footer-two-single-widget .list-footer li {
  margin: 5px 0;
}
.footer-two-single-widget .list-footer li a {
  font-size: 16px;
}

.bg-footer-two {
  max-width: 1820px;
  margin: auto;
  margin-bottom: 50px;
  border-radius: 24px;
  padding: 80px;
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 2;
  box-shadow: inset 0px -1px 4px rgba(0, 0, 0, 0.26), inset 0px 1px 3px rgba(255, 255, 255, 0.4);
}
@media only screen and (max-width: 767px) {
  .bg-footer-two {
    padding: 30px 15px;
    margin-bottom: 25px;
  }
}
.bg-footer-two::after {
  content: "";
  position: absolute;
  width: 874px;
  height: 154px;
  left: -180px;
  bottom: 0;
  opacity: 1;
  background: var(--color-primary);
  filter: blur(120px);
  z-index: -1;
  transform: rotate(45deg);
}
.bg-footer-two::before {
  content: "";
  position: absolute;
  width: 874px;
  height: 154px;
  right: -180px;
  bottom: 0;
  opacity: 1;
  background: var(--color-primary);
  filter: blur(120px);
  z-index: -1;
  transform: rotate(-45deg);
}

.footer-twp-top-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 1199px) {
  .footer-twp-top-area {
    flex-wrap: wrap;
  }
}
.footer-twp-top-area .left-area {
  max-width: 50%;
}
@media only screen and (max-width: 1199px) {
  .footer-twp-top-area .left-area {
    max-width: 100%;
  }
}
.footer-twp-top-area .left-area .logo {
  display: block;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .footer-twp-top-area .left-area .logo img {
    max-width: 150px;
  }
}
.footer-twp-top-area .left-area p.desc {
  max-width: 75%;
}
@media only screen and (max-width: 575px) {
  .footer-twp-top-area .left-area p.desc {
    max-width: 100%;
  }
}

.social-button-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media only screen and (max-width: 767px) {
  .social-button-wrapper {
    flex-wrap: wrap;
  }
}
.social-button-wrapper .inw-btn {
  display: flex;
  align-items: center;
  gap: 5px;
}

.news-letter-area-one {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 60px;
  background: rgba(109, 59, 255, 0.04);
  border: 2px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
  border-radius: 24px;
}
@media only screen and (max-width: 767px) {
  .news-letter-area-one {
    padding: 25px 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .news-letter-area-one {
    flex-wrap: wrap;
    gap: 25px;
    margin-bottom: 80px !important;
  }
}
@media only screen and (max-width: 991px) {
  .news-letter-area-one {
    margin-bottom: 40px !important;
  }
}
.news-letter-area-one .content-area {
  flex-basis: 50%;
}
@media only screen and (max-width: 1199px) {
  .news-letter-area-one .content-area {
    flex-basis: 100%;
  }
}
.news-letter-area-one .content-area .title {
  font-size: 44px;
}
@media only screen and (max-width: 767px) {
  .news-letter-area-one .content-area .title {
    font-size: 28px;
  }
}
.news-letter-area-one .content-area p.desc {
  margin-bottom: 0;
  font-size: 16px;
  max-width: 87%;
}
@media only screen and (max-width: 767px) {
  .news-letter-area-one .content-area p.desc {
    max-width: 100%;
  }
}
.news-letter-area-one .form-area {
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .news-letter-area-one .form-area {
    flex-basis: 100%;
  }
}
.news-letter-area-one .form-area input {
  width: 583px;
  height: 70px;
  border-radius: 100px;
  padding: 15px 20px;
  border: 2px solid rgba(255, 255, 255, 0.08);
}
@media only screen and (max-width: 1199px) {
  .news-letter-area-one .form-area input {
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .news-letter-area-one .form-area input {
    width: 100%;
  }
}
.news-letter-area-one .form-area input:focus {
  border-color: var(--color-primary);
}
.news-letter-area-one .form-area button {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 100px;
  border: none;
}

.copyright-area-two {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  .copyright-area-two {
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    text-align: center;
  }
}
.copyright-area-two p.desc {
  margin-bottom: 0;
  font-size: 16px;
}
.copyright-area-two .right-area ul {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  gap: 15px;
  list-style: none;
}
@media only screen and (max-width: 767px) {
  .copyright-area-two .right-area ul {
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    text-align: center;
  }
}
.copyright-area-two .right-area ul li {
  margin: 0;
}
.copyright-area-two .right-area ul li a {
  font-size: 16px;
}

.footer-three-widget-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 120px;
}
@media only screen and (max-width: 1199px) {
  .footer-three-widget-wrapper {
    flex-wrap: wrap;
    gap: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .footer-three-widget-wrapper {
    padding-bottom: 60px;
  }
}
.footer-three-widget-wrapper .footer-three-single-widget .title {
  font-size: 32px;
}
@media only screen and (max-width: 991px) {
  .footer-three-widget-wrapper .footer-three-single-widget .title {
    font-size: 20px;
  }
}
.footer-three-widget-wrapper .footer-three-single-widget .list-footer {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.footer-three-widget-wrapper .footer-three-single-widget .list-footer li {
  margin: 5px 0;
}
.footer-three-widget-wrapper .footer-three-single-widget .list-footer li a {
  font-size: 16px;
}

.copyright-three-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .copyright-three-wrapper {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.copyright-three-wrapper .separator-animated-border {
  position: absolute;
  top: 0;
  width: 100%;
}
.copyright-three-wrapper p.desc {
  margin-bottom: 0;
  font-size: 16px;
}

.social-area-narrow {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 18px;
  list-style: none;
}
.social-area-narrow li {
  margin: 0;
  padding: 0;
}
.social-area-narrow li a i {
  font-size: 18px;
}
/*# sourceMappingURL=../maps/style.css.map */
