/*===========================
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=Poppins:wght@100;200;400;500;600;700;800;900&display=swap');
* {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

:root {
  --font-kanit: "Poppins", sans-serif;
  --font-inter: "Poppins", sans-serif;
  --white-color: #fff;
  --black-color: #000;
  --title-color: #000000;
  --title-color-opc: 0, 0, 0;
  --paragraph-color: #00000099;
  --primary-color1: #DFA245;
  --primary-color1-opc: #DFA245;
  --primary-color2: #000000;
  --primary-color2-opc: 0, 0, 0;
  --border-color: #eee;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pb-80 {
  padding-bottom: 80px;
}
@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: 767px) {
  .mb-70 {
    margin-bottom: 40px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.primary-btn {
  display: flex;
  align-items: center;
  gap: 8px;
}
.primary-btn svg {
  fill: var(--title-color);
}
.primary-btn span {
  position: relative;
  display: inline-block;
  vertical-align: top;
  line-height: 1.4;
  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(--title-color) 0%, var(--title-color) 100%);
  color: var(--title-color);
  font-family: var(--font-kanit);
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  white-space: nowrap;
}
.primary-btn 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(--title-color);
}
.primary-btn 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(--title-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-btn span:hover {
  --background-size: 0%;
  --stroke-dashoffset: 26;
  --stroke-duration: .3s;
  --stroke-easing: cubic-bezier(0.3, 1.5, 0.5, 1);
  --stroke-delay: .195s;
}
.primary-btn span:hover::after {
  opacity: 0;
  transition-delay: 0s;
}
.primary-btn.white span {
  background-image: linear-gradient(0deg, var(--white-color) 0%, var(--white-color) 100%);
  color: var(--white-color);
}
.primary-btn.white span::after {
  color: var(--white-color);
}
.primary-btn.white span svg {
  stroke: var(--white-color);
}

.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-kanit);
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  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);
}

.circle-container {
  background: transparent;
  position: fixed;
  right: 30px;
  bottom: 55px;
  height: 40px;
  width: 40px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  border: 2px solid var(--primary-color1);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: all 200ms linear;
}
@media (max-width: 576px) {
  .circle-container {
    bottom: 30px;
  }
}
.circle-container.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.circle-container svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  fill: var(--primary-color1);
}
.circle-container:hover {
  background-color: var(--primary-color1);
  border-color: var(--primary-color1);
}
.circle-container:hover svg {
  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: var(--primary-color1);
  -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-kanit);
  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: var(--primary-color1);
  -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.95);
  font-family: var(--font-kanit);
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.03em;
  text-transform: capitalize;
  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-kanit);
  font-size: 60px;
  font-weight: 500;
  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: 38px;
  }
}
.section-title > p {
  color: var(--paragraph-color);
  font-family: var(--font-inter);
  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-inter);
  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: relative;
  width: 100%;
  z-index: 99;
  transition: all 0.8s ease-out 0s;
  background-color: transparent;
  padding: 0 5.5%;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  header.style-1 {
    padding: 0 4%;
  }
}
@media (max-width: 1399px) {
  header.style-1 {
    padding: 0 4%;
  }
}
@media (max-width: 1199px) {
  header.style-1 {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  header.style-1 {
    padding: 0 10px;
  }
}
@media (max-width: 576px) {
  header.style-1 {
    padding: 0;
  }
}
header.style-1.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  box-sizing: border-box;
  background-color: var(--white-color);
  box-shadow: 5px 3px 40px rgba(0, 72, 88, 0.1);
  z-index: 9999;
}
@keyframes smooth-header {
  0% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 991px) {
  header.style-1 .header-logo {
    padding: 15px 0;
  }
}
header.style-1 .header-logo a img {
  width: 150px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  header.style-1 .header-logo a img {
    width: 140px;
  }
}
@media (max-width: 576px) {
  header.style-1 .header-logo a img {
    width: 140px;
  }
}
header.style-1 .nav-right {
  display: flex;
  align-items: center;
  gap: 60px;
}
@media (max-width: 1199px) {
  header.style-1 .nav-right {
    gap: 25px;
  }
}
@media (max-width: 576px) {
  header.style-1 .nav-right {
    gap: 15px;
  }
}
header.style-1 .nav-right .right-sidebar-button {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
}
@media (max-width: 576px) {
  header.style-1 .nav-right .right-sidebar-button {
    gap: 6px;
  }
}
header.style-1 .nav-right .right-sidebar-button svg {
  fill: var(--title-color);
}
header.style-1 .nav-right .right-sidebar-button span {
  color: var(--title-color);
  font-family: var(--font-kanit);
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.03em;
}
@media (min-width: 992px) and (max-width: 1199px) {
  header.style-1 .nav-right .right-sidebar-button span {
    font-size: 13px;
  }
}
@media (max-width: 576px) {
  header.style-1 .nav-right .right-sidebar-button span {
    font-size: 12px;
  }
}
@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 .nav-right .right-sidebar-button::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -30px;
  width: 2px;
  height: 18px;
  background-color: #F94834;
}
@media (max-width: 1199px) {
  header.style-1 .nav-right .right-sidebar-button::after {
    right: -13px;
  }
}
@media (max-width: 991px) {
  header.style-1 .nav-right .right-sidebar-button::after {
    display: none;
  }
}
header.style-1 .nav-right .right-sidebar-button:hover svg {
  animation: qode-draw 0.75s cubic-bezier(0.57, 0.39, 0, 0.86) 1 forwards;
}
header.style-1 .nav-right .right-sidebar-button.two {
  padding: 12px 19px;
  border: 1px solid rgba(var(--primary-color-opc), 0.3);
  border-radius: 200px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  header.style-1 .nav-right .right-sidebar-button.two {
    padding: 9px 16px;
  }
}
@media (max-width: 576px) {
  header.style-1 .nav-right .right-sidebar-button.two {
    padding: 0;
    border: unset;
  }
}
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;
    flex-direction: column;
    align-items: end;
    visibility: visible;
    justify-content: center;
    position: relative;
  }
  header.style-1 .nav-right .mobile-menu-btn svg {
    fill: var(--title-color);
  }
}
header.style-1 .nav-right .primary-btn {
  font-size: 15px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  header.style-1 .nav-right .primary-btn {
    font-size: 14px;
  }
}
header.style-1 .main-menu {
  display: inline-block;
  position: relative;
}
header.style-1 .main-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
header.style-1 .main-menu ul > li {
  display: inline-block;
  position: relative;
}

@media (max-width: 991px) {
  header.style-1 .main-menu ul > li {
    padding: 22px 0px;
  }
}
header.style-1 .main-menu ul > li:first-child {
  padding-left: 0;
}
header.style-1 .main-menu ul > li > a {
  color: var(--title-color);
  display: block;
  text-transform: capitalize;
  padding: 38px 25px;
  position: relative;
  font-family: var(--font-kanit);
  font-weight: 600;
  font-size: 14px;
  transition: all 0.5s ease-out 0s;
  position: relative;
  line-height: 1;
}
header.style-1 .main-menu ul > li > a:hover {
  color: #DFA245;
}
@media (max-width: 1399px) {
  header.style-1 .main-menu ul > li > a {
    padding: 34px 20px;
  }
}
@media (max-width: 1199px) {
  header.style-1 .main-menu ul > li > a {
    padding: 34px 15px;
  }
}
header.style-1 .main-menu ul > li > a:hover span {
  color: #DFA245;
}
header.style-1 .nav-right .primary-btn:hover {
  color: #DFA245;
}

header.style-1 .main-menu ul > li.hover > a {
  color: var(--primary-color);
}
@media (max-width: 991px) {
  header.style-1 .main-menu ul > li.active > a {
    border-color: transparent;
  }
}

header.style-1 .main-menu ul > li.active .dropdown-icon2 {
  color: var(--primary-color);
}
header.style-1 .main-menu ul li.menu-item-has-children > i {
  display: block;
}
@media only screen and (max-width: 991px) {
  header.style-1 .mobile-logo-area .mobile-logo-wrap a img {
    width: 150px;
  }
  header.style-1 .mobile-logo-area .menu-close-btn {
    height: 32px;
    width: 32px;
    border-radius: 50%;
    border: 1px solid var(--title-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;
    margin-top: 2px;
    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);
  }
  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: #fff;
    border-right: 1px solid #eee;
    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: 40px;
  }
  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: 13px 0;
    display: block;
  }
  header.style-1 .main-menu > ul > li ul.sub-menu {
    position: static;
    min-width: 200px;
    background: 0 0;
    border: none;
    opacity: 1;
    visibility: visible;
    box-shadow: none;
    transform: none;
    transition: none;
    display: none;
    margin-top: 0 !important;
    transform: translateY(0px);
    padding-left: 10px;
  }
  header.style-1 .main-menu > ul > li ul.sub-menu > li {
    border-bottom: 1px solid transparent;
  }
  header.style-1 .main-menu > ul > li ul.sub-menu > li a {
    color: var(--title-color);
    padding: 12px 0px;
  }
  header.style-1 .main-menu > ul > li ul.sub-menu > li a:hover {
    color: var(--primary-color);
    margin-left: 10px;
  }
  header.style-1 .main-menu > ul > li ul.sub-menu > li a.active {
    color: var(--primary-color);
  }
  header.style-1 .main-menu > ul > li ul.sub-menu > li i {
    color: var(--primary-color);
    right: -13px;
  }
  header.style-1 .main-menu > ul > li.active a {
    color: var(--primary-color2);
  }
  header.style-1 .main-menu > ul > li.active .bi {
    color: var(--primary-color2);
  }
  header.style-1 .main-menu > ul > li .bi {
    top: 8px;
    font-size: 20px;
    color: var(--title-color);
    line-height: 1;
  }
}
header.style-1.error-header {
  border-bottom: 1px solid rgba(var(--primary-color-opc), 0.1);
}

/*=====================================
  5.Home1 Banner section
========================================*/
.home1-banner-section {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.85) 100%), url(../img/banner-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
  padding: 240px 0;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .home1-banner-section {
    padding: 210px 0;
  }
}
@media (max-width: 1399px) {
  .home1-banner-section {
    padding: 170px 0 190px;
  }
}
@media (max-width: 1199px) {
  .home1-banner-section {
    padding: 140px 0 160px;
  }
}
@media (max-width: 767px) {
  .home1-banner-section {
    padding: 120px 0 140px;
  }
}
@media (max-width: 576px) {
  .home1-banner-section {
    padding: 90px 0 100px;
  }
}
.home1-banner-section .scroll-text {
  writing-mode: vertical-rl;
  position: absolute;
  right: 20px;
  top: 0;
}
@media (max-width: 1199px) {
  .home1-banner-section .scroll-text {
    display: none;
  }
}
.home1-banner-section .scroll-text h2 {
  white-space: nowrap;
  font-family: var(--font-kanit);
  font-size: 75px;
  font-weight: 700;
  letter-spacing: 1.2px;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.1);
  animation: marqueeTop 50s linear infinite;
}
@keyframes marqueeTop {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, -100%, 0);
  }
}
.home1-banner-section .banner-content {
  position: relative;
  text-align: center;
  max-width: 1180px;
  margin: 0 auto;
  z-index: 1;
}
@media (max-width: 1699px) {
  .home1-banner-section .banner-content {
    max-width: 1100px;
  }
}
.home1-banner-section .banner-content h1 {
  color: var(--white-color);
  font-family: var(--font-kanit);
  font-size: 80px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 10px;
}
@media (max-width: 1699px) {
  .home1-banner-section .banner-content h1 {
    font-size: 75px;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .home1-banner-section .banner-content h1 {
    font-size: 70px;
  }
}
@media (max-width: 1399px) {
  .home1-banner-section .banner-content h1 {
    font-size: 68px;
  }
}
@media (max-width: 1199px) {
  .home1-banner-section .banner-content h1 {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .home1-banner-section .banner-content h1 {
    font-size: 52px;
  }
}
@media (max-width: 576px) {
  .home1-banner-section .banner-content h1 {
    font-size: 45px;
  }
}
.home1-banner-section .banner-content h1 span {
  color: var(--primary-color1);
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: 4px;
  text-underline-offset: 14px;
  font-weight: 600;
}
@media (max-width: 576px) {
  .home1-banner-section .banner-content h1 span {
    text-underline-offset: 7px;
    text-decoration-thickness: 3px;
  }
}
.home1-banner-section .banner-content svg {
  fill: rgba(255, 255, 255, 0.5);
}
.home1-banner-section .banner-content .feature-list {
  padding-top: 20px;
  list-style: none;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 80px;
}
@media (max-width: 1199px) {
  .home1-banner-section .banner-content .feature-list {
    gap: 60px;
  }
}
@media (max-width: 991px) {
  .home1-banner-section .banner-content .feature-list {
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .home1-banner-section .banner-content .feature-list {
    flex-wrap: wrap;
  }
}
.home1-banner-section .banner-content .feature-list li {
  display: flex;
  align-items: center;
  gap: 10px;
}
.home1-banner-section .banner-content .feature-list li .icon {
  width: 61px;
  height: 61px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
}
.home1-banner-section .banner-content .feature-list li .icon strong {
  color: var(--primary-color1);
  font-family: var(--font-inter);
  font-weight: 800;
  font-size: 30px;
}
.home1-banner-section .banner-content .feature-list li .content {
  text-align: start;
}
.home1-banner-section .banner-content .feature-list li .content span {
  color: var(--white-color);
  font-family: var(--font-inter);
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  display: block;
  margin-bottom: 8px;
}
@media (max-width: 991px) {
  .home1-banner-section .banner-content .feature-list li .content span {
    font-size: 16px;
  }
}
.home1-banner-section .banner-content .feature-list li .content h4 {
  color: var(--white-color);
  font-family: var(--font-inter);
  font-size: 25px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .home1-banner-section .banner-content .feature-list li .content h4 {
    font-size: 22px;
  }
}
.home1-banner-section .banner-btn {
  width: 213px;
  height: 75px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  bottom: 45px;
  left: 25px;
  z-index: 1;
}
@media (max-width: 1399px) {
  .home1-banner-section .banner-btn {
    bottom: 35px;
  }
}
@media (max-width: 1199px) {
  .home1-banner-section .banner-btn {
    position: relative;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    margin-top: 70px;
  }
}
@media (max-width: 991px) {
  .home1-banner-section .banner-btn {
    margin-top: 60px;
  }
}
@media (max-width: 576px) {
  .home1-banner-section .banner-btn {
    margin-top: 40px;
  }
}
.home1-banner-section .banner-btn a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  text-decoration: none;
}
.home1-banner-section .banner-btn a span {
  color: var(--primary-color1);
  font-family: var(--font-kanit);
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.36px;
  white-space: nowrap;
  padding-bottom: 2px;
  background: linear-gradient(to bottom, #F94834 0%, #F94834 98%);
  background-size: 100% 1px;
  background-repeat: no-repeat;
  background-position: left 100%;
  transition: background-size 0.75s;
}
.home1-banner-section .banner-btn a svg {
  fill: var(--primary-color1);
  transition: 0.5s;
}
.home1-banner-section .banner-btn a:hover span {
  color: var(--white-color);
  background-size: 0 1px;
  background-position: 0% 100%;
}
.home1-banner-section .banner-btn a:hover svg {
  fill: var(--white-color);
}

.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 (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;
}
.kye-features-section .single-kye-features .kye-features-content h3 {
  color: var(--title-color);
  font-family: var(--font-kanit);
  font-size: 30px;
  font-weight: 500;
  line-height: 1.13;
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .kye-features-section .single-kye-features .kye-features-content h3 {
    font-size: 28px;
  }
}
.kye-features-section .single-kye-features .kye-features-content p {
  color: #545454;
  font-family: var(--font-inter);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 0;
}
.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(--title-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: 40px 25px;
  }
}
@media (max-width: 991px) {
  .home-page-area .home-page-card-wrap {
    border: 1px solid rgba(var(--title-color-opc), 0.08);
    padding: 30px 20px;
  }
}
.home-page-area .home-page-card-wrap .home-page-card .home-img {
  border: 1px solid rgba(var(--title-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(--title-color-opc), 0.7);
  font-family: var(--font-kanit);
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  display: block;
  text-transform: capitalize;
  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-kanit);
  font-size: 25px;
  font-weight: 500;
  line-height: 1.2;
  transition: 0.35s;
}
.home-page-area .home-page-card-wrap .home-page-card .content h4 a:hover {
  color: #DFA245;
}
@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: 576px) {
  .home-page-area .home-page-card-wrap .home-page-card .content h4 a {
    font-size: 22px;
  }
}

.core-feature-section {
  background-color: var(--primary-color2);
  padding: 100px 12.5%;
}
@media (max-width: 1799px) {
  .core-feature-section {
    padding: 100px 11%;
  }
}
@media (max-width: 1699px) {
  .core-feature-section {
    padding: 100px 9%;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .core-feature-section {
    padding: 100px 5%;
  }
}
@media (max-width: 1399px) {
  .core-feature-section {
    padding: 100px 3%;
  }
}
@media (max-width: 1199px) {
  .core-feature-section {
    padding: 90px 2%;
  }
}
@media (max-width: 767px) {
  .core-feature-section {
    padding: 70px 2%;
  }
}
.core-feature-section .feature-card {
  text-align: center;
  background-color: #121212;
  border-radius: 5px;
  padding: 26px 30px;
}
@media (max-width: 1399px) {
  .core-feature-section .feature-card {
    padding: 26px 20px;
  }
}
@media (max-width: 767px) {
  .core-feature-section .feature-card {
    padding: 22px 14px;
  }
}
.core-feature-section .feature-card .content {
  padding-top: 20px;
}
.core-feature-section .feature-card .content h6 {
  color: var(--white-color);
  font-family: var(--font-kanit);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 0;
}
@media (min-width: 576px) and (max-width: 768px) {
  .core-feature-section .feature-card .content h6 {
    font-size: 17px;
  }
}

.elementor-section .elementor-content .section-title img {
  margin-bottom: 10px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .elementor-section .elementor-content .section-title h2 {
    font-size: 52px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .elementor-section .elementor-content .section-title h2 {
    font-size: 43px;
  }
}
@media (max-width: 576px) {
  .elementor-section .elementor-content .section-title h2 {
    font-size: 36px;
    line-height: 1.3;
  }
}
.elementor-section .elementor-content .section-title p {
  padding-top: 30px;
}
@media (max-width: 1199px) {
  .elementor-section .elementor-content .section-title p {
    padding-top: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .elementor-section .elementor-content .section-title p {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .elementor-section .elementor-content .section-title p {
    padding-top: 15px;
  }
}
.elementor-section .elementor-content ul {
  padding: 0;
  margin: 0;
  list-style: none;
  padding-top: 35px;
  -moz-columns: 2;
       columns: 2;
  -moz-column-gap: 50px;
       column-gap: 50px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .elementor-section .elementor-content ul {
    -moz-column-gap: 14px;
         column-gap: 14px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .elementor-section .elementor-content ul {
    -moz-column-gap: 10px;
         column-gap: 10px;
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  .elementor-section .elementor-content ul {
    padding-top: 25px;
  }
}
@media (max-width: 576px) {
  .elementor-section .elementor-content ul {
    -moz-columns: unset;
         columns: unset;
    padding-top: 20px;
  }
}
.elementor-section .elementor-content ul li {
  color: var(--paragraph-color);
  font-family: var(--font-inter);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 15px;
  padding-left: 22px;
  position: relative;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .elementor-section .elementor-content ul li {
    font-size: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .elementor-section .elementor-content ul li {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .elementor-section .elementor-content ul li {
    margin-bottom: 10px;
  }
}
.elementor-section .elementor-content ul li:last-child {
  margin-bottom: 0;
}
.elementor-section .elementor-content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: var(--primary-color1);
}
@media (max-width: 576px) {
  .elementor-section .elementor-img img {
    min-height: 230px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media (max-width: 576px) {
  .widget-section .section-title h2 {
    font-size: 36px;
  }
}
.widget-section .widget-wrapper {
  padding: 80px 55px;
  background-color: #121212;
  border-radius: 30px;
}
@media (max-width: 1199px) {
  .widget-section .widget-wrapper {
    padding: 80px 28px;
  }
}
@media (max-width: 991px) {
  .widget-section .widget-wrapper {
    padding: 70px 20px;
  }
}
@media (max-width: 576px) {
  .widget-section .widget-wrapper {
    padding: 70px 15px;
    border-radius: 20px;
  }
}
.widget-section .widget-wrapper .widget-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}
.widget-section .widget-wrapper .widget-list li {
  color: var(--white-color);
  font-family: var(--font-kanit);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.6;
  padding: 15px 27px;
  background-color: #1F1F1F;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 13px;
}
.widget-section .widget-wrapper .widget-list li svg {
  fill: var(--white-color);
}
@media (max-width: 576px) {
  .widget-section .widget-wrapper .widget-list li svg {
    width: 15px;
  }
}
@media (max-width: 1199px) {
  .widget-section .widget-wrapper .widget-list li {
    padding: 13px 21px;
    gap: 10px;
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .widget-section .widget-wrapper .widget-list li {
    padding: 12px 17px;
    font-size: 15px;
  }
}
@media (max-width: 576px) {
  .widget-section .widget-wrapper .widget-list li {
    padding: 12px 14px;
    font-size: 14px;
    gap: 7px;
  }
}

.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-kanit);
  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: #F4F6FC;
  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 (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(--title-color);
  font-family: var(--font-inter);
  font-size: 60px;
  font-weight: 800;
  margin-bottom: 0;
  line-height: 1;
}
@media (max-width: 1199px) {
  .inner-page-section .single-counter .content .number .counter, .inner-page-section .single-counter .content .number span {
    font-size: 65px;
  }
}
@media (max-width: 767px) {
  .inner-page-section .single-counter .content .number .counter, .inner-page-section .single-counter .content .number span {
    font-size: 60px;
  }
}
@media (max-width: 576px) {
  .inner-page-section .single-counter .content .number .counter, .inner-page-section .single-counter .content .number span {
    font-size: 50px;
  }
}
.inner-page-section .single-counter .content p {
  color: var(--title-color);
  font-family: var(--font-kanit);
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0;
}
.inner-page-section .js-marquee {
  display: flex;
  align-items: end;
  gap: 30px;
  margin-right: 30px !important;
}
.inner-page-section .inner-page-img-wrap {
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: center;
  gap: 25px;
}
.inner-page-section .inner-page-img-wrap a {
  display: inline-block;
}
.inner-page-section .inner-page-img-wrap a img {
  border-radius: 10px;
}
@media (max-width: 1499px) {
  .inner-page-section .inner-page-img-wrap a img {
    max-width: 340px;
  }
}
@media (max-width: 576px) {
  .inner-page-section .inner-page-img-wrap a img {
    max-width: 340px;
  }
}
.inner-page-section .view-all-btn-area {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 11;
  margin-top: -80px;
}
.inner-page-section .view-all-btn-area a {
  height: 156px;
  width: 156px;
  border-radius: 50%;
  background-color: #1A1A1A;
  border: 1px solid var(--primary-color2);
  text-align: center;
  color: var(--white-color);
  font-family: var(--font-kanit);
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  position: relative;
  z-index: 1;
  transition: 0.8s;
}
.inner-page-section .view-all-btn-area a svg {
  fill: var(--white-color);
}
.inner-page-section .view-all-btn-area a:hover {
  box-shadow: inset 0 0 0 10em var(--primary-color1);
  border-color: var(--primary-color1);
}

.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-btn2 {
  padding: 20px 66px;
}
@media (max-width: 576px) {
  .indivisual-inner-pages .purchase-btn .primary-btn2 {
    padding: 18px 42px;
  }
}
.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-inter);
  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: 70px;
}
@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-btn2 {
  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-inter);
  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-kanit);
  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;
  }
}
.text-scrolling-section .js-marquee {
  display: flex;
  align-items: center;
  gap: 25px;
}
.text-scrolling-section h4 {
  color: var(--title-color);
  font-family: var(--font-kanit);
  font-size: 25px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.36px;
  text-transform: capitalize;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .text-scrolling-section h4 {
    font-size: 23px;
  }
}
.text-scrolling-section .star {
  fill: #DFA245;
}
.text-scrolling-section .circle {
  stroke: #DFA245;
}
.text-scrolling-section.two .marquee_text {
  background: #FFE8DE;
}

.contact-section {
  margin-bottom: -220px;
  position: relative;
}
@media (max-width: 991px) {
  .contact-section {
    margin-bottom: -200px;
  }
}
@media (max-width: 767px) {
  .contact-section {
    margin-bottom: -180px;
  }
}
.contact-section .contact-wrapper {
  background-image: linear-gradient(91.81deg, #DFA245 22.54%, #dfa245 44.28%, #dfa24582 62.51%, #dfa24508 81.64%), url(../img/contact-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
  padding: 95px 130px;
  border-radius: 40px;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .contact-section .contact-wrapper {
    padding: 95px 110px;
  }
}
@media (max-width: 1399px) {
  .contact-section .contact-wrapper {
    padding: 95px 100px;
  }
}
@media (max-width: 1199px) {
  .contact-section .contact-wrapper {
    padding: 85px 85px;
  }
}
@media (max-width: 991px) {
  .contact-section .contact-wrapper {
    padding: 75px 45px;
    border-radius: 30px;
  }
}
@media (max-width: 767px) {
  .contact-section .contact-wrapper {
    padding: 65px 30px;
  }
}
@media (max-width: 576px) {
  .contact-section .contact-wrapper {
    padding: 55px 15px;
    border-radius: 15px;
  }
}
.contact-section .contact-wrapper .contact-content {
  max-width: 715px;
  width: 100%;
}
.contact-section .contact-wrapper .contact-content .section-title span {
  padding-left: 0;
  padding-right: 40px;
}
.contact-section .contact-wrapper .contact-content .section-title span::after {
  left: unset;
  right: 0;
  background-color: var(--white-color);
}
.contact-section .contact-wrapper .contact-content .section-title h2 {
  font-size: 70px;
  font-weight: 400;
}
@media (max-width: 1199px) {
  .contact-section .contact-wrapper .contact-content .section-title h2 {
    font-size: 60px;
  }
}
@media (max-width: 991px) {
  .contact-section .contact-wrapper .contact-content .section-title h2 {
    font-size: 52px;
  }
}
@media (max-width: 767px) {
  .contact-section .contact-wrapper .contact-content .section-title h2 {
    font-size: 47px;
  }
}
@media (max-width: 576px) {
  .contact-section .contact-wrapper .contact-content .section-title h2 {
    font-size: 36px;
  }
}
.contact-section .contact-wrapper .contact-content .button-area {
  padding-top: 65px;
  display: flex;
  align-items: center;
  gap: 55px;
}
@media (max-width: 1199px) {
  .contact-section .contact-wrapper .contact-content .button-area {
    padding-top: 60px;
  }
}
@media (max-width: 767px) {
  .contact-section .contact-wrapper .contact-content .button-area {
    padding-top: 50px;
    gap: 40px;
  }
}
@media (max-width: 576px) {
  .contact-section .contact-wrapper .contact-content .button-area {
    flex-wrap: wrap;
    gap: 30px;
    padding-top: 40px;
  }
}
.contact-section .contact-wrapper .contact-content .button-area .primary-btn2 {
  padding: 20px 33px;
}
@media (max-width: 576px) {
  .contact-section .contact-wrapper .contact-content .button-area .primary-btn2 {
    padding: 18px 30px;
  }
}

footer {
  background-image: linear-gradient(#f7f7f7, #f7f7f7);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
footer .footer-top {
  padding: 300px 0px 100px;
}
@media (max-width: 991px) {
  footer .footer-top {
    padding: 285px 0px 100px;
  }
}
@media (max-width: 767px) {
  footer .footer-top {
    padding: 240px 0 70px;
  }
}
@media (max-width: 576px) {
  footer .footer-top {
    padding: 230px 0 60px;
  }
}
footer .footer-top .footer-content {
  text-align: center;
}
footer .footer-top .footer-content h2 {
  color: var(--title-color);
  text-align: center;
  font-family: var(--font-kanit);
  font-size: 80px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 50px;
}
@media (max-width: 1399px) {
  footer .footer-top .footer-content h2 {
    font-size: 75px;
  }
}
@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;
  }
}
footer .footer-top .footer-content h2 span {
  color: rgba(var(--title-color-opc), 0.6);
}
footer .footer-top .footer-content .primary-btn2 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 20px 38px;
}
footer .footer-top .footer-content .primary-btn2 > svg {
  fill: var(--white-color);
}
footer .footer-btm {
  padding: 25px 0;
  border-top: 1px solid rgba(var(--primary-color2-opc), 0.1);
}
footer .footer-btm .copyright-area p {
  color: var(--paragraph-color);
  text-align: center;
  font-family: var(--font-inter);
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
}
footer .footer-btm .copyright-area p a {
  color: var(--primary-color2);
  font-weight: 600;
  transition: 0.5s;
}
footer .footer-btm .copyright-area p a:hover {
  color: var(--primary-color1);
}/*# sourceMappingURL=style.css.map */