/* ---------------------------------------------------------
    * Name: Seonex | SEO/Marketing HTML Template
    * Version: 1.0.0
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Reset
    * Typography
    * Custom Class

    * Components
        ** Layout
        ** Header
        ** Blog
        ** Form
        ** Animation
        ** Hover
        ** Box Icon
        ** Popup
        ** Tab
        ** Go Top
        ** Button
        ** Card
        ** Section
        ** Slider
        ** Testimonial
        ** Widget
        ** Shop
        ** Product
        ** Nice Select
        ** Lookbook
        ** Accordion
        ** Footer
 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable --------- */
:root {
  --digital-marketing-blue: #0B1BE6;
  --digital-marketing-black: #1F1F1F;
  --digital-marketing-light: #DCF247;
  --digital-marketing-gray: #F3F4F6;
  --digital-marketing-dark: #080B1E;
  --seo-purple: #6432FF;
  --seo-black: #090705;
  --seo-gray-dark: #EFEFFF;
  --branding-agency-black: #000000;
  --branding-agency-purple: #6219F0;
  --branding-agency-light-green: #BBFB00;
  --seo-marketing-blue: #1B194D;
  --seo-marketing-pink: #F0006D;
  --seo-marketing-purple: #8160FF;
  --seo-marketing-gray: #F8F9FB;
  --color-border-1: rgba(31, 31, 31, 0.1);
  --color-border-2: rgba(9, 7, 5, 0.1);
  --color-border-3: rgba(255, 255, 255, 0.1);
  --color-border-4: #6219F01A;
  --color-border-5: #FFFFFF4D;
  --color-border-6: #6219F012;
  --color-border-7: #8160FF1A;
  --color-border-8: #1B194D1A;
  --color-bg-2: #FFFFFF0D;
  --color-bg-3: #D9D9D9;
  --color-bg-4: #8C67FF;
  --color-bg-5: #6219F00D;
  --color-text-1: #FFFFFFA6;
  --color-text-2: #FFFFFF66;
  --color-text-3: #FFFFFF80;
  --color-text-4: #FFFFFFBF;
  --paragraph: #797979;
  --white: #FFFFFF;
  --black: #000000;
}

/*------------ Core CSS ------------ */
/* ---------------------------------------------------------
    * Name: Seonex | SEO/Marketing HTML Template
    * Version: 1.0.0
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Reset
    * Typography
    * Custom Class

    * Components
        ** Layout
        ** Header
        ** Blog
        ** Form
        ** Animation
        ** Hover
        ** Box Icon
        ** Popup
        ** Tab
        ** Go Top
        ** Button
        ** Card
        ** Section
        ** Slider
        ** Testimonial
        ** Widget
        ** Shop
        ** Product
        ** Nice Select
        ** Lookbook
        ** Accordion
        ** Footer
 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable --------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
}

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

/* Elements
-------------------------------------------------------------- */
html {
  margin-right: 0 !important;
  scroll-behavior: smooth;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Figtree", sans-serif;
  font-weight: 400;
  font-size: 16px !important;
  line-height: 26px !important;
  background-color: var(--white);
  height: 100%;
}

body::-webkit-scrollbar {
  display: none;
}

p {
  font-family: "Figtree", sans-serif;
  font-weight: 400;
  font-size: 16px !important;
  line-height: 26px !important;
}

img {
  max-width: 100%;
  height: auto;
  transform: scale(1);
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}

ul,
li {
  list-style-type: none;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

table {
  width: 100%;
  overflow-x: auto;
  table-layout: auto;
  border-collapse: collapse;
}

td,
th {
  padding: 12px 16px;
}
@media (min-width: 1200px) {
  td,
  th {
    padding: 16px 24px;
  }
}

svg path {
  -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;
}

button {
  background: transparent;
  border: 0;
  display: inline-flex;
  -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;
}

select,
option {
  all: unset;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
}

:-ms-input-placeholder {
  color: var(--secondary-2);
}

b,
strong {
  font-weight: bolder;
}

video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.text-stroke-white {
  -webkit-text-stroke: 2px var(--white);
  color: transparent;
}

.text-normal {
  text-transform: none !important;
}

a {
  -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;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  font-family: "Figtree", sans-serif;
  color: var(--text);
}
a:focus, a:hover {
  text-decoration: none;
  outline: 0;
}

.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.grid-6 {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}

[data-grid=grid-1] {
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr;
}

[data-grid=grid-2] {
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr 1fr;
}

[data-grid=grid-3] {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(3, 1fr);
}

[data-grid=grid-4] {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(4, 1fr);
}

[data-grid=grid-5] {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(5, 1fr);
}

[data-grid=grid-6] {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(6, 1fr);
}

[data-grid=grid-7] {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(7, 1fr);
}

.grid-template-columns-2 {
  grid-template-columns: 1fr 1fr;
}

.tf-row-flex {
  display: flex;
  flex-direction: row;
  column-gap: 30px;
  row-gap: 30px;
}

#scroll-top {
  position: fixed;
  display: block;
  width: 48px;
  height: 48px;
  line-height: 50px;
  border-radius: 4px;
  z-index: 1;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  overflow: hidden;
  z-index: 100;
  background-color: var(--main);
  border: 0;
  bottom: 92px;
  right: 20px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  -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;
}
#scroll-top.show {
  opacity: 1;
  visibility: visible;
}
#scroll-top.type-1 {
  bottom: 140px;
}
#scroll-top:hover {
  transform: translateY(-5px);
  background-color: var(--primary);
}

/* Preload 
------------------------------------------- */
.preload-container {
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
  background: #ffffff;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 99999999999;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.spinner {
  width: 60px;
  height: 60px;
  border: 3px solid transparent;
  border-top: 3px solid var(--primary);
  border-radius: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  animation: spin 1s infinite linear;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.br-line {
  width: 100%;
  height: 1px;
  display: inline-flex;
  background-color: var(--line);
}
.br-line.type-vertical {
  width: 1px;
  height: 16px;
}
.br-line.style-dashed {
  background-color: transparent;
  border: 1px dashed var(--line-8);
}
.br-line.h-24 {
  height: 24px;
}

.br-dot {
  display: flex;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--black);
}

.opacity-10 {
  opacity: 0.1 !important;
}

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

.backdrop-ft-unset {
  backdrop-filter: unset !important;
}

.tf-swiper .swiper-slide {
  height: auto;
}
.tf-swiper .swiper-slide > * {
  height: 100%;
}

.initial-child-container {
  flex: 0 0 auto;
  display: flex;
  min-width: auto;
  flex-direction: row;
  align-items: center;
}

.marquee-wrapper {
  display: flex;
  animation: infiniteScroll 7s linear infinite;
  align-items: center;
  transition: animation-duration 300ms;
}

.min-w-unset {
  min-width: unset !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.flex-1 {
  flex: 1;
}

@media (min-width: 1200px) {
  .flex-xl-1 {
    flex: 1 !important;
  }
}

@media (min-width: 576px) {
  .flex-sm-1 {
    flex: 1 !important;
  }
}

.h-unset {
  height: unset !important;
}

@media (min-width: 576px) {
  .h-sm-100 {
    height: 100% !important;
  }
}
@media (min-width: 1200px) {
  .gap-xl-64 {
    gap: 64px !important;
  }
  .gap-xl-40 {
    gap: 40px !important;
  }
  .h-xl-unset {
    height: unset !important;
  }
}
@media (min-width: 1440px) {
  .text-xxl-nowrap {
    white-space: nowrap !important;
  }
}
@media (min-width: 1600px) {
  .d-xxxl-flex {
    display: flex !important;
  }
}
[data-background] {
  background-size: cover;
  background-repeat: no-repeat;
}

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

.tf-letter {
  display: inline-block;
}

/* ---------------------------------------------------------
    * Name: Seonex | SEO/Marketing HTML Template
    * Version: 1.0.0
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Reset
    * Typography
    * Custom Class

    * Components
        ** Layout
        ** Header
        ** Blog
        ** Form
        ** Animation
        ** Hover
        ** Box Icon
        ** Popup
        ** Tab
        ** Go Top
        ** Button
        ** Card
        ** Section
        ** Slider
        ** Testimonial
        ** Widget
        ** Shop
        ** Product
        ** Nice Select
        ** Lookbook
        ** Accordion
        ** Footer
 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable --------- */
/* Typography
============================================================== */
/* Heading */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Figtree", sans-serif;
  text-rendering: optimizeLegibility;
  font-weight: 500;
  margin-bottom: 0;
  letter-spacing: 0;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Figtree", sans-serif;
  text-rendering: optimizeLegibility;
  font-weight: 400;
  margin-bottom: 0;
  letter-spacing: 0;
}

h1,
.h1 {
  font-size: clamp(48px, 8.33vw, 100px) !important;
  line-height: clamp(56px, 8.33vw, 100px) !important;
}

h2,
.h2 {
  font-size: clamp(32px, 5.42vw, 65px) !important;
  line-height: clamp(36px, 5.83vw, 70px) !important;
}

h3,
.h3 {
  font-size: clamp(25px, 2.5vw, 30px) !important;
  line-height: clamp(26px, 3.33vw, 40px) !important;
}

h4,
.h4 {
  font-size: clamp(22px, 2.25vw, 27px) !important;
  line-height: clamp(22px, 2.25vw, 27px) !important;
}

h5,
.h5 {
  font-size: clamp(20px, 2vw, 24px) !important;
  line-height: clamp(22px, 2.42vw, 29px) !important;
}

h6,
.h6 {
  font-size: clamp(20px, 1.83vw, 22px) !important;
  line-height: clamp(20px, 2.5vw, 30px) !important;
}

/* Text Design */
.text-body-1 {
  font-size: clamp(16px, 1.67vw, 20px) !important;
  line-height: clamp(22px, 2vw, 24px) !important;
}

.text-body-2 {
  font-size: 18px !important;
  line-height: 30px !important;
}
@media (max-width: 767px) {
  .text-body-2 {
    font-size: 16px !important;
    line-height: 24px !important;
  }
}

.text-body-3 {
  font-size: 16px;
  line-height: 100%;
}

.text-body-4 {
  font-size: clamp(22px, 2.67vw, 32px);
  line-height: clamp(26px, 3.33vw, 40px);
}

.text-caption-2 {
  font-size: 14px;
  line-height: 100%;
}

.text-caption {
  font-size: 13px;
  line-height: 100%;
}

.ff-2 {
  font-family: "Manrope", sans-serif;
}

.fw-4 {
  font-weight: 400 !important;
}

.fw-5 {
  font-weight: 500 !important;
}

.fw-6 {
  font-weight: 600 !important;
}

.fw-7 {
  font-weight: 700 !important;
}

.fw-8 {
  font-weight: 800 !important;
}

/* Font custom */
/* Font size */
.fs-14 {
  font-size: 14px !important;
}

.fs-18 {
  font-size: 18px;
}

.fs-20 {
  font-size: 20px !important;
}

.fs-24 {
  font-size: 24px;
}

.fs-35 {
  font-size: clamp(20px, 2.92vw, 35px) !important;
}

.fs-40 {
  font-size: clamp(23px, 3.33vw, 40px) !important;
}

.fs-50 {
  font-size: clamp(24px, 4.17vw, 50px) !important;
}

.fs-55 {
  font-size: clamp(28px, 4.58vw, 55px) !important;
}

.fs-60 {
  font-size: 60px;
}

.fs-85 {
  font-size: clamp(36px, 5.9vw + 14px, 85px) !important;
}

.fs-130 {
  font-size: clamp(48px, 6.77vw, 130px) !important;
}

.fs-170 {
  font-size: clamp(50px, 8.95vw, 170px) !important;
}

.fs-200 {
  font-size: clamp(55px, 16.67vw, 200px) !important;
}

.fs-210 {
  font-size: clamp(55px, 11.05vw, 210px) !important;
}

.fs-250 {
  font-size: clamp(55px, 14.36vw, 250px) !important;
}

/* Line height */
.lh-24 {
  line-height: 24px !important;
}

.lh-28 {
  line-height: clamp(20px, 2.65vw, 28px) !important;
}

.lh-30 {
  line-height: clamp(22px, 2.67vw, 30px) !important;
}

.lh-32 {
  line-height: clamp(24px, 2.67vw, 32px) !important;
}

.lh-35 {
  line-height: clamp(24px, 2.92vw, 35px) !important;
}

.lh-36 {
  line-height: clamp(24px, 3vw, 36px) !important;
}

.lh-50 {
  line-height: clamp(29px, 4.17vw, 50px) !important;
}

.lh-60 {
  line-height: clamp(32px, 5vw, 60px) !important;
}

.lh-65 {
  line-height: clamp(40px, 5.42vw, 65px) !important;
}

.lh-70 {
  line-height: clamp(36px, 5.83vw, 70px) !important;
}

.lh-120 {
  line-height: clamp(50px, 6.25vw, 120px);
}

.lh-300 {
  line-height: clamp(76px, 20.83vw, 300px) !important;
}

.lh-100 {
  line-height: 100% !important;
}

/* Responsive */
/* ---------------------------------------------------------
    * Name: Seonex | SEO/Marketing HTML Template
    * Version: 1.0.0
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Reset
    * Typography
    * Custom Class

    * Components
        ** Layout
        ** Header
        ** Blog
        ** Form
        ** Animation
        ** Hover
        ** Box Icon
        ** Popup
        ** Tab
        ** Go Top
        ** Button
        ** Card
        ** Section
        ** Slider
        ** Testimonial
        ** Widget
        ** Shop
        ** Product
        ** Nice Select
        ** Lookbook
        ** Accordion
        ** Footer
 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable --------- */
/* General
============================================================== */
.flat-spacing-1 {
  padding-top: 130px;
  padding-bottom: 130px;
}
@media (max-width: 1439px) {
  .flat-spacing-1 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 991px) {
  .flat-spacing-1 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.flat-spacing-2 {
  margin-top: 0;
  margin-bottom: 100px;
}
@media (max-width: 1439px) {
  .flat-spacing-2 {
    margin-top: 0;
    margin-bottom: 80px;
  }
}
@media (max-width: 991px) {
  .flat-spacing-2 {
    margin-top: 0;
    margin-bottom: 60px;
  }
}

.flat-spacing-3 {
  padding-top: 0;
  padding-bottom: 130px;
}
@media (max-width: 1439px) {
  .flat-spacing-3 {
    padding-top: 0;
    padding-bottom: 80px;
  }
}
@media (max-width: 991px) {
  .flat-spacing-3 {
    padding-top: 0;
    padding-bottom: 60px;
  }
}

.flat-spacing-4 {
  padding-top: 130px;
  padding-bottom: 77px;
}
@media (max-width: 1439px) {
  .flat-spacing-4 {
    padding-top: 80px;
    padding-bottom: 70px;
  }
}
@media (max-width: 991px) {
  .flat-spacing-4 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.flat-spacing-5 {
  padding-top: 130px;
  padding-bottom: 170px;
}
@media (max-width: 1439px) {
  .flat-spacing-5 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 991px) {
  .flat-spacing-5 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.flat-spacing-6 {
  padding-top: 130px;
  padding-bottom: 100px;
}
@media (max-width: 1439px) {
  .flat-spacing-6 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 991px) {
  .flat-spacing-6 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.flat-spacing-7 {
  padding-top: 130px;
  padding-bottom: 0;
}
@media (max-width: 1439px) {
  .flat-spacing-7 {
    padding-top: 80px;
    padding-bottom: 0;
  }
}
@media (max-width: 991px) {
  .flat-spacing-7 {
    padding-top: 60px;
    padding-bottom: 0;
  }
}

.flat-spacing-7 {
  padding-top: 130px;
  padding-bottom: 0;
}
@media (max-width: 1439px) {
  .flat-spacing-7 {
    padding-top: 80px;
    padding-bottom: 0;
  }
}
@media (max-width: 991px) {
  .flat-spacing-7 {
    padding-top: 60px;
    padding-bottom: 0;
  }
}

.flat-spacing-8 {
  padding-top: 130px;
  padding-bottom: 115px;
}
@media (max-width: 1439px) {
  .flat-spacing-8 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 991px) {
  .flat-spacing-8 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.flat-spacing-9 {
  padding-top: 100px;
  padding-bottom: 130px;
}
@media (max-width: 1439px) {
  .flat-spacing-9 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 991px) {
  .flat-spacing-9 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.flat-spacing-10 {
  padding-top: 0;
  padding-bottom: 126px;
}
@media (max-width: 1439px) {
  .flat-spacing-10 {
    padding-top: 0;
    padding-bottom: 80px;
  }
}
@media (max-width: 991px) {
  .flat-spacing-10 {
    padding-top: 0;
    padding-bottom: 60px;
  }
}

.flat-spacing-11 {
  padding-top: 165px;
  padding-bottom: 130px;
}
@media (max-width: 1439px) {
  .flat-spacing-11 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 991px) {
  .flat-spacing-11 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.flat-spacing-12 {
  margin-top: 0;
  margin-bottom: 85px;
}
@media (max-width: 1439px) {
  .flat-spacing-12 {
    margin-top: 0;
    margin-bottom: 80px;
  }
}
@media (max-width: 991px) {
  .flat-spacing-12 {
    margin-top: 0;
    margin-bottom: 60px;
  }
}

.flat-spacing-13 {
  padding-top: 115px;
  padding-bottom: 130px;
}
@media (max-width: 1439px) {
  .flat-spacing-13 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 991px) {
  .flat-spacing-13 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.mw-762 {
  max-width: 762px !important;
  width: 100% !important;
}

/* Margin */
.mt-10 {
  margin-top: 10px;
}

.mt-18 {
  margin-top: 15px;
}
@media (min-width: 992px) {
  .mt-18 {
    margin-top: 18px !important;
  }
}

.mt-20 {
  margin-top: 15px;
}
@media (min-width: 992px) {
  .mt-20 {
    margin-top: 20px !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-20 {
    margin-top: 20px !important;
  }
}

.mt-30 {
  margin-top: 30px;
}

.mt-47 {
  margin-top: 47px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-100 {
  margin-top: 100px;
}
@media (max-width: 1439px) {
  .mt-100 {
    margin-top: 80px;
  }
}
@media (max-width: 991px) {
  .mt-100 {
    margin-top: 60px;
  }
}

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

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

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

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

.mb-13 {
  margin-bottom: 12px;
}

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

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

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

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

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

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

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

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

.mb-24 {
  margin-bottom: 24px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

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

.mb-30 {
  margin-bottom: 30px !important;
}

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

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

.mb-37 {
  margin-bottom: 37px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

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

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

.mb-lg-54 {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .mb-lg-54 {
    margin-bottom: 54px;
  }
}

.mb-xl-50 {
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .mb-xl-50 {
    margin-bottom: 50px;
  }
}

.mb-xl-97 {
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .mb-xl-97 {
    margin-bottom: 97px;
  }
}

.mb-xl-100 {
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .mb-xl-100 {
    margin-bottom: 100px;
  }
}

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

.mb-68 {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .mb-68 {
    margin-bottom: 68px !important;
  }
}

.mb-70 {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .mb-70 {
    margin-bottom: 70px !important;
  }
}

.mb-72 {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .mb-72 {
    margin-bottom: 72px !important;
  }
}

.mb-74 {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .mb-74 {
    margin-bottom: 74px !important;
  }
}

.mb-77 {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .mb-77 {
    margin-bottom: 77px !important;
  }
}

.mb-104 {
  margin-bottom: 104px;
}
@media (max-width: 1439px) {
  .mb-104 {
    margin-bottom: 80px;
  }
}
@media (max-width: 991px) {
  .mb-104 {
    margin-bottom: 60px;
  }
}

/* Padding */
.pb-57 {
  padding-bottom: 57px;
}

/* Gap */
.g-7 {
  gap: 7px !important;
}

.g-8 {
  gap: 8px !important;
}

.g-10 {
  gap: 10px !important;
}

.g-12 {
  gap: 12px !important;
}

.g-15 {
  gap: 15px !important;
}

.g-20 {
  gap: 20px !important;
}

.g-28 {
  gap: 28px !important;
}

.g-30 {
  gap: 30px;
}

.g-40 {
  gap: 40px !important;
}

.g-50 {
  gap: 30px;
}
@media (min-width: 992px) {
  .g-50 {
    gap: 50px !important;
  }
}

.g-60 {
  gap: 30px;
}
@media (min-width: 992px) {
  .g-60 {
    gap: 60px !important;
  }
}

.g-70 {
  gap: 30px;
}
@media (min-width: 992px) {
  .g-70 {
    gap: 70px !important;
  }
}

.g-100 {
  gap: 100px;
}

.rg-8 {
  row-gap: 8px !important;
}

.rg-15 {
  row-gap: 15px !important;
}

.rg-30 {
  row-gap: 30px !important;
}

.rg-50 {
  row-gap: 50px !important;
}

.rg-70 {
  row-gap: 30px;
}
@media (min-width: 992px) {
  .rg-70 {
    row-gap: 70px !important;
  }
}

.color-dt-light {
  color: var(--digital-marketing-light);
}

.color-white {
  color: var(--white) !important;
}

.color-text-1 {
  color: var(--color-text-1) !important;
}

.color-text-3 {
  color: var(--color-text-3);
}

.color-paragraph {
  color: var(--paragraph) !important;
}

.color-dt-black {
  color: var(--digital-marketing-black) !important;
}

.color-dt-blue {
  color: var(--digital-marketing-blue) !important;
}

.color-seo-purple {
  color: var(--seo-purple);
}

.color-seo-black {
  color: var(--seo-black) !important;
}

.color-black {
  color: var(--black);
}

.color-ba-light-green {
  color: var(--branding-agency-light-green) !important;
}

.color-sm-blue {
  color: var(--seo-marketing-blue) !important;
}

.bg-color-dt-gray {
  background-color: var(--digital-marketing-gray);
}

.bg-color-seo-gray-dark {
  background-color: var(--seo-gray-dark);
}

.bg-seo-black {
  background-color: var(--seo-black) !important;
}

.bg-color-sm-gray {
  background-color: var(--seo-marketing-gray) !important;
}

.letter-space--2 {
  letter-spacing: -0.02em;
}

.letter-space--3 {
  letter-spacing: -0.03em;
}

.letter-space--5 {
  letter-spacing: -0.05em;
}

.letter-space--7 {
  letter-spacing: -0.07em;
}

.z-5 {
  z-index: 5;
}

/*-- Responsive --*/
@media (min-width: 426px) {
  .d-ssm-inline-flex {
    display: inline-flex !important;
  }
  .d-ssm-block {
    display: block !important;
  }
}
@media (min-width: 576px) {
  .gap-sm-24 {
    gap: 24px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-100 {
    height: 100% !important;
  }
}
@media (min-width: 1200px) {
  .gap-xl-20 {
    gap: 20px !important;
  }
  .row-gap-xl-32 {
    row-gap: 32px !important;
  }
  .mt-xl-20 {
    margin-top: 20px !important;
  }
}
@media (min-width: 1440px) {
  .h-xxl-60 {
    height: 60px !important;
  }
}
@media (max-width: 1439px) {
  .xxl-hide {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  .xl-hide {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .lg-hide {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .md-mb-20 {
    margin-bottom: 20px;
  }
  .md-mb-30 {
    margin-bottom: 30px;
  }
  .md-hide {
    display: none !important;
  }
  .md-mt-0 {
    margin-top: 0 !important;
  }
}
@media (max-width: 575px) {
  .sm-hide {
    display: none !important;
  }
}
/*------------ Component ------------ */
/* ------------ Layout ---------------- */
/* ---------------------------------------------------------
    * Name: Seonex | SEO/Marketing HTML Template
    * Version: 1.0.0
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Reset
    * Typography
    * Custom Class

    * Components
        ** Layout
        ** Header
        ** Blog
        ** Form
        ** Animation
        ** Hover
        ** Box Icon
        ** Popup
        ** Tab
        ** Go Top
        ** Button
        ** Card
        ** Section
        ** Slider
        ** Testimonial
        ** Widget
        ** Shop
        ** Product
        ** Nice Select
        ** Lookbook
        ** Accordion
        ** Footer
 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable --------- */
.tf-grid-layout {
  display: grid;
  column-gap: 30px;
  row-gap: 30px;
}
.tf-grid-layout.tf-col-2 {
  grid-template-columns: 1fr 1fr;
}
.tf-grid-layout.tf-col-3 {
  grid-template-columns: repeat(3, 1fr);
}
.tf-grid-layout.tf-col-4 {
  grid-template-columns: repeat(4, 1fr);
}
.tf-grid-layout.tf-col-5 {
  grid-template-columns: repeat(5, 1fr);
}
.tf-grid-layout.tf-col-6 {
  grid-template-columns: repeat(6, 1fr);
}
.tf-grid-layout.tf-col-7 {
  grid-template-columns: repeat(7, 1fr);
}
.tf-grid-layout .wd-full {
  grid-column: 1/-1;
}
.tf-grid-layout .wd-2-cols {
  grid-column: span 2;
}
@media (min-width: 426px) {
  .tf-grid-layout.ssm-col-2 {
    grid-template-columns: 1fr 1fr;
  }
  .tf-grid-layout.ssm-col-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .tf-grid-layout.ssm-col-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .tf-grid-layout.ssm-col-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .tf-grid-layout.ssm-col-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .tf-grid-layout.ssm-col-7 {
    grid-template-columns: repeat(7, 1fr);
  }
}
@media (min-width: 576px) {
  .tf-grid-layout.sm-col-2 {
    grid-template-columns: 1fr 1fr;
  }
  .tf-grid-layout.sm-col-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .tf-grid-layout.sm-col-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .tf-grid-layout.sm-col-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .tf-grid-layout.sm-col-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .tf-grid-layout.sm-col-7 {
    grid-template-columns: repeat(7, 1fr);
  }
}
@media (min-width: 768px) {
  .tf-grid-layout.md-col-2 {
    grid-template-columns: 1fr 1fr;
  }
  .tf-grid-layout.md-col-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .tf-grid-layout.md-col-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .tf-grid-layout.md-col-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .tf-grid-layout.md-col-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .tf-grid-layout.md-col-7 {
    grid-template-columns: repeat(7, 1fr);
  }
}
@media (min-width: 992px) {
  .tf-grid-layout {
    row-gap: 48px;
  }
  .tf-grid-layout.lg-col-1 {
    grid-template-columns: 1fr;
  }
  .tf-grid-layout.lg-col-2 {
    grid-template-columns: 1fr 1fr;
  }
  .tf-grid-layout.lg-col-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .tf-grid-layout.lg-col-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .tf-grid-layout.lg-col-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .tf-grid-layout.lg-col-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .tf-grid-layout.lg-col-7 {
    grid-template-columns: repeat(7, 1fr);
  }
}
@media (min-width: 1200px) {
  .tf-grid-layout {
    row-gap: 64px;
  }
  .tf-grid-layout.row-xl-gap-40 {
    row-gap: 40px;
  }
  .tf-grid-layout.row-xl-gap-56 {
    row-gap: 56px;
  }
  .tf-grid-layout.xl-col-2 {
    grid-template-columns: 1fr 1fr;
  }
  .tf-grid-layout.xl-col-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .tf-grid-layout.xl-col-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .tf-grid-layout.xl-col-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .tf-grid-layout.xl-col-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .tf-grid-layout.xl-col-7 {
    grid-template-columns: repeat(7, 1fr);
  }
}
@media (min-width: 1440px) {
  .tf-grid-layout.xxl-col-2 {
    grid-template-columns: 1fr 1fr;
  }
  .tf-grid-layout.xxl-col-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .tf-grid-layout.xxl-col-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .tf-grid-layout.xxl-col-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .tf-grid-layout.xxl-col-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .tf-grid-layout.xxl-col-7 {
    grid-template-columns: repeat(7, 1fr);
  }
}

.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
  max-width: 1320px;
  width: 100%;
}
.container .row {
  margin-left: -15px !important;
  margin-right: -15px !important;
}
.container .row > * {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.container.w-1490 {
  max-width: 1490px;
}
.container.w-1650 {
  max-width: 1650px;
}
.container.w-1690 {
  max-width: 1690px;
}
.container.w-1750 {
  max-width: 1750px;
}
.container.w-1810 {
  max-width: 1810px;
}
.container.w-1890 {
  max-width: 1890px;
}

/* ------------ Header ---------------- */
/* ---------------------------------------------------------
    * Name: Seonex | SEO/Marketing HTML Template
    * Version: 1.0.0
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Reset
    * Typography
    * Custom Class

    * Components
        ** Layout
        ** Header
        ** Blog
        ** Form
        ** Animation
        ** Hover
        ** Box Icon
        ** Popup
        ** Tab
        ** Go Top
        ** Button
        ** Card
        ** Section
        ** Slider
        ** Testimonial
        ** Widget
        ** Shop
        ** Product
        ** Nice Select
        ** Lookbook
        ** Accordion
        ** Footer
 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable --------- */
.header .header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 1199px) {
  .header .header-content {
    padding: 15px 0;
  }
}
.header.style-bg-white .item-link {
  color: var(--seo-black);
}
.header.style-bg-white.is-fixed {
  background-color: var(--white) !important;
  box-shadow: 10px 4px 60px 0px rgba(183, 183, 183, 0.25);
}
.header.style-2 {
  border: 1px solid var(--color-border-1);
}
.header.style-2 .logo {
  max-width: 167px;
}
.header.style-2 .header-letf {
  gap: 100px;
}
@media (min-width: 1440px) {
  .header.style-2 .header-right {
    max-width: 508px;
    width: 100%;
  }
}
.header.style-2 .call-link {
  color: var(--seo-black);
}
.header.style-2 .call-link i {
  font-size: 20px;
  color: var(--seo-black);
  -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;
}
.header.style-2 .tf-btn {
  gap: 5px !important;
}
.header.style-2 .tf-btn i {
  font-size: 18px !important;
}
@media (min-width: 1200px) {
  .header.style-2 {
    margin-top: 18px;
    border-color: transparent;
  }
}
.header.style-3 .header-content {
  border-bottom: 1px solid var(--color-border-3);
}
@media (min-width: 1200px) {
  .header.style-3 .header-content {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.header.style-3 .header-letf {
  gap: 138px;
}
.header.style-3 .item-link {
  color: var(--color-text-1);
  padding-top: 25px;
  padding-bottom: 25px;
}
.header.style-3 .item-link.active {
  color: var(--white);
}
.header.style-3 .item-link.active .icon {
  color: var(--white);
}
.header.style-3 .menu-item .active .item-link, .header.style-3 .menu-item:hover .item-link {
  color: var(--white) !important;
}
.header.style-3 .sub-menu {
  top: calc(100% + 1px);
}
.header.style-4 .header-right {
  gap: 142.5px;
}
.header.style-4 .item-link {
  color: var(--color-text-1);
}
.header.style-4 .item-link:hover {
  color: var(--white);
}
@media (min-width: 1200px) {
  .header.style-4 {
    margin-top: 10px;
  }
}
.header.style-border-bottom .header-content {
  border-bottom: 1px solid var(--color-border-1);
}
@media (min-width: 1200px) {
  .header.style-border-bottom .header-content {
    padding: 0;
  }
}
.header.style-border-bottom .item-link {
  padding-top: 24.5px;
  padding-bottom: 31.5px;
}

@media (max-width: 991px) {
  .logo {
    max-width: 120px;
  }
}

.header-fixed {
  position: sticky;
  top: -1px;
  z-index: 999;
  -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;
}
.header-fixed.is-fixed {
  background-color: #080B1E;
}

.box-nav-menu {
  display: flex;
  gap: 57px;
}
.box-nav-menu .item-link {
  display: flex;
  align-items: center;
  gap: 5px;
  position: relative;
}
.box-nav-menu .item-link .icon {
  -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;
  font-size: 16px;
}

.box-navigation.style-black .item-link {
  color: var(--black);
}

.menu-item .item-link {
  color: var(--white);
  padding-top: 19px;
  padding-bottom: 19px;
}
.menu-item.has-sub_menu {
  position: relative;
}
.menu-item:hover .icon {
  transform: rotate(180deg);
}
.menu-item:hover .sub-menu {
  transform: scale(1);
  pointer-events: all;
  opacity: 1;
  visibility: visible;
}

.sub-menu {
  position: absolute;
  top: 100%;
  background-color: var(--white);
  box-shadow: 0px 12px 46px 0px rgba(0, 0, 0, 0.1019607843);
  min-width: 180px;
  left: -31px;
  transform: scale(0.9);
  transform-origin: top;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.sub-menu_list {
  padding: 18px 0px;
}

.sub-menu_link {
  color: #5F615E;
  padding: 8px 15px;
  display: flex;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}
.sub-menu_link:hover {
  color: var(--black);
}
.sub-menu_link.active {
  color: var(--digital-marketing-blue);
}

.mb-menu-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  -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;
}
.mb-menu-link .icon {
  -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;
}
.mb-menu-link:not(.collapsed) .icon {
  transform: rotate(180deg);
}
.mb-menu-link.active {
  color: var(--digital-marketing-blue) !important;
}

.sub-nav-link {
  padding: 6px 0 6px 12px;
  color: var(--digital-marketing-black);
}
.sub-nav-link.active {
  color: var(--digital-marketing-blue);
}

.nav-ul-mb li .mb-menu-link {
  padding: 6px 0;
}
.nav-ul-mb:not(.type-2) .mb-menu-link {
  color: var(--digital-marketing-black);
}

.mobile-button {
  display: block;
  width: 24px;
  height: 18px;
  position: relative;
  cursor: pointer;
}
.mobile-button span {
  position: absolute;
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--white);
}
.mobile-button span:first-child {
  top: 0;
}
.mobile-button span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.mobile-button span:last-child {
  bottom: 0;
}
.mobile-button.style-color-seo-black span {
  background-color: var(--seo-black) !important;
}
.mobile-button.style-color-dt-black span {
  background-color: var(--digital-marketing-black) !important;
}

/* ------------ Blog ---------------- */
/* ---------------------------------------------------------
    * Name: Seonex | SEO/Marketing HTML Template
    * Version: 1.0.0
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Reset
    * Typography
    * Custom Class

    * Components
        ** Layout
        ** Header
        ** Blog
        ** Form
        ** Animation
        ** Hover
        ** Box Icon
        ** Popup
        ** Tab
        ** Go Top
        ** Button
        ** Card
        ** Section
        ** Slider
        ** Testimonial
        ** Widget
        ** Shop
        ** Product
        ** Nice Select
        ** Lookbook
        ** Accordion
        ** Footer
 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable --------- */
.blog-card {
  gap: 17px;
  display: flex;
  flex-direction: column;
}
.blog-card .image {
  width: 100%;
  border-radius: 20px;
}
.blog-card .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.blog-card .meta {
  padding-bottom: 18px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--color-border-2);
}
.blog-card .meta a {
  color: var(--paragraph);
}
.blog-card .meta a:hover {
  color: var(--digital-marketing-black);
}
.blog-card .name-card {
  padding-bottom: 20px;
  color: var(--seo-black);
  text-decoration-line: underline;
  text-decoration-color: transparent;
  text-underline-offset: 1px;
}
.blog-card .name-card:hover {
  color: var(--digital-marketing-blue);
  text-decoration-color: var(--digital-marketing-blue);
}
.blog-card .desc {
  padding-bottom: 20px;
  color: var(--paragraph);
}
.blog-card.style-list {
  padding: 15px;
  border: 1px solid var(--color-border-1);
  border-radius: 14px;
}
@media (min-width: 768px) {
  .blog-card.style-list {
    flex-direction: row;
    padding: 30px !important;
  }
  .blog-card.style-list .desc {
    padding-bottom: 30px;
  }
  .blog-card.style-list image {
    max-width: 630px;
  }
  .blog-card.style-list .card-content {
    max-width: 50%;
    padding-top: 27px;
  }
}
@media (min-width: 992px) {
  .blog-card.style-list {
    gap: 40px;
  }
  .blog-card.style-list .name-card {
    padding-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  .blog-card.style-list {
    gap: 70px !important;
  }
  .blog-card.style-list .card-content {
    max-width: calc(100% - 70px - 630px) !important;
    padding-right: 35px;
  }
  .blog-card.style-list .name-card {
    padding-bottom: 70px;
  }
}
.blog-card.style-list-2 .desc {
  padding-bottom: 17px;
}
.blog-card.style-list-2 .name-card {
  padding-bottom: 23px;
}
@media (min-width: 768px) {
  .blog-card.style-list-2 {
    flex-direction: row;
    gap: 50px;
  }
  .blog-card.style-list-2 .image {
    max-width: 410px;
  }
  .blog-card.style-list-2 .card-content {
    max-width: calc(100% - 50px - 410px);
    padding-top: 18px;
    padding-bottom: 18px;
  }
}
.blog-card.style-list-3 {
  display: flex;
  border: 1px solid var(--color-border-4);
  border-radius: 14px;
  gap: 30px 17px;
  -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;
}
.blog-card.style-list-3 .card-content {
  border-right: 1px solid var(--color-border-4);
  padding: 30px 15px 0;
  gap: 15px;
}
@media (min-width: 768px) {
  .blog-card.style-list-3 .card-content {
    gap: 30px;
    padding: 30px 15px;
  }
}
.blog-card.style-list-3 .meta {
  gap: 10px 30px;
  margin-bottom: 15px;
  padding-bottom: 0;
  border-bottom-color: transparent;
}
.blog-card.style-list-3 .image-blog {
  padding: 0 15px 15px;
  border-radius: 10px !important;
}
.blog-card.style-list-3 .image-blog .image {
  display: inline-block;
  height: 100%;
}
.blog-card.style-list-3 .name-card {
  padding-bottom: 0;
}
.blog-card.style-list-3 .name-card:hover {
  color: var(--branding-agency-purple);
}
.blog-card.style-list-3 br {
  display: none;
}
.blog-card.style-list-3 .desc {
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  .blog-card.style-list-3 .desc {
    padding-bottom: 30px;
  }
}
@media (min-width: 1440px) {
  .blog-card.style-list-3 br {
    display: block;
  }
  .blog-card.style-list-3 .card-content {
    padding: 47px 70px 50px;
  }
}
@media (min-width: 768px) {
  .blog-card.style-list-3 {
    flex-direction: row !important;
    gap: 0;
  }
  .blog-card.style-list-3 .image-blog {
    max-width: 50%;
    padding: 29px;
  }
  .blog-card.style-list-3 .card-content {
    max-width: 50%;
    width: 100%;
    border-right: 0;
  }
}
.blog-card.style-list-3:hover {
  background-color: var(--color-bg-5);
}
.blog-card.style-list-3:hover .tf-btn .text-btn {
  background-color: var(--branding-agency-purple);
  border-color: var(--branding-agency-purple);
  color: var(--white);
}
.blog-card.style-list-3:hover .tf-btn .icon-btn {
  background-color: var(--branding-agency-purple);
  border-color: var(--branding-agency-purple);
  color: var(--white);
}
.blog-card.style-2 {
  gap: 25px;
}
.blog-card.style-2 .meta {
  padding-bottom: 0;
  margin-bottom: 17px;
  border-bottom: unset;
}
.blog-card.style-2 .meta .meta-item {
  padding: 5px 14px;
  border-radius: 10px;
}
.blog-card.style-2 .meta .position {
  background-color: var(--digital-marketing-light);
  color: var(--digital-marketing-black);
}
.blog-card.style-2 .meta .date {
  background-color: var(--digital-marketing-black);
  color: var(--white);
}
.blog-card.style-2 .name-card {
  padding-bottom: 0;
}
.blog-card.style-3 {
  gap: 25px;
}
.blog-card.style-3 .image image {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.blog-card.style-3 .name-card {
  padding-bottom: 0;
  margin-bottom: 30px;
}
.blog-card.style-3 .name-card:hover {
  color: var(--seo-marketing-purple);
}
.blog-card.style-3 .user-content {
  margin-bottom: 20px;
}
.blog-card.style-3 .meta {
  padding-top: 12px;
  padding-bottom: 0;
  margin-bottom: 0;
  border-top: 1px solid var(--color-border-2);
  border-bottom: 0px;
}
.blog-card.style-3 .meta a {
  color: var(--paragraph);
}
.blog-card.style-3 .meta a:hover {
  color: var(--digital-marketing-black);
}

@media (min-width: 1200px) {
  .sidebar-fix {
    position: sticky;
    top: 70px;
  }
}

@media (max-width: 1199px) {
  .sidebar-filter {
    position: fixed;
    bottom: 0;
    z-index: 3000;
    display: flex;
    flex-direction: column;
    background-clip: padding-box;
    outline: 0;
    background-color: var(--white) !important;
    padding: 30px 15px !important;
    -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;
    overflow: auto;
    max-width: 400px;
    width: 100%;
  }
  .sidebar-filter.left {
    top: 0;
    left: 0;
    transform: translateX(-100%);
  }
  .sidebar-filter.right {
    top: 0;
    right: 0;
    transform: translateX(100%);
  }
  .sidebar-filter.show {
    transform: none;
  }
}

.sidebar-content .title {
  color: var(--digital-marketing-black);
}

.list-categories-item li {
  margin-bottom: 20px;
}
.list-categories-item li:last-child {
  margin-bottom: 0;
}
.list-categories-item .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.list-categories-item .item .name-item {
  position: relative;
  padding-left: 17px;
  color: var(--paragraph);
  -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;
}
.list-categories-item .item .name-item::before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: var(--paragraph);
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  left: 0;
  -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;
}
.list-categories-item .item .number-item {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--color-border-1);
  border-radius: 50%;
  background-color: var(--digital-marketing-gray);
  color: var(--paragraph);
  -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;
}
.list-categories-item .item.active .name-item, .list-categories-item .item:hover .name-item {
  color: var(--digital-marketing-black);
}
.list-categories-item .item.active .name-item::before, .list-categories-item .item:hover .name-item::before {
  background-color: var(--digital-marketing-black);
}
.list-categories-item .item.active .number-item, .list-categories-item .item:hover .number-item {
  border: 1px solid var(--digital-marketing-black);
  background-color: var(--digital-marketing-black);
  color: var(--white);
}

.post-list-small {
  display: flex;
  gap: 30px;
  align-items: center;
}
.post-list-small span {
  display: block;
}
.post-list-small .post-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}
.post-list-small .post-meta i,
.post-list-small .post-meta .day {
  color: var(--paragraph);
}
.post-list-small .post-meta i {
  font-size: 24px;
}
.post-list-small .post-content {
  max-width: calc(100% - 30px - 100px);
}
.post-list-small .title {
  -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;
  text-decoration-line: underline;
  text-decoration-color: transparent;
  text-underline-offset: 1px;
}
.post-list-small .title:hover {
  color: var(--digital-marketing-blue);
  text-decoration-color: var(--digital-marketing-blue) !important;
}
@media (max-width: 767px) {
  .post-list-small br {
    display: none;
  }
}

.item-tags {
  padding: 10px 15px;
  background-color: var(--digital-marketing-gray);
  border-radius: 10px;
  color: var(--paragraph);
}
.item-tags.active, .item-tags:hover {
  background-color: var(--digital-marketing-black);
  color: var(--white);
}
.item-tags.style-2 {
  padding: 8px 14px;
  background-color: transparent;
  border: 1px solid var(--color-border-4);
  border-radius: 14px;
}
.item-tags.style-2:hover {
  background-color: var(--branding-agency-purple);
  border-color: var(--branding-agency-purple);
  color: var(--white);
}

.image-blog-detail {
  max-width: 850px;
  border-radius: 14px;
}
.image-blog-detail img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 14px;
}

.feature-list-blog .feature-item {
  display: flex;
  align-items: center;
  gap: 7px;
  color: var(--paragraph);
}
.feature-list-blog .feature-item i {
  font-size: 24px;
  color: var(--paragraph);
}
@media (min-width: 992px) {
  .feature-list-blog {
    padding-left: 40px;
  }
}

.user-quote {
  display: flex;
  align-items: center;
  gap: 17px;
}
.user-quote .image {
  max-width: 40px;
}
.user-quote .image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 50%;
}

.wg-quote {
  padding: 15px;
  border-left: 3px solid var(--digital-marketing-blue);
}
@media (min-width: 992px) {
  .wg-quote {
    padding: 15px 50px;
    max-width: 780px;
  }
}

.item-social {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--color-border-1);
}
.item-social i {
  font-size: 18px;
  color: var(--paragraph);
  -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;
}
.item-social:hover {
  background-color: var(--digital-marketing-blue);
  border-color: var(--digital-marketing-blue);
}
.item-social:hover i {
  color: var(--white);
}
.item-social.hover-seo-purple:hover {
  background-color: var(--seo-purple);
  border-color: var(--seo-purple);
}
.item-social.hover-seo-purple:hover i {
  color: var(--white);
}
.item-social.style-2 {
  width: 50px;
  height: 50px;
  background-color: var(--color-bg-2);
  border: 1px solid var(--color-border-3);
  border-radius: 10px;
}
.item-social.style-2 i {
  color: var(--white);
}
.item-social.style-2:hover {
  background-color: var(--seo-marketing-purple);
  border-color: var(--seo-marketing-purple);
}

.box-author {
  background-color: var(--digital-marketing-dark);
  display: flex;
  align-items: center;
  gap: 36px;
  padding: 30px 40px 25px;
  border-radius: 10px;
}
.box-author .image {
  max-width: 130px;
}
.box-author .image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 50%;
}
.box-author .name {
  margin-bottom: 5px;
  color: var(--white);
}
.box-author .sub-name {
  color: var(--paragraph);
  margin-bottom: 11px;
}
.box-author .text {
  color: var(--color-text-1);
  margin-bottom: 27px;
}
.box-author .list-social-author {
  margin-left: -5px;
}
.box-author .list-social-author a i {
  color: var(--paragraph);
  -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;
}
.box-author .list-social-author a:hover i {
  color: var(--white);
}
@media (max-width: 767px) {
  .box-author {
    flex-direction: column;
    align-items: start;
    padding: 15px;
  }
}

/* ------------ Element ---------------- */
/* ---------------------------------------------------------
    * Name: Seonex | SEO/Marketing HTML Template
    * Version: 1.0.0
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Reset
    * Typography
    * Custom Class

    * Components
        ** Layout
        ** Header
        ** Blog
        ** Form
        ** Animation
        ** Hover
        ** Box Icon
        ** Popup
        ** Tab
        ** Go Top
        ** Button
        ** Card
        ** Section
        ** Slider
        ** Testimonial
        ** Widget
        ** Shop
        ** Product
        ** Nice Select
        ** Lookbook
        ** Accordion
        ** Footer
 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable --------- */
/* Chrome, Safari, Edge, Opera */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

form {
  position: relative;
  z-index: 30;
}
form textarea,
form input[type=text],
form input[type=password],
form input[type=datetime],
form input[type=datetime-local],
form input[type=date],
form input[type=month],
form input[type=time],
form input[type=week],
form input[type=number],
form input[type=email],
form input[type=url],
form input[type=search],
form input[type=tel],
form input[type=color] {
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  max-width: 100%;
  padding: 15px 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  overflow: hidden;
  margin-bottom: 0;
  border: 1px solid transparent;
  -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;
}
form textarea::placeholder,
form input[type=text]::placeholder,
form input[type=password]::placeholder,
form input[type=datetime]::placeholder,
form input[type=datetime-local]::placeholder,
form input[type=date]::placeholder,
form input[type=month]::placeholder,
form input[type=time]::placeholder,
form input[type=week]::placeholder,
form input[type=number]::placeholder,
form input[type=email]::placeholder,
form input[type=url]::placeholder,
form input[type=search]::placeholder,
form input[type=tel]::placeholder,
form input[type=color]::placeholder {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: var(--paragraph);
}
form button,
form input[type=button],
form input[type=reset],
form input[type=submit] {
  background-color: transparent;
  overflow: hidden;
  padding: 0;
}
form .form-content {
  display: grid;
  gap: 12px;
}

.form-newsletter input {
  background-color: var(--digital-marketing-gray);
  border-color: var(--color-border-1) !important;
  border-radius: 999px;
  font-size: 14px;
  line-height: 100%;
}
.form-newsletter input::placeholder {
  font-size: 14px;
  line-height: 100%;
}

.input-absolute {
  position: relative;
}
.input-absolute input {
  width: 100%;
  padding: 16px 20px !important;
  background-color: var(--color-bg-2) !important;
  border-color: var(--color-border-3) !important;
  border-radius: 10px;
}
.input-absolute .send-btn {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.input-absolute .send-btn i {
  color: var(--digital-marketing-light);
  font-size: 24px;
}

.input-check-box {
  appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid var(--color-border-3);
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  -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;
}
.input-check-box:checked {
  border-color: var(--white);
}
.input-check-box:checked::after {
  transform: translate(-50%, -50%) scale(1);
}
.input-check-box::after {
  content: "";
  width: 10px;
  height: 10px;
  background: var(--white);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  -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;
}
.input-check-box:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.input-check-box.style-2 {
  width: 24px;
  height: 24px;
  border: 1px solid var(--color-border-1) !important;
  background-color: var(--white);
}
.input-check-box.style-2:checked {
  border-color: var(--digital-marketing-black);
}
.input-check-box.style-2:checked::after {
  content: "";
  width: 15px;
  height: 15px;
  background: var(--digital-marketing-black);
}
.input-check-box.style-seo-purple {
  border-color: var(--color-border-2);
}
.input-check-box.style-seo-purple:checked {
  border-color: var(--seo-purple);
}
.input-check-box.style-seo-purple::after {
  content: "";
  background: var(--seo-purple);
}
.input-check-box.style-black {
  border-color: var(--color-border-8);
}
.input-check-box.style-black:checked {
  border-color: var(--black);
}
.input-check-box.style-black::after {
  content: "";
  background: var(--black);
}

.box-checkbox .text-checkbox {
  color: var(--color-text-2);
  cursor: pointer;
}
.box-checkbox .text-checkbox a {
  color: var(--white);
}

.form-search-siderbar {
  width: 100%;
  position: relative;
}
.form-search-siderbar input {
  width: 100%;
  height: 64px;
  padding: 19px 25px !important;
  border-color: var(--color-border-1) !important;
  background-color: var(--main-dark);
  border-radius: 14px;
  color: var(--digital-marketing-black);
  font-family: "Manrope", sans-serif;
}
.form-search-siderbar input::placeholder {
  color: var(--paragraph);
}
.form-search-siderbar .tf-btn-search {
  width: 50px;
  height: 50px;
  border-radius: 14px;
  background-color: var(--digital-marketing-blue);
  box-shadow: 0px 4px 30px 0px rgba(11, 27, 230, 0.3019607843);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  right: 7px;
  transform: translateY(-50%);
}
.form-search-siderbar .tf-btn-search i {
  font-size: 20px;
  color: var(--white);
}

.form-comment {
  background-color: var(--digital-marketing-gray);
  padding: 15px;
  border-radius: 14px;
}
.form-comment input {
  background-color: transparent;
  width: 100%;
  padding: 0 0 15px !important;
  border-bottom-color: var(--color-border-1) !important;
  color: var(--digital-marketing-black);
}
.form-comment input::placeholder {
  color: var(--paragraph);
}
.form-comment textarea {
  width: 100%;
  background-color: transparent;
  height: 123px;
  padding: 0 !important;
  border-bottom-color: var(--color-border-1) !important;
  color: var(--digital-marketing-black);
}
.form-comment textarea::placeholder {
  color: var(--paragraph);
}
.form-comment .box-checkbox-2 .text-checkbox {
  max-width: calc(100% - 24px - 10px);
}
@media (min-width: 992px) {
  .form-comment {
    padding: 52px 50px;
  }
}
@media (max-width: 575px) {
  .form-comment .cols {
    flex-direction: column;
  }
}

.form-contact label {
  display: block;
  margin-bottom: 15px;
}
.form-contact input {
  width: 100%;
  border: 1px solid var(--color-border-1) !important;
  height: 60px;
  border-radius: 10px;
}
.form-contact input:focus, .form-contact input:hover {
  background-color: var(--digital-marketing-gray);
}
.form-contact textarea {
  width: 100%;
  border: 1px solid var(--color-border-1) !important;
  border-radius: 10px;
  height: 150px;
}
.form-contact textarea:focus, .form-contact textarea:hover {
  background-color: var(--digital-marketing-gray);
}

/* ---------------------------------------------------------
    * Name: Seonex | SEO/Marketing HTML Template
    * Version: 1.0.0
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Reset
    * Typography
    * Custom Class

    * Components
        ** Layout
        ** Header
        ** Blog
        ** Form
        ** Animation
        ** Hover
        ** Box Icon
        ** Popup
        ** Tab
        ** Go Top
        ** Button
        ** Card
        ** Section
        ** Slider
        ** Testimonial
        ** Widget
        ** Shop
        ** Product
        ** Nice Select
        ** Lookbook
        ** Accordion
        ** Footer
 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable --------- */
.tf-fade-top {
  transform: translateY(20px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.tf-fade-left {
  transform: translateX(-20px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.tf-fade-right {
  transform: translateX(20px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.tf-fade-bottom {
  transform: translateY(-20px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.tf-fade-bottom-left {
  transform: translate(20px, -20px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.tf-fade-top-right {
  transform: translate(-20px, -20px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.swiper-slide-active .fade-item-1 {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  transition-delay: 0.6s;
}
.swiper-slide-active .fade-item-2 {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  transition-delay: 0.8s;
}
.swiper-slide-active .fade-item-3 {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  transition-delay: 1s;
}
.swiper-slide-active .fade-item-4 {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  transition-delay: 1.2s;
}
.swiper-slide-active .fade-item-5 {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  transition-delay: 1.3s;
}
.swiper-slide-active .fade-item-6 {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  transition-delay: 1.4s;
}

@keyframes ripple {
  0% {
    width: 100%;
    height: 100%;
    opacity: 0.9;
  }
  100% {
    width: 150%;
    height: 150%;
    opacity: 0;
  }
}
@keyframes morph {
  0% {
    border-radius: 60% 40% 55% 45%/55% 60% 40% 45%;
  }
  25% {
    border-radius: 50% 60% 40% 70%/60% 40% 70% 50%;
  }
  50% {
    border-radius: 65% 35% 60% 40%/45% 65% 35% 55%;
  }
  75% {
    border-radius: 40% 60% 50% 70%/70% 50% 60% 40%;
  }
  100% {
    border-radius: 55% 45% 65% 35%/50% 70% 30% 60%;
  }
}
@keyframes float {
  0% {
    transform: translateY(0px) scale(1);
  }
  50% {
    transform: translateY(-30px) scale(1.05);
  }
  100% {
    transform: translateY(0px) scale(1);
  }
}
.blob-wrapper {
  position: relative;
  filter: blur(0px);
}

.blob {
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 30% 30%, #21d4fd, transparent 60%), radial-gradient(circle at 70% 60%, #b721ff, transparent 60%), radial-gradient(circle at 50% 80%, #1e3cfa, transparent 70%), linear-gradient(135deg, #1e3cfa, #21d4fd);
  border-radius: 60% 40% 55% 45%/55% 60% 40% 45%;
  animation: morph 8s ease-in-out infinite alternate, float 6s ease-in-out infinite;
  position: relative;
}
.blob::before {
  content: "";
  position: absolute;
  inset: -30px;
  background: inherit;
  border-radius: inherit;
  filter: blur(40px);
  opacity: 0.8;
  z-index: -1;
  animation: morph 8s ease-in-out infinite alternate;
}

.spinner-circle {
  width: 40px;
  height: 40px;
  position: relative;
}
.spinner-circle .spinner-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.spinner-circle .spinner-child::before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 20%;
  height: 20%;
  background-color: var(--digital-marketing-blue);
  border-radius: 100%;
  -webkit-animation: spinner-circleBounceDelay 1s infinite ease-in-out both;
  animation: spinner-circleBounceDelay 1s infinite ease-in-out both;
}
.spinner-circle .spinner-circle2 {
  -webkit-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
}
.spinner-circle .spinner-circle2::before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.spinner-circle .spinner-circle3 {
  -webkit-transform: rotate(80deg);
  -ms-transform: rotate(80deg);
  transform: rotate(80deg);
}
.spinner-circle .spinner-circle3::before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.spinner-circle .spinner-circle4 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}
.spinner-circle .spinner-circle4::before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.spinner-circle .spinner-circle5 {
  -webkit-transform: rotate(160deg);
  -ms-transform: rotate(160deg);
  transform: rotate(160deg);
}
.spinner-circle .spinner-circle5::before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.spinner-circle .spinner-circle6 {
  -webkit-transform: rotate(200deg);
  -ms-transform: rotate(200deg);
  transform: rotate(200deg);
}
.spinner-circle .spinner-circle6::before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}
.spinner-circle .spinner-circle7 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}
.spinner-circle .spinner-circle7::before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
.spinner-circle .spinner-circle8 {
  -webkit-transform: rotate(280deg);
  -ms-transform: rotate(280deg);
  transform: rotate(280deg);
}
.spinner-circle .spinner-circle8::before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.spinner-circle .spinner-circle9 {
  -webkit-transform: rotate(320deg);
  -ms-transform: rotate(320deg);
  transform: rotate(320deg);
}
.spinner-circle .spinner-circle9::before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.spinner-circle.lg {
  width: 50px;
  height: 50px;
}
.spinner-circle.md {
  width: 30px;
  height: 30px;
}
.spinner-circle.sm {
  width: 20px;
  height: 20px;
}
.spinner-circle.style-color-seo-purple .spinner-child::before {
  background-color: var(--seo-purple);
}
.spinner-circle.style-color-ba-purple .spinner-child::before {
  background-color: var(--branding-agency-purple);
}
.spinner-circle.style-color-sm-pink .spinner-child::before {
  background-color: var(--seo-marketing-pink);
}

@-webkit-keyframes spinner-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes spinner-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes spinner-redGrowing {
  0%, 80%, 100% {
    opacity: 0.2;
  }
  40% {
    opacity: 1;
  }
}
@keyframes spinner-redGrowing {
  0%, 80%, 100% {
    opacity: 0.2;
  }
  40% {
    opacity: 1;
  }
}
@keyframes tranform-left-to-right {
  0% {
    transform: translateX(0);
  }
  33% {
    transform: translateX(-30px);
  }
  66% {
    transform: translateX(30px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes tranform-right-to-left {
  0% {
    transform: translateX(0);
  }
  33% {
    transform: translateX(30px);
  }
  66% {
    transform: translateX(-30px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes rotate-2 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* ---------------------------------------------------------
    * Name: Seonex | SEO/Marketing HTML Template
    * Version: 1.0.0
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Reset
    * Typography
    * Custom Class

    * Components
        ** Layout
        ** Header
        ** Blog
        ** Form
        ** Animation
        ** Hover
        ** Box Icon
        ** Popup
        ** Tab
        ** Go Top
        ** Button
        ** Card
        ** Section
        ** Slider
        ** Testimonial
        ** Widget
        ** Shop
        ** Product
        ** Nice Select
        ** Lookbook
        ** Accordion
        ** Footer
 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable --------- */
.hover-img .image {
  overflow: hidden;
}
.hover-img .image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: opacity 0.5s ease, transform 1.5s cubic-bezier(0, 0, 0.44, 1.18);
  transition: opacity 0.5s ease, transform 1.5s cubic-bezier(0, 0, 0.44, 1.18);
}
.hover-img:hover .image > img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/* ---------------------------------------------------------
    * Name: Seonex | SEO/Marketing HTML Template
    * Version: 1.0.0
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Reset
    * Typography
    * Custom Class

    * Components
        ** Layout
        ** Header
        ** Blog
        ** Form
        ** Animation
        ** Hover
        ** Box Icon
        ** Popup
        ** Tab
        ** Go Top
        ** Button
        ** Card
        ** Section
        ** Slider
        ** Testimonial
        ** Widget
        ** Shop
        ** Product
        ** Nice Select
        ** Lookbook
        ** Accordion
        ** Footer
 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable --------- */
.box-icon {
  display: flex;
  align-items: center;
  gap: 20px;
}
.box-icon .icon {
  width: 65px;
  height: 65px;
  background-color: var(--digital-marketing-gray);
  border: 1px solid var(--color-border-2);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  -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;
}
.box-icon .icon i {
  font-size: 35px;
  color: var(--seo-black);
  -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;
}
.box-icon .box-content {
  max-width: calc(100% - 85px);
}
.box-icon:hover .icon {
  border: 1px solid var(--seo-purple);
  background-color: var(--seo-purple);
}
.box-icon:hover .icon i {
  color: var(--white);
}
.box-icon.style-bg-dt-gray .icon {
  background-color: var(--digital-marketing-gray);
  border: 1px solid var(--color-border-2);
}
.box-icon.hover-dt-blue:hover .icon {
  border: 1px solid var(--digital-marketing-blue);
  background-color: var(--digital-marketing-blue);
}

/* ---------------------------------------------------------
    * Name: Seonex | SEO/Marketing HTML Template
    * Version: 1.0.0
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Reset
    * Typography
    * Custom Class

    * Components
        ** Layout
        ** Header
        ** Blog
        ** Form
        ** Animation
        ** Hover
        ** Box Icon
        ** Popup
        ** Tab
        ** Go Top
        ** Button
        ** Card
        ** Section
        ** Slider
        ** Testimonial
        ** Widget
        ** Shop
        ** Product
        ** Nice Select
        ** Lookbook
        ** Accordion
        ** Footer
 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable --------- */
.modal .modal-content {
  box-shadow: none;
  border: 0;
  border-radius: 0;
}
.modal.modalRight .modal-dialog {
  transform: translate(100%, 0) !important;
  margin: 0;
  transition: 0.5s all !important;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  max-width: 100%;
}
.modal.modalRight .modal-dialog .modal-content {
  border: 0;
  margin: auto;
  overflow: auto;
  position: absolute;
  left: auto;
  right: 0;
  bottom: auto;
  top: 0;
}
.modal.modalRight .modal-dialog .modal-content .icon-close i {
  font-size: 24px;
}
.modal.modalRight.show .modal-dialog {
  transform: translate(0, 0) !important;
}
.modal.modalRight .modal-filter {
  overflow: auto;
}
.modal.fade {
  transition: opacity 0.3s linear;
}

.pop-up-nav-mobile {
  padding: 15px;
}
.pop-up-nav-mobile .canvas-header {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid var(--color-border-1);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pop-up-nav-mobile .canvas-header .logo-site {
  max-width: 120px;
}

.modal-sidebar {
  max-width: 685px;
  padding: 60px 70px 70px;
  overflow: auto;
  height: 100%;
}
.modal-sidebar .sidebar-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 70px;
}
.modal-sidebar .sidebar-header .icon {
  font-size: 24px;
  color: var(--digital-marketing-black);
}
.modal-sidebar .img {
  max-width: 115px;
}
.modal-sidebar .img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.modal-sidebar .sidebar-content .title {
  margin-bottom: 20px;
}
.modal-sidebar .sidebar-content .ff-2 {
  color: var(--paragraph);
}

.overlay-filter {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  width: 100vw;
  height: 100vh;
  background-color: var(--digital-marketing-black);
  visibility: hidden;
  opacity: 0;
  -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;
}
.overlay-filter.show {
  visibility: visible;
  opacity: 0.3;
}

/* ---------------------------------------------------------
    * Name: Seonex | SEO/Marketing HTML Template
    * Version: 1.0.0
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Reset
    * Typography
    * Custom Class

    * Components
        ** Layout
        ** Header
        ** Blog
        ** Form
        ** Animation
        ** Hover
        ** Box Icon
        ** Popup
        ** Tab
        ** Go Top
        ** Button
        ** Card
        ** Section
        ** Slider
        ** Testimonial
        ** Widget
        ** Shop
        ** Product
        ** Nice Select
        ** Lookbook
        ** Accordion
        ** Footer
 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable --------- */
.wg-tab {
  overflow: auto;
}
.wg-tab::-webkit-scrollbar {
  display: none;
}
.wg-tab .nav-tab-item:not(:last-child) {
  margin-bottom: 23px;
}
.wg-tab .nav-tab-item a {
  display: block;
  padding-bottom: 23px;
  border-bottom: 1px solid var(--color-border-3);
}
.wg-tab .nav-tab-item a.active {
  color: var(--white);
  border-bottom-color: var(--white);
}
@media (max-width: 767px) {
  .wg-tab .tab-product {
    display: flex;
    gap: 15px;
  }
  .wg-tab .nav-tab-item:not(:last-child) {
    margin-bottom: 0;
  }
  .wg-tab .nav-tab-item a {
    white-space: nowrap;
  }
}

.flat-animate-tab {
  overflow: hidden;
}

.tab-content {
  position: relative;
}
.tab-content .tab-pane {
  display: block;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  transition-timing-function: ease-in;
  transition-duration: 0.2s;
}
.tab-content .tab-pane.active {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
  position: relative;
  z-index: 2;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  transition-timing-function: ease-out;
  transition-duration: 0.3s;
  transition-delay: 0.3s;
}

.list-price-tabs {
  padding: 5px;
  border: 1px solid var(--color-border-8);
  border-radius: 30px;
  max-width: max-content;
  height: 52px;
}
.list-price-tabs ul {
  display: flex;
  align-items: center;
  gap: 20px;
}
.list-price-tabs .nav-tab-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  color: var(--paragraph);
  height: 40px;
}
.list-price-tabs .nav-tab-item a.active {
  padding: 12px 15px;
  background-color: var(--seo-marketing-pink);
  color: var(--white);
}
.list-price-tabs .nav-tab-item:nth-child(1) a:not(.active) {
  margin-left: 12px;
}
.list-price-tabs .nav-tab-item:last-child a:not(.active) {
  margin-right: 12px;
}
.list-price-tabs .badge-sale {
  padding: 4px 8px;
  background-color: var(--seo-marketing-purple);
  border-radius: 10px;
  color: var(--white);
}
.list-price-tabs.style-2 {
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  height: auto;
}
.list-price-tabs.style-2 ul {
  gap: 30px;
}
.list-price-tabs.style-2 .nav-tab-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 39px;
  border-radius: 10px;
}
.list-price-tabs.style-2 .nav-tab-item a.active {
  background-color: var(--digital-marketing-blue);
  padding-left: 20px;
  padding-right: 20px;
}
.list-price-tabs.style-2 .badge-sale {
  padding: 3px 7px;
  background-color: var(--digital-marketing-light);
  color: var(--digital-marketing-black);
}

/* ---------------------------------------------------------
    * Name: Seonex | SEO/Marketing HTML Template
    * Version: 1.0.0
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Reset
    * Typography
    * Custom Class

    * Components
        ** Layout
        ** Header
        ** Blog
        ** Form
        ** Animation
        ** Hover
        ** Box Icon
        ** Popup
        ** Tab
        ** Go Top
        ** Button
        ** Card
        ** Section
        ** Slider
        ** Testimonial
        ** Widget
        ** Shop
        ** Product
        ** Nice Select
        ** Lookbook
        ** Accordion
        ** Footer
 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable --------- */
.progress-wrap {
  position: fixed;
  bottom: 40px;
  right: 20px;
  height: 40px;
  width: 40px;
  cursor: pointer;
  display: block;
  border-radius: 50%;
  -webkit-box-shadow: inset 0 0 0 2px rgba(11, 27, 230, 0.2);
  box-shadow: inset 0 0 0 2px rgba(11, 27, 230, 0.2);
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  background: var(--white);
}
.progress-wrap::after {
  position: absolute;
  content: "\e910";
  font-family: "icomoon";
  transform: rotate(-90deg);
  text-align: center;
  line-height: 40px;
  font-size: 17px;
  color: var(--digital-marketing-blue);
  left: 0;
  top: 0;
  height: 40px;
  width: 40px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}
.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.progress-wrap svg path {
  fill: none;
}
.progress-wrap svg.progress-circle path {
  box-sizing: border-box;
  stroke: var(--digital-marketing-blue);
  stroke-width: 5;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 0.4s;
  transition-timing-function: linear;
}
.progress-wrap.style-color-seo-purple {
  -webkit-box-shadow: inset 0 0 0 2px rgba(100, 50, 255, 0.2);
  box-shadow: inset 0 0 0 2px rgba(100, 50, 255, 0.2);
}
.progress-wrap.style-color-seo-purple::after {
  color: var(--seo-purple);
}
.progress-wrap.style-color-seo-purple svg.progress-circle path {
  stroke: var(--seo-purple);
}
.progress-wrap.style-color-ba-purple {
  -webkit-box-shadow: inset 0 0 0 2px rgba(98, 25, 240, 0.2);
  box-shadow: inset 0 0 0 2px rgba(98, 25, 240, 0.2);
}
.progress-wrap.style-color-ba-purple::after {
  color: var(--branding-agency-purple);
}
.progress-wrap.style-color-ba-purple svg.progress-circle path {
  stroke: var(--branding-agency-purple);
}
.progress-wrap.style-color-sm-pink {
  -webkit-box-shadow: inset 0 0 0 2px rgba(240, 0, 109, 0.2);
  box-shadow: inset 0 0 0 2px rgba(240, 0, 109, 0.2);
}
.progress-wrap.style-color-sm-pink::after {
  color: var(--seo-marketing-pink);
}
.progress-wrap.style-color-sm-pink svg.progress-circle path {
  stroke: var(--seo-marketing-pink);
}

/* ---------------------------------------------------------
    * Name: Seonex | SEO/Marketing HTML Template
    * Version: 1.0.0
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Reset
    * Typography
    * Custom Class

    * Components
        ** Layout
        ** Header
        ** Blog
        ** Form
        ** Animation
        ** Hover
        ** Box Icon
        ** Popup
        ** Tab
        ** Go Top
        ** Button
        ** Card
        ** Section
        ** Slider
        ** Testimonial
        ** Widget
        ** Shop
        ** Product
        ** Nice Select
        ** Lookbook
        ** Accordion
        ** Footer
 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable --------- */
.tf-btn {
  display: flex;
  align-items: center;
  max-width: max-content;
}
.tf-btn .text-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 100%;
  padding: 14px 25px 12px;
  border: 1px solid transparent;
  background-color: var(--white);
  color: var(--digital-marketing-black);
  border-radius: 30px;
  text-transform: uppercase;
  -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;
}
.tf-btn .icon-btn {
  font-size: 18px;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--white);
  color: var(--digital-marketing-black);
  -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;
  border: 1px solid transparent;
}
.tf-btn:hover .text-btn {
  background-color: transparent;
  border-color: var(--white);
  color: var(--white);
}
.tf-btn:hover .icon-btn {
  background-color: transparent;
  border-color: var(--white);
  color: var(--white);
  transform: rotate(45deg);
}
.tf-btn.style-big .text-btn {
  padding: 18px 30px 16px;
}
.tf-btn.style-big .icon-btn {
  width: 50px;
  height: 50px;
}
.tf-btn.style-color-dt-blue .text-btn {
  background-color: var(--digital-marketing-blue);
  color: var(--white);
}
.tf-btn.style-color-dt-blue .icon-btn {
  background-color: var(--digital-marketing-blue);
  color: var(--white);
}
.tf-btn.style-color-dt-blue:hover .text-btn {
  background-color: transparent;
  border-color: var(--digital-marketing-blue);
  color: var(--digital-marketing-blue);
}
.tf-btn.style-color-dt-blue:hover .icon-btn {
  background-color: transparent;
  border-color: var(--digital-marketing-blue);
  color: var(--digital-marketing-blue);
}
.tf-btn.style-color-dt-light .text-btn {
  background-color: var(--digital-marketing-light);
  color: var(--digital-marketing-black);
}
.tf-btn.style-color-dt-light .icon-btn {
  background-color: var(--digital-marketing-light);
  color: var(--digital-marketing-black);
}
.tf-btn.style-color-dt-light:hover .text-btn {
  background-color: transparent;
  border-color: var(--digital-marketing-light);
  color: var(--digital-marketing-light);
}
.tf-btn.style-color-dt-light:hover .icon-btn {
  background-color: transparent;
  border-color: var(--digital-marketing-light);
  color: var(--digital-marketing-light);
}
.tf-btn.style-color-dt-black .text-btn {
  background-color: var(--digital-marketing-black);
  color: var(--white);
}
.tf-btn.style-color-dt-black .icon-btn {
  background-color: var(--digital-marketing-black);
  color: var(--white);
}
.tf-btn.style-color-dt-black:hover .text-btn {
  background-color: transparent;
  border-color: var(--digital-marketing-black);
  color: var(--digital-marketing-black);
}
.tf-btn.style-color-dt-black:hover .icon-btn {
  background-color: transparent;
  border-color: var(--digital-marketing-black);
  color: var(--digital-marketing-black);
}
.tf-btn.style-color-seo-purple .text-btn {
  background-color: var(--seo-purple);
  color: var(--white);
}
.tf-btn.style-color-seo-purple .icon-btn {
  background-color: var(--seo-purple);
  color: var(--white);
}
.tf-btn.style-color-seo-purple:hover .text-btn {
  background-color: transparent;
  border-color: var(--seo-purple);
  color: var(--seo-purple);
}
.tf-btn.style-color-seo-purple:hover .icon-btn {
  background-color: transparent;
  border-color: var(--seo-purple);
  color: var(--seo-purple);
}
.tf-btn.style-bg-color-seo-black .text-btn {
  background-color: var(--seo-black);
  color: var(--white);
}
.tf-btn.style-bg-color-seo-black .icon-btn {
  background-color: var(--seo-black);
  color: var(--white);
}
.tf-btn.style-bg-color-seo-black:hover .text-btn {
  background-color: transparent;
  border-color: var(--seo-black);
  color: var(--seo-black);
}
.tf-btn.style-bg-color-seo-black:hover .icon-btn {
  background-color: transparent;
  border-color: var(--seo-black);
  color: var(--seo-black);
}
.tf-btn.style-border .text-btn {
  background-color: transparent;
  border-color: var(--color-border-1);
  color: var(--paragraph);
}
.tf-btn.style-border .icon-btn {
  background-color: transparent;
  border-color: var(--color-border-1);
  color: var(--paragraph);
}
.tf-btn.style-border:hover .text-btn {
  background-color: var(--digital-marketing-blue);
  border-color: var(--digital-marketing-blue);
  color: var(--white);
}
.tf-btn.style-border:hover .icon-btn {
  background-color: var(--digital-marketing-blue);
  border-color: var(--digital-marketing-blue);
  color: var(--white);
}
.tf-btn.style-border.border-color-4 .text-btn {
  border-color: var(--color-border-4);
}
.tf-btn.style-border.border-color-4 .icon-btn {
  border-color: var(--color-border-4);
}
.tf-btn.style-border.border-color-4:hover .text-btn {
  background-color: var(--branding-agency-purple);
  border-color: var(--branding-agency-purple);
}
.tf-btn.style-border.border-color-4:hover .icon-btn {
  background-color: var(--branding-agency-purple);
  border-color: var(--branding-agency-purple);
}
.tf-btn.style-border.border-color-8 .text-btn {
  border-color: var(--color-border-8);
}
.tf-btn.style-border.border-color-8 .icon-btn {
  border-color: var(--color-border-8);
}
.tf-btn.style-border.border-color-8:hover .text-btn {
  background-color: var(--seo-marketing-purple);
  border-color: var(--seo-marketing-purple);
}
.tf-btn.style-border.border-color-8:hover .icon-btn {
  background-color: var(--seo-marketing-purple);
  border-color: var(--seo-marketing-purple);
}
.tf-btn.style-2 {
  gap: 10px;
  color: var(--paragraph);
  max-width: max-content;
  text-transform: uppercase;
  font-weight: 600;
}
.tf-btn.style-2 span {
  display: block;
}
.tf-btn.style-2 i {
  color: var(--paragraph);
  -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;
}
.tf-btn.style-2:hover {
  color: var(--digital-marketing-black);
}
.tf-btn.style-2:hover i {
  color: var(--digital-marketing-black);
}
.tf-btn.style-color-seo-black {
  color: var(--seo-black);
}
.tf-btn.style-color-seo-black i {
  color: var(--seo-black);
}
.tf-btn.style-color-seo-black:hover {
  color: var(--seo-purple);
}
.tf-btn.style-color-seo-black:hover i {
  color: var(--seo-purple);
}
.tf-btn.style-color-white {
  color: var(--white);
}
.tf-btn.style-color-white i {
  color: var(--white);
}
.tf-btn.style-color-white:hover {
  color: var(--branding-agency-purple);
}
.tf-btn.style-color-white:hover i {
  color: var(--branding-agency-purple);
}
.tf-btn.style-bg-color-ba-purple .text-btn {
  background-color: var(--branding-agency-purple);
  color: var(--white);
}
.tf-btn.style-bg-color-ba-purple .icon-btn {
  background-color: var(--branding-agency-purple);
  color: var(--white);
}
.tf-btn.style-bg-color-ba-purple:hover .text-btn {
  background-color: transparent;
  border-color: var(--branding-agency-purple);
  color: var(--branding-agency-purple);
}
.tf-btn.style-bg-color-ba-purple:hover .icon-btn {
  background-color: transparent;
  border-color: var(--branding-agency-purple);
  color: var(--branding-agency-purple);
}
.tf-btn.style-bg-color-ba-light-green .text-btn {
  background-color: var(--branding-agency-light-green);
  color: var(--black);
}
.tf-btn.style-bg-color-ba-light-green .icon-btn {
  background-color: var(--branding-agency-light-green);
  color: var(--black);
}
.tf-btn.style-bg-color-ba-light-green:hover .text-btn {
  background-color: transparent;
  border-color: var(--branding-agency-light-green);
  color: var(--branding-agency-light-green);
}
.tf-btn.style-bg-color-ba-light-green:hover .icon-btn {
  background-color: transparent;
  border-color: var(--branding-agency-light-green);
  color: var(--branding-agency-light-green);
}
.tf-btn.style-sm-color-purple .text-btn {
  background-color: var(--seo-marketing-purple);
  color: var(--white);
}
.tf-btn.style-sm-color-purple .icon-btn {
  background-color: var(--seo-marketing-purple);
  color: var(--white);
}
.tf-btn.style-sm-color-purple:hover .text-btn {
  background-color: transparent;
  border-color: var(--seo-marketing-purple);
  color: var(--seo-marketing-purple);
}
.tf-btn.style-sm-color-purple:hover .icon-btn {
  background-color: transparent;
  border-color: var(--seo-marketing-purple);
  color: var(--seo-marketing-purple);
}
.tf-btn.style-sm-color-pink .text-btn {
  background-color: var(--seo-marketing-pink);
  color: var(--white);
}
.tf-btn.style-sm-color-pink .icon-btn {
  background-color: var(--seo-marketing-pink);
  color: var(--white);
}
.tf-btn.style-sm-color-pink:hover .text-btn {
  background-color: transparent;
  border-color: var(--seo-marketing-pink);
  color: var(--seo-marketing-pink);
}
.tf-btn.style-sm-color-pink:hover .icon-btn {
  background-color: transparent;
  border-color: var(--seo-marketing-pink);
  color: var(--seo-marketing-pink);
}
.tf-btn.style-sm-color-blue .text-btn {
  background-color: var(--seo-marketing-blue);
  color: var(--white);
}
.tf-btn.style-sm-color-blue .icon-btn {
  background-color: var(--seo-marketing-blue);
  color: var(--white);
}
.tf-btn.style-sm-color-blue:hover .text-btn {
  background-color: transparent;
  border-color: var(--seo-marketing-blue);
  color: var(--seo-marketing-blue);
}
.tf-btn.style-sm-color-blue:hover .icon-btn {
  background-color: transparent;
  border-color: var(--seo-marketing-blue);
  color: var(--seo-marketing-blue);
}
.tf-btn.style-full-w {
  max-width: 100%;
}
.tf-btn.style-full-w .text-btn {
  max-width: 100%;
  width: 100%;
  text-align: center;
  flex: 1;
}

.tf-btn-sidebar {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.tf-btn-sidebar i {
  color: var(--white);
  font-size: 13px;
}
.tf-btn-sidebar.style-seo-black i {
  color: var(--seo-black);
}
.tf-btn-sidebar.style-dt-black i {
  color: var(--digital-marketing-black);
}

.link-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-color: var(--digital-marketing-light);
  position: relative;
}
.link-btn .icon-btn {
  font-size: 30px;
  color: var(--digital-marketing-black);
  position: relative;
}
.link-btn .text-btn {
  font-size: 24px;
  line-height: 100%;
  font-weight: 600;
  color: var(--digital-marketing-black);
  position: relative;
}
.link-btn::before {
  content: "";
  width: 0;
  height: 0;
  background-color: var(--white);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  -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;
}
.link-btn:hover::before {
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  transform: translate(0, 0);
}

.fillter-btn.style-fixed {
  position: fixed;
  padding: 7px;
  top: 50%;
  right: 0;
  z-index: 999;
  border-radius: 5px 0 0 5px;
  background-color: var(--white);
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.fillter-btn.style-fixed i {
  font-size: 24px;
  color: var(--digital-marketing-black);
}

.btn-add {
  width: 40px;
  height: 40px;
  border: 1px solid var(--color-border-1);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
.btn-add i {
  color: var(--paragraph);
}

.navigation-arrows {
  display: flex;
  align-items: center;
  gap: 15px;
}
.navigation-arrows .arrow {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid var(--color-border-2);
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-3 {
  display: flex;
  align-items: center;
  gap: 7px;
  max-width: max-content;
}
.btn-3 span {
  text-decoration-line: underline;
  text-decoration-color: var(--black);
  text-underline-offset: 1px;
}
.btn-3 i {
  font-size: 20px;
  color: var(--black);
}

/* ---------------------------------------------------------
    * Name: Seonex | SEO/Marketing HTML Template
    * Version: 1.0.0
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Reset
    * Typography
    * Custom Class

    * Components
        ** Layout
        ** Header
        ** Blog
        ** Form
        ** Animation
        ** Hover
        ** Box Icon
        ** Popup
        ** Tab
        ** Go Top
        ** Button
        ** Card
        ** Section
        ** Slider
        ** Testimonial
        ** Widget
        ** Shop
        ** Product
        ** Nice Select
        ** Lookbook
        ** Accordion
        ** Footer
 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable --------- */
.page-title {
  background-color: var(--digital-marketing-dark);
  margin-top: -90px;
  position: relative;
  overflow: hidden;
}
.page-title .page-title-content {
  display: flex;
  justify-content: space-between;
  padding-top: 149px;
  padding-bottom: 70px;
}
.page-title .title {
  color: var(--white);
  letter-spacing: -0.03em;
  font-weight: 600;
}
.page-title .breadkcum {
  gap: 18px;
}
.page-title .breadkcum a,
.page-title .breadkcum span {
  color: var(--white);
}
.page-title .image {
  border-radius: 20px;
}
.page-title .image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 20px;
}
.page-title .img-sharp {
  position: absolute;
}
.page-title .img-sharp img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.page-title .img-sharp.sharp-1 {
  top: -400px;
  right: -400px;
}
.page-title .img-sharp.sharp-1 .blob-wrapper {
  width: 800px;
  height: 800px;
}
.page-title .img-sharp.sharp-2 {
  bottom: -400px;
  left: -400px;
}
.page-title .img-sharp.sharp-2 .blob-wrapper {
  width: 800px;
  height: 800px;
}
@media (min-width: 1200px) {
  .page-title .image {
    max-width: 915px;
  }
  .page-title .content {
    padding-top: 32px;
    padding-bottom: 54px;
    max-width: 48%;
    width: 100%;
  }
  .page-title .content.content-2 {
    padding-top: 42px;
    padding-bottom: 42px;
  }
  .page-title .right {
    max-width: 52%;
    width: 100%;
  }
  .page-title .right .image {
    margin-left: auto;
    margin-right: 0;
  }
}
@media (max-width: 1199px) {
  .page-title br {
    display: none;
  }
  .page-title .page-title-content {
    flex-direction: column;
    gap: 70px;
  }
}
.page-title.page-detail .page-title-content {
  padding-top: 201px;
  padding-bottom: 93px;
}
.page-title.page-detail .title {
  padding-bottom: 40px;
}
.page-title.page-detail .content {
  width: 100%;
  max-width: 100%;
}
.page-title.page-detail .breadkcum {
  justify-content: center;
  margin-bottom: 30px;
}
.page-title.page-detail .post-meta {
  gap: 10px 32px;
}
.page-title.page-detail .post-meta .meta-item {
  padding-left: 17px;
  position: relative;
  color: var(--color-text-1);
}
.page-title.page-detail .post-meta .meta-item::before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: var(--white);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(45deg);
}
.page-title.style-2 .page-title-content {
  flex-direction: column;
}
@media (min-width: 992px) {
  .page-title.style-2 .page-title-content {
    padding-top: 180px;
    padding-bottom: 330px;
  }
  .page-title.style-2 .title {
    margin-bottom: 173px;
  }
}
.page-title.style-3 .page-title-content {
  flex-direction: column;
}
@media (min-width: 992px) {
  .page-title.style-3 .page-title-content {
    padding-top: 230px;
    padding-bottom: 171px;
  }
  .page-title.style-3 .title {
    margin-bottom: 54px;
  }
}
.page-title.style-4 .page-title-content {
  flex-direction: column;
}
@media (min-width: 992px) {
  .page-title.style-4 .page-title-content {
    padding-top: 208px;
    padding-bottom: 176px;
  }
  .page-title.style-4 .title {
    margin-bottom: 75px;
  }
}

.img-page-title {
  margin-top: -398px;
}
.img-page-title .image {
  margin-left: auto;
  margin-right: 0;
  max-width: 1050px;
  border-radius: 20px;
  overflow: hidden;
  padding-left: 200px;
}
.img-page-title .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.section-hero {
  background-color: var(--digital-marketing-dark);
  display: flex;
  justify-content: space-between;
  gap: 50px;
  padding-top: 150px;
  padding-bottom: 70px;
  margin-top: -102px;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
}
.section-hero .img-sharp {
  position: absolute;
}
.section-hero .img-sharp.sharp-1 {
  top: -700px;
  right: -300px;
}
.section-hero .img-sharp.sharp-1 .blob-wrapper {
  width: 800px;
  height: 1120px;
}
.section-hero .img-sharp.sharp-2 {
  bottom: -1120px;
  left: -241px;
}
.section-hero .img-sharp.sharp-2 .blob-wrapper {
  width: 1150px;
  height: 1500px;
}
.section-hero .image-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.section-hero .hero-left {
  width: 100%;
  position: relative;
}
.section-hero .hero-right {
  position: relative;
}
.section-hero .hero-content {
  margin-bottom: clamp(30px, 10.69vw, 161px);
  max-width: 794px;
}
.section-hero .hero-content .sub-title {
  color: var(--white);
  margin-bottom: 15px;
}
.section-hero .hero-content .sub-title span {
  font-style: italic;
}
.section-hero .hero-content .title {
  color: var(--white);
  margin-bottom: 41px;
}
.section-hero .hero-content .desc {
  color: var(--white);
  margin-bottom: 30px;
}
.section-hero .hero-content .tf-btn {
  max-width: max-content;
}
.section-hero .stats {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 592px;
}
.section-hero .stats .stat .h1,
.section-hero .stats .stat .h5 {
  color: var(--white);
}
.section-hero .stats .stat .counter {
  margin-bottom: 12px;
}
.section-hero.home-seo {
  background-color: var(--white);
  align-items: end;
  padding-top: 118px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 0;
  gap: 55px;
}
.section-hero.home-seo .section-left {
  z-index: 3;
}
.section-hero.home-seo .text-badge {
  display: inline-block;
  padding: 10px 20px;
  background: linear-gradient(90deg, #EFEFFF 0%, rgba(239, 239, 255, 0) 100%);
  border-radius: 20px;
  color: var(--seo-black);
  border: 1px solid var(--color-border-2);
}
.section-hero.home-seo .text-badge span {
  color: var(--seo-purple);
  font-style: italic;
}
.section-hero.home-seo .title {
  color: var(--seo-black);
}
.section-hero.home-seo .desc {
  color: var(--paragraph);
}
.section-hero.home-seo .hero-content {
  margin-bottom: 130px;
}
@media (max-width: 1439px) {
  .section-hero.home-seo .hero-content {
    margin-bottom: 80px;
  }
}
@media (max-width: 991px) {
  .section-hero.home-seo .hero-content {
    margin-bottom: 60px;
  }
}
.section-hero.home-seo .section-right {
  position: relative;
}
.section-hero.home-seo .section-right .bg {
  width: 100%;
  height: 100%;
  background-color: var(--seo-gray-dark);
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  position: absolute;
  top: 32px;
  left: 35px;
  width: calc(100% - 35px);
  height: calc(100% - 32px);
}
.section-hero.home-seo .section-right .bg::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 50%;
  transform: translateX(50%);
  max-width: 645px;
  width: 100%;
  height: 970px;
  background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  border-radius: 322.5px;
}
@media (max-width: 991px) {
  .section-hero.home-seo .section-right .bg::before {
    display: none;
  }
}
.section-hero.home-seo .section-right .img-sharp {
  position: absolute;
  top: 137px;
  left: -61px;
  animation: tranform-right-to-left 2s infinite ease-in-out;
}
.section-hero.home-seo .section-right .box-icon-hero {
  position: absolute;
}
.section-hero.home-seo .section-right .box-icon-hero.box-1 {
  top: 33.7%;
  left: 0;
  animation: tranform-left-to-right 2s infinite ease-in-out;
}
@media (min-width: 1200px) {
  .section-hero.home-seo .section-right .box-icon-hero.box-1 {
    left: -45px;
  }
}
.section-hero.home-seo .section-right .box-icon-hero.box-2 {
  bottom: 93px;
  left: 0;
  animation: tranform-right-to-left 2s infinite ease-in-out;
}
@media (min-width: 1200px) {
  .section-hero.home-seo .section-right .box-icon-hero.box-2 {
    left: 85px;
  }
}
@media (max-width: 1199px) {
  .section-hero.home-seo .section-right {
    max-height: 500px;
    width: 100%;
  }
  .section-hero.home-seo .section-right .image {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}
.section-hero.home-seo .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 1200px) {
  .section-hero .hero-left {
    padding-top: 40px;
  }
  .section-hero .hero-left {
    max-width: 65%;
  }
  .section-hero .hero-right {
    max-width: 35%;
  }
  .section-hero .box-quote {
    min-height: 200px;
  }
  .section-hero.home-seo {
    padding-left: 70px;
    padding-right: 0 !important;
  }
  .section-hero.home-seo .section-left {
    max-width: 880px;
    width: 100%;
  }
  .section-hero.home-seo .section-right .image {
    margin-right: 30px;
  }
  .section-hero.home-seo .image {
    max-width: 840px;
  }
}
@media (min-width: 1600px) {
  .section-hero {
    padding-left: 90px;
    padding-right: 30px;
  }
  .section-hero .hero-left {
    max-width: 46%;
  }
  .section-hero .hero-right {
    max-width: 50.9%;
  }
}
@media (max-width: 1199px) {
  .section-hero {
    flex-direction: column;
  }
  .section-hero .hero-content {
    max-width: 100%;
  }
  .section-hero .hero-content br {
    display: none;
  }
  .section-hero .hero-left {
    max-width: 100%;
  }
  .section-hero .hero-right {
    max-width: 100%;
  }
  .section-hero .image-hero.img-1 {
    max-width: 100%;
  }
  .section-hero.home-seo {
    padding-top: 60px;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .section-hero .bottom-hero-right {
    flex-direction: column;
  }
}

.section-hero-3 {
  padding-top: 192px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #641AF2 0%, #000000 100%);
  margin-top: -83px;
}
.section-hero-3 .title {
  text-transform: uppercase;
  color: var(--white);
  margin-bottom: 108px;
}
@media (max-width: 1439px) {
  .section-hero-3 .title {
    margin-bottom: 80px;
  }
}
@media (max-width: 991px) {
  .section-hero-3 .title {
    margin-bottom: 60px;
  }
}
.section-hero-3 .title span {
  text-transform: capitalize;
}
.section-hero-3 .box-content-section {
  background-color: var(--white);
  width: 100%;
  position: relative;
  border-radius: 14px;
  padding: 30px 15px;
}
.section-hero-3 .box-content-section .img-sharp {
  position: absolute;
  right: 20px;
  bottom: 0;
}
.section-hero-3 .box-content-section .image-icon,
.section-hero-3 .box-content-section .text,
.section-hero-3 .box-content-section .desc {
  margin-bottom: 40px;
}
.section-hero-3 .box-content-section .image-icon {
  max-width: 100px;
  animation: rotate-2 7s linear infinite;
}
.section-hero-3 .box-content-section .desc {
  max-width: 653px;
}
@media (min-width: 1025px) {
  .section-hero-3 .box-content-section {
    max-width: calc(50% - 15px);
    padding: 30px;
  }
  .section-hero-3 .box-content-section .image-icon,
  .section-hero-3 .box-content-section .text {
    margin-bottom: 70px;
  }
  .section-hero-3 .box-content-section .image-icon {
    max-width: 241px;
  }
}
@media (min-width: 1440px) {
  .section-hero-3 .box-content-section {
    padding: 70px;
  }
}
.section-hero-3 .box-img-section {
  width: 100%;
  background-color: var(--branding-agency-light-green);
  border-radius: 14px;
  position: relative;
}
.section-hero-3 .box-img-section .img-user {
  margin-top: -60px;
  margin-left: auto;
  margin-right: auto;
  max-width: 776px;
}
.section-hero-3 .box-img-section .img-user img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-hero-3 .box-img-section .img-sharp {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 1025px) {
  .section-hero-3 .box-img-section {
    max-width: calc(50% - 15px);
  }
}
@media (max-width: 1599px) {
  .section-hero-3 .box-img-section .img-user {
    margin-top: 0;
    height: 100%;
  }
}
@media (max-width: 1024px) {
  .section-hero-3 .box-img-section {
    height: 350px;
  }
  .section-hero-3 .box-img-section .img-user {
    margin-top: 0;
    max-width: 500px;
    overflow: hidden;
  }
  .section-hero-3 .box-img-section .img-user img {
    display: block;
    height: auto;
    transform: translateY(0);
  }
}
@media (max-width: 1439px) {
  .section-hero-3 {
    padding-top: 140px;
  }
}
@media (max-width: 991px) {
  .section-hero-3 {
    padding-top: 120px;
  }
}

.box-icon-hero {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: var(--white);
  box-shadow: 10px 4px 60px 0px rgba(183, 183, 183, 0.2509803922);
  border-radius: 16px;
  padding: 12px 24px;
}
.box-icon-hero i {
  color: var(--seo-purple);
  font-size: 24px;
}
.box-icon-hero .text {
  color: var(--seo-black);
}
@media (max-width: 767px) {
  .box-icon-hero {
    overflow: hidden;
  }
}

.box-team-card {
  background-color: var(--digital-marketing-light);
  display: flex;
  justify-content: space-between;
  padding: 29px 29px 19px 29px;
  border-radius: 20px;
  position: relative;
}
.box-team-card .counter-item {
  margin-bottom: 20px;
}
.box-team-card .counter-item span {
  color: var(--digital-marketing-black);
  font-family: "Figtree", sans-serif !important;
  font-weight: 600 !important;
}
.box-team-card .team-content {
  padding-top: 10px;
}
.box-team-card .list-avatars {
  display: flex;
  flex-direction: column;
}
.box-team-card .list-avatars .img-avt {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: -62px;
  max-width: 102px;
  border-radius: 50%;
}
.box-team-card .list-avatars .img-avt img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid var(--digital-marketing-light);
}
.box-team-card .list-avatars .img-avt:last-child {
  margin-bottom: 0;
}
.box-team-card .img-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 1599px) {
  .box-team-card {
    flex-wrap: wrap;
  }
  .box-team-card .list-avatars {
    flex-direction: row;
  }
  .box-team-card .list-avatars .img-avt {
    max-width: 80px;
    margin-bottom: 0;
    margin-right: -20px;
  }
}

.box-quote {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.box-quote .image {
  height: 100%;
}
.box-quote .image img {
  width: 100%;
  height: 100%;
  display: block;
  transform: translateY(0);
  object-fit: cover;
}
.box-quote .box-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: clamp(15px, 4.1vw, 65px);
}
.box-quote .title {
  color: var(--digital-marketing-black);
  margin-bottom: clamp(20px, 2.4vw, 44px);
}
.box-quote .user-box {
  display: flex;
  flex-direction: column;
}

.heading-section .sub-title {
  color: var(--paragraph);
}
.heading-section .sub-title span {
  color: var(--digital-marketing-black);
  font-style: italic;
}
.heading-section .sub-title.style-bg-2 {
  background: linear-gradient(90deg, #FFFFFF 0%, rgba(239, 239, 255, 0) 100%) !important;
}
.heading-section .sub-title.style-bg-3 {
  background: linear-gradient(90deg, #F3F4F6 0%, rgba(243, 244, 246, 0) 100%);
}
.heading-section .sub-title.style-bg-4 {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(239, 239, 255, 0) 100%) !important;
  border-color: var(--color-border-3) !important;
  color: var(--white) !important;
}
.heading-section .sub-title.style-bg-4 span {
  color: var(--white) !important;
}
.heading-section .sub-title.style-bg-5 {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%) !important;
  border-color: var(--color-border-3) !important;
  color: var(--white) !important;
}
.heading-section .sub-title.style-bg-5 span {
  color: var(--white) !important;
}
.heading-section .title {
  color: var(--digital-marketing-black);
}
.heading-section .line-header-section {
  background-color: var(--color-border-1);
  height: 1px;
  width: 100%;
}
@media (max-width: 1439px) {
  .heading-section br {
    display: none;
  }
}
.heading-section.animation-follow .title {
  max-width: max-content;
}
.heading-section.animation-follow .line-header-section {
  margin-top: 82px;
  margin-bottom: 130px;
}
@media (max-width: 1439px) {
  .heading-section.animation-follow .line-header-section {
    margin-bottom: 70px;
  }
}
@media (max-width: 991px) {
  .heading-section.animation-follow .line-header-section {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
.heading-section.style-white .sub-title {
  color: var(--color-text-1);
}
.heading-section.style-white .sub-title span {
  color: var(--white);
}
.heading-section.style-white .title {
  color: var(--white);
}
.heading-section.style-home-seo .sub-title {
  display: inline-block;
  color: var(--seo-black);
  padding: 10px 20px;
  background: linear-gradient(90deg, #EFEFFF 0%, rgba(239, 239, 255, 0) 100%);
  border-radius: 20px;
  border: 1px solid var(--color-border-2);
}
.heading-section.style-home-seo .sub-title span {
  color: var(--seo-purple);
}
.heading-section.style-home-ba .sub-title {
  display: inline-block;
  color: var(--seo-black);
  padding: 10px 20px;
  background: linear-gradient(90deg, rgba(98, 25, 240, 0.1) 0%, rgba(239, 239, 255, 0) 100%);
  border-radius: 20px;
  border: 1px solid var(--color-border-4);
}
.heading-section.style-home-ba .sub-title span {
  color: var(--branding-agency-purple);
}
.heading-section.style-home-sm .sub-title {
  padding: 10px 20px;
  display: inline-block;
  color: var(--seo-marketing-blue);
  background: linear-gradient(90deg, rgba(129, 96, 255, 0.1) 0%, rgba(129, 96, 255, 0) 100%);
  border-radius: 20px;
  border: 1px solid var(--color-border-4);
}
.heading-section.style-home-sm .sub-title span {
  color: var(--seo-marketing-purple);
}
.heading-section.style-home-sm .title {
  color: var(--seo-marketing-blue);
}

.title-big {
  font-size: clamp(34px, 6.77vw, 130px);
  line-height: 100%;
  font-weight: 600;
  letter-spacing: -0.05em;
}

@media (max-width: 991px) {
  .section-strategy.p-services .image {
    height: 350px;
  }
  .section-strategy.p-services .image img {
    display: block;
    height: auto;
    transform: translateY(0);
    object-fit: cover;
  }
}
.section-strategy .image {
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
}
.section-strategy .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 1200px) {
  .section-strategy.h-dm .right {
    padding-right: 19px;
  }
}
@media (max-width: 991px) {
  .section-strategy.h-dm .image {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
  }
}

.section-services.h-dm .according-item {
  margin-bottom: 24px;
}
.section-services.h-dm .according-item:has(.title-according.collapsed) {
  margin-bottom: 10px;
}
.section-services.h-dm .according-item:last-child {
  margin-bottom: 0 !important;
}
@media (max-width: 991px) {
  .section-services.h-dm .right {
    height: 350px;
  }
  .section-services.h-dm .right .image img {
    display: block;
    height: auto;
    transform: translateY(0);
    object-fit: cover;
  }
}
.section-services .section-inner {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.section-services .section-inner .right-section .left-section {
  width: 100%;
}
@media (min-width: 992px) {
  .section-services .section-inner {
    flex-direction: row;
  }
  .section-services .section-inner .image-testimonial {
    max-width: 845px;
  }
  .section-services .section-inner .left-section {
    max-width: 775px;
    width: 100%;
  }
}
.section-services.hone-seo .img-sharp {
  position: sticky;
  top: 70px;
}
.section-services.hone-seo .img-sharp img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media (min-width: 1200px) {
  .section-services.hone-seo .img-sharp {
    max-width: 500px;
    margin: 0px -66px;
  }
}
@media (min-width: 1440px) {
  .section-services.hone-seo .img-sharp {
    max-width: 920px;
  }
}
@media (min-width: 992px) {
  .section-services.hone-seo .infiniteSlide-text-stroke {
    margin-top: -160px;
  }
}
@media (max-width: 767px) {
  .section-services.hone-seo .list {
    flex-direction: column;
  }
}
.section-services.h-ba {
  background-color: var(--color-bg-5);
  position: relative;
}
.section-services.h-ba .img-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section-services.h-ba .section-services-inner {
  gap: 70px;
}
.section-services.h-ba .left {
  max-width: calc(32.59% - 35px);
}
.section-services.h-ba .image {
  max-width: 520px;
  border-radius: 20px;
  overflow: hidden;
}
.section-services.h-ba .image .parallax-scaleInUp-large {
  height: 100%;
}
.section-services.h-ba .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .section-services.h-ba .image {
    height: 400px;
  }
  .section-services.h-ba .image img {
    display: block;
    height: auto;
    transform: translateY(0);
    object-fit: cover;
  }
}
.section-services.h-ba .right {
  max-width: calc(69.38% - 35px);
}
.section-services.h-ba .content-section {
  max-width: 504px;
}
@media (min-width: 1440px) {
  .section-services.h-ba .content-section {
    padding-top: 30px;
    padding-bottom: 47px;
    padding-right: 35px;
  }
}
@media (max-width: 1439px) {
  .section-services.h-ba .right,
  .section-services.h-ba .left {
    max-width: 100%;
  }
  .section-services.h-ba .section-services-inner {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .section-services.h-ba .right {
    flex-direction: column;
  }
  .section-services.h-ba .right .content-section,
  .section-services.h-ba .right .image {
    max-width: 100%;
  }
}
@media (min-width: 1440px) {
  .section-services.h-sm .heading-section .right {
    margin-right: 3px;
  }
}

.section-infiniteSlide {
  position: relative;
  z-index: 5;
  overflow: hidden;
  margin-top: 60px;
}
.section-infiniteSlide.h-sm {
  background-color: transparent;
}
@media (min-width: 992px) {
  .section-infiniteSlide {
    height: 161px;
    margin-top: 75px;
    margin-bottom: -104px;
    margin-left: -10px;
  }
  .section-infiniteSlide .infiniteSlide-1 {
    transform: rotate(-3deg);
    margin-top: 50px;
  }
  .section-infiniteSlide .infiniteSlide-2 {
    transform: rotate(3deg);
    margin-top: -51px;
  }
  .section-infiniteSlide .infiniteSlide-3 {
    transform: rotate(1deg);
    margin-bottom: -85px;
    margin-top: 85px;
  }
  .section-infiniteSlide .infiniteSlide-4 {
    transform: rotate(-4deg);
  }
  .section-infiniteSlide .infiniteSlide-app {
    width: 110%;
  }
  .section-infiniteSlide.h-seo {
    margin-top: 114px;
    margin-bottom: -104px;
    margin-left: -10px;
  }
  .section-infiniteSlide.h-sm {
    height: 231px;
    margin-top: 50px;
    margin-bottom: -11px;
    margin-left: -10px;
  }
}

.section-working-proccess {
  background-color: var(--digital-marketing-dark);
}
.section-working-proccess.h-dm {
  padding-top: 275px;
}
@media (max-width: 1439px) {
  .section-working-proccess.h-dm {
    padding-top: 184px;
  }
}
@media (max-width: 991px) {
  .section-working-proccess.h-dm {
    padding-top: 60px;
  }
}
.section-working-proccess .bottom-section {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.section-working-proccess .bottom-section .left {
  max-width: 502px;
}
.section-working-proccess .bottom-section .left .text {
  margin-bottom: 141px;
}
@media (max-width: 1439px) {
  .section-working-proccess .bottom-section .left .text {
    margin-bottom: 80px;
  }
}
@media (max-width: 991px) {
  .section-working-proccess .bottom-section .left .text {
    margin-bottom: 60px;
  }
}
.section-working-proccess .bottom-section .right {
  max-width: 645px;
  border-left: 1px solid var(--color-border-3);
}
.section-working-proccess .counter-item {
  display: flex;
  align-items: end;
  gap: 40px;
}
.section-working-proccess .counter-item span {
  color: var(--white);
}
.section-working-proccess .counter-item p {
  color: var(--white);
}
@media (min-width: 992px) {
  .section-working-proccess .counter-item p {
    padding-bottom: 40px;
  }
}
@media (max-width: 1199px) {
  .section-working-proccess br {
    display: none;
  }
}
@media (max-width: 767px) {
  .section-working-proccess .bottom-section {
    flex-direction: column;
  }
  .section-working-proccess .bottom-section .left {
    max-width: 100%;
  }
  .section-working-proccess .bottom-section .right {
    max-width: 100%;
    border-color: transparent;
  }
}

.section-why .section-why-inner {
  display: flex;
  justify-content: space-between;
  gap: 60px 70px;
}
@media (max-width: 991px) {
  .section-why .section-why-inner {
    flex-direction: column;
  }
}
.section-why .image-frame {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
}
.section-why .image-frame img {
  width: 100%;
  display: block;
}
@media (max-width: 991px) {
  .section-why .image-frame {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
  }
}
.section-why .slide-temp {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateX(-100%);
  transition: transform 0.4s ease;
}
.section-why .image {
  border-radius: 20px;
  overflow: hidden;
}
.section-why .image img {
  width: 100%;
  height: 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;
}
@media (min-width: 1200px) {
  .section-why .image {
    max-width: 630px;
  }
}
.section-why .section-content {
  position: relative;
  padding-top: 30px;
  width: 100%;
  max-width: 590px;
}
.section-why .section-content .line {
  position: absolute;
  top: 0;
  left: 35px;
  height: 100%;
  width: 1px;
  background-color: var(--color-bg-3);
}
@media (max-width: 1199px) {
  .section-why .section-content {
    max-width: 100% !important;
  }
  .section-why .section-content br {
    display: none;
  }
}
.section-why .wg-according {
  width: 100%;
}

.section-blog.h-seo {
  background-color: var(--white);
  position: relative;
}
.section-blog.h-seo .heading-section .sub-title {
  padding: 10px 20px 7px;
}
.section-blog.h-seo .blog-card {
  gap: 17px;
}
.section-blog.h-seo .blog-card .meta {
  padding-bottom: 18px;
  margin-bottom: 21px;
}

.line-page {
  width: 100%;
  height: 1px;
  background-color: var(--color-border-1);
}

@media (min-width: 992px) {
  .section-testimonials.h-dm .box-quote-2 {
    margin-top: 60px;
    position: sticky;
    top: 70px;
  }
}
.section-testimonials.home-seo .section-testimonials-inner {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.section-testimonials.home-seo .heading-section {
  max-width: 718px;
}
.section-testimonials.home-seo .heading-section .desc {
  max-width: 575px;
}
@media (max-width: 1439px) {
  .section-testimonials.home-seo .heading-section {
    max-width: 50%;
  }
  .section-testimonials.home-seo .sw-tes-h-seo {
    max-width: 50% !important;
  }
}
@media (max-width: 991px) {
  .section-testimonials.home-seo .section-testimonials-inner {
    flex-direction: column;
  }
  .section-testimonials.home-seo .heading-section {
    max-width: 100%;
  }
  .section-testimonials.home-seo .sw-tes-h-seo {
    max-width: 100% !important;
  }
}
.section-testimonials.h-ba .img-sharp-section {
  padding: 0 20px;
}

.line-section {
  height: 1px;
  width: 100%;
  background-color: var(--color-border-2);
}

.section-faqs.h-seo .section-faqs-inner {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .section-faqs.h-seo .section-faqs-inner {
    flex-direction: column;
    align-items: center;
  }
}
.section-faqs.h-seo .image {
  border-radius: 30px;
  overflow: hidden;
  margin: 0 15px;
}
.section-faqs.h-seo .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 1200px) {
  .section-faqs.h-seo .image {
    max-width: 43.5%;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin: 0;
  }
}
@media (max-width: 1199px) {
  .section-faqs.h-seo .image {
    max-width: 800px;
  }
}
.section-faqs.h-seo .section-faqs-content {
  padding: 50px 15px;
  max-width: 56.5%;
  width: 100%;
}
@media (min-width: 1440px) {
  .section-faqs.h-seo .section-faqs-content {
    padding: 50px 130px 54px 130px !important;
  }
}
@media (max-width: 1199px) {
  .section-faqs.h-seo .section-faqs-content {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .section-faqs.p-services-2 .wg-according {
    padding-top: 4px;
    padding-bottom: 4px;
  }
}
.section-faqs.p-services-2 .image {
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.section-faqs.p-services-2 .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .section-faqs.p-services-2 .image {
    max-width: 570px;
    margin-left: auto;
  }
}
@media (max-width: 991px) {
  .section-faqs.p-services-2 .image {
    max-height: 350px;
  }
  .section-faqs.p-services-2 .image img {
    display: block;
    height: auto;
    transform: translateY(0);
  }
}
.section-faqs.p-faqs .box-faqs .title {
  margin-bottom: 36px;
}
.section-faqs.p-faqs .according-item-2 .text {
  margin-top: 9px;
  margin-bottom: 34px;
}

.section-cta {
  position: relative;
}
.section-cta.h-seo {
  background-color: var(--seo-black);
  position: relative;
}
.section-cta.h-seo .section-cta-inner {
  display: flex;
  justify-content: space-between;
  gap: 0 30px;
}
@media (max-width: 1439px) {
  .section-cta.h-seo .section-cta-inner {
    align-items: end;
  }
}
.section-cta.h-seo .heading-section {
  padding-top: 98px;
  padding-bottom: 97px;
}
@media (max-width: 1439px) {
  .section-cta.h-seo .heading-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 991px) {
  .section-cta.h-seo .heading-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.section-cta.h-seo .image-right {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-cta.h-seo .img-chart {
  position: absolute;
  border-radius: 10px;
  overflow: hidden;
}
.section-cta.h-seo .img-chart img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.section-cta.h-seo .img-chart.chart-1 {
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2509803922);
  bottom: 143px;
  left: 0;
  max-width: 222px;
}
.section-cta.h-seo .img-chart.chart-2 {
  top: 123px;
  right: 0;
  max-width: 276px;
}
@media (min-width: 1440px) {
  .section-cta.h-seo .img-chart.chart-1 {
    left: -160px;
  }
}
.section-cta.h-seo .img-people {
  max-width: 100%;
}
.section-cta.h-seo .img-people img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 1440px) {
  .section-cta.h-seo .img-people {
    padding-right: 83px;
    margin-top: -81px;
  }
}
.section-cta.h-seo .sharp-ellipse {
  width: 650px;
  height: 650px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
  border: 1px solid var(--color-border-3);
  border-radius: 50%;
  position: absolute;
  bottom: 17px;
  left: -55px;
}
.section-cta.h-seo .mask-sharp {
  width: 1207px;
  height: 1207px;
  border-radius: 50%;
  background-color: var(--seo-purple);
  position: absolute;
  bottom: -980px;
  left: -69px;
  filter: blur(600px);
}
.section-cta.h-seo .tf-btn {
  max-width: max-content;
}
@media (min-width: 1440px) {
  .section-cta.h-seo .heading-section {
    padding-left: 20px;
    max-width: 600px;
  }
}
@media (max-width: 1439px) {
  .section-cta.h-seo {
    overflow: hidden;
  }
}
@media (max-width: 1199px) {
  .section-cta.h-seo {
    overflow: hidden;
  }
  .section-cta.h-seo .section-cta-inner {
    flex-direction: column;
    align-items: start;
  }
  .section-cta.h-seo .image-right {
    width: 100%;
  }
}
.section-cta.p-about .image {
  max-width: 100%;
  position: relative;
}
.section-cta.p-about .image img {
  width: 100%;
  height: 100%;
  min-height: 400px;
  object-fit: cover;
}
.section-cta.p-about .image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(8, 11, 30, 0) 0%, #080B1E 100%);
}
.section-cta.p-about .content {
  position: absolute;
  bottom: 70px;
  left: 16px;
}
.section-cta.p-services .text {
  margin-bottom: 30px;
}
.section-cta.p-services .image {
  border-radius: 20px;
  overflow: hidden;
}
.section-cta.p-services .image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.section-cta.p-services .image.img-min {
  max-width: 270px;
  border-radius: 20px;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .section-cta.p-services .text {
    padding-left: 220px;
    max-width: 579px;
    margin-bottom: 37px;
  }
  .section-cta.p-services .image {
    max-width: 630px;
  }
  .section-cta.p-services .image.img-min {
    max-width: 270px;
    margin-top: 20px;
  }
  .section-cta.p-services .right-bottom {
    margin-bottom: 41px;
    padding-right: 22px;
  }
}
@media (max-width: 1199px) {
  .section-cta.p-services .section-cta-inner {
    flex-direction: column;
    align-items: start !important;
  }
  .section-cta.p-services .image {
    max-height: 350px;
  }
  .section-cta.p-services .image img {
    display: block;
    height: auto;
    transform: translateY(0);
  }
}
@media (max-width: 575px) {
  .section-cta.p-services .image.img-min {
    max-width: 100%;
  }
  .section-cta.p-services .bottom {
    flex-direction: column;
    align-items: start !important;
  }
}

.section-about.h-ba .section-about-inner {
  flex-direction: column;
  gap: 60px 30px;
}
.section-about.h-ba .sub-title {
  margin-bottom: 30px;
}
.section-about.h-ba .image {
  max-width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.section-about.h-ba .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 1440px) {
  .section-about.h-ba .section-about-inner {
    flex-direction: row;
  }
  .section-about.h-ba .title {
    max-width: 865px;
  }
  .section-about.h-ba .right {
    max-width: 985px;
    width: 100%;
  }
  .section-about.h-ba .left {
    max-width: 655px;
    width: 100%;
  }
  .section-about.h-ba .sub-title {
    margin-bottom: 230px;
  }
  .section-about.h-ba .image {
    max-width: 655px;
  }
}
.section-about.h-sm .wg-counter {
  width: 100%;
  margin-bottom: 49px;
}
.section-about.h-sm .wg-counter .counter-item {
  max-width: 235px;
}
@media (max-width: 575px) {
  .section-about.h-sm .wg-counter {
    flex-direction: column;
  }
  .section-about.h-sm .wg-counter .counter-item {
    max-width: 100%;
  }
}
.section-about.h-sm .section-top,
.section-about.h-sm .section-bottom {
  gap: 30px;
}
.section-about.h-sm .image-parallx {
  max-width: 545px;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.section-about.h-sm .image-parallx img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1439px) {
  .section-about.h-sm .image-parallx {
    display: none;
  }
}
@media (min-width: 1600px) {
  .section-about.h-sm .section-bottom {
    margin-top: -201px;
  }
  .section-about.h-sm .section-top {
    gap: 130px;
  }
  .section-about.h-sm .section-bottom {
    gap: 150px;
  }
}

@media (min-width: 1200px) {
  .section-team.h-dm .heading-section .right {
    margin-right: 30px;
  }
}
.section-team.h-ba {
  background-color: var(--black);
}
.section-team.h-ba .section-team-inner {
  display: flex;
  gap: 60px 30px;
}
.section-team.h-ba .left {
  max-width: calc(44.3% - 15px);
  width: 100%;
}
.section-team.h-ba .right {
  max-width: calc(50% - 15px);
  width: 100%;
}
@media (min-width: 1200px) {
  .section-team.h-ba .left {
    padding-top: 86px;
    margin-right: 110px;
  }
}
@media (min-width: 1200px) {
  .section-team.h-ba .infiniteSlide-app {
    padding-top: 37px;
    padding-bottom: 37px;
  }
}
@media (max-width: 767px) {
  .section-team.h-ba .section-team-inner {
    flex-direction: column-reverse;
  }
  .section-team.h-ba .section-team-inner .left,
  .section-team.h-ba .section-team-inner .right {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.section-projects.h-seo {
  padding-top: 252px;
}
@media (min-width: 1200px) {
  .section-projects.h-seo .heading-section .right {
    padding-right: 4px;
  }
}
@media (max-width: 1439px) {
  .section-projects.h-seo {
    padding-top: 184px;
  }
}
@media (max-width: 991px) {
  .section-projects.h-seo {
    padding-top: 60px;
  }
}
@media (min-width: 1200px) {
  .section-projects.h-dm .heading-section .right {
    margin-right: 34px;
  }
}
.section-projects.h-dm .list-project-item .project-item:nth-child(4), .section-projects.h-dm .list-project-item .project-item:nth-child(5), .section-projects.h-dm .list-project-item .project-item:nth-child(6) {
  padding-bottom: 127px !important;
}
@media (max-width: 1439px) {
  .section-projects.h-dm .list-project-item .project-item:nth-child(4), .section-projects.h-dm .list-project-item .project-item:nth-child(5), .section-projects.h-dm .list-project-item .project-item:nth-child(6) {
    padding-bottom: 80px !important;
  }
}
@media (max-width: 991px) {
  .section-projects.h-dm .list-project-item .project-item:nth-child(4), .section-projects.h-dm .list-project-item .project-item:nth-child(5), .section-projects.h-dm .list-project-item .project-item:nth-child(6) {
    padding-bottom: 60px !important;
  }
}
@media (min-width: 1200px) {
  .section-projects.h-ba .heading-section .right {
    margin-right: 5px;
  }
}
.section-projects.h-ba .sticky-item {
  top: 90px;
  position: sticky;
}
@media (min-width: 1200px) {
  .section-projects.h-sm .heading-section .right {
    margin-right: 5px;
  }
}
.section-projects.h-sm .project-item .name-project:hover {
  color: var(--seo-marketing-purple);
}
.section-projects.h-sm .project-item .name-project:hover::before {
  background-color: var(--seo-marketing-purple);
}

@media (min-width: 1440px) {
  .section-awards.h-ba .heading-section .title {
    padding-bottom: 30px;
    padding-right: 252px;
  }
}

.section-hero-2 {
  position: relative;
  overflow: hidden;
  padding-top: 154px;
  padding-bottom: 381px;
  margin-top: -74px;
}
.section-hero-2 .image-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.section-hero-2 .image-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-hero-2 .image-sharp {
  position: absolute;
  bottom: 0;
  left: 0;
}
.section-hero-2 .image-sharp .image-icon {
  margin-left: auto;
  margin-right: auto;
  max-width: 214px;
  margin-bottom: -66px;
  position: relative;
  z-index: 2;
}
.section-hero-2 .text-big {
  color: var(--white);
  margin-bottom: 170px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1439px) {
  .section-hero-2 .text-big {
    margin-bottom: 80px;
  }
}
@media (max-width: 991px) {
  .section-hero-2 .text-big {
    margin-bottom: 60px;
  }
}
.section-hero-2 .content-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
}
.section-hero-2 .content-section .title {
  color: var(--white);
}
.section-hero-2 .content-section .content .text {
  color: var(--white);
}
@media (min-width: 768px) {
  .section-hero-2 .content-section .title {
    max-width: 556px;
  }
  .section-hero-2 .content-section .content {
    max-width: 419px;
  }
}
@media (min-width: 1440px) {
  .section-hero-2 .section-inner {
    padding-right: 14px;
  }
  .section-hero-2 .content-section {
    padding-right: 58px;
  }
}
@media (max-width: 1439px) {
  .section-hero-2 {
    padding-top: 144px;
    padding-bottom: 80px;
  }
  .section-hero-2 .image-sharp {
    display: none;
  }
}
@media (max-width: 991px) {
  .section-hero-2 {
    padding-top: 124px;
    padding-bottom: 60px;
  }
}

.section-process.h-sm .section-process-inner {
  background-color: var(--seo-marketing-blue);
  max-width: 1780px;
  border-radius: 20px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.section-process.h-sm .section-process-inner .content-section {
  position: relative;
}
.section-process.h-sm .section-process-inner .img-sharp-section {
  position: absolute;
}
.section-process.h-sm .section-process-inner .img-sharp-section img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.section-process.h-sm .section-process-inner .img-sharp-section.sharp-1 {
  top: -407px;
  left: -291px;
  right: -218px;
  animation: tranform-right-to-left 2s linear infinite;
}
.section-process.h-sm .section-process-inner .img-sharp-section.sharp-2 {
  bottom: -398px;
  left: -65px;
  right: -290px;
  animation: tranform-left-to-right 2s linear infinite;
}
.section-process.h-sm .img-sharp-2 {
  position: absolute;
  bottom: 150px;
  left: 50%;
  transform: translateX(-50%);
}
.section-process.h-sm .img-icon {
  position: relative;
  margin-bottom: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-process.h-sm .img-icon .ellipse {
  position: absolute;
  top: 0;
}
.section-process.h-sm .img-icon .icon-img {
  margin-top: 38px;
}
@media (max-width: 767px) {
  .section-process.h-sm .img-icon {
    display: none;
  }
}
.section-process.h-sm .ellipse {
  border-radius: 50%;
}
.section-process.h-sm .ellipse.ellipse-1 {
  width: 400px;
  height: 400px;
  border: 1px solid var(--color-border-3);
}
.section-process.h-sm .sharp-blur {
  width: 215px;
  height: 215px;
  background-color: var(--seo-marketing-purple);
  border-radius: 50%;
  filter: blur(100px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.section-process.h-sm .left,
.section-process.h-sm .right {
  height: 100%;
}
.section-process.h-sm .image {
  border-radius: 14px;
  overflow: hidden;
  max-width: 100%;
}
.section-process.h-sm .image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media (min-width: 768px) {
  .section-process.h-sm .process-item.item-1, .section-process.h-sm .process-item.item-3 {
    margin-bottom: 97px;
    max-width: max-content;
  }
  .section-process.h-sm .process-item.item-3 {
    margin-left: auto;
  }
  .section-process.h-sm .process-item.item-2 {
    max-width: max-content;
    margin-left: auto;
    margin-right: auto;
    padding-left: 18px;
  }
  .section-process.h-sm .image {
    max-width: 350px;
  }
  .section-process.h-sm .image.img-1 {
    margin-left: 44px;
  }
  .section-process.h-sm .image.img-2 {
    margin-right: 44px;
  }
  .section-process.h-sm .left,
  .section-process.h-sm .right {
    padding-bottom: 43px;
  }
}
.img-section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.list-funfact-item.p-about {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
@media (max-width: 1199px) {
  .list-funfact-item.p-about {
    flex-wrap: wrap;
  }
  .list-funfact-item.p-about .funfact-item-2 {
    max-width: calc(50% - 15px);
  }
}
@media (max-width: 575px) {
  .list-funfact-item.p-about .funfact-item-2 {
    max-width: 100%;
  }
}

.list-why-item {
  position: relative;
  gap: 30px;
}
.list-why-item .line {
  position: absolute;
  top: 25px;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: var(--color-border-3);
}
@media (min-width: 1200px) {
  .list-why-item .why-item-2:nth-child(3) {
    padding-right: 16px;
  }
  .list-why-item .why-item-2:last-child {
    padding-right: 7px;
  }
}
@media (max-width: 767px) {
  .list-why-item {
    flex-direction: column;
  }
  .list-why-item .line {
    display: none;
  }
}

@media (min-width: 1200px) {
  .section-features.h-sm .heading-section .right {
    margin-right: 5px;
  }
}
.section-features.p-services2 .section-features-inner {
  gap: 60px 30px;
}
.section-features.p-services2 .line-header-section {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .section-features.p-services2 .line-header-section {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.section-features.p-services2 .image {
  border-radius: 10px;
  overflow: hidden;
}
.section-features.p-services2 .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .section-features.p-services2 .heading-section {
    max-width: 580px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .section-features.p-services2 .image {
    max-width: 630px;
  }
}
@media (max-width: 991px) {
  .section-features.p-services2 .section-features-inner {
    flex-direction: column;
  }
}

.section-services-detail .title-2 {
  margin-bottom: 48px;
}
.section-services-detail .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.section-services-detail .text {
  max-width: 810px;
}
.section-services-detail .content-detail {
  display: flex;
  gap: 30px 15px;
  justify-content: space-between;
}
.section-services-detail .content-detail .image {
  height: 100%;
}
@media (min-width: 768px) {
  .section-services-detail .content-detail .left {
    padding-top: 30px;
    max-width: 300px;
  }
  .section-services-detail .content-detail .image {
    max-width: 410px;
  }
}
@media (max-width: 767px) {
  .section-services-detail .content-detail {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .section-services-detail .mb-50 {
    margin-bottom: 30px;
  }
}

.section-team-detail .image {
  border-radius: 20px;
  overflow: hidden;
}
.section-team-detail .image img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  object-fit: cover;
}
@media (min-width: 768px) {
  .section-team-detail .image {
    position: sticky;
    top: 80px;
  }
}
@media (max-width: 767px) {
  .section-team-detail .image {
    height: 350px;
  }
  .section-team-detail .image img {
    display: block;
    height: auto;
    transform: translateY(0);
  }
}
.section-team-detail .right {
  max-width: 810px;
  margin-left: auto;
  margin-right: 0;
}
@media (min-width: 992px) {
  .section-team-detail .right {
    padding-top: 11px;
  }
}
.section-team-detail .box-personal-skills,
.section-team-detail .team-detail-content {
  margin-bottom: 74px;
}

.image-section {
  width: 100%;
  overflow: hidden;
}
.image-section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-profilio-detail .image-section img {
  border-radius: 20px;
}

@media (min-width: 1200px) {
  .section-contact.p-contact .right {
    margin-right: 61px;
  }
}

.section-form .right {
  height: 100%;
}
.section-form .image {
  overflow: hidden;
  border-radius: 10px;
  height: 100%;
}
.section-form .image img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
}
@media (max-width: 991px) {
  .section-form .image {
    height: 350px;
  }
  .section-form .image img {
    display: block;
    height: auto;
    transform: translateY(0);
  }
}
@media (min-width: 1200px) {
  .section-form .left {
    padding-top: 7px;
    padding-bottom: 12px;
  }
  .section-form .image {
    max-width: 600px;
    margin-left: auto;
    margin-right: 0;
  }
}

@media (min-width: 1200px) {
  .section-funfact.h-seo .heading-section .right {
    padding-right: 28px;
  }
  .section-funfact.h-seo .heading-section .desc {
    padding-right: 25px;
  }
}

@media (min-width: 1440px) {
  .section-pricing.h-sm .heading-section .right {
    padding-right: 68px;
  }
}

/* ---------------------------------------------------------
    * Name: Seonex | SEO/Marketing HTML Template
    * Version: 1.0.0
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Reset
    * Typography
    * Custom Class

    * Components
        ** Layout
        ** Header
        ** Blog
        ** Form
        ** Animation
        ** Hover
        ** Box Icon
        ** Popup
        ** Tab
        ** Go Top
        ** Button
        ** Card
        ** Section
        ** Slider
        ** Testimonial
        ** Widget
        ** Shop
        ** Product
        ** Nice Select
        ** Lookbook
        ** Accordion
        ** Footer
 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable --------- */
.sw-team .swiper-slide .team-card {
  border-left-color: transparent;
}
.sw-team .swiper-slide:nth-child(1) .team-card {
  border-left-color: var(--color-border-1);
}

.sw-project-h-seo {
  margin-left: -15px;
  margin-right: -15px;
}
.sw-project-h-seo .swiper-slide {
  padding-right: 15px;
  padding-left: 15px;
}
.sw-project-h-seo .swiper-slide:not(:last-child) {
  border-right: 1px solid var(--color-border-3);
}
@media (min-width: 1920px) {
  .sw-project-h-seo {
    margin-left: -30px;
    margin-right: -30px;
  }
  .sw-project-h-seo .swiper-slide {
    padding-right: 30px;
    padding-left: 30px;
  }
}

.sw-why-h-seo .swiper-slide {
  border: 1px solid var(--color-border-1);
  border-bottom: 0;
  margin-bottom: 0;
  padding: 10px;
  padding-bottom: 0;
}
.sw-why-h-seo .swiper-slide:not(:last-child) {
  border-right: 0;
}

.sw-tes-h-seo {
  max-width: 870px;
}
@media (min-width: 1440px) {
  .sw-tes-h-seo {
    margin-right: 5px;
  }
}

.sw-dot-pagination {
  display: flex;
  justify-content: center;
  gap: 10px;
  width: auto !important;
}
.sw-dot-pagination .swiper-pagination-bullet {
  background: rgba(100, 50, 255, 0.2);
  -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;
  width: 7px;
  height: 7px;
  margin-left: 0 !important;
  margin-right: 0 !important;
  position: relative;
  opacity: 1;
}
.sw-dot-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--seo-purple);
}
.sw-dot-pagination .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  inset: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% + 7px);
  height: calc(100% + 7px);
}
.sw-dot-pagination.style-white .swiper-pagination-bullet {
  background: var(--color-border-3);
}
.sw-dot-pagination.style-white .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--white);
}
.sw-dot-pagination.style-dt-blue .swiper-pagination-bullet {
  background: rgba(11, 27, 230, 0.3019607843);
}
.sw-dot-pagination.style-dt-blue .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--digital-marketing-blue);
}
.sw-dot-pagination.style-seo-pink .swiper-pagination-bullet {
  background: rgba(11, 27, 230, 0.3019607843);
}
.sw-dot-pagination.style-seo-pink .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--seo-marketing-pink);
}

.nav-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--color-border-2);
  -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;
}
.nav-btn i {
  font-size: 20px;
  color: var(--paragraph);
  -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;
}
.nav-btn:hover {
  background-color: var(--seo-purple);
  border-color: var(--seo-purple);
}
.nav-btn:hover i {
  color: var(--white);
}

.sw-services-h-ba {
  border-radius: 20px;
}
.sw-services-h-ba .swiper-slide-active .services-item {
  border: 1px solid rgba(98, 25, 240, 0.07);
  box-shadow: 10px 4px 60px 0px rgba(185, 185, 185, 0.25);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.sw-services-h-ba .swiper-slide-active .services-item .icon {
  background-color: var(--branding-agency-purple);
}
.sw-services-h-ba .swiper-slide-active .services-item .icon i {
  color: var(--white);
}
.sw-services-h-ba .swiper-slide-active .services-item::before {
  opacity: 0;
  visibility: hidden;
}
@media (min-width: 1440px) {
  .sw-services-h-ba {
    padding: 50px 50px 0;
    margin: -50px -50px 0;
  }
}
@media (min-width: 1200px) {
  .sw-services-h-ba {
    height: 452px;
  }
  .sw-services-h-ba .swiper-slide .services-item {
    position: relative;
  }
  .sw-services-h-ba .swiper-slide .services-item::before {
    content: "";
    border-radius: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(247, 243, 254, 0) 0%, #F7F3FE 74.38%);
    z-index: 2;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }
}

/* ---------------------------------------------------------
    * Name: Seonex | SEO/Marketing HTML Template
    * Version: 1.0.0
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Reset
    * Typography
    * Custom Class

    * Components
        ** Layout
        ** Header
        ** Blog
        ** Form
        ** Animation
        ** Hover
        ** Box Icon
        ** Popup
        ** Tab
        ** Go Top
        ** Button
        ** Card
        ** Section
        ** Slider
        ** Testimonial
        ** Widget
        ** Shop
        ** Product
        ** Nice Select
        ** Lookbook
        ** Accordion
        ** Footer
 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable --------- */
/* ---------------------------------------------------------
    * Name: Seonex | SEO/Marketing HTML Template
    * Version: 1.0.0
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Reset
    * Typography
    * Custom Class

    * Components
        ** Layout
        ** Header
        ** Blog
        ** Form
        ** Animation
        ** Hover
        ** Box Icon
        ** Popup
        ** Tab
        ** Go Top
        ** Button
        ** Card
        ** Section
        ** Slider
        ** Testimonial
        ** Widget
        ** Shop
        ** Product
        ** Nice Select
        ** Lookbook
        ** Accordion
        ** Footer
 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable --------- */
.testimonial-card {
  background-color: var(--digital-marketing-dark);
  padding: 40px 60px 40px 50px;
  height: 100%;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}
.testimonial-card .img-sharp {
  position: absolute;
  top: -250px;
  right: -250px;
}
.testimonial-card .img-sharp .blob-wrapper {
  width: 598px;
  height: 500px;
}
.testimonial-card .text {
  color: var(--white);
  position: relative;
}
.testimonial-card .img-avt {
  max-width: 80px;
  border-radius: 50%;
  overflow: hidden;
}
.testimonial-card .img-avt img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.testimonial-card .icon {
  position: relative;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: var(--digital-marketing-light);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -14px;
  z-index: 2;
}
.testimonial-card .icon i {
  font-size: 30px;
}
.testimonial-card .testimonial-user .name {
  color: var(--white);
  margin-bottom: 7px;
}
.testimonial-card .testimonial-user .position {
  color: var(--color-text-1);
}
@media (max-width: 767px) {
  .testimonial-card {
    padding: 30px 15px;
  }
}

.image-testimonial {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
}
.image-testimonial::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 390px;
  background: linear-gradient(180deg, rgba(8, 11, 30, 0) 0%, #080B1E 100%);
  z-index: 1;
}
.image-testimonial .image {
  height: 100%;
}
.image-testimonial .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.image-testimonial .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  position: absolute;
  padding: 15px;
  bottom: 0;
  width: 100%;
  left: 0;
  z-index: 2;
}
.image-testimonial .counter-item span {
  color: var(--white);
}
.image-testimonial .text {
  color: var(--white);
}
@media (min-width: 1440px) {
  .image-testimonial .content {
    padding: 50px 80px !important;
  }
}
@media (min-width: 1025px) {
  .image-testimonial .content {
    flex-direction: row;
    padding: 30px;
  }
}
@media (max-width: 1024px) {
  .image-testimonial .content {
    align-items: start;
  }
  .image-testimonial br {
    display: none;
  }
}

.tes-item {
  background-color: var(--digital-marketing-gray);
  padding: 20px 20px 27px;
  border: 1px solid var(--color-border-1);
  border-radius: 20px;
}
.tes-item .top {
  background-color: var(--white);
  padding: 32px 10px 63px;
  text-align: center;
  border-radius: 20px;
}
.tes-item .top .line {
  width: 100%;
  height: 1px;
  background: radial-gradient(50% 50% at 50% 50%, rgba(31, 31, 31, 0.15) 0%, rgba(31, 31, 31, 0) 100%);
}
.tes-item .rating {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 33px;
}
.tes-item .rating span {
  padding-right: 15px;
  color: var(--black);
}
.tes-item .rating i {
  font-size: 24px;
  color: #FFA600;
}
.tes-item .text {
  padding-top: 25px;
}
.tes-item .user-tes {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: -33px;
}
.tes-item .user-tes .img-avt {
  max-width: 66px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 17px;
}
.tes-item .user-tes .img-avt img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.tes-item .user-tes .name {
  margin-bottom: 5px;
  color: var(--digital-marketing-dark);
}
.tes-item .user-tes .name:hover {
  color: var(--digital-marketing-blue);
}
.tes-item .user-tes .position {
  color: var(--paragraph);
}
.tes-item.style-2 {
  padding: 40px 15px;
  background-color: var(--seo-gray-dark);
}
.tes-item.style-2 .rating {
  justify-content: start;
}
.tes-item.style-2 .rating span {
  color: var(--seo-black);
}
.tes-item.style-2 .line {
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgba(31, 31, 31, 0.15) 0%, rgba(31, 31, 31, 0) 100%);
}
.tes-item.style-2 .text {
  max-width: 693px;
}
.tes-item.style-2 .user-tes {
  justify-content: start;
  flex-direction: row;
  margin-top: 0;
  gap: 30px;
}
.tes-item.style-2 .user-tes .img-avt {
  margin-bottom: 0;
}
.tes-item.style-2 .user-tes .name {
  margin-bottom: 6px;
  color: var(--digital-marketing-dark);
}
.tes-item.style-2 .user-tes .name:hover {
  color: var(--digital-marketing-blue);
}
.tes-item.style-2 .user-tes .position {
  color: var(--paragraph);
}
@media (min-width: 992px) {
  .tes-item.style-2 {
    padding: 42px 70px 39px;
  }
}
@media (max-width: 1199px) {
  .tes-item br {
    display: none;
  }
}

.testimonials-item {
  padding: 30px 15px;
  background: linear-gradient(180deg, #641AF2 38.88%, #000000 100%);
  position: relative;
  display: flex;
  gap: 30px;
  justify-content: space-between;
  align-items: start;
  border-radius: 14px;
}
.testimonials-item .img-sharp {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.testimonials-item .img-sharp img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.testimonials-item .text {
  color: var(--white);
}
.testimonials-item .user-tes a,
.testimonials-item .user-tes p {
  color: var(--white);
}
.testimonials-item .left {
  max-width: 75.218%;
}
.testimonials-item .image-user {
  border-radius: 50%;
  overflow: hidden;
  max-width: 250px;
}
.testimonials-item .image-user img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media (min-width: 1200px) {
  .testimonials-item {
    padding: 70px 70px 70px 100px;
  }
}
@media (max-width: 767px) {
  .testimonials-item {
    flex-direction: column;
  }
  .testimonials-item .left {
    max-width: 100%;
  }
  .testimonials-item .image-user {
    max-width: 100px;
  }
}

/* ---------------------------------------------------------
    * Name: Seonex | SEO/Marketing HTML Template
    * Version: 1.0.0
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Reset
    * Typography
    * Custom Class

    * Components
        ** Layout
        ** Header
        ** Blog
        ** Form
        ** Animation
        ** Hover
        ** Box Icon
        ** Popup
        ** Tab
        ** Go Top
        ** Button
        ** Card
        ** Section
        ** Slider
        ** Testimonial
        ** Widget
        ** Shop
        ** Product
        ** Nice Select
        ** Lookbook
        ** Accordion
        ** Footer
 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable --------- */
.breadkcum {
  display: flex;
  align-items: center;
  gap: 7px;
}
.breadkcum span,
.breadkcum a {
  font-size: clamp(20px, 1.56vw, 30px);
  line-height: 100%;
  letter-spacing: -0.6px;
  font-weight: 500;
}
.breadkcum a {
  text-decoration-line: underline;
  text-decoration-color: transparent;
  text-underline-offset: 1px;
}
.breadkcum a:hover {
  text-decoration-color: var(--white) !important;
}
.breadkcum .icon {
  font-size: 24px;
}
.breadkcum .breadkcum-active {
  font-weight: 600;
  font-style: italic;
  text-decoration: underline;
}

.wg-pagination li {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--color-border-1);
  color: var(--digital-marketing-black);
}
.wg-pagination li.active {
  background-color: var(--digital-marketing-black);
  border-color: var(--digital-marketing-black);
  color: var(--white);
}

.wg-cta {
  position: relative;
  border-radius: 20px;
}
.wg-cta .image {
  position: relative;
}
.wg-cta .image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 20px;
}
.wg-cta .image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(8, 11, 30, 0) 0%, #080B1E 100%);
  z-index: 2;
  border-radius: 20px;
}
.wg-cta .top-content-wg {
  position: absolute;
  top: 50px;
  left: 40px;
  z-index: 3;
}
.wg-cta .top-content-wg .sub-title {
  margin-bottom: 8px;
  color: var(--white);
}
.wg-cta .top-content-wg .title {
  color: var(--white);
}
.wg-cta .bottom-btn {
  position: absolute;
  bottom: 50px;
  left: 40px;
  z-index: 3;
}

.marketing-card {
  background-color: var(--digital-marketing-dark);
  position: relative;
  padding: 50px 50px 40px;
  overflow: hidden;
  border-radius: 20px;
}
.marketing-card .img-sharp {
  position: absolute;
  top: -300px;
  right: -100px;
}
.marketing-card .img-sharp .blob-wrapper {
  width: 490px;
  height: 490px;
}
.marketing-card .logo {
  margin-bottom: 149px;
}
.marketing-card .content {
  position: relative;
}
.marketing-card .title {
  color: var(--white);
  margin-bottom: 15px;
}
.marketing-card .desc {
  color: var(--color-text-1);
  margin-bottom: 25px;
}
.marketing-card .benefit-item i,
.marketing-card .benefit-item span {
  color: var(--color-text-1);
}
.marketing-card.style-2 {
  padding: 40px;
}
.marketing-card.style-2 .logo {
  margin-bottom: 130px;
}
@media (max-width: 991px) {
  .marketing-card {
    padding: 30px 15px;
  }
  .marketing-card .logo {
    margin-bottom: 70px;
  }
}

.growth-card {
  background-color: var(--digital-marketing-gray);
  padding: 60px 48px 50px;
  height: 100%;
  border-radius: 20px;
  border: 1px solid var(--color-border-1);
}
.growth-card .line {
  margin-top: 50px;
  margin-bottom: 50px;
  width: 100%;
  height: 1px;
  background: radial-gradient(50% 50% at 50% 50%, rgba(31, 31, 31, 0.2) 0%, rgba(31, 31, 31, 0) 100%);
}
@media (max-width: 991px) {
  .growth-card .line {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.growth-card.style-2 {
  padding: 39px 39px 25px;
}
.growth-card.style-2 .line {
  margin-top: 63px;
}
@media (max-width: 991px) {
  .growth-card {
    padding: 30px 15px;
  }
}

.wg-video {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
}
.wg-video .image {
  height: 100%;
}
.wg-video .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wg-video .btn-play {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wg-video .icon {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background-color: var(--digital-marketing-light);
  display: flex;
  align-items: center;
  justify-content: center;
  -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;
  position: relative;
}
.wg-video .icon i {
  font-size: 20px;
  color: var(--digital-marketing-black);
  -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;
  position: relative;
}
.wg-video .icon:hover {
  background-color: var(--white);
}
.wg-video .icon:hover .wave {
  background: rgba(255, 255, 255, 0.4);
}
.wg-video .icon .wave {
  background: rgba(212, 241, 58, 0.6);
}
.wg-video.style-2 {
  border-radius: 0 !important;
}
.wg-video.style-2 .icon {
  width: clamp(64px, 11.81vw, 170px);
  height: clamp(64px, 11.81vw, 170px);
  background: linear-gradient(180deg, rgba(15, 15, 15, 0.16) 0%, rgba(92, 92, 92, 0.14) 100%);
  border: 1px solid var(--color-border-5);
  backdrop-filter: blur(40px);
}
.wg-video.style-2 .icon i {
  font-size: clamp(16px, 1.67vw, 24px);
  color: var(--white);
}
.wg-video.style-2 .icon:hover {
  background-color: var(--white);
}
.wg-video.style-2 .icon:hover i {
  color: var(--black);
}
.wg-video.style-2 .icon .wave {
  border: 1px solid var(--white);
  background-color: transparent;
}

.wave {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  animation: ripple 2s infinite;
}
.wave:nth-child(2) {
  animation-delay: 0.5s;
}
.wave:nth-child(3) {
  animation-delay: 1s;
}

.counter-item .number-counter {
  white-space: nowrap;
}
.counter-item span {
  font-family: "Figtree", sans-serif;
}

.tf-marquee .marquee-item {
  margin-right: 70px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.infiniteSlide-app {
  overflow: hidden;
}
.infiniteSlide-app.bg-dt-light {
  background-color: var(--digital-marketing-light);
}
.infiniteSlide-app.bg-dt-blue {
  background-color: var(--digital-marketing-blue);
}
.infiniteSlide-app.bg-dt-blue .marquee-item {
  color: var(--white);
}
.infiniteSlide-app.bg-dt-blue .marquee-item i {
  color: var(--white);
}
.infiniteSlide-app.bg-seo-purple {
  background-color: var(--seo-purple);
}
.infiniteSlide-app.bg-seo-purple .marquee-item {
  color: var(--white);
}
.infiniteSlide-app.bg-seo-purple .marquee-item i {
  color: var(--white);
}
.infiniteSlide-app.bg-color-4 {
  background-color: var(--color-bg-4);
}
.infiniteSlide-app.bg-color-4 .marquee-item {
  color: var(--white);
}
.infiniteSlide-app.bg-color-4 .marquee-item i {
  color: var(--white);
}
.infiniteSlide-app.style-border {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--color-border-4);
}
.infiniteSlide-app.style-border .marquee-item {
  color: var(--paragraph);
}
.infiniteSlide-app.style-border .marquee-item:hover {
  color: var(--black);
}
@media (min-width: 992px) {
  .infiniteSlide-app.style-border {
    padding-top: 35px;
    padding-bottom: 36px;
  }
}
.infiniteSlide-app.bg-sm-blue {
  background-color: var(--seo-marketing-blue);
}
.infiniteSlide-app.bg-sm-blue .marquee-item {
  color: var(--white);
}
.infiniteSlide-app.bg-sm-blue .marquee-item i {
  color: var(--white);
}
.infiniteSlide-app.bg-sm-purple {
  background-color: var(--seo-marketing-purple);
}
.infiniteSlide-app.bg-sm-purple .marquee-item {
  color: var(--white);
}
.infiniteSlide-app.bg-sm-purple .marquee-item i {
  color: var(--white);
}
.infiniteSlide-app.style-2 .tf-marquee .marquee-item {
  padding-top: 19px;
  padding-bottom: 19px;
}

.image-working-proccess img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.image-working-proccess.img-1 {
  border-radius: 135px;
  overflow: hidden;
}
.image-working-proccess.img-2 {
  border-top-right-radius: 135px;
  border-bottom-right-radius: 135px;
  overflow: hidden;
}
.image-working-proccess.img-3 {
  border-top-right-radius: 135px;
  border-top-left-radius: 135px;
  border-bottom-right-radius: 135px;
  overflow: hidden;
}

.working-item {
  display: flex;
  gap: 30px;
  padding-bottom: 30px;
  margin-bottom: 28px;
  border-bottom: 1px solid var(--color-border-3);
  padding-left: 15px;
}
@media (min-width: 992px) {
  .working-item {
    gap: 70px;
    padding-left: 100px;
  }
  .working-item:nth-child(1) {
    padding-top: 10px;
  }
}
.working-item .number {
  color: var(--white);
}
.working-item .title {
  color: var(--white);
  display: inline-block;
  margin-bottom: 18px;
}
.working-item .text {
  color: var(--color-text-1);
}
.working-item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: unset;
}

.team-card {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 70px 15px;
  border: 1px solid var(--color-border-1);
}
.team-card .image {
  max-width: 270px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 30px;
}
.team-card .image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.team-card .team-content {
  text-align: center;
}
.team-card .name-team {
  color: var(--digital-marketing-black);
  margin-bottom: 3px;
}
.team-card .name-team:hover {
  color: var(--digital-marketing-blue);
}
.team-card .position {
  color: var(--paragraph);
  margin-bottom: 18px;
}
.team-card .list-btn-bottom {
  position: relative;
}
.team-card .list-btn-bottom .btn-plus {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.team-card .list-btn-social {
  opacity: 0;
  visibility: hidden;
  transform: translateX(-10px);
  -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;
}
.team-card .btn-add:hover {
  background-color: var(--digital-marketing-blue);
  border-color: var(--digital-marketing-blue);
}
.team-card .btn-add:hover i {
  color: var(--white);
}
.team-card:hover .btn-plus {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(0);
}
.team-card:hover .list-btn-social {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  padding-left: 50px;
}
@media (max-width: 767px) {
  .team-card {
    padding: 30px 15px;
  }
}
.team-card.no-border {
  border-color: transparent;
  padding: 0;
}
.team-card.no-border .image {
  max-width: 100%;
}

.project-item {
  padding: 30px 15px;
  border: 1px solid var(--color-border-1);
}
.project-item .image {
  margin-bottom: 16px;
  border-radius: 20px;
  overflow: hidden;
}
.project-item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.project-item .meta-project {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 8px;
}
.project-item .meta-project span {
  color: var(--paragraph);
}
.project-item .meta-project .line-dot {
  width: 30px;
  height: 1px;
  background-color: var(--paragraph);
}
.project-item .name-project {
  color: var(--digital-marketing-black);
  position: relative;
}
.project-item .name-project::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  width: 0;
  height: 2px;
  background-color: var(--digital-marketing-blue);
  -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;
}
.project-item .name-project:hover {
  color: var(--digital-marketing-blue);
}
.project-item .name-project:hover::before {
  left: 0;
  right: auto;
  width: 100%;
}
@media (min-width: 992px) {
  .project-item {
    padding: 70px 29px 68px;
  }
}
.project-item.style-2 {
  padding: 20px 20px 30px;
}
.project-item.style-2 .meta-project {
  gap: 7px !important;
  margin-bottom: 17px;
}
.project-item.style-2 .meta-project a {
  padding: 5px 14px;
  border: 1px solid var(--color-border-7);
  border-radius: 14px;
  color: var(--paragraph);
}
.project-item.style-3 {
  padding: 0;
  border: unset;
}
.project-item.style-3 .image {
  max-width: 520px;
  margin-bottom: 21px;
}
.project-item.style-3 .image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 20px;
}

.box-quote-2 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: var(--digital-marketing-light);
  border-radius: 50%;
  padding: 0 10px;
  max-width: 410px;
  aspect-ratio: 1/1;
  margin-left: auto;
  margin-right: auto;
}
.box-quote-2 .line {
  width: 100%;
  height: 1px;
  background-color: var(--color-border-1);
  margin-bottom: 30px;
  margin-top: 30px;
}

.brand-item {
  width: 190px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  border: 1px solid var(--color-border-1);
  position: relative;
}
.brand-item img {
  -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;
}
.brand-item .brand-hover {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, calc(-50% + 30px));
  opacity: 0;
  visibility: hidden;
}
.brand-item:hover {
  background-color: var(--digital-marketing-black);
  border-color: var(--digital-marketing-black);
}
.brand-item:hover .brand-hover {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%);
}
.brand-item:hover .brand {
  transform: translateY(-30px);
  opacity: 0;
  visibility: hidden;
}

.box-graph {
  background-color: var(--seo-black);
  padding: 30px 15px;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}
.box-graph .sub-title {
  position: relative;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0) 100%);
  border: 1px solid var(--color-border-3);
  border-radius: 20px;
  padding: 10px 20px;
  color: var(--color-text-4);
  display: inline-block;
  margin-bottom: 103px;
}
.box-graph .title-box {
  color: var(--white);
  position: relative;
  max-width: 364px;
}
.box-graph .sharp-graph {
  display: flex;
  align-items: end;
  position: absolute;
  bottom: 0;
  right: 0;
}
.box-graph .sharp-graph .sharp-1 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.box-graph .sharp-graph .sharp-1 .text {
  color: #454341;
  margin-bottom: 17px;
}
.box-graph .sharp-graph .sharp-1 .chart-1 {
  background-color: rgba(100, 50, 255, 0.5019607843);
  width: 100px;
  height: 166px;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
}
.box-graph .sharp-graph .sharp-2 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.box-graph .sharp-graph .sharp-2 .text {
  color: #454341;
  margin-bottom: 17px;
}
.box-graph .sharp-graph .sharp-2 .chart-2 {
  background-color: rgba(100, 50, 255, 0.8);
  width: 100px;
  height: 208px;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
}
.box-graph .sharp-graph .sharp-3 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.box-graph .sharp-graph .sharp-3 .text {
  color: var(--white);
  margin-bottom: 17px;
}
.box-graph .sharp-graph .sharp-3 .chart-3 {
  background-color: var(--seo-purple);
  width: 100px;
  height: 250px;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
}
@media (min-width: 768px) {
  .box-graph {
    padding: 30px 50px 40px;
  }
}

.satisfaction-card {
  padding: 30px 15px;
  background-color: var(--seo-black);
  border-radius: 20px;
  height: 100%;
}
.satisfaction-card .image {
  border-radius: 70px;
  overflow: hidden;
}
.satisfaction-card .image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.satisfaction-card .counter-item span {
  color: var(--white);
}
.satisfaction-card .text {
  color: var(--color-text-1);
}
@media (min-width: 1200px) {
  .satisfaction-card .text {
    padding-left: 10px;
  }
}
.satisfaction-card.bg-color-seo-purple {
  background-color: var(--seo-purple);
}
.satisfaction-card.bg-color-seo-purple .text {
  color: var(--white);
  margin-bottom: 67px;
}
.satisfaction-card.style-bg-seo-gray {
  background-color: var(--seo-gray-dark);
}
.satisfaction-card.style-bg-seo-gray .counter-item span {
  color: var(--seo-black);
}
.satisfaction-card.style-bg-seo-gray .text {
  color: var(--paragraph);
}
.satisfaction-card.no-img {
  height: auto;
  padding: 28px 30px;
}
@media (min-width: 1200px) {
  .satisfaction-card {
    padding: 30px;
  }
}
@media (max-width: 991px) {
  .satisfaction-card br {
    display: none;
  }
  .satisfaction-card.bg-color-seo-purple .text {
    margin-bottom: 30px;
  }
}

.expertise-item {
  display: flex;
  gap: 30px;
}
.expertise-item .image {
  overflow: hidden;
  border-radius: 20px;
  margin-left: 15px;
  margin-right: 15px;
}
.expertise-item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.expertise-item .content-expertise {
  padding-right: 15px;
  padding-left: 15px;
}
.expertise-item .list-box-icon {
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 1px solid var(--color-border-2);
  border-bottom: 1px solid var(--color-border-2);
}
@media (min-width: 992px) {
  .expertise-item .image {
    max-width: calc(50% - 14.5px);
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .expertise-item .content-expertise {
    max-width: calc(50% - 15px);
    padding-top: 30px;
    padding-bottom: 39px;
  }
}
@media (min-width: 1200px) {
  .expertise-item .content-expertise {
    padding-left: 70px;
    max-width: 623px;
    width: 100%;
  }
}
@media (max-width: 1439px) {
  .expertise-item br {
    display: none;
  }
}
@media (max-width: 991px) {
  .expertise-item {
    flex-direction: column;
  }
  .expertise-item .image {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
  }
}

.services-item {
  padding: 30px 15px;
  background-color: var(--white);
  border-radius: 20px;
}
@media (min-width: 992px) {
  .services-item {
    max-width: 435px;
    padding: 40px 50px 29px;
  }
}
.services-item.style-2 {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 100%;
  border: 1px solid var(--color-border-6);
  background-color: var(--white);
  padding: 20px 15px;
}
.services-item.style-2 .icon {
  width: 65px;
  height: 65px;
  background-color: var(--color-bg-5);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  -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;
}
.services-item.style-2 .icon i {
  font-size: 35px;
  color: var(--branding-agency-purple);
}
@media (min-width: 576px) {
  .services-item.style-2 {
    flex-direction: row;
    padding: 32px 40px 35px;
  }
  .services-item.style-2 .content-item {
    max-width: calc(100% - 95px);
  }
}
.services-item.style-3 {
  max-width: 100%;
  padding: 10px 8px 8px;
  border: 1px solid var(--color-border-8);
  border-radius: 30px;
  -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;
}
.services-item.style-3 .top-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
}
.services-item.style-3 .top-item i {
  color: var(--seo-marketing-pink);
  font-size: 50px;
  -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;
}
@media (min-width: 1440px) {
  .services-item.style-3 .top-item {
    padding: 28px 30px 39px;
  }
}
.services-item.style-3 .name-services {
  max-width: 233px;
  color: var(--seo-marketing-blue);
  text-decoration-line: underline;
  text-decoration-color: transparent;
  text-underline-offset: 1px;
}
.services-item.style-3 .name-services:hover {
  text-decoration-color: var(--seo-marketing-blue);
}
.services-item.style-3 .content-item {
  background-color: var(--seo-marketing-gray);
  border: 1px solid var(--color-border-8);
  border-radius: 30px;
  padding: 15px;
  -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;
}
.services-item.style-3 .content-item .desc {
  margin-bottom: 32px;
  color: var(--paragraph);
  -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;
}
.services-item.style-3 .content-item .benefit-item span,
.services-item.style-3 .content-item .benefit-item i {
  color: var(--seo-marketing-blue);
  -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;
}
.services-item.style-3 .content-item .benefit-item i {
  font-size: 16px;
}
.services-item.style-3 .content-item .list-benefit {
  margin-bottom: 43px;
}
@media (min-width: 1440px) {
  .services-item.style-3 .content-item {
    padding: 30px 30px 40px;
  }
}
.services-item.style-3 .tf-btn .text-btn {
  background-color: var(--white);
}
.services-item.style-3 .tf-btn .icon-btn {
  background-color: var(--white);
}
.services-item.style-3:hover {
  background-color: var(--seo-marketing-blue);
}
.services-item.style-3:hover .top-item i {
  color: var(--white);
}
.services-item.style-3:hover .name-services {
  color: var(--white);
}
.services-item.style-3:hover .content-item {
  background-color: var(--seo-marketing-purple);
  border: 1px solid var(--color-border-8);
  border-radius: 30px;
}
.services-item.style-3:hover .content-item .desc {
  color: var(--white);
}
.services-item.style-3:hover .content-item .benefit-item span,
.services-item.style-3:hover .content-item .benefit-item i {
  color: var(--white);
}
.services-item.style-3:hover .content-item .tf-btn .text-btn {
  color: var(--seo-marketing-blue);
  border-color: var(--white);
}
.services-item.style-3:hover .content-item .tf-btn .icon-btn {
  color: var(--seo-marketing-blue);
  border-color: var(--white);
}
.services-item.style-3:hover .content-item .tf-btn:hover .text-btn {
  color: var(--white);
}
.services-item.style-3:hover .content-item .tf-btn:hover .icon-btn {
  color: var(--white);
}

.text-stroke {
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
  color: transparent;
  -webkit-text-stroke: 1px var(--color-border-2);
}

.service-accordion {
  border: 1px solid var(--color-border-2);
  border-radius: 20px;
  overflow: hidden;
}
.service-accordion .slider-wrap {
  display: flex;
}
@media (min-width: 1440px) {
  .service-accordion .slider-wrap {
    height: 700px;
  }
}

.service-accordion-item {
  --item-width: 150px;
  flex: none;
  width: var(--item-width);
  cursor: pointer;
  -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;
}
.service-accordion-item:not(:last-child) {
  border-right: 1px solid var(--color-border-2);
}
.service-accordion-item .item-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.service-accordion-item .icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--color-border-2);
}
.service-accordion-item .icon.minus-icon {
  background-color: var(--seo-purple);
  border-color: var(--seo-purple);
}
.service-accordion-item .icon.minus-icon span {
  display: inline-block;
  width: 12px;
  height: 2px;
  border-radius: 999px;
  background-color: var(--white);
}
.service-accordion-item .heading-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .service-accordion-item .heading-box {
    margin-bottom: 80px;
  }
}
.service-accordion-item .naming-list {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
  width: 100%;
  height: 100%;
  padding-bottom: 70px;
  z-index: 2;
  -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;
}
.service-accordion-item .naming-list .title {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}
.service-accordion-item .naming-list .icon {
  position: absolute;
  top: 30px;
  right: 30px;
}
.service-accordion-item .image {
  border-radius: 20px;
  overflow: hidden;
  -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;
}
.service-accordion-item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service-accordion-item .text {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (min-width: 992px) {
  .service-accordion-item .text {
    max-width: 342px;
  }
}
.service-accordion-item .box-inner {
  display: flex;
  gap: 30px;
  flex-direction: column;
}
.service-accordion-item .box-service {
  width: 100%;
  height: 100%;
  padding: 30px 15px;
  opacity: 0;
  -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;
}
@media (min-width: 1440px) {
  .service-accordion-item .box-service {
    position: absolute;
    bottom: 0;
    top: 0;
  }
  .service-accordion-item .box-service .box-inner {
    flex-direction: row;
    gap: 50px;
    position: relative;
  }
  .service-accordion-item .box-service .box-inner .text {
    color: var(--paragraph);
  }
}
@media (min-width: 1440px) and (min-width: 1200px) {
  .service-accordion-item .box-service .box-inner .text {
    padding-top: 98px;
  }
}
@media (min-width: 1440px) {
  .service-accordion-item .box-service .box-inner .text-stroke {
    position: absolute;
    bottom: 19px;
  }
  .service-accordion-item .box-service .image {
    max-width: 559px;
  }
}
.service-accordion-item.is-active {
  width: calc(var(--main-width) - var(--item-width) * 3);
}
.service-accordion-item.is-active .naming-list {
  opacity: 0;
  visibility: hidden;
}
.service-accordion-item.is-active .box-service {
  transition: 0.15s opacity ease 0.2s;
  opacity: 1;
}
@media (min-width: 1200px) {
  .service-accordion-item {
    --item-width: 242px;
  }
  .service-accordion-item .box-service {
    padding: 50px;
  }
}
@media (max-width: 767px) {
  .service-accordion-item.is-active {
    width: calc(var(--main-width));
  }
}

.project-item-2 .image {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 9px;
}
.project-item-2 .image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.project-item-2 .sub-title {
  color: var(--color-text-1);
  margin-bottom: 10px;
}
.project-item-2 .title {
  color: var(--white);
}

.why-item {
  position: relative;
  border-bottom: 0;
  padding: 30px 15px;
}
.why-item .icon {
  position: relative;
  z-index: 2;
  -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;
  margin-bottom: 125px;
}
.why-item .icon i {
  color: var(--seo-purple);
  -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;
  font-size: 40px;
}
.why-item .content {
  position: relative;
  z-index: 2;
}
.why-item .title {
  color: var(--seo-black);
  margin-bottom: 14px;
  -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;
}
.why-item .desc {
  color: var(--paragraph);
  -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;
}
.why-item .image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  -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;
}
.why-item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 14px;
}
.why-item .image::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(9, 7, 5, 0) 0%, #090705 100%);
  z-index: 2;
}
.why-item:hover .image {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.why-item:hover .icon {
  margin-bottom: 120px;
}
.why-item:hover .icon i {
  color: var(--white);
}
.why-item:hover .title {
  color: var(--white);
  margin-bottom: 9px;
}
.why-item:hover .desc {
  color: var(--color-text-1);
}
@media (min-width: 1440px) {
  .why-item {
    padding: 40px 36px 20px 40px;
  }
}
@media (max-width: 1199px) {
  .why-item br {
    display: none;
  }
}
@media (max-width: 767px) {
  .why-item .icon {
    margin-bottom: 50px !important;
  }
}

.box-content-about-h-ba {
  background-color: var(--black);
  width: 100%;
  border-radius: 14px;
  padding: 30px 15px;
  flex-direction: column;
  gap: 30px;
}
.box-content-about-h-ba .box-left .text {
  color: var(--white);
  margin-bottom: 30px;
}
.box-content-about-h-ba .box-right .item i,
.box-content-about-h-ba .box-right .item span {
  color: var(--paragraph);
}
.box-content-about-h-ba .box-right .item i {
  font-size: 22px;
}
@media (min-width: 1200px) {
  .box-content-about-h-ba {
    padding: 70px;
  }
}
@media (min-width: 992px) {
  .box-content-about-h-ba {
    flex-direction: row;
  }
  .box-content-about-h-ba .box-left {
    max-width: 290px;
  }
  .box-content-about-h-ba .box-left .text {
    margin-bottom: 69px;
  }
}

.box-branding-card {
  background-color: var(--black);
  padding: 30px 15px;
  position: relative;
  border-radius: 20px;
}
.box-branding-card li {
  position: relative;
  color: var(--white);
  padding-left: 17px;
}
.box-branding-card li:not(:last-child) {
  margin-bottom: 11px;
}
.box-branding-card li::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  left: 3px;
  width: 5px;
  height: 5px;
  background-color: var(--white);
}
.box-branding-card .bg-text {
  position: absolute;
  top: 20px;
  left: 47px;
  font-size: 130px;
  line-height: 100%;
  text-transform: uppercase;
  font-weight: 700;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  user-select: none;
}
@media (min-width: 768px) {
  .box-branding-card {
    padding: 38px 48px;
  }
}

.project-item-list {
  display: flex;
  gap: 30px;
}
.project-item-list .content-item {
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
  border-top: 1px solid var(--color-border-4);
  border-bottom: 1px solid var(--color-border-4);
  width: 100%;
  background-color: var(--white);
}
@media (min-width: 992px) {
  .project-item-list .content-item {
    padding-top: 70px;
    padding-bottom: 70px;
    max-width: 36.798%;
  }
}
.project-item-list .right-item {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--black);
  position: relative;
  flex: 1;
  padding: 15px;
  border-radius: 20px;
  max-width: 1095px;
}
@media (min-width: 992px) {
  .project-item-list .right-item {
    padding: 100px 30px;
  }
}
.project-item-list .right-item .img-sharp {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.project-item-list .right-item .image {
  max-width: 835px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.project-item-list .right-item .image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.project-item-list .name-project {
  color: var(--black);
}
.project-item-list .name-project:hover {
  color: var(--seo-purple);
}
@media (min-width: 992px) {
  .project-item-list .name-project {
    max-width: 418px;
  }
}
@media (min-width: 992px) {
  .project-item-list .desc {
    max-width: 518px;
  }
}
@media (max-width: 991px) {
  .project-item-list {
    flex-direction: column;
  }
}

.box-team-2 {
  margin-right: 0;
  margin-left: auto;
}
.box-team-2 .image {
  border-radius: 14px;
  overflow: hidden;
}
.box-team-2 .image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.box-team-2 .line {
  width: 100%;
  height: 1px;
  border: 1px solid var(--color-border-3);
}
.box-team-2 ul {
  margin-top: 25px;
  margin-left: -5px;
}
.box-team-2 ul a {
  color: var(--paragraph);
}
.box-team-2 ul a i {
  font-size: 18px;
}
.box-team-2 ul a:hover {
  color: var(--branding-agency-light-green);
}
@media (min-width: 768px) {
  .box-team-2 {
    max-width: 410px;
  }
}

.tabs-team-item {
  position: relative;
  overflow: hidden;
}
.tabs-team-item .text-border {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -51px;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.15);
}

.funfact-item {
  padding: 30px 15px;
  border-radius: 99px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.funfact-item.bg-ba-light-green {
  background-color: var(--branding-agency-light-green);
}
.funfact-item.bg-ba-light-green h2 {
  color: var(--digital-marketing-black);
}
.funfact-item.bg-ba-light-green p {
  color: var(--black);
}
.funfact-item.bg-ba-purple {
  background-color: var(--branding-agency-purple);
}
.funfact-item.bg-ba-purple h2,
.funfact-item.bg-ba-purple p {
  color: var(--white);
}
@media (min-width: 768px) {
  .funfact-item {
    padding: 43px 108px 42px;
  }
}

.awards-according {
  display: flex;
  gap: 30px;
  padding-top: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid var(--color-border-4);
  max-height: 132px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  overflow: hidden;
  cursor: pointer;
}
.awards-according .title-according {
  color: var(--black);
}
.awards-according .title-according:hover {
  color: var(--branding-agency-purple);
}
.awards-according .middle-according span {
  white-space: nowrap;
}
.awards-according .right-according {
  text-align: end;
}
.awards-according .image {
  -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;
}
.awards-according .image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.awards-according .btn-3,
.awards-according .image {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  transform: translateY(10px);
}
.awards-according .btn-3 span,
.awards-according .btn-3 i {
  -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;
}
.awards-according .btn-3:hover span,
.awards-according .btn-3:hover i {
  color: var(--branding-agency-purple);
}
.awards-according .btn-3:hover span {
  text-decoration-color: var(--branding-agency-purple);
}
.awards-according.active {
  max-height: 332px;
}
.awards-according.active .image,
.awards-according.active .btn-3 {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
@media (min-width: 1440px) {
  .awards-according .left-according {
    max-width: 25.45%;
    width: 100%;
  }
  .awards-according .middle-according {
    max-width: 53%;
    width: 100%;
  }
  .awards-according .right-according {
    max-width: 18.2%;
    width: 100%;
  }
}
@media (max-width: 1439px) {
  .awards-according {
    justify-content: space-between;
  }
  .awards-according .header-category,
  .awards-according .middle-according {
    display: none !important;
  }
}

.awards-according-list .header-table {
  display: flex;
  gap: 30px;
  padding-bottom: 17px;
  border-bottom: 1px solid var(--color-border-4);
}
.awards-according-list .header-name-project {
  max-width: 30.618%;
  width: 100%;
}
.awards-according-list .header-category {
  max-width: 54.9%;
  width: 100%;
}
@media (max-width: 1439px) {
  .awards-according-list .header-table {
    justify-content: space-between;
  }
  .awards-according-list .header-category {
    display: none !important;
  }
}

.process-item {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.process-item .number {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--white);
  color: var(--seo-marketing-blue);
  -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;
}
.process-item .name-process {
  color: var(--white);
}
.process-item .desc {
  color: var(--color-text-1);
}
.process-item:hover .number {
  background-color: var(--seo-marketing-purple);
  color: var(--white);
}
@media (max-width: 1199px) {
  .process-item br {
    display: none;
  }
}

.features-item {
  background-color: var(--white);
  padding: 30px 15px;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  height: 100%;
}
.features-item .icon {
  position: relative;
}
.features-item .icon i {
  color: var(--seo-marketing-pink);
  font-size: 65px;
  -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;
}
.features-item .name-features {
  position: relative;
  color: var(--seo-marketing-blue);
}
.features-item .desc {
  position: relative;
  color: var(--paragraph);
  -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;
}
.features-item .image-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.9);
  -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;
}
.features-item .image-hover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.features-item .image-hover::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(27, 25, 77, 0.6980392157);
  border-radius: 20px;
}
.features-item:hover .image-hover {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.features-item:hover .name-features,
.features-item:hover .desc,
.features-item:hover i {
  color: var(--white);
}
@media (min-width: 1200px) {
  .features-item {
    padding: 50px 100px;
  }
}

.team-item .top-item {
  position: relative;
}
.team-item .top-item .list-social {
  position: absolute;
  bottom: 10px;
  gap: 15px;
  left: 50%;
  transform: translateX(-50%);
  -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;
}
.team-item .top-item .list-social li:nth-child(2) .item-social {
  transition-delay: 0.1s;
}
.team-item .top-item .list-social li:nth-child(3) .item-social {
  transition-delay: 0.2s;
}
.team-item .top-item .list-social li:nth-child(4) .item-social {
  transition-delay: 0.3s;
}
.team-item .top-item .item-social {
  background-color: var(--seo-marketing-purple);
  border-color: var(--seo-marketing-purple);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  -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;
}
.team-item .top-item .item-social i {
  color: var(--white);
}
.team-item .image {
  display: block;
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
}
.team-item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.team-item .content-item {
  display: flex;
  flex-direction: column;
}
.team-item .content-item .name {
  color: var(--seo-marketing-blue);
}
.team-item .content-item .position {
  color: var(--paragraph);
}
.team-item:hover .item-social {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.pricing-card {
  padding: 30px 15px;
  border: 1px solid var(--color-border-8);
  background: linear-gradient(180deg, #F8F9FB 0%, rgba(248, 249, 251, 0) 100%);
  border-radius: 20px;
}
.pricing-card .middel-card,
.pricing-card .top-card {
  padding-bottom: 40px;
  border-bottom: 1px solid var(--color-border-8);
  margin-bottom: 50px;
}
.pricing-card .top-card .content-top {
  max-width: calc(100% - 114px);
}
.pricing-card .icon {
  width: 86px;
  height: 86px;
  background-color: var(--seo-marketing-purple);
  box-shadow: 0px 4px 60px 0px rgba(129, 96, 255, 0.6980392157);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
}
.pricing-card .icon i {
  font-size: 44px;
  color: var(--white);
}
.pricing-card .name-card {
  color: var(--seo-marketing-blue);
}
.pricing-card .name-card:hover {
  color: var(--seo-marketing-purple);
}
.pricing-card .text {
  color: var(--paragraph);
}
.pricing-card .price {
  color: var(--seo-marketing-blue);
}
.pricing-card .price span {
  color: var(--paragraph);
}
.pricing-card .desc {
  color: var(--paragraph);
}
.pricing-card .tf-btn {
  max-width: 413px;
  width: 100%;
}
@media (min-width: 1440px) {
  .pricing-card {
    padding: 40px 50px 48px;
  }
}
.pricing-card.active {
  background-image: url("../images/widget/img-bg-price-item.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.pricing-card.active .middel-card,
.pricing-card.active .top-card {
  border-bottom-color: var(--color-border-3);
}
.pricing-card.active .icon {
  background-color: var(--seo-marketing-pink);
  box-shadow: 0px 4px 60px 0px rgba(240, 0, 109, 0.5019607843);
}
.pricing-card.active .name-card {
  color: var(--white);
}
.pricing-card.active .name-card:hover {
  color: var(--seo-marketing-purple);
}
.pricing-card.active .text {
  color: var(--white);
}
.pricing-card.active .desc,
.pricing-card.active .price {
  color: var(--white);
}
.pricing-card.active .benefit-2-item {
  color: var(--white);
}
.pricing-card.active .benefit-2-item::before {
  background-color: var(--white);
}
.pricing-card.style-2 {
  padding: 30px 15px;
  background-color: var(--white);
  border-color: var(--color-border-1);
  height: 100%;
}
.pricing-card.style-2 .top-card {
  flex-direction: column;
  text-align: center;
  padding-bottom: 0;
  border-bottom: 0;
  margin-bottom: 30px;
}
.pricing-card.style-2 .content-top {
  max-width: 100%;
}
.pricing-card.style-2 .icon {
  width: max-content;
  height: max-content;
  background-color: transparent;
  box-shadow: unset;
  margin-bottom: 25px;
}
.pricing-card.style-2 .icon i {
  font-size: 50px;
  color: var(--paragraph);
}
.pricing-card.style-2 .name-card {
  color: var(--digital-marketing-black);
}
.pricing-card.style-2 .name-card:hover {
  color: var(--digital-marketing-blue);
}
.pricing-card.style-2 .price {
  position: relative;
  text-align: center;
}
.pricing-card.style-2 .price .h2 {
  color: var(--digital-marketing-black);
}
.pricing-card.style-2 .price .time {
  position: absolute;
  top: -7px;
  right: -12px;
  padding: 4px 10px;
  background-color: var(--digital-marketing-blue);
  color: var(--white);
  border-radius: 10px;
}
.pricing-card.style-2 .price .time.style-bg-dt-light {
  background-color: var(--digital-marketing-light);
  color: var(--digital-marketing-black);
}
.pricing-card.style-2 .middel-card {
  padding-bottom: 0;
  border-bottom: 0;
  margin-bottom: 54px;
}
.pricing-card.style-2 .benefit-2-item::before {
  content: "";
  width: 5px;
  height: 5px;
  left: 0;
  transform: translateY(-50%) rotate(0);
  background-color: var(--paragraph);
}
.pricing-card.style-2 .benefit-2-item:not(:last-child) {
  margin-bottom: 27px;
}
.pricing-card.style-2 .tf-btn {
  max-width: 100%;
}
.pricing-card.style-2.active {
  background-image: unset;
}
.pricing-card.style-2.active .icon i {
  color: var(--digital-marketing-blue);
}
.pricing-card.style-2.active .time {
  background-color: var(--digital-marketing-light) !important;
  color: var(--digital-marketing-black) !important;
}
.pricing-card.style-2.active .icon {
  background-color: transparent;
  box-shadow: unset;
}
.pricing-card.style-2.active .name-card {
  color: var(--digital-marketing-black);
}
.pricing-card.style-2.active .name-card:hover {
  color: var(--digital-marketing-blue);
}
.pricing-card.style-2.active .text {
  color: var(--paragraph);
}
.pricing-card.style-2.active .benefit-2-item {
  color: var(--paragraph);
}
@media (min-width: 1200px) {
  .pricing-card.style-2 {
    padding: 38px 30px 52px;
  }
  .pricing-card.style-2 .middel-card {
    margin-bottom: 54px;
    padding: 0 33px;
  }
  .pricing-card.style-2 .bottom-card {
    padding: 0 19px;
  }
}

.benefit-2-item {
  position: relative;
  padding-left: 20px;
  color: var(--paragraph);
}
.benefit-2-item::before {
  content: "";
  width: 7px;
  height: 7px;
  background-color: var(--paragraph);
  position: absolute;
  top: 50%;
  left: 2px;
  transform: translateY(-50%) rotate(45deg);
}

.wg-newletter {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  border-radius: 20px;
  overflow: hidden;
  border-radius: 20px;
  overflow: hidden;
  padding: 30px 15px;
}
.wg-newletter .image-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wg-newletter .image-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wg-newletter .content-wg {
  position: relative;
  max-width: 754px;
}
.wg-newletter .content-wg .title {
  color: var(--white);
}
@media (min-width: 1440px) {
  .wg-newletter .content-wg {
    padding-left: 54px;
  }
}
.wg-newletter .text {
  color: var(--white);
}
.wg-newletter .form-newlatter {
  background-color: var(--white);
  width: 100%;
  border-radius: 20px;
  padding: 30px 15px;
}
@media (min-width: 1440px) {
  .wg-newletter .form-newlatter {
    padding: 50px 70px;
  }
}
.wg-newletter .input-newsletter input {
  background-color: var(--seo-marketing-gray);
  border-color: var(--color-border-8);
  border-radius: 30px !important;
  font-size: 13px;
  line-height: 100%;
  color: var(--black);
}
.wg-newletter .input-newsletter input::placeholder {
  font-size: 13px;
  line-height: 100%;
  color: var(--paragraph);
}
.wg-newletter .box-checkbox label {
  color: var(--paragraph);
}
.wg-newletter .box-checkbox label a {
  color: var(--seo-marketing-purple);
}
@media (min-width: 1200px) {
  .wg-newletter .form-newlatter {
    max-width: 799px;
  }
  .wg-newletter .content-wg {
    max-width: 754px;
  }
}
@media (min-width: 1200px) {
  .wg-newletter {
    padding: 80px 76px 86px;
  }
}
@media (max-width: 1199px) {
  .wg-newletter {
    flex-direction: column;
  }
  .wg-newletter .content-wg {
    text-align: center;
  }
}

.progress-circle-svg {
  position: relative;
  width: 154px;
  height: 154px;
}
.progress-circle-svg .text-number {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-wrap: nowrap;
  align-items: end;
}
.progress-circle-svg .inner-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: var(--digital-marketing-blue);
}
.progress-circle-svg .progress-ring {
  position: absolute;
  top: 0;
  left: 0;
}
.progress-circle-svg .progress-ring-track {
  stroke: transparent;
  stroke-width: 3;
  fill: transparent;
}
.progress-circle-svg .progress-ring-bar {
  stroke: var(--digital-marketing-blue);
  stroke-width: 3;
  fill: transparent;
  stroke-linecap: round;
  transform: rotate(90deg);
  transform-origin: center;
  transition: stroke-dashoffset 0.8s ease-out;
}

.funfact-item-2 .progress-circle-svg {
  margin-bottom: 27px;
}
.funfact-item-2 .title {
  margin-bottom: 10px;
}

.why-item-2 .number {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: var(--white);
  color: var(--digital-marketing-black);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  -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;
}
.why-item-2 .title {
  color: var(--white);
  margin-bottom: 10px;
}
.why-item-2 .title:hover {
  color: var(--digital-marketing-light);
}
.why-item-2 .desc {
  color: var(--color-text-1);
}
.why-item-2:hover .number {
  background-color: var(--digital-marketing-light);
}

.services-item-list {
  display: flex;
  justify-content: space-between;
  background: linear-gradient(180deg, #F3F4F6 0%, rgba(243, 244, 246, 0) 100%);
  border: 1px solid var(--color-border-1);
  border-radius: 20px;
  padding: 30px 15px;
  gap: 30px;
}
.services-item-list .left-item {
  display: flex;
  gap: 30px;
}
@media (min-width: 1200px) {
  .services-item-list .left-item {
    gap: 30px 70px;
  }
}
.services-item-list .item-content .title {
  margin-bottom: 22px;
}
.services-item-list .image {
  border-radius: 20px;
  overflow: hidden;
}
.services-item-list .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .services-item-list {
    padding: 30px 30px 28px 29px;
  }
  .services-item-list .number {
    padding-top: 6px;
  }
  .services-item-list .item-content {
    max-width: 525px;
    padding-top: 3px;
  }
  .services-item-list .image {
    max-width: 550px;
  }
}
@media (max-width: 991px) {
  .services-item-list {
    flex-direction: column;
  }
  .services-item-list .left-item {
    flex-direction: column;
  }
}

.services-item-2 {
  padding: 30px 15px;
  background-color: var(--digital-marketing-gray);
  border: 1px solid var(--color-border-1);
  border-radius: 20px;
  -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;
  position: relative;
  overflow: hidden;
  height: 100%;
}
.services-item-2 .icon {
  margin-bottom: 24px;
  position: relative;
}
.services-item-2 .icon i {
  font-size: 50px;
  color: var(--digital-marketing-blue);
  -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;
}
.services-item-2 .name-services {
  margin-bottom: 15px;
  position: relative;
}
.services-item-2 .desc {
  margin-bottom: 30px;
  -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;
  position: relative;
}
.services-item-2 .benefit-item {
  -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;
  position: relative;
}
.services-item-2 .img-sharp {
  position: absolute;
  top: -200px;
  right: -200px;
  opacity: 0;
  -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;
}
.services-item-2 .img-sharp .blob-wrapper {
  width: 400px;
  height: 400px;
}
.services-item-2:hover {
  background-color: var(--digital-marketing-dark);
}
.services-item-2:hover .img-sharp {
  opacity: 1;
}
.services-item-2:hover .icon i {
  color: var(--digital-marketing-light);
}
.services-item-2:hover .name-services {
  color: var(--white);
}
.services-item-2:hover .desc {
  color: var(--color-text-1);
}
.services-item-2:hover .benefit-item {
  color: var(--color-text-1);
}
@media (min-width: 992px) {
  .services-item-2 {
    padding: 50px 45px 47px;
  }
}

.card-sidebar {
  border: 1px solid var(--color-border-1);
  padding: 30px 15px;
  border-radius: 20px;
}
.card-sidebar .title {
  color: var(--black);
  padding-bottom: 22px;
  margin-bottom: 28px;
  border-bottom: 1px solid var(--color-border-1);
}
.card-sidebar .category-services-item {
  padding-left: 14px;
  position: relative;
  color: var(--paragraph);
}
.card-sidebar .category-services-item::before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: var(--paragraph);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(45deg);
}
.card-sidebar li:not(:last-child) a {
  margin-bottom: 21px;
}
@media (min-width: 1200px) {
  .card-sidebar {
    max-width: 350px;
    padding: 42px 40px 46px;
  }
}

.process-item-2 .number {
  padding-bottom: 23px;
  color: var(--paragraph);
  border-bottom: 1px solid var(--color-border-1);
}
.process-item-2 .dot {
  margin-top: -4px;
  width: 7px;
  height: 7px;
  background-color: var(--digital-marketing-black);
  transform: rotate(45deg);
}
.process-item-2 .title {
  margin-top: 12px;
  margin-bottom: 12px;
}
.process-item-2 .desc {
  color: var(--paragraph);
}
@media (min-width: 768px) {
  .process-item-2 {
    max-width: 243px;
  }
  .process-item-2 .number {
    border-bottom-color: transparent;
  }
  .process-item-2 .title {
    margin-top: 33px;
  }
}

.list-process-item {
  position: relative;
  gap: 30px 15px;
}
.list-process-item .line {
  width: 100%;
  height: 1px;
  background-color: var(--color-border-1);
  position: absolute;
  top: 48px;
}
@media (max-width: 767px) {
  .list-process-item {
    flex-direction: column;
  }
}

.list-item {
  border: 1px solid var(--color-border-1);
  border-radius: 20px;
}
.list-item .team-card {
  border-left: transparent;
  border-bottom-color: transparent;
}
.list-item .project-item {
  border-left: unset;
}
@media (min-width: 992px) {
  .list-item {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .list-item .team-card {
    border-bottom-color: transparent;
  }
  .list-item .team-card:nth-child(n+3) {
    border-bottom-color: transparent;
  }
  .list-item .team-card:nth-child(-n+3) {
    border-top-color: transparent;
  }
  .list-item .team-card:nth-child(3n) {
    border-right-color: transparent;
  }
  .list-item .project-item {
    border-bottom-color: transparent;
  }
  .list-item .project-item:nth-child(n+3) {
    border-bottom-color: transparent;
    padding-bottom: 0 !important;
  }
  .list-item .project-item:nth-child(-n+3) {
    border-top-color: transparent;
  }
  .list-item .project-item:nth-child(3n) {
    border-right-color: transparent;
  }
}
@media (max-width: 991px) {
  .list-item {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .list-item .team-card {
    border-bottom-color: transparent;
  }
  .list-item .team-card:nth-child(2n) {
    border-right-color: transparent;
  }
  .list-item .team-card:nth-child(2n+1) {
    border-left-color: var(--color-border-1);
  }
  .list-item .team-card:nth-child(n+2) {
    border-bottom-color: transparent;
  }
  .list-item .team-card:nth-child(-n+3) {
    border-top-color: transparent;
  }
  .list-item .team-card:nth-last-child(2) {
    border-bottom-color: var(--color-border-1);
  }
}
@media (max-width: 575px) {
  .list-item {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .list-item .team-card {
    border-right-color: transparent;
  }
  .list-item .team-card:nth-last-child(2) {
    border-bottom-color: transparent;
  }
  .list-item .project-item {
    border-left: 1px solid var(--color-border-1);
  }
}

.list-project-item .project-item {
  border-left-color: transparent;
  border-bottom: 0;
}
@media (min-width: 992px) {
  .list-project-item {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .list-project-item .project-item {
    border-bottom-color: transparent;
  }
  .list-project-item .project-item:nth-last-child(-n+3) {
    border-bottom-color: transparent;
    padding-bottom: 0;
  }
  .list-project-item .project-item:nth-child(3n+1) {
    border-left-color: var(--color-border-1);
  }
}
@media (max-width: 991px) {
  .list-project-item {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .list-project-item .project-item {
    border-bottom-color: transparent;
  }
  .list-project-item .project-item:nth-last-child(-n+2) {
    border-bottom-color: transparent;
    padding-bottom: 0;
  }
  .list-project-item .project-item:nth-child(2n+1) {
    border-left-color: var(--color-border-1);
  }
}
@media (max-width: 575px) {
  .list-project-item {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .list-project-item .project-item {
    border-left: 1px solid var(--color-border-1);
  }
}

.list-item-project .project-item {
  border-left: unset;
  border-bottom: 0;
}
@media (min-width: 576px) {
  .list-item-project {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .list-item-project {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .list-item-project .project-item {
    border-bottom-color: transparent;
  }
  .list-item-project .project-item:nth-last-child(-n+3) {
    border-bottom-color: transparent;
    padding-bottom: 0;
  }
  .list-item-project .project-item:nth-child(3n) {
    border-right-color: transparent;
  }
}
@media (max-width: 575px) {
  .list-item-project .project-item {
    border-left: 1px solid var(--color-border-1);
  }
}

.list-item-project-g-2 {
  display: grid;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
@media (min-width: 576px) {
  .list-item-project-g-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .list-item-project-g-2 .item:nth-child(2n) .project-item {
    max-width: 520px;
    margin-left: auto;
    margin-right: 0;
  }
  .list-item-project-g-2 .item:nth-child(3) .project-item {
    max-width: 630px;
    width: 100%;
    margin-left: auto;
    margin-right: 0;
  }
  .list-item-project-g-2 .item:nth-child(3) .project-item .image {
    max-width: 630px;
  }
}
@media (min-width: 992px) {
  .list-item-project-g-2 {
    gap: 98px 30px;
  }
}

.about-item {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--color-border-1);
}
.about-item:nth-child(1) {
  border-top: 1px solid var(--color-border-1);
}
.about-item .icon {
  width: 46px;
  height: 46px;
  border: 1px solid var(--color-border-1);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-item .icon i {
  font-size: 20px;
}

.team-detail-content .name {
  margin-bottom: 18px;
}
.team-detail-content .top-content {
  border-bottom: 1px solid var(--color-border-1);
  padding-bottom: 33px;
  margin-bottom: 30px;
}
.team-detail-content .desc {
  margin-bottom: 40px;
}

.progress-bars-line {
  display: block;
  height: 3px;
  position: relative;
  background: rgba(11, 27, 230, 0.1019607843);
}
.progress-bars-line > div {
  display: block;
  height: 3px;
  background-color: var(--digital-marketing-blue);
  position: relative;
  width: 25%;
}
.progress-bars-line.style-bg-color-bg-19 {
  background-color: var(--color-bg-19);
}

.box-personal-skills .list-progress {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.box-personal-skills .list-progress .progress-item {
  width: 100%;
}
.box-personal-skills .desc {
  margin-bottom: 52px;
}
@media (min-width: 576px) {
  .box-personal-skills .list-progress {
    gap: 52px 70px;
  }
  .box-personal-skills .list-progress .progress-item {
    max-width: calc(50% - 35px);
  }
}

.box-working-experience .desc {
  margin-bottom: 53px;
}

.experience-item {
  padding-bottom: 30px;
  border-bottom: 1px solid var(--color-border-1);
}
.experience-item:not(:last-child) {
  margin-bottom: 33px;
}
.experience-item .title {
  margin-bottom: 7px;
}
.experience-item .sub-title {
  margin-bottom: 18px;
}
.experience-item .sub-title,
.experience-item .text {
  color: var(--paragraph);
}

.project-information-item {
  display: flex;
  gap: 30px 50px;
}
.project-information-item .image {
  max-width: calc(100% - 50px - 280px);
}
.project-information-item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.project-information-item .content {
  max-width: 280px;
  width: 100%;
}
.project-information-item .content .title {
  padding-bottom: 20px;
  border-bottom: 1px solid var(--color-border-1);
  margin-bottom: 30px;
}
.project-information-item .content li:not(:last-child) {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .project-information-item .content {
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  .project-information-item {
    gap: 30px;
    flex-direction: column;
  }
  .project-information-item .image {
    max-width: 100%;
  }
  .project-information-item .content {
    max-width: 100%;
  }
  .project-information-item ul {
    display: flex;
    gap: 10px 15px;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

.project-challenges-item .desc {
  max-width: 1257px;
}
.project-challenges-item li {
  position: relative;
  padding-left: 19px;
}
.project-challenges-item li::before {
  content: "";
  width: 7px;
  height: 7px;
  background-color: var(--digital-marketing-black);
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
}

.project-results-item .desc {
  margin-bottom: 42px;
}
.project-results-item li {
  position: relative;
  padding-left: 14px;
}
.project-results-item li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(45deg);
  width: 5px;
  height: 5px;
  background-color: var(--paragraph);
}
.project-results-item .image {
  height: 100%;
}
.project-results-item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
@media (min-width: 992px) {
  .project-results-item .project-results-content {
    margin-top: 34px;
  }
}

.faq-card {
  padding: 30px 15px;
  background-color: var(--digital-marketing-gray);
  border-radius: 20px;
  border: 1px solid var(--color-border-1);
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.faq-card .faqs-items {
  position: relative;
  color: var(--paragraph);
  padding-left: 8px;
}
.faq-card .faqs-items::before {
  content: "\e90f";
  font-family: "icomoon";
  font-size: 24px;
  position: absolute;
  top: 50%;
  left: -10px;
  transform: translateY(-50%);
  opacity: 0;
  -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;
}
.faq-card .faqs-items:hover {
  padding-left: 29px;
  color: var(--digital-marketing-black);
}
.faq-card .faqs-items:hover::before {
  left: 0;
  opacity: 1;
}
@media (min-width: 992px) {
  .faq-card {
    padding: 40px 31px 36px;
  }
}

.wg-404 {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 30px;
  position: relative;
}
.wg-404 .img-bg {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
.wg-404 .content-wg {
  position: relative;
}
.wg-404 .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .wg-404 {
    flex-direction: row;
  }
  .wg-404 .content-wg {
    max-width: 520px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .wg-404 .image {
    max-width: 574px;
    margin-right: 21px;
  }
}

.contact-item .title {
  padding-bottom: 23px;
  border-bottom: 1px solid var(--color-border-1);
  margin-bottom: 30px;
}

.wg-map {
  border-radius: 14px;
  overflow: hidden;
  height: 250px;
}
.wg-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
@media (min-width: 992px) {
  .wg-map {
    height: 600px;
  }
}

/* ---------------------------------------------------------
    * Name: Seonex | SEO/Marketing HTML Template
    * Version: 1.0.0
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Reset
    * Typography
    * Custom Class

    * Components
        ** Layout
        ** Header
        ** Blog
        ** Form
        ** Animation
        ** Hover
        ** Box Icon
        ** Popup
        ** Tab
        ** Go Top
        ** Button
        ** Card
        ** Section
        ** Slider
        ** Testimonial
        ** Widget
        ** Shop
        ** Product
        ** Nice Select
        ** Lookbook
        ** Accordion
        ** Footer
 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable --------- */
/* ---------------------------------------------------------
    * Name: Seonex | SEO/Marketing HTML Template
    * Version: 1.0.0
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Reset
    * Typography
    * Custom Class

    * Components
        ** Layout
        ** Header
        ** Blog
        ** Form
        ** Animation
        ** Hover
        ** Box Icon
        ** Popup
        ** Tab
        ** Go Top
        ** Button
        ** Card
        ** Section
        ** Slider
        ** Testimonial
        ** Widget
        ** Shop
        ** Product
        ** Nice Select
        ** Lookbook
        ** Accordion
        ** Footer
 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable --------- */
/* ---------------------------------------------------------
    * Name: Seonex | SEO/Marketing HTML Template
    * Version: 1.0.0
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Reset
    * Typography
    * Custom Class

    * Components
        ** Layout
        ** Header
        ** Blog
        ** Form
        ** Animation
        ** Hover
        ** Box Icon
        ** Popup
        ** Tab
        ** Go Top
        ** Button
        ** Card
        ** Section
        ** Slider
        ** Testimonial
        ** Widget
        ** Shop
        ** Product
        ** Nice Select
        ** Lookbook
        ** Accordion
        ** Footer
 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable --------- */
/* ---------------------------------------------------------
    * Name: Seonex | SEO/Marketing HTML Template
    * Version: 1.0.0
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Reset
    * Typography
    * Custom Class

    * Components
        ** Layout
        ** Header
        ** Blog
        ** Form
        ** Animation
        ** Hover
        ** Box Icon
        ** Popup
        ** Tab
        ** Go Top
        ** Button
        ** Card
        ** Section
        ** Slider
        ** Testimonial
        ** Widget
        ** Shop
        ** Product
        ** Nice Select
        ** Lookbook
        ** Accordion
        ** Footer
 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable --------- */
.tf-zoom-main {
  position: sticky;
  z-index: 50;
}
.tf-zoom-main .drift-zoom-pane {
  top: 0;
  left: 0;
  height: 520px;
  max-width: 520px;
  width: 100%;
  background: #fff;
  -webkit-transform: translate3d(0, 0, 0);
  box-shadow: 0 1px 5px rgba(127, 127, 127, 0.0196078431), 0 5px 18px rgba(127, 127, 127, 0.2);
  z-index: 3;
}

.drift-bounding-box.drift-open {
  background: rgba(255, 255, 255, 0.2509803922);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.4) inset;
  z-index: 5000;
}

.drift-zoom-pane {
  z-index: 5000;
}

.pswp__bg {
  background: var(--white);
}

.pswp__icn {
  fill: rgb(34, 34, 34);
  color: var(--white);
}
.pswp__icn .pswp__icn-shadow {
  stroke: var(--white);
  stroke-width: 1px;
  fill: none;
}

.pswp__counter {
  color: #222;
  text-shadow: 1px 1px 3px #ffffff;
}

/* ---------------------------------------------------------
    * Name: Seonex | SEO/Marketing HTML Template
    * Version: 1.0.0
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Reset
    * Typography
    * Custom Class

    * Components
        ** Layout
        ** Header
        ** Blog
        ** Form
        ** Animation
        ** Hover
        ** Box Icon
        ** Popup
        ** Tab
        ** Go Top
        ** Button
        ** Card
        ** Section
        ** Slider
        ** Testimonial
        ** Widget
        ** Shop
        ** Product
        ** Nice Select
        ** Lookbook
        ** Accordion
        ** Footer
 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable --------- */
/* ---------------------------------------------------------
    * Name: Seonex | SEO/Marketing HTML Template
    * Version: 1.0.0
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Reset
    * Typography
    * Custom Class

    * Components
        ** Layout
        ** Header
        ** Blog
        ** Form
        ** Animation
        ** Hover
        ** Box Icon
        ** Popup
        ** Tab
        ** Go Top
        ** Button
        ** Card
        ** Section
        ** Slider
        ** Testimonial
        ** Widget
        ** Shop
        ** Product
        ** Nice Select
        ** Lookbook
        ** Accordion
        ** Footer
 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable --------- */
.according-item {
  padding: 25px 30px 23px;
  background: linear-gradient(180deg, #F3F4F6 0%, rgba(243, 244, 246, 0) 100%);
  border: 1px solid var(--color-border-1);
  border-radius: 20px;
}
.according-item .title-according {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.according-item .title-according .left {
  max-width: calc(100% - 50px);
}
.according-item .title-according .icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--digital-marketing-blue);
  border-color: var(--digital-marketing-blue);
  -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;
}
.according-item .title-according .icon i {
  font-size: 20px;
  color: var(--white);
  -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;
}
.according-item .title-according.collapsed {
  border-color: var(--white);
  color: var(--digital-marketing-black);
}
.according-item .title-according.collapsed .icon {
  background-color: var(--white);
  border: 1px solid var(--color-border-1);
}
.according-item .title-according.collapsed .icon i {
  color: var(--digital-marketing-black);
}
.according-item .according-content {
  margin-top: 19px;
  margin-bottom: 7px;
}
@media (min-width: 992px) {
  .according-item .according-content {
    padding-left: 86px;
    max-width: 635px;
  }
}
.according-item .list-benefit {
  margin-bottom: 39px;
  row-gap: 13px;
}
.according-item .list-benefit .benefit-item {
  max-width: 100%;
  display: flex;
  align-items: center;
  gap: 7px;
  color: var(--paragraph);
}
.according-item .list-benefit .benefit-item i {
  font-size: 24px;
}
@media (min-width: 768px) {
  .according-item .list-benefit .benefit-item {
    max-width: 50%;
    width: 100%;
  }
}
.according-item .image {
  border-radius: 20px;
  overflow: hidden;
  max-width: 100%;
}
.according-item .image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media (max-width: 767px) {
  .according-item {
    padding: 25px 15px !important;
  }
}
.according-item.style-2 {
  padding: 0 !important;
  border: unset;
  background: transparent;
  width: 100%;
}
.according-item.style-2 .left {
  gap: 15px;
}
@media (min-width: 992px) {
  .according-item.style-2 .left {
    gap: 50px;
  }
}
.according-item.style-2 .icon-left {
  width: 70px;
  height: 70px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--color-border-1);
  border-radius: 50%;
}
.according-item.style-2 .icon-left:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 56px;
  height: 56px;
  transform: translate(-50%, -50%);
  background-color: var(--digital-marketing-blue);
  border-radius: 50%;
  -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;
}
.according-item.style-2 .icon-left svg {
  position: relative;
  z-index: 3;
}
.according-item.style-2 .title-according .icon {
  transform: rotate(90deg);
}
.according-item.style-2 .title-according .title {
  max-width: calc(100% - 85px);
}
@media (min-width: 1200px) {
  .according-item.style-2 .title-according .title {
    max-width: calc(100% - 120px);
  }
}
.according-item.style-2 .title-according.collapsed {
  border-color: var(--white);
  color: var(--digital-marketing-black);
}
.according-item.style-2 .title-according.collapsed .icon {
  background-color: var(--white);
  border: 1px solid var(--color-border-1);
  transform: rotate(0);
}
.according-item.style-2 .title-according.collapsed .icon i {
  color: var(--digital-marketing-black);
}
.according-item.style-2 .title-according.collapsed .icon-left:before {
  background-color: var(--digital-marketing-black);
}
.according-item.style-2 .according-content {
  margin-top: 13px;
  margin-bottom: 0;
  padding-left: 85px;
}
@media (min-width: 992px) {
  .according-item.style-2 .according-content {
    padding-left: 120px;
  }
  .according-item.style-2 .according-content p {
    padding-right: 77px;
  }
}
@media (max-width: 991px) {
  .according-item.style-2 br {
    display: none;
  }
}

.according-item-2 {
  padding: 25px 25px 23px 50px;
  border: 1px solid var(--color-border-2);
  border-radius: 40px;
}
.according-item-2:has(.title-according.collapsed) {
  border-radius: 70px;
}
.according-item-2 .title-according {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.according-item-2 .title-according .text-title {
  max-width: calc(100% - 65px);
}
.according-item-2 .title-according .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid var(--seo-purple);
  background-color: var(--seo-purple);
}
.according-item-2 .title-according .icon span {
  position: relative;
}
.according-item-2 .title-according .icon span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 1.5px;
  background-color: var(--white);
  border-radius: 999px;
  -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;
}
.according-item-2 .title-according .icon span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.5px;
  height: 12px;
  background-color: var(--seo-black);
  border-radius: 999px;
  opacity: 0;
  -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;
}
.according-item-2 .title-according.collapsed .icon {
  background-color: var(--seo-gray-dark);
  border: 1px solid var(--color-border-1);
}
.according-item-2 .title-according.collapsed .icon span::before {
  background-color: var(--seo-black);
}
.according-item-2 .title-according.collapsed .icon span::after {
  opacity: 1;
}
.according-item-2 .text {
  max-width: 599px;
  color: var(--paragraph);
  margin-top: 19px;
  margin-bottom: 11px;
}
@media (max-width: 575px) {
  .according-item-2 {
    padding: 15px;
    border-radius: 20px;
  }
  .according-item-2:has(.title-according.collapsed) {
    border-radius: 40px;
  }
}
.according-item-2.style-icon-bg-blue .title-according .icon {
  border: 1px solid var(--digital-marketing-blue);
  background-color: var(--digital-marketing-blue);
}
.according-item-2.style-icon-bg-blue .title-according.collapsed .icon {
  background-color: var(--digital-marketing-gray);
  border: 1px solid var(--color-border-1);
}

/* ---------------------------------------------------------
    * Name: Seonex | SEO/Marketing HTML Template
    * Version: 1.0.0
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Reset
    * Typography
    * Custom Class

    * Components
        ** Layout
        ** Header
        ** Blog
        ** Form
        ** Animation
        ** Hover
        ** Box Icon
        ** Popup
        ** Tab
        ** Go Top
        ** Button
        ** Card
        ** Section
        ** Slider
        ** Testimonial
        ** Widget
        ** Shop
        ** Product
        ** Nice Select
        ** Lookbook
        ** Accordion
        ** Footer
 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable --------- */
/* ------------ Footer ---------------- */
/* ---------------------------------------------------------
    * Name: Seonex | SEO/Marketing HTML Template
    * Version: 1.0.0
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Reset
    * Typography
    * Custom Class

    * Components
        ** Layout
        ** Header
        ** Blog
        ** Form
        ** Animation
        ** Hover
        ** Box Icon
        ** Popup
        ** Tab
        ** Go Top
        ** Button
        ** Card
        ** Section
        ** Slider
        ** Testimonial
        ** Widget
        ** Shop
        ** Product
        ** Nice Select
        ** Lookbook
        ** Accordion
        ** Footer
 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable --------- */
.footer {
  background-color: var(--digital-marketing-dark);
  position: relative;
  overflow: hidden;
}
.footer .big-text {
  color: var(--white);
}
.footer .img-sharp {
  position: absolute;
  bottom: -301px;
  left: -91px;
}
.footer .img-sharp .blob-wrapper {
  width: 627px;
  height: 490px;
}
.footer.style-2 {
  background-color: transparent;
}
.footer.style-2 .footer-top {
  background-color: var(--white);
  flex-wrap: wrap;
}
.footer.style-2 .footer-top .right,
.footer.style-2 .footer-top .left {
  max-width: 50%;
  width: 100%;
  padding: 100px 15px;
  border-top: 1px solid var(--color-border-2);
}
@media (min-width: 1440px) {
  .footer.style-2 .footer-top .right,
  .footer.style-2 .footer-top .left {
    padding: 100px;
  }
}
@media (max-width: 991px) {
  .footer.style-2 .footer-top .right,
  .footer.style-2 .footer-top .left {
    max-width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.footer.style-2 .footer-top .left {
  border-right: 1px solid var(--color-border-2);
}
.footer.style-2 .footer-top .left .desc {
  max-width: 678px;
}
.footer.style-2 .footer-top .right .title {
  max-width: 580px;
}
.footer.style-2 .input-newsletter input {
  max-width: 100%;
  padding: 9px 25px;
  background-color: var(--seo-gray-dark);
  border-radius: 30px;
  border: 1px solid var(--color-border-2);
  color: var(--seo-black);
}
.footer.style-2 .input-newsletter input::placeholder {
  color: var(--paragraph);
}
.footer.style-2 form {
  max-width: 743px;
}
.footer.style-2 .footer-content .title-mobile h3,
.footer.style-2 .footer-content .title-mobile i {
  color: var(--seo-black);
}
.footer.style-2 .footer-content .support-item-footer {
  margin-bottom: 20px;
}
.footer.style-2 .footer-content .support-item-footer a {
  color: var(--paragraph);
}
.footer.style-2 .footer-content .support-item-footer a:hover {
  color: var(--seo-black);
  text-decoration-color: var(--seo-black) !important;
}
.footer.style-2 .footer-content .content {
  margin-top: 32px;
}
.footer.style-2 .footer-content.footer-content-2 .content {
  margin-top: 40px;
}
.footer.style-2 .contact-footer-item .icon-contact {
  border: 1px solid var(--white);
  background-color: var(--white);
}
.footer.style-2 .contact-footer-item .icon-contact i {
  font-size: 24px;
  color: var(--seo-purple);
}
.footer.style-2 .contact-footer-item a,
.footer.style-2 .contact-footer-item span {
  color: var(--seo-black);
}
.footer.style-2 .contact-footer-item .text {
  max-width: calc(100% - 85px);
}
.footer.style-2 .footer-middle {
  background-color: var(--seo-gray-dark);
  flex-wrap: wrap;
}
.footer.style-2 .footer-middle .footer-content {
  width: 100%;
  padding: 100px 15px 95px;
  max-width: 25%;
  border-top: 1px solid var(--color-border-2);
}
.footer.style-2 .footer-middle .footer-content:not(:last-child) {
  border-right: 1px solid var(--color-border-2);
}
@media (min-width: 1600px) {
  .footer.style-2 .footer-middle .footer-content {
    padding: 100px 100px 95px;
  }
}
@media (max-width: 1199px) {
  .footer.style-2 .footer-middle .footer-content {
    max-width: 50%;
  }
}
@media (max-width: 575px) {
  .footer.style-2 .footer-middle .footer-content {
    padding-top: 20px;
    padding-bottom: 20px;
    max-width: 100%;
  }
}
.footer.style-2 .bottom-footer {
  padding-top: 27px;
  padding-bottom: 27px;
}
.footer.style-2 .bottom-footer ul a {
  color: var(--paragraph);
  text-decoration-line: underline;
  text-decoration-color: transparent;
  text-underline-offset: 1px;
}
.footer.style-2 .bottom-footer ul a:hover {
  color: var(--seo-black);
  text-decoration-color: var(--seo-black) !important;
}
.footer.style-3 {
  background: linear-gradient(0deg, #6219F0 0%, #000000 100%, #000000 100%);
}
.footer.style-3 .box-newsletter {
  max-width: 36.3%;
  width: 100%;
  padding: 15px;
  border-bottom: 1px solid var(--color-border-3);
}
.footer.style-3 .box-newsletter .logo {
  margin-bottom: 30px;
}
.footer.style-3 .box-newsletter .input-newsletter input {
  max-width: 100%;
  padding: 11px 18px;
  background-color: var(--color-bg-2);
  border-radius: 30px;
  border: 1px solid var(--color-border-3);
  color: var(--white);
}
.footer.style-3 .box-newsletter .input-newsletter input::placeholder {
  color: var(--paragraph);
}
@media (min-width: 1440px) {
  .footer.style-3 .box-newsletter {
    padding: 100px 130px 30px 70px;
    border-right: 1px solid var(--color-border-3);
    border-bottom-color: transparent;
  }
  .footer.style-3 .box-newsletter .logo {
    margin-bottom: 150px;
  }
}
.footer.style-3 .list-footer-content {
  width: 100%;
}
.footer.style-3 .list-footer-content .footer-content {
  max-width: 33.3333333333%;
  width: 100%;
  padding: 15px;
}
.footer.style-3 .list-footer-content .footer-content li {
  margin-bottom: 20px;
}
.footer.style-3 .list-footer-content .footer-content:not(:last-child) {
  border-right: 1px solid var(--color-border-3);
}
@media (min-width: 1440px) {
  .footer.style-3 .list-footer-content .footer-content.footer-content-1 {
    padding: 98px 100px;
  }
  .footer.style-3 .list-footer-content .footer-content.footer-content-2 {
    padding: 100px 70px;
  }
  .footer.style-3 .list-footer-content .footer-content .content {
    margin-top: 158px;
  }
}
@media (max-width: 575px) {
  .footer.style-3 .list-footer-content {
    flex-direction: column;
  }
  .footer.style-3 .list-footer-content .footer-content {
    max-width: 100%;
  }
  .footer.style-3 .list-footer-content .footer-content:not(:last-child) {
    border-right: 0;
    border-bottom: 1px solid var(--color-border-3);
  }
}
@media (max-width: 1024px) {
  .footer.style-3 .footer-top {
    flex-direction: column;
  }
  .footer.style-3 .box-newsletter {
    max-width: 100%;
  }
}
.footer.style-3 .bottom-footer {
  border-top: 1px solid var(--color-border-3);
}
.footer.style-3 .bottom-footer ul {
  gap: 15px;
}
.footer.style-3 .bottom-footer ul a {
  color: var(--color-text-1);
}
.footer.style-3 .bottom-footer ul a:hover {
  color: var(--white);
}
@media (max-width: 767px) {
  .footer.style-3 .bottom-footer .bottom-footer-inner {
    flex-direction: column;
    justify-content: center;
  }
}
@media (min-width: 1200px) {
  .footer.style-3 .bottom-footer {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .footer.style-3 .bottom-footer ul {
    gap: 10px 72px;
  }
}
.footer.style-4 {
  background-color: var(--seo-marketing-blue);
  overflow: hidden;
}
.footer.style-4 .img-sharp {
  position: absolute;
  bottom: -174px;
  left: -129px;
  right: -87px;
  animation: tranform-left-to-right 3s linear infinite;
}
.footer.style-4 .img-sharp img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.footer.style-4 .footer-top {
  padding-top: 100px;
  padding-bottom: 74px;
  position: relative;
}
@media (max-width: 1439px) {
  .footer.style-4 .footer-top {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 1199px) {
  .footer.style-4 .footer-top .footer-top-left {
    display: flex;
    gap: 30px;
  }
  .footer.style-4 .footer-top .footer-top-left .box-social,
  .footer.style-4 .footer-top .footer-top-left .box-company {
    max-width: 50%;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .footer.style-4 .footer-top {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 575px) {
  .footer.style-4 .footer-top .footer-top-left {
    flex-direction: column;
  }
  .footer.style-4 .footer-top .footer-top-left .box-social,
  .footer.style-4 .footer-top .footer-top-left .box-company {
    max-width: 100%;
    margin-bottom: 0;
  }
}
.footer.style-4 .footer-top-inner {
  gap: 60px 30px;
}
.footer.style-4 .footer-top-left {
  max-width: 424px;
}
.footer.style-4 .list-footer-content {
  margin-bottom: 53px;
}
.footer.style-4 .list-footer-content .footer-content {
  max-width: max-content;
  width: 100%;
}
.footer.style-4 .text-big {
  color: var(--white);
}
@media (min-width: 1440px) {
  .footer.style-4 .text-big {
    padding-right: 92px;
  }
}
.footer.style-4 .bottom-footer {
  padding-top: 52px;
  padding-bottom: 52px;
  border-top: 1px solid var(--color-border-3);
}
@media (max-width: 767px) {
  .footer.style-4 .bottom-footer .bottom-footer-inner {
    flex-direction: column;
    justify-content: center;
  }
}
.footer.style-4 .bottom-footer a {
  color: var(--white);
  text-decoration-line: underline;
  text-decoration-color: transparent;
  text-underline-offset: 1px;
}
.footer.style-4 .bottom-footer a:hover {
  font-weight: 700 !important;
  text-decoration-color: var(--white);
}
.footer.style-4 .footer-content .content {
  margin-top: 25px;
}
@media (min-width: 576px) {
  .footer.style-4 .footer-content .content {
    margin-top: 50px;
  }
}
.footer.style-4 .bottom-footer ul {
  gap: 10px 23px;
}
@media (max-width: 1199px) {
  .footer.style-4 .footer-top-inner {
    flex-direction: column;
  }
  .footer.style-4 .footer-top-left {
    max-width: 100%;
  }
  .footer.style-4 .text-big {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 575px) {
  .footer.style-4 .list-footer-content {
    flex-direction: column;
  }
  .footer.style-4 .list-footer-content .footer-content {
    max-width: 100%;
  }
}

.top-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 104px;
  padding-bottom: 131px;
}
@media (max-width: 1439px) {
  .top-footer {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 991px) {
  .top-footer {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (min-width: 1440px) {
  .top-footer .link-btn {
    margin-top: 30px;
    margin-right: 147px;
  }
}
@media (max-width: 991px) {
  .top-footer br {
    display: none;
  }
}

.footer-inner {
  border-bottom: 1px solid var(--color-border-3);
  position: relative;
}

.big-text {
  font-weight: 600;
  font-size: clamp(48px, 7.81vw, 150px) !important;
  line-height: 100% !important;
}
.big-text .img {
  max-width: 200px;
  border-radius: 999px;
  display: inline-block;
}
.big-text .img img {
  border-radius: 999px;
}
@media (min-width: 1440px) {
  .big-text {
    letter-spacing: -7.5px;
  }
  .big-text .img {
    margin-left: 77px;
    max-width: 350px;
  }
}

.footer-content .title-mobile {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--white);
}
.footer-content .title-mobile i {
  font-size: 24px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.footer-content .content {
  margin-top: 28px;
}
.footer-content li {
  margin-bottom: 20px;
}
.footer-content li a {
  color: var(--color-text-1);
  text-decoration-line: underline;
  text-decoration-color: transparent;
  text-underline-offset: 1px;
}
.footer-content li a:hover {
  color: var(--white);
  text-decoration-color: var(--white) !important;
}
.footer-content li:last-child {
  margin-bottom: 0;
}
.footer-content .text {
  color: var(--color-text-1);
  display: flex;
  flex-direction: column;
}
.footer-content .form-newsletter-2 input {
  color: var(--white) !important;
}
.footer-content .form-newsletter-2 input::placeholder {
  color: var(--color-text-1) !important;
}
@media (max-width: 575px) {
  .footer-content .tf-collapse-content {
    display: none;
  }
}
.footer-content.open .title-mobile i {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .footer-content.newsletter-footer {
    max-width: 350px;
  }
}

.contact-footer-item {
  display: flex;
  align-items: center;
  gap: 25px;
}
.contact-footer-item .icon-contact {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--color-border-3);
  border-radius: 10px;
}
.contact-footer-item .icon-contact i {
  font-size: 24px;
  color: var(--white);
}

.midder-footer {
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}
@media (max-width: 1439px) {
  .midder-footer {
    padding-top: 80px;
    padding-bottom: 80px;
    gap: 60px 0;
  }
  .midder-footer .footer-content,
  .midder-footer .logo-footer {
    max-width: calc(33.3333333333% - 13.3333333333px);
    width: 100%;
    flex-grow: 1;
  }
  .midder-footer .footer-content-2 {
    max-width: calc(50% - 20px);
    width: 100%;
  }
}
@media (max-width: 991px) {
  .midder-footer {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .midder-footer .logo-footer {
    max-width: 100%;
    width: 100%;
  }
  .midder-footer .footer-content {
    max-width: calc(50% - 20px);
  }
}
@media (max-width: 575px) {
  .midder-footer {
    flex-direction: column;
    gap: 20px 0;
  }
  .midder-footer .footer-content {
    max-width: 100%;
  }
}

.bottom-footer {
  padding-top: 41px;
  padding-bottom: 41px;
  position: relative;
}
.bottom-footer ul {
  gap: 10px 32px;
}
@media (max-width: 767px) {
  .bottom-footer {
    flex-direction: column;
    justify-content: center;
  }
}

.text-big-2 {
  font-size: 250px;
  line-height: 100%;
}
@media (max-width: 991px) {
  .text-big-2 {
    font-size: 180px;
  }
}
@media (max-width: 767px) {
  .text-big-2 {
    font-size: 140px;
  }
}
@media (max-width: 575px) {
  .text-big-2 {
    font-size: 75px;
  }
}

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