/*===========================
Project Name: Axleo - Digital Agency Creative Portfolio Template
Author: Egens Lab --> (https://www.egenslab.com/)
Version: 1.0


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

:root {
  --font-fahkwang: "Fahkwang", sans-serif;
  --font-unbounded: "Unbounded", sans-serif;
  --white-color: #fff;
  --dark-white-color: #fff;
  --black-color: #000;
  --black-color2: #1E1F1F;
  --black-color3: #1A1A1A;
  --title-color: #1A1A1A;
  --dark-title-color: #1A1A1A;
  --title-color-opc: 26, 26, 26;
  --text-color: #545454;
  --text-color-opc: 63, 68, 75;
  --text-color2: #c4c4c4;
  --primary-color1: #78EB54;
  --primary-color2: #1A1A1A;
  --border-color: #dfdfdf;
  --border-color2: #eee;
}

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

body {
  margin: 0;
  padding: 0;
  font-family: var(--font-unbounded);
  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-unbounded);
  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-unbounded);
  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-btn4 {
  border-radius: 50px;
  background-color: var(--primary-color1);
  font-family: var(--font-unbounded);
  font-weight: 700;
  font-size: 14px;
  color: var(--white-color);
  letter-spacing: 0.48px;
  line-height: 1;
  padding: 16px 28px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: 0.5s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  white-space: nowrap;
}
.primary-btn4 svg {
  fill: var(--white-color);
  transition: 0.5s;
}
.primary-btn4::after {
  position: absolute;
  content: "";
  border-radius: 30px;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background-color: var(--white-color);
  transform-origin: right;
  transform: scalex(0);
  z-index: -1;
  transition: transform 0.7s;
}
.primary-btn4:hover {
  color: var(--dark-title-color);
}
.primary-btn4:hover svg {
  fill: var(--dark-title-color);
}
.primary-btn4:hover::after {
  transform: scalex(1);
  transform-origin: left;
}
.primary-btn4.black-hover::after {
  background-color: var(--primary-color12);
}
.primary-btn4.black-hover:hover {
  color: var(--dark-white-color);
}
.primary-btn4.black-hover:hover::after {
  transform: scalex(1);
  transform-origin: left;
}

.primary-btn {
  color: var(--title-color);
  font-family: var(--font-unbounded);
  font-size: 14px;
  font-weight: 500;
  background-color: var(--primary-color1);
  border-radius: 5px;
  padding: 17px 38px;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: all 0.6s;
  display: inline-flex;
  align-items: center;
  line-height: 1;
  gap: 8px;
}
.primary-btn svg {
  fill: var(--title-color);
  transition: all 0.6s;
}
.primary-btn span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 36px;
  background-color: var(--white-color);
  transition: all 0.6s;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.primary-btn:hover {
  color: var(--dark-title-color);
}
.primary-btn:hover svg {
  fill: var(--dark-title-color);
}
.primary-btn:hover span {
  width: 225%;
  height: 1000.5px;
}

.circle-container {
  background: transparent;
  position: fixed;
  right: 30px;
  bottom: 55px;
  height: 40px;
  width: 40px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px #78EB54;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: all 200ms linear;
}
.circle-container.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.circle-container::after {
  position: absolute;
  font-family: "Bootstrap-icons";
  content: "\f145";
  text-align: center;
  line-height: 40px;
  font-size: 28px;
  color: var(--primary-color1);
  left: 0;
  top: 0;
  height: 40px;
  width: 40px;
  cursor: pointer;
  display: block;
  z-index: 1;
  transition: all 200ms linear;
}
.circle-container:hover svg path {
  fill: var(--primary-color1);
  transition: 0.5s;
}
.circle-container:hover::after {
  color: var(--title-color);
}
.circle-container svg path {
  fill: none;
}
.circle-container svg.circle-progress path {
  stroke: var(--primary-color1);
  stroke-width: 5;
  box-sizing: border-box;
  transition: all 200ms linear;
}

#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(--dark-title-color);
  font-size: 15px;
  font-weight: 500;
  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-unbounded);
  font-size: 60px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0;
}
.section-title h2 span {
  font-family: var(--font-fahkwang);
}
.section-title h2 strong {
  font-weight: 500;
  display: block;
}
@media (max-width: 991px) {
  .section-title h2 {
    font-size: 55px;
  }
}
@media (max-width: 767px) {
  .section-title h2 {
    font-size: 45px;
  }
}
@media (max-width: 576px) {
  .section-title h2 {
    font-size: 35px;
  }
}
.section-title .dash-and-paragraph {
  display: flex;
  gap: 24px;
  margin-top: -45px;
}
@media (max-width: 991px) {
  .section-title .dash-and-paragraph {
    margin-top: 15px;
  }
}
.section-title .dash-and-paragraph svg {
  width: 100%;
  fill: rgba(26, 26, 26, 0.08);
}
@media (max-width: 576px) {
  .section-title .dash-and-paragraph svg {
    display: none;
    visibility: hidden;
  }
}
.section-title .dash-and-paragraph p {
  max-width: 445px;
  min-width: 445px;
  width: 100%;
  color: var(--text-color);
  font-family: var(--font-unbounded);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
@media (max-width: 991px) {
  .section-title .dash-and-paragraph p {
    min-width: unset;
  }
}
.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: var(--text-color2);
}
.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;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 5%;
}
header.style-1.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  box-sizing: border-box;
  background-color: var(--title-color);
  z-index: 999;
}
@keyframes smooth-header {
  0% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 991px) {
  header.style-1 .company-logo {
    padding: 15px 0;
  }
}
header.style-1 .company-logo .logo-dark {
  display: block;
}
header.style-1 .company-logo .logo-light {
  display: none;
}
@media (max-width: 991px) {
  header.style-1 .nav-right .primary-btn4 {
    display: none;
    visibility: hidden;
  }
}
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;
    width: 50px;
    flex-direction: column;
    align-items: end;
    visibility: visible;
    cursor: pointer;
    justify-content: center;
    position: relative;
  }
  header.style-1 .nav-right .mobile-menu-btn span {
    height: 3px;
    width: 25px;
    background-color: var(--white-color);
    display: flex;
    transition: transform 0.5s ease-in;
    position: absolute;
    top: 0px;
  }
  header.style-1 .nav-right .mobile-menu-btn span::before {
    transition-duration: 0.5s;
    position: absolute;
    width: 35px;
    height: 3px;
    background-color: var(--white-color);
    content: "";
    top: -10px;
    right: 0;
  }
  header.style-1 .nav-right .mobile-menu-btn span::after {
    transition-duration: 0.5s;
    position: absolute;
    width: 15px;
    height: 3px;
    right: 0;
    background-color: var(--white-color);
    content: "";
    top: 10px;
  }
  header.style-1 .nav-right .mobile-menu-btn.active span {
    background-color: transparent;
  }
  header.style-1 .nav-right .mobile-menu-btn.active span::before {
    transform: rotateZ(45deg) translate(8px, 6px);
    width: 35px;
  }
  header.style-1 .nav-right .mobile-menu-btn.active span::after {
    transform: rotateZ(-45deg) translate(8px, -6px);
    width: 35px;
  }
}
header.style-1 .main-menu {
  display: inline-block;
  position: relative;
}
header.style-1 .main-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
header.style-1 .main-menu ul > li {
  display: inline-block;
  position: relative;
}
header.style-1 .main-menu ul > li svg {
  fill: var(--primary-color1);
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 0.5s ease-out 0s;
}
@media (max-width: 1199px) {
  header.style-1 .main-menu ul > li svg {
    right: 0;
  }
}
@media (max-width: 991px) {
  header.style-1 .main-menu ul > li {
    padding: 22px 0px;
  }
}
header.style-1 .main-menu ul > li:first-child {
  padding-left: 0;
}
header.style-1 .main-menu ul > li > a {
  color: var(--white-color);
  display: block;
  text-transform: capitalize;
  padding: 34px 30px;
  position: relative;
  font-family: var(--font-unbounded);
  font-weight: 500;
  font-size: 13px;
  transition: all 0.5s ease-out 0s;
  position: relative;
  border-radius: 15px;
  line-height: 1;
}
@media (max-width: 1199px) {
  header.style-1 .main-menu ul > li > a {
    padding: 34px 20px;
  }
}
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(--primary-color1);
}
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: 82px;
  margin: 0;
  display: none;
  min-width: 215px;
  background: var(---dark-white-color);
  border: 1px solid rgba(13, 23, 32, 0.0784313725);
  text-align: left;
}
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: 10px;
  right: 6px;
  display: block;
  color: var(--title-color);
  font-size: 20px;
}
header.style-1 .main-menu ul > li ul.sub-menu > li .dropdown-icon {
  color: var(--title-color);
  opacity: 1;
  top: 13px;
  font-size: 13px;
  right: 15px;
}
@media (max-width: 991px) {
  header.style-1 .main-menu ul > li ul.sub-menu > li .dropdown-icon {
    right: 0;
    color: var(--white-color);
    top: 8px;
    font-size: 20px;
  }
}
header.style-1 .main-menu ul > li ul.sub-menu > li .dropdown-icon2 {
  color: var(--title-color);
  opacity: 1;
  top: 14px;
  right: 10px;
  font-size: 13px;
}
@media (max-width: 1199px) {
  header.style-1 .main-menu ul > li ul.sub-menu > li .dropdown-icon2::before {
    content: "\f4fe";
  }
}
header.style-1 .main-menu ul > li ul.sub-menu > li > a {
  display: block;
  padding: 14px 20px;
  font-family: var(--font-unbounded);
  color: var(--title-color);
  font-weight: 500;
  text-transform: capitalize;
  font-size: 13px;
  line-height: 1.4;
  transition: all 0.4s ease-out 0s;
  position: relative;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid rgba(13, 23, 32, 0.0784313725);
}
header.style-1 .main-menu ul > li ul.sub-menu > li > a::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  background: linear-gradient(90deg, #fff, #EC6219, #fff);
  width: 100%;
  height: 1px;
  transform: scaleX(0);
  transform-origin: left;
  transition: 0.4s ease-in;
  z-index: 1;
}
@media (max-width: 991px) {
  header.style-1 .main-menu ul > li ul.sub-menu > li > a {
    border-color: rgba(13, 23, 32, 0.0784313725);
  }
  header.style-1 .main-menu ul > li ul.sub-menu > li > a::before {
    background: linear-gradient(90deg, #525252, #EC6219, #525252);
  }
}
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:last-child .sub-menu li a {
  border-bottom: 1px solid rgba(13, 23, 32, 0.0784313725);
}
header.style-1 .main-menu ul > li ul.sub-menu > li:last-child .sub-menu li a::before {
  display: block;
}
header.style-1 .main-menu ul > li ul.sub-menu > li:last-child .sub-menu li:last-child a {
  border-bottom: none;
}
header.style-1 .main-menu ul > li ul.sub-menu > li:last-child .sub-menu li:last-child a::before {
  display: none;
}
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:hover .dropdown-icon2 {
  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.active .dropdown-icon2 {
  color: var(--primary-color1);
}
header.style-1 .main-menu ul > li ul.sub-menu > li .sub-menu {
  left: 100%;
  position: absolute;
  max-width: 230px;
  min-width: 215px;
  background: var(---dark-white-color);
  top: 0;
}
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 {
    margin-left: 10px;
    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;
}
header.style-1 .main-menu ul > li ul.sub-menu > li:last-child {
  border-bottom: none;
}
header.style-1 .main-menu ul > li:hover > a {
  color: var(--primary-color1);
}
@media (max-width: 991px) {
  header.style-1 .main-menu ul > li:hover > a {
    border-color: transparent;
  }
}
header.style-1 .main-menu ul > li:hover svg {
  opacity: 1;
}
@media (min-width: 992px) {
  header.style-1 .main-menu ul > li:hover > ul.sub-menu {
    display: block;
    animation: fade-up 0.45s linear;
  }
}
@keyframes fade-up {
  0% {
    opacity: 0;
    transform: translateY(10px);
    visibility: hidden;
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
    visibility: visible;
  }
}
header.style-1 .main-menu ul > li.active > a {
  color: var(--primary-color1);
}
@media (max-width: 991px) {
  header.style-1 .main-menu ul > li.active > a {
    border-color: transparent;
  }
}
header.style-1 .main-menu ul > li.active svg {
  opacity: 1;
}
header.style-1 .main-menu ul > li.active .dropdown-icon2 {
  color: var(--primary-color1);
}
header.style-1 .main-menu ul li.menu-item-has-children > i {
  display: block;
}
@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);
    transform: translateX(-100%);
    transition: transform 0.3s ease-in;
    border-right: 1px solid rgba(13, 23, 32, 0.0784313725);
  }
  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;
  }
  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: 5px 5px;
  }
  header.style-1 .main-menu > ul li:first-child {
    padding-left: 5px;
  }
  header.style-1 .main-menu > ul li i {
    display: block;
    color: var(--title-color);
  }
  header.style-1 .main-menu > ul li a {
    padding: 10px 0;
    display: block;
    font-size: 1rem;
  }
  header.style-1 .main-menu > ul li ul.sub-menu {
    position: static;
    min-width: 200px;
    background: 0 0;
    border: none;
    opacity: 1;
    visibility: visible;
    box-shadow: none;
    transform: none;
    transition: none;
    display: none;
    margin-top: 0 !important;
    transform: translateY(0px);
    margin-left: 10px;
  }
  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 {
    font-size: 14px;
    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 .bi {
    top: 8px;
    font-size: 20px;
    color: var(--title-color);
  }
  header.style-1 .main-menu .topbar-right {
    margin-bottom: 40px;
  }
  header.style-1 .main-menu .topbar-right li {
    color: var(--title-color);
    font-family: var(--font-montserrat);
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    position: relative;
    margin-bottom: 7px;
    padding: 5px 0;
  }
  header.style-1 .main-menu .topbar-right li a {
    color: var(--title-color);
    display: flex;
    align-items: center;
    gap: 6px;
    transition: 0.35s;
    text-transform: none;
    padding: 0 !important;
  }
  header.style-1 .main-menu .topbar-right li a svg {
    fill: var(--title-color);
  }
  header.style-1 .main-menu .topbar-right li a:hover {
    color: var(--primary-color1);
  }
  header.style-1 .main-menu .topbar-right li a:hover svg {
    fill: var(--primary-color1);
  }
}

/*=====================================
  5.Home1 Banner section
========================================*/
.home1-banner-section {
  background-image: url(../img/banner-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 200px;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 1399px) {
  .home1-banner-section {
    padding-top: 180px;
  }
}
@media (max-width: 991px) {
  .home1-banner-section {
    padding-bottom: 120px;
  }
}
.home1-banner-section .shape {
  stroke: #181919;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
@media (max-width: 1399px) {
  .home1-banner-section .shape {
    width: 250px;
    height: 350px;
  }
}
@media (max-width: 1199px) {
  .home1-banner-section .shape {
    display: none;
  }
}
.home1-banner-section .social-area {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -90px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  transform: rotate(-90deg);
  z-index: 9;
}
@media (max-width: 1699px) {
  .home1-banner-section .social-area {
    left: -110px;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .home1-banner-section .social-area {
    left: -150px;
  }
}
@media (max-width: 1399px) {
  .home1-banner-section .social-area {
    left: -150px;
  }
}
@media (max-width: 991px) {
  .home1-banner-section .social-area {
    display: none;
  }
}
.home1-banner-section .social-area h6 {
  margin-bottom: 0;
  color: var(--text-color2);
  font-family: var(--font-unbounded);
  font-size: 16px;
  font-weight: 400;
}
.home1-banner-section .social-area svg {
  fill: var(--primary-color1);
}
.home1-banner-section .social-area ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 15px;
}
.home1-banner-section .social-area ul li a {
  height: 26px;
  width: 26px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white-color);
  transition: 0.35s;
}
.home1-banner-section .social-area ul li a i.bi-twitter-x {
  font-size: 12px;
}
.home1-banner-section .social-area ul li a:hover {
  color: var(--title-color);
  background-color: var(--primary-color1);
  border-color: var(--primary-color1);
}
.home1-banner-section .banner-content {
  position: relative;
}
.home1-banner-section .banner-content .counter-wrap {
  margin: 0;
  padding: 0;
  list-style: none;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 10px;
  padding: 40px 35px;
  max-width: 170px;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 1699px) {
  .home1-banner-section .banner-content .counter-wrap {
    right: 0;
  }
}
@media (max-width: 1399px) {
  .home1-banner-section .banner-content .counter-wrap {
    padding: 35px 30px;
  }
}
@media (max-width: 1199px) {
  .home1-banner-section .banner-content .counter-wrap {
    padding: 25px 20px;
    max-width: 140px;
  }
}
@media (max-width: 767px) {
  .home1-banner-section .banner-content .counter-wrap {
    position: relative;
    right: unset;
    top: unset;
    display: inline-flex;
    max-width: unset;
    width: unset;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 50px;
  }
}
.home1-banner-section .banner-content .counter-wrap li {
  line-height: 1;
  margin-bottom: 40px;
}
.home1-banner-section .banner-content .counter-wrap li:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .home1-banner-section .banner-content .counter-wrap li {
    max-width: 120px;
    width: 100%;
    margin-bottom: 0;
  }
}
.home1-banner-section .banner-content .counter-wrap li .number {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.home1-banner-section .banner-content .counter-wrap li .number h3 {
  color: #FFF;
  font-family: var(--font-unbounded);
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0;
}
.home1-banner-section .banner-content .counter-wrap li .number span {
  color: #FFF;
  font-family: var(--font-unbounded);
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
}
.home1-banner-section .banner-content .counter-wrap li p {
  color: var(--text-color2);
  font-family: var(--font-unbounded);
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  margin-bottom: 0;
}
.home1-banner-section .banner-content h1 {
  color: var(--white-color);
  font-family: var(--font-unbounded);
  font-size: 100px;
  font-weight: 500;
  line-height: 1.2;
  max-width: 910px;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 1399px) {
  .home1-banner-section .banner-content h1 {
    font-size: 85px;
    margin-bottom: 50px;
    max-width: 780px;
  }
}
@media (max-width: 1199px) {
  .home1-banner-section .banner-content h1 {
    font-size: 75px;
  }
}
@media (max-width: 991px) {
  .home1-banner-section .banner-content h1 {
    font-size: 60px;
    max-width: 550px;
  }
}
@media (max-width: 767px) {
  .home1-banner-section .banner-content h1 {
    font-size: 55px;
  }
}
@media (max-width: 576px) {
  .home1-banner-section .banner-content h1 {
    font-size: 45px;
  }
}
.home1-banner-section .banner-content .banner-paragraph {
  display: flex;
  align-items: center;
  gap: 8px;
  max-width: 312px;
  width: 100%;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .home1-banner-section .banner-content .banner-paragraph {
    max-width: 240px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home1-banner-section .banner-content .banner-paragraph {
    max-width: 220px;
  }
}
.home1-banner-section .banner-content .banner-paragraph svg {
  min-width: 32px;
  height: 75px;
  fill: #545454;
}
.home1-banner-section .banner-content .banner-paragraph p {
  color: var(--text-color2);
  font-family: var(--font-unbounded);
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home1-banner-section .banner-content .banner-paragraph p {
    font-size: 16px;
  }
}
.home1-banner-section .banner-content .banner-paragraph p span {
  color: var(--white-color);
  font-weight: 500;
}
.home1-banner-section .banner-img {
  display: flex;
  justify-content: center;
  margin-top: -100px;
}
@media (max-width: 1399px) {
  .home1-banner-section .banner-img {
    margin-top: -70px;
  }
}
@media (max-width: 991px) {
  .home1-banner-section .banner-img {
    display: none;
    visibility: hidden;
  }
}
.home1-banner-section .banner-img img {
  max-width: unset;
}
@media (max-width: 1399px) {
  .home1-banner-section .banner-img img {
    max-width: 85%;
  }
}

.text-scrolling-section {
  overflow: hidden;
  display: flex;
  align-items: center;
}
.text-scrolling-section.two {
  transform: rotate(-2deg) translateY(-13px);
  margin-top: -30px;
}
@media (max-width: 1399px) {
  .text-scrolling-section.two {
    transform: rotate(-2deg) translateY(-13px);
    margin-top: -19px;
  }
}
@media (max-width: 991px) {
  .text-scrolling-section.two {
    transform: rotate(0) translateY(0);
    margin-top: -19px;
  }
}
.text-scrolling-section .marquee_text {
  background: #E3E5D8;
  height: 100px;
  display: flex;
  align-items: center;
}
.text-scrolling-section .js-marquee {
  display: flex;
  align-items: center;
  gap: 25px;
}
.text-scrolling-section h4 {
  color: var(--title-color);
  font-family: var(--font-unbounded);
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.36px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.text-scrolling-section .star {
  fill: var(--title-color);
}
.text-scrolling-section .circle {
  stroke: var(--title-color);
}

.kye-features-section {
  scroll-margin-top: 100px;
}

.single-kye-features {
  background-color: #ECE8E5;
  padding: 40px 30px 0;
  border-radius: 5px 5px 0 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-unbounded);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 15px;
}
.single-kye-features .kye-features-content p {
  color: var(--text-color);
  font-family: var(--font-unbounded);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 0;
}
.single-kye-features .kye-features-img img {
  border-radius: 10px 10px 0 0;
  max-width: unset;
}
@media (max-width: 1399px) {
  .single-kye-features .kye-features-img img {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .single-kye-features .kye-features-img img {
    width: 100%;
  }
}
.single-kye-features.two {
  background-color: #F7E3EF;
}
.single-kye-features.three {
  background-color: #EFE8FF;
}

.home-page-area {
  background: #161616;
  padding: 100px 0;
}
@media (max-width: 991px) {
  .home-page-area {
    padding: 90px 0;
  }
}
@media (max-width: 767px) {
  .home-page-area {
    padding: 70px 0;
  }
}
.home-page-area .section-title h2 span {
  color: var(--primary-color1);
  font-family: var(--font-unbounded);
}
.home-page-area .section-title .title-and-nav {
  display: flex;
  align-items: center;
  gap: 80px;
}
@media (max-width: 1199px) {
  .home-page-area .section-title .title-and-nav {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.home-page-area .section-title .dash-and-paragraph {
  justify-content: end;
  align-items: start;
  margin-top: -30px;
}
@media (max-width: 991px) {
  .home-page-area .section-title .dash-and-paragraph {
    margin-top: 0;
    justify-content: start;
    padding-top: 30px;
    margin-bottom: 20px;
  }
}
.home-page-area .section-title .dash-and-paragraph p strong {
  color: var(--white-color);
}
.home-page-area .section-title .dash-and-paragraph svg {
  width: 280px;
  margin-top: 10px;
}
@media (max-width: 991px) {
  .home-page-area .section-title .dash-and-paragraph svg {
    display: none;
  }
}
.home-page-area nav {
  display: flex;
  position: relative;
}
.home-page-area nav::before {
  content: url(../img/nav-arrow.svg);
  position: absolute;
  bottom: 0;
  right: -80%;
}
@media (max-width: 1399px) {
  .home-page-area nav::before {
    display: none;
  }
}
.home-page-area nav .nav-tabs {
  border-bottom: none;
  display: inline-flex;
  justify-content: center;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #1C1C1C;
  padding: 8px;
}
.home-page-area nav .nav-tabs .nav-link {
  display: flex;
  align-items: center;
  gap: 7px;
  color: var(--white-color);
  font-family: var(--font-unbounded);
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  padding: 10px 17px;
  border-radius: 30px;
  border: none;
}
.home-page-area nav .nav-tabs .nav-link svg {
  fill: var(--white-color);
}
.home-page-area nav .nav-tabs .nav-link:hover {
  box-shadow: none;
  border: none;
}
.home-page-area nav .nav-tabs .nav-link.active {
  background-color: var(--primary-color1);
  color: var(--title-color);
  border: none;
}
.home-page-area nav .nav-tabs .nav-link.active svg {
  fill: var(--title-color);
}
.home-page-area nav .nav-tabs .nav-link:focus {
  box-shadow: none;
  border: none;
}
.home-page-area .home-page-card .home-img {
  display: inline-block;
  background-image: url(../img/home-page-card-img-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 50px 30px 0;
  border-radius: 10px 10px 0 0;
  margin-bottom: 30px;
}
@media (max-width: 576px) {
  .home-page-area .home-page-card .home-img {
    margin-bottom: 20px;
    padding: 30px 20px 0;
  }
}
.home-page-area .home-page-card .home-img img {
  max-width: unset;
}
@media (max-width: 1399px) {
  .home-page-area .home-page-card .home-img img {
    max-width: 100%;
  }
}
.home-page-area .home-page-card h4 {
  margin-bottom: 0;
}
.home-page-area .home-page-card h4 a {
  color: var(--white-color);
  text-align: center;
  font-family: var(--font-unbounded);
  font-size: 22px;
  font-weight: 500;
  line-height: 26px;
  transition: 0.35s;
}
@media (max-width: 576px) {
  .home-page-area .home-page-card h4 a {
    font-size: 22px;
  }
}
.home-page-area .home-page-card h4 a:hover {
  color: var(--primary-color1);
}

.portfolio-section .primary-btn {
  background-color: var(--primary-color1);
  border-radius: 28px;
  color: var(--title-color);
  padding: 20px 36px;
  font-size: 15px;
}
.portfolio-section .primary-btn svg {
  fill: var(--title-color);
}
.portfolio-section .primary-btn span {
  background-color: var(--primary-color2);
}
.portfolio-section .primary-btn:hover {
  color: var(--white-color);
}
.portfolio-section .primary-btn:hover svg {
  fill: var(--white-color);
}
.portfolio-section .section-title h2 span {
  display: block;
}
.portfolio-section .layout-wrap {
  border: 1px solid #EEE;
  padding: 24px;
}
.portfolio-section .layout-wrap .more-btn {
  background: #F8F8F8;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #1A1A1A;
  font-family: var(--font-unbounded);
  font-size: 16px;
  font-weight: 700;
  gap: 7px;
  transition: 0.35s;
}
.portfolio-section .layout-wrap .more-btn svg {
  transition: 0.35s;
  fill: var(--title-color);
}
.portfolio-section .layout-wrap .more-btn:hover {
  color: var(--primary-color1);
}
.portfolio-section .layout-wrap .more-btn:hover svg {
  fill: var(--primary-color1);
}
.portfolio-section .portfolio-img-wrap {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}
@media (max-width: 991px) {
  .portfolio-section .portfolio-img-wrap {
    min-height: 598px;
  }
}
.portfolio-section .portfolio-img-wrap li {
  position: relative;
}
.portfolio-section .portfolio-img-wrap li .portfolio-img {
  min-height: 598px;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  animation: qodef-animate-image-out 1s 0.1s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
  z-index: 12;
  opacity: 0;
}
.portfolio-section .portfolio-img-wrap li.active .portfolio-img {
  animation: qodef-animate-image-in 1s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
  z-index: 15;
  opacity: 1;
}
@keyframes qodef-animate-image-out {
  0% {
    transform: scale(1) translateZ(0);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  100% {
    transform: scale(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qodef-animate-image-in {
  0% {
    transform: scale(1) translateZ(0);
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
  }
  100% {
    transform: scale(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}

.inner-page-section {
  background: #161616;
  padding: 100px 0;
  overflow: hidden;
  scroll-margin-top: 100px;
}
@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 span {
  display: block;
}
.inner-page-section .section-title .dash-and-paragraph {
  margin-top: 20px;
}
.inner-page-section .single-counter {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.inner-page-section .single-counter .icon svg {
  fill: #C4C4C4;
}
.inner-page-section .single-counter .content {
  line-height: 1;
}
.inner-page-section .single-counter .content .number {
  line-height: 1;
  display: flex;
  align-items: center;
}
.inner-page-section .single-counter .content .number .counter {
  color: #FFF;
  font-family: var(--font-unbounded);
  font-size: 60px;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 1;
}
@media (max-width: 991px) {
  .inner-page-section .single-counter .content .number .counter {
    font-size: 55px;
  }
}
@media (max-width: 767px) {
  .inner-page-section .single-counter .content .number .counter {
    font-size: 45px;
  }
}
@media (max-width: 576px) {
  .inner-page-section .single-counter .content .number .counter {
    font-size: 32px;
  }
}
.inner-page-section .single-counter .content .number span {
  color: #FFF;
  font-family: var(--font-unbounded);
  line-height: 1;
  font-size: 60px;
  font-weight: 600;
}
@media (max-width: 991px) {
  .inner-page-section .single-counter .content .number span {
    font-size: 55px;
  }
}
@media (max-width: 767px) {
  .inner-page-section .single-counter .content .number span {
    font-size: 45px;
  }
}
@media (max-width: 576px) {
  .inner-page-section .single-counter .content .number span {
    font-size: 32px;
  }
}
.inner-page-section .single-counter .content p {
  color: var(--text-color2);
  font-family: var(--font-unbounded);
  font-size: 16px;
  font-weight: 400;
}
.inner-page-section .single-counter .content p span {
  color: var(--primary-color1);
  display: block;
}
.inner-page-section .inner-img-wrap img {
  max-width: unset;
}
@media (max-width: 1399px) {
  .inner-page-section .inner-img-wrap img {
    max-width: 100%;
  }
}
.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-color2);
  border: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
  color: var(--white-color);
  font-family: var(--font-unbounded);
  font-size: 15px;
  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(--primary-color1);
  border-color: var(--primary-color1);
  color: var(--title-color);
}
.inner-page-section .view-all-btn-area a:hover svg {
  fill: var(--title-color);
}

.indivisual-inner-pages .purchase-btn .primary-btn {
  background-color: var(--title-color);
  border-radius: unset;
  color: var(--white-color);
  font-size: 15px;
  padding: 20px 60px;
}
.indivisual-inner-pages .purchase-btn .primary-btn svg {
  fill: var(--white-color);
}
.indivisual-inner-pages .purchase-btn .primary-btn span {
  background-color: var(--primary-color1);
}
.indivisual-inner-pages .purchase-btn .primary-btn:hover {
  color: var(--title-color);
}
.indivisual-inner-pages .purchase-btn .primary-btn:hover svg {
  fill: var(--title-color);
}
.indivisual-inner-pages .border-btm {
  border-bottom: 1px solid #eee;
}
.indivisual-inner-pages .section-title .dash-and-paragraph {
  margin-top: 20px;
  align-items: flex-start;
}
.indivisual-inner-pages .section-title .dash-and-paragraph .featurs {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-top: 30px;
}
@media (max-width: 991px) {
  .indivisual-inner-pages .section-title .dash-and-paragraph .featurs {
    padding-top: 15px;
  }
}
.indivisual-inner-pages .section-title .dash-and-paragraph .featurs li {
  display: flex;
  gap: 10px;
  color: var(--title-color);
  font-family: var(--font-unbounded);
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 15px;
}
.indivisual-inner-pages .section-title .dash-and-paragraph .featurs li:last-child {
  margin-bottom: 0;
}
.indivisual-inner-pages .section-title .dash-and-paragraph .featurs li svg {
  min-width: 20px;
  max-width: 20px;
  fill: var(--title-color);
  margin-top: 4px;
}
@media (max-width: 991px) {
  .indivisual-inner-pages .section-title .dash-and-paragraph .featurs li svg {
    display: block;
    visibility: visible;
  }
}
.indivisual-inner-pages .case-img-group {
  display: flex;
  align-items: end;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .indivisual-inner-pages .case-img-group img:first-child {
    display: none;
    visibility: hidden;
  }
}
.indivisual-inner-pages .case-right-img-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 60px;
}
@media (max-width: 991px) {
  .indivisual-inner-pages .case-right-img-wrap {
    padding-top: 0;
  }
}
@media (min-width: 992px) {
  .indivisual-inner-pages .case-right-img-wrap {
    padding-left: 80px;
  }
}
.indivisual-inner-pages .case-right-img-wrap > svg {
  stroke: var(--primary-color1);
}
.indivisual-inner-pages .case-right-img-wrap .case-right-img {
  margin-top: -130px;
  margin-bottom: 70px;
}
.indivisual-inner-pages .case-right-img-wrap .purchase-btn {
  width: 100%;
}
.indivisual-inner-pages .case-right-img-wrap .purchase-btn .primary-btn {
  width: 100%;
  justify-content: center;
  font-size: 15px;
  background-color: var(--title-color);
}
.indivisual-inner-pages .shop-img img {
  max-width: unset;
}
@media (max-width: 1399px) {
  .indivisual-inner-pages .shop-img img {
    max-width: 100%;
  }
}

.responsive-section {
  background: #1A1A1A;
  padding: 100px 0;
}
.responsive-section .responsive-img img {
  max-width: unset;
}
@media (max-width: 1399px) {
  .responsive-section .responsive-img img {
    max-width: 100%;
  }
}
.responsive-section .single-responsive {
  max-width: 150px;
  width: 100%;
}
.responsive-section .single-responsive .icon {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.responsive-section .single-responsive .icon svg {
  fill: #C4C4C4;
}
.responsive-section .single-responsive .content {
  line-height: 1;
}
.responsive-section .single-responsive .content h6 {
  margin-bottom: 12px;
  color: #FFF;
  font-family: var(--font-unbounded);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.28px;
  text-align: center;
}
.responsive-section .single-responsive .content p {
  color: var(--text-color2);
  text-align: center;
  font-family: var(--font-unbounded);
  font-size: 13px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.26px;
}

.contact-section {
  background: #f8f8f8;
  padding: 100px 0;
}
.contact-section .section-title h2 {
  font-size: 90px;
  line-height: 1.1;
  margin-bottom: 25px;
}
.contact-section .section-title h2 span {
  display: inline-block;
}
@media (max-width: 1199px) {
  .contact-section .section-title h2 {
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  .contact-section .section-title h2 {
    font-size: 70px;
  }
}
.contact-section .section-title .dash-and-paragraph {
  margin-top: 50px;
  align-items: baseline;
}
.contact-section .section-title .dash-and-paragraph > svg {
  max-width: 200px;
}
.contact-section .section-title .dash-and-paragraph p {
  margin-bottom: 0;
}
.contact-section .section-title .dash-and-paragraph .social-area {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  padding-top: 30px;
}
.contact-section .section-title .dash-and-paragraph .social-area h6 {
  margin-bottom: 0;
  color: var(--title-color);
  font-family: var(--font-unbounded);
  font-size: 20px;
  font-weight: 600;
}
.contact-section .section-title .dash-and-paragraph .social-area > svg {
  fill: var(--primary-color1);
  width: unset;
}
.contact-section .section-title .dash-and-paragraph .social-area ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 15px;
}
.contact-section .section-title .dash-and-paragraph .social-area ul li a {
  height: 26px;
  width: 26px;
  border-radius: 50%;
  border: 1px solid rgba(86, 96, 100, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-color);
  transition: 0.35s;
}
.contact-section .section-title .dash-and-paragraph .social-area ul li a i.bi-twitter-x {
  font-size: 12px;
}
.contact-section .section-title .dash-and-paragraph .social-area ul li a:hover {
  color: var(--title-color);
  background-color: var(--primary-color1);
  border-color: var(--primary-color1);
}
.contact-section .circle-btn {
  height: 200px;
  width: 200px;
  border-radius: 50%;
  background-color: var(--dark-title-color);
  border: 1px solid var(--white-color);
  text-align: center;
  color: var(--white-color);
  font-family: var(--font-unbounded);
  font-size: 15px;
  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;
}
.contact-section .circle-btn svg {
  fill: var(--white-color);
}
.contact-section .circle-btn:hover {
  box-shadow: inset 0 0 0 10em var(--primary-color1);
  color: var(--title-color);
}
.contact-section .circle-btn:hover svg {
  fill: var(--title-color);
}

footer {
  background-image: url(../img/footer-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}
footer .footer-shape {
  stroke: #151515;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 991px) {
  footer .footer-shape {
    display: none;
  }
}
footer .footer-top {
  padding: 90px 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
footer .footer-top .footer-content {
  text-align: center;
}
footer .footer-top .footer-content h2 {
  color: var(--white-color);
  text-align: center;
  font-family: var(--font-unbounded);
  font-size: 95px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 40px;
}
@media (max-width: 1399px) {
  footer .footer-top .footer-content h2 {
    font-size: 75px;
  }
}
@media (max-width: 991px) {
  footer .footer-top .footer-content h2 {
    font-size: 55px;
  }
}
@media (max-width: 767px) {
  footer .footer-top .footer-content h2 {
    font-size: 37px;
  }
}
footer .footer-top .footer-content h2 span {
  font-weight: 700;
  font-family: var(--font-fahkwang);
}
footer .footer-top .footer-content .primary-btn {
  border-radius: 10px;
}
footer .footer-btm {
  padding: 25px 0;
}
footer .footer-btm .copyright-area p {
  color: #C4C4C4;
  text-align: center;
  font-family: var(--font-unbounded);
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 0;
}
footer .footer-btm .copyright-area p a {
  color: var(--primary-color1);
  font-weight: 600;
}/*# sourceMappingURL=style.css.map */