/*===========================
Project Name: Zenfy - HTML 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=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Lora:ital,wght@0,400..700;1,400..700&family=SUSE:wght@100..800&display=swap");
* {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

:root {
  --font-suse: "SUSE", sans-serif;
  --font-dmsans: "DM Sans", sans-serif;
  --white-color: #fff;
  --black-color: #000;
  --black-color2: #1C1A1E;
  --title-color: #1C1A1E;
  --title-color-opc: 28, 26, 30;
  --text-color: #545454;
  --text-color-opc: 84, 84, 84;
  --text-color2: #A0A0A0;
  --primary-color1: #5956E9;
  --primary-color2: #78EA53;
  --borders-color: #eee;
}

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

body {
  margin: 0;
  padding: 0;
  font-family: var(--font-suse);
  color: var(--title-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}
body.style-2 {
  background: #F7F6F1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-suse);
  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-dmsans);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

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

.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-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-btn {
  color: var(--white-color);
  font-family: var(--font-dmsans);
  font-size: 16px;
  font-weight: 700;
  background-color: var(--primary-color1);
  padding: 15px 25px;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  z-index: 1;
  border-radius: 10px;
  transition: all 0.6s;
  display: inline-flex;
  align-items: center;
  line-height: 1;
  gap: 8px;
}
.primary-btn svg {
  fill: none;
  stroke: var(--white-color);
  transition: all 0.6s;
}
.primary-btn svg.vector {
  fill: var(--white-color);
  stroke: none;
}
.primary-btn span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 36px;
  background-color: var(--black-color2);
  transition: all 0.6s;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.primary-btn:hover {
  color: var(--white-color);
}
.primary-btn:hover svg {
  stroke: var(--white-color);
}
.primary-btn:hover svg.vector {
  fill: var(--white-color);
  stroke: none;
}
.primary-btn:hover span {
  width: 225%;
  height: 1000.5px;
}
.primary-btn.white-bg {
  background-color: var(--white-color);
  color: var(--title-color);
}
.primary-btn.white-bg svg {
  stroke: var(--title-color);
}
.primary-btn.white-bg svg.vector {
  stroke: none;
  fill: var(--title-color);
}
.primary-btn.white-bg span {
  background-color: var(--primary-color1);
}
.primary-btn.white-bg:hover {
  color: var(--white-color);
}
.primary-btn.white-bg:hover svg {
  stroke: var(--white-color);
}
.primary-btn.white-bg:hover svg.vector {
  fill: var(--white-color);
  stroke: none;
}
.primary-btn.two {
  background-color: var(--primary-color2);
  color: var(--title-color);
}
.primary-btn.two svg {
  stroke: var(--title-color);
}
.primary-btn.two svg.vector {
  stroke: none;
  fill: var(--title-color);
}
.primary-btn.two span {
  background-color: var(--black-color2);
}
.primary-btn.two:hover {
  color: var(--white-color);
}
.primary-btn.two:hover svg {
  stroke: var(--white-color);
}
.primary-btn.two:hover svg.vector {
  fill: var(--white-color);
  stroke: none;
}
.primary-btn.transparent {
  background-color: transparent;
  border: 1px solid var(--borders-color);
  color: var(--title-color);
}
.primary-btn.transparent svg {
  stroke: var(--title-color);
}
.primary-btn.transparent:hover {
  color: var(--white-color);
}
.primary-btn.transparent:hover svg {
  stroke: var(--white-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(--white-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: var(--primary-color1);
  /* Note: border width handled through JS */
}

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

#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 {
  color: var(--title-color);
  font-family: var(--font-suse);
  font-size: 55px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0;
}
@media (max-width: 1399px) {
  .section-title h2 {
    font-size: 52px;
  }
}
@media (max-width: 1199px) {
  .section-title h2 {
    font-size: 45px;
  }
}
@media (max-width: 576px) {
  .section-title h2 {
    font-size: 38px;
  }
}
.section-title p {
  color: var(--text-color);
  font-family: var(--font-dmsans);
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 0;
  padding-top: 15px;
}

/*=====================================
  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 130px;
}
@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: #181515;
  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: 142px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  header.style-1 .company-logo img {
    width: 130px;
  }
}
@media (max-width: 576px) {
  header.style-1 .company-logo img {
    width: 130px;
  }
}
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 .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 var(--borders-color);
    background-color: var(--dark-white-color);
  }
  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% {
    -webkit-clip-path: inset(-2px -2px);
    clip-path: inset(-2px -2px);
  }
  42% {
    -webkit-clip-path: inset(-2px -2px -2px 100%);
    clip-path: inset(-2px -2px -2px 100%);
  }
  43% {
    -webkit-clip-path: inset(-2px 100% -3px -2px);
    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-dmsans);
  font-weight: 600;
  font-size: 16px;
  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(--title-color);
  font-weight: 500;
  font-family: var(--font-suse);
  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::before {
    background: linear-gradient(90deg, #ddd, #EFB93F, #ddd);
  }
}
header.style-1 .main-menu > ul > li ul.sub-menu > li > a:hover {
  color: var(--primary-color1);
}
header.style-1 .main-menu > ul > li ul.sub-menu > li > a:hover::before {
  transform: scale(1);
}
header.style-1 .main-menu > ul > li ul.sub-menu > li > a.active {
  color: var(--primary-color1);
}
header.style-1 .main-menu > ul > li ul.sub-menu > li > a.active::before {
  transform: scale(1);
}
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(--primary-color1);
}
header.style-1 .main-menu > ul > li ul.sub-menu > li:hover .dropdown-icon {
  color: var(--primary-color1);
}
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: 53%;
  transform: translateY(-50%);
  font-size: 10px;
  color: #999999;
  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 {
  border-color: var(--white-color);
}
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(--white-color);
}
header.style-1 .main-menu > ul > li.active > a {
  color: var(--white-color);
  border-color: var(--white-color);
}
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(--white-color);
}
header.style-1 .main-menu > ul li.menu-item-has-children > i {
  display: none;
}
@media (min-width: 992px) and (max-width: 1199px) {
  header.style-1 .primary-btn {
    font-size: 15px;
    padding: 14px 19px;
  }
}
header.style-1 .mobile-logo-area .mobile-logo-wrap img {
  width: 130px;
}
header.style-1 .mobile-logo-area .menu-close-btn {
  height: 38px;
  width: 38px;
  border-radius: 10px;
  border: 1px solid var(--borders-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(--white-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(--title-color);
    border-right: 1px solid #2f2f2f;
    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 > 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;
    display: block;
    border: unset;
  }
  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 {
    color: var(--white-color);
    padding: 12px 0px;
  }
  header.style-1 .main-menu > ul > li ul.sub-menu > li a:hover {
    color: var(--primary-color1);
    margin-left: 10px;
  }
  header.style-1 .main-menu > ul > li ul.sub-menu > li a.active {
    color: var(--primary-color1);
  }
  header.style-1 .main-menu > ul > li ul.sub-menu > li i {
    color: var(--primary-color1);
    right: -13px;
  }
  header.style-1 .main-menu > ul > li:hover > a {
    color: var(--primary-color1);
  }
  header.style-1 .main-menu > ul > li:hover i {
    color: var(--primary-color1);
  }
  header.style-1 .main-menu > ul > li.active > a {
    color: var(--primary-color1);
  }
  header.style-1 .main-menu > ul > li .bi {
    top: 13px;
    font-size: 20px;
    color: var(--white-color);
    line-height: 1;
  }
  header.style-1 .main-menu > ul li.menu-item-has-children > i {
    display: block;
  }
  header.style-1 .primary-btn {
    width: 100%;
    justify-content: center;
  }
}

/*=====================================
  5.Home1 Banner section
========================================*/
.home1-banner-section {
  background-image: url(../img/banner-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding: 190px 0 120px;
  overflow: hidden;
  z-index: 1;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .home1-banner-section {
    padding: 160px 0 100px;
  }
}
@media (max-width: 1399px) {
  .home1-banner-section {
    padding: 160px 0 100px;
  }
}
@media (max-width: 991px) {
  .home1-banner-section {
    padding: 190px 0 120px;
  }
}
@media (max-width: 576px) {
  .home1-banner-section {
    padding: 170px 0 100px;
  }
}
.home1-banner-section .banner-content {
  position: relative;
}
.home1-banner-section .banner-content .sub-title {
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .home1-banner-section .banner-content .sub-title {
    margin-bottom: 10px;
  }
}
.home1-banner-section .banner-content .sub-title span {
  color: var(--white-color);
  font-family: var(--font-dmsans);
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  padding: 7px 18px;
  background-color: #181515;
  display: inline-block;
  z-index: 1;
  overflow: hidden;
  position: relative;
}
.home1-banner-section .banner-content .sub-title span::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  background: linear-gradient(90deg, #AE10F9 0%, #A8F368 40%, #E9D022 100%);
  border-radius: 100px;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  z-index: -1;
}
.home1-banner-section .banner-content h1 {
  color: var(--white-color);
  font-family: var(--font-suse);
  font-size: 65px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 40px;
}
@media (max-width: 1399px) {
  .home1-banner-section .banner-content h1 {
    font-size: 60px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home1-banner-section .banner-content h1 {
    font-size: 55px;
  }
}
@media (max-width: 576px) {
  .home1-banner-section .banner-content h1 {
    font-size: 47px;
  }
}
.home1-banner-section .banner-content .counter-wrap {
  margin: 0;
  padding: 0;
  list-style: none;
  max-width: 434px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
}
@media (max-width: 1399px) {
  .home1-banner-section .banner-content .counter-wrap {
    max-width: 400px;
  }
}
@media (max-width: 767px) {
  .home1-banner-section .banner-content .counter-wrap {
    margin-bottom: 50px;
  }
}
@media (max-width: 576px) {
  .home1-banner-section .banner-content .counter-wrap {
    max-width: 300px;
    margin-bottom: 40px;
  }
}
.home1-banner-section .banner-content .counter-wrap li {
  line-height: 1;
}
.home1-banner-section .banner-content .counter-wrap li h2 {
  color: #FFF;
  font-family: var(--font-suse);
  font-size: 45px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0;
}
@media (max-width: 576px) {
  .home1-banner-section .banner-content .counter-wrap li h2 {
    font-size: 40px;
  }
}
.home1-banner-section .banner-content .counter-wrap li p {
  color: var(--white-color);
  font-family: var(--font-dmsans);
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  margin-bottom: 0;
}
.home1-banner-section .banner-content .counter-wrap li svg {
  fill: #75E850;
}
.home1-banner-section .banner-content .btn-grp {
  display: flex;
  align-items: center;
  gap: 40px;
}
.home1-banner-section .banner-content .btn-grp .primary-btn {
  padding: 20px 35px;
}
.home1-banner-section .banner-content .btn-grp .primary-btn span {
  background-color: var(--white-color);
}
.home1-banner-section .banner-content .btn-grp .primary-btn:hover {
  color: var(--title-color);
}
.home1-banner-section .banner-content .btn-grp .primary-btn:hover svg {
  stroke: var(--title-color);
}
.home1-banner-section .banner-content .btn-grp .primary-btn:hover svg.vector {
  fill: var(--title-color);
  stroke: none;
}
.home1-banner-section .banner-content .btn-grp .primary-btn.two {
  padding: 19px 35px;
}
.home1-banner-section .banner-img {
  position: relative;
}
.home1-banner-section .banner-img svg {
  position: absolute;
}
.home1-banner-section .banner-img svg.vector1 {
  top: 28%;
  left: -18%;
  animation: rotateAnimation 5s linear infinite;
}
.home1-banner-section .banner-img svg.vector1 path {
  fill: var(--white-color);
}
.home1-banner-section .banner-img svg.vector1 path:last-child {
  fill: #78EA53;
}
.home1-banner-section .banner-img svg.vector2 {
  bottom: 40%;
  right: -35px;
  animation: up-down2 2s linear infinite alternate;
}
.home1-banner-section .banner-img svg.vector2 path {
  fill: #78EA53;
}
.home1-banner-section .banner-img svg.vector2 path:last-child {
  fill: var(--white-color);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home1-banner-section .banner-img svg.vector2 {
    right: -15px;
  }
}
@keyframes rotateAnimation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes up-down2 {
  0% {
    transform: translateY(35px);
  }
  50% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(35px);
  }
}

.features-section {
  scroll-margin-top: 100px;
}
.features-section .features-bottom-area {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%), url(../img/features-bottom-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 29px 88px;
  border-radius: 20px;
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 1399px) {
  .features-section .features-bottom-area {
    padding: 28px 80px;
  }
}
@media (max-width: 1199px) {
  .features-section .features-bottom-area {
    padding: 28px 60px;
  }
}
@media (max-width: 991px) {
  .features-section .features-bottom-area {
    padding: 28px 35px;
    background-position: 70%;
  }
}
@media (max-width: 767px) {
  .features-section .features-bottom-area {
    flex-wrap: wrap;
    gap: 25px;
  }
}
@media (max-width: 576px) {
  .features-section .features-bottom-area {
    border-radius: 15px;
    padding: 28px 20px;
  }
}
.features-section .features-bottom-area .content {
  max-width: 390px;
  width: 100%;
}
.features-section .features-bottom-area .content h4 {
  color: var(--white-color);
  font-family: var(--font-suse);
  font-weight: 700;
  font-size: 28px;
  line-height: 1.4;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .features-section .features-bottom-area .content h4 {
    font-size: 25px;
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .features-section .features-bottom-area .content h4 {
    font-size: 23px;
  }
}
.features-section .features-bottom-area .content p {
  color: var(--white-color);
  font-family: var(--font-suse);
  font-weight: 600;
  font-size: 18px;
  line-height: 22.68px;
  margin-bottom: 0;
}

.single-kye-features {
  background-color: #C1E8CF;
  padding: 40px 30px 0;
  border-radius: 10px;
}
@media (max-width: 1399px) {
  .single-kye-features {
    padding: 40px 25px 0;
  }
}
.single-kye-features .kye-features-content {
  margin-bottom: 30px;
}
.single-kye-features .kye-features-content h3 {
  color: var(--title-color);
  font-family: var(--font-suse);
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 15px;
}
.single-kye-features .kye-features-content p {
  color: var(--text-color);
  font-family: var(--font-dmsans);
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 0;
}
.single-kye-features .kye-features-img img {
  border-radius: 10px 10px 0 0;
}
@media (max-width: 991px) {
  .single-kye-features .kye-features-img img {
    width: 100%;
  }
}
.single-kye-features.two {
  background-color: #F4DE9B;
}
.single-kye-features.three {
  background-color: #D4DFFC;
}

.home-page-area {
  scroll-margin-top: 100px;
}
.home-page-area .section-title h2 {
  max-width: 540px;
  width: 100%;
  margin: 0 auto;
}
.home-page-area .section-title ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  padding-top: 35px;
}
@media (max-width: 576px) {
  .home-page-area .section-title ul {
    gap: 16px;
    padding-top: 30px;
  }
}
.home-page-area .section-title ul li {
  color: var(--title-color);
  font-family: var(--font-suse);
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  display: inline-block;
  padding: 6px 22px;
  border-radius: 18px;
  border: 1px solid var(--borders-color);
}
@media (max-width: 576px) {
  .home-page-area .section-title ul li {
    padding: 6px 18px;
    font-size: 16px;
  }
}
.home-page-area .home-page-card {
  background-size: cover;
  background-repeat: no-repeat;
  padding: 40px 15px 15px;
  border-radius: 20px;
  text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home-page-area .home-page-card {
    padding: 35px 10px 15px;
  }
}
@media (max-width: 576px) {
  .home-page-area .home-page-card {
    padding: 35px 10px 15px;
    border-radius: 15px;
  }
}
.home-page-area .home-page-card .home-img {
  position: relative;
}
.home-page-area .home-page-card .home-img img {
  border-radius: 10px;
}
.home-page-area .home-page-card .home-img .home-version {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: scaleY(0);
  transform-origin: bottom;
  transition: 0.5s;
}
.home-page-area .home-page-card .home-img .home-version ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.home-page-area .home-page-card .home-img .home-version ul li {
  margin-bottom: 15px;
}
.home-page-area .home-page-card .home-img .home-version ul li:last-child {
  margin-bottom: 0;
}
.home-page-area .home-page-card .home-img .home-version ul li a {
  color: var(--primary-color1);
  font-family: var(--font-suse);
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 8px 21px;
  background-color: var(--white-color);
  border: 1px solid var(--primary-color1);
  border-radius: 18px;
  transition: 0.5s;
}
.home-page-area .home-page-card .home-img .home-version ul li a svg {
  fill: var(--primary-color1);
  transition: 0.5s;
}
.home-page-area .home-page-card .home-img .home-version ul li a.light {
  background-color: var(--primary-color1);
  color: var(--white-color);
}
.home-page-area .home-page-card .home-img .home-version ul li a.light svg {
  fill: var(--white-color);
}
.home-page-area .home-page-card h4 {
  margin-top: 20px;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home-page-area .home-page-card h4 {
    margin-top: 15px;
  }
}
@media (max-width: 576px) {
  .home-page-area .home-page-card h4 {
    margin-top: 15px;
  }
}
.home-page-area .home-page-card h4 a {
  color: var(--title-color);
  font-family: var(--font-suse);
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2;
  transition: 0.35s;
}
@media (max-width: 1399px) {
  .home-page-area .home-page-card h4 a {
    font-size: 26px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home-page-area .home-page-card h4 a {
    font-size: 24px;
  }
}
@media (max-width: 576px) {
  .home-page-area .home-page-card h4 a {
    font-size: 24px;
  }
}
.home-page-area .home-page-card h4 a:hover {
  color: var(--primary-color1);
}
.home-page-area .home-page-card:hover .home-version {
  opacity: 1;
  transform: scaleY(1);
}

.animation-package-section .animation-package-wrapper {
  background-color: #F4DE9B;
  border-radius: 20px;
  padding: 110px 85px;
  position: relative;
}
@media (max-width: 1399px) {
  .animation-package-section .animation-package-wrapper {
    padding: 110px 45px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .animation-package-section .animation-package-wrapper {
    padding: 90px 30px;
  }
}
@media (max-width: 991px) {
  .animation-package-section .animation-package-wrapper {
    padding: 90px 35px;
  }
}
@media (max-width: 767px) {
  .animation-package-section .animation-package-wrapper {
    padding: 70px 25px;
  }
}
@media (max-width: 576px) {
  .animation-package-section .animation-package-wrapper {
    padding: 70px 15px;
    border-radius: 15px;
  }
}
.animation-package-section .animation-package-wrapper .animation-package-content span {
  color: var(--primary-color1);
  font-family: var(--font-suse);
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  display: inline-block;
  padding: 8px 17px;
  border-radius: 24px;
  background-color: var(--white-color);
  border: 1px solid var(--primary-color1);
  margin-bottom: 20px;
}
@media (max-width: 576px) {
  .animation-package-section .animation-package-wrapper .animation-package-content span {
    padding: 8px 15px;
    font-size: 16px;
  }
}
.animation-package-section .animation-package-wrapper .animation-package-content h2 {
  color: var(--title-color);
  font-family: var(--font-suse);
  font-weight: 700;
  font-size: 45px;
  line-height: 1.2;
  margin-bottom: 35px;
}
@media (max-width: 1399px) {
  .animation-package-section .animation-package-wrapper .animation-package-content h2 {
    font-size: 42px;
  }
}
@media (max-width: 1199px) {
  .animation-package-section .animation-package-wrapper .animation-package-content h2 {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .animation-package-section .animation-package-wrapper .animation-package-content h2 {
    font-size: 38px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .animation-package-section .animation-package-wrapper .animation-package-content h2 {
    font-size: 35px;
    margin-bottom: 25px;
  }
}
@media (max-width: 576px) {
  .animation-package-section .animation-package-wrapper .animation-package-content h2 {
    font-size: 32px;
    margin-bottom: 20px;
  }
}
.animation-package-section .animation-package-wrapper .animation-package-content ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.animation-package-section .animation-package-wrapper .animation-package-content ul li {
  color: var(--title-color);
  font-family: var(--font-dmsans);
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.animation-package-section .animation-package-wrapper .animation-package-content ul li svg {
  fill: #003C30;
}
@media (max-width: 576px) {
  .animation-package-section .animation-package-wrapper .animation-package-content ul li {
    font-size: 17px;
    gap: 12px;
    margin-bottom: 12px;
  }
}
.animation-package-section .animation-package-wrapper .animation-package-content ul li:last-child {
  margin-bottom: 0;
}
.animation-package-section .animation-package-wrapper .package-details-area {
  position: relative;
  z-index: 1;
}
.animation-package-section .animation-package-wrapper .package-details-area .price-area {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background-color: var(--black-color2);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 100px;
}
@media (max-width: 576px) {
  .animation-package-section .animation-package-wrapper .package-details-area .price-area {
    margin-left: 0;
    margin-bottom: 30px;
    width: 120px;
    height: 120px;
  }
}
.animation-package-section .animation-package-wrapper .package-details-area .price-area strong {
  color: var(--white-color);
  font-family: var(--font-suse);
  font-weight: 700;
  font-size: 35px;
  line-height: 1;
  display: block;
  margin-bottom: 8px;
}
@media (max-width: 1199px) {
  .animation-package-section .animation-package-wrapper .package-details-area .price-area strong {
    font-size: 32px;
  }
}
@media (max-width: 576px) {
  .animation-package-section .animation-package-wrapper .package-details-area .price-area strong {
    font-size: 28px;
  }
}
.animation-package-section .animation-package-wrapper .package-details-area .price-area span {
  color: var(--white-color);
  font-family: var(--font-dmsans);
  font-weight: 700;
  font-size: 18px;
  line-height: 23.44px;
}
@media (max-width: 1199px) {
  .animation-package-section .animation-package-wrapper .package-details-area .price-area span {
    font-size: 17px;
  }
}
@media (max-width: 576px) {
  .animation-package-section .animation-package-wrapper .package-details-area .price-area span {
    font-size: 16px;
  }
}
.animation-package-section .animation-package-wrapper .package-details-area .package-feature-area ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 80px;
}
@media (max-width: 1399px) {
  .animation-package-section .animation-package-wrapper .package-details-area .package-feature-area ul {
    gap: 50px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .animation-package-section .animation-package-wrapper .package-details-area .package-feature-area ul {
    gap: 30px;
  }
}
@media (max-width: 991px) {
  .animation-package-section .animation-package-wrapper .package-details-area .package-feature-area ul {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .animation-package-section .animation-package-wrapper .package-details-area .package-feature-area ul {
    gap: 30px;
    justify-content: space-between;
  }
}
@media (max-width: 576px) {
  .animation-package-section .animation-package-wrapper .package-details-area .package-feature-area ul {
    gap: 20px;
    flex-wrap: wrap;
  }
}
.animation-package-section .animation-package-wrapper .package-details-area .package-feature-area ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 20px;
  border-radius: 20px;
  background-color: var(--white-color);
  min-width: 240px;
}
@media (max-width: 1399px) {
  .animation-package-section .animation-package-wrapper .package-details-area .package-feature-area ul li {
    min-width: 225px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .animation-package-section .animation-package-wrapper .package-details-area .package-feature-area ul li {
    min-width: 200px;
    padding: 8px 16px;
  }
}
@media (max-width: 767px) {
  .animation-package-section .animation-package-wrapper .package-details-area .package-feature-area ul li {
    min-width: 200px;
    padding: 8px 16px;
  }
}
@media (max-width: 576px) {
  .animation-package-section .animation-package-wrapper .package-details-area .package-feature-area ul li {
    width: 100%;
  }
}
.animation-package-section .animation-package-wrapper .package-details-area .package-feature-area ul li h5 {
  color: var(--title-color);
  font-family: var(--font-suse);
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .animation-package-section .animation-package-wrapper .package-details-area .package-feature-area ul li h5 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .animation-package-section .animation-package-wrapper .package-details-area .package-feature-area ul li h5 {
    font-size: 20px;
  }
}
.animation-package-section .animation-package-wrapper .package-details-area .vector {
  position: absolute;
  top: 24%;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  fill: var(--title-color);
}
@media (max-width: 576px) {
  .animation-package-section .animation-package-wrapper .package-details-area .vector {
    display: none;
  }
}
.animation-package-section .animation-package-wrapper .primary-btn {
  border-radius: 33px;
  padding: 16px 38px;
  position: absolute;
  top: -24px;
  left: 50%;
  transform: translateX(-50%);
}

.key-feature-area .mb-24 {
  margin-bottom: 24px;
}
.key-feature-area .section-title .shape-and-title-area {
  display: flex;
  align-items: end;
  gap: 24px;
}
.key-feature-area .section-title .shape-and-title-area svg {
  min-width: 88px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .key-feature-area .section-title .shape-and-title-area svg {
    display: none;
  }
}
.key-feature-area .section-title .shape-and-title-area svg path {
  fill: #F4CE86;
}
.key-feature-area .section-title .shape-and-title-area svg path:last-child {
  fill: var(--title-color);
}
.key-feature-area .section-title .shape-and-title-area h2 {
  max-width: 350px;
  width: 100%;
}
.key-feature-area .section-title p {
  max-width: 424px;
  width: 100%;
  margin-left: auto;
}
@media (max-width: 1399px) {
  .key-feature-area .section-title p {
    max-width: 370px;
  }
}
@media (max-width: 767px) {
  .key-feature-area .section-title p {
    margin-left: 0;
  }
}
.key-feature-area .feature-card {
  padding: 26px 15px;
  background-color: #F0F0F0;
  border-radius: 20px;
  text-align: center;
}
@media (min-width: 576px) and (max-width: 768px) {
  .key-feature-area .feature-card {
    padding: 26px 12px;
  }
}
@media (max-width: 576px) {
  .key-feature-area .feature-card {
    border-radius: 15px;
  }
}
.key-feature-area .feature-card h6 {
  color: var(--title-color);
  font-family: var(--font-suse);
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 0;
  margin-top: 20px;
}
@media (min-width: 576px) and (max-width: 768px) {
  .key-feature-area .feature-card h6 {
    font-size: 15px;
  }
}
.key-feature-area .contact-btn-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding: 16px 15px 16px 40px;
  border: 1px solid var(--black-color2);
  border-radius: 100px;
  max-width: 760px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 576px) {
  .key-feature-area .contact-btn-area {
    flex-wrap: wrap;
    border-radius: 20px;
    padding: 14px 25px;
    justify-content: center;
  }
}
.key-feature-area .contact-btn-area h6 {
  color: var(--title-color);
  font-family: var(--font-suse);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 0;
  max-width: 350px;
  width: 100%;
}
@media (max-width: 576px) {
  .key-feature-area .contact-btn-area h6 {
    text-align: center;
  }
}
.key-feature-area .contact-btn-area h6 span {
  color: var(--primary-color1);
}
.key-feature-area .contact-btn-area .primary-btn {
  border-radius: 100px;
}

.inner-page-section {
  background: #161616;
  padding: 100px 0;
  overflow: hidden;
}
@media (max-width: 991px) {
  .inner-page-section {
    padding: 90px 0;
  }
}
@media (max-width: 767px) {
  .inner-page-section {
    padding: 70px 0;
  }
}
.inner-page-section .section-title h2 {
  color: var(--white-color);
}
.inner-page-section .section-title h2 span {
  color: var(--primary-color1);
}
.inner-page-section .section-title p {
  color: #A0A0A0;
  max-width: 424px;
  width: 100%;
  margin-left: auto;
}
.inner-page-section .inner-img-wrap img {
  border-radius: 20px;
}
@media (max-width: 576px) {
  .inner-page-section .inner-img-wrap img {
    width: 100%;
    border-radius: 15px;
  }
}
.inner-page-section .view-all-btn-area {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 11;
  margin-top: -50px;
}
.inner-page-section .view-all-btn-area a {
  height: 180px;
  width: 180px;
  border-radius: 50%;
  background-color: var(--primary-color1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
  color: var(--white-color);
  font-family: var(--font-suse);
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  position: relative;
  z-index: 1;
  transition: 0.8s;
}
@media (max-width: 767px) {
  .inner-page-section .view-all-btn-area a {
    width: 160px;
    height: 160px;
  }
}
.inner-page-section .view-all-btn-area a svg {
  fill: var(--white-color);
}
.inner-page-section .view-all-btn-area a:hover {
  box-shadow: inset 0 0 0 10em var(--white-color);
  border-color: var(--white-color);
  color: var(--title-color);
}
.inner-page-section .view-all-btn-area a:hover svg {
  fill: var(--title-color);
}

.responsive-section .section-title h2 {
  max-width: 350px;
  width: 100%;
}
.responsive-section .section-title p {
  max-width: 424px;
  width: 100%;
  margin-left: auto;
}
@media (max-width: 1399px) {
  .responsive-section .section-title p {
    max-width: 370px;
  }
}
@media (max-width: 767px) {
  .responsive-section .section-title p {
    margin-left: 0;
  }
}
.responsive-section .responsive-wrapper {
  padding: 50px 68px;
  background-color: #D4DFFC;
  border-radius: 20px;
}
@media (max-width: 1199px) {
  .responsive-section .responsive-wrapper {
    padding: 50px 55px;
  }
}
@media (max-width: 991px) {
  .responsive-section .responsive-wrapper {
    padding: 45px 25px;
  }
}
@media (max-width: 576px) {
  .responsive-section .responsive-wrapper {
    padding: 40px 20px;
    border-radius: 15px;
  }
}
.responsive-section ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 991px) {
  .responsive-section ul {
    flex-wrap: wrap;
    gap: 15px;
  }
}
@media (max-width: 767px) {
  .responsive-section ul {
    -moz-columns: 2;
         columns: 2;
    display: block;
  }
}
@media (max-width: 576px) {
  .responsive-section ul {
    flex-direction: column;
    display: flex;
  }
}
.responsive-section ul li > svg {
  fill: var(--primary-color1);
}
@media (max-width: 767px) {
  .responsive-section ul li > svg {
    display: none;
  }
}
@media (max-width: 767px) {
  .responsive-section ul li {
    margin-bottom: 30px;
  }
  .responsive-section ul li:nth-child(3), .responsive-section ul li:nth-child(4) {
    margin-bottom: 0;
  }
}
@media (max-width: 576px) {
  .responsive-section ul li {
    margin-bottom: 0;
  }
}
.responsive-section .single-responsive {
  max-width: 150px;
  width: 100%;
}
.responsive-section .single-responsive .icon {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .responsive-section .single-responsive .icon {
    margin-bottom: 20px;
  }
}
.responsive-section .single-responsive .icon svg {
  fill: var(--text-color);
}
.responsive-section .single-responsive .content {
  line-height: 1;
}
.responsive-section .single-responsive .content h6 {
  margin-bottom: 12px;
  color: var(--title-color);
  font-family: var(--font-suse);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.28px;
  text-align: center;
}
@media (max-width: 991px) {
  .responsive-section .single-responsive .content h6 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .responsive-section .single-responsive .content h6 {
    font-size: 17px;
    margin-bottom: 8px;
  }
}
.responsive-section .single-responsive .content p {
  color: var(--title-color);
  text-align: center;
  font-family: var(--font-dmsans);
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0.26px;
  margin-bottom: 0;
}
.responsive-section .responsive-img {
  display: flex;
  justify-content: center;
}

.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: 30px 25px 30px 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-suse);
  font-weight: 700;
  font-size: 35px;
  line-height: 45px;
  letter-spacing: 2%;
  margin-bottom: 15px;
}
@media (max-width: 1399px) {
  .product-support-section .product-support-card .content h2 {
    font-size: 32px;
    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-dmsans);
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0%;
  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-btn {
  padding: 20px 35px;
}
@media (max-width: 1399px) {
  .product-support-section .product-support-card .content .primary-btn {
    padding: 20px 32px;
  }
}
@media (max-width: 576px) {
  .product-support-section .product-support-card .content .primary-btn {
    padding: 20px 28px;
  }
}
.product-support-section .product-support-card .content .primary-btn.black-bg {
  background-color: var(--black-color2);
}
.product-support-section .product-support-card .content .primary-btn.black-bg span {
  background-color: var(--primary-color1);
}
.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;
  }
}

footer {
  background-image: url(../img/footer-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  overflow: hidden;
}
footer .footer-top {
  padding: 110px 0px;
}
@media (max-width: 1199px) {
  footer .footer-top {
    padding: 90px 0;
  }
}
@media (max-width: 767px) {
  footer .footer-top {
    padding: 70px 0;
  }
}
@media (max-width: 576px) {
  footer .footer-top .footer-logo a img {
    width: 90px;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  footer .footer-top .footer-content {
    margin-left: -50px;
  }
}
footer .footer-top .footer-content h2 {
  color: var(--white-color);
  font-family: var(--font-suse);
  font-weight: 700;
  font-size: 65px;
  line-height: 1.1;
  margin-bottom: 50px;
}
@media (max-width: 1399px) {
  footer .footer-top .footer-content h2 {
    font-size: 56px;
  }
}
@media (max-width: 1199px) {
  footer .footer-top .footer-content h2 {
    font-size: 52px;
    margin-bottom: 45px;
  }
}
@media (max-width: 991px) {
  footer .footer-top .footer-content h2 {
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 40px;
  }
}
@media (max-width: 576px) {
  footer .footer-top .footer-content h2 {
    font-size: 40px;
  }
}
footer .footer-top .footer-content .btn-grp {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 35px;
  margin-bottom: 70px;
}
@media (max-width: 1199px) {
  footer .footer-top .footer-content .btn-grp {
    margin-bottom: 60px;
  }
}
@media (max-width: 991px) {
  footer .footer-top .footer-content .btn-grp {
    margin-bottom: 50px;
  }
}
@media (max-width: 576px) {
  footer .footer-top .footer-content .btn-grp {
    gap: 25px;
  }
}
footer .footer-top .footer-content .btn-grp .primary-btn {
  padding: 20px 35px;
}
footer .footer-top .footer-content .btn-grp .primary-btn span {
  background-color: var(--white-color);
}
footer .footer-top .footer-content .btn-grp .primary-btn:hover {
  color: var(--title-color);
}
footer .footer-top .footer-content .btn-grp .primary-btn:hover svg {
  stroke: var(--title-color);
}
footer .footer-top .footer-content .btn-grp .primary-btn:hover svg.vector {
  fill: var(--title-color);
  stroke: none;
}
footer .footer-top .footer-content .btn-grp .primary-btn.two {
  padding: 19px 35px;
}
footer .footer-top .footer-content ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}
footer .footer-top .footer-content ul li {
  padding: 5px 20px;
  background-color: #272529;
  border: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
  min-width: 200px;
  border-radius: 20px;
  min-height: 146px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
footer .footer-top .footer-content ul li h6 {
  color: var(--white-color);
  font-family: var(--font-suse);
  font-weight: 600;
  font-size: 18px;
  line-height: 22.68px;
  margin-top: 10px;
  margin-bottom: 0;
}
footer .footer-top .footer-img {
  -webkit-mask-image: url(../img/footer-img-bg.png);
          mask-image: url(../img/footer-img-bg.png);
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  min-width: 530px;
}
@media (max-width: 1799px) {
  footer .footer-top .footer-img {
    min-width: 480px;
  }
}
@media (max-width: 1699px) {
  footer .footer-top .footer-img {
    min-width: 440px;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  footer .footer-top .footer-img {
    min-width: 410px;
    margin-left: -70px;
  }
}
@media (max-width: 1399px) {
  footer .footer-top .footer-img {
    min-width: 380px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  footer .footer-top .footer-img {
    margin-left: -30px;
  }
}
@media (max-width: 991px) {
  footer .footer-top .footer-img {
    display: none;
  }
}
footer .footer-bottom {
  border-top: 1px solid #2E2C30;
}
footer .footer-bottom .copyright-and-social-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 0;
}
@media (max-width: 767px) {
  footer .footer-bottom .copyright-and-social-area {
    flex-wrap: wrap;
    justify-content: center;
  }
}
footer .footer-bottom .copyright-and-social-area p {
  color: #999999;
  font-family: var(--font-dmsans);
  font-size: 14px;
  font-weight: 600;
  line-height: 18.23px;
  margin-bottom: 0;
}
footer .footer-bottom .copyright-and-social-area p a {
  color: var(--white-color);
  transition: 0.5s;
}
footer .footer-bottom .copyright-and-social-area p a:hover {
  color: var(--primary-color1);
}
footer .footer-bottom .copyright-and-social-area .terms-condition {
  display: flex;
  align-items: center;
  gap: 8px;
}
footer .footer-bottom .copyright-and-social-area .terms-condition svg {
  fill: #C4C4C4;
}
footer .footer-bottom .copyright-and-social-area .terms-condition p {
  color: #C4C4C4;
  font-family: var(--font-dmsans);
  font-size: 14px;
  font-weight: 600;
  line-height: 18.23px;
  margin-bottom: 0;
}
footer .footer-bottom .copyright-and-social-area .terms-condition p a {
  color: var(--white-color);
  text-decoration: underline;
  transition: 0.5s;
}
footer .footer-bottom .copyright-and-social-area .terms-condition p a:hover {
  color: var(--primary-color1);
}/*# sourceMappingURL=style.css.map */