/*===========================
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=Inter+Tight:ital,wght@0,100..900;1,100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Manrope:wght@200..800&family=Young+Serif&display=swap");
* {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

:root {
  --font-inter: "Inter", sans-serif;
  --font-young-serif: "Young Serif", serif;
  --font-inter-tight: "Inter Tight", sans-serif;
  --font-manrope: "Manrope", sans-serif;
  --white-color: #fff;
  --black-color: #000;
  --black-color2: #1c1a1e;
  --title-color: #000000;
  --title-color2: #1c1a1e;
  --title-color-opc: 28, 26, 30;
  --text-color: #545454;
  --text-color-opc: 84, 84, 84;
  --text-color2: #a0a0a0;
  --primary-color1: #ff6839;
  --primary-color1-opc: 255, 104, 57;
  --primary-color2: #b48dff;
  --borders-color: #eee;
  --button-color: #5ea33a;
}

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

body {
  margin: 0;
  padding: 0;
  font-family: var(--font-young-serif);
  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-young-serif);
  font-weight: 500;
  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-inter);
  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-inter);
  font-size: 16px;
  font-weight: 500;
  background-color: var(--primary-color2);
  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-btn2 {
  background-color: var(--button-color);
  font-family: var(--font-inter-tight);
  font-weight: 600;
  font-size: 13px;
  color: var(--white-color);
  letter-spacing: 0.48px;
  line-height: 1;
  padding: 19px 52px 20px 26px;
  border-radius: 10px 0px 10px 10px;
  text-transform: uppercase;
  text-decoration: underline;
  position: relative;
  align-items: center;
  display: inline-flex;
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  overflow: hidden;
  z-index: 1;
  white-space: nowrap;
  gap: 8px;
}
.primary-btn2 > span {
  transition: opacity 0.3s, transform 0.3s;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  background-color: transparent;
}
.primary-btn2 > span:nth-child(2) {
  text-decoration: underline;
  position: absolute;
  top: 47%;
  left: 15px;
  padding-left: 26px;
  opacity: 0;
  transform: translate(0, 100%);
  transition: opacity 0.3s, transform 0.3s;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  white-space: nowrap;
}
.primary-btn2 .arrow {
  fill: rgba(var(--title-color-opc), 0.15);
  position: absolute;
  top: 3px;
  right: 3px;
  transition: 0.5s;
}
.primary-btn2 svg {
  fill: var(--white-color);
}
.primary-btn2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 102% 102%;
  border-radius: inherit;
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  opacity: 0;
  z-index: -1;
}
.primary-btn2::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(110%);
  background-color: var(--primary-color1);
  overflow: hidden;
  transition: opacity 0.5s, transform 0.5s;
  z-index: -1;
}
.primary-btn2:hover {
  color: var(--white-color);
}
.primary-btn2:hover .arrow {
  fill: rgba(255, 255, 255, 0.15);
}
.primary-btn2:hover > span {
  transform: translateY(-150%);
  opacity: 0;
}
.primary-btn2:hover > span:nth-child(2) {
  opacity: 1;
  transform: translate(0%, -50%);
}
.primary-btn2:hover::after {
  transform: translate(0);
  border-radius: 0;
}
.primary-btn2.style-2 {
  text-decoration: unset;
  border-radius: 10px;
}
.primary-btn2.style-2 > span:nth-child(2) {
  text-decoration: unset;
}
.primary-btn2.white-bg {
  background-color: var(--white-color);
  color: var(--title-color);
}
.primary-btn2.white-bg .arrow {
  fill: rgba(var(--primary-color1-opc), 0.15);
}
.primary-btn2.white-bg::after {
  background-color: var(--primary-color1);
}
.primary-btn2.white-bg:hover {
  color: var(--white-color);
}
.primary-btn2.white-bg:hover .arrow {
  fill: rgba(var(--title-color-opc), 0.15);
}
.primary-btn2.black-bg {
  background-color: var(--black-color);
  color: var(--white-color);
}
.primary-btn2.black-bg::after {
  background-color: var(--primary-color1);
}
.primary-btn2.black-bg .arrow {
  fill: rgba(255, 255, 255, 0.15);
}
.primary-btn2.black-bg:hover {
  color: var(--white-color);
}
.primary-btn2.black-bg:hover .arrow {
  fill: rgba(var(--title-color-opc), 0.15);
}
.primary-btn2.transparent {
  background-color: transparent;
  border: 1px solid var(--black-color);
  color: var(--title-color);
  padding: 21px 52px 21px 26px;
}
.primary-btn2.transparent::after {
  background-color: var(--primary-color1);
}
.primary-btn2.transparent:hover {
  color: var(--white-color);
  border-color: var(--primary-color1);
}

.primary-btn3 {
  font-family: var(--font-inter-tight);
  font-weight: 600;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: var(--white-color);
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 0;
  transition: 0.5s;
  white-space: nowrap;
  position: relative;
  background: linear-gradient(to bottom, var(--white-color) 0%, var(--white-color) 98%);
  background-repeat: no-repeat;
  background-size: 100% 1px;
  background-position: left 100%;
  transition: background-size 0.75s;
  padding-bottom: 5px;
}
.primary-btn3:hover {
  background-size: 0 1px;
  background-position: 0% 100%;
}
.primary-btn3 .arrow {
  fill: var(--white-color);
  transition: 0.35s;
}
.primary-btn3:hover .arrow {
  transform: rotate(45deg);
}

.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-color2);
  stroke-width: 4;
  box-sizing: border-box;
  transition: all 200ms linear;
}
.progress-wrap .arrow {
  fill: var(--primary-color2);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s;
}
.progress-wrap:hover {
  background-color: var(--primary-color2);
}
.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(--primary-color1);
  font-size: 15px;
  font-weight: 400;
  color: var(--white-color);
  line-height: 1.2;
  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;
}

.slider-btn-grp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
}
@media (max-width: 767px) {
  .slider-btn-grp {
    gap: 30px;
  }
}
@media (max-width: 576px) {
  .slider-btn-grp {
    gap: 15px;
  }
}
.slider-btn-grp .slider-btn {
  max-width: 45px;
  min-width: 45px;
  height: 45px;
  background-color: transparent;
  border: 1px solid #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
@media (max-width: 767px) {
  .slider-btn-grp .slider-btn {
    max-width: 35px;
    min-width: 35px;
    height: 35px;
  }
}
.slider-btn-grp .slider-btn svg {
  fill: var(--white-color);
  transition: 0.5s;
}
.slider-btn-grp .slider-btn:hover {
  background-color: var(--primary-color2);
  border-color: var(--primary-color2);
}
.slider-btn-grp .slider-btn:hover.slider-prev svg {
  fill: var(--white-color);
}
.slider-btn-grp .slider-btn:hover.slider-next svg {
  fill: var(--white-color);
}
.slider-btn-grp .slider-btn.swiper-button-disabled {
  opacity: 0.5;
}

.section-title span {
  color: rgba(var(--title-color-opc), 0.6);
  font-family: var(--font-inter);
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 10px;
  padding-left: 40px;
  position: relative;
}
@media (max-width: 991px) {
  .section-title span {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .section-title span {
    padding-left: 35px;
  }
}
.section-title span::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 35px;
  height: 1px;
  background-color: var(--primary-color1);
}
@media (max-width: 767px) {
  .section-title span::after {
    width: 28px;
  }
}
.section-title h2 {
  color: var(--title-color);
  font-family: var(--font-young-serif);
  font-size: 60px;
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 0;
}
@media (max-width: 1399px) {
  .section-title h2 {
    font-size: 54px;
  }
}
@media (max-width: 1199px) {
  .section-title h2 {
    font-size: 50px;
  }
}
@media (max-width: 991px) {
  .section-title h2 {
    font-size: 47px;
  }
}
@media (max-width: 767px) {
  .section-title h2 {
    font-size: 38px;
    line-height: 1.2;
  }
}
@media (max-width: 576px) {
  .section-title h2 {
    font-size: 28px;
  }
}
.section-title > p {
  color: rgba(var(--title-color-opc), 0.6);
  font-family: var(--font-inter);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 0;
  padding-top: 20px;
}
@media (max-width: 576px) {
  .section-title > p {
    padding-top: 15px;
    font-size: 15px;
  }
}
.section-title .dash-and-paragraph {
  display: flex;
  gap: 24px;
  margin-top: -45px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-title .dash-and-paragraph {
    gap: 15px;
  }
}
@media (max-width: 991px) {
  .section-title .dash-and-paragraph {
    margin-bottom: 30px;
  }
}
@media (max-width: 576px) {
  .section-title .dash-and-paragraph {
    margin-bottom: 0;
  }
}
.section-title .dash-and-paragraph svg {
  width: 100%;
  fill: rgba(var(--title-color-opc), 0.1);
}
@media (max-width: 1199px) {
  .section-title .dash-and-paragraph svg {
    display: none;
    visibility: hidden;
  }
}
.section-title .dash-and-paragraph p {
  width: 100%;
  color: rgba(var(--title-color-opc), 0.6);
  font-family: var(--font-inter);
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .section-title .dash-and-paragraph p {
    min-width: unset;
  }
}
@media (max-width: 576px) {
  .section-title .dash-and-paragraph p {
    font-size: 16px;
  }
}
.section-title.white span {
  color: rgba(255, 255, 255, 0.6);
}
.section-title.white h2 {
  color: var(--white-color);
}
.section-title.white p {
  color: rgba(255, 255, 255, 0.6);
}
.section-title.white .dash-and-paragraph svg {
  width: 100%;
  fill: rgba(255, 255, 255, 0.08);
}
@media (max-width: 767px) {
  .section-title.white .dash-and-paragraph svg {
    display: none;
    visibility: hidden;
  }
}
.section-title.white .dash-and-paragraph p {
  color: rgba(255, 255, 255, 0.6);
}

/*=====================================
  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: relative;
  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: var(--white-color);
  box-shadow: 5px 3px 40px rgba(0, 72, 88, 0.1);
  z-index: 999;
}
@keyframes smooth-header {
  0% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0px);
  }
}
header.style-1 .company-logo img {
  width: 219px;
}
@media (max-width: 1199px) {
  header.style-1 .company-logo img {
    width: 190px;
  }
}
@media (max-width: 991px) {
  header.style-1 .company-logo img {
    width: 180px;
  }
}
@media (max-width: 576px) {
  header.style-1 .company-logo img {
    width: 150px;
  }
}
header.style-1 .nav-right {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  header.style-1 .nav-right {
    gap: 25px;
  }
}
@media (max-width: 1199px) {
  header.style-1 .nav-right {
    gap: 20px;
  }
}
@media (max-width: 576px) {
  header.style-1 .nav-right {
    gap: 15px;
  }
}
header.style-1 .nav-right .primary-btn2 {
  padding: 15px 35px 15px 20px;
}
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(--white-color);
  }
  header.style-1 .nav-right .mobile-menu-btn svg {
    fill: var(--title-color);
  }
  header.style-1 .nav-right .mobile-menu-btn:hover svg {
    animation: qode-draw 0.75s cubic-bezier(0.57, 0.39, 0, 0.86) 1 forwards;
  }
}
@media (max-width: 576px) {
  header.style-1 .nav-right .mobile-menu-btn {
    min-width: 40px;
    max-width: 40px;
    height: 40px;
  }
  header.style-1 .nav-right .mobile-menu-btn svg {
    width: 18px;
  }
}
@keyframes qode-draw {
  0%, 100% {
    clip-path: inset(-2px -2px);
  }
  42% {
    clip-path: inset(-2px -2px -2px 100%);
  }
  43% {
    clip-path: inset(-2px 100% -3px -2px);
  }
}
header.style-1 .main-menu {
  display: inline-block;
}
header.style-1 .main-menu > ul {
  list-style: none;
  margin: 0;
  border: 1px solid rgba(var(--title-color-opc), 0.1);
  padding: 3px;
  border-radius: 200px;
}
header.style-1 .main-menu > ul > li {
  display: inline-block;
  position: relative;
}
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(--title-color);
  display: block;
  letter-spacing: 0.4px;
  padding: 10px 24px;
  line-height: 1;
  position: relative;
  font-family: var(--font-inter);
  font-weight: 500;
  font-size: 13px;
  transition: all 0.5s ease-out 0s;
  position: relative;
  transition: all 0.5s ease-out 0s;
  border-radius: 100px;
}
@media (max-width: 1199px) {
  header.style-1 .main-menu > ul > li > a {
    padding: 9px 18px;
  }
}
@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);
  background-color: var(--primary-color1);
}
header.style-1 .main-menu > ul > li i.active::before {
  content: "\f2ea";
}
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);
  background-color: var(--primary-color1);
}
header.style-1 .main-menu > ul > li.active i {
  color: var(--primary-color1);
}
header.style-1 .main-menu > ul > li.active .dropdown-icon2 {
  color: var(--primary-color1);
}
header.style-1 .main-menu > ul > li.active.menu-item-has-children > a::before {
  color: var(--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: 150px;
}
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(--title-color);
  transition: 0.35s;
}
header.style-1 .mobile-logo-area .menu-close-btn:hover {
  background-color: var(--title-color);
}
header.style-1 .mobile-logo-area .menu-close-btn:hover i {
  color: var(--white-color);
}
@media only screen and (max-width: 991px) {
  header.style-1 .dropdown-icon {
    color: var(--white-color);
  }
  header.style-1 .main-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 280px;
    padding: 30px 20px !important;
    z-index: 99999;
    height: 100%;
    overflow: auto;
    background: var(--white-color);
    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 .btn-and-contact-area .primary-btn2 > span:nth-child(2) {
    left: 25px;
  }
  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;
    background-color: unset !important;
  }
  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-position: center center;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 88px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .home1-banner-section {
    background-position: left;
  }
}
@media (max-width: 991px) {
  .home1-banner-section {
    padding-top: 100px;
  }
}
@media (max-width: 576px) {
  .home1-banner-section {
    padding-top: 130px;
    padding-bottom: 40px;
  }
}
.home1-banner-section .banner-content {
  position: relative;
  text-align: center;
  margin-bottom: 50px;
}
.home1-banner-section .banner-content h1 {
  color: var(--white-color);
  font-family: var(--font-young-serif);
  font-size: 70px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 10px;
}
@media (max-width: 1399px) {
  .home1-banner-section .banner-content h1 {
    font-size: 65px;
  }
}
@media (max-width: 1199px) {
  .home1-banner-section .banner-content h1 {
    font-size: 50px;
  }
}
@media (max-width: 991px) {
  .home1-banner-section .banner-content h1 {
    font-size: 43px;
  }
}
@media (max-width: 767px) {
  .home1-banner-section .banner-content h1 {
    font-size: 36px;
    margin-bottom: 15px;
  }
}
@media (max-width: 576px) {
  .home1-banner-section .banner-content h1 {
    font-size: 26px;
    margin-bottom: 20px;
  }
}
.home1-banner-section .banner-content h1 span {
  color: #e6fc77;
}
.home1-banner-section .banner-content svg {
  fill: rgba(156, 211, 56, 0.2);
}
.home1-banner-section .banner-img {
  display: flex;
  justify-content: center;
  position: relative;
}
@media (max-width: 1799px) {
  .home1-banner-section .banner-img img {
    max-width: 1000px;
    margin: 0 auto;
  }
}
@media (max-width: 1399px) {
  .home1-banner-section .banner-img img {
    max-width: 880px;
    margin: 0 auto;
  }
}
@media (max-width: 991px) {
  .home1-banner-section .banner-img img {
    max-width: 700px;
  }
}
@media (max-width: 767px) {
  .home1-banner-section .banner-img img {
    max-width: 550px;
  }
}
.home1-banner-section .banner-img::after {
  content: url(../img/vector/banner-vector.svg);
  position: absolute;
  top: -30%;
  right: -15%;
}
@media (max-width: 1399px) {
  .home1-banner-section .banner-img::after {
    top: -42%;
    right: -7%;
  }
}
@media (max-width: 1199px) {
  .home1-banner-section .banner-img::after {
    display: none;
  }
}
@media (max-width: 576px) {
  .home1-banner-section .banner-img {
    display: none;
  }
}
.home1-banner-section .scroll-down-btn {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: var(--white-color);
  padding: 33px 28px 20px;
  border-radius: 200px 200px 0 0;
  display: flex;
  align-items: center;
  justify-content: end;
}
@media (max-width: 1399px) {
  .home1-banner-section .scroll-down-btn {
    padding: 15px;
  }
}
@media (max-width: 1199px) {
  .home1-banner-section .scroll-down-btn {
    display: none;
  }
}
.home1-banner-section .scroll-down-btn .circular-text {
  min-width: 120px;
  height: 120px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--white-color);
  border: 1px solid rgba(11, 12, 12, 0.2);
  position: relative;
}
.home1-banner-section .scroll-down-btn .circular-text .center-icon {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid rgba(11, 12, 12, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.home1-banner-section .scroll-down-btn .circular-text .center-icon svg {
  fill: var(--primary-color1);
}
.home1-banner-section .scroll-down-btn .circular-text .text {
  position: absolute;
  width: 100%;
  height: 100%;
  animation: textRotation 8s linear infinite;
}
.home1-banner-section .scroll-down-btn .circular-text .text span {
  position: absolute;
  left: 50%;
  color: #0b0c0c;
  font-family: var(--font-manrope);
  font-size: 13px;
  font-weight: 700;
  transform-origin: 0 60px;
}
@keyframes textRotation {
  to {
    transform: rotate(360deg);
  }
}

.home1-scroll-text-section {
  padding: 35px 0;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: flex;
  gap: 25px;
  border-bottom: 1px solid rgba(var(--title-color-opc), 0.15);
}
@media (max-width: 991px) {
  .home1-scroll-text-section {
    padding: 20px 0;
  }
}
.home1-scroll-text-section .scroll-text {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 25px;
  animation: scroll-x-reverse 40s linear infinite;
}
.home1-scroll-text-section .scroll-text h6 {
  font-family: var(--font-young-serif);
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 1.2px;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  margin-bottom: 0;
  color: rgba(0, 0, 0, 0.6980392157);
}
@media (max-width: 576px) {
  .home1-scroll-text-section .scroll-text h6 {
    font-size: 17px;
  }
}
.home1-scroll-text-section .scroll-text span {
  color: #5841d8;
  font-size: 20px;
  font-weight: 400;
}
.home1-scroll-text-section .scroll-text span.style-2 {
  color: linear-gradient(61.24deg, #e24c4a 49.17%, #386bb7 53.26%);
}
.home1-scroll-text-section .scroll-text span.style-3 {
  color: #9cd338;
}
.home1-scroll-text-section .scroll-text span.style-4 {
  color: var(--primary-color1);
}
.home1-scroll-text-section.style-2 {
  background-color: #e2dfff;
  border-bottom: unset;
}
@keyframes scroll-x-reverse {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}

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

.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-inter);
  font-size: 30px;
  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-inter);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0;
}
.single-kye-features .kye-features-img {
  width: 100%;
  background-color: #ffffff;
  border-radius: 15px 15px 0 0;
  padding: 15px 15px 0;
}
.single-kye-features .kye-features-img img {
  border-radius: 10px 10px 0 0;
  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 {
  position: relative;
}
.home-page-area .section-title .demo-number {
  margin-bottom: -95px;
}
@media (max-width: 576px) {
  .home-page-area .section-title .demo-number {
    margin-bottom: -65px;
  }
}
@media (max-width: 991px) {
  .home-page-area .section-title .demo-number img {
    width: 180px;
  }
}
@media (max-width: 767px) {
  .home-page-area .section-title .demo-number img {
    width: 150px;
  }
}
@media (max-width: 576px) {
  .home-page-area .section-title .demo-number img {
    width: 130px;
  }
}
.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 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-young-serif);
  font-size: 25px;
  font-weight: 400;
  line-height: 1.2;
  transition: 0.35s;
}
@media (max-width: 991px) {
  .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);
}

.key-feature-area {
  background-color: #ebeefa;
  padding: 110px 0;
}
@media (max-width: 991px) {
  .key-feature-area {
    padding: 90px 0;
  }
}
@media (max-width: 767px) {
  .key-feature-area {
    padding: 70px 0;
  }
}
.key-feature-area .feature-card {
  padding: 26px 20px;
  background-color: var(--white-color);
  border: 1px solid rgba(0, 0, 0, 0.3019607843);
  border-radius: 20px;
  text-align: center;
}
@media (max-width: 1399px) {
  .key-feature-area .feature-card {
    padding: 25px 10px;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .key-feature-area .feature-card {
    padding: 24px 9px;
  }
}
@media (max-width: 576px) {
  .key-feature-area .feature-card {
    border-radius: 15px;
    padding: 23px 9px;
  }
}
.key-feature-area .feature-card h6 {
  color: #202020;
  font-family: var(--font-inter);
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 0;
  margin-top: 20px;
}
@media (max-width: 576px) {
  .key-feature-area .feature-card h6 {
    font-size: 14px;
  }
}
.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;
}

.indivisual-inner-pages .section-title h2 {
  font-size: 55px;
}
@media (max-width: 1399px) {
  .indivisual-inner-pages .section-title h2 {
    font-size: 46px;
  }
}
@media (max-width: 1199px) {
  .indivisual-inner-pages .section-title h2 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .indivisual-inner-pages .section-title h2 {
    font-size: 35px;
    max-width: 450px;
  }
}
@media (max-width: 576px) {
  .indivisual-inner-pages .section-title h2 {
    font-size: 24px;
    max-width: 300px;
  }
}
.indivisual-inner-pages .section-title .dash-and-paragraph {
  margin-top: 20px;
  align-items: flex-start;
}
@media (max-width: 576px) {
  .indivisual-inner-pages .section-title .dash-and-paragraph {
    margin-top: 15px;
  }
}
.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-dmsans);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  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 .indivisual-inner-image {
  position: relative;
}
.indivisual-inner-pages .indivisual-inner-image::before {
  content: url(../img/vector/start-shape.svg);
  position: absolute;
  left: -22%;
  bottom: 10%;
  z-index: -1;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .indivisual-inner-pages .indivisual-inner-image::before {
    left: -20%;
  }
}
@media (max-width: 1399px) {
  .indivisual-inner-pages .indivisual-inner-image::before {
    left: -16%;
    bottom: 2%;
  }
}
@media (max-width: 1199px) {
  .indivisual-inner-pages .indivisual-inner-image::before {
    display: none;
  }
}
.indivisual-inner-pages .indivisual-inner-image::after {
  content: url(../img/vector/indivisual-inner-page-vector.svg);
  position: absolute;
  top: -15%;
  right: 0;
}
@media (max-width: 1399px) {
  .indivisual-inner-pages .indivisual-inner-image::after {
    top: -19%;
  }
}
@media (max-width: 1199px) {
  .indivisual-inner-pages .indivisual-inner-image::after {
    right: -15px;
    top: -25%;
  }
}
@media (max-width: 991px) {
  .indivisual-inner-pages .indivisual-inner-image::after {
    right: 70px;
    top: -15%;
  }
}
@media (max-width: 767px) {
  .indivisual-inner-pages .indivisual-inner-image::after {
    right: -15px;
    top: -22%;
  }
}
@media (max-width: 576px) {
  .indivisual-inner-pages .indivisual-inner-image::after {
    display: none;
  }
}
@media (max-width: 576px) {
  .indivisual-inner-pages .purchase-btn {
    padding-top: 35px;
  }
}
.indivisual-inner-pages .purchase-btn .primary-btn2 {
  font-family: var(--font-inter-tight);
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 1.5px;
  text-align: right;
  vertical-align: middle;
  text-transform: uppercase;
  text-decoration: underline;
  background-color: var(--title-color);
  color: var(--white-color);
  padding: 20px 72px;
  border-radius: 10px;
  gap: 7px;
}
.indivisual-inner-pages .purchase-btn .primary-btn2 > span {
  width: unset;
}
.indivisual-inner-pages .purchase-btn .primary-btn2 > span:nth-child(2) {
  left: 45px;
}
.indivisual-inner-pages .purchase-btn .primary-btn2::after {
  background-color: var(--primary-color1);
}
.indivisual-inner-pages .purchase-btn .primary-btn2 svg {
  fill: var(--white-color);
}

.inner-page-section {
  background-color: var(--title-color);
  padding: 80px 0;
  scroll-margin-top: 50px;
}
.inner-page-section .title-and-counter-area {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .inner-page-section .title-and-counter-area {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 20px;
  }
}
.inner-page-section .section-title h2 {
  font-size: 55px;
  max-width: 616px;
}
@media (max-width: 767px) {
  .inner-page-section .section-title h2 {
    font-size: 44px;
    max-width: 450px;
  }
}
@media (max-width: 576px) {
  .inner-page-section .section-title h2 {
    font-size: 30px;
  }
}
.inner-page-section .section-title h2 span {
  display: block;
}
.inner-page-section .section-title .dash-and-paragraph {
  margin-top: 0;
}
.inner-page-section .section-title .dash-and-paragraph p {
  max-width: 420px;
  min-width: 420px;
  padding-top: 10px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .inner-page-section .section-title .dash-and-paragraph p {
    max-width: 280px;
    min-width: 280px;
  }
}
@media (max-width: 767px) {
  .inner-page-section .section-title .dash-and-paragraph p {
    max-width: unset;
    min-width: unset;
  }
}
.inner-page-section .single-counter {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media (max-width: 767px) {
  .inner-page-section .single-counter .icon img {
    width: 50px;
  }
}
.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: var(--white-color);
  font-family: var(--font-inter);
  font-size: 60px;
  font-weight: 800;
  margin-bottom: 0;
  line-height: 1;
}
@media (max-width: 1199px) {
  .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: 50px;
  }
}
@media (max-width: 576px) {
  .inner-page-section .single-counter .content .number .counter {
    font-size: 30px;
  }
}
.inner-page-section .single-counter .content .number span {
  color: var(--white-color);
  font-family: var(--font-inter);
  line-height: 1;
  font-size: 70px;
  font-weight: 800;
}
@media (max-width: 1199px) {
  .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: 50px;
  }
}
@media (max-width: 576px) {
  .inner-page-section .single-counter .content .number span {
    font-size: 30px;
  }
}
.inner-page-section .single-counter .content p {
  color: var(--white-color);
  font-family: var(--font-inter-tight);
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
}
@media (max-width: 576px) {
  .inner-page-section .single-counter .content p {
    font-size: 16px;
  }
}
.inner-page-section .inner-page-image-wrap .inner-page-image {
  background-color: rgba(var(--primary-color1-opc), 0.1);
  border-radius: 20px;
  padding: 15px;
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .inner-page-section .inner-page-image-wrap .inner-page-image {
    padding: 15px;
    margin-bottom: 50px;
  }
}
@media (max-width: 1199px) {
  .inner-page-section .inner-page-image-wrap .inner-page-image {
    margin-bottom: 45px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .inner-page-section .inner-page-image-wrap .inner-page-image {
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .inner-page-section .inner-page-image-wrap .inner-page-image {
    padding: 10px;
    margin-bottom: 30px;
  }
}
.inner-page-section .inner-page-image-wrap .inner-page-image img {
  border-radius: 10px;
}
@media (max-width: 767px) {
  .inner-page-section .inner-page-image-wrap .inner-page-image img {
    border-radius: 7px;
  }
}
.inner-page-section .inner-page-image-wrap h2 {
  margin-bottom: 0;
  text-align: center;
  opacity: 0;
}
.inner-page-section .inner-page-image-wrap h2 a {
  font-family: var(--font-young-serif);
  font-weight: 400;
  font-size: 25px;
  line-height: 1;
  text-align: center;
  color: var(--white-color);
}
@media (max-width: 767px) {
  .inner-page-section .inner-page-image-wrap h2 a {
    font-size: 22px;
  }
}
@media (max-width: 576px) {
  .inner-page-section .inner-page-image-wrap h2 a {
    font-size: 18px;
  }
}
.inner-page-section .btm-content h4 {
  font-family: var(--font-young-serif);
  font-weight: 400;
  font-size: 25px;
  line-height: 1;
  text-align: center;
  color: var(--white-color);
  margin-bottom: 0;
}
.inner-page-section .inner-page-slide .swiper-slide-active .inner-page-image-wrap h2 {
  opacity: 1;
}
.inner-page-section .slider-btn-grp {
  position: relative;
  top: -40px;
  z-index: 1;
}
@media (max-width: 767px) {
  .inner-page-section .slider-btn-grp {
    top: -30px;
  }
}

.service-section .single-service {
  max-width: 328px;
  position: relative;
}
.service-section .single-service::after {
  content: "";
  position: absolute;
  background: linear-gradient(270deg, rgba(226, 76, 74, 0.15) 0%, rgba(56, 107, 183, 0.15) 100%);
  width: 2px;
  height: 151px;
  top: 30%;
  left: -15%;
}
@media (max-width: 1399px) {
  .service-section .single-service::after {
    left: -7%;
  }
}
@media (max-width: 1199px) {
  .service-section .single-service::after {
    display: none;
  }
}
.service-section .single-service .icon {
  margin-bottom: 20px;
}
.service-section .single-service h4 {
  font-family: var(--font-inter-tight);
  font-weight: 600;
  font-size: 25px;
  line-height: 1.3;
  text-align: center;
  color: var(--title-color2);
  margin-bottom: 15px;
}
@media (max-width: 1199px) {
  .service-section .single-service h4 {
    font-size: 21px;
  }
}
@media (max-width: 767px) {
  .service-section .single-service h4 {
    font-size: 18px;
  }
}
.service-section .single-service p {
  font-family: var(--font-inter);
  font-weight: 400;
  font-size: 15px;
  line-height: 1.6;
  text-align: center;
  color: rgba(var(--title-color-opc), 0.6);
  margin-bottom: 0;
}
.service-section .single-service.style-2::after {
  display: none;
}

.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-color2);
  font-family: var(--font-inter);
  font-weight: 600;
  font-size: 35px;
  line-height: 1.3;
  letter-spacing: 0.2px;
  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-inter);
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
  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-btn2 {
  padding: 18px 36px;
  text-transform: capitalize;
  font-weight: 700;
  font-size: 16px;
  text-decoration: unset;
  background-color: var(--primary-color2);
}
@media (max-width: 1399px) {
  .product-support-section .product-support-card .content .primary-btn2 {
    padding: 18px 32px;
  }
}
@media (max-width: 576px) {
  .product-support-section .product-support-card .content .primary-btn2 {
    padding: 18px 28px;
  }
}
.product-support-section .product-support-card .content .primary-btn2 > span:nth-child(2) {
  left: 10px;
}
.product-support-section .product-support-card .content .primary-btn2::after {
  background-color: var(--primary-color1);
}
.product-support-section .product-support-card .content .primary-btn2.black-bg {
  background-color: var(--title-color2);
}
.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;
  }
}

.product-support-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) {
  .product-support-bottom-area {
    padding: 28px 80px;
  }
}
@media (max-width: 1199px) {
  .product-support-bottom-area {
    padding: 28px 60px;
  }
}
@media (max-width: 991px) {
  .product-support-bottom-area {
    padding: 28px 35px;
    background-position: 70%;
  }
}
@media (max-width: 767px) {
  .product-support-bottom-area {
    flex-wrap: wrap;
    gap: 25px;
  }
}
@media (max-width: 576px) {
  .product-support-bottom-area {
    border-radius: 15px;
    padding: 28px 20px;
  }
}
.product-support-bottom-area .content {
  max-width: 448px;
  width: 100%;
}
.product-support-bottom-area .content h4 {
  color: var(--white-color);
  font-family: var(--font-young-serif);
  font-weight: 400;
  font-size: 28px;
  line-height: 1.4;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .product-support-bottom-area .content h4 {
    font-size: 25px;
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .product-support-bottom-area .content h4 {
    font-size: 18px;
    line-height: 1.2;
  }
}
.product-support-bottom-area .content p {
  color: var(--white-color);
  font-family: var(--font-inter-tight);
  font-weight: 400;
  font-size: 18px;
  line-height: 22.68px;
  margin-bottom: 0;
}
.product-support-bottom-area .primary-btn2 {
  background-color: #9cd338;
  color: var(--title-color);
  padding: 17px 35px;
}
.product-support-bottom-area .primary-btn2 svg {
  fill: var(--title-color);
  transition: 0.35s;
}
.product-support-bottom-area .primary-btn2 > span:nth-child(2) {
  left: 35px;
}
.product-support-bottom-area .primary-btn2::after {
  background-color: var(--primary-color1);
}
.product-support-bottom-area .primary-btn2:hover {
  color: var(--white-color);
}
.product-support-bottom-area .primary-btn2:hover svg {
  fill: var(--white-color);
}

.responsive-section {
  background-color: #f1f6f6;
  padding: 90px 0;
}
@media (max-width: 991px) {
  .responsive-section {
    padding: 70px 0;
  }
}
.responsive-section .section-title h2 {
  max-width: 650px;
}
@media (max-width: 991px) {
  .responsive-section .section-title h2 {
    margin-bottom: 15px;
  }
}
.responsive-section .section-title .dash-and-paragraph {
  margin-top: 0;
  margin-bottom: 0;
}
.responsive-section .nav-tabs {
  border-bottom: 1px solid rgba(var(--title-color-opc), 0.1);
  gap: 180px;
  cursor: pointer;
}
@media (max-width: 1399px) {
  .responsive-section .nav-tabs {
    gap: 155px;
  }
}
@media (max-width: 1199px) {
  .responsive-section .nav-tabs {
    gap: 95px;
  }
}
@media (max-width: 991px) {
  .responsive-section .nav-tabs {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .responsive-section .nav-tabs {
    gap: 0;
    row-gap: 20px;
  }
}
@media (max-width: 576px) {
  .responsive-section .nav-tabs {
    gap: 10px;
    row-gap: 25px;
    border-bottom: none;
  }
}
.responsive-section .nav-tabs .nav-link {
  font-family: var(--font-inter);
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.36px;
  text-transform: capitalize;
  border: none;
  background: linear-gradient(to bottom, rgb(1, 14, 208) 0%, rgb(1, 14, 208) 98%);
  background-size: 0px 1px;
  background-repeat: no-repeat;
  background-position: right 100%;
  transition: background-size 0.75s;
  padding-bottom: 35px;
}
@media (max-width: 991px) {
  .responsive-section .nav-tabs .nav-link {
    padding-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .responsive-section .nav-tabs .nav-link {
    padding-bottom: 15px;
  }
}
.responsive-section .nav-tabs .nav-link .responsive-icon svg {
  fill: #c4c4c4;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .responsive-section .nav-tabs .nav-link .responsive-icon svg {
    width: 60px;
    margin-bottom: 15px;
  }
}
@media (max-width: 576px) {
  .responsive-section .nav-tabs .nav-link .responsive-icon svg {
    margin-bottom: 10px;
  }
}
.responsive-section .nav-tabs .nav-link .responsive-icon .content span {
  font-family: var(--font-inter);
  font-weight: 600;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  color: var(--title-color);
  display: inline-flex;
  margin-bottom: 10px;
}
.responsive-section .nav-tabs .nav-link .responsive-icon .content p {
  font-family: var(--font-inter-tight);
  font-weight: 500;
  font-size: 15px;
  line-height: 17px;
  text-align: center;
  color: rgba(var(--title-color-opc), 0.5);
  margin-bottom: 0;
  max-width: 125px;
}
.responsive-section .nav-tabs .nav-link.active {
  font-weight: 600;
  background-size: 100% 1px;
  background-position: 0% 100%;
}
.responsive-section .nav-tabs .nav-link.active svg {
  fill: rgba(var(--title-color-opc), 0.6);
}
.responsive-section .image-icon svg {
  fill: rgba(1, 14, 208, 0.1);
}

.dashboard-area .dashboard-img-group {
  display: flex;
  align-items: end;
  gap: 75px;
}
@media (max-width: 1399px) {
  .dashboard-area .dashboard-img-group {
    gap: 12px;
  }
}
@media (max-width: 1199px) {
  .dashboard-area .dashboard-img-group {
    gap: 20px;
    display: grid;
    grid-template-columns: 41% 56%;
  }
}
@media (max-width: 767px) {
  .dashboard-area .dashboard-img-group {
    display: inline-flex;
    flex-direction: column;
    align-items: start;
    gap: 40px;
  }
}
.dashboard-area .dashboard-right-img-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 60px;
}
@media (max-width: 1199px) {
  .dashboard-area .dashboard-right-img-wrap {
    padding-top: 88px;
  }
}
@media (max-width: 991px) {
  .dashboard-area .dashboard-right-img-wrap {
    padding-top: 0;
  }
}
@media (max-width: 991px) {
  .dashboard-area .dashboard-right-img-wrap {
    align-items: start;
  }
}
.dashboard-area .dashboard-right-img-wrap > svg {
  fill: none;
  stroke: var(--primary-color2);
}
@media (max-width: 991px) {
  .dashboard-area .dashboard-right-img-wrap > svg {
    display: none;
  }
}
.dashboard-area .dashboard-right-img-wrap .dashboard-right-img {
  margin-top: -130px;
  margin-bottom: 50px;
}
@media (max-width: 1199px) {
  .dashboard-area .dashboard-right-img-wrap .dashboard-right-img {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .dashboard-area .dashboard-right-img-wrap .dashboard-right-img {
    margin-top: 0;
  }
}
.dashboard-area .dashboard-right-img-wrap .purchase-btn {
  width: 100%;
}
@media (max-width: 1199px) {
  .dashboard-area .dashboard-right-img-wrap .purchase-btn {
    width: unset;
  }
}
.dashboard-area .dashboard-right-img-wrap .purchase-btn .primary-btn2 {
  width: 100%;
  justify-content: center;
  border-radius: 150px;
  background-color: var(--title-color);
  padding: 20px 25px;
}
.dashboard-area .dashboard-right-img-wrap .purchase-btn .primary-btn2::after {
  background-color: var(--primary-color1);
}
.dashboard-area .dashboard-right-img-wrap .purchase-btn .primary-btn2 > span:nth-child(2) {
  left: 105px;
}

.feature-list-section .feature-list {
  padding-top: 20px;
  list-style: none;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 80px;
}
@media (max-width: 1199px) {
  .feature-list-section .feature-list {
    gap: 60px;
  }
}
@media (max-width: 991px) {
  .feature-list-section .feature-list {
    flex-wrap: wrap;
    justify-items: center;
    justify-content: unset;
    gap: 40px;
  }
}
.feature-list-section .feature-list li {
  display: flex;
  align-items: center;
  gap: 17px;
  position: relative;
}
.feature-list-section .feature-list li::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 68px;
  background-color: rgba(var(--title-color-opc), 0.07);
  top: 0;
  left: -50%;
}
@media (max-width: 1399px) {
  .feature-list-section .feature-list li::after {
    left: -36%;
  }
}
@media (max-width: 1199px) {
  .feature-list-section .feature-list li::after {
    left: -22%;
  }
}
@media (max-width: 991px) {
  .feature-list-section .feature-list li::after {
    display: none;
  }
}
.feature-list-section .feature-list li:first-child::after {
  display: none;
}
.feature-list-section .feature-list li .content {
  text-align: start;
}
.feature-list-section .feature-list li .content h6 {
  color: var(--title-color);
  font-family: var(--font-manrope);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0;
  max-width: 120px;
}

.footer-top-section {
  background-color: var(--primary-color1);
  padding: 104px 0;
  position: relative;
}
@media (max-width: 991px) {
  .footer-top-section {
    padding: 70px 0;
  }
}
@media (max-width: 576px) {
  .footer-top-section {
    padding: 60px 0;
  }
}
.footer-top-section::after {
  content: url(../img/vector/footer-top-card-vector.svg);
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 576px) {
  .footer-top-section::after {
    display: none;
  }
}
.footer-top-section .footer-top-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 1199px) {
  .footer-top-section .footer-top-content {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 30px;
  }
}
.footer-top-section .footer-top-content .section-title span {
  color: var(--white-color);
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 1.5px;
  padding-left: 0;
  margin-bottom: 20px;
}
.footer-top-section .footer-top-content .section-title span::after {
  right: -40px;
  left: unset;
  background-color: var(--white-color);
}
.footer-top-section .footer-top-content .section-title h2 {
  color: var(--white-color);
  max-width: 715px;
  margin-bottom: 0;
}
.footer-top-section .footer-top-content .button-area {
  display: inline-flex;
  align-items: center;
  gap: 50px;
}
@media (max-width: 576px) {
  .footer-top-section .footer-top-content .button-area {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.footer-top-section .footer-top-content .button-area .primary-btn2 {
  color: var(--primary-color1);
}
.footer-top-section .footer-top-content .button-area .primary-btn2 > span:nth-child(2) {
  left: 0;
}
.footer-top-section .footer-top-content .button-area .primary-btn2 .arrow {
  fill: rgba(var(--primary-color1-opc), 0.15);
}
.footer-top-section .footer-top-content .button-area .primary-btn2.white-bg::after {
  background-color: var(--button-color);
}
.footer-top-section .footer-top-content .button-area .primary-btn2.white-bg:hover {
  color: var(--white-color);
}
.footer-top-section .footer-top-content .button-area .primary-btn2.white-bg:hover .arrow {
  fill: rgba(var(--title-color-opc), 0.15);
}

.footer-section .footer-section-wrap {
  background-image: url(../img/footer-bg.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 63px 0 89px;
}
@media (max-width: 1199px) {
  .footer-section .footer-section-wrap {
    padding: 60px 0 70px;
  }
}
.footer-section .footer-section-wrap .footer-top-area {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 63px;
  margin-bottom: 74px;
}
@media (max-width: 991px) {
  .footer-section .footer-section-wrap .footer-top-area {
    padding-bottom: 60px;
    margin-bottom: 50px;
  }
}
@media (max-width: 576px) {
  .footer-section .footer-section-wrap .footer-top-area {
    padding-bottom: 50px;
    margin-bottom: 45px;
  }
}
.footer-section .footer-section-wrap .footer-top-area .footer-logo img {
  width: 219px;
}
@media (max-width: 991px) {
  .footer-section .footer-section-wrap .footer-top-area .footer-logo img {
    width: 180px;
  }
}
.footer-section .footer-section-wrap .footer-top-area .menu-list {
  list-style: none;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 3px;
  border-radius: 200px;
}
@media (max-width: 576px) {
  .footer-section .footer-section-wrap .footer-top-area .menu-list {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    border-radius: 20px;
    padding: 15px;
  }
}
.footer-section .footer-section-wrap .footer-top-area .menu-list > li {
  display: inline-block;
  position: relative;
}
.footer-section .footer-section-wrap .footer-top-area .menu-list > li > a {
  color: var(--white-color);
  display: block;
  letter-spacing: 0.4px;
  padding: 10px 24px;
  line-height: 1;
  position: relative;
  font-family: var(--font-young-serif);
  font-weight: 400;
  font-size: 12px;
  transition: all 0.5s ease-out 0s;
  position: relative;
  transition: all 0.5s ease-out 0s;
  border-radius: 100px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .footer-section .footer-section-wrap .footer-top-area .menu-list > li > a {
    padding: 9px 15px;
  }
}
.footer-section .footer-section-wrap .footer-top-area .menu-list > li.active > a {
  color: var(--white-color);
  background-color: var(--primary-color2);
}
.footer-section .footer-section-wrap .footer-content h2 {
  font-family: var(--font-young-serif);
  font-weight: 400;
  font-size: 75px;
  line-height: 1.2;
  text-align: center;
  text-transform: capitalize;
  color: var(--white-color);
  margin-bottom: 50px;
}
@media (max-width: 1399px) {
  .footer-section .footer-section-wrap .footer-content h2 {
    font-size: 60px;
    margin-bottom: 35px;
  }
}
@media (max-width: 1199px) {
  .footer-section .footer-section-wrap .footer-content h2 {
    font-size: 50px;
  }
}
@media (max-width: 991px) {
  .footer-section .footer-section-wrap .footer-content h2 {
    font-size: 43px;
  }
}
@media (max-width: 767px) {
  .footer-section .footer-section-wrap .footer-content h2 {
    font-size: 33px;
  }
}
@media (max-width: 576px) {
  .footer-section .footer-section-wrap .footer-content h2 {
    font-size: 28px;
  }
}
.footer-section .footer-section-wrap .footer-content h2 span {
  color: var(--primary-color1);
}
.footer-section .footer-section-wrap .footer-content a {
  font-family: var(--font-inter-tight);
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 1.5px;
  background-color: var(--white-color);
  color: var(--title-color);
  border-radius: 10px;
  padding: 20px 42px;
  display: inline-flex;
  align-items: center;
  transition: 0.35s;
  gap: 8px;
}
@media (max-width: 1399px) {
  .footer-section .footer-section-wrap .footer-content a {
    padding: 17px 35px;
  }
}
@media (max-width: 767px) {
  .footer-section .footer-section-wrap .footer-content a {
    padding: 15px 20px;
    font-size: 15px;
  }
}
.footer-section .footer-section-wrap .footer-content a svg {
  stroke: none;
  fill: var(--title-color);
  transition: 0.35s;
}
.footer-section .footer-section-wrap .footer-content a::after {
  background-color: var(--primary-color1);
}
.footer-section .footer-section-wrap .footer-content a > span:nth-child(2) {
  top: 49%;
  left: 43px;
}
.footer-section .footer-section-wrap .footer-content a:hover {
  color: var(--white-color);
}
.footer-section .footer-section-wrap .footer-content a:hover svg {
  fill: var(--white-color);
}
.footer-section .footer-bottom-wrap {
  background-color: var(--white-color);
  padding: 15px 0;
}
.footer-section .footer-bottom-wrap .footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .footer-section .footer-bottom-wrap .footer-bottom {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }
}
.footer-section .footer-bottom-wrap .footer-bottom .copyright-area p {
  color: rgba(var(--title-color-opc), 0.6);
  font-family: var(--font-inter);
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}
@media (max-width: 576px) {
  .footer-section .footer-bottom-wrap .footer-bottom .copyright-area p {
    text-align: center;
  }
}
.footer-section .footer-bottom-wrap .footer-bottom .copyright-area p a {
  color: var(--primary-color1);
  font-family: var(--font-young-serif);
  font-weight: 400;
  transition: 0.5s;
}
.footer-section .footer-bottom-wrap .footer-bottom .copyright-area p a:hover {
  color: var(--title-color2);
}
.footer-section .footer-bottom-wrap .footer-bottom .footer-bottom-right .social-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 30px;
}
@media (max-width: 576px) {
  .footer-section .footer-bottom-wrap .footer-bottom .footer-bottom-right .social-list {
    gap: 12px;
  }
}
.footer-section .footer-bottom-wrap .footer-bottom .footer-bottom-right .social-list li {
  display: flex;
  align-items: center;
  gap: 6px;
}
.footer-section .footer-bottom-wrap .footer-bottom .footer-bottom-right .social-list li a i {
  color: rgba(var(--title-color-opc), 0.6);
  transition: 0.35s;
}
.footer-section .footer-bottom-wrap .footer-bottom .footer-bottom-right .social-list li span {
  font-family: var(--font-inter-tight);
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  color: rgba(var(--title-color-opc), 0.6);
  transition: 0.35s;
}
.footer-section .footer-bottom-wrap .footer-bottom .footer-bottom-right .social-list li:hover a i {
  color: var(--primary-color1);
}
.footer-section .footer-bottom-wrap .footer-bottom .footer-bottom-right .social-list li:hover span {
  color: var(--primary-color1);
}/*# sourceMappingURL=style.css.map */