@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
}

:root {
  --headerpadding: 30px;
  --headerheight: 100px;
  --headerfixed: 100px;
  --footerstrip: 38px;
  --filterstrip: 44px;
  --detailstrip: 40px;
  --primary: #E2F99C;
  --primaryDark: #d1f662;
  --secondary: #1E1E1E;
  --text: #666666;
  --white: #FFFFFF;
  --black: #000000;
  --gray: #1E1E1E;
  --light-gray: #BDBDBD;
  --container: 1750px;
  --containerfluid: 5rem;
}
@media only screen and (max-width: 1280px) {
  :root {
    --containerfluid: 2rem;
  }
}
@media only screen and (max-width: 991px) {
  :root {
    --containerfluid: 2rem;
    --headerpadding: 2px;
    --headerheight: 75px;
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --headerheight: 78px;
  }
}
@media only screen and (max-width: 540px) {
  :root {
    --headerfixed: 65px;
    --headerheight: 65px;
  }
}
@media only screen and (max-width: 320px) {
  :root {
    --containerfluid: 10px;
  }
}

body::-webkit-scrollbar {
  width: 10px;
  background: var(--black);
}
body::-webkit-scrollbar-track {
  box-shadow: none;
}
body::-webkit-scrollbar-thumb {
  background-color: #ccc;
}
body.overflow-hidden {
  overflow: hidden;
  margin-right: 10px;
}
@media only screen and (max-width: 991px) {
  body.overflow-hidden {
    margin-right: 0;
  }
}
body.overflow-hidden header {
  width: calc(100% - 10px);
}
@media only screen and (max-width: 991px) {
  body.overflow-hidden header {
    width: 100%;
  }
}

body, html {
  font-size: 16px;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
}

b {
  font-weight: 500;
}

.img {
  width: 100%;
  max-width: 100%;
}

small {
  font-size: 14px;
  line-height: 22px;
  display: block;
}

select {
  display: none;
}

a[href] {
  text-decoration: none;
  cursor: pointer;
  transition: 0.5s ease;
}
a[href].logo {
  display: block;
  line-height: 0;
}
@media only screen and (max-width: 768px) {
  a[href].logo {
    width: 160px;
  }
}
@media only screen and (max-width: 420px) {
  a[href].logo {
    width: 110px;
  }
}

svg path {
  transition: 0.5s ease;
}

.position-relative {
  position: relative;
}

.c-primary {
  color: var(--primary);
}

.container {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}
@media only screen and (max-width: 1366px) {
  .container {
    padding: 0 50px;
  }
}
@media only screen and (max-width: 767px) {
  .container {
    padding: 0 16px;
  }
}
@media only screen and (max-width: 480px) {
  .container {
    padding: 0 14px;
  }
}
@media only screen and (max-width: 360px) {
  .container {
    padding: 0 12px;
  }
}
@media only screen and (max-width: 320px) {
  .container {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 675px) {
  .container.container2 {
    padding-right: 0;
  }
}
@media only screen and (max-width: 675px) {
  .container.container2 .heading {
    padding-right: 15px;
  }
}
@media only screen and (max-width: 345px) {
  .container.container2 .heading {
    padding-right: 13px;
  }
}
@media only screen and (max-width: 320px) {
  .container.container2 .heading {
    padding-right: 10px;
  }
}

.container-fluid {
  padding: 0 var(--containerfluid);
  display: block;
  margin: 0 auto;
}

.social-icons {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

h1, h2, h4, h5, h3, h6 {
  font-weight: normal;
  text-transform: uppercase;
  font-family: "Ivy Mode";
  color: var(--black);
}

p, span, ul li, button, a {
  font-family: "Montserrat";
  line-height: 1.4;
  font-size: 14px;
  font-weight: 500;
}
@media only screen and (max-width: 540px) {
  p, span, ul li, button, a {
    font-size: 12px;
    line-height: 18px;
  }
}

img {
  max-width: 100%;
}

.sub-heading h3 {
  text-transform: capitalize;
}

h1 {
  font-size: 64px;
  line-height: 1;
  font-family: "Ivy Mode";
}

h2 {
  font-size: 45px;
  line-height: 1.15;
}
@media only screen and (max-width: 1280px) {
  h2 {
    font-size: 35px;
  }
}
@media only screen and (max-width: 768px) {
  h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 540px) {
  h2 {
    font-size: 25px;
  }
}
@media only screen and (max-width: 420px) {
  h2 {
    font-size: 20px;
  }
}

h3 {
  font-size: 40px;
  line-height: 1.2;
  font-family: "Ivy Mode";
  text-transform: uppercase;
}
@media only screen and (max-width: 1024px) {
  h3 {
    font-size: 42px;
  }
}
@media only screen and (max-width: 768px) {
  h3 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 540px) {
  h3 {
    font-size: 26px;
  }
}

h4 {
  font-size: 36px;
  line-height: 1.3;
  font-family: "Montserrat";
}
@media only screen and (max-width: 1024px) {
  h4 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 768px) {
  h4 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 540px) {
  h4 {
    font-size: 20px;
  }
}

h5 {
  font-size: 30px;
  line-height: 1.2;
}
@media only screen and (max-width: 1280px) {
  h5 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 540px) {
  h5 {
    font-size: 24px;
  }
}

h6 {
  font-size: 24px;
  line-height: 1.4;
}
@media only screen and (max-width: 991px) {
  h6 {
    font-size: 20px;
    line-height: 1.2;
  }
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-uppercase {
  text-transform: uppercase;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.inline-flex {
  --gap: 12px;
  display: inline-flex;
  align-items: center;
  gap: 0 var(--gap);
}

img {
  max-width: 100%;
}

input, button, select {
  font-family: inherit;
  font-size: inherit;
  cursor: pointer;
}

input {
  border-radius: 0;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}

video {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

button {
  border: none;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}

.tab-nav {
  cursor: default;
}
.tab-nav [data-tab] {
  cursor: pointer;
  caret-color: transparent;
}

.tab-nav-content {
  position: relative;
  margin-top: 45px;
}
@media only screen and (max-width: 540px) {
  .tab-nav-content {
    margin-top: 15px;
  }
}
.tab-nav-content .tabs:not(.active) {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: 0;
  height: 0;
  overflow: hidden;
}

.item-md {
  position: relative;
  display: block;
  position: relative;
}
.item-md::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: none;
}
.item-md::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: #0c0c0c;
}
.item-md::before, .item-md::after {
  z-index: 1;
}
.item-md::after {
  content: none;
}
.item-md figure, .item-md .figure {
  display: block;
  overflow: hidden;
  line-height: 0;
  height: 100%;
}
.item-md figure img, .item-md figure video, .item-md figure iframe, .item-md .figure img, .item-md .figure video, .item-md .figure iframe {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s ease;
}
.item-md figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.item-md .link-md {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}
.item-md.center-item figcaption {
  bottom: auto;
  top: 50%;
  translate: 0 -50%;
}

.overlay {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 6;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  transform: translateY(100%);
  transition: 0s ease 0.5s, opacity 0.5s ease;
  cursor: pointer;
}
@media only screen and (max-width: 991px) {
  .overlay {
    z-index: 6;
  }
}
@media only screen and (max-width: 675px) {
  .overlay {
    display: none;
  }
}
.overlay.is-open {
  transition: opacity 1s ease;
  opacity: 1;
  transform: translateY(0%);
}

.btn {
  --height: 35px;
  --padding: 20px;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: var(--height);
  padding: 0 var(--padding);
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
  overflow: hidden;
  transition: 0.3s ease;
  font-family: "Montserrat";
}
.btn span {
  z-index: 2;
  font-weight: 500;
  font-size: 12px;
}
.btn::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  transition: transform 0.3s ease;
  transform: scaleX(0);
  transform-origin: left;
}
.btn svg {
  transition: 0.3s;
  transform: rotate(224deg);
}
.btn:hover svg {
  transform: rotate(224deg) translateY(3px);
}

.btn-outline {
  background: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
  border-radius: 50px;
}
.btn-outline::before {
  background: #ffffff;
}
.btn-outline:hover {
  color: #000000;
}
.btn-outline:hover::before {
  transform: scaleX(1);
}

.btn-fill {
  background: #E2F99C;
  color: #000000;
}
.btn-fill::before {
  background: rgb(209.0971428571, 245.5028571429, 98.2971428571);
}
.btn-fill:hover {
  color: #000000;
  border-color: #000000;
}
.btn-fill:hover::before {
  transform: scaleX(1);
}

.btn-border {
  color: #ffffff;
  text-transform: capitalize;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 20px;
  transition: 0.3s ease;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 14px;
  border: 1px solid #ffffff;
  border-radius: 50px;
}
.btn-border::before {
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 1px;
  content: "";
  background: #E2F99C;
  transition: width 0.3s ease;
}
@media only screen and (max-width: 675px) {
  .btn-border::before {
    bottom: -5px;
  }
}
.btn-border svg {
  width: 24px;
  height: 24px;
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}
.btn-border:hover {
  gap: 25px;
}
.btn-border:hover svg {
  transform: rotate(180deg) translateX(-5px);
}

.btn-arrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 25px;
  background-color: #fbc02d;
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  border-radius: 5px;
  transition: 0.3s ease;
  position: relative;
}
.btn-arrow svg {
  width: 16px;
  height: 16px;
  transition: transform 0.3s ease;
  fill: currentColor;
  transform: rotate(180deg);
}
.btn-arrow:hover {
  background-color: rgb(240.4205607477, 172.8738317757, 4.5794392523);
}
.btn-arrow:hover svg {
  transform: rotate(180deg) translateX(-5px);
}

.model {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 7;
  background: #ffffff;
  background-position: 0% 80%;
  background-size: 75%;
  max-width: 435px;
  width: 100%;
}
.model .close:not(.btn, .close-video) {
  position: absolute;
  top: 0;
  right: 0;
  top: 25px;
  right: 25px;
  line-height: 0;
}
@media only screen and (max-width: 520px) {
  .model .close:not(.btn, .close-video) {
    top: 20px;
    right: 20px;
  }
}
.model .close:not(.btn, .close-video) path {
  stroke: #000000;
}

.form-grid {
  --item: 1;
  --gaplr: 30px;
  --gaptb: 32px;
  display: grid;
  grid-template-columns: repeat(var(--item), calc((100% - var(--gaplr) * (var(--item) - 1)) / var(--item)));
  gap: var(--gaptb) var(--gaplr);
}
@media only screen and (max-width: 540px) {
  .form-grid {
    --gaptb: 16px;
  }
}
.form-grid .full {
  grid-column: span var(--item);
  margin-top: 2rem;
}

.btn-div-btm > *:not(:last-child) {
  margin-right: 14px;
}
@media only screen and (max-width: 675px) {
  .btn-div-btm > *:not(:last-child) {
    margin-right: 8px;
  }
}
@media only screen and (max-width: 675px) {
  .btn-div-btm .btn {
    --padding: 12px;
    font-size: 14px;
  }
}

.swiper-slide {
  height: auto;
}

.swiper-nav {
  line-height: 0;
}
.swiper-nav.hide-btn-no-loop .swiper-prev.swiper-button-disabled, .swiper-nav.hide-btn-no-loop .swiper-next.swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}
.swiper-nav.swiper-group {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  gap: 11px;
}
.swiper-nav.center-full {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.swiper-nav.center-full .swiper-prev, .swiper-nav.center-full .swiper-next {
  pointer-events: all;
  -webkit-user-select: auto;
     -moz-user-select: auto;
          user-select: auto;
}
.swiper-nav.icon-width-auto .swiper-next svg, .swiper-nav.icon-width-auto .swiper-prev svg {
  width: auto;
  height: auto;
}

.swiper-prev svg, .swiper-prev img {
  transform: scaleX(-1);
}

.swiper-prev, .swiper-next {
  --size: 45px;
  height: var(--size);
  width: var(--size);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #E2F99C;
  border: 1px solid #E2F99C;
  transition: 0.5s ease;
}
.swiper-prev.swiper-btn-medium, .swiper-next.swiper-btn-medium {
  --size: 35px;
}
.swiper-prev path, .swiper-next path {
  fill: #ffffff;
}
.swiper-prev:hover:not(.swiper-button-disabled), .swiper-next:hover:not(.swiper-button-disabled) {
  background: #ffffff;
  border-color: #ffffff;
}
.swiper-prev:hover:not(.swiper-button-disabled) path, .swiper-next:hover:not(.swiper-button-disabled) path {
  fill: #E2F99C;
}
.swiper-prev.no-background, .swiper-next.no-background {
  height: auto;
  width: auto;
  display: block;
  background: none;
  border: none;
  line-height: 0;
}
.swiper-prev.no-background path, .swiper-next.no-background path {
  fill: initial;
}
.swiper-prev.no-background:hover, .swiper-next.no-background:hover {
  background: none;
}
.swiper-prev.has-shadow, .swiper-next.has-shadow {
  box-shadow: 0px 0px 4.8px 0px rgba(0, 0, 0, 0.2509803922);
}
.swiper-prev.white, .swiper-next.white {
  background: #ffffff;
  border-color: #ffffff;
}
.swiper-prev.white path, .swiper-next.white path {
  fill: #000000;
}
.swiper-prev.white:hover:not(.swiper-button-disabled), .swiper-next.white:hover:not(.swiper-button-disabled) {
  background: #E2F99C;
  border-color: #E2F99C;
}
.swiper-prev.white:hover:not(.swiper-button-disabled) path, .swiper-next.white:hover:not(.swiper-button-disabled) path {
  fill: #ffffff;
}
.swiper-prev.primary-border, .swiper-next.primary-border {
  border-color: #E2F99C;
  background: none;
}
.swiper-prev.primary-border path, .swiper-next.primary-border path {
  fill: #E2F99C;
}
.swiper-prev.primary-border:hover:not(.swiper-button-disabled), .swiper-next.primary-border:hover:not(.swiper-button-disabled) {
  background: #E2F99C;
}
.swiper-prev.primary-border:hover:not(.swiper-button-disabled) path, .swiper-next.primary-border:hover:not(.swiper-button-disabled) path {
  fill: #ffffff;
}
.swiper-prev.white-border, .swiper-next.white-border {
  border-color: #ffffff;
  background: none;
}
.swiper-prev.white-border path, .swiper-next.white-border path {
  fill: #ffffff;
}
.swiper-prev.white-border:hover:not(.swiper-button-disabled), .swiper-next.white-border:hover:not(.swiper-button-disabled) {
  background: #ffffff;
}
.swiper-prev.white-border:hover:not(.swiper-button-disabled) path, .swiper-next.white-border:hover:not(.swiper-button-disabled) path {
  fill: #E2F99C;
}
.swiper-prev.gray-border, .swiper-next.gray-border {
  border-color: #828282;
  background: none;
}
.swiper-prev.gray-border path, .swiper-next.gray-border path {
  fill: #828282;
}
.swiper-prev.gray-border:hover:not(.swiper-button-disabled), .swiper-next.gray-border:hover:not(.swiper-button-disabled) {
  background: #E2F99C;
}
.swiper-prev.gray-border:hover:not(.swiper-button-disabled) path, .swiper-next.gray-border:hover:not(.swiper-button-disabled) path {
  fill: #ffffff;
}
.swiper-prev.black-border, .swiper-next.black-border {
  border-color: #000000;
  background: none;
}
.swiper-prev.black-border path, .swiper-next.black-border path {
  fill: #000000;
}
.swiper-prev.black-border:hover:not(.swiper-button-disabled), .swiper-next.black-border:hover:not(.swiper-button-disabled) {
  background: #000000;
  border-color: #000000;
}
.swiper-prev.black-border:hover:not(.swiper-button-disabled) path, .swiper-next.black-border:hover:not(.swiper-button-disabled) path {
  fill: #ffffff;
}
.swiper-prev.swiper-btn-large, .swiper-next.swiper-btn-large {
  --size: 59px;
}
@media only screen and (max-width: 991px) {
  .swiper-prev.swiper-btn-large, .swiper-next.swiper-btn-large {
    --size: 48px;
  }
}
.swiper-prev.swiper-button-disabled, .swiper-next.swiper-button-disabled {
  cursor: no-drop;
  opacity: 0.4;
}
.swiper-prev.swiper-button-lock, .swiper-next.swiper-button-lock {
  display: none !important;
}

.play-btn {
  --btnsize: 51px;
  --border: 1px;
  --bordercolor: var(--white);
  --playbtncolor: var(--white);
  height: var(--btnsize);
  width: var(--btnsize);
  border-radius: 50%;
  border: var(--border) solid var(--bordercolor);
  position: relative;
  background: none;
}
@media only screen and (max-width: 1024px) {
  .play-btn {
    --btnsize: 40px;
  }
}
@media only screen and (max-width: 675px) {
  .play-btn {
    --btnsize: 35px;
    --border: 1px;
  }
}
.play-btn::before {
  width: 100%;
  height: 100%;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 50%;
  position: absolute;
  content: "";
  transform: translateX(-50%) translateY(-50%);
  background: var(--bordercolor);
  border-radius: 50%;
  display: block;
  animation: pulse-border 1500ms ease-out infinite;
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 0.5;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.play-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 0;
  height: 0;
  border-top: calc(var(--btnsize) / 8) solid transparent;
  border-bottom: calc(var(--btnsize) / 8) solid transparent;
  border-left: calc(var(--btnsize) / 5.6) solid var(--playbtncolor);
}
.play-btn p, .play-btn ul {
  margin-bottom: 30px;
}
.play-btn ul {
  padding-left: 18px;
}
@media only screen and (max-width: 675px) {
  .play-btn ul {
    padding-left: 10px;
  }
}
.play-btn ul li {
  position: relative;
  padding-left: 28px;
}
@media only screen and (max-width: 675px) {
  .play-btn ul li {
    padding-left: 20px;
  }
}
.play-btn ul li:not(:last-child) {
  margin-bottom: 6px;
}
.play-btn ul li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 10px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #E2F99C;
}
.play-btn.website-content-medium h2, .play-btn.website-content-medium h3, .play-btn.website-content-medium h4 {
  margin: 20px 0 18px;
  font-size: 20px;
  font-weight: 500;
}
.play-btn.website-content-medium h5, .play-btn.website-content-medium h6 {
  font-size: 18px;
  font-weight: 500;
}
.play-btn.website-content-medium p, .play-btn.website-content-medium ul {
  margin-bottom: 20px;
}

.kmr-animate {
  transition: 1.2s ease;
}

[data-video], [data-model] {
  cursor: pointer;
}

.banner {
  position: relative;
}
.banner:not(.banner-banner) {
  position: relative;
}
.banner:not(.banner-banner)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: none;
}
.banner:not(.banner-banner)::before {
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.29) 0%, rgba(0, 0, 0, 0) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.32) 0%, rgba(0, 0, 0, 0.2) 100%);
  z-index: 5;
}
.banner:not(.banner-banner).center-banner .banner-wrapper {
  bottom: 50%;
  translate: 0 50%;
  z-index: 10;
}
@media only screen and (max-width: 675px) {
  .banner:not(.banner-banner).center-banner .banner-wrapper {
    bottom: 20%;
    translate: none;
    top: auto;
  }
}
.banner:not(.banner-banner) .bg {
  height: 100vh;
  line-height: 0;
}
@media only screen and (max-width: 675px) {
  .banner:not(.banner-banner) .bg {
    height: 417px;
  }
}
.banner:not(.banner-banner) .bg video, .banner:not(.banner-banner) .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
  -o-object-position: top;
     object-position: top;
}
.banner:not(.banner-banner) .home-bannerImg-slider {
  height: 100%;
}
.banner:not(.banner-banner) .home-bannerImg-slider .swiper {
  height: 100%;
}
.banner:not(.banner-banner) .home-bannerImg-slider .swiper img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner:not(.banner-banner) .home-bannerImg-slider .swiper .swiper-wrapper {
  transition-timing-function: ease-in-out !important;
}
.banner:not(.banner-banner) .swiper-pagination {
  bottom: 14%;
  z-index: 5;
}
@media only screen and (max-width: 991px) {
  .banner:not(.banner-banner) .swiper-pagination {
    bottom: 18%;
  }
}
@media only screen and (max-width: 540px) {
  .banner:not(.banner-banner) .swiper-pagination {
    bottom: 8%;
  }
}
.banner:not(.banner-banner) .swiper-pagination .swiper-pagination-bullet {
  background: #fff !important;
  width: 12px;
  height: 12px;
}
.banner:not(.banner-banner) .banner-wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}
.banner:not(.banner-banner) .content.content-white h1, .banner:not(.banner-banner) .content.content-white p, .banner:not(.banner-banner) .content.content-white h5, .banner:not(.banner-banner) .content.content-white h6, .banner:not(.banner-banner) .content.content-white h4 {
  color: #ffffff;
}
.banner:not(.banner-banner) .content.title-l h1 {
  font-size: 128px;
  line-height: normal;
}
@media only screen and (max-width: 1366px) {
  .banner:not(.banner-banner) .content.title-l h1 {
    font-size: 80px;
  }
}
@media only screen and (max-width: 675px) {
  .banner:not(.banner-banner) .content.title-l h1 {
    font-size: 60px;
  }
}
@media only screen and (max-width: 360px) {
  .banner:not(.banner-banner) .content.title-l h1 {
    font-size: 48px;
  }
}
.banner:not(.banner-banner) .content.title-l h1 span {
  font-size: 0.25em;
}
.banner:not(.banner-banner) .content.title-m h1 {
  font-size: 60px;
  line-height: 1.349;
}
@media only screen and (max-width: 1152px) {
  .banner:not(.banner-banner) .content.title-m h1 {
    font-size: 48px;
  }
}
@media only screen and (max-width: 991px) {
  .banner:not(.banner-banner) .content.title-m h1 {
    font-size: 42px;
  }
}
@media only screen and (max-width: 675px) {
  .banner:not(.banner-banner) .content.title-m h1 {
    font-size: 38px;
  }
}
.banner:not(.banner-banner) .content.title-m h1:has(+ *) {
  margin-bottom: 10px;
}
.banner:not(.banner-banner) .content h5:has(+ *) {
  margin-bottom: 24px;
}
@media only screen and (max-width: 991px) {
  .banner:not(.banner-banner) .content h5:has(+ *) {
    margin-bottom: 14px;
  }
}
.banner:not(.banner-banner) .content h1 {
  font-size: 54px;
  line-height: normal;
  text-transform: uppercase;
}
@media only screen and (max-width: 520px) {
  .banner:not(.banner-banner) .content h1 {
    font-size: 32px;
  }
}
.banner:not(.banner-banner) .content h1 span {
  font-weight: 400;
  display: block;
  line-height: normal;
  letter-spacing: 0.25em;
  text-transform: uppercase;
}
.banner:not(.banner-banner) .content h5 {
  font-size: 20px;
  line-height: 1.34;
}
@media only screen and (max-width: 991px) {
  .banner:not(.banner-banner) .content h5 {
    font-size: 16px;
  }
}
.banner:not(.banner-banner) .content h6 {
  font-size: 18px;
  line-height: 1.44;
  font-weight: 400;
}
.banner:not(.banner-banner) .content h4 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.166;
}
@media only screen and (max-width: 1366px) {
  .banner:not(.banner-banner) .content h4 {
    font-size: 22px;
  }
}
.banner:not(.banner-banner) .content p {
  font-weight: 500;
}
.banner:not(.banner-banner) .scroll-btn {
  --btnsize: 45px;
  height: var(--btnsize);
  width: calc(var(--btnsize) * 0.667);
  border-radius: 20px;
  border: 1px solid #ffffff;
  margin-top: 5rem;
}
@media only screen and (max-width: 675px) {
  .banner:not(.banner-banner) .scroll-btn {
    --btnsize: 36px;
    margin-top: 2rem;
  }
}
.banner:not(.banner-banner) .scroll-btn.black-scroll-btn {
  border-color: #000000;
}
.banner:not(.banner-banner) .scroll-btn.black-scroll-btn span {
  background: #000000;
}
.banner:not(.banner-banner) .scroll-btn span {
  display: block;
  margin: 0 auto;
  width: 2px;
  height: calc(var(--btnsize) * 0.23);
  border-radius: 25%;
  background: #ffffff;
  animation: scroll 2.2s cubic-bezier(0.15, 0.41, 0.69, 0.94) infinite;
}
@keyframes scroll {
  0% {
    opacity: 0;
  }
  10% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(15px);
    opacity: 0;
  }
}

.video-pop {
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4784313725);
  z-index: 999999;
  max-width: 100%;
  transform: translateY(100%);
  transition: 0.5s ease;
}
.video-pop.is-open {
  transform: translateY(0%);
}
.video-pop .close-video {
  position: absolute;
  bottom: calc(100% + 20px);
  top: auto;
  right: -40px;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: #E2F99C;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 675px) {
  .video-pop .close-video {
    right: 0;
  }
}
.video-pop .close-video:hover {
  background: #E2F99C;
}
.video-pop .close-video svg {
  height: 35%;
  width: 35%;
}
.video-pop .close-video path {
  stroke-width: 2;
  stroke: #000000;
}
.video-pop .model-body {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 100%;
  max-width: 50%;
  background: transparent !important;
}
@media only screen and (max-width: 675px) {
  .video-pop .model-body {
    max-width: 95%;
  }
}
.video-pop .model-body iframe {
  width: 100%;
  aspect-ratio: 1.9;
  border: 2px solid #ffffff;
}

.profile-pop1, .profile-pop2, .profile-pop3 {
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4784313725);
  z-index: 999999;
  max-width: 100%;
  transform: translateY(100%);
  transition: 0.5s ease;
}
.profile-pop1.is-open, .profile-pop2.is-open, .profile-pop3.is-open {
  transform: translateY(0%);
}
.profile-pop1 .close-video, .profile-pop2 .close-video, .profile-pop3 .close-video {
  position: absolute;
  bottom: calc(100% + 20px);
  top: auto;
  right: -40px;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: #E2F99C;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 675px) {
  .profile-pop1 .close-video, .profile-pop2 .close-video, .profile-pop3 .close-video {
    right: 0;
  }
}
.profile-pop1 .close-video:hover, .profile-pop2 .close-video:hover, .profile-pop3 .close-video:hover {
  background: #E2F99C;
}
.profile-pop1 .close-video svg, .profile-pop2 .close-video svg, .profile-pop3 .close-video svg {
  height: 35%;
  width: 35%;
}
.profile-pop1 .close-video path, .profile-pop2 .close-video path, .profile-pop3 .close-video path {
  stroke-width: 2;
  stroke: #ffffff;
}
.profile-pop1 .model-body, .profile-pop2 .model-body, .profile-pop3 .model-body {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 100%;
  max-width: 50%;
  padding: 30px;
  border-radius: 10px;
  background: #ffffff;
}
@media only screen and (max-width: 1366px) {
  .profile-pop1 .model-body, .profile-pop2 .model-body, .profile-pop3 .model-body {
    max-width: 70%;
  }
}
@media only screen and (max-width: 991px) {
  .profile-pop1 .model-body, .profile-pop2 .model-body, .profile-pop3 .model-body {
    max-width: 80%;
  }
}
@media only screen and (max-width: 768px) {
  .profile-pop1 .model-body, .profile-pop2 .model-body, .profile-pop3 .model-body {
    padding: 18px;
  }
}
@media only screen and (max-width: 675px) {
  .profile-pop1 .model-body, .profile-pop2 .model-body, .profile-pop3 .model-body {
    max-width: 95%;
  }
}
@media only screen and (max-width: 540px) {
  .profile-pop1 .model-body, .profile-pop2 .model-body, .profile-pop3 .model-body {
    max-width: 92%;
  }
}
.profile-pop1 .model-body .profile-content-wrap, .profile-pop2 .model-body .profile-content-wrap, .profile-pop3 .model-body .profile-content-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: flex-start;
  gap: 45px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .profile-pop1 .model-body .profile-content-wrap, .profile-pop2 .model-body .profile-content-wrap, .profile-pop3 .model-body .profile-content-wrap {
    gap: 20px;
  }
}
@media only screen and (max-width: 540px) {
  .profile-pop1 .model-body .profile-content-wrap, .profile-pop2 .model-body .profile-content-wrap, .profile-pop3 .model-body .profile-content-wrap {
    grid-template-columns: 1fr;
  }
}
.profile-pop1 .model-body .profile-content-wrap .close-video, .profile-pop2 .model-body .profile-content-wrap .close-video, .profile-pop3 .model-body .profile-content-wrap .close-video {
  position: absolute;
  right: -15px;
  top: -15px;
  width: 35px;
  height: 35px;
}
@media only screen and (max-width: 540px) {
  .profile-pop1 .model-body .profile-content-wrap .close-video, .profile-pop2 .model-body .profile-content-wrap .close-video, .profile-pop3 .model-body .profile-content-wrap .close-video {
    width: 25px;
    height: 25px;
  }
}
@media only screen and (max-width: 420px) {
  .profile-pop1 .model-body .profile-content-wrap .close-video, .profile-pop2 .model-body .profile-content-wrap .close-video, .profile-pop3 .model-body .profile-content-wrap .close-video {
    right: -12px;
    top: -12px;
  }
}
.profile-pop1 .model-body .profile-content-wrap .profile-image, .profile-pop2 .model-body .profile-content-wrap .profile-image, .profile-pop3 .model-body .profile-content-wrap .profile-image {
  overflow: hidden;
  border-radius: 10px;
}
.profile-pop1 .model-body .profile-content-wrap .profile-image img, .profile-pop2 .model-body .profile-content-wrap .profile-image img, .profile-pop3 .model-body .profile-content-wrap .profile-image img {
  width: 100%;
}
.profile-pop1 .model-body .profile-content-wrap .profile-details .profile-name, .profile-pop2 .model-body .profile-content-wrap .profile-details .profile-name, .profile-pop3 .model-body .profile-content-wrap .profile-details .profile-name {
  padding-bottom: 20px;
  border-bottom: 1px solid #d7d7d7;
}
@media only screen and (max-width: 768px) {
  .profile-pop1 .model-body .profile-content-wrap .profile-details .profile-name, .profile-pop2 .model-body .profile-content-wrap .profile-details .profile-name, .profile-pop3 .model-body .profile-content-wrap .profile-details .profile-name {
    font-size: 20px;
  }
}
@media only screen and (max-width: 540px) {
  .profile-pop1 .model-body .profile-content-wrap .profile-details .profile-name, .profile-pop2 .model-body .profile-content-wrap .profile-details .profile-name, .profile-pop3 .model-body .profile-content-wrap .profile-details .profile-name {
    font-size: 18px;
  }
}
.profile-pop1 .model-body .profile-content-wrap .profile-details h6, .profile-pop2 .model-body .profile-content-wrap .profile-details h6, .profile-pop3 .model-body .profile-content-wrap .profile-details h6 {
  border-bottom: 2px solid var(--primary);
  display: inline-block;
  margin-bottom: 25px;
}
@media only screen and (max-width: 768px) {
  .profile-pop1 .model-body .profile-content-wrap .profile-details h6, .profile-pop2 .model-body .profile-content-wrap .profile-details h6, .profile-pop3 .model-body .profile-content-wrap .profile-details h6 {
    font-size: 15px;
  }
}
.profile-pop1 .model-body .profile-content-wrap .profile-details .social-media, .profile-pop2 .model-body .profile-content-wrap .profile-details .social-media, .profile-pop3 .model-body .profile-content-wrap .profile-details .social-media {
  display: flex;
  gap: 10px;
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .profile-pop1 .model-body .profile-content-wrap .profile-details .social-media, .profile-pop2 .model-body .profile-content-wrap .profile-details .social-media, .profile-pop3 .model-body .profile-content-wrap .profile-details .social-media {
    margin-top: 4px;
  }
}
.profile-pop1 .model-body .profile-content-wrap .profile-details .social-media li, .profile-pop2 .model-body .profile-content-wrap .profile-details .social-media li, .profile-pop3 .model-body .profile-content-wrap .profile-details .social-media li {
  background: var(--primary);
  padding: 8px;
  border-radius: 50%;
}
.profile-pop1 .model-body .profile-content-wrap .profile-details .social-media li svg, .profile-pop2 .model-body .profile-content-wrap .profile-details .social-media li svg, .profile-pop3 .model-body .profile-content-wrap .profile-details .social-media li svg {
  width: 20px;
  height: 20px;
  display: block;
}
.profile-pop1 .model-body .profile-content-wrap .profile-details .social-media li svg path, .profile-pop2 .model-body .profile-content-wrap .profile-details .social-media li svg path, .profile-pop3 .model-body .profile-content-wrap .profile-details .social-media li svg path {
  fill: var(--white);
}
.profile-pop1 .model-body .profile-content-wrap .profile-details .profile-content, .profile-pop2 .model-body .profile-content-wrap .profile-details .profile-content, .profile-pop3 .model-body .profile-content-wrap .profile-details .profile-content {
  height: 255px;
  overflow-y: scroll;
  margin-top: 20px;
  padding-right: 18px;
}
.profile-pop1 .model-body .profile-content-wrap .profile-details .profile-content::-webkit-scrollbar, .profile-pop2 .model-body .profile-content-wrap .profile-details .profile-content::-webkit-scrollbar, .profile-pop3 .model-body .profile-content-wrap .profile-details .profile-content::-webkit-scrollbar {
  width: 4px;
}
.profile-pop1 .model-body .profile-content-wrap .profile-details .profile-content::-webkit-scrollbar-track, .profile-pop2 .model-body .profile-content-wrap .profile-details .profile-content::-webkit-scrollbar-track, .profile-pop3 .model-body .profile-content-wrap .profile-details .profile-content::-webkit-scrollbar-track {
  background: #f0f0f0;
}
.profile-pop1 .model-body .profile-content-wrap .profile-details .profile-content::-webkit-scrollbar-thumb, .profile-pop2 .model-body .profile-content-wrap .profile-details .profile-content::-webkit-scrollbar-thumb, .profile-pop3 .model-body .profile-content-wrap .profile-details .profile-content::-webkit-scrollbar-thumb {
  background-color: rgba(15, 43, 127, 0.4509803922);
  border-radius: 4px;
}
.profile-pop1 .model-body .profile-content-wrap .profile-details .profile-content::-webkit-scrollbar-thumb:hover, .profile-pop2 .model-body .profile-content-wrap .profile-details .profile-content::-webkit-scrollbar-thumb:hover, .profile-pop3 .model-body .profile-content-wrap .profile-details .profile-content::-webkit-scrollbar-thumb:hover {
  background-color: darkred;
  scrollbar-color: rgba(198, 255, 227, 0.5411764706);
  scrollbar-width: thin;
}
.profile-pop1 .model-body .profile-content-wrap .profile-details .profile-content p, .profile-pop2 .model-body .profile-content-wrap .profile-details .profile-content p, .profile-pop3 .model-body .profile-content-wrap .profile-details .profile-content p {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: var(--text);
}
@media only screen and (max-width: 768px) {
  .profile-pop1 .model-body .profile-content-wrap .profile-details .profile-content p, .profile-pop2 .model-body .profile-content-wrap .profile-details .profile-content p, .profile-pop3 .model-body .profile-content-wrap .profile-details .profile-content p {
    font-size: 12px;
    line-height: 18px;
  }
}

.sticky-action-bar {
  display: none;
}
@media only screen and (max-width: 768px) {
  .sticky-action-bar {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    background-color: var(--primary);
    justify-content: space-between;
    align-items: center;
  }
  .sticky-action-bar > div {
    display: flex;
    flex: 1;
    align-items: center;
    flex-direction: column;
    gap: 6px;
    padding: 8px 0;
    border-top: 1px solid rgba(133, 133, 133, 0.5);
  }
  .sticky-action-bar > div a {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    text-decoration: none;
    color: inherit;
  }
  .sticky-action-bar > div a svg {
    width: 20px;
    height: 20px;
  }
  .sticky-action-bar > div a svg path {
    fill: var(--white);
  }
  .sticky-action-bar > div a p {
    color: var(--white);
    font-weight: 500;
    font-size: 14px;
  }
  .sticky-action-bar > div:nth-child(2) {
    border-left: 1px solid rgba(133, 133, 133, 0.5);
    border-right: 1px solid rgba(133, 133, 133, 0.5);
  }
}

.arrow-btn {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--white);
  transform: rotate(224deg);
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
@media only screen and (max-width: 420px) {
  .arrow-btn {
    width: 35px;
    height: 35px;
  }
}
@media only screen and (max-width: 420px) {
  .arrow-btn svg {
    width: 18px;
    height: 18px;
  }
  .arrow-btn svg path {
    stroke: var(--primary);
  }
}

.commanForm {
  background: var(--primary);
  padding: 70px 0;
}
@media only screen and (max-width: 540px) {
  .commanForm {
    padding: 30px 0 60px;
  }
}
.commanForm .heading {
  text-align: center;
  width: 50%;
  margin: 0 auto;
}
@media only screen and (max-width: 1366px) {
  .commanForm .heading {
    width: 38%;
  }
}
@media only screen and (max-width: 768px) {
  .commanForm .heading {
    width: 74%;
  }
}
@media only screen and (max-width: 540px) {
  .commanForm .heading {
    width: 100%;
  }
}
.commanForm .heading h4 {
  margin-bottom: 15px;
  padding: 0 80px;
  font-family: "Ivy Mode";
  font-weight: 400;
  text-transform: uppercase;
  color: var(--black);
}
@media only screen and (max-width: 1540px) {
  .commanForm .heading h4 {
    padding: 0;
  }
}
.commanForm .heading p {
  color: var(--text);
}
.commanForm .form-grid {
  width: 60%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 70px 0 0;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .commanForm .form-grid {
    width: 75%;
    padding: 40px 0 0;
  }
}
@media only screen and (max-width: 540px) {
  .commanForm .form-grid {
    width: 100%;
    grid-template-columns: 1fr;
  }
}
.commanForm .form-grid .form-group:nth-last-of-type(1) {
  grid-column: span 2;
}
.commanForm .form-grid .form-group {
  position: relative;
}
.commanForm .form-grid .form-group:nth-child(1) {
  grid-column: span 2;
}
.commanForm .form-grid .form-group::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: var(--borderwidth);
  background: var(--text);
}
.commanForm .form-grid .form-group::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: var(--borderwidth);
  background: red;
  width: 0;
  transition: 0.5s ease;
}
.commanForm .form-grid .form-group input, .commanForm .form-grid .form-group textarea {
  color: var(--black);
  font-family: "Montserrat";
}
.commanForm .form-grid .form-group label {
  color: var(--black);
  font-family: "Montserrat";
}
.commanForm .form-grid .form-group:focus, .commanForm .form-grid .form-group.valid {
  outline: none;
}
.commanForm .form-grid .form-group:focus ~ label, .commanForm .form-grid .form-group.valid ~ label {
  color: var(--black);
}
.commanForm .form-grid .btn-fill {
  grid-column: 1/span 2;
  justify-self: center;
  margin: 30px auto 0;
  cursor: pointer;
  position: relative;
  background: var(--black);
}
.commanForm .form-grid .btn-fill span {
  color: var(--white);
}
.commanForm .form-grid .btn-fill:hover span {
  color: var(--black);
}
@media only screen and (max-width: 540px) {
  .commanForm .form-grid .btn-fill {
    margin-top: 15px;
  }
}

.commanForm2 {
  background: #1E1E1E;
  padding: 70px 0;
}
@media only screen and (max-width: 540px) {
  .commanForm2 {
    padding: 30px 0 60px;
  }
}
.commanForm2 .heading {
  text-align: center;
  width: 50%;
  margin: 0 auto;
}
@media only screen and (max-width: 1366px) {
  .commanForm2 .heading {
    width: 38%;
  }
}
@media only screen and (max-width: 768px) {
  .commanForm2 .heading {
    width: 74%;
  }
}
@media only screen and (max-width: 540px) {
  .commanForm2 .heading {
    width: 100%;
  }
}
.commanForm2 .heading h4 {
  margin-bottom: 15px;
  padding: 0 80px;
  font-family: "Ivy Mode";
  font-weight: 400;
  text-transform: uppercase;
  color: var(--primary);
}
@media only screen and (max-width: 1540px) {
  .commanForm2 .heading h4 {
    padding: 0;
  }
}
.commanForm2 .heading p {
  color: var(--text);
}
.commanForm2 .form-grid {
  width: 60%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 70px 0 0;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .commanForm2 .form-grid {
    width: 75%;
    padding: 40px 0 0;
  }
}
@media only screen and (max-width: 540px) {
  .commanForm2 .form-grid {
    width: 100%;
    grid-template-columns: 1fr;
  }
}
.commanForm2 .form-grid .form-group:nth-last-of-type(1) {
  grid-column: span 2;
}
.commanForm2 .form-grid .form-group {
  position: relative;
}
.commanForm2 .form-grid .form-group:nth-child(1) {
  grid-column: span 2;
}
.commanForm2 .form-grid .form-group::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: var(--borderwidth);
  background: var(--light-gray);
}
.commanForm2 .form-grid .form-group::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: var(--borderwidth);
  background: #6f6f6f;
  width: 0;
  transition: 0.5s ease;
}
.commanForm2 .form-grid .form-group input, .commanForm2 .form-grid .form-group textarea {
  color: var(--light-gray);
  font-family: "Montserrat";
}
.commanForm2 .form-grid .form-group label {
  color: var(--light-gray);
  font-family: "Montserrat";
}
.commanForm2 .form-grid .form-group:focus, .commanForm2 .form-grid .form-group.valid {
  outline: none;
}
.commanForm2 .form-grid .form-group:focus ~ label, .commanForm2 .form-grid .form-group.valid ~ label {
  color: var(--light-gray);
}
.commanForm2 .form-grid .btn-fill {
  grid-column: 1/span 2;
  justify-self: center;
  margin: 30px auto 0;
  cursor: pointer;
  position: relative;
  background: var(--primary);
}
.commanForm2 .form-grid .btn-fill span {
  color: var(--black);
}
.commanForm2 .form-grid .btn-fill:hover span {
  color: var(--black);
}
@media only screen and (max-width: 540px) {
  .commanForm2 .form-grid .btn-fill {
    margin-top: 15px;
  }
}

.banner {
  overflow: hidden;
  z-index: -1;
}
.banner .bg .banner-wrapper {
  display: flex;
  width: 100%;
  top: 50%;
}
.banner .bg .banner-wrapper .content {
  width: 100%;
  max-width: 658px;
  margin-right: auto;
}
.banner .bg .banner-wrapper .content h1 {
  color: var(--white);
  text-align: left;
  text-transform: uppercase;
}
.banner .bg .banner-wrapper .content p {
  margin: 20px 0 30px;
  color: var(--white);
  font-size: 24px;
  font-weight: 300;
}
.banner .bg .border-rounded {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  background: var(--white);
  z-index: 10;
  border-radius: 40px 40px 0 0;
}

.project-secA {
  padding: 40px 0 5rem;
  background: var(--white);
}
.project-secA .tab-nav {
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 0 0 60px;
}
.project-secA .tab-nav li {
  padding: 12px 24px;
  background: var(--white);
  border: 1px solid #F2F2F2;
  color: var(--black);
  border-radius: 50px;
}
.project-secA .tab-nav li.active {
  background: #F2F2F2;
}
.project-secA .tab-nav-content .commanProjectSlider .swiper-wrapper .card {
  position: relative;
  border-radius: 25px;
  overflow: hidden;
  display: block;
}
.project-secA .tab-nav-content .commanProjectSlider .swiper-wrapper .card::before {
  position: absolute;
  inset: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 8.39%, #0A0A0A 58.65%);
}
.project-secA .tab-nav-content .commanProjectSlider .swiper-wrapper .card .card-img img {
  width: 100%;
  display: block;
}
.project-secA .tab-nav-content .commanProjectSlider .swiper-wrapper .card .card-content {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 100%;
  padding: 40px;
  z-index: 2;
}
.project-secA .tab-nav-content .commanProjectSlider .swiper-wrapper .card .card-content h5 {
  color: var(--white);
  font-size: 25px;
  padding-top: 14px;
  width: 100%;
  max-width: 185px;
}
.project-secA .tab-nav-content .commanProjectSlider .swiper-wrapper .card .card-content p {
  color: var(--white);
  padding: 14px 0;
  border-bottom: 1px solid #FFFFFF;
}

.project-secB {
  position: relative;
}
.project-secB::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30px;
  background: var(--white);
  z-index: 2;
  border-radius: 0 0 40px 40px;
}
.project-secB::after {
  position: absolute;
  inset: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: var(--black);
  opacity: 0.6;
}
.project-secB img {
  display: block;
}
.project-secB .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 100%;
  max-width: 410px;
  text-align: center;
}
.project-secB .content h2 {
  color: var(--white);
}
.project-secB .content p {
  color: var(--light-gray);
  font-size: 20px;
  line-height: 26px;
  margin: 30px 0 40px;
}
.project-secB .content button {
  width: 140px;
  height: 140px;
  font-size: 24px;
  line-height: 1.2;
  background: var(--primary);
  color: var(--black);
  font-family: "Ivy Mode";
  text-transform: uppercase;
  border-radius: 50%;
  padding: 20px;
}

.project-secC .bottom-content {
  padding: 7rem 0;
  text-align: center;
  z-index: 10;
}
.project-secC .bottom-content h3 {
  margin-bottom: 20px;
}
.project-secC .bottom-content p {
  color: var(--text);
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}/*# sourceMappingURL=project.css.map */