/*===========================
Project Name: GoFly - Tour & Travel Booking Website
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=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

:root {
  --font-montserrat: 'Montserrat', sans-serif;
  --font-poppins: 'Poppins', sans-serif;
  --white-color: #fff;
  --white-color-opc: 255, 255, 255;
  --black-color: #000000;
  --black-color-opc: 0, 0, 0;
  --title-color: #000000;
  --title-color-opc: 0, 0, 0;
  --title-color2: #15283A;
  --title-color2-opc: 21, 40, 58;
  --text-color: #00000099;
  --text-color2: #FFFFFFB2;
  --paragraph-color: #3F444B;
  --paragraph-color-opc: 63, 68, 75;
  --dark-text-color: #FFFFFF99;
  --primary-color1: #010ED0;
  --primary-color1-opc: 1, 14, 208;
  --primary-color2: #010ED0;
  --primary-color2-opc: 1, 14, 208;
  --primary-color3: #5841D8;
  --primary-color3-opc: 88, 65, 216;
  --primary-color4: #9CD338;
  --primary-color4-opc: 156, 211, 56;
  --primary-color5: #FE5B2C;
  --primary-color5-opc: 254, 91, 44;
  --borders-color: #0000001A;
  --borders-color2: #FFFFFF33;
}

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

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

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

input {
  border: none;
  outline: none;
}

button {
  outline: none;
  border: none;
}

i.bx {
  vertical-align: middle;
}

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

a {
  text-decoration: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.primary-btn1 {
  padding: 20px 38px;
  background-color: var(--primary-color1);
  display: inline-block;
  line-height: 1;
  border-radius: 5px;
}
@media (max-width: 576px) {
  .primary-btn1 {
    padding: 18px 30px;
  }
}
.primary-btn1 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-montserrat);
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  white-space: nowrap;
}
@media (max-width: 576px) {
  .primary-btn1 span {
    font-size: 13px;
  }
}
.primary-btn1 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-btn1 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-btn1: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-btn1:hover span::after {
  opacity: 0;
  transition-delay: 0s;
}
.primary-btn1.white-bg {
  background-color: var(--white-color);
}
.primary-btn1.white-bg span {
  background-image: linear-gradient(0deg, var(--title-color) 0%, var(--title-color) 100%);
  color: var(--title-color);
}
.primary-btn1.white-bg span::after {
  color: var(--title-color);
}
.primary-btn1.white-bg span svg {
  fill: none;
  stroke: var(--title-color);
}
.primary-btn1.black-bg {
  background-color: var(--black-color);
}
.primary-btn1.black-bg span {
  background-image: linear-gradient(0deg, var(--white-color) 0%, var(--white-color) 100%);
  color: var(--white-color);
}
.primary-btn1.black-bg span::after {
  color: var(--white-color);
}
.primary-btn1.black-bg span svg {
  fill: none;
  stroke: var(--white-color);
}
.primary-btn1.it-consult-bg {
  background-color: var(--title-color2);
}
.primary-btn1.it-consult-bg span {
  background-image: linear-gradient(0deg, var(--white-color) 0%, var(--white-color) 100%);
  color: var(--white-color);
}
.primary-btn1.it-consult-bg span::after {
  color: var(--white-color);
}
.primary-btn1.it-consult-bg span svg {
  fill: none;
  stroke: var(--white-color);
}
.primary-btn1.transparent {
  background-color: transparent;
  border: unset;
  padding: unset;
}
.primary-btn1.transparent span {
  background-image: linear-gradient(0deg, var(--primary-color1) 0%, var(--primary-color1) 100%);
  color: var(--primary-color1);
}
.primary-btn1.transparent span::after {
  color: var(--primary-color1);
}
.primary-btn1.transparent span svg {
  fill: none;
  stroke: var(--primary-color1);
}
.primary-btn1.border-radius {
  border-radius: 100px;
}
.primary-btn1.ai-primary-color {
  background-color: var(--primary-color4);
  color: var(--title-color);
}
.primary-btn1.ai-primary-color > span {
  background-image: linear-gradient(0deg, var(--title-color) 0%, var(--title-color) 100%);
  color: var(--title-color);
}
.primary-btn1.ai-primary-color > span::after {
  color: var(--title-color);
}
.primary-btn1.ai-primary-color > span svg {
  stroke: var(--title-color);
}
.primary-btn1.ai-primary-color.transparent {
  background-color: transparent;
  border: unset;
  padding: unset;
}
.primary-btn1.ai-primary-color.transparent span {
  background-image: linear-gradient(0deg, var(--primary-color4) 0%, var(--primary-color4) 100%);
  color: var(--primary-color4);
}
.primary-btn1.ai-primary-color.transparent span::after {
  color: var(--primary-color4);
}
.primary-btn1.ai-primary-color.transparent span svg {
  fill: none;
  stroke: var(--primary-color4);
}
.primary-btn1.it-consult {
  background-color: #FE5B2C;
}

.primary-btn2 {
  color: var(--white-color);
  font-family: var(--font-montserrat);
  font-size: 16px;
  font-weight: 500;
  background-color: var(--primary-color1);
  padding: 16px 18px;
  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-btn2 svg {
  fill: var(--title-color);
  transition: all 0.6s;
}
.primary-btn2 span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 36px;
  background-color: var(--black-color);
  transition: all 0.6s;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.primary-btn2:hover {
  color: var(--white-color);
}
.primary-btn2:hover svg {
  fill: var(--white-color);
}
.primary-btn2:hover span {
  width: 225%;
  height: 1000.5px;
}
.primary-btn2.white-bg {
  background-color: var(--white-color);
  color: var(--title-color);
}
.primary-btn2.white-bg svg {
  fill: var(--title-color);
}
.primary-btn2.white-bg span {
  background-color: var(--primary-color1);
}
.primary-btn2.black-bg {
  background-color: var(--black-color);
  color: var(--white-color);
}
.primary-btn2.black-bg svg {
  fill: var(--white-color);
}
.primary-btn2.black-bg span {
  background-color: var(--primary-color1);
}
.primary-btn2.black-bg:hover {
  color: var(--white-color);
}
.primary-btn2.transparent {
  background-color: transparent;
  border: 1px solid var(--white-color);
  color: var(--white-color);
}
.primary-btn2.transparent span {
  background-color: var(--white-color);
}
.primary-btn2.transparent:hover {
  color: var(--black-color);
}
.primary-btn2.transparent:hover svg {
  fill: var(--black-color);
}
.primary-btn2.two {
  border-radius: 100px;
}
.primary-btn2.it-consult {
  background-color: var(--primary-color5);
}

.primary-btn3 {
  background-color: var(--button-color);
  font-family: var(--font-montserrat);
  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-btn3 > 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-btn3 > 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-btn3 .arrow {
  fill: rgba(var(--title-color-opc), 0.15);
  position: absolute;
  top: 3px;
  right: 3px;
  transition: 0.5s;
}
.primary-btn3 svg {
  fill: var(--white-color);
}
.primary-btn3::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-btn3::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-btn3:hover {
  color: var(--white-color);
}
.primary-btn3:hover .arrow {
  fill: rgba(255, 255, 255, 0.15);
}
.primary-btn3:hover > span {
  transform: translateY(-150%);
  opacity: 0;
}
.primary-btn3:hover > span:nth-child(2) {
  opacity: 1;
  transform: translate(0%, -50%);
}
.primary-btn3:hover::after {
  transform: translate(0);
  border-radius: 0;
}
.primary-btn3.style-2 {
  text-decoration: unset;
  border-radius: 10px;
}
.primary-btn3.style-2 > span:nth-child(2) {
  text-decoration: unset;
}
.primary-btn3.white-bg {
  background-color: var(--white-color);
  color: var(--title-color);
}
.primary-btn3.white-bg .arrow {
  fill: rgba(var(--primary-color1-opc), 0.15);
}
.primary-btn3.white-bg::after {
  background-color: var(--primary-color1);
}
.primary-btn3.white-bg:hover {
  color: var(--white-color);
}
.primary-btn3.white-bg:hover .arrow {
  fill: rgba(var(--title-color-opc), 0.15);
}
.primary-btn3.black-bg {
  background-color: var(--black-color);
  color: var(--white-color);
}
.primary-btn3.black-bg::after {
  background-color: var(--primary-color1);
}
.primary-btn3.black-bg .arrow {
  fill: rgba(255, 255, 255, 0.15);
}
.primary-btn3.black-bg:hover {
  color: var(--white-color);
}
.primary-btn3.black-bg:hover .arrow {
  fill: rgba(var(--title-color-opc), 0.15);
}
.primary-btn3.transparent {
  background-color: transparent;
  border: 1px solid var(--black-color);
  color: var(--title-color);
  padding: 21px 52px 21px 26px;
}
.primary-btn3.transparent::after {
  background-color: var(--primary-color1);
}
.primary-btn3.transparent:hover {
  color: var(--white-color);
  border-color: var(--primary-color1);
}

#scroll-percentage {
  --progress-bg: #2f2f2f;
  --progress-fill: #010ED0;
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10000;
  display: grid;
  place-items: center;
  /* default (JS will overwrite inline too) */
  /* smooth show/hide like your active-progress */
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  transition: all 200ms linear;
}
#scroll-percentage.active {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
#scroll-percentage {
  /* inner ring border look */
}
#scroll-percentage #scroll-percentage-value {
  color: var(--white-color);
  font-family: var(--font-montserrat);
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  transition: 0.2s;
}
#scroll-percentage .arrow {
  fill: var(--white-color);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
  pointer-events: none;
  /* click div handles */
}
#scroll-percentage {
  /* when 100% -> show arrow, hide percent */
}
#scroll-percentage.is-complete #scroll-percentage-value {
  opacity: 0;
  visibility: hidden;
}
#scroll-percentage.is-complete .arrow {
  opacity: 1;
  visibility: visible;
}

.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;
}

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

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

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

/* Ball view 
============= */
#ball.ball-view {
  background-color: rgba(var(--primary-color1-opc), 0.6);
  font-size: 13px;
  font-weight: 500;
  color: var(--white-color);
  line-height: 1.3;
  text-align: center;
  border: 1px solid rgba(var(--title-color-opc), 0.6);
  font-family: var(--font-montserrat);
}

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

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

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

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

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

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

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

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

.section-title span {
  color: rgba(var(--title-color-opc), 0.6);
  font-family: var(--font-montserrat);
  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;
}
@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-color5);
}
@media (max-width: 767px) {
  .section-title span::after {
    width: 28px;
  }
}
.section-title h2 {
  color: var(--title-color);
  font-family: var(--font-montserrat);
  font-size: 55px;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 0;
}
@media (max-width: 1399px) {
  .section-title h2 {
    font-size: 48px;
  }
}
@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-poppins);
  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: var(--white-color);
  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;
  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: 141px;
}
@media (max-width: 1199px) {
  header.style-1 .company-logo img {
    width: 130px;
  }
}
@media (max-width: 991px) {
  header.style-1 .company-logo img {
    width: 110px;
  }
}
@media (max-width: 576px) {
  header.style-1 .company-logo img {
    width: 95px;
  }
}
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: 19px 45px 20px 25px;
}
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-montserrat);
  font-weight: 600;
  font-size: 15px;
  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 .mobile-logo-area .mobile-logo-wrap img {
    width: 120px;
  }
  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 > 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: 12px 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-btn3 {
    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: 180px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .home1-banner-section {
    background-position: left;
  }
}
@media (max-width: 991px) {
  .home1-banner-section {
    padding-top: 150px;
  }
}
@media (max-width: 576px) {
  .home1-banner-section {
    padding-top: 140px;
    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-montserrat);
  font-size: 70px;
  font-weight: 600;
  line-height: 1.2;
  max-width: 1032px;
  margin: 0 auto 35px;
}
@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: 57px;
  }
}
@media (max-width: 991px) {
  .home1-banner-section .banner-content h1 {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .home1-banner-section .banner-content h1 {
    font-size: 40px;
    margin-bottom: 15px;
  }
}
@media (max-width: 576px) {
  .home1-banner-section .banner-content h1 {
    font-size: 32px;
    margin-bottom: 20px;
  }
}
.home1-banner-section .banner-content h1 span {
  background: linear-gradient(270.01deg, #E24C4A 7.52%, #386BB7 72.85%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.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-montserrat);
  font-size: 13px;
  font-weight: 600;
  transform-origin: 0 60px;
}
@keyframes textRotation {
  to {
    transform: rotate(360deg);
  }
}

/*=====================================
  6.Home1 Scroll Text Section
========================================*/
.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-montserrat);
  font-size: 18px;
  font-weight: 600;
  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);
  }
}

/*=====================================
  8.Feature Section
========================================*/
.features-section {
  scroll-margin-top: 100px;
}

/*=====================================
  9.Single Kye Features Section
========================================*/
.single-kye-features {
  background-color: #c1e8cf;
  padding: 40px 30px 0;
  border-radius: 10px;
}
@media (max-width: 1399px) {
  .single-kye-features {
    padding: 40px 25px 0;
  }
}
@media (max-width: 991px) {
  .single-kye-features {
    padding: 40px 20px 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-montserrat);
  font-size: 30px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 15px;
}
@media (max-width: 1199px) {
  .single-kye-features .kye-features-content h3 {
    font-size: 27px;
  }
}
@media (max-width: 991px) {
  .single-kye-features .kye-features-content h3 {
    font-size: 25px;
  }
}
.single-kye-features .kye-features-content p {
  color: var(--text-color);
  font-family: var(--font-poppins);
  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;
}

/*=====================================
  10. Home Page Area Section
========================================*/
.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: 767px) {
  .home-page-area .home-page-card {
    border-radius: 15px;
  }
}
@media (max-width: 576px) {
  .home-page-area .home-page-card {
    padding: 35px 10px 15px;
    border-radius: 10px;
  }
}
.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-montserrat);
  font-size: 23px;
  font-weight: 600;
  line-height: 1.2;
  transition: 0.35s;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home-page-area .home-page-card h4 a {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .home-page-area .home-page-card h4 a {
    font-size: 22px;
  }
}
@media (max-width: 576px) {
  .home-page-area .home-page-card h4 a {
    font-size: 20px;
  }
}
.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);
}

/*=====================================
  11. Key Feature Area Section
========================================*/
.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 .features {
  --cardW: 160px;
  --unit: calc(var(--cardW) / 2);
  display: grid;
  grid-template-columns: repeat(12, var(--unit));
  gap: 30px;
  justify-content: center;
  align-content: start;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .key-feature-area .features {
    gap: 23px;
  }
}
@media (max-width: 1399px) {
  .key-feature-area .features {
    gap: 18px;
    --cardW: 160px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .key-feature-area .features {
    --cardW: 125px;
  }
}
@media (max-width: 991px) {
  .key-feature-area .features {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    justify-content: stretch;
  }
}
@media (max-width: 767px) {
  .key-feature-area .features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 576px) {
  .key-feature-area .features {
    grid-template-columns: 1fr;
  }
}
.key-feature-area .features .item {
  grid-column: span 2;
  background-color: #FFFFFF;
  border: 1px solid rgba(var(--title-color-opc), 0.3);
  border-radius: 20px;
  padding: 34px 10px;
  text-align: center;
  transition: all 0.5s;
  min-width: 200px;
  max-width: 200px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .key-feature-area .features .item {
    padding: 32px 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .key-feature-area .features .item {
    padding: 34px 9px;
  }
}
@media (max-width: 991px) {
  .key-feature-area .features .item {
    grid-column: auto !important;
    padding: 30px 15px;
  }
}
@media (max-width: 576px) {
  .key-feature-area .features .item {
    min-width: unset;
    max-width: unset;
    width: 100%;
  }
}
.key-feature-area .features .item img {
  margin-bottom: 25px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .key-feature-area .features .item img {
    width: 40px;
  }
}
@media (max-width: 991px) {
  .key-feature-area .features .item img {
    width: 45px;
  }
}
.key-feature-area .features .item h6 {
  color: #404040;
  font-family: var(--font-montserrat);
  font-weight: 600;
  font-size: 17px;
  line-height: 1.3;
  margin-bottom: 0;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .key-feature-area .features .item h6 {
    font-size: 17px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .key-feature-area .features .item h6 {
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  .key-feature-area .features .item h6 {
    font-size: 16px;
  }
}
.key-feature-area .features .item:nth-child(11n+1) {
  grid-column: 2/span 2;
}
.key-feature-area .features .item:nth-child(11n+6) {
  grid-column: 1/span 2;
}
.key-feature-area .features .item:nth-last-child(4) {
  grid-column: 3/span 2;
}
.key-feature-area .features .item:nth-last-child(3) {
  grid-column: 5/span 2;
}
.key-feature-area .features .item:nth-last-child(2) {
  grid-column: 7/span 2;
}
.key-feature-area .features .item:nth-last-child(1) {
  grid-column: 9/span 2;
}

/*=====================================
  12. Indivisual Inner Page Section
========================================*/
.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;
    margin-bottom: 20px;
  }
}
.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-poppins);
  font-size: 16px;
  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;
  }
}
.indivisual-inner-pages .purchase-btn .primary-btn1 {
  border-radius: 10px;
  min-width: 274px;
  justify-content: center;
  display: inline-flex;
  padding: 22px 38px;
}

/*=====================================
  13. Inner Page Section
========================================*/
.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_number,
.inner-page-section .single-counter .content .number span {
  color: var(--white-color);
  font-family: var(--font-montserrat);
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 1;
}
@media (max-width: 1199px) {
  .inner-page-section .single-counter .content .number .counter_number,
  .inner-page-section .single-counter .content .number span {
    font-size: 58px;
  }
}
@media (max-width: 767px) {
  .inner-page-section .single-counter .content .number .counter_number,
  .inner-page-section .single-counter .content .number span {
    font-size: 55px;
  }
}
@media (max-width: 576px) {
  .inner-page-section .single-counter .content .number .counter_number,
  .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-poppins);
  font-size: 17px;
  font-weight: 400;
  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: rgba(var(--primary-color5-opc), 0.1);
  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;
  transform: translateY(50px) scale(0.94);
  transition: opacity 1.2s cubic-bezier(0.19, 1, 0.22, 1), transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
  will-change: opacity, transform;
}
.inner-page-section .inner-page-wrap .inner-page-card h2 a {
  color: var(--white-color);
  font-family: var(--font-montserrat);
  font-weight: 500;
  font-size: 32px;
  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: 30px;
  }
}
@media (max-width: 1399px) {
  .inner-page-section .inner-page-wrap .inner-page-card h2 a {
    font-size: 27px;
  }
}
@media (max-width: 1199px) {
  .inner-page-section .inner-page-wrap .inner-page-card h2 a {
    font-size: 25px;
  }
}
@media (max-width: 576px) {
  .inner-page-section .inner-page-wrap .inner-page-card h2 a {
    font-size: 20px;
  }
}
.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;
  transform: translateY(0) scale(1);
  transition-delay: 0.2s;
}
.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;
}

/*=====================================
  14. Service Section
========================================*/
.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-montserrat);
  font-weight: 600;
  font-size: 21px;
  line-height: 1.3;
  text-align: center;
  color: var(--title-color);
  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-poppins);
  font-weight: 400;
  font-size: 15px;
  line-height: 1.7;
  text-align: center;
  color: rgba(var(--title-color-opc), 0.4);
  margin-bottom: 0;
}
.service-section .single-service.style-2::after {
  display: none;
}

/*=====================================
  15. Product Support Section
========================================*/
.product-support-section .product-support-card {
  padding: 30px 30px 30px 45px;
  border-radius: 20px;
  background-color: #f4de9b;
}
@media (max-width: 1399px) {
  .product-support-section .product-support-card {
    padding: 30px 25px 30px 30px;
  }
}
@media (max-width: 767px) {
  .product-support-section .product-support-card {
    padding: 35px 25px 35px 30px;
  }
}
@media (max-width: 576px) {
  .product-support-section .product-support-card {
    padding: 30px 20px 35px 20px;
    border-radius: 15px;
  }
}
.product-support-section .product-support-card .content h2 {
  color: var(--title-color);
  font-family: var(--font-montserrat);
  font-weight: 600;
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: 0.2px;
  margin-bottom: 15px;
}
@media (max-width: 1399px) {
  .product-support-section .product-support-card .content h2 {
    font-size: 28px;
    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: 25px;
  }
}
.product-support-section .product-support-card .content p {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 17px;
  line-height: 1.7;
  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;
}
@media (max-width: 1399px) {
  .product-support-section .product-support-card .content .primary-btn2 {
    padding: 18px 20px;
  }
}
.product-support-section .product-support-card .content .primary-btn2 svg {
  fill: none;
  stroke: var(--white-color);
}
.product-support-section .product-support-card.two {
  background-color: #99e4b4;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .product-support-section .icon img {
    max-height: 280px;
  }
}
@media (max-width: 767px) {
  .product-support-section .icon img {
    max-height: 280px;
  }
}

.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-montserrat);
  font-weight: 500;
  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: rgba(var(--white-color-opc), 0.7);
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 16px;
  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);
}

/*=====================================
  16. Responsive Section
========================================*/
.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-montserrat);
  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-poppins);
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  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);
}

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

/*=====================================
  17. Feature list Section
========================================*/
.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;
    padding: 0;
  }
}
.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-montserrat);
  font-size: 17px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0;
  max-width: 120px;
}

/*=====================================
  17. Footer Section
========================================*/
.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(--title-color);
}
.footer-top-section .footer-top-content .button-area .primary-btn2 span {
  background-color: var(--black-color);
}
.footer-top-section .footer-top-content .button-area .primary-btn2:hover {
  color: var(--white-color);
}
.footer-top-section .footer-top-content .button-area .primary-btn2.black-bg {
  color: var(--white-color);
}
.footer-top-section .footer-top-content .button-area .primary-btn2.black-bg span {
  background-color: var(--white-color);
}
.footer-top-section .footer-top-content .button-area .primary-btn2.black-bg:hover {
  color: var(--title-color);
}
.footer-top-section .footer-top-content .button-area .primary-btn2.black-bg:hover svg {
  fill: var(--title-color);
}

.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: 200px;
}
@media (max-width: 991px) {
  .footer-section .footer-section-wrap .footer-top-area .footer-logo img {
    width: 170px;
  }
}
.footer-section .footer-section-wrap .footer-top-area .menu-list {
  list-style: none;
  margin: 0;
  border: 1px solid rgba(var(--white-color-opc), 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-montserrat);
  font-weight: 600;
  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-montserrat);
  font-weight: 600;
  font-size: 70px;
  line-height: 1.2;
  text-align: center;
  text-transform: capitalize;
  color: var(--white-color);
  max-width: 1052px;
  width: 100%;
  margin: 0 auto 52px;
}
@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-color5);
}
.footer-section .footer-section-wrap .footer-content .primary-btn2 {
  padding: 20px 49px;
  font-size: 17px;
}
.footer-section .footer-section-wrap .footer-content .primary-btn2:hover {
  color: var(--white-color);
}
.footer-section .footer-section-wrap .footer-content .primary-btn2: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-montserrat);
  font-size: 14px;
  font-weight: 500;
  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-montserrat);
  font-weight: 400;
  transition: 0.5s;
}
.footer-section .footer-bottom-wrap .footer-bottom .copyright-area p a:hover {
  color: var(--title-color);
}
.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 a {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-montserrat);
  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 a i {
  color: rgba(var(--title-color-opc), 0.6);
  transition: 0.35s;
  font-size: 18px;
}
.footer-section .footer-bottom-wrap .footer-bottom .footer-bottom-right .social-list li a:hover {
  color: var(--primary-color1);
}
.footer-section .footer-bottom-wrap .footer-bottom .footer-bottom-right .social-list li a:hover i {
  color: var(--primary-color1);
}/*# sourceMappingURL=style.css.map */