/*===========================
Project Name: Anio - Creative Portfolio & Agency Template
Author: Egens Lab --> (https://www.egenslab.com/)
Support: https://egenslab.desky.support/
Version: 1.0


/*===========================
     01.COMMON CSS 
===========================*/
@import url("https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

:root {
  --font-archivo: "Archivo", sans-serif;
  --font-kanit: "Kanit", sans-serif;
  --white-color: #fff;
  --white-color-opc: 255, 255, 255;
  --black-color: #020202;
  --black-color-opc: 2, 2, 2;
  --title-color: #020202;
  --title-color-opc: 2, 2, 2;
  --text-color: #404040;
  --primary-color1: #C2EE10;
  --primary-color1-opc: 194, 238, 16;
  --borders-color: #E8E8E8;
}

/*================================================
2. Mixins Css
=================================================*/
/*================================================
3. Global Css
=================================================*/
html {
  font-size: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-family: var(--font-archivo);
  color: var(--text-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-archivo);
  font-weight: 600;
  line-height: 1.4;
  color: var(--title-color);
}

input {
  border: none;
  outline: none;
}

button {
  outline: none;
  border: none;
}

i.bx {
  vertical-align: middle;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}

p {
  font-family: var(--font-archivo);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.pb-130 {
  padding-bottom: 130px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pb-130 {
    padding-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .pb-130 {
    padding-bottom: 90px;
  }
}

.pt-120 {
  padding-top: 120px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pt-120 {
    padding-top: 100px;
  }
}
@media (max-width: 991px) {
  .pt-120 {
    padding-top: 90px;
  }
}
@media (max-width: 767px) {
  .pt-120 {
    padding-top: 70px;
  }
}

.pb-120 {
  padding-bottom: 120px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pb-120 {
    padding-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .pb-120 {
    padding-bottom: 90px;
  }
}
@media (max-width: 767px) {
  .pb-120 {
    padding-bottom: 70px;
  }
}

.pt-100 {
  padding-top: 110px;
}
@media (max-width: 991px) {
  .pt-100 {
    padding-top: 80px;
  }
}

.pb-100 {
  padding-bottom: 110px;
}
@media (max-width: 991px) {
  .pb-100 {
    padding-bottom: 80px;
  }
}

.pt-90 {
  padding-top: 90px;
}
@media (max-width: 991px) {
  .pt-90 {
    padding-top: 80px;
  }
}
@media (max-width: 767px) {
  .pt-90 {
    padding-top: 70px;
  }
}

.pb-90 {
  padding-bottom: 90px;
}
@media (max-width: 991px) {
  .pb-90 {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .pb-90 {
    padding-bottom: 70px;
  }
}

.pb-80 {
  padding-bottom: 80px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pb-80 {
    padding-bottom: 60px;
  }
}

.pb-65 {
  padding-bottom: 65px;
}

.mt-120 {
  margin-top: 120px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .mt-120 {
    margin-top: 100px;
  }
}
@media (max-width: 991px) {
  .mt-120 {
    margin-top: 90px;
  }
}

.mb-110 {
  margin-bottom: 110px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .mb-110 {
    margin-bottom: 90px;
  }
}
@media (max-width: 991px) {
  .mb-110 {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .mb-110 {
    margin-bottom: 60px;
  }
}

.mb-120 {
  margin-bottom: 120px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .mb-120 {
    margin-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .mb-120 {
    margin-bottom: 90px;
  }
}
@media (max-width: 767px) {
  .mb-120 {
    margin-bottom: 70px;
  }
}

.mb-130 {
  margin-bottom: 130px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .mb-130 {
    margin-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .mb-130 {
    margin-bottom: 90px;
  }
}

.mb-150 {
  margin-bottom: 150px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .mb-150 {
    margin-bottom: 120px;
  }
}
@media (max-width: 991px) {
  .mb-150 {
    margin-bottom: 110px;
  }
}
@media (max-width: 767px) {
  .mb-150 {
    margin-bottom: 100px;
  }
}
@media (max-width: 576px) {
  .mb-150 {
    margin-bottom: 80px;
  }
}

.mb-140 {
  margin-bottom: 140px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .mb-140 {
    margin-bottom: 110px;
  }
}
@media (max-width: 991px) {
  .mb-140 {
    margin-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .mb-140 {
    margin-bottom: 80px;
  }
}

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

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

.mb-90 {
  margin-bottom: 90px;
}
@media (max-width: 991px) {
  .mb-90 {
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .mb-90 {
    margin-bottom: 50px;
  }
}

.mb-80 {
  margin-bottom: 80px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .mb-80 {
    margin-bottom: 70px;
  }
}
@media (max-width: 991px) {
  .mb-80 {
    margin-bottom: 70px;
  }
}

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

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

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

.pt-50 {
  padding-top: 50px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pt-50 {
    padding-top: 40px;
  }
}
@media (max-width: 991px) {
  .pt-50 {
    padding-top: 30px;
  }
}

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

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

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

.pb-80 {
  padding-bottom: 80px;
}

.pe-80 {
  padding-right: 80px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pl-110 {
  padding-left: 110px;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .pl-110 {
    padding-left: 70px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .pl-110 {
    padding-left: 40px;
  }
}
@media (max-width: 1199px) {
  .pl-110 {
    padding-left: unset;
  }
}

.mb-60 {
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .mb-60 {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .mb-60 {
    margin-bottom: 40px;
  }
}

.mb-70 {
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .mb-70 {
    margin-bottom: 40px;
  }
}

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

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

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

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

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

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

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

.mb-40 {
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .mb-40 {
    margin-bottom: 30px;
  }
}

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

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

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

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

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

.mb-50 {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .mb-50 {
    margin-bottom: 40px;
  }
}

.mt-60 {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .mt-60 {
    margin-top: 40px;
  }
}

.mt-70 {
  margin-top: 70px;
}
@media (max-width: 991px) {
  .mt-70 {
    margin-top: 40px;
  }
}

.primary-btn1 {
  background-color: var(--primary-color1);
  font-family: var(--font-archivo);
  font-weight: 600;
  font-size: 16px;
  color: var(--title-color);
  letter-spacing: 0.48px;
  line-height: 1;
  padding: 11px 24px;
  border-radius: 100px;
  position: relative;
  align-items: center;
  display: inline-flex;
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  overflow: hidden;
  z-index: 1;
  white-space: nowrap;
}
.primary-btn1 > span {
  transition: opacity 0.3s, transform 0.3s;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  background-color: transparent;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.primary-btn1 > span:nth-child(2) {
  position: absolute;
  top: 50%;
  left: 0;
  opacity: 0;
  transform: translate(0, 100%);
  transition: opacity 0.3s, transform 0.3s;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  white-space: nowrap;
}
.primary-btn1 > span svg {
  fill: var(--title-color);
  transition: 0.5s;
}
.primary-btn1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 102% 102%;
  border-radius: inherit;
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  opacity: 0;
  z-index: -1;
}
.primary-btn1::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(110%);
  background-color: var(--white-color);
  overflow: hidden;
  transition: opacity 0.5s, transform 0.5s;
  z-index: -1;
}
.primary-btn1:hover {
  color: var(--title-color);
}
.primary-btn1:hover span svg {
  fill: var(--title-color);
}
.primary-btn1:hover > span {
  transform: translateY(-150%);
  opacity: 0;
}
.primary-btn1:hover > span:nth-child(2) {
  opacity: 1;
  transform: translate(0%, -50%);
}
.primary-btn1:hover::after {
  transform: translate(0);
  border-radius: 0;
}
.primary-btn1.black-bg {
  background-color: var(--black-color);
  color: var(--white-color);
}
.primary-btn1.black-bg::after {
  background-color: var(--white-color);
}
.primary-btn1.black-bg:hover {
  color: var(--title-color);
}
.primary-btn1.white-bg {
  background-color: var(--white-color);
  color: var(--title-color);
}
.primary-btn1.white-bg::after {
  background-color: var(--primary-color1);
}
.primary-btn1.white-bg:hover {
  color: var(--title-color);
}
.primary-btn1.transparent {
  background-color: transparent;
  border: 1px solid var(--black-color);
}

.progress-wrap {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 45px;
  width: 45px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: inset 0 0 0 2px var(--borders-color);
  background-color: transparent;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: all 200ms linear;
}
.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.progress-wrap svg {
  fill: none;
  transition: 0.5s;
}
.progress-wrap svg.progress-circle {
  stroke: var(--primary-color1);
  stroke-width: 4;
  box-sizing: border-box;
  transition: all 200ms linear;
}
.progress-wrap .arrow {
  fill: var(--primary-color1);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s;
}
.progress-wrap:hover {
  background-color: var(--primary-color1);
}
.progress-wrap:hover .arrow {
  fill: var(--black-color);
}

#magic-cursor {
  position: absolute;
  display: none;
  width: 10px;
  height: 10px;
  pointer-events: none;
  z-index: 99999;
  opacity: 0;
}

body.tt-magic-cursor #magic-cursor {
  display: block;
}

#ball {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--white-color);
  pointer-events: none;
  border-style: solid;
  border-radius: 50%;
  border-color: #D9D9D9;
  /* Note: border width handled through JS */
}

/* Ball view 
============= */
#ball.ball-view {
  background-color: var(--black-color);
  font-size: 15px;
  font-weight: 500;
  color: var(--white-color);
  line-height: 1.4;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.5);
}

#ball .ball-view-inner {
  padding: 0 5px;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
}

#ball .ball-view-inner i {
  font-size: 24px;
}

/* Ball drag 
============= */
#ball .ball-drag {
  position: absolute;
  display: block;
  width: 100%;
  padding: 0 5px;
  font-size: 15px;
  font-weight: 600;
  color: var(--title-color);
  line-height: 1.2;
  text-align: center;
  transition: all 0.3s;
}

#ball .ball-drag::before,
#ball .ball-drag::after {
  position: absolute;
  top: 50%;
  margin-top: -5px;
  font-size: 16px;
  color: var(--primary-color1);
  height: 10px;
  line-height: 10px;
  /* Font Awesome */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

#ball .ball-drag::before {
  content: "\f060";
  /* Font Awesome */
  left: 0;
  transform: translate3d(-30px, 0, 0);
  transition: all 0.25s;
}

#ball .ball-drag::after {
  content: "\f061";
  /* Font Awesome */
  right: 0;
  transform: translate3d(30px, 0, 0);
  transition: all 0.25s;
}

/* Ball close 
============== */
#ball.ball-close-enabled {
  opacity: 1 !important;
}

#ball .ball-close {
  position: absolute;
  padding: 0 5px;
  font-size: 14px;
  font-weight: 600;
  color: var(--primary-color1);
  line-height: 1;
  text-align: center;
}

.section-title h2 {
  font-family: var(--font-archivo);
  font-weight: 600;
  font-size: 70px;
  line-height: 75px;
  margin-bottom: 0;
}
@media (max-width: 1399px) {
  .section-title h2 {
    font-size: 65px;
  }
}
@media (max-width: 1199px) {
  .section-title h2 {
    font-size: 58px;
    line-height: 68px;
  }
}
@media (max-width: 991px) {
  .section-title h2 {
    font-size: 55px;
    line-height: 65px;
  }
}
@media (max-width: 767px) {
  .section-title h2 {
    font-size: 48px;
    line-height: 57px;
  }
}
@media (max-width: 576px) {
  .section-title h2 {
    font-size: 37px;
    line-height: 50px;
  }
}
.section-title p {
  font-family: var(--font-archivo);
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  padding-top: 20px;
  margin-bottom: 0;
}
@media (max-width: 576px) {
  .section-title p {
    font-size: 16px;
  }
}
.section-title.white h2 {
  color: var(--white-color);
}
.section-title.white .dash-and-paragraph svg {
  fill: rgba(255, 255, 255, 0.08);
}
.section-title.white .dash-and-paragraph p {
  color: #C4C4C4;
}
.section-title.white .dash-and-paragraph p span {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 400;
}

/*=====================================
  4.Header
========================================*/
@keyframes fade-down {
  0% {
    opacity: 0;
    transform: scaleY(0);
    visibility: hidden;
  }
  100% {
    opacity: 1;
    transform: scaleY(1);
    visibility: visible;
  }
}
@keyframes zoom-In-effect {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
header.style-1 {
  position: absolute;
  width: 100%;
  z-index: 999;
  transition: all 0.8s ease-out 0s;
  background-color: transparent;
  padding: 18px 90px;
}
@media (max-width: 1699px) {
  header.style-1 {
    padding: 18px 110px;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  header.style-1 {
    padding: 18px 30px;
  }
}
@media (max-width: 1399px) {
  header.style-1 {
    padding: 18px 25px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  header.style-1 {
    padding: 18px 10px;
  }
}
@media (max-width: 991px) {
  header.style-1 {
    padding: 18px 24px;
  }
}
@media (max-width: 767px) {
  header.style-1 {
    padding: 12px 10px;
  }
}
@media (max-width: 576px) {
  header.style-1 {
    padding: 12px 0;
  }
}
header.style-1.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  background-color: var(--black-color);
  box-shadow: 5px 3px 40px rgba(0, 72, 88, 0.1);
  z-index: 999;
}
@keyframes smooth-header {
  0% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0px);
  }
}
header.style-1 .company-logo img {
  width: 104px;
}
@media (max-width: 576px) {
  header.style-1 .company-logo img {
    width: 90px;
  }
}
header.style-1 .nav-right {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  header.style-1 .nav-right {
    gap: 25px;
  }
}
@media (max-width: 1199px) {
  header.style-1 .nav-right {
    gap: 20px;
  }
}
@media (max-width: 576px) {
  header.style-1 .nav-right {
    gap: 15px;
  }
}
header.style-1 .nav-right .primary-btn1 {
  font-family: var(--font-kanit);
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}
header.style-1 .nav-right .mobile-menu-btn {
  display: none;
  visibility: hidden;
}
@media (max-width: 991px) {
  header.style-1 .nav-right .mobile-menu-btn {
    display: flex;
    align-items: center;
    visibility: visible;
    justify-content: center;
    position: relative;
    min-width: 48px;
    max-width: 48px;
    height: 48px;
    border-radius: 10px;
    border: 1px solid rgba(var(--white-color-opc), 0.4);
  }
  header.style-1 .nav-right .mobile-menu-btn svg {
    fill: var(--white-color);
  }
  header.style-1 .nav-right .mobile-menu-btn:hover svg {
    animation: qode-draw 0.75s cubic-bezier(0.57, 0.39, 0, 0.86) 1 forwards;
  }
}
@media (max-width: 576px) {
  header.style-1 .nav-right .mobile-menu-btn {
    min-width: 40px;
    max-width: 40px;
    height: 40px;
  }
  header.style-1 .nav-right .mobile-menu-btn svg {
    width: 18px;
  }
}
@keyframes qode-draw {
  0%, 100% {
    clip-path: inset(-2px -2px);
  }
  42% {
    clip-path: inset(-2px -2px -2px 100%);
  }
  43% {
    clip-path: inset(-2px 100% -3px -2px);
  }
}
header.style-1 .main-menu {
  display: inline-block;
}
header.style-1 .main-menu > ul {
  list-style: none;
  margin: 0;
}
header.style-1 .main-menu > ul > li {
  display: inline-block;
  position: relative;
  padding: 12px 8px;
}
@media (max-width: 1399px) {
  header.style-1 .main-menu > ul > li {
    padding: 12px 5px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  header.style-1 .main-menu > ul > li {
    padding: 12px 3px;
  }
}
@media (max-width: 991px) {
  header.style-1 .main-menu > ul > li {
    padding: 0px 12px;
  }
}
header.style-1 .main-menu > ul > li.position-inherit {
  position: inherit;
}
@media (max-width: 991px) {
  header.style-1 .main-menu > ul > li.position-inherit {
    position: relative;
  }
}
header.style-1 .main-menu > ul > li:hover i {
  color: var(--black-color);
  font-size: 20px;
}
@media (min-width: 992px) {
  header.style-1 .main-menu > ul > li:first-child {
    padding-left: 0;
  }
  header.style-1 .main-menu > ul > li:last-child {
    padding-right: 0;
  }
}
header.style-1 .main-menu > ul > li > a {
  color: var(--white-color);
  display: block;
  letter-spacing: 0.4px;
  padding: 3px 12px;
  line-height: 1;
  position: relative;
  font-family: var(--font-kanit);
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  transition: all 0.5s ease-out 0s;
  position: relative;
  border: 1px dashed transparent;
  transition: all 0.5s ease-out 0s;
  border-radius: 100px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  header.style-1 .main-menu > ul > li > a {
    font-size: 14px;
  }
}
header.style-1 .main-menu > ul > li i {
  font-size: 20px;
  text-align: center;
  color: var(--white-color);
  font-style: normal;
  position: absolute;
  right: -5px;
  top: 35px;
  z-index: 999;
  cursor: pointer;
  display: none;
  transition: all 0.5s ease-out 0s;
  opacity: 0;
}
@media (max-width: 991px) {
  header.style-1 .main-menu > ul > li i {
    opacity: 1;
  }
}
header.style-1 .main-menu > ul > li i.active {
  color: var(--white-color);
}
header.style-1 .main-menu > ul > li i.active::before {
  content: "\f2ea";
}
header.style-1 .main-menu > ul > li ul.sub-menu {
  position: absolute;
  left: 0;
  right: 0;
  top: 48px;
  margin: 0;
  display: none;
  min-width: 220px;
  background: var(--white-color);
  border: 1px solid var(--borders-color);
  border-radius: 10px;
  padding: 15px 0;
  text-align: left;
  transform-origin: top;
}
@media (max-width: 1199px) {
  header.style-1 .main-menu > ul > li ul.sub-menu {
    box-shadow: none;
  }
}
header.style-1 .main-menu > ul > li ul.sub-menu > li {
  padding: 0;
  display: block;
  position: relative;
}
header.style-1 .main-menu > ul > li ul.sub-menu > li i {
  position: absolute;
  top: 14px;
  right: 20px;
  display: block;
  color: var(--title-color);
  font-size: 14px;
}
header.style-1 .main-menu > ul > li ul.sub-menu > li .dropdown-icon {
  color: var(--title-color);
  opacity: 1;
  top: 16px;
  font-size: 10px;
}
@media (max-width: 991px) {
  header.style-1 .main-menu > ul > li ul.sub-menu > li .dropdown-icon {
    right: 0;
    top: 11px;
    font-size: 20px;
  }
}
header.style-1 .main-menu > ul > li ul.sub-menu > li > a {
  display: block;
  padding: 12px 20px;
  color: var(--text-color);
  font-weight: 500;
  font-family: var(--font-archivo);
  font-size: 15px;
  line-height: 1.2;
  transition: all 0.4s ease-out 0s;
  position: relative;
}
@media (max-width: 991px) {
  header.style-1 .main-menu > ul > li ul.sub-menu > li > a {
    border-color: rgba(233, 228, 228, 0.5);
  }
}
header.style-1 .main-menu > ul > li ul.sub-menu > li > a:hover {
  color: var(--title-color);
}
header.style-1 .main-menu > ul > li ul.sub-menu > li > a.active {
  color: var(--title-color);
}
header.style-1 .main-menu > ul > li ul.sub-menu > li:last-child > a {
  border-bottom: none;
}
header.style-1 .main-menu > ul > li ul.sub-menu > li:last-child > a::before {
  display: none;
}
header.style-1 .main-menu > ul > li ul.sub-menu > li .sub-menu {
  padding: 10px 0;
}
header.style-1 .main-menu > ul > li ul.sub-menu > li .sub-menu li > a {
  padding: 10px 20px;
}
header.style-1 .main-menu > ul > li ul.sub-menu > li:hover > a {
  color: var(--title-color);
}
header.style-1 .main-menu > ul > li ul.sub-menu > li:hover .dropdown-icon {
  color: var(--title-color);
}
header.style-1 .main-menu > ul > li ul.sub-menu > li.active > a {
  color: var(--primary-color1);
}
header.style-1 .main-menu > ul > li ul.sub-menu > li.active .dropdown-icon {
  color: var(--primary-color1);
}
header.style-1 .main-menu > ul > li ul.sub-menu > li .sub-menu {
  left: 220px;
  position: absolute;
  max-width: 230px;
  min-width: 215px;
  background: var(--white-color);
  padding: 10px 0;
  top: 3px;
}
@media (max-width: 1199px) {
  header.style-1 .main-menu > ul > li ul.sub-menu > li .sub-menu {
    box-shadow: none;
  }
}
header.style-1 .main-menu > ul > li ul.sub-menu > li .sub-menu::before {
  display: none;
  visibility: hidden;
}
@media only screen and (max-width: 991px) {
  header.style-1 .main-menu > ul > li ul.sub-menu > li .sub-menu {
    position: unset;
    max-width: 230px;
    min-width: 215px;
    background: transparent;
    top: 0;
  }
}
header.style-1 .main-menu > ul > li ul.sub-menu > li .sub-menu > li i {
  display: block;
}
@media (min-width: 992px) {
  header.style-1 .main-menu > ul > li ul.sub-menu > li:hover > .sub-menu {
    display: block;
    animation: fade-down 0.45s linear;
  }
}
header.style-1 .main-menu > ul > li ul.sub-menu > li:last-child {
  border-bottom: none;
}
header.style-1 .main-menu > ul > li.menu-item-has-children {
  transition: all 0.55s ease-in-out;
}
header.style-1 .main-menu > ul > li.menu-item-has-children > a {
  padding: 3px 22px 3px 10px;
}
@media (max-width: 991px) {
  header.style-1 .main-menu > ul > li.menu-item-has-children > a {
    padding: 15px 0;
  }
}
header.style-1 .main-menu > ul > li.menu-item-has-children > a::before {
  content: "\f229";
  font-family: "bootstrap-icons";
  position: absolute;
  right: 8px;
  top: 52%;
  transform: translateY(-50%);
  font-size: 10px;
  color: var(--white-color);
  transition: all 0.5s ease-out 0s;
}
@media (max-width: 991px) {
  header.style-1 .main-menu > ul > li.menu-item-has-children > a::before {
    display: none;
  }
}
@media (min-width: 992px) {
  header.style-1 .main-menu > ul > li:hover > ul.sub-menu {
    display: block;
    animation: fade-down 0.3s linear;
  }
}
header.style-1 .main-menu > ul > li:hover > a {
  color: var(--primary-color1);
}
header.style-1 .main-menu > ul > li:hover .dropdown-icon2 {
  color: var(--primary-color1);
}
header.style-1 .main-menu > ul > li:hover.menu-item-has-children > a::before {
  color: var(--primary-color1);
}
header.style-1 .main-menu > ul > li.active > a {
  color: var(--primary-color1);
}
header.style-1 .main-menu > ul > li.active i {
  color: var(--primary-color1);
}
header.style-1 .main-menu > ul > li.active .dropdown-icon2 {
  color: var(--primary-color1);
}
header.style-1 .main-menu > ul > li.active.menu-item-has-children > a::before {
  color: var(--primary-color1);
}
header.style-1 .main-menu > ul li.menu-item-has-children > i {
  display: none;
}
header.style-1 .mobile-logo-area .mobile-logo-wrap img {
  width: 104px;
}
header.style-1 .mobile-logo-area .menu-close-btn {
  height: 38px;
  width: 38px;
  border-radius: 10px;
  border: 1px solid var(--black-color);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.35s;
}
header.style-1 .mobile-logo-area .menu-close-btn i {
  font-size: 26px;
  line-height: 1;
  color: var(--black-color);
  transition: 0.35s;
}
header.style-1 .mobile-logo-area .menu-close-btn:hover {
  background-color: var(--title-color);
}
header.style-1 .mobile-logo-area .menu-close-btn:hover i {
  color: var(--white-color);
}
@media only screen and (max-width: 991px) {
  header.style-1 .dropdown-icon {
    color: var(--white-color);
  }
  header.style-1 .main-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 280px;
    padding: 30px 20px !important;
    z-index: 99999;
    height: 100%;
    overflow: auto;
    background: var(--white-color);
    transform: translateX(-100%);
    transition: transform 0.3s ease-in;
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.03);
  }
  header.style-1 .main-menu.show-menu {
    transform: translateX(0);
  }
  header.style-1 .main-menu .mobile-menu-logo {
    text-align: left;
    padding-top: 20px;
    display: block;
    padding-bottom: 8px;
  }
  header.style-1 .main-menu .menu-list {
    padding-top: 50px;
    padding-bottom: 30px;
    border: unset;
  }
  header.style-1 .main-menu .btn-and-contact-area a {
    border-radius: 100px;
    padding: 15px 27px;
  }
  header.style-1 .main-menu > ul {
    float: none;
    text-align: left;
    padding: 5px 0px 20px 0;
  }
  header.style-1 .main-menu > ul > li {
    display: block;
    position: relative;
    padding: 0;
  }
  header.style-1 .main-menu > ul > li i {
    display: block;
  }
  header.style-1 .main-menu > ul > li > a {
    padding: 15px 0;
    background-color: transparent;
    border: unset;
    border-radius: unset;
    display: block;
    border: unset;
    color: var(--text-color);
  }
  header.style-1 .main-menu > ul > li ul.sub-menu {
    position: static;
    min-width: 200px;
    border: none;
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    padding: 0;
    padding-left: 10px;
    background-color: unset;
  }
  header.style-1 .main-menu > ul > li ul.sub-menu > li {
    border-bottom: 1px solid transparent;
  }
  header.style-1 .main-menu > ul > li ul.sub-menu > li a {
    padding: 12px 0px;
  }
  header.style-1 .main-menu > ul > li ul.sub-menu > li a:hover {
    margin-left: 10px;
  }
  header.style-1 .main-menu > ul > li ul.sub-menu > li i {
    right: -13px;
  }
  header.style-1 .main-menu > ul > li:hover > a {
    color: var(--title-color);
    background-color: transparent;
  }
  header.style-1 .main-menu > ul > li:hover i {
    color: var(--title-color);
  }
  header.style-1 .main-menu > ul > li.active > a {
    color: var(--title-color);
    background-color: transparent;
  }
  header.style-1 .main-menu > ul > li .bi {
    top: 13px;
    font-size: 20px;
    line-height: 1;
  }
  header.style-1 .main-menu > ul li.menu-item-has-children > i {
    display: block;
    color: var(--title-color);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  header.style-1 .primary-btn1 {
    padding: 13px 20px;
  }
}

.container.one {
  max-width: 1290px;
}

/*=====================================
  5.Home1 Banner section
========================================*/
.banner-section {
  background-image: url(../img/banner-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 180px;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 1399px) {
  .banner-section {
    padding-top: 160px;
  }
}
@media (max-width: 991px) {
  .banner-section {
    padding: 200px 0 170px 0;
  }
}
@media (max-width: 767px) {
  .banner-section {
    padding: 157px 0 140px 0;
  }
}
@media (max-width: 576px) {
  .banner-section {
    padding: 120px 0 110px 0;
  }
}
.banner-section .banner-content {
  position: relative;
  text-align: center;
}
.banner-section .banner-content .tag {
  display: inline-flex;
  gap: 5px;
  align-items: center;
  justify-content: center;
  padding: 5px 11px;
  border-radius: 100px;
  border: 1px solid #0871EA;
  box-shadow: 0px 4px 10px 0px #0871EA;
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .banner-section .banner-content .tag {
    margin-bottom: 20px;
  }
}
.banner-section .banner-content .tag svg {
  fill: var(--white-color);
}
@media (max-width: 576px) {
  .banner-section .banner-content .tag svg {
    width: 15px;
  }
}
.banner-section .banner-content .tag span {
  color: var(--white-color);
  display: block;
  font-family: var(--font-archivo);
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
}
@media (max-width: 767px) {
  .banner-section .banner-content .tag span {
    font-size: 17px;
  }
}
@media (max-width: 576px) {
  .banner-section .banner-content .tag span {
    font-size: 16px;
  }
}
.banner-section .banner-content h1 {
  color: var(--white-color);
  font-family: var(--font-archivo);
  font-size: 90px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 50px;
}
@media (max-width: 1699px) {
  .banner-section .banner-content h1 {
    font-size: 80px;
  }
}
@media (max-width: 1399px) {
  .banner-section .banner-content h1 {
    font-size: 75px;
    margin-bottom: 30px;
  }
}
@media (max-width: 1199px) {
  .banner-section .banner-content h1 {
    font-size: 70px;
  }
}
@media (max-width: 991px) {
  .banner-section .banner-content h1 {
    font-size: 62px;
  }
}
@media (max-width: 767px) {
  .banner-section .banner-content h1 {
    font-size: 49px;
    line-height: 62px;
  }
}
@media (max-width: 576px) {
  .banner-section .banner-content h1 {
    font-size: 37px;
    line-height: 1.2;
  }
}
.banner-section .banner-content h1 span {
  color: var(--primary-color1);
}
.banner-section .btn-grp {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .banner-section .btn-grp {
    margin-bottom: 0;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .banner-section .btn-grp {
    gap: 20px;
  }
}
@media (max-width: 576px) {
  .banner-section .btn-grp {
    flex-wrap: wrap;
    gap: 15px;
  }
}
.banner-section .btn-grp .primary-btn1 {
  padding: 23px 38px;
}
@media (max-width: 1199px) {
  .banner-section .btn-grp .primary-btn1 {
    padding: 20px 33px;
  }
}
@media (max-width: 767px) {
  .banner-section .btn-grp .primary-btn1 {
    padding: 18px 30px;
  }
}
@media (max-width: 576px) {
  .banner-section .btn-grp .primary-btn1 {
    padding: 16px 25px;
    width: 100%;
    justify-content: center;
  }
}
.banner-section .banner-img {
  display: flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .banner-section .banner-img {
    display: none;
  }
}
.banner-section .vector1 {
  position: absolute;
  left: 0;
  top: 40%;
}
@media (max-width: 991px) {
  .banner-section .vector1 {
    width: 90px;
  }
}
@media (max-width: 576px) {
  .banner-section .vector1 {
    display: none;
  }
}
.banner-section .vector2 {
  position: absolute;
  right: 150px;
  bottom: 217px;
  z-index: -1;
}
@media (max-width: 1399px) {
  .banner-section .vector2 {
    right: 18%;
    bottom: 93px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .banner-section .vector2 {
    right: 16%;
  }
}
@media (max-width: 991px) {
  .banner-section .vector2 {
    display: none;
  }
}
.banner-section .vector3 {
  position: absolute;
  bottom: 32%;
  right: 28%;
}
@media (max-width: 1699px) {
  .banner-section .vector3 {
    bottom: 27%;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .banner-section .vector3 {
    width: 140px;
    bottom: 25%;
  }
}
@media (max-width: 1399px) {
  .banner-section .vector3 {
    bottom: 25%;
    width: 120px;
  }
}
@media (max-width: 1199px) {
  .banner-section .vector3 {
    bottom: 22%;
    width: 90px;
  }
}
@media (max-width: 991px) {
  .banner-section .vector3 {
    display: none;
  }
}
.banner-section .vector4 {
  position: absolute;
  left: 17%;
  bottom: 162px;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .banner-section .vector4 {
    bottom: 105px;
  }
}
@media (max-width: 1399px) {
  .banner-section .vector4 {
    left: 18%;
    bottom: 93px;
  }
}
@media (max-width: 1199px) {
  .banner-section .vector4 {
    bottom: 65px;
  }
}
@media (max-width: 991px) {
  .banner-section .vector4 {
    display: none;
  }
}
.banner-section .vector5 {
  position: absolute;
  right: 17%;
  bottom: 102px;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .banner-section .vector5 {
    bottom: 80px;
  }
}
@media (max-width: 1399px) {
  .banner-section .vector5 {
    right: 8%;
    bottom: 47px;
  }
}
@media (max-width: 991px) {
  .banner-section .vector5 {
    display: none;
  }
}

.banner-bottom {
  background: linear-gradient(90deg, #B2DE00 0%, #FF4200 51.92%, #C80096 100%);
}
.banner-bottom .banner-bottom-wrapper {
  max-width: 613px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 9px 0;
}
@media (max-width: 576px) {
  .banner-bottom .banner-bottom-wrapper {
    flex-wrap: wrap;
    flex-direction: column;
    text-align: center;
    gap: 9px;
  }
}
.banner-bottom .banner-bottom-wrapper span {
  color: var(--white-color);
  display: block;
  font-family: var(--font-archivo);
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
}
@media (max-width: 991px) {
  .banner-bottom .banner-bottom-wrapper span {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .banner-bottom .banner-bottom-wrapper span {
    font-size: 15px;
  }
}
.banner-bottom .banner-bottom-wrapper .price {
  margin-bottom: 0;
  color: var(--title-color);
  font-family: var(--font-archivo);
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  background-color: var(--primary-color1);
  padding: 9px 8px;
  border-radius: 16px;
}
@media (max-width: 767px) {
  .banner-bottom .banner-bottom-wrapper .price {
    font-size: 16px;
  }
}

/*=====================================
  6.FAQ Banner section
========================================*/
.faq-section .faq-wrap .accordion .accordion-item {
  border-radius: 10px;
  border: none;
  margin-bottom: 25px;
  background-color: #F0F0F0;
}
.faq-section .faq-wrap .accordion .accordion-item:last-child {
  margin-bottom: 0;
}
.faq-section .faq-wrap .accordion .accordion-item .accordion-header {
  border-radius: 10px;
  background-color: transparent;
}
.faq-section .faq-wrap .accordion .accordion-item .accordion-header .accordion-button {
  color: var(--title-color);
  font-family: var(--font-archivo);
  font-size: 22px;
  font-weight: 500;
  line-height: 1.4;
  text-align: left;
  padding: 25px 30px 18px;
  border-radius: 10px;
  background-color: transparent;
  border-color: transparent;
}
@media (max-width: 767px) {
  .faq-section .faq-wrap .accordion .accordion-item .accordion-header .accordion-button {
    padding: 18px 20px;
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  .faq-section .faq-wrap .accordion .accordion-item .accordion-header .accordion-button {
    padding: 20px 10px 15px 15px;
    font-size: 17px;
    line-height: 1.5;
  }
}
.faq-section .faq-wrap .accordion .accordion-item .accordion-header .accordion-button::after {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--title-color);
  content: "\f229";
  font-family: bootstrap-icons;
  background-image: none;
  font-weight: 600;
  font-size: 12px;
  right: 30px;
  transition: 0.5s;
}
.faq-section .faq-wrap .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  box-shadow: none;
  background-color: var(--white-color);
  border: 1px solid var(--borders-color);
  border-bottom: none;
  border-radius: 10px 10px 0 0;
}
.faq-section .faq-wrap .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  font-family: bootstrap-icons !important;
  content: "\f229";
  border: none;
}
.faq-section .faq-wrap .accordion .accordion-item .accordion-header .accordion-button:focus {
  border-radius: 10px;
  box-shadow: none;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
}
.faq-section .faq-wrap .accordion .accordion-item .accordion-body {
  padding: 0px 30px 25px 30px;
  font-family: var(--font-kanit);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  color: var(--text-color);
  border: 1px solid var(--borders-color);
  border-top: none;
  background-color: var(--white-color);
  border-radius: 0 0 10px 10px;
}
.faq-section .faq-wrap .accordion .accordion-item .accordion-body span {
  color: var(--title-color);
}
.faq-section .faq-wrap .accordion .accordion-item .accordion-body ul li {
  color: var(--title-color);
}
.faq-section .faq-wrap .accordion .accordion-item .accordion-body a {
  color: #3F59DD;
  transition: 0.5s;
}
.faq-section .faq-wrap .accordion .accordion-item .accordion-body a:hover {
  color: var(--title-color);
}
@media (max-width: 767px) {
  .faq-section .faq-wrap .accordion .accordion-item .accordion-body {
    padding: 0px 20px 20px 20px;
  }
}
@media (max-width: 576px) {
  .faq-section .faq-wrap .accordion .accordion-item .accordion-body {
    padding: 0px 15px 20px 15px;
    font-size: 16px;
    line-height: 1.6;
  }
}

.faq-contact {
  display: inline-flex;
  gap: 10px;
  border: 1px solid var(--borders-color);
  border-radius: 100px;
  padding: 11px 24px;
}
@media (max-width: 576px) {
  .faq-contact {
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
  }
}
.faq-contact span,
.faq-contact a {
  font-family: var(--font-archivo);
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  color: var(--title-color);
  display: block;
}
@media (max-width: 767px) {
  .faq-contact span,
  .faq-contact a {
    font-size: 17px;
  }
}
@media (max-width: 576px) {
  .faq-contact span,
  .faq-contact a {
    font-size: 16px;
  }
}
.faq-contact a {
  background: linear-gradient(to bottom, var(--title-color) 0%, var(--title-color) 98%);
  background-repeat: no-repeat;
  background-size: 100% 1px;
  background-position: 0 100%;
  transition: background-size 0.75s;
}
.faq-contact a:hover {
  background-size: 0px 1px;
  background-position: left 100%;
}

/*=====================================
  7.Product Support Section
========================================*/
.powerful-feature-section .tag {
  color: var(--title-color);
  font-family: var(--font-archivo);
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  display: inline-block;
  margin-bottom: 30px;
  padding: 7px 20px;
  border-radius: 27px;
  border: 1px solid #0871EA;
}
@media (max-width: 767px) {
  .powerful-feature-section .tag {
    margin-bottom: 20px;
  }
}
.powerful-feature-section .title {
  color: var(--title-color);
  font-family: var(--font-archivo);
  font-weight: 600;
  font-size: 50px;
  line-height: 55px;
  margin-bottom: 0;
}
@media (max-width: 1399px) {
  .powerful-feature-section .title {
    font-size: 42px;
  }
}
@media (max-width: 1199px) {
  .powerful-feature-section .title {
    font-size: 38px;
    line-height: 48px;
  }
}
@media (max-width: 767px) {
  .powerful-feature-section .title {
    font-size: 35px;
  }
}
@media (max-width: 576px) {
  .powerful-feature-section .title {
    font-size: 29px;
    line-height: 41px;
  }
}
.powerful-feature-section .powerful-feature-card {
  background-color: #C1E8CF;
  border-radius: 20px;
  padding-top: 50px;
  padding-left: 50px;
  padding-bottom: 230px;
  position: relative;
}
@media (max-width: 1399px) {
  .powerful-feature-section .powerful-feature-card {
    padding-top: 40px;
    padding-left: 35px;
    padding-bottom: 168px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .powerful-feature-section .powerful-feature-card {
    padding-top: 35px;
    padding-left: 30px;
    padding-bottom: 144px;
  }
}
@media (max-width: 767px) {
  .powerful-feature-section .powerful-feature-card {
    padding-top: 30px;
    padding-left: 20px;
    padding-bottom: 143px;
    border-radius: 15px;
  }
}
@media (max-width: 576px) {
  .powerful-feature-section .powerful-feature-card {
    padding: 25px 20px 80px 20px;
    border-radius: 10px;
  }
}
.powerful-feature-section .powerful-feature-card .powerful-feature-card-content {
  max-width: 313px;
  width: 100%;
  position: relative;
  z-index: 1;
}
.powerful-feature-section .powerful-feature-card .powerful-feature-card-content h2 {
  color: var(--title-color);
  font-family: var(--font-archivo);
  font-weight: 600;
  font-size: 35px;
  line-height: 40px;
  margin-bottom: 15px;
}
@media (max-width: 1399px) {
  .powerful-feature-section .powerful-feature-card .powerful-feature-card-content h2 {
    font-size: 33px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .powerful-feature-section .powerful-feature-card .powerful-feature-card-content h2 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .powerful-feature-section .powerful-feature-card .powerful-feature-card-content h2 {
    font-size: 28px;
  }
}
@media (max-width: 576px) {
  .powerful-feature-section .powerful-feature-card .powerful-feature-card-content h2 {
    font-size: 25px;
  }
}
.powerful-feature-section .powerful-feature-card .powerful-feature-card-content p {
  color: var(--text-color);
  font-family: var(--font-archivo);
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 35px;
}
@media (max-width: 1399px) {
  .powerful-feature-section .powerful-feature-card .powerful-feature-card-content p {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .powerful-feature-section .powerful-feature-card .powerful-feature-card-content p {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .powerful-feature-section .powerful-feature-card .powerful-feature-card-content p {
    font-size: 15px;
  }
}
.powerful-feature-section .powerful-feature-card .layout-blocks-and-btn {
  display: flex;
  align-items: start;
  gap: 116px;
}
@media (max-width: 1199px) {
  .powerful-feature-section .powerful-feature-card .layout-blocks-and-btn {
    gap: 50px;
  }
}
@media (max-width: 576px) {
  .powerful-feature-section .powerful-feature-card .layout-blocks-and-btn {
    flex-wrap: wrap;
    gap: 35px;
  }
}
.powerful-feature-section .powerful-feature-card .layout-blocks-and-btn .layout-blocks-content h2 {
  color: var(--title-color);
  font-family: var(--font-archivo);
  font-weight: 700;
  font-size: 50px;
  line-height: 1;
  margin-bottom: 10px;
}
@media (max-width: 576px) {
  .powerful-feature-section .powerful-feature-card .layout-blocks-and-btn .layout-blocks-content h2 {
    font-size: 37px;
  }
}
.powerful-feature-section .powerful-feature-card .layout-blocks-and-btn .layout-blocks-content span {
  color: var(--text-color);
  display: block;
  font-family: var(--font-archivo);
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
}
@media (max-width: 576px) {
  .powerful-feature-section .powerful-feature-card .layout-blocks-and-btn .layout-blocks-content span {
    font-size: 16px;
  }
}
.powerful-feature-section .powerful-feature-card .layout-blocks-and-btn .span-text {
  font-family: var(--font-archivo);
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  display: block;
  border-radius: 100px;
  padding: 10px 12px;
  background-color: var(--primary-color1);
  border: 1px solid var(--title-color);
  margin-top: -20px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1199px) {
  .powerful-feature-section .powerful-feature-card .layout-blocks-and-btn .span-text {
    font-size: 16px;
  }
}
.powerful-feature-section .powerful-feature-card .vector {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) and (max-width: 991px) {
  .powerful-feature-section .powerful-feature-card .vector {
    height: 100%;
  }
}
.powerful-feature-section .powerful-feature-card.two {
  padding: 50px 40px 0 40px;
  background-color: #D4DFFC;
}
@media (max-width: 1399px) {
  .powerful-feature-section .powerful-feature-card.two {
    padding: 41px 35px 0 35px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .powerful-feature-section .powerful-feature-card.two {
    padding: 25px 30px 0 30px;
  }
}
@media (max-width: 767px) {
  .powerful-feature-section .powerful-feature-card.two {
    padding: 30px 20px 0 20px;
  }
}
.powerful-feature-section .powerful-feature-card.two .powerful-feature-card-content {
  max-width: 436px;
  margin-bottom: 35px;
}
.powerful-feature-section .powerful-feature-card.two img {
  border-radius: 20px 20px 0 0 !important;
}
@media (max-width: 767px) {
  .powerful-feature-section .powerful-feature-card.two img {
    border-radius: 15px 15px 0 0;
  }
}
@media (max-width: 576px) {
  .powerful-feature-section .powerful-feature-card.two img {
    border-radius: 10px 10px 0 0 !important;
  }
}
.powerful-feature-section .powerful-feature-card.three {
  background-color: #D4DFFC;
  padding: 45px 40px;
}
@media (max-width: 1399px) {
  .powerful-feature-section .powerful-feature-card.three {
    padding: 40px 35px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .powerful-feature-section .powerful-feature-card.three {
    padding: 30px 25px;
  }
}
@media (max-width: 991px) {
  .powerful-feature-section .powerful-feature-card.three {
    padding: 35px 25px;
  }
}
@media (max-width: 767px) {
  .powerful-feature-section .powerful-feature-card.three {
    padding: 35px 20px;
  }
}
.powerful-feature-section .powerful-feature-card.three .powerful-feature-card-content {
  margin-bottom: 109px;
}
@media (max-width: 1399px) {
  .powerful-feature-section .powerful-feature-card.three .powerful-feature-card-content {
    margin-bottom: 85px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .powerful-feature-section .powerful-feature-card.three .powerful-feature-card-content {
    margin-bottom: 70px;
  }
}
.powerful-feature-section .powerful-feature-card.three .powerful-feature-card-content p {
  margin-bottom: 0;
}
.powerful-feature-section .powerful-feature-card.three .font-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
}
.powerful-feature-section .powerful-feature-card.three .font-list .single-font {
  max-width: 70px;
  width: 100%;
}
.powerful-feature-section .powerful-feature-card.three .font-list .single-font img {
  margin-bottom: 20px;
}
.powerful-feature-section .powerful-feature-card.three .font-list .single-font span {
  color: var(--text-color);
  display: block;
  font-family: var(--font-archivo);
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
}
.powerful-feature-section .powerful-feature-card.four {
  padding: 45px 40px;
  background-color: #F0F0F0;
}
@media (max-width: 1399px) {
  .powerful-feature-section .powerful-feature-card.four {
    padding: 40px 30px;
  }
}
@media (max-width: 576px) {
  .powerful-feature-section .powerful-feature-card.four {
    padding: 35px 18px;
  }
}
.powerful-feature-section .powerful-feature-card.four .gsap-pro {
  margin-bottom: 35px;
}
.powerful-feature-section .powerful-feature-card.four .java-script-gsap {
  margin-bottom: 20px;
  position: relative;
}
.powerful-feature-section .powerful-feature-card.four .java-script-gsap img {
  border-radius: 10px;
}
.powerful-feature-section .powerful-feature-card.four .java-script-gsap .vector-gif {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 229px;
  width: 100%;
}
@media (max-width: 1399px) {
  .powerful-feature-section .powerful-feature-card.four .java-script-gsap .vector-gif {
    max-width: 200px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .powerful-feature-section .powerful-feature-card.four .java-script-gsap .vector-gif {
    max-width: 163px;
  }
}
@media (max-width: 991px) {
  .powerful-feature-section .powerful-feature-card.four .java-script-gsap .vector-gif {
    max-width: 191px;
  }
}
@media (max-width: 576px) {
  .powerful-feature-section .powerful-feature-card.four .java-script-gsap .vector-gif {
    max-width: 185px;
  }
}
.powerful-feature-section .powerful-feature-card.four .java-script-gsap .vector-text {
  position: absolute;
  left: 25px;
  bottom: 38px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .powerful-feature-section .powerful-feature-card.four .java-script-gsap .vector-text {
    width: 85px;
    bottom: 25px;
  }
}
@media (max-width: 991px) {
  .powerful-feature-section .powerful-feature-card.four .java-script-gsap .vector-text {
    width: 100px;
    bottom: 30px;
  }
}
.powerful-feature-section .powerful-feature-card.four .powerful-feature-card-content p {
  margin-bottom: 0;
}
.powerful-feature-section .powerful-feature-card.five {
  background-color: #FFF0C3;
  padding: 45px 40px 0 40px;
}
@media (max-width: 1399px) {
  .powerful-feature-section .powerful-feature-card.five {
    padding: 40px 35px 0 35px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .powerful-feature-section .powerful-feature-card.five {
    padding: 25px 25px 0 25px;
  }
}
@media (max-width: 991px) {
  .powerful-feature-section .powerful-feature-card.five {
    padding: 30px 25px 0 25px;
  }
}
@media (max-width: 576px) {
  .powerful-feature-section .powerful-feature-card.five {
    padding: 30px 20px 0 20px;
  }
}
.powerful-feature-section .powerful-feature-card.five .powerful-feature-card-content p {
  margin-bottom: 30px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .powerful-feature-section .powerful-feature-card.five .powerful-feature-card-content p {
    margin-bottom: 20px;
  }
}
.powerful-feature-section .powerful-feature-card.six {
  position: relative;
  background-image: url(../img/powerful-feature-card-six-bg.png), linear-gradient(180deg, rgb(193, 232, 207) 0%, rgb(193, 232, 207) 100%);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 40px;
}
@media (max-width: 767px) {
  .powerful-feature-section .powerful-feature-card.six {
    padding: 40px 20px;
  }
}
.powerful-feature-section .powerful-feature-card.six .powerful-feature-card-content {
  max-width: unset;
  margin-bottom: 60px;
}
.powerful-feature-section .powerful-feature-card.six .primary-btn1 {
  padding: 22px 33px;
}
@media (max-width: 576px) {
  .powerful-feature-section .powerful-feature-card.six .primary-btn1 {
    padding: 18px 31px;
  }
}
.powerful-feature-section .powerful-feature-card.six .img-grp {
  display: flex;
  gap: 20px;
}
@media (max-width: 576px) {
  .powerful-feature-section .powerful-feature-card.six .img-grp {
    flex-wrap: wrap;
    gap: 15px;
  }
}
.powerful-feature-section .powerful-feature-card.six .img-grp img {
  border-radius: 10px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .powerful-feature-section .powerful-feature-card.six .img-grp img {
    width: 220px;
  }
}
@media (max-width: 767px) {
  .powerful-feature-section .powerful-feature-card.six .img-grp img {
    width: 227px;
  }
}
@media (max-width: 576px) {
  .powerful-feature-section .powerful-feature-card.six .img-grp img {
    width: 100%;
  }
}

/*=====================================
  8.Home Page Area Section
========================================*/
.home-page-area .section-title {
  margin-bottom: 35px;
}
.home-page-area .section-title .demo-number {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .home-page-area .section-title .demo-number img {
    width: 220px;
  }
}
@media (max-width: 767px) {
  .home-page-area .section-title .demo-number img {
    width: 200px;
  }
}
@media (max-width: 576px) {
  .home-page-area .section-title .demo-number img {
    width: 180px;
  }
}
.home-page-area .feature-tag-list {
  display: flex;
  justify-content: center;
  gap: 35px;
  padding: 0;
  margin: 0;
  list-style: none;
}
@media (max-width: 767px) {
  .home-page-area .feature-tag-list {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.home-page-area .feature-tag-list li {
  display: flex;
  gap: 8px;
  padding: 10px 17px;
  border: 1px solid var(--borders-color);
  border-radius: 100px;
}
.home-page-area .feature-tag-list li span {
  color: var(--title-color);
  display: block;
  font-family: var(--font-archivo);
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
}
@media (max-width: 1199px) {
  .home-page-area .feature-tag-list li span {
    font-size: 17px;
  }
}
@media (max-width: 991px) {
  .home-page-area .feature-tag-list li span {
    font-size: 16px;
  }
}
.home-page-area .home-page-section-card {
  padding: 0 50px;
}
@media (max-width: 1799px) {
  .home-page-area .home-page-section-card {
    padding: 0 30px;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .home-page-area .home-page-section-card {
    padding: 0 20px;
  }
}
@media (max-width: 1399px) {
  .home-page-area .home-page-section-card {
    padding: 10px;
  }
}
@media (max-width: 576px) {
  .home-page-area .home-page-section-card {
    padding: 0;
  }
}
.home-page-area .home-page-section-card .home-page-card {
  text-align: center;
  position: relative;
}
.home-page-area .home-page-section-card .home-page-card .home-img {
  position: relative;
  display: block;
  border-radius: 15px;
}
@media (max-width: 576px) {
  .home-page-area .home-page-section-card .home-page-card .home-img {
    border-radius: 10px;
  }
}
.home-page-area .home-page-section-card .home-page-card .home-img img {
  border-radius: inherit;
}
.home-page-area .home-page-section-card .home-page-card .home-img .button-group {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 25px;
  opacity: 0;
  transform: scale(0.4);
  transition: all 0.5s ease-out;
  border-radius: inherit;
}
@media (max-width: 576px) {
  .home-page-area .home-page-section-card .home-page-card .home-img .button-group {
    gap: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home-page-area .home-page-section-card .home-page-card .home-img .button-group .primary-btn1 {
    padding: 14px 17px;
    font-size: 15px;
  }
}
@media (max-width: 576px) {
  .home-page-area .home-page-section-card .home-page-card .home-img .button-group .primary-btn1 {
    padding: 14px 17px;
    font-size: 15px;
  }
}
.home-page-area .home-page-section-card .home-page-card h4 {
  margin-top: 20px;
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home-page-area .home-page-section-card .home-page-card h4 {
    margin-top: 15px;
  }
}
@media (max-width: 576px) {
  .home-page-area .home-page-section-card .home-page-card h4 {
    margin-top: 15px;
  }
}
.home-page-area .home-page-section-card .home-page-card h4 a {
  font-family: var(--font-archivo);
  font-weight: 500;
  font-size: 22px;
  line-height: 1.2;
  transition: 0.35s;
  color: var(--title-color);
  background: linear-gradient(to bottom, var(--title-color) 0%, var(--title-color) 98%);
  background-repeat: no-repeat;
  background-size: 0px 1.5px;
  background-position: right 90%;
  transition: background-size 0.75s;
}
@media (max-width: 1199px) {
  .home-page-area .home-page-section-card .home-page-card h4 a {
    font-size: 20px;
  }
}
.home-page-area .home-page-section-card .home-page-card h4 a span {
  background: linear-gradient(to bottom, var(--primary-color1) 0%, var(--primary-color1) 98%);
  background-size: 0px 1px;
  background-repeat: no-repeat;
  background-position: right 90%;
  transition: background-size 0.75s;
}
.home-page-area .home-page-section-card .home-page-card h4 a span:hover {
  background-size: 100% 1px;
  background-position: 0% 90%;
  color: var(--primary-color1);
}
.home-page-area .home-page-section-card .home-page-card h4 a:hover {
  background-size: 100% 1.5px;
  background-position: left 90%;
}
.home-page-area .home-page-section-card .home-page-card h4 span {
  color: var(--title-color);
  font-family: var(--font-archivo);
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  display: inline-block;
  background-color: var(--primary-color1);
  padding: 4px 10px;
  border-radius: 100px;
}
.home-page-area .home-page-section-card .home-page-card .new-vector {
  position: absolute;
  left: 4px;
  top: 60px;
}
@media (max-width: 576px) {
  .home-page-area .home-page-section-card .home-page-card .new-vector {
    width: 70px;
    left: 6px;
  }
}
.home-page-area .home-page-section-card .home-page-card:hover .home-img .button-group {
  transform: scale(1);
  opacity: 1;
}
.home-page-area .btn {
  padding: 22px 33px;
  margin-bottom: 20px;
}
.home-page-area .btn::after {
  background-color: var(--black-color);
}
.home-page-area .btn:hover {
  color: var(--white-color);
}
.home-page-area .btn:hover svg {
  fill: var(--white-color);
}
.home-page-area p {
  color: var(--text-color);
  max-width: 400px;
  margin: 0 auto;
  font-family: var(--font-archivo);
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 0;
}

/*=====================================
  9.Product Support Section
========================================*/
.creative-layput-section {
  position: relative;
  background-image: url(../img/creative-layout-bg-img.png), linear-gradient(180deg, rgb(193, 232, 207) 0%, rgb(193, 232, 207) 100%);
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 20px;
  padding: 120px 0;
  margin: 0 50px 150px 50px;
}
@media (max-width: 1699px) {
  .creative-layput-section {
    margin: 0 30px 150px 30px;
  }
}
@media (max-width: 1399px) {
  .creative-layput-section {
    margin: 0 20px 150px 20px;
    padding: 100px 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .creative-layput-section {
    margin: 0 15px 120px 15px;
  }
}
@media (max-width: 991px) {
  .creative-layput-section {
    margin: 0 10px 110px 10px;
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .creative-layput-section {
    margin-bottom: 100px;
    border-radius: 15px;
  }
}
@media (max-width: 576px) {
  .creative-layput-section {
    padding: 70px 0;
    margin-bottom: 80px;
    border-radius: 10px;
  }
}
@media (max-width: 991px) {
  .creative-layput-section .creative-layout-img img {
    width: 500px;
  }
}
.creative-layput-section .creative-layout-content {
  margin-bottom: 100px;
}
@media (max-width: 1399px) {
  .creative-layput-section .creative-layout-content {
    margin-bottom: 70px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .creative-layput-section .creative-layout-content {
    margin-bottom: 50px;
  }
}
.creative-layput-section .creative-layout-content .tag {
  color: var(--title-color);
  font-family: var(--font-archivo);
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  display: inline-block;
  margin-bottom: 30px;
  padding: 7px 20px;
  border-radius: 27px;
  background-color: var(--white-color);
}
.creative-layput-section .creative-layout-content h2 {
  color: var(--title-color);
  font-family: var(--font-archivo);
  font-weight: 600;
  font-size: 50px;
  line-height: 55px;
  margin-bottom: 25px;
}
@media (max-width: 1399px) {
  .creative-layput-section .creative-layout-content h2 {
    font-size: 42px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1199px) {
  .creative-layput-section .creative-layout-content h2 {
    font-size: 38px;
    line-height: 48px;
  }
}
@media (max-width: 767px) {
  .creative-layput-section .creative-layout-content h2 {
    font-size: 35px;
  }
}
@media (max-width: 576px) {
  .creative-layput-section .creative-layout-content h2 {
    font-size: 29px;
    line-height: 41px;
  }
}
.creative-layput-section .creative-layout-content p {
  color: var(--text-color);
  font-family: var(--font-archivo);
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .creative-layput-section .creative-layout-content p {
    font-size: 17px;
  }
}
@media (max-width: 576px) {
  .creative-layput-section .creative-layout-content p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .creative-layput-section .creative-bottom-content img {
    width: 190px;
  }
}
@media (max-width: 576px) {
  .creative-layput-section .creative-bottom-content img {
    width: 170px;
  }
}
.creative-layput-section .creative-bottom-content .line {
  width: 100%;
  height: 1px;
  background-color: rgba(var(--title-color-opc), 0.1);
  margin-top: 20px;
  margin-bottom: 25px;
}
.creative-layput-section .creative-bottom-content h5 {
  color: var(--title-color);
  font-family: var(--font-archivo);
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 20px;
}
.creative-layput-section .creative-bottom-content p {
  color: var(--title-color);
  font-family: var(--font-archivo);
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 0;
}
@media (max-width: 1399px) {
  .creative-layput-section .creative-bottom-content p {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .creative-layput-section .creative-bottom-content p {
    font-size: 15px;
  }
}

/*=====================================
  10.Product Support Section
========================================*/
.product-support-section .product-support-card {
  padding: 30px 30px 30px 45px;
  border-radius: 20px;
  background-color: #F4DE9B;
}
@media (max-width: 1399px) {
  .product-support-section .product-support-card {
    padding: 45px 25px 45px 30px;
  }
}
@media (max-width: 767px) {
  .product-support-section .product-support-card {
    padding: 35px 25px 35px 30px;
  }
}
@media (max-width: 576px) {
  .product-support-section .product-support-card {
    padding: 30px 20px 35px 20px;
    border-radius: 15px;
  }
}
.product-support-section .product-support-card .content h2 {
  color: var(--title-color);
  font-family: var(--font-archivo);
  font-weight: 600;
  font-size: 35px;
  line-height: 45px;
  margin-bottom: 15px;
}
@media (max-width: 1399px) {
  .product-support-section .product-support-card .content h2 {
    font-size: 31px;
    line-height: 1.4;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .product-support-section .product-support-card .content h2 {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .product-support-section .product-support-card .content h2 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .product-support-section .product-support-card .content h2 {
    font-size: 28px;
  }
}
.product-support-section .product-support-card .content p {
  color: var(--title-color);
  font-family: var(--font-archivo);
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 35px;
}
@media (max-width: 1399px) {
  .product-support-section .product-support-card .content p {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .product-support-section .product-support-card .content p {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .product-support-section .product-support-card .content p {
    margin-bottom: 25px;
  }
}
@media (max-width: 576px) {
  .product-support-section .product-support-card .content p {
    font-size: 17px;
    margin-bottom: 20px;
  }
}
.product-support-section .product-support-card .content .primary-btn1 {
  padding: 21px 35px;
}
@media (max-width: 1399px) {
  .product-support-section .product-support-card .content .primary-btn1 {
    padding: 18px 24px;
  }
}
@media (max-width: 576px) {
  .product-support-section .product-support-card .content .primary-btn1 {
    padding: 18px 22px;
  }
}
.product-support-section .product-support-card .content .primary-btn1.two {
  background-color: #0871EA;
  color: var(--white-color);
}
.product-support-section .product-support-card .content .primary-btn1.two::after {
  background-color: var(--black-color);
}
.product-support-section .product-support-card.two {
  background-color: #99E4B4;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .product-support-section .icon img {
    max-height: 280px;
  }
}
@media (max-width: 767px) {
  .product-support-section .icon img {
    max-height: 280px;
  }
}

/*=====================================
  11.Inner Page Section
========================================*/
.innerpage-section {
  position: relative;
  background-image: url(../img/inner-page-bg-img.png), linear-gradient(180deg, rgb(2, 2, 2) 0%, rgb(2, 2, 2) 100%);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 120px 0;
  z-index: 1;
}
@media (max-width: 1199px) {
  .innerpage-section {
    padding: 100px 0;
  }
}
@media (max-width: 991px) {
  .innerpage-section {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .innerpage-section {
    padding: 70px 0;
  }
}
@media (max-width: 576px) {
  .innerpage-section .section-title h2 {
    font-size: 33px;
    line-height: 40px;
  }
}
.innerpage-section .section-title span {
  color: var(--title-color);
  font-family: var(--font-archivo);
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  display: inline-block;
  padding: 7px 16px;
  background-color: var(--primary-color1);
  border-radius: 100px;
  margin-bottom: 20px;
}
.innerpage-section .innerpage-slider-wrapper {
  padding: 0 47px;
}
@media (max-width: 1699px) {
  .innerpage-section .innerpage-slider-wrapper {
    padding: 0 20px;
  }
}
@media (max-width: 991px) {
  .innerpage-section .innerpage-slider-wrapper {
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .innerpage-section .innerpage-slider-wrapper {
    padding: 0;
  }
}
.innerpage-section .innerpage-slider-wrapper .marquee {
  display: flex;
  gap: 30px;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (max-width: 1199px) {
  .innerpage-section .innerpage-slider-wrapper .marquee {
    gap: 25px;
  }
}
@media (max-width: 576px) {
  .innerpage-section .innerpage-slider-wrapper .marquee {
    gap: 20px;
  }
}
.innerpage-section .innerpage-slider-wrapper .marquee .marquee__group {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 30px;
  min-width: 100%;
  animation: scroll-x-left 60s linear infinite;
}
@media (max-width: 1199px) {
  .innerpage-section .innerpage-slider-wrapper .marquee .marquee__group {
    gap: 25px;
  }
}
@media (max-width: 576px) {
  .innerpage-section .innerpage-slider-wrapper .marquee .marquee__group {
    gap: 20px;
  }
}
.innerpage-section .innerpage-slider-wrapper .marquee .marquee__group .inner-page-img {
  position: relative;
  max-width: 432px;
  width: 100%;
}
.innerpage-section .innerpage-slider-wrapper .marquee .marquee__group .inner-page-img img {
  border-radius: 15px;
}
@media (max-width: 767px) {
  .innerpage-section .innerpage-slider-wrapper .marquee .marquee__group .inner-page-img img {
    border-radius: 10px;
  }
}
.innerpage-section .innerpage-slider-wrapper .marquee .marquee__group .inner-page-img .button-group {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 25px;
  opacity: 0;
  transform: scale(0.4);
  transition: all 0.5s ease-out;
  border-radius: 15px;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .innerpage-section .innerpage-slider-wrapper .marquee .marquee__group .inner-page-img .button-group {
    gap: 20px;
  }
}
@media (max-width: 1399px) {
  .innerpage-section .innerpage-slider-wrapper .marquee .marquee__group .inner-page-img .button-group {
    gap: 15px;
  }
}
@media (max-width: 1199px) {
  .innerpage-section .innerpage-slider-wrapper .marquee .marquee__group .inner-page-img .button-group {
    gap: 15px;
  }
}
@media (max-width: 991px) {
  .innerpage-section .innerpage-slider-wrapper .marquee .marquee__group .inner-page-img .button-group {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .innerpage-section .innerpage-slider-wrapper .marquee .marquee__group .inner-page-img .button-group {
    border-radius: 10px;
  }
}
.innerpage-section .innerpage-slider-wrapper .marquee .marquee__group .inner-page-img .button-group .primary-btn1 {
  font-size: 15px;
  padding: 14px 20px;
}
@media (max-width: 1399px) {
  .innerpage-section .innerpage-slider-wrapper .marquee .marquee__group .inner-page-img .button-group .primary-btn1 {
    font-size: 14px;
    padding: 13px 17px;
  }
}
@media (max-width: 576px) {
  .innerpage-section .innerpage-slider-wrapper .marquee .marquee__group .inner-page-img .button-group .primary-btn1 {
    padding: 14px 17px;
    font-size: 15px;
  }
}
.innerpage-section .innerpage-slider-wrapper .marquee .marquee__group .inner-page-img:hover .button-group {
  transform: scale(1);
  opacity: 1;
}
@keyframes scroll-x-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.innerpage-section .innerpage-slider-wrapper .marquee.first-slider:hover .marquee__group {
  animation-play-state: paused;
}
.innerpage-section .innerpage-slider-wrapper .marquee.third-slider:hover .marquee__group {
  animation-play-state: paused;
}
.innerpage-section .innerpage-slider-wrapper .marquee.two .marquee__group {
  animation: scroll-x-reverse 60s linear infinite;
}
@keyframes scroll-x-reverse {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
.innerpage-section .innerpage-slider-wrapper .marquee.two:hover .marquee__group {
  animation-play-state: paused;
}
.innerpage-section .element-section {
  position: relative;
}
.innerpage-section .element-section .element-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  row-gap: 24px;
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .innerpage-section .element-section .element-list {
    gap: 15px;
    row-gap: 24px;
  }
}
@media (max-width: 576px) {
  .innerpage-section .element-section .element-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.innerpage-section .element-section .element-list .sinlge-element-list {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-archivo);
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  color: #F0F0F0;
  background-color: #1E1E1E;
  box-shadow: 0px 4px 4px 0px rgba(255, 255, 255, 0.2509803922) inset;
  padding: 15px 23px;
  border-radius: 100px;
  transition: all 0.5s;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .innerpage-section .element-section .element-list .sinlge-element-list {
    font-size: 17px;
  }
}
@media (max-width: 1399px) {
  .innerpage-section .element-section .element-list .sinlge-element-list {
    font-size: 17px;
    padding: 13px 20px;
  }
}
@media (max-width: 991px) {
  .innerpage-section .element-section .element-list .sinlge-element-list {
    font-size: 16px;
    padding: 12px 17px;
  }
}
@media (max-width: 767px) {
  .innerpage-section .element-section .element-list .sinlge-element-list {
    font-size: 15px;
  }
}
@media (max-width: 576px) {
  .innerpage-section .element-section .element-list .sinlge-element-list {
    font-size: 14px;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.innerpage-section .element-section .element-list .sinlge-element-list svg {
  fill: var(--white-color);
  transition: all 0.5s;
}
@media (max-width: 767px) {
  .innerpage-section .element-section .element-list .sinlge-element-list svg {
    width: 20px;
  }
}
@media (max-width: 576px) {
  .innerpage-section .element-section .element-list .sinlge-element-list svg {
    font-size: 16px;
  }
}
.innerpage-section .element-section .element-list .sinlge-element-list:hover {
  color: var(--primary-color1);
}
.innerpage-section .element-section .element-list .sinlge-element-list:hover svg {
  fill: var(--primary-color1);
}
.innerpage-section .element-section .elevate-banner-bg {
  position: relative;
  background-image: url(../img/elevate-bg-banner.png), linear-gradient(180deg, rgb(30, 30, 30) 0%, rgb(30, 30, 30) 100%);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 40px;
  border-radius: 20px;
}
@media (max-width: 1199px) {
  .innerpage-section .element-section .elevate-banner-bg {
    padding: 25px;
  }
}
.innerpage-section .element-section .elevate-banner-bg .elevate-content {
  max-width: 590px;
  width: 100%;
}
.innerpage-section .element-section .elevate-banner-bg .elevate-content h2 {
  color: var(--white-color);
  margin-bottom: 10px;
  font-family: var(--font-archivo);
  font-weight: 600;
  font-size: 28px;
  line-height: 36px;
}
@media (max-width: 767px) {
  .innerpage-section .element-section .elevate-banner-bg .elevate-content h2 {
    font-size: 24px;
  }
}
@media (max-width: 576px) {
  .innerpage-section .element-section .elevate-banner-bg .elevate-content h2 {
    font-size: 21px;
    line-height: 32px;
  }
}
.innerpage-section .element-section .elevate-banner-bg .elevate-content p {
  color: #999999;
  font-family: var(--font-archivo);
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .innerpage-section .element-section .elevate-banner-bg .elevate-content p {
    font-size: 16px;
  }
}
.innerpage-section .element-section .elevate-banner-bg .elevate-content .primary-btn1 {
  padding: 15px 28px;
}
.innerpage-section .vector1 {
  position: absolute;
  right: 17%;
  bottom: 11%;
  z-index: -1;
}
@media (max-width: 1899px) {
  .innerpage-section .vector1 {
    right: 14%;
  }
}
@media (max-width: 1699px) {
  .innerpage-section .vector1 {
    right: 10%;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .innerpage-section .vector1 {
    right: 4%;
  }
}
@media (max-width: 1399px) {
  .innerpage-section .vector1 {
    right: 0;
    bottom: 9%;
    width: 150px;
  }
}
@media (max-width: 991px) {
  .innerpage-section .vector1 {
    display: none;
  }
}
.innerpage-section .vector2 {
  position: absolute;
  left: 10%;
  bottom: 31%;
  z-index: -1;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .innerpage-section .vector2 {
    left: -4%;
    bottom: 33%;
  }
}
@media (max-width: 1399px) {
  .innerpage-section .vector2 {
    left: -5%;
    bottom: 33%;
  }
}
@media (max-width: 991px) {
  .innerpage-section .vector2 {
    display: none;
  }
}

/*=====================================
  12.More Feature Section
========================================*/
.more-feature-section .more-feature-card {
  position: relative;
  background-image: url(../img/more-feature-card-bg-img.png), linear-gradient(180deg, rgb(2, 2, 2) 0%, rgb(2, 2, 2) 100%);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 40px 0 40px;
  border-radius: 20px;
}
@media (max-width: 1199px) {
  .more-feature-section .more-feature-card {
    padding: 40px 35px 0 35px;
  }
}
@media (max-width: 767px) {
  .more-feature-section .more-feature-card {
    border-radius: 15px;
    padding: 40px 25px 0 25px;
  }
}
@media (max-width: 576px) {
  .more-feature-section .more-feature-card {
    border-radius: 10px;
    padding: 35px 20px 0 20px;
  }
}
.more-feature-section .more-feature-card .more-feature-content {
  margin-bottom: 35px;
}
.more-feature-section .more-feature-card .more-feature-content h2 {
  max-width: 439px;
  color: var(--white-color);
  margin-bottom: 0;
  font-family: var(--font-archivo);
  font-weight: 600;
  font-size: 35px;
  line-height: 40px;
}
@media (max-width: 1399px) {
  .more-feature-section .more-feature-card .more-feature-content h2 {
    font-size: 33px;
  }
}
@media (max-width: 1199px) {
  .more-feature-section .more-feature-card .more-feature-content h2 {
    font-size: 29px;
    line-height: 37px;
  }
}
@media (max-width: 767px) {
  .more-feature-section .more-feature-card .more-feature-content h2 {
    font-size: 26px;
    line-height: 33px;
  }
}
@media (max-width: 576px) {
  .more-feature-section .more-feature-card .more-feature-content h2 {
    font-size: 20px;
    line-height: 29px;
  }
}
.more-feature-section .more-feature-card .more-feature-content h2 span {
  color: #999999;
}
.more-feature-section .more-feature-card > img {
  border-radius: 20px 20px 0 0;
}
@media (max-width: 767px) {
  .more-feature-section .more-feature-card > img {
    border-radius: 15px 15px 0 0;
  }
}
@media (max-width: 576px) {
  .more-feature-section .more-feature-card > img {
    border-radius: 10px 10px 0 0;
  }
}
.more-feature-section .more-feature-card.two {
  background-image: url(../img/more-feature-card-bg-img2.png), linear-gradient(180deg, rgb(212, 223, 252) 0%, rgb(212, 223, 252) 100%);
  position: relative;
}
.more-feature-section .more-feature-card.two .more-feature-content {
  margin-bottom: 52px;
}
.more-feature-section .more-feature-card.two .more-feature-content h2 {
  color: var(--title-color);
}
.more-feature-section .more-feature-card.two .vector {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 576px) {
  .more-feature-section .more-feature-card.two .vector {
    width: 60px;
  }
}
.more-feature-section .more-feature-card.three {
  background: #C1E8CF;
  padding: 50px 60px 50px 40px;
}
@media (max-width: 767px) {
  .more-feature-section .more-feature-card.three {
    padding: 40px 40px 40px 30px;
  }
}
@media (max-width: 576px) {
  .more-feature-section .more-feature-card.three {
    padding: 35px 30px 35px 20px;
  }
}
.more-feature-section .more-feature-card.three .more-feature-content {
  margin-bottom: unset;
}
.more-feature-section .more-feature-card.three .more-feature-content > span {
  color: var(--title-color);
  display: inline-block;
  font-family: var(--font-archivo);
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  background-color: var(--white-color);
  padding: 8px 18px;
  border-radius: 100px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .more-feature-section .more-feature-card.three .more-feature-content > span {
    font-size: 17px;
  }
}
.more-feature-section .more-feature-card.three .more-feature-content h2 {
  max-width: unset;
  color: var(--title-color);
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .more-feature-section .more-feature-card.three .more-feature-content h2 {
    margin-bottom: 40px;
  }
}
.more-feature-section .more-feature-card.three .more-feature-content .btn-and-text .primary-btn1 {
  padding: 15px 26px;
  margin-bottom: 15px;
}
.more-feature-section .more-feature-card.three .more-feature-content .btn-and-text p {
  color: var(--title-color);
  margin-bottom: 0;
  font-family: var(--font-archivo);
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  max-width: 397px;
  width: 100%;
}
@media (max-width: 576px) {
  .more-feature-section .more-feature-card.three .more-feature-content .btn-and-text p {
    font-size: 15px;
    line-height: 21px;
  }
}
.more-feature-section .more-feature-card.three .more-feature-card-img {
  position: relative;
}
.more-feature-section .more-feature-card.three .more-feature-card-img > img {
  max-width: 532px;
  width: 100%;
}
.more-feature-section .more-feature-card.three .more-feature-card-img .vector2 {
  position: absolute;
  bottom: 23px;
  right: 42px;
}
@media (max-width: 767px) {
  .more-feature-section .more-feature-card.three .more-feature-card-img .vector2 {
    display: none;
  }
}

/*=====================================
  13.Feature Section
========================================*/
.feature-section .feature-tag-list {
  display: flex;
  justify-content: center;
  gap: 35px;
  padding: 0;
  margin: 0;
  list-style: none;
}
@media (max-width: 767px) {
  .feature-section .feature-tag-list {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.feature-section .feature-tag-list li {
  display: flex;
  gap: 8px;
  padding: 10px 17px;
  border: 1px solid var(--borders-color);
  border-radius: 100px;
}
.feature-section .feature-tag-list li span {
  color: var(--title-color);
  display: block;
  font-family: var(--font-archivo);
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
}
@media (max-width: 1199px) {
  .feature-section .feature-tag-list li span {
    font-size: 17px;
  }
}
.feature-section .features {
  --cardW: 180px;
  --unit: calc(var(--cardW) / 2);
  display: grid;
  grid-template-columns: repeat(12, var(--unit));
  gap: 30px;
  justify-content: center;
  align-content: start;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .feature-section .features {
    gap: 23px;
  }
}
@media (max-width: 1399px) {
  .feature-section .features {
    gap: 18px;
    --cardW: 160px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .feature-section .features {
    --cardW: 125px;
  }
}
@media (max-width: 991px) {
  .feature-section .features {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    justify-content: stretch;
  }
}
@media (max-width: 767px) {
  .feature-section .features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 576px) {
  .feature-section .features {
    grid-template-columns: 1fr;
  }
}
.feature-section .features .item {
  grid-column: span 2;
  background-color: #F0F0F0;
  border-radius: 10px;
  padding: 34px;
  text-align: center;
  border: 1px solid transparent;
  transition: all 0.5s;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .feature-section .features .item {
    padding: 32px 15px;
  }
}
@media (max-width: 991px) {
  .feature-section .features .item {
    grid-column: auto !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .feature-section .features .item {
    padding: 34px 9px;
  }
}
@media (max-width: 991px) {
  .feature-section .features .item {
    padding: 30px 15px;
  }
}
.feature-section .features .item svg {
  fill: var(--title-color);
  margin-bottom: 25px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .feature-section .features .item svg {
    width: 40px;
  }
}
@media (max-width: 991px) {
  .feature-section .features .item svg {
    width: 45px;
  }
}
.feature-section .features .item h6 {
  color: #404040;
  font-family: var(--font-archivo);
  font-weight: 500;
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 0;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .feature-section .features .item h6 {
    font-size: 17px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .feature-section .features .item h6 {
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  .feature-section .features .item h6 {
    font-size: 16px;
  }
}
.feature-section .features .item:nth-child(11n+1) {
  grid-column: 2/span 2;
}
.feature-section .features .item:nth-child(11n+6) {
  grid-column: 1/span 2;
}

/*=====================================
  14.Responsive Section
========================================*/
.responsive-section .responsive-card {
  background-image: url(../img/responsive-card-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 40px;
  border-radius: 20px;
  position: relative;
}
@media (max-width: 1199px) {
  .responsive-section .responsive-card {
    padding: 45px 30px;
  }
}
@media (max-width: 767px) {
  .responsive-section .responsive-card {
    border-radius: 15px;
  }
}
@media (max-width: 576px) {
  .responsive-section .responsive-card {
    padding: 40px 15px;
    border-radius: 10px;
  }
}
.responsive-section .responsive-card .responsive-card-content {
  margin-bottom: 50px;
  max-width: 470px;
  width: 100%;
}
@media (max-width: 576px) {
  .responsive-section .responsive-card .responsive-card-content {
    margin-bottom: 35px;
  }
}
.responsive-section .responsive-card .responsive-card-content h2 {
  color: var(--white-color);
  font-family: var(--font-archivo);
  font-weight: 600;
  font-size: 35px;
  line-height: 40px;
  margin-bottom: 15px;
}
@media (max-width: 1399px) {
  .responsive-section .responsive-card .responsive-card-content h2 {
    font-size: 32px;
  }
}
@media (max-width: 1199px) {
  .responsive-section .responsive-card .responsive-card-content h2 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .responsive-section .responsive-card .responsive-card-content h2 {
    font-size: 28px;
    line-height: 35px;
  }
}
@media (max-width: 576px) {
  .responsive-section .responsive-card .responsive-card-content h2 {
    font-size: 25px;
    line-height: 33px;
  }
}
.responsive-section .responsive-card .responsive-card-content p {
  color: #999999;
  font-family: var(--font-archivo);
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 0;
}
@media (max-width: 576px) {
  .responsive-section .responsive-card .responsive-card-content p {
    font-size: 16px;
  }
}
.responsive-section .responsive-card .vector {
  position: absolute;
  bottom: 40px;
  right: 120px;
}
@media (max-width: 1199px) {
  .responsive-section .responsive-card .vector {
    width: 130px;
  }
}
@media (max-width: 576px) {
  .responsive-section .responsive-card .vector {
    width: 80px;
    bottom: 65px;
  }
}
.responsive-section .responsive-card.two {
  background: #020202;
}

/*=====================================
  15.Footer Section
========================================*/
footer {
  position: relative;
  background-image: url(../img/footer-bg.png), linear-gradient(180deg, rgb(2, 2, 2) 0%, rgb(2, 2, 2) 100%);
  background-size: cover;
  background-repeat: no-repeat;
}
footer .footer-top {
  padding-top: 120px;
}
@media (max-width: 1199px) {
  footer .footer-top {
    padding-top: 100px;
  }
}
@media (max-width: 767px) {
  footer .footer-top {
    padding-top: 80px;
  }
}
footer .footer-top h2 {
  font-family: var(--font-archivo);
  font-weight: 600;
  font-size: 100px;
  line-height: 90px;
  text-align: center;
  color: var(--white-color);
  margin-bottom: 60px;
}
@media (max-width: 1699px) {
  footer .footer-top h2 {
    font-size: 90px;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  footer .footer-top h2 {
    font-size: 82px;
  }
}
@media (max-width: 1399px) {
  footer .footer-top h2 {
    font-size: 75px;
    margin-bottom: 40px;
    line-height: 80px;
  }
}
@media (max-width: 1199px) {
  footer .footer-top h2 {
    font-size: 67px;
    line-height: 70px;
  }
}
@media (max-width: 991px) {
  footer .footer-top h2 {
    font-size: 63px;
  }
}
@media (max-width: 767px) {
  footer .footer-top h2 {
    font-size: 55px;
    line-height: 61px;
  }
}
@media (max-width: 576px) {
  footer .footer-top h2 {
    font-size: 38px;
    line-height: 45px;
    margin-bottom: 35px;
  }
}
footer .footer-top .primary-btn1 {
  justify-content: center;
  margin-bottom: 20px;
  padding: 22px 35px;
  font-size: 16px;
  font-weight: 600;
}
@media (max-width: 767px) {
  footer .footer-top .primary-btn1 {
    padding: 19px 31px;
  }
}
@media (max-width: 576px) {
  footer .footer-top .primary-btn1 {
    padding: 16px 21px;
    font-size: 15px;
  }
}
footer .footer-top p {
  font-family: var(--font-archivo);
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #999999;
  max-width: 400px;
  margin: 0 auto 70px;
}
@media (max-width: 767px) {
  footer .footer-top p {
    margin: 0 auto 40px;
  }
}
@media (max-width: 576px) {
  footer .footer-top p {
    font-size: 16px;
  }
}
footer .footer-top .author-feature-wrapper {
  padding: 40px 60px;
  background-color: #1E1E1E;
  border-radius: 20px;
}
@media (max-width: 1199px) {
  footer .footer-top .author-feature-wrapper {
    padding: 40px 25px;
  }
}
@media (max-width: 767px) {
  footer .footer-top .author-feature-wrapper {
    border-radius: 15px;
  }
}
@media (max-width: 576px) {
  footer .footer-top .author-feature-wrapper {
    padding: 30px 15px;
    border-radius: 15px;
  }
}
footer .footer-top .author-feature-wrapper .author-feature-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  footer .footer-top .author-feature-wrapper .author-feature-list {
    flex-wrap: wrap;
    gap: 20px;
  }
}
@media (max-width: 576px) {
  footer .footer-top .author-feature-wrapper .author-feature-list {
    gap: 25px;
  }
}
footer .footer-top .author-feature-wrapper .author-feature-list .single-author-feature {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
}
footer .footer-top .author-feature-wrapper .author-feature-list .single-author-feature::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -76px;
  width: 1px;
  height: 50px;
  background-color: rgba(var(--white-color-opc), 0.15);
}
@media (max-width: 1399px) {
  footer .footer-top .author-feature-wrapper .author-feature-list .single-author-feature::after {
    left: -46px;
  }
}
@media (max-width: 1199px) {
  footer .footer-top .author-feature-wrapper .author-feature-list .single-author-feature::after {
    left: -30px;
  }
}
@media (max-width: 991px) {
  footer .footer-top .author-feature-wrapper .author-feature-list .single-author-feature::after {
    display: none;
  }
}
footer .footer-top .author-feature-wrapper .author-feature-list .single-author-feature:first-child::after {
  display: none;
}
@media (max-width: 576px) {
  footer .footer-top .author-feature-wrapper .author-feature-list .single-author-feature img {
    width: 40px;
  }
}
footer .footer-top .author-feature-wrapper .author-feature-list .single-author-feature span {
  color: var(--white-color);
  display: block;
  font-family: var(--font-archivo);
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
}
@media (max-width: 1199px) {
  footer .footer-top .author-feature-wrapper .author-feature-list .single-author-feature span {
    font-size: 17px;
  }
}
@media (max-width: 576px) {
  footer .footer-top .author-feature-wrapper .author-feature-list .single-author-feature span {
    font-size: 16px;
  }
}
footer .footer-bottom .copyright {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 25px 0;
}
footer .footer-bottom .copyright svg {
  fill: var(--white-color);
}
footer .footer-bottom .copyright p {
  font-family: var(--font-archivo);
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  color: #999999;
  margin-bottom: 0;
  line-height: 1;
}
@media (max-width: 576px) {
  footer .footer-bottom .copyright p {
    font-size: 13px;
  }
}
footer .footer-bottom .copyright p a {
  color: var(--white-color);
  background: linear-gradient(to bottom, var(--white-color) 0%, var(--white-color) 98%);
  background-size: 0px 1px;
  background-repeat: no-repeat;
  background-position: right 90%;
  transition: background-size 0.75s;
}
footer .footer-bottom .copyright p a:hover {
  background-size: 100% 1px;
  background-position: 0% 90%;
}

.icv__icv--vertical .icv__theme-wrapper {
  height: 48px;
  width: 48px;
  background: var(--primary-color1);
  border-radius: 50%;
}

.icv__icv--vertical .icv__control-line {
  background-color: transparent !important;
  height: 0 !important;
}

.icv__arrow-wrapper svg {
  width: 13px;
}
.icv__arrow-wrapper svg path {
  fill: var(--black-color);
}/*# sourceMappingURL=style.css.map */