/*===========================
Project Name: Vernex - HTML Template
Author: Egens Lab --> (https://www.egenslab.com/)
Support: https://egenslab.desky.support/
Version: 1.0


/*===========================
     01.COMMON CSS 
===========================*/
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Manrope:wght@200..800&display=swap");
* {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

:root {
  --font-manrope: "Manrope", sans-serif;
  --font-dmsans: "DM Sans", sans-serif;
  --white-color: #fff;
  --black-color: #000;
  --title-color: #000000;
  --title-color-opc: 0, 0, 0;
  --paragraph-color: #00000099;
  --primary-color1: #CB0000;
  --primary-color1-opc: 203, 0, 0;
  --primary-color2: #000000;
  --primary-color2-opc: 0, 0, 0;
  --black-color: #000000;
  --black-color-opc: 0, 0, 0;
  --borders-color: #eee;
}

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

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

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

input {
  border: none;
  outline: none;
}

button {
  outline: none;
  border: none;
}

i.bx {
  vertical-align: middle;
}

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

a {
  text-decoration: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: 991px) {
  .mb-70 {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .mb-70 {
    margin-bottom: 40px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.primary-btn1 {
  background-color: var(--primary-color1);
  font-family: var(--font-manrope);
  font-weight: 600;
  font-size: 13px;
  color: var(--white-color);
  letter-spacing: 0.48px;
  line-height: 1;
  padding: 22px 52px 22px 26px;
  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;
}
.primary-btn1 > span {
  transition: opacity 0.3s, transform 0.3s;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  background-color: transparent;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 5px;
}
.primary-btn1 > span:nth-child(2) {
  text-decoration: underline;
  position: absolute;
  top: 50%;
  left: 0;
  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-btn1 .arrow {
  fill: rgba(var(--title-color-opc), 0.15);
  position: absolute;
  top: 3px;
  right: 3px;
  transition: 0.5s;
}
.primary-btn1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 102% 102%;
  border-radius: inherit;
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  opacity: 0;
  z-index: -1;
}
.primary-btn1::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(110%);
  background-color: var(--black-color);
  overflow: hidden;
  transition: opacity 0.5s, transform 0.5s;
  z-index: -1;
}
.primary-btn1:hover {
  color: var(--white-color);
}
.primary-btn1:hover .arrow {
  fill: rgba(255, 255, 255, 0.15);
}
.primary-btn1:hover > span {
  transform: translateY(-150%);
  opacity: 0;
}
.primary-btn1:hover > span:nth-child(2) {
  opacity: 1;
  transform: translate(0%, -50%);
}
.primary-btn1:hover::after {
  transform: translate(0);
  border-radius: 0;
}
.primary-btn1.white-bg {
  background-color: var(--white-color);
  color: var(--primary-color1);
}
.primary-btn1.white-bg .arrow {
  fill: rgba(var(--primary-color1-opc), 0.15);
}
.primary-btn1.white-bg span svg {
  fill: var(--primary-color1);
}
.primary-btn1.white-bg::after {
  background-color: var(--primary-color1);
}
.primary-btn1.white-bg:hover {
  color: var(--white-color);
}
.primary-btn1.white-bg:hover .arrow {
  fill: rgba(var(--title-color-opc), 0.15);
}
.primary-btn1.white-bg:hover span svg {
  fill: var(--white-color);
}
.primary-btn1.black-bg {
  background-color: var(--black-color);
  color: var(--white-color);
}
.primary-btn1.black-bg::after {
  background-color: var(--primary-color1);
}
.primary-btn1.black-bg .arrow {
  fill: rgba(255, 255, 255, 0.15);
}
.primary-btn1.black-bg span svg {
  fill: var(--white-color);
}
.primary-btn1.black-bg:hover {
  color: var(--white-color);
}
.primary-btn1.black-bg:hover .arrow {
  fill: rgba(var(--title-color-opc), 0.15);
}
.primary-btn1.black-bg:hover span svg {
  fill: var(--white-color);
}
.primary-btn1.transparent {
  background-color: transparent;
  border: 1px solid var(--black-color);
  color: var(--title-color);
  padding: 21px 52px 21px 26px;
}
.primary-btn1.transparent::after {
  background-color: var(--primary-color1);
}
.primary-btn1.transparent:hover {
  color: var(--white-color);
  border-color: var(--primary-color1);
}

.primary-btn2 {
  padding: 20px 47px;
  background-color: var(--primary-color2);
  display: inline-block;
  line-height: 1;
}
@media (max-width: 576px) {
  .primary-btn2 {
    padding: 17px 33px;
  }
}
.primary-btn2 span {
  position: relative;
  display: inline-block;
  vertical-align: top;
  line-height: 1;
  text-decoration: none;
  outline: none;
  padding: 0 1.375em 0.0625em 0;
  cursor: pointer;
  background-color: transparent;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: var(--background-size, 100%) 0.0625em;
  transition: background-size 0.2s linear var(--background-delay, 0.15s);
  transform: translateZ(0);
  border: none;
  background-image: linear-gradient(0deg, var(--white-color) 0%, var(--white-color) 100%);
  color: var(--white-color);
  font-family: var(--font-manrope);
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  white-space: nowrap;
}
@media (max-width: 576px) {
  .primary-btn2 span {
    font-size: 13px;
  }
}
.primary-btn2 span::after {
  content: "\f123";
  font-family: "bootstrap-icons";
  display: block;
  position: absolute;
  right: 0;
  left: initial;
  top: 0;
  opacity: 1;
  transition: opacity 0.3s 0.15s;
  color: var(--white-color);
}
.primary-btn2 span svg {
  position: absolute;
  display: block;
  line-height: 1.8125em;
  width: 1.375em;
  height: 1.8125em;
  right: 0;
  left: initial;
  top: 50%;
  margin: -0.92em 0 0;
  fill: none;
  stroke: var(--white-color);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1px;
  stroke-dasharray: 7.95 30;
  stroke-dashoffset: var(--stroke-dashoffset, 46);
  transition: stroke-dashoffset var(--stroke-duration, 0.15s) var(--stroke-easing, linear) var(--stroke-delay, 0s);
}
.primary-btn2:hover span {
  --background-size: 0%;
  --stroke-dashoffset: 26;
  --stroke-duration: .3s;
  --stroke-easing: cubic-bezier(0.3, 1.5, 0.5, 1);
  --stroke-delay: .195s;
}
.primary-btn2:hover span::after {
  opacity: 0;
  transition-delay: 0s;
}
.primary-btn2.white-bg {
  background-color: var(--white-color);
}
.primary-btn2.white-bg span {
  background-image: linear-gradient(0deg, var(--title-color) 0%, var(--title-color) 100%);
  color: var(--title-color);
}
.primary-btn2.white-bg span::after {
  color: var(--title-color);
}
.primary-btn2.white-bg span svg {
  fill: none;
  stroke: var(--title-color);
}
.primary-btn2.transparent {
  background-color: transparent;
  border: 1px solid var(--primary-color);
  padding: 18px 33px;
}
@media (max-width: 576px) {
  .primary-btn2.transparent {
    padding: 14px 22px;
  }
}
.primary-btn2.transparent span {
  background-image: linear-gradient(0deg, var(--title-color) 0%, var(--title-color) 100%);
  color: var(--title-color);
}
.primary-btn2.transparent span::after {
  color: var(--title-color);
}
.primary-btn2.transparent span svg {
  fill: none;
  stroke: var(--title-color);
}

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

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

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

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

/* Ball view
============= */
#ball.ball-view {
  background-image: linear-gradient(112.83deg, rgba(255, 255, 255, 0.47) 0%, rgba(255, 255, 255, 0) 110.84%);
  background-color: rgba(var(--primary-color1-opc), 0.8);
  -webkit-backdrop-filter: blur(1.1px);
          backdrop-filter: blur(1.1px);
  font-size: 15px;
  font-weight: 600;
  color: var(--white-color);
  font-family: var(--font-manrope);
  line-height: 1.4;
  text-align: center;
}

#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.magnetic-active {
  background-image: linear-gradient(112.83deg, rgba(255, 255, 255, 0.47) 0%, rgba(255, 255, 255, 0) 110.84%);
  background-color: rgba(var(--primary-color1-opc), 0.5);
  -webkit-backdrop-filter: blur(1.1px);
          backdrop-filter: blur(1.1px);
  border-color: transparent !important;
}

/* 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 span {
  color: rgba(var(--title-color-opc), 0.6);
  font-family: var(--font-dmsans);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 10px;
  padding-left: 40px;
  position: relative;
}
.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: 576px) {
  .section-title span {
    margin-bottom: 7px;
  }
}
.section-title h2 {
  color: var(--title-color);
  font-family: var(--font-manrope);
  font-size: 55px;
  font-weight: 700;
  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: 42px;
    line-height: 1.2;
  }
}
@media (max-width: 576px) {
  .section-title h2 {
    font-size: 36px;
  }
}
.section-title > p {
  color: var(--paragraph-color);
  font-family: var(--font-dmsans);
  font-size: 16px;
  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-top: 15px;
  }
}
.section-title .dash-and-paragraph svg {
  width: 100%;
  fill: rgba(var(--title-color-opc), 0.1);
}
@media (max-width: 767px) {
  .section-title .dash-and-paragraph svg {
    display: none;
    visibility: hidden;
  }
}
.section-title .dash-and-paragraph p {
  max-width: 388px;
  min-width: 388px;
  width: 100%;
  color: var(--paragraph-color);
  font-family: var(--font-dmsans);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .section-title .dash-and-paragraph p {
    max-width: 350px;
    min-width: 350px;
  }
}
@media (max-width: 991px) {
  .section-title .dash-and-paragraph p {
    min-width: unset;
  }
}
.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: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  transition: all 0.8s ease-out 0s;
  background-color: transparent;
  padding: 16px 90px;
}
@media (max-width: 1699px) {
  header.style-1 {
    padding: 16px 70px;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  header.style-1 {
    padding: 16px 30px;
  }
}
@media (max-width: 1399px) {
  header.style-1 {
    padding: 16px 20px;
  }
}
@media (max-width: 1199px) {
  header.style-1 {
    padding: 16px 10px;
  }
}
@media (max-width: 767px) {
  header.style-1 {
    padding: 16px 10px;
  }
}
@media (max-width: 576px) {
  header.style-1 {
    padding: 16px 0;
  }
}
header.style-1.sticky {
  width: 100%;
  box-sizing: border-box;
  background-color: var(--black-color);
  box-shadow: 5px 3px 40px rgba(0, 72, 88, 0.1);
  z-index: 999;
  animation: smooth-header 0.65s linear;
}
@keyframes smooth-header {
  0% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0px);
  }
}
header.style-1 .company-logo img {
  width: 157px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  header.style-1 .company-logo img {
    width: 145px;
  }
}
@media (max-width: 576px) {
  header.style-1 .company-logo img {
    width: 145px;
  }
}
header.style-1 .nav-right {
  display: flex;
  align-items: center;
  gap: 70px;
  position: relative;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  header.style-1 .nav-right {
    gap: 50px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  header.style-1 .nav-right {
    gap: 30px;
  }
}
@media (max-width: 991px) {
  header.style-1 .nav-right {
    gap: 20px;
  }
}
@media (max-width: 576px) {
  header.style-1 .nav-right {
    gap: 15px;
  }
}
header.style-1 .nav-right .primary-btn1 {
  padding: 20px 52px 20px 26px;
}
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);
  }
  header.style-1 .nav-right .mobile-menu-btn svg {
    fill: var(--white-color);
  }
  header.style-1 .nav-right .mobile-menu-btn:hover svg {
    animation: qode-draw 0.75s cubic-bezier(0.57, 0.39, 0, 0.86) 1 forwards;
  }
}
@media (max-width: 576px) {
  header.style-1 .nav-right .mobile-menu-btn {
    min-width: 40px;
    max-width: 40px;
    height: 40px;
  }
  header.style-1 .nav-right .mobile-menu-btn svg {
    width: 18px;
  }
}
@keyframes qode-draw {
  0%, 100% {
    -webkit-clip-path: inset(-2px -2px);
    clip-path: inset(-2px -2px);
  }
  42% {
    -webkit-clip-path: inset(-2px -2px -2px 100%);
    clip-path: inset(-2px -2px -2px 100%);
  }
  43% {
    -webkit-clip-path: inset(-2px 100% -3px -2px);
    clip-path: inset(-2px 100% -3px -2px);
  }
}
header.style-1 .main-menu {
  display: inline-block;
}
header.style-1 .main-menu > ul {
  list-style: none;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 100px;
  padding: 0 6px;
}
header.style-1 .main-menu > ul > li {
  display: inline-block;
  position: relative;
  padding: 4px 2px;
}
@media (max-width: 991px) {
  header.style-1 .main-menu > ul > li {
    padding: 0px 12px;
  }
}
@media (min-width: 992px) {
  header.style-1 .main-menu > ul > li:first-child {
    padding-left: 0;
  }
  header.style-1 .main-menu > ul > li:last-child {
    padding-right: 0;
  }
}
header.style-1 .main-menu > ul > li > a {
  color: var(--white-color);
  display: block;
  letter-spacing: 0.4px;
  padding: 10px 22px;
  line-height: 1;
  position: relative;
  font-family: var(--font-manrope);
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  transition: all 0.5s ease-out 0s;
  position: relative;
  background-color: transparent;
  border-radius: 100px;
}
@media (max-width: 1399px) {
  header.style-1 .main-menu > ul > li > a {
    padding: 10px 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  header.style-1 .main-menu > ul > li > a {
    font-size: 12px;
    padding: 9px 10px;
  }
}
header.style-1 .main-menu > ul > li:hover > a {
  background-color: var(--primary-color1);
  color: var(--white-color);
}
header.style-1 .main-menu > ul > li:hover > a svg {
  fill: 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(--title-color);
}
header.style-1 .main-menu > ul > li.active > a {
  background-color: var(--primary-color1);
  color: var(--white-color);
}
header.style-1 .main-menu > ul > li.active > a svg {
  fill: var(--white-color);
}
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(--title-color);
}
header.style-1 .main-menu > ul li.menu-item-has-children > i {
  display: none;
}
header.style-1 .mobile-logo-area .mobile-logo-wrap img {
  width: 130px;
}
header.style-1 .mobile-logo-area .mobile-logo-wrap img.dark {
  display: none;
}
header.style-1 .mobile-logo-area .menu-close-btn {
  height: 38px;
  width: 38px;
  border-radius: 10px;
  border: 1px solid var(--borders-color);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.35s;
}
header.style-1 .mobile-logo-area .menu-close-btn i {
  font-size: 26px;
  line-height: 1;
  color: var(--white-color);
  transition: 0.35s;
}
header.style-1 .mobile-logo-area .menu-close-btn:hover {
  background-color: var(--white-color);
}
header.style-1 .mobile-logo-area .menu-close-btn:hover i {
  color: var(--title-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(--black-color);
    transform: translateX(-100%);
    transition: transform 0.3s ease-in;
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.03);
  }
  header.style-1 .main-menu.show-menu {
    transform: translateX(0);
  }
  header.style-1 .main-menu .mobile-menu-logo {
    text-align: left;
    padding-top: 20px;
    display: block;
    padding-bottom: 8px;
  }
  header.style-1 .main-menu .menu-list {
    padding-top: 50px;
    padding-bottom: 30px;
    border: unset;
  }
  header.style-1 .main-menu > 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: transparent;
  }
  header.style-1 .main-menu > ul > li > a i {
    display: none;
  }
  header.style-1 .main-menu > ul > li:hover > a {
    color: var(--primary-color1);
    background-color: transparent;
  }
  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);
    background-color: unset;
  }
  header.style-1 .main-menu > ul > li.active i {
    color: var(--primary-color1);
  }
  header.style-1 .main-menu > ul > li i.active::before {
    content: "\f2ea";
  }
  header.style-1 .main-menu > ul > li .bi {
    position: absolute;
    top: 11px;
    right: 0;
    font-size: 20px;
    color: var(--title-color);
    line-height: 1;
  }
  header.style-1 .main-menu > ul li.menu-item-has-children > i {
    display: block;
  }
  header.style-1 .main-menu .btn-and-contact-area {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  header.style-1 .primary-btn1 {
    width: 100%;
    justify-content: center;
    padding: 20px 26px;
  }
  header.style-1 .primary-btn1 span {
    text-align: center;
    justify-content: center;
  }
  header.style-1 .primary-btn1 span:nth-child(2) {
    padding-left: 0;
  }
}

/*=====================================
  5.Home1 Banner section
========================================*/
.home1-banner-section {
  position: relative;
  overflow: hidden;
}
.home1-banner-section .banner-video-wrap {
  height: 890px;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .home1-banner-section .banner-video-wrap {
    height: 850px;
  }
}
@media (max-width: 1399px) {
  .home1-banner-section .banner-video-wrap {
    height: 800px;
  }
}
@media (max-width: 1199px) {
  .home1-banner-section .banner-video-wrap {
    height: 750px;
  }
}
@media (max-width: 991px) {
  .home1-banner-section .banner-video-wrap {
    height: 650px;
  }
}
@media (max-width: 576px) {
  .home1-banner-section .banner-video-wrap {
    height: 600px;
  }
}
.home1-banner-section .banner-video-wrap video {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 890px;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .home1-banner-section .banner-video-wrap video {
    min-height: 850px;
  }
}
@media (max-width: 1399px) {
  .home1-banner-section .banner-video-wrap video {
    min-height: 800px;
  }
}
@media (max-width: 1199px) {
  .home1-banner-section .banner-video-wrap video {
    min-height: 800px;
  }
}
@media (max-width: 991px) {
  .home1-banner-section .banner-video-wrap video {
    min-height: 650px;
  }
}
@media (max-width: 576px) {
  .home1-banner-section .banner-video-wrap video {
    min-height: 600px;
  }
}
.home1-banner-section .banner-content-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 140px 0;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .home1-banner-section .banner-content-wrap {
    padding: 130px 0;
  }
}
@media (max-width: 1399px) {
  .home1-banner-section .banner-content-wrap {
    padding: 130px 0;
  }
}
@media (max-width: 1199px) {
  .home1-banner-section .banner-content-wrap {
    padding: 120px 0;
  }
}
@media (max-width: 991px) {
  .home1-banner-section .banner-content-wrap {
    padding: 140px 0 120px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.home1-banner-section .banner-content-wrap .banner-content {
  text-align: center;
  max-width: 910px;
  width: 100%;
  margin: 0 auto;
}
.home1-banner-section .banner-content-wrap .banner-content .vector {
  margin-bottom: 5px;
}
@media (max-width: 576px) {
  .home1-banner-section .banner-content-wrap .banner-content .vector img {
    width: 110px;
  }
}
.home1-banner-section .banner-content-wrap .banner-content h1 {
  color: var(--white-color);
  font-family: var(--font-manrope);
  font-weight: 700;
  font-size: 70px;
  line-height: 1.2;
  margin-bottom: 35px;
}
.home1-banner-section .banner-content-wrap .banner-content h1 span {
  color: #FB521E;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .home1-banner-section .banner-content-wrap .banner-content h1 {
    font-size: 65px;
  }
}
@media (max-width: 1399px) {
  .home1-banner-section .banner-content-wrap .banner-content h1 {
    font-size: 62px;
  }
}
@media (max-width: 1199px) {
  .home1-banner-section .banner-content-wrap .banner-content h1 {
    font-size: 58px;
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .home1-banner-section .banner-content-wrap .banner-content h1 {
    font-size: 54px;
  }
}
@media (max-width: 767px) {
  .home1-banner-section .banner-content-wrap .banner-content h1 {
    font-size: 50px;
  }
}
@media (max-width: 576px) {
  .home1-banner-section .banner-content-wrap .banner-content h1 {
    font-size: 38px;
  }
}
.home1-banner-section .banner-content-wrap .banner-content .banner-btn-grp {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 35px;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .home1-banner-section .banner-content-wrap .banner-content .banner-btn-grp {
    gap: 20px;
  }
}
.home1-banner-section .banner-content-wrap .banner-content .banner-btn-grp .primary-btn1 {
  border-radius: 100px;
  padding: 20px 33px;
  background-color: #233AFF;
  color: var(--white-color);
  letter-spacing: 0.07em;
}
.home1-banner-section .banner-content-wrap .banner-content .banner-btn-grp .primary-btn1 span {
  gap: 8px;
  justify-content: center;
}
.home1-banner-section .banner-content-wrap .banner-content .banner-btn-grp .primary-btn1 span:nth-child(2) {
  padding-left: 0;
}
.home1-banner-section .banner-content-wrap .banner-content .banner-btn-grp .primary-btn1::after {
  background-color: var(--primary-color1);
}
.home1-banner-section .banner-content-wrap .banner-content .banner-btn-grp .primary-btn1.transparent {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.home1-banner-section .banner-content-wrap .banner-content .banner-btn-grp .primary-btn1.transparent:hover {
  border-color: var(--primary-color1);
}
.home1-banner-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/banner-bg.png);
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.home1-banner-section .banner-img1 {
  position: absolute;
  bottom: 150px;
  left: 50px;
}
@media (max-width: 1799px) {
  .home1-banner-section .banner-img1 {
    left: 35px;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .home1-banner-section .banner-img1 {
    left: 20px;
    width: 240px;
  }
}
@media (max-width: 1399px) {
  .home1-banner-section .banner-img1 {
    left: 10px;
    width: 200px;
  }
}
@media (max-width: 1199px) {
  .home1-banner-section .banner-img1 {
    display: none;
  }
}
.home1-banner-section .banner-img2 {
  position: absolute;
  bottom: 100px;
  right: 40px;
}
@media (max-width: 1799px) {
  .home1-banner-section .banner-img2 {
    right: 25px;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .home1-banner-section .banner-img2 {
    width: 250px;
    right: 15px;
  }
}
@media (max-width: 1399px) {
  .home1-banner-section .banner-img2 {
    width: 200px;
    right: 15px;
  }
}
@media (max-width: 1199px) {
  .home1-banner-section .banner-img2 {
    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: 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(var(--black-color-opc), 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(var(--black-color-opc), 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: #8ABC46;
}
.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: var(--title-color);
  font-family: var(--font-manrope);
  font-size: 13px;
  font-weight: 700;
  transform-origin: 0 60px;
}

@keyframes textRotation {
  to {
    transform: rotate(360deg);
  }
}
.banner-bottom-img {
  margin-top: -400px;
  position: relative;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .banner-bottom-img {
    margin-top: -410px;
  }
}
@media (max-width: 1399px) {
  .banner-bottom-img {
    margin-top: -365px;
  }
}
@media (max-width: 1199px) {
  .banner-bottom-img {
    margin-top: -345px;
  }
}
@media (max-width: 991px) {
  .banner-bottom-img {
    display: none;
  }
}
@media (max-width: 1699px) {
  .banner-bottom-img img {
    width: 900px;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .banner-bottom-img img {
    width: 850px;
  }
}
@media (max-width: 1399px) {
  .banner-bottom-img img {
    width: 750px;
  }
}
@media (max-width: 1199px) {
  .banner-bottom-img img {
    width: 100%;
  }
}

.kye-features-section {
  scroll-margin-top: 100px;
}
.kye-features-section .single-kye-features {
  background-color: #ECE8E5;
  padding: 40px 30px 0;
  border-radius: 10px 10px 0 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .kye-features-section .single-kye-features {
    padding: 35px 20px 0;
  }
}
@media (max-width: 576px) {
  .kye-features-section .single-kye-features {
    padding: 35px 20px 0;
  }
}
.kye-features-section .single-kye-features .kye-features-content {
  margin-bottom: 30px;
}
@media (max-width: 576px) {
  .kye-features-section .single-kye-features .kye-features-content {
    margin-bottom: 20px;
  }
}
.kye-features-section .single-kye-features .kye-features-content h3 {
  color: var(--title-color);
  font-family: var(--font-manrope);
  font-size: 30px;
  font-weight: 600;
  line-height: 1.13;
  margin-bottom: 15px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .kye-features-section .single-kye-features .kye-features-content h3 {
    font-size: 28px;
  }
}
@media (max-width: 576px) {
  .kye-features-section .single-kye-features .kye-features-content h3 {
    font-size: 26px;
    margin-bottom: 10px;
  }
}
.kye-features-section .single-kye-features .kye-features-content p {
  color: var(--paragraph-color);
  font-family: var(--font-dmsans);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .kye-features-section .single-kye-features .kye-features-content p {
    font-size: 15px;
  }
}
.kye-features-section .single-kye-features .kye-features-img img {
  border-radius: 10px 10px 0 0;
}
@media (max-width: 991px) {
  .kye-features-section .single-kye-features .kye-features-img img {
    width: 100%;
  }
}
.kye-features-section .single-kye-features.two {
  background-color: #F7E3EF;
}
.kye-features-section .single-kye-features.three {
  background-color: #EFE8FF;
}

.home-page-area {
  overflow: hidden;
  scroll-margin-top: 100px;
}
@media (max-width: 991px) {
  .home-page-area {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.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-divider {
  position: relative;
}
.home-page-area .home-divider::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  background-color: rgba(var(--title-color-opc), 0.08);
  right: 0;
  top: 0;
}
@media (max-width: 991px) {
  .home-page-area .home-divider::after {
    display: none;
  }
}
.home-page-area .home-page-card-wrap {
  padding: 50px;
  border-bottom: 1px solid rgba(var(--black-color-opc), 0.08);
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 1399px) {
  .home-page-area .home-page-card-wrap {
    padding: 50px 30px;
  }
}
@media (max-width: 1199px) {
  .home-page-area .home-page-card-wrap {
    padding: 20px 20px 35px;
  }
}
@media (max-width: 991px) {
  .home-page-area .home-page-card-wrap {
    border: 1px solid rgba(var(--black-color-opc), 0.08);
    padding: 30px 20px;
  }
}
@media (max-width: 576px) {
  .home-page-area .home-page-card-wrap {
    padding: 20px 15px;
  }
}
.home-page-area .home-page-card-wrap .home-page-card .home-img {
  border: 1px solid rgba(var(--black-color-opc), 0.1);
  display: inline-block;
}
.home-page-area .home-page-card-wrap .home-page-card .content {
  padding-top: 30px;
}
@media (max-width: 1399px) {
  .home-page-area .home-page-card-wrap .home-page-card .content {
    padding-top: 25px;
  }
}
.home-page-area .home-page-card-wrap .home-page-card .content span {
  color: rgba(var(--primary-color1-opc), 0.7);
  font-family: var(--font-manrope);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  display: block;
  text-transform: uppercase;
  margin-bottom: 7px;
}
@media (max-width: 1399px) {
  .home-page-area .home-page-card-wrap .home-page-card .content span {
    margin-bottom: 5px;
  }
}
.home-page-area .home-page-card-wrap .home-page-card .content h4 {
  margin-bottom: 0;
}
.home-page-area .home-page-card-wrap .home-page-card .content h4 a {
  color: var(--title-color);
  font-family: var(--font-manrope);
  font-size: 25px;
  font-weight: 600;
  line-height: 1.2;
  transition: 0.35s;
}
@media (max-width: 1399px) {
  .home-page-area .home-page-card-wrap .home-page-card .content h4 a {
    font-size: 23px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home-page-area .home-page-card-wrap .home-page-card .content h4 a {
    font-size: 21px;
  }
}
@media (max-width: 991px) {
  .home-page-area .home-page-card-wrap .home-page-card .content h4 a {
    font-size: 22px;
  }
}
.home-page-area .home-page-card-wrap .home-page-card .content h4 a:hover {
  color: var(--primary-color1);
}

.core-feature-section {
  background-image: url(../img/core-feature-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 110px 0;
}
@media (max-width: 1199px) {
  .core-feature-section {
    padding: 90px 0;
  }
}
@media (max-width: 991px) {
  .core-feature-section {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .core-feature-section {
    padding: 70px 0;
  }
}
.core-feature-section .feature-card {
  text-align: center;
  background-color: var(--white-color);
  border: 1px solid rgba(var(--black-color-opc), 0.3);
  border-radius: 20px;
  padding: 26px 20px;
}
@media (max-width: 1399px) {
  .core-feature-section .feature-card {
    padding: 26px 15px;
  }
}
@media (max-width: 767px) {
  .core-feature-section .feature-card {
    padding: 22px 14px;
  }
}
@media (max-width: 576px) {
  .core-feature-section .feature-card {
    border-radius: 10px;
  }
}
.core-feature-section .feature-card h6 {
  padding-top: 20px;
  color: var(--title-color);
  font-family: var(--font-manrope);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 0;
}
@media (max-width: 1399px) {
  .core-feature-section .feature-card h6 {
    font-size: 15px;
  }
}

.portfolio-section .primary-btn {
  background-color: var(--white-color);
  border: 1px solid var(--primary-color2);
  border-radius: 28px;
  color: var(--title-color);
  font-size: 17px;
  font-weight: 700;
  padding: 16px 33px;
}
.portfolio-section .primary-btn svg {
  fill: var(--title-color);
}
.portfolio-section .primary-btn::after {
  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 .layout-wrap {
  border: 1px solid #EEE;
  padding: 24px;
}
.portfolio-section .layout-wrap .layout-img {
  border: 1px solid #E6E6E6;
  transition: 0.5s;
}
@media (max-width: 576px) {
  .portfolio-section .layout-wrap .layout-img {
    display: flex;
    justify-content: center;
  }
}
.portfolio-section .layout-wrap .layout-img.active {
  border-color: var(--primary-color1);
}
.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-manrope);
  font-size: 16px;
  font-weight: 500;
  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%;
  min-height: 598px;
}
@media (max-width: 576px) {
  .portfolio-section .portfolio-img-wrap {
    min-height: 435px;
  }
}
.portfolio-section .portfolio-img-wrap li {
  position: relative;
}
.portfolio-section .portfolio-img-wrap li .portfolio-img {
  min-height: 598px;
  position: absolute;
  height: 100%;
  top: 0;
  right: 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;
}
@media (max-width: 991px) {
  .portfolio-section .portfolio-img-wrap li .portfolio-img {
    right: unset;
    left: 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.05) 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 {
  scroll-margin-top: 150px;
  background-color: #000000;
  padding: 100px 0;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .inner-page-section {
    padding: 90px 0;
  }
}
@media (max-width: 991px) {
  .inner-page-section {
    padding: 70px 0;
  }
}
.inner-page-section .title-and-counter-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
}
.inner-page-section .section-title .dash-and-paragraph {
  margin-top: 20px;
}
@media (max-width: 991px) {
  .inner-page-section .section-title .dash-and-paragraph {
    margin-top: 15px;
  }
}
@media (max-width: 576px) {
  .inner-page-section .section-title .dash-and-paragraph {
    margin-top: 10px;
  }
}
.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 (min-width: 992px) and (max-width: 1199px) {
  .inner-page-section .single-counter {
    gap: 15px;
  }
}
@media (max-width: 767px) {
  .inner-page-section .single-counter .icon img {
    width: 65px;
  }
}
.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, .inner-page-section .single-counter .content .number span {
  color: var(--white-color);
  font-family: var(--font-dmsans);
  font-size: 60px;
  font-weight: 800;
  margin-bottom: 0;
  line-height: 1;
}
@media (max-width: 1199px) {
  .inner-page-section .single-counter .content .number .counter, .inner-page-section .single-counter .content .number span {
    font-size: 58px;
  }
}
@media (max-width: 767px) {
  .inner-page-section .single-counter .content .number .counter, .inner-page-section .single-counter .content .number span {
    font-size: 55px;
  }
}
@media (max-width: 576px) {
  .inner-page-section .single-counter .content .number .counter, .inner-page-section .single-counter .content .number span {
    font-size: 45px;
  }
}
.inner-page-section .single-counter .content p {
  color: var(--white-color);
  font-family: var(--font-manrope);
  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-wrap {
  padding: 0 20px;
  position: relative;
}
@media (max-width: 1399px) {
  .inner-page-section .inner-page-wrap {
    padding: 0 10px;
  }
}
@media (max-width: 1199px) {
  .inner-page-section .inner-page-wrap {
    padding: 0;
  }
}
.inner-page-section .inner-page-wrap .inner-page-card {
  text-align: center;
}
.inner-page-section .inner-page-wrap .inner-page-card .page-img {
  padding: 20px;
  background-color: #141414;
  border-radius: 5px;
  margin-bottom: 60px;
  display: block;
}
@media (max-width: 1399px) {
  .inner-page-section .inner-page-wrap .inner-page-card .page-img {
    padding: 15px;
    margin-bottom: 50px;
  }
}
@media (max-width: 1199px) {
  .inner-page-section .inner-page-wrap .inner-page-card .page-img {
    margin-bottom: 45px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .inner-page-section .inner-page-wrap .inner-page-card .page-img {
    padding: 10px;
  }
}
@media (max-width: 576px) {
  .inner-page-section .inner-page-wrap .inner-page-card .page-img {
    padding: 10px;
    margin-bottom: 30px;
  }
}
.inner-page-section .inner-page-wrap .inner-page-card .page-img img {
  border-radius: 5px;
}
.inner-page-section .inner-page-wrap .inner-page-card h2 {
  margin-bottom: 0;
  opacity: 0;
}
.inner-page-section .inner-page-wrap .inner-page-card h2 a {
  color: var(--white-color);
  font-family: var(--font-manrope);
  font-weight: 500;
  font-size: 35px;
  line-height: 1;
  transition: 0.5s;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .inner-page-section .inner-page-wrap .inner-page-card h2 a {
    font-size: 33px;
  }
}
@media (max-width: 1399px) {
  .inner-page-section .inner-page-wrap .inner-page-card h2 a {
    font-size: 30px;
  }
}
@media (max-width: 1199px) {
  .inner-page-section .inner-page-wrap .inner-page-card h2 a {
    font-size: 28px;
  }
}
@media (max-width: 576px) {
  .inner-page-section .inner-page-wrap .inner-page-card h2 a {
    font-size: 24px;
  }
}
.inner-page-section .inner-page-wrap .inner-page-card h2 a:hover {
  color: var(--primary-color1);
}
.inner-page-section .inner-page-wrap .inner-page-slider .swiper-slide-active .inner-page-card h2 {
  opacity: 1;
}
.inner-page-section .inner-page-wrap .slider-btn-grp {
  display: block;
  position: relative;
}
@media (max-width: 767px) {
  .inner-page-section .inner-page-wrap .slider-btn-grp {
    gap: 40px;
  }
}
@media (max-width: 576px) {
  .inner-page-section .inner-page-wrap .slider-btn-grp {
    gap: 30px;
  }
}
.inner-page-section .inner-page-wrap .slider-btn-grp .slider-btn {
  min-width: 45px;
  max-width: 45px;
  height: 45px;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  .inner-page-section .inner-page-wrap .slider-btn-grp .slider-btn {
    min-width: 40px;
    max-width: 40px;
    height: 40px;
  }
}
.inner-page-section .inner-page-wrap .slider-btn-grp .slider-btn i {
  color: rgba(255, 255, 255, 0.3);
  font-size: 20px;
  line-height: 1;
}
@media (max-width: 767px) {
  .inner-page-section .inner-page-wrap .slider-btn-grp .slider-btn i {
    font-size: 18px;
  }
}
.inner-page-section .inner-page-wrap .slider-btn-grp .slider-btn:hover {
  background-color: var(--primary-color1);
  border-color: var(--primary-color1);
}
.inner-page-section .inner-page-wrap .slider-btn-grp .slider-btn:hover i {
  color: var(--white-color);
}
.inner-page-section .inner-page-wrap .slider-btn-grp .slider-btn.inner-page-slider-next {
  left: unset;
  right: 0;
}
.inner-page-section .inner-page-wrap .slider-btn-grp .slider-btn.swiper-button-disabled {
  opacity: 0.5;
}

.slider-btn-grp {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.slider-btn-grp .slider-btn {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid rgba(var(--primary-color2-opc), 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
.slider-btn-grp .slider-btn svg {
  fill: var(--title-color);
  transition: 0.5s;
}
.slider-btn-grp .slider-btn:hover {
  background-color: var(--primary-color2);
}
.slider-btn-grp .slider-btn:hover svg {
  fill: var(--white-color);
}
.slider-btn-grp .slider-btn.swiper-button-disabled {
  opacity: 0.2;
}

@media (max-width: 991px) {
  .indivisual-inner-pages .purchase-btn {
    padding-top: 30px;
  }
}
.indivisual-inner-pages .purchase-btn .primary-btn1 {
  padding: 20px 66px;
  text-align: center;
}
@media (max-width: 576px) {
  .indivisual-inner-pages .purchase-btn .primary-btn1 {
    padding: 18px 42px;
  }
}
.indivisual-inner-pages .purchase-btn .primary-btn1 span {
  justify-content: center;
}
.indivisual-inner-pages .purchase-btn .primary-btn1 span:nth-child(2) {
  padding-left: 0;
}
.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-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 .auction-img-slider-area {
  position: relative;
}
.indivisual-inner-pages .auction-img-slider-area .slider-btn-grp {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -70px;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .indivisual-inner-pages .auction-img-slider-area .slider-btn-grp {
    right: -40px;
  }
}
@media (max-width: 1399px) {
  .indivisual-inner-pages .auction-img-slider-area .slider-btn-grp {
    right: -40px;
  }
}
@media (max-width: 1199px) {
  .indivisual-inner-pages .auction-img-slider-area .slider-btn-grp {
    display: none;
  }
}
.indivisual-inner-pages .blog-details-img {
  position: relative;
}
.indivisual-inner-pages .blog-details-img::before {
  content: url(../img/start-shape.svg);
  position: absolute;
  right: -22%;
  bottom: 10%;
  z-index: -1;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .indivisual-inner-pages .blog-details-img::before {
    right: -20%;
  }
}
@media (max-width: 1399px) {
  .indivisual-inner-pages .blog-details-img::before {
    right: -16%;
  }
}
@media (max-width: 991px) {
  .indivisual-inner-pages .blog-details-img::before {
    display: none;
  }
}
.indivisual-inner-pages .homepage-img-group {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 1199px) {
  .indivisual-inner-pages .homepage-img-group {
    justify-content: center;
    gap: 50px;
  }
}
@media (max-width: 991px) {
  .indivisual-inner-pages .homepage-img-group img:first-child {
    display: none;
    visibility: hidden;
  }
}
.indivisual-inner-pages .homepage-right-img-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1199px) {
  .indivisual-inner-pages .homepage-right-img-wrap {
    padding-top: 0;
  }
}
@media (min-width: 992px) {
  .indivisual-inner-pages .homepage-right-img-wrap {
    padding-left: 80px;
  }
}
.indivisual-inner-pages .homepage-right-img-wrap > svg {
  fill: none;
  stroke: var(--primary-color1);
}
@media (max-width: 991px) {
  .indivisual-inner-pages .homepage-right-img-wrap > svg {
    display: none;
  }
}
.indivisual-inner-pages .homepage-right-img-wrap .homepage-right-img {
  margin-top: -130px;
  margin-bottom: 50px;
}
@media (max-width: 1199px) {
  .indivisual-inner-pages .homepage-right-img-wrap .homepage-right-img {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .indivisual-inner-pages .homepage-right-img-wrap .homepage-right-img {
    margin-top: 0;
  }
}
.indivisual-inner-pages .homepage-right-img-wrap .purchase-btn {
  width: 100%;
}
@media (max-width: 1199px) {
  .indivisual-inner-pages .homepage-right-img-wrap .purchase-btn {
    width: unset;
  }
}
@media (max-width: 991px) {
  .indivisual-inner-pages .homepage-right-img-wrap .purchase-btn {
    padding-top: 0;
  }
}
.indivisual-inner-pages .homepage-right-img-wrap .purchase-btn .primary-btn1 {
  padding: 22px 66px;
  width: 100%;
  text-align: center;
}

.responsive-section {
  background-color: var(--primary-color2);
  padding: 100px 0;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .responsive-section {
    padding: 90px 0;
  }
}
@media (max-width: 991px) {
  .responsive-section {
    padding: 70px 0;
  }
}
.responsive-section .section-title h2 span {
  display: block;
}
.responsive-section .single-responsive {
  max-width: 145px;
  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: var(--white-color);
  font-family: var(--font-dmsans);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.28px;
  text-align: center;
}
.responsive-section .single-responsive .content p {
  color: #C4C4C4;
  text-align: center;
  font-family: var(--font-manrope);
  font-size: 15px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0.26px;
}

.text-scrolling-section {
  overflow: hidden;
  display: flex;
  align-items: center;
}
.text-scrolling-section .marquee_text {
  background: #E2DFFF;
  height: 100px;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .text-scrolling-section .marquee_text {
    height: 90px;
  }
}
@media (max-width: 576px) {
  .text-scrolling-section .marquee_text {
    height: 80px;
  }
}
.text-scrolling-section .js-marquee {
  display: flex;
  align-items: center;
  gap: 25px;
}
.text-scrolling-section h4 {
  color: var(--title-color);
  font-family: var(--font-manrope);
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.36px;
  text-transform: capitalize;
  margin-bottom: 0;
}
@media (max-width: 576px) {
  .text-scrolling-section h4 {
    font-size: 20px;
  }
}
.text-scrolling-section span {
  color: #FB521E;
  font-family: var(--font-manrope);
  font-weight: 500;
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0.06em;
}
.text-scrolling-section .star {
  fill: var(--title-color);
}
.text-scrolling-section .circle {
  stroke: var(--title-color);
}
.text-scrolling-section.two .marquee_text {
  background: transparent;
  border-bottom: 1px solid rgba(var(--black-color-opc), 0.15);
}

.feature-list-section .feature-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 58px;
}
@media (max-width: 1399px) {
  .feature-list-section .feature-list {
    gap: 30px;
  }
}
@media (max-width: 991px) {
  .feature-list-section .feature-list {
    flex-wrap: wrap;
    gap: 50px;
    row-gap: 35px;
  }
}
@media (max-width: 576px) {
  .feature-list-section .feature-list {
    row-gap: 30px;
  }
}
.feature-list-section .feature-list li {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-right: 84px;
  position: relative;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .feature-list-section .feature-list li {
    padding-right: 75px;
  }
}
@media (max-width: 1399px) {
  .feature-list-section .feature-list li {
    padding-right: 55px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .feature-list-section .feature-list li {
    gap: 10px;
    padding-right: 45px;
  }
}
@media (max-width: 991px) {
  .feature-list-section .feature-list li {
    padding-right: 0;
  }
}
@media (max-width: 576px) {
  .feature-list-section .feature-list li {
    gap: 15px;
  }
}
.feature-list-section .feature-list li::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 2px;
  height: 68px;
  background-color: rgba(var(--black-color-opc), 0.07);
}
@media (max-width: 991px) {
  .feature-list-section .feature-list li::after {
    display: none;
  }
}
.feature-list-section .feature-list li:last-child {
  padding-right: 0;
}
.feature-list-section .feature-list li:last-child::after {
  display: none;
}
.feature-list-section .feature-list li .icon img {
  min-width: 62px;
}
@media (max-width: 1199px) {
  .feature-list-section .feature-list li .icon img {
    min-width: 50px;
    max-width: 50px;
  }
}
.feature-list-section .feature-list li .content span {
  color: var(--title-color);
  font-family: var(--font-dmsans);
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  display: block;
  margin-bottom: 8px;
}
.feature-list-section .feature-list li .content h6 {
  color: var(--title-color);
  font-family: var(--font-manrope);
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 0;
}
.feature-list-section .feature-list li .content strong {
  color: var(--title-color);
  font-family: var(--font-dmsans);
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .feature-list-section .feature-list li .content strong {
    font-size: 22px;
  }
}

.footer-top-banner-section {
  padding: 100px 0;
  background-color: var(--primary-color1);
  position: relative;
  z-index: 1;
}
@media (max-width: 1199px) {
  .footer-top-banner-section {
    padding: 90px 0;
  }
}
@media (max-width: 767px) {
  .footer-top-banner-section {
    padding: 70px 0;
  }
}
.footer-top-banner-section::before {
  content: url(../img/footer-top-banner-vector.svg);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.footer-top-banner-section .arrow-vector {
  fill: rgba(255, 255, 255, 0.1);
  position: absolute;
  top: 10px;
  right: 10px;
}
@media (max-width: 576px) {
  .footer-top-banner-section .arrow-vector {
    width: 110px;
    height: 110px;
    top: 5px;
    right: 5px;
  }
}
.footer-top-banner-section .footer-top-banner-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}
@media (max-width: 991px) {
  .footer-top-banner-section .footer-top-banner-wrap {
    flex-wrap: wrap;
    gap: 45px;
  }
}
@media (max-width: 576px) {
  .footer-top-banner-section .footer-top-banner-wrap {
    gap: 35px;
  }
}
.footer-top-banner-section .footer-top-banner-wrap .section-title {
  max-width: 715px;
  width: 100%;
}
.footer-top-banner-section .footer-top-banner-wrap .section-title.white span {
  color: var(--white-color);
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .footer-top-banner-section .footer-top-banner-wrap .section-title.white span {
    margin-bottom: 15px;
  }
}
.footer-top-banner-section .footer-top-banner-wrap .section-title.white span::after {
  background-color: var(--white-color);
}
.footer-top-banner-section .footer-top-banner-wrap .section-title h2 {
  font-weight: 600;
}
@media (max-width: 767px) {
  .footer-top-banner-section .footer-top-banner-wrap .section-title h2 {
    font-size: 45px;
  }
}
@media (max-width: 576px) {
  .footer-top-banner-section .footer-top-banner-wrap .section-title h2 {
    font-size: 33px;
  }
}
.footer-top-banner-section .footer-top-banner-wrap .btn-grp {
  display: flex;
  align-items: center;
  gap: 50px;
}
@media (max-width: 576px) {
  .footer-top-banner-section .footer-top-banner-wrap .btn-grp {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.footer-top-banner-section .footer-top-banner-wrap .btn-grp .discuss-btn {
  color: var(--white-color);
  font-family: var(--font-manrope);
  font-weight: 600;
  font-size: 13px;
  line-height: 1;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
  padding-bottom: 5px;
  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;
}
.footer-top-banner-section .footer-top-banner-wrap .btn-grp .discuss-btn svg {
  fill: var(--white-color);
  transition: 0.5s;
}
.footer-top-banner-section .footer-top-banner-wrap .btn-grp .discuss-btn:hover {
  background-size: 0 1px;
  background-position: 0% 100%;
}
.footer-top-banner-section .footer-top-banner-wrap .btn-grp .discuss-btn:hover svg {
  transform: rotate(45deg);
}
.footer-top-banner-section .footer-top-banner-wrap .btn-grp .primary-btn1.white-bg {
  color: var(--primary-color1);
}
.footer-top-banner-section .footer-top-banner-wrap .btn-grp .primary-btn1.white-bg::after {
  background-color: var(--black-color);
}
.footer-top-banner-section .footer-top-banner-wrap .btn-grp .primary-btn1.white-bg:hover {
  color: var(--white-color);
}
.footer-top-banner-section .footer-top-banner-wrap .btn-grp .primary-btn1.white-bg:hover .arrow {
  fill: rgba(255, 255, 255, 0.15);
}

footer .footer-top {
  background-image: url(/assets/img/footer-bg.png), linear-gradient(black, black);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 90px 0;
}
@media (max-width: 991px) {
  footer .footer-top {
    padding: 90px 0;
  }
}
@media (max-width: 767px) {
  footer .footer-top {
    padding: 70px 0;
  }
}
@media (max-width: 576px) {
  footer .footer-top {
    padding: 60px 0;
  }
}
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-manrope);
  font-size: 75px;
  font-weight: 6 0;
  line-height: 1.2;
  margin-bottom: 50px;
}
@media (max-width: 1399px) {
  footer .footer-top .footer-content h2 {
    font-size: 72px;
  }
}
@media (max-width: 1199px) {
  footer .footer-top .footer-content h2 {
    font-size: 65px;
  }
}
@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: 46px;
    margin-bottom: 40px;
  }
}
@media (max-width: 576px) {
  footer .footer-top .footer-content h2 {
    font-size: 40px;
    margin-bottom: 30px;
  }
}
footer .footer-top .footer-content h2 > span {
  color: rgba(var(--primary-color1-opc), 0.8);
}
footer .footer-top .footer-content .primary-btn1 {
  padding: 20px 52px 20px 26px;
}
footer .footer-bottom-wrap {
  padding: 20px 0;
  background-color: var(--white-color);
}
footer .footer-bottom-wrap .footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  footer .footer-bottom-wrap .footer-bottom {
    flex-wrap: wrap;
    gap: 25px;
  }
}
@media (max-width: 767px) {
  footer .footer-bottom-wrap .footer-bottom {
    justify-content: center;
  }
}
@media (max-width: 576px) {
  footer .footer-bottom-wrap .footer-bottom {
    gap: 20px;
  }
}
footer .footer-bottom-wrap .footer-bottom .copyright-area p {
  color: var(--text-color);
  font-family: var(--font-manrope);
  font-size: 14px;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.02em;
  margin-bottom: 0;
}
footer .footer-bottom-wrap .footer-bottom .copyright-area p a {
  color: var(--primary-color1);
  font-weight: 500;
  line-height: 1;
  transition: 0.5s;
}
footer .footer-bottom-wrap .footer-bottom .copyright-area p a:hover {
  color: var(--title-color);
}
footer .footer-bottom-wrap .footer-bottom .social-area {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 991px) {
  footer .footer-bottom-wrap .footer-bottom .social-area {
    gap: 20px;
  }
}
@media (max-width: 576px) {
  footer .footer-bottom-wrap .footer-bottom .social-area {
    gap: 15px;
    flex-wrap: wrap;
  }
}
footer .footer-bottom-wrap .footer-bottom .social-area li a {
  color: var(--text-color);
  font-family: var(--font-manrope);
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: 0.5s;
}
footer .footer-bottom-wrap .footer-bottom .social-area li a i {
  font-size: 14px;
}
footer .footer-bottom-wrap .footer-bottom .social-area li a:hover {
  color: var(--primary-color1);
}/*# sourceMappingURL=style.css.map */