/*Main Css */
html {
  scrollbar-width: none !important;
  font-size: max(12px, 1.111111vw);
}

html body {
  -ms-overflow-style: none;
}

html body::-webkit-scrollbar {
  width: 0 !important;
  height: 0 !important;
}

/* Tabbing CSS */
[class^=box-] {
  display: none;
}

[class^=box-].showfirst {
  display: block;
}

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

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

/* Accordion CSS */
.myaccordion li .faq-opt {
  display: none;
}

.myaccordion li.active .faq-opt {
  display: block;
}

.myaccordion li.active .faq-ang h4:before {
  content: "\f077";
}

body {
  font-family: "Satoshi";
  overflow-x: hidden;
  font-size: 0.75rem;
  line-height: 1;
  color: #000000;
  background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  display: block;
  font-weight: normal;
  font-family: "Product Sans";
}

*:hover,
*:focus,
* {
  outline: none !important;
}

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

a,
input[type=submit] {
  transition: all 0.4s ease-In-out;
  display: inline-block;
  cursor: pointer;
}

a:hover {
  color: #e00000;
  text-decoration: none;
}

p,
a {
  font-size: 1rem;
  font-weight: normal;
  color: #000000;
}

p {
  line-height: 1.219rem;
  display: block;
}

span {
  display: inline-block;
}

/* Custom Slick Css */
.slick-list {
  margin: 0 -0.703rem;
}

.slick-slide {
  margin: 0 0.703rem;
}

ul.slick-dots {
  padding: 2.344rem 0 0;
  text-align: center;
}

ul.slick-dots li {
  margin: 0 0.938rem 0 0px;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  padding: 0px;
  border: none;
}

.slick-dots li button:before,
.slick-dots li button:before {
  color: #FFF;
  opacity: 1;
  font-size: 0.938rem;
}

.slick-dots li button {
  height: 0.375rem;
  width: 0.375rem;
  border-radius: 50%;
  padding: 0px;
  background: #d6d6d6;
  border: none;
  cursor: pointer;
  font-size: 0px;
  padding: 0px;
  transition: all 0.4s ease-In-out;
  box-sizing: border-box;
}

.slick-dots li.slick-active button {
  background: #f3c919;
  width: 11px;
  height: 11px;
}

span.arrows {
  width: 1.875rem;
  height: 1.875rem;
  border: none;
  position: absolute;
  top: 0px;
  bottom: 0px;
  margin: auto;
  z-index: 2;
  cursor: pointer;
  line-height: 1.828rem;
  font-size: 0.563rem;
  text-align: center;
  font-weight: 300;
  top: 0;
  border-radius: 0;
  background: #f7f7f7;
  color: #696969;
}

span.arrows.next {
  right: 1%;
}

textarea,
select,
input[type],
textarea,
select,
button {
  background: transparent;
  border: none;
  border-radius: 0px;
  font-family: "Satoshi";
  font-weight: 400;
}

::-webkit-input-placeholder {
  color: #a3a3a3;
  font-weight: 400;
}

::-moz-placeholder {
  color: #a3a3a3;
  font-weight: 400;
}

:-ms-input-placeholder {
  color: #a3a3a3;
  font-weight: 400;
}

:-moz-placeholder {
  color: #a3a3a3;
  font-weight: 400;
}

.mn-btn a {
  color: #ffffff;
  font-size: 0.844rem;
  background: #000000;
  border: 1px solid #000000;
  font-weight: 400;
  text-transform: uppercase;
  padding: 0px 0px;
}

.mn-btn a:hover {
  background: transparent;
  color: #000000;
}

/* Heading Classes */
.mn-hd h1 {
  display: block;
}

.mn-hd h2 {
  display: block;
}

.mn-hd h3 {
  display: block;
}

.mn-hd h4 {
  display: block;
}

.mn-hd h5 {
  display: block;
}

.mn-hd h6 {
  display: block;
}

.mn-hd p {
  display: block;
}

/* header CSS */
header {
  transition: all 0.4s ease-In-out;
  padding: 1.406rem 0;
  position: absolute;
  top: 0;
  z-index: 2;
  width: 100%;
}

.logo {
  display: inline-block;
}

.logo img {
  display: block;
  width: 25.469rem;
}

/* Menu Css */
.menu {
  font-size: 0px;
  display: inline-block;
  vertical-align: middle;
}

.menu li {
  display: inline-block;
  vertical-align: middle;
  padding-left: 35px;
}

.menu li a {
  display: block;
  font-size: 0.75rem;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}

.menu li:hover a,
.menu li.active a {
  color: #1887c5;
}

.nav-btn a {
  color: #fff;
  padding: 0.844rem 1.406rem;
  border-radius: 79px;
  position: relative;
  display: block;
  overflow: hidden;
  border: 1px solid #941e81;
  margin-right: 0.703rem;
  font-family: "Product Sans";
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.35rem;
}
.nav-btn a span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #941e81;
  transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.nav-btn a:hover {
  color: #c7e3eb;
}
.nav-btn a:hover span {
  width: 225%;
  height: 562.5px;
}
.nav-btn a:active {
  background-color: #941e81;
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
  }
  100% {
    left: 50%;
    width: 150%;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
  }
  100% {
    left: 50%;
    width: 150%;
  }
}

.menuBar {
  background: hsl(var(--hue), 58%, 49%);
  cursor: pointer;
  overflow: hidden;
  position: relative;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  z-index: 5;
  cursor: pointer;
}
.menuBar--purple {
  --hue: 227;
}
.menuBar:active, .menuBar:focus {
  outline: 3px solid hsl(calc(var(--hue) + 90), 98%, 80%);
}
.menuBar + .menuBar {
  margin-top: 2.5em;
}
.menuBar__bg {
  background: hsl(var(--hueBg), 58%, 49%);
  border-radius: 50%;
  display: block;
  height: 0;
  left: 0%;
  margin: -50% 0 0 0%;
  padding-top: 100%;
  position: absolute;
  bottom: -50%;
  width: 100%;
  transform: scale(0);
  transform-origin: 50% 50%;
  transition: transform 0.175s cubic-bezier(0.5, 1, 0.89, 1);
  z-index: 1;
}
.menuBar__bg:nth-of-type(1) {
  --hueBg: calc(var(--hue) - 90);
  transition-delay: 0.1425s;
}
.menuBar__bg:nth-of-type(2) {
  --hueBg: calc(var(--hue) - 180);
  transition-delay: 0.095s;
}
.menuBar__bg:nth-of-type(3) {
  --hueBg: calc(var(--hue) - 270);
  transition-delay: 0.0475s;
}
.menuBar__bg:nth-of-type(4) {
  --hueBg: calc(var(--hue) - 360);
  transition-delay: 0s;
}
.menuBar:hover .menuBar__bg, .menuBar:focus .menuBar__bg, .menuBar:active .menuBar__bg {
  transform: scale(2.5);
  transition: transform 0.15s cubic-bezier(0.11, 0, 0.5, 0);
}
.menuBar:hover .menuBar__bg:nth-of-type(1), .menuBar:focus .menuBar__bg:nth-of-type(1), .menuBar:active .menuBar__bg:nth-of-type(1) {
  transition-delay: 0.095s;
}
.menuBar:hover .menuBar__bg:nth-of-type(2), .menuBar:focus .menuBar__bg:nth-of-type(2), .menuBar:active .menuBar__bg:nth-of-type(2) {
  transition-delay: 0.19s;
}
.menuBar:hover .menuBar__bg:nth-of-type(3), .menuBar:focus .menuBar__bg:nth-of-type(3), .menuBar:active .menuBar__bg:nth-of-type(3) {
  transition-delay: 0.285s;
}
.menuBar:hover .menuBar__bg:nth-of-type(4), .menuBar:focus .menuBar__bg:nth-of-type(4), .menuBar:active .menuBar__bg:nth-of-type(4) {
  transition-delay: 0.38s;
}

.menu-Bar span {
  display: block;
  height: 4px;
  width: 27px;
  background: #ffffff;
  transition: 0.6s all;
  border-radius: 100px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 9;
}

.menu-Bar span.onespan {
  top: -15px;
}

.menu-Bar span.twospan {
  top: 0px;
  transform-origin: left;
}

.menu-Bar span.threespan {
  top: 15px;
}

.menu-Bar.open span {
  background: #fff;
}

.menu-Bar.open span.onespan {
  transform: rotate(45deg);
  top: 0px;
  transform-origin: right-center;
}

.menu-Bar.open span.twospan {
  width: 0;
  opacity: 0;
}

.menu-Bar.open span.threespan {
  transform: rotate(-45deg);
  top: 0px;
  transform-origin: right-center;
}

.menuWrap {
  position: fixed;
  left: -210%;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  transition: all 0.4s ease;
  z-index: 3;
  width: 100vw;
}

.menuWrap.open {
  display: flex;
  left: 0px;
}

.section-heading {
  font-size: 28.125rem;
  font-weight: 900;
  letter-spacing: 7px;
  text-transform: uppercase;
  line-height: 0.85;
  color: #000000;
  -webkit-text-fill-color: var(--white);
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #000000;
  text-align: center;
}
.section-heading .overflow-heading {
  overflow: hidden;
  max-height: 42rem;
  font-size: 38.125rem;
  display: flex;
  align-items: center;
  flex-direction: column;
}

/* Begin: Header CSS */
header {
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  padding: 1rem 0;
  z-index: 3;
  right: 0;
  margin: 0 auto;
}
header nav {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 100;
}
header .menuOpt {
  display: inline-flex;
  align-items: center;
  margin-left: auto;
  gap: 2rem;
}
header .searchIo {
  color: var(--black);
  font-size: 1.5rem;
}

.isOpen .menuOpt .searchIo {
  color: var(--white);
}
.isOpen .menu_toggle svg circle {
  fill: #fff;
}
.isOpen .menu_toggle svg circle:nth-child(2), .isOpen .menu_toggle svg circle:nth-child(4), .isOpen .menu_toggle svg circle:nth-child(6), .isOpen .menu_toggle svg circle:nth-child(8) {
  fill: transparent;
}

.menu_toggle {
  width: 2.344rem;
  height: 2.344rem;
  position: relative;
  cursor: pointer;
  background: #111111;
  color: var(--white);
  padding: 0rem;
  border-radius: 100px;
}
.menu_toggle svg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: rotate(0);
  transition: all 0.4s ease;
}
.menu_toggle svg circle {
  transition: all 0.3s ease;
  fill: #fff;
}
.menu_toggle .menu__btn-open {
  opacity: 1;
  transform: rotate(360deg);
  width: 0.938rem;
  height: 0.938rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.menu_toggle:hover svg circle {
  fill: #fff;
}

.shape-overlays {
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 89;
}
.shape-overlays.is-opened {
  pointer-events: auto;
}

.shape-overlays__path:nth-of-type(1) {
  fill: #000000;
}

.shape-overlays__path:nth-of-type(2) {
  fill: #941e81;
}

.shape-overlays__path:nth-of-type(3) {
  fill: #111111;
}

#navigationWrap {
  width: 100vw;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
}

.nav-container {
  position: relative;
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.nav-container:after {
  content: "";
  position: absolute;
  right: 0;
  top: -4.453rem;
  background: rgba(0, 0, 0, 0);
  width: 15rem;
  height: 15rem;
  border-radius: 15rem;
  border: 1px solid #dad9dc;
  opacity: 0.1;
  margin: 0 auto;
  left: 6.094rem;
  transition: border 0.3s ease;
}

.nav-container ul {
  list-style-type: none;
  padding: 0;
}

.nav-container-left {
  position: relative;
  width: calc(50% - 13.75rem);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.nav-container-left .header-menu.logo {
  position: absolute;
  top: 2.109rem;
  left: 0;
}

.nav-container-left ul li a {
  color: #fff;
  position: relative;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  font-size: 4.688rem;
  font-weight: 700;
  line-height: 4.219rem;
  display: inline-block;
  text-transform: uppercase;
}

.nav-container-left ul li a:hover {
  color: rgba(0, 0, 0, 0);
}

.nav-container-left h5 {
  color: #929292;
  font-size: 0.844rem;
  margin: 0;
  font-weight: 500;
  text-transform: uppercase;
  line-height: normal;
  opacity: 1;
  position: absolute;
  bottom: 45px;
  left: 0;
}

.nav-container-right {
  width: 50%;
  padding-left: 10.313rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.nav-container-right ul {
  margin-bottom: 40px;
}

.nav-container-right ul li a {
  font-size: 1.031rem;
  font-weight: 500;
  line-height: normal;
  color: #fff;
  overflow: hidden;
  display: block;
}

.nav-container-right .seviceList li a {
  font-size: 1.219rem;
  font-weight: 600;
  position: relative;
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: #fff;
  text-transform: capitalize;
}

.nav-container-right .seviceList li a:hover {
  color: transparent;
}

.nav-container-right p {
  font-size: 0.75;
  font-weight: 500;
  margin-bottom: 15px;
  color: var(--white);
}

.nav-container-right p.emailMenu {
  position: relative;
}

.nav-container-right p.emailMenu:before {
  content: "";
  height: 0.891rem;
  width: 0.891rem;
  display: block;
  position: absolute;
  background: url(../images/flower.webp);
  left: -30px;
  top: 0;
  background-repeat: no-repeat;
}

.nav-container-right ul li a.emailId {
  display: inline-block;
  position: relative;
  padding-bottom: 2px;
}

.MenuOverlayBackground .hover-reveal__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  opacity: 0;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.companyDetails {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: transform 0.3s linear;
}

.seviceList {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  transform: translateY(25px);
  transition: transform 0.3s linear;
  opacity: 0;
  visibility: hidden;
  align-items: center;
}

.isHover .seviceList {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: transform 0.3s linear;
}

.isHover .companyDetails {
  opacity: 0;
  visibility: hidden;
  transform: translateY(25px);
  transition: transform 0.3s linear;
}

/* END: Header CSS */
.circle {
  width: 25.829rem;
  height: 25.829rem;
  border-radius: 50%;
  position: fixed;
  top: 25%;
  left: 38%;
  margin: -0.938rem 0 0 -0.938rem;
  pointer-events: none;
  background: conic-gradient(from 43.23deg at 48.82% 61.89%, rgba(17, 17, 17, 0) -36.36deg, #a3195c 51.36deg, rgba(17, 17, 17, 0) 323.64deg, #941e81 411.36deg), conic-gradient(from 196.89deg at 56.81% 40.47%, #111111 -25.33deg, #2a3182 21.18deg, #111111 334.67deg, #2a3182 381.18deg);
  filter: blur(102.5px);
  opacity: 0.5;
}

.warp {
  position: relative;
  background-color: #fff;
}

/* Main Banner CSS */
.mainBanner {
  background-color: #111111;
  height: 100vh;
}
.mainBanner.innerBanner {
  display: flex;
  align-items: center;
  padding: 0 9rem;
}
.mainBanner.innerBanner .card {
  width: 26.563rem;
  height: 20.203rem;
  right: unset;
  bottom: 0;
  top: unset;
  left: -1.875rem;
  z-index: -1;
}
.mainBanner .mainBanner-main {
  width: 100%;
  height: 100%;
  perspective: 93.751rem;
  transform: translate3d(0px, 5px, 0px);
  display: flex;
  align-items: center;
}
.mainBanner .mainBanner-main .inBannerTxt svg {
  width: 19.594rem;
  height: 9.141rem;
}
.mainBanner .card {
  height: 40rem;
  width: 40rem;
  border-radius: 3.984rem;
  box-shadow: 0 0.938rem 0.938rem rgba(0, 0, 0, 0.2), 0px 0px 2.344rem rgba(0, 0, 0, 0.2);
  position: relative;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background-color: #111;
  overflow: hidden;
  transform: rotate(-2deg);
}
.mainBanner .bike {
  transform-style: preserve-3d;
  width: 100%;
  height: 100%;
}
.mainBanner .bike video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  z-index: 2;
  transition: all 0.75s ease-out;
}
.mainBanner .card.has-transform {
  transition: all 10ms linear;
}
.mainBanner .bike video.has-transform {
  transform: translateZ(0px) rotateZ(0deg) !important;
}
.mainBanner span {
  display: flex;
  align-items: center;
}
.mainBanner .text-left span {
  justify-content: flex-end;
  margin-right: 5.625rem;
  padding-bottom: 1.406rem;
}
.mainBanner .text-left span svg {
  width: 37.313rem;
  height: 5.672rem;
}
.mainBanner .text-center span {
  justify-content: flex-start;
}
.mainBanner .text-center span svg {
  width: 27.188rem;
  height: 7.172rem;
}
.mainBanner .text-right span {
  justify-content: flex-end;
}
.mainBanner .text-right span svg {
  width: 35.813rem;
  height: 5.672rem;
}
.mainBanner a {
  background: #a3195c;
  border-radius: 5.859rem;
  padding: 1.172rem 2.344rem;
  font-family: "Product Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.35rem;
  margin-left: 3.75rem;
  color: #000000;
}
.mainBanner a:hover {
  background-color: #2a3182;
  color: #fff;
}

.homeSection1 {
  background-color: #111111;
  padding: 7.031rem 0 14.063rem;
}
.homeSection1 .hSec1-hd {
  padding-bottom: 2.813rem;
}
.homeSection1 .hSec1-hd h5 {
  font-family: "Product Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 0.656rem;
  line-height: 0.797rem;
  text-align: center;
  letter-spacing: 0.08em;
  color: #2a3182;
}
.homeSection1 .hSec1-hd h6 {
  font-family: "Product Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 1.406rem;
  line-height: 1.688rem;
  letter-spacing: 0.08em;
  color: #FFFFFF;
}
.homeSection1 .hSec1-hd h6 em {
  color: #941e81;
}
.homeSection1 .hSec1-hd h6 b {
  color: #2a3182;
}
.homeSection1 .hSec1-hd h6 i {
  color: #a3195c;
}

.hsec1-main {
  position: relative;
  perspective: 2000px;
}
.hsec1-main .hsec1S {
  display: flex;
  transform-style: preserve-3d;
  will-change: transform;
  transform: rotateZ(4deg);
}
.hsec1-main .hsec1I {
  transform-style: preserve-3d;
  max-width: 35%;
  flex: 0 0 35%;
  height: auto;
  color: #fff;
}
.hsec1-main .hsec1I .hsec1-card {
  padding: 15px;
  position: relative;
  height: 22.5rem;
}
.hsec1-main .hsec1I .hsec1-card .hsec1-img {
  position: relative;
  width: 100%;
  height: 100%;
}
.hsec1-main .hsec1I .hsec1-card .hsec1-img img {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.hsec1-main .hsec1I .hsec1-card .hsec1-cont {
  position: absolute;
  bottom: -3.281rem;
  padding: 0 4.219rem;
  transition: all 0.15s ease-in-out;
  opacity: 0;
}
.hsec1-main .hsec1I .hsec1-card .hsec1-cont h6 {
  font-family: "Product Sans";
  font-weight: 400;
  font-size: 1.453rem;
  line-height: 1.35rem;
  letter-spacing: 0.08em;
  padding-bottom: 0.469rem;
  color: #FFFFFF;
}
.hsec1-main .hsec1I .hsec1-card .hsec1-cont span {
  font-family: "Product Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 0.656rem;
  line-height: 1.35rem;
  letter-spacing: 0.08em;
  color: #2a3182;
  display: flex;
  align-items: center;
  padding-top: 0.703rem;
}
.hsec1-main .hsec1I .hsec1-card .hsec1-cont span b {
  background: #2a3182;
  width: 0.234;
  height: 0.234;
  margin: 0 0.281rem;
  display: inline-block;
  border-radius: 50%;
}
.hsec1-main .hsec1I .hsec1-card:hover .hsec1-cont {
  opacity: 1;
}

.cursor2 {
  width: 7.688rem;
  height: 7.688rem;
  border-radius: 50%;
  background: #941e81;
  font-family: "Product Sans";
  font-weight: 400;
  font-size: 1.078rem;
  line-height: 1.313rem;
  text-align: center;
  letter-spacing: 0.08em;
  color: #FFFFFF;
  padding: 1.406rem;
  display: grid;
  place-items: center;
  transition: all 200ms ease-out;
  position: fixed;
  pointer-events: none;
  left: 0;
  top: 0;
  transform: translate(calc(-50% + 15px), -50%);
  opacity: 0;
  transition: width 0.3s, height 0.3s, opacity 0.3s;
}
.cursor2.shownow {
  opacity: 1;
}

.homeSection2 {
  background-color: #fff;
  padding: 2.813rem 5rem 1.406rem;
  position: relative;
}
.homeSection2 .hSec2-img img {
  width: 100%;
}
.homeSection2#two {
  padding-bottom: 5.625rem;
}
.homeSection2 .hSec1-head {
  padding-bottom: 0.469rem;
  border-bottom: 1px solid #666666;
  margin-bottom: 4.219rem;
}
.homeSection2 .hSec1-head h6 {
  position: relative;
  z-index: 2;
  font-family: "Product Sans";
  font-weight: 400;
  font-size: 0.938rem;
  line-height: 1.35rem;
  color: #666666;
}
.homeSection2 .hSec1-head h6 span {
  font-weight: 700;
  color: #111111;
}
.homeSection2 .hSec1-head a {
  position: relative;
  z-index: 2;
  font-family: "Product Sans";
  font-weight: 400;
  font-size: 0.938rem;
  line-height: 1.35rem;
  color: #666666;
}
.homeSection2 .hSec2-cont h6 {
  font-family: "Product Sans";
  font-style: italic;
  font-weight: 400;
  font-size: 2.25rem;
  line-height: 1.35rem;
  color: #111111;
  padding-bottom: 1.406rem;
}
.homeSection2 .hSec2-cont h6 span {
  font-size: 2.063rem;
  font-style: normal;
  font-weight: 700;
  background: -webkit-linear-gradient(0deg, #111111 4.23%, #941e81 37.77%, #2a3182 52.59%, #111111 97.24%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: normal;
}
.homeSection2 .hSec2-cont p {
  font-family: "Satoshi";
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.05rem;
  color: #666666;
  padding-bottom: 1.172rem;
}
.homeSection2 .hSec2-cont p.last {
  padding-bottom: 0;
}
.homeSection2 .hSec2-cont ul {
  font-family: "Satoshi";
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.05rem;
  color: #666666;
  padding-bottom: 1.172rem;
}
.homeSection2 .hSec2-cont ul li {
  position: relative;
  padding-left: 1.5rem;
}
.homeSection2 .hSec2-cont ul li:before {
  content: "";
  position: absolute;
  top: 0.328rem;
  left: 0.234rem;
  height: 0.469rem;
  width: 0.469rem;
  background: -webkit-linear-gradient(0deg, #941e81 20%, #2a3182 70%);
  border-radius: 100%;
}
.homeSection2 .hSec2-cont a {
  border-radius: 50px;
  background: #111111;
  border: 1px solid #941e81;
  border-radius: 79px;
  font-family: "Product Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 0.891rem;
  line-height: 1.35rem;
  color: #FFFFFF;
  padding: 0.938rem 2.109rem;
  margin-top: 0.938rem;
}
.homeSection2 .hSec2-cont a svg {
  width: 0.563rem;
  height: 0.563rem;
}
.homeSection2 .hSec2-cont a svg path {
  fill: #fff;
}

.homeSection3 {
  border-radius: 3.75rem 3.75rem 0px 0px;
}
.homeSection3 .hSec3-main {
  background-color: #111111;
  border-radius: 3.75rem 3.75rem 0px 0px;
  padding: 2.344rem 0 3.281rem;
  border-top: 1px solid #8E8E8E;
  height: 100vh;
  position: sticky;
  top: 0px;
}
.homeSection3 .hSec3-main.cardStack:nth-child(2) {
  top: 20px;
}
.homeSection3 .hSec3-main.cardStack:nth-child(3) {
  top: 40px;
}
.homeSection3 .hSec3-main.cardStack:nth-child(4) {
  top: 60px;
}
.homeSection3 .hSec3-main.cardStack:nth-child(5) {
  top: 80px;
}
.homeSection3 .hSec3-main.cardStack:nth-child(6) {
  top: 100px;
}
.homeSection3 .hSec3-main.cardStack:nth-child(7) {
  top: 120px;
}
.homeSection3 .hSec3-main .hSec3-hd {
  padding-bottom: 125px;
}
.homeSection3 .hSec3-main .hSec3-hd h6 {
  font-family: "Product Sans";
  font-style: italic;
  font-weight: 400;
  font-size: 1.219rem;
  line-height: 1.35rem;
  color: #FFFFFF;
}
.homeSection3 .hSec3-main .hSec3-hd h6 span {
  font-style: normal;
  font-weight: 700;
}
.homeSection3 .hSec3-main .hSec3-body {
  padding: 0 10rem;
}
.homeSection3 .hSec3-main .hSec3-body .hSec3-img img {
  width: 100%;
  height: 80vh;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.homeSection3 .hSec3-main .hSec3-body .hSec3-cont {
  margin-left: 3rem;
}
.homeSection3 .hSec3-main .hSec3-cont h6 {
  font-family: "Product Sans";
  font-style: italic;
  font-weight: 400;
  font-size: 2.344rem;
  line-height: 1.35rem;
  color: #FFFFFF;
  padding-bottom: 35px;
}
.homeSection3 .hSec3-main .hSec3-cont h6 span {
  font-size: 2.344rem;
  font-style: normal;
  font-weight: 700;
  background: linear-gradient(84.68deg, #FFFFFF 4.23%, #941e81 37.77%, #2a3182 52.59%, #FFFFFF 97.24%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  line-height: normal;
}
.homeSection3 .hSec3-main .hSec3-cont p {
  font-family: "Satoshi";
  font-weight: 300;
  font-size: 1.031rem;
  line-height: 1.5;
  color: #FFFFFF;
  padding-bottom: 35px;
}
.homeSection3 .hSec3-main .hSec3-cont ul {
  font-family: "Satoshi";
  font-weight: 300;
  font-size: 0.797rem;
  line-height: 1.5;
  color: #FFFFFF;
  padding-bottom: 1.172rem;
}
.homeSection3 .hSec3-main .hSec3-cont ul li {
  position: relative;
  padding-left: 1.5rem;
}
.homeSection3 .hSec3-main .hSec3-cont ul li:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 5px;
  height: 0.469rem;
  width: 0.469rem;
  background: -webkit-linear-gradient(0deg, #941e81 20%, #2a3182 70%);
  border-radius: 100%;
}
.homeSection3 .hSec3-main .hSec3-cont a {
  border-radius: 50px;
  background: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 79px;
  font-family: "Product Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 0.891rem;
  line-height: 1.35rem;
  color: #941e81;
  padding: 20px 45px;
}
.homeSection3 .hSec3-main .hSec3-cont a svg {
  width: 0.563rem;
  height: 0.563rem;
}
.homeSection3 .hSec3-main .hSec3-cont a svg path {
  fill: #941e81;
}
.homeSection3 .cardsStack {
  position: relative;
}

.homeSection2#four {
  padding-top: 100px;
  padding-bottom: 160px;
  background-color: #fff;
  position: relative;
}
.homeSection2#four .hSec1-client img {
  width: 100%;
}
.homeSection2#four .hSec1-bottom {
  padding-top: 60px;
  text-align: center;
}
.homeSection2#four .hSec1-bottom img {
  width: 100%;
}
.homeSection2#four .hSec1-bottom h6 {
  font-family: "Product Sans";
  font-style: italic;
  font-weight: 400;
  font-size: 2.25rem;
  line-height: 1.35rem;
  color: #111111;
  padding-bottom: 30px;
}
.homeSection2#four .hSec1-bottom h6 span {
  font-size: 2.063rem;
  font-style: normal;
  font-weight: 700;
  background: linear-gradient(84.68deg, #111111 4.23%, #941e81 37.77%, #2a3182 52.59%, #111111 97.24%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: normal;
}
.homeSection2#four .hSec1-bottom .hSec1-bottom-cont {
  text-align: left;
  width: 80%;
}
.homeSection2#four .hSec1-bottom .hSec1-bottom-cont h5 {
  font-family: "Product Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 10.406rem;
  line-height: 1;
  background: linear-gradient(84.68deg, #111111 4.23%, #941e81 37.77%, #2a3182 52.59%, #111111 97.24%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-bottom: -5.625rem;
}
.homeSection2#four .hSec1-bottom .hSec1-bottom-cont p {
  font-family: "Satoshi";
  font-weight: 400;
  font-size: 1.594rem;
  line-height: 2.231rem;
  color: #111111;
  place-content: 10px;
}
.homeSection2#four .hSec1-bottom .hSec1-bottom-cont span, .homeSection2#four .hSec1-bottom .hSec1-bottom-cont b {
  font-family: "Satoshi";
  font-style: normal;
  font-weight: 400;
  font-size: 0.797rem;
  line-height: 1.05rem;
  display: block;
  color: #111111;
}

footer {
  min-height: 100vh;
  background: #000;
  border-radius: 80px 80px 0px 0px;
  padding: 2.109rem 10rem 1.641rem;
}
footer .footer-head {
  padding-bottom: 150px;
}
footer .footer-head h6 {
  font-family: "Product Sans";
  font-weight: 400;
  font-size: 1.219rem;
  line-height: 1.35rem;
  color: #FFFFFF;
  position: relative;
}
footer .footer-body {
  position: relative;
}
footer .footer-body h6 {
  text-align: right;
  font-family: "Product Sans";
  font-weight: 700;
  font-size: 5.156rem;
  line-height: 1;
  color: #FFFFFF;
  padding-right: 6.094rem;
  padding-bottom: 1.875rem;
}
footer .footer-body h6 span {
  padding-right: 9.844rem;
}
footer .footer-body .widget {
  padding-right: 22%;
}
footer .footer-body .widget .footer-logo {
  padding-bottom: 20px;
}
footer .footer-body .widget p {
  font-family: "Satoshi";
  font-weight: 400;
  font-size: 0.891rem;
  line-height: 1.05rem;
  color: #FFFFFF;
  padding-bottom: 30px;
}
footer .footer-body .widget p b{
    font-size: 1.5rem;
    font-weight: 600;
    color: #a3195c;
}
footer .footer-body .widget h5 {
  font-family: "Satoshi";
  font-weight: 400;
  font-size: 1.313rem;
  line-height: 1.05rem;
  color: #FFFFFF;
  padding-bottom: 15px;
}
footer .footer-body .widget a, footer .footer-body .widget span {
  display: block;
  font-family: "Satoshi";
  font-weight: 400;
  font-size: 1.172rem;
  line-height: 1.5rem;
  color: #FFFFFF;
}
footer .footer-body .widget a {
  padding-bottom: 10px;
}
footer .footer-body .widget a:hover {
  color: #a3195c;
}
footer .footer-body .footer-carzy ul {
  position: relative;
}
footer .footer-body .footer-carzy ul .slick-list {
  position: relative;
  z-index: 2;
}
footer .footer-body .footer-carzy ul li {
  font-family: "Product Sans";
  font-weight: 700;
  font-size: 5.156rem;
  line-height: 4.125rem;
  padding: 0.938rem 2.344rem 1.875rem 2.344rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  width: 100%;
  height: auto;
  text-align: center;
  position: relative;
  z-index: 2;
  transition: all 0.4s ease-in-out;
}
footer .footer-body .footer-carzy ul li.slick-current.slick-active {
  color: #111111;
  background-color: #a3195c;
  border-radius: 157px;
}
footer .footer-foot {
  padding-top: 150px;
  padding-bottom: 1.172rem;
}
footer .footer-foot .footer-menu ul li {
  display: inline-block;
  padding-right: 30px;
}
footer .footer-foot .footer-menu ul li.last {
  padding-right: 0;
}
footer .footer-foot .footer-menu ul li a {
  font-family: "Satoshi";
  font-weight: 400;
  font-size: 0.891rem;
  line-height: 1.35rem;
  color: #FFFFFF;
}
footer .footer-foot .footer-menu ul li a:hover {
  color: #a3195c;
}
footer .footer-foot .footer-social {
  text-align: right;
}
footer .footer-foot .footer-social ul li {
  display: inline-block;
  padding-right: 20px;
}
footer .footer-foot .footer-social ul li.last {
  padding-right: 0;
}
footer .footer-foot .footer-social ul li a {
  background: linear-gradient(128.45deg, #171717 -95.99%, #941e81 1.54%, #2a3182 53.18%, #171717 190.87%);
  width: 2.531rem;
  height: 2.531rem;
  padding: 3px;
  border-radius: 50%;
  font-family: "Product Sans";
  font-weight: 400;
  font-size: 1.031rem;
  line-height: 1.35rem;
  color: #000000;
}
footer .footer-foot .footer-social ul li a span {
  background-color: #fff;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: grid;
  place-items: center;
}
footer .copyright {
  padding-top: 35px;
  border-top: 1px solid #FFFFFF;
}
footer .copyright p, footer .copyright a, footer .copyright span {
  font-family: "Satoshi";
  font-weight: 300;
  font-size: 0.703rem;
  line-height: 1.05rem;
  color: #FFFFFF;
}

.carousel-comp {
  position: relative;
}

.carousel-hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 0, 0, var(--tw-bg-opacity));
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%) translateY(-50%);
  height: 28.5rem;
  width: 120%;
  transform: translate(-50%) translateY(-50%) rotate(6deg);
}

.carousel-texts {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 799px) {
  .carousel-texts {
    display: none;
  }
}
.carousel-texts .carousel-text {
  position: absolute;
  opacity: 0;
  width: 25rem;
  left: 5rem;
  bottom: 2rem;
  will-change: transform, opacity;
  transition: opacity 0.3s linear;
}

.carousel-texts .carousel-text p,
.carousel-texts .carousel-text h3,
.carousel-texts .carousel-text .label {
  opacity: 0;
}

.carousel-texts .carousel-text p,
.carousel-texts .carousel-text h3,
.carousel-texts .carousel-text .label {
  transform: translateY(3rem);
  transition: 1.2s transform cubic-bezier(0.19, 1, 0.22, 1), opacity 0.3s linear;
}

@media (hover: none) and (pointer: coarse) {
  .carousel-texts .carousel-text {
    opacity: 1;
  }
  .carousel-texts .carousel-text p,
  .carousel-texts .carousel-text h3,
  .carousel-texts .carousel-text .label {
    opacity: 1;
  }
  .carousel-texts .carousel-text p,
  .carousel-texts .carousel-text h3,
  .carousel-texts .carousel-text .label {
    transform: translateY(0);
  }
}
.carousel-texts .carousel-text.is-active {
  opacity: 1;
}

.carousel-texts .carousel-text.is-active p,
.carousel-texts .carousel-text.is-active h3,
.carousel-texts .carousel-text.is-active .label {
  opacity: 1;
}

.carousel-texts .carousel-text.is-active p,
.carousel-texts .carousel-text.is-active h3,
.carousel-texts .carousel-text.is-active .label {
  transform: translateY(0);
}

.carousel-texts .carousel-text.is-active h3 {
  transition-delay: 0.05s;
}

.carousel-texts .carousel-text.is-active .label {
  transition-delay: 0.1s;
}

@media (max-width: 799px) {
  .carousel-wrap {
    transform: none !important;
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 800px) {
  .carousel-wrap {
    transform-style: preserve-3d;
    width: 33.5rem;
    height: 28.5rem;
    padding: 1.75rem;
  }
}
.carousel {
  position: relative;
  margin-top: 2.5rem;
  display: flex;
  justify-content: center;
  perspective: 2000px;
}

@media (min-width: 800px) {
  .carousel-item {
    flex: none;
    width: 33.5rem;
    height: 28.5rem;
    padding: 1.75rem;
  }
  .carousel-item-img {
    border-radius: 2rem;
    --tw-bg-opacity: 1;
    background-color: rgba(66, 66, 66, var(--tw-bg-opacity));
    height: 100%;
    width: 100%;
    transform: scaleX(-1);
  }
}
.carousel-item-img {
  pointer-events: none;
  position: relative;
  overflow: hidden;
}

.carousel-item-img:after {
  will-change: transform;
}

.carousel-item-img-inner {
  position: absolute;
  top: -1rem;
  left: -4rem;
  bottom: -1rem;
  right: -4rem;
}

.carousel-item-img-inner img {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 800px) {
  .carousel-item {
    position: absolute;
  }
  .is-active .carousel-item {
    pointer-events: none !important;
  }
}
@media (max-width: 799px) {
  .carousel-item {
    visibility: visible !important;
  }
}
.carousel-item > * {
  pointer-events: none;
}

.carousel-cursor-container {
  pointer-events: none;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
}

@media (hover: hover) and (pointer: fine) {
  .carousel-cursor-container {
    visibility: visible;
  }
}
@media (max-width: 799px) {
  .carousel-cursor-container {
    visibility: hidden;
  }
}
.carousel-cursor {
  z-index: 30;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%) translateY(-50%);
}

.carousel-cursor-inner {
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgba(163, 116, 255, var(--tw-bg-opacity));
  opacity: 0;
  top: -7.5rem;
  left: -7.5rem;
}

[data-theme=turquoise] .carousel-cursor-inner {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 217, 184, var(--tw-bg-opacity));
}

[data-theme=purple] .carousel-cursor-inner {
  --tw-bg-opacity: 1;
  background-color: rgba(163, 116, 255, var(--tw-bg-opacity));
}

[data-theme=yellow] .carousel-cursor-inner {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 186, 52, var(--tw-bg-opacity));
}

.carousel-cursor-text,
.carousel-cursor-inner {
  position: absolute;
  display: flex;
  height: 7.5rem;
  width: 7.5rem;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.carousel-cursor-text {
  text-align: center;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.05em;
  color: #fafaf6;
}

[data-mouse-fx-cursor] {
  pointer-events: none;
}

@media (max-width: 799px) {
  [data-mouse-fx] {
    transform: none !important;
  }
}
.gradient-overlay {
  position: relative;
}

.gradient-overlay:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(rgba(29, 29, 31, 0.025), rgba(29, 29, 31, 0.25));
}

.contactBannerTxt {
  position: absolute;
  top: 0;
  z-index: 1;
}
.contactBannerTxt svg {
  width: 19.594rem;
  height: 9.141rem;
}

.contactBannerTxt2 {
  position: absolute;
  top: 5.625rem;
  left: 5.625rem;
}
.contactBannerTxt2 svg {
  width: 19.594rem;
  height: 9.141rem;
}

.contactForm form .form-group input {
  height: 3.75rem;
  border: 1px solid #941e81;
  border-radius: 70px;
  padding-left: 2rem;
  background: #111111;
}
.contactForm form .form-group input:focus {
  border: 1px solid #941e81;
  background: #111111;
}
.contactForm form .form-group input::-moz-placeholder {
  color: #fff;
}
.contactForm form .form-group input::placeholder {
  color: #fff;
}
.contactForm form .form-group textarea {
  height: 300px;
  background: transparent;
  border: 1px solid #941e81;
  border-radius: 25px;
  padding-left: 2rem;
  padding-top: 1rem;
  background: #111111;
  resize: none;
}
.contactForm form .form-group textarea:focus {
  border: 1px solid #941e81;
  background: #111111;
}
.contactForm form .form-group textarea::-moz-placeholder {
  color: #fff;
}
.contactForm form .form-group textarea::placeholder {
  color: #fff;
}
.contactForm form .subscribeMain {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contactForm form .subscribeMain .checkBox {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.contactForm form .subscribeMain .checkBox:checked ~ .checkmark {
  background-color: #941e81;
}
.contactForm form .subscribeMain .checkBox:checked ~ .checkmark:after {
  display: block;
}
.contactForm form .subscribeMain label {
  margin-left: 1rem;
  margin-top: 5px;
  color: #fff;
}
.contactForm form .subscribeMain .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  border: 1px solid #941e81;
  border-radius: 6px;
}
.contactForm form .subscribeMain .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
.contactForm form .subscribeMain .themeBtn {
  color: #000;
  background: #a3195c;
  padding: 1rem 3rem;
  border-radius: 30px;
  font-size: 0.844rem;
  font-weight: 500;
  transition: 0.5s all ease-in-out;
}
.contactForm form .subscribeMain .themeBtn:hover {
  background: #fff;
}

.innerPageFooter footer {
  border-radius: 0;
}
.innerPageFooter .warp {
  position: unset;
}

.crTxt {
  font-family: "Product Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 1.031rem;
  line-height: 1.406rem;
  letter-spacing: 0.08em;
  color: #FFFFFF;
}

.careersMain {
  padding: 5rem 0;
  background: #111111;
}
.careersMain .careerSub {
  padding: 4.7rem 0;
  position: relative;
  margin: 0 5rem;
}
.careersMain .careerSub .jobTitle h3 {
  font-size: 2.5rem;
}
.careersMain .careerSub .jobDesc p {
  font-size: 1.031rem;
  font-weight: 400;
  color: #fff;
  line-height: 33px;
}
.careersMain .careerSub .applyBtn {
  font-size: 1.125rem;
}
.careersMain .careerSub:before, .careersMain .careerSub:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  background: rgba(250, 250, 246, 0.15);
  bottom: 0;
  transition: 0.2s all ease-in-out;
  left: 0;
}
.careersMain .careerSub:after {
  width: 0;
}
.careersMain .careerSub:hover:after {
  width: 100%;
}
.careersMain .careerSub:nth-child(odd) .jobTitle h3 {
  color: #a3195c;
}
.careersMain .careerSub:nth-child(odd) .applyBtn {
  color: #a3195c;
}
.careersMain .careerSub:nth-child(odd):after {
  background: #a3195c;
}
.careersMain .careerSub:nth-child(even) .jobTitle h3 {
  color: #2a3182;
}
.careersMain .careerSub:nth-child(even) .applyBtn {
  color: #2a3182;
}
.careersMain .careerSub:nth-child(even):after {
  background: #2a3182;
}

.scrollbar {
  position: fixed;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 10;
  padding: 24px 0;
}
.scrollbar .inner {
  height: 100%;
  position: relative;
}
.scrollbar .thumb {
  min-height: 48px;
  width: 8px;
  background-color: #941e81;
  position: absolute;
  right: 8px;
  border-radius: 4px;
  border: 1px solid #2a3182;
  cursor: grab;
}

#button {
  display: inline-block;
  background-color: #2a3182;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  border-radius: 100%;
}
#button::after {
  content: "\f077";
  font-family: "Font Awesome 5";
  font-weight: normal;
  font-style: normal;
  font-size: 1rem;
  line-height: 50px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #941e81;
}
#button:active {
  background-color: #941e81;
}
#button.show {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 1600px) {
  .hsec1-main {
    height: 680px;
    overflow: hidden;
  }
}
@media (max-width: 1300px) {
  .mainBanner {
    height: 70vh;
  }
  .mainBanner.innerBanner {
    height: 80vh;
  }
  .mainBanner.innerBanner .card {
    bottom: 50px;
    left: 0;
  }
  .homeSection1 {
    padding: 1rem 0 0rem;
  }
  .homeSection1 .hsec1-main {
    height: 580px;
  }
  .homeSection3 .hSec3-main .hSec3-body .hSec3-img img {
    height: unset;
  }
  .homeSection2 .hSec2-cont p, .homeSection2 .hSec2-cont ul {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .homeSection3 .hSec3-main .hSec3-cont ul {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media (max-width: 992px) {
  .circle {
    display: none;
  }
}
@media (max-width: 767px) {
  .cursor2 {
    display: none;
  }
  .homeSection1 .hsec1-main {
    height: auto;
  }
  .homeSection1 .hsec1-main .hsec1S {
    transform-style: unset;
    will-change: unset;
    transform: unset;
    flex-wrap: wrap;
  }
  .homeSection1 .hsec1-main .hsec1I {
    max-width: 50%;
    flex: 0 0 50%;
    margin-bottom: 7rem;
  }
  .homeSection1 .hsec1-main .hsec1I .hsec1-card .hsec1-img img {
    position: unset;
  }
  .homeSection1 .hsec1-main .hsec1I .hsec1-card .hsec1-cont {
    bottom: -40px;
    opacity: 1;
    padding: 0 2rem;
  }
  .homeSection1 .hSec1-hd h5 {
    font-size: 1rem;
    line-height: 2rem;
  }
  .homeSection1 .hSec1-hd h6 {
    text-align: center;
  }
  .mainBanner .text-center span a {
    display: none;
  }
  .mainBanner .text-left span, .mainBanner .text-center span,
  .mainBanner .text-right span {
    justify-content: center;
    margin: 0;
  }
  #about .row .col-md-6:first-child {
    order: 1;
  }
  .hSec2-cont {
    margin-top: 2rem;
  }
  .homeSection3 .hSec3-main .hSec3-body .hSec3-img img {
    height: 400px;
  }
  .homeSection3 .hSec3-main .hSec3-body .hSec3-cont {
    margin-left: 0;
    margin-top: 2rem;
  }
  .homeSection2 .hSec2-img {
    text-align: center;
  }
  .homeSection2 .hSec2-img img {
    width: auto;
  }
  footer {
    min-height: unset;
    padding: 4rem 4rem 2rem;
    text-align: center;
  }
  footer .footer-head {
    padding-bottom: 30px;
  }
  footer .footer-body h6 {
    padding-right: 0;
    text-align: center;
  }
  footer .footer-body h6 span {
    padding-right: 0;
  }
  footer .footer-body .footer-carzy {
    display: none;
  }
  footer .footer-body .widget {
    padding: 0;
  }
  footer .footer-foot {
    padding-top: 40px;
  }
  footer .footer-foot .footer-menu {
    text-align: center;
  }
  footer .footer-foot .footer-social {
    text-align: center;
    margin-top: 1.5rem;
  }
  footer .copyright {
    padding-top: 20px;
  }
  footer .copyright p {
    text-align: left;
    font-size: 1rem;
  }
  footer .copyright a {
    font-size: 1rem;
  }
  .mainBanner a {
    margin-left: 0;
    padding: 1rem 3rem;
    margin-bottom: 2rem;
  }
  .mainBanner .crTxt {
    text-align: center;
  }
  .careersMain .careerSub .jobDesc p {
    margin: 2rem 0;
  }
  .mainBanner.innerBanner .mainBanner-main {
    display: none;
  }
  .mainBanner.innerBanner .mainBanner-main.justify-content-center {
    display: block;
  }
}
@media (max-width: 567px) {
  header {
    width: 100%;
  }
  header .menuOpt {
    gap: 1rem;
  }
  header .menuOpt .nav-btn a {
    margin-right: 0;
  }
  .nav-container-right {
    width: 50%;
    padding-left: 5rem;
  }
  .nav-container-right p {
    margin-bottom: 5px;
  }
  .nav-container-right p.emailMenu::before {
    height: 2rem;
    width: 2rem;
  }
  .nav-container-right ul {
    margin-bottom: 20px;
  }
  .nav-container-right ul li a {
    font-size: 1rem;
  }
  .nav-container-left {
    width: 45%;
  }
  .nav-container-left ul li a {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
  .homeSection1 .hsec1-main .hsec1I {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .homeSection2 {
    padding: 2rem 0;
  }
  .homeSection2 .hSec1-head a {
    font-size: 1rem;
  }
  .homeSection2 .hSec1-head a svg {
    display: none;
  }
  .homeSection3 .hSec3-main .hSec3-body {
    padding: 0;
  }
  .homeSection3 .hSec3-main .hSec3-body .hSec3-img img {
    height: 300px;
  }
  .homeSection3 .hSec3-main .hSec3-cont a {
    font-size: 1.2rem;
    padding: 15px 30px;
  }
  footer {
    padding: 4rem 0rem 2rem;
  }
  .mainBanner.innerBanner {
    padding: 0;
    text-align: center;
    min-height: 500px;
    height: unset;
  }
  .mainBanner.innerBanner .mainBanner-main {
    display: none;
  }
  .careersMain {
    padding: 2rem 0;
  }
  .careersMain .careerSub {
    margin: 0;
    text-align: center;
    padding: 2rem;
  }
  .contactForm {
    margin: 10rem 0 4rem;
  }
}/*# sourceMappingURL=style.css.map */