@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url(layout.min.css);

html {
  font-size: 16px;
}

body {
  position: relative;
  background: #000000;
  overflow-x: hidden;
  font-family: "Barlow", sans-serif;
}

:root {
  --white: #ffffff;
  --black: #000;
  --theme-color: #a855f7;
  --primary: #024922;
}

p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.67;
  margin-bottom: 2rem;
  color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {}

h1 div {
  display: inline-block;
}

.img-auto {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

a,
button {
  text-decoration: none !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a:hover,
button:hover {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

figure {
  margin: 0;
}

section {
  padding: 7rem 0;
  position: relative;
}

/* Home Page CSS Start  */
.main-Banner {
  background: url(../images/banner/1.png) bottom center / cover fixed no-repeat;
  height: 100vh;
  display: flex;
  align-items: center;
  padding-top: 10rem;
  min-height: 50rem;
}

.bannertext h1 {
  font-size: 6.288rem;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--white);
}

h6 {
  background: linear-gradient(81deg, rgb(18 172 111) 0%, rgb(60 174 190) 39%, rgb(167 0 208) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 2.625rem;
  margin: 0;
  display: inline-block;
  text-transform: uppercase;
}

.bannertext p {
  font-size: 1.375rem;
  color: #fff;
  line-height: 1.5;
}

.bannertext ul {
  display: flex;
  gap: 1rem;
  color: #fff;
  margin: 2rem 0 0;
}

.bannertext ul li {
  border-right: 2px solid #419ece;
  padding-right: 1rem;
  text-transform: capitalize;
  font-size: 1rem;
}

.bannertext ul li:last-child {
  border: none;
}


h4 {
  font-size: 3.375rem;
  color: #fff;
  margin: 0;
  text-transform: capitalize;
  font-weight: 600;
}


.parkingSec {
  background: url(../images/bg/1.png) center center / contain no-repeat;

}

.parkBox {
  background: #0a0a0a;
  padding: 2rem 4rem;
  text-align: center;
  position: relative;
  border-radius: 10px;
  margin: 1rem 0;
}

.parkBox p {
  font-size: 1.25rem;
  margin: 1rem 0 0;
  line-height: 1.4;
}

.parkBox::before {
  position: absolute;
  inset: 0;
  background: red;
}

.parkBox::before {
  content: '';
  position: absolute;
  inset: -1px;
  background: linear-gradient(179deg, #a855f7, #2fcdfa, #0ef89b);
  z-index: -1;
  border-radius: 10px;
}

.parkingSec h5 {
  margin-bottom: 2rem;
  text-transform: capitalize;
}

h5 {
  color: #fff;
  font-size: 2.625rem;
  text-transform: uppercase;
}

.mobSec {
  background: url(../images/bg/2.png) center center / cover fixed no-repeat;
}


.mobSec ul li {
  background: #1e1f24;
  padding: 8px 2rem;
  border-radius: 10px;
  position: relative;
  color: #fff;
  font-size: 1.75rem;
  margin: 3rem 0;
  display: table;
}

.mobSec ul li::before {
  content: '';
  position: absolute;
  inset: -1px;
  background: linear-gradient(179deg, #a855f7, #2fcdfa, #0ef89b);
  z-index: -1;
  border-radius: 10px;
}

.mobSec ul li:nth-child(1) {
  margin-left: -5rem;
}

.mobSec ul li:nth-child(2) {
  margin-left: -2rem;
}

.mobSec ul li:nth-child(3) {
  margin-left: 0rem;
}

.mobSec ul li:nth-child(4) {
  margin-left: 1rem;
}

.mobSec ul li:nth-child(5) {
  margin-left: -4rem;
}

.mobImg {
  margin-right: -8rem;
}

.mobImg img {
  width: 100%;
}

.plugSec .parkBox {
  background: #121212;
}

.plugSec .parkBox::before {
  display: none;
}

.processBox {
  text-align: center;
  margin: 4rem 1rem 0;
}

.processBox img {
  margin-bottom: 2rem;
}

.processBox h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.5rem;
}

.processSec::before {
  content: '';
  position: absolute;
  inset: 0;
  border-top: 2px dashed #8d48f0;
  width: 50%;
  margin: 0 auto;
  top: 42%;
  transform: translateY(0%);
}

.mobSecTwo ul li {
  font-size: 1.125rem;
}

.mobSecTwo .list li:nth-child(1) {
  margin: 3rem auto 0 !important;
}

.mobSecTwo .mobImg {
  margin: 0;
  width: 65rem;
  margin-left: -12rem;
}

.mobSecTwo {
  padding-bottom: 0;
  background: url(../images/bg/4.png) center center / cover fixed no-repeat;
}

.mobSecTwo .listOne li:nth-child(1) {
  margin-left: 16rem;
  margin-right: -7rem;
}

.mobSecTwo .listOne li:nth-child(2) {
  margin-left: 9rem;
  margin-right: -10rem;
}

.mobSecTwo .listOne li:nth-child(3) {
  margin-left: 5rem;
}

.mobSecTwo .listOne li:nth-child(4) {
  margin-left: -1rem;
}

.mobSecTwo .listOne li:nth-child(5) {
  margin-left: -8rem;
}

.mobSecTwo .listTwo li:nth-child(4) {
  margin-left: 3rem;
}

.mobSecTwo .listTwo li:nth-child(5) {
  margin-left: auto;
}

.trustSec {
  padding-bottom: 0;
}

.trustSec p {
  font-size: 1.35rem;
}

/* Home Page CSS End */

/* Inner Pages CSS Start */
.innerBanner {
  height: 60vh;
  padding-top: 10rem;
  min-height: 40rem;
}

.bannertext h4 {
  font-weight: 700;
  text-transform: uppercase;
}

.productSec::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url(../images/bg/1.png) center center / cover no-repeat;
  opacity: 0.3;
}

.productBox {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin: 1.5rem 0;
}

.productDetail p {
  margin: 0;
  font-size: 1.75rem;
}

.productDetail {
  background: #121212;
  padding: 1.5rem 3rem;
  border-radius: 20px;
  display: block;
  width: 100%;
  position: relative;
  margin: 2px;
}

.productDetail::before {
  content: '';
  position: absolute;
  inset: -1px;
  background: linear-gradient(90deg, #00f5ff82, #a855f74d);
  z-index: -1;
  border-radius: 20px;
}

.productBox .productno h3 {
  font-size: 5rem;
  font-weight: 400;
  color: #a855f7;
}

.productno {
  width: 7%;
}

.productSec h4 {
  margin: 1rem 0;
}

.productSec ul {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 10px 0 2rem;
}

.productSec ul li {
  color: #fff;
  font-size: 1.65rem;
  position: relative;
  text-transform: capitalize;
  padding-left: 2rem;
}

.productSec ul li::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #00f5ff82, #a855f7);
  width: 15px;
  height: 15px;
  border-radius: 100px;
  top: 50%;
  transform: translateY(-50%);
}

.productPurple {
  background: url(../images/bg/2.png) center center / cover no-repeat;
  padding: 3rem 0;
}

.productSec h5 {
  color: var(--theme-color);
}

.parkInner .parkBox {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 1rem;
  justify-content: center;
}

.parkInner .parkBox p {
  font-size: 1.5rem;
}

.parkInner .themeBtn {
  margin-top: 2rem;
}

.sliderSec h4 {
  font-size: 3rem;
  margin: 1rem 0;
}

.parkBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 230px;
  justify-content: center;
}

.sliderSec h5 {
  color: var(--theme-color);
  text-transform: capitalize;
}

.reviewSlider {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.reviewSwiper {
  width: 100%;
  overflow: hidden;
}

.reviewSwiper .swiper-wrapper {
  display: flex;
}

.reviewSwiper .swiper-slide {
  height: auto;
  display: flex;
}

.reviewSwiper .reviewCard {
  background: #5a5a5a2e;
  border-radius: 15px;
  padding: 2rem;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: self-start;
  margin: 1rem 0;
  justify-content: center;
}

.reviewHeader {
  display: flex;
  gap: 12px;
  align-items: self-start;
}

.reviewHeader h3 {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 400;
}


.sledTwo .parkBox {
  height: 360px;

}

.abtSec h4 {
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.abtSec p {
  margin: 1rem 0;
}

.sledTwo h6 {
  font-size: 1.5rem;
  text-transform: capitalize;
}



.contact-wrapper {
  min-height: 100vh;
}

.left-side {
  background: linear-gradient(135deg, #3a0ca3, #7209b7, #560bad);
  padding: 60px 40px;
}

.left-side h2 {
  font-weight: 600;
  margin-bottom: 40px;
}

.contact-info {
  margin-bottom: 25px;
  display: flex;
  align-items: center;
}

.contact-info i {
  font-size: 20px;
  margin-right: 15px;
  background: rgba(255, 255, 255, 0.1);
  padding: 10px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.right-side {
  padding: 60px 50px;
  background-color: #111216;
}

.form-control {
  background: transparent;
  border: none;
  border-bottom: 1px solid #555;
  border-radius: 0;
  color: #fff;
}

.form-control:focus {
  background: transparent;
  box-shadow: none;
  border-color: #8b5cf6;
  color: #fff;
}

.form-label {
  font-size: 14px;
  color: #bbb;
}

.form-check-label {
  font-size: 14px;
  color: #ccc;
}

.plugSec h6 {
  text-transform: uppercase;
  font-size: 2rem;
  display: block;
  margin: 1rem 0;
  background: linear-gradient(232deg, rgb(18 172 111) 0%, rgb(60 174 190) 39%, rgb(167 0 208) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Inner Pages CSS End */

.productSec h6 {
  text-transform: uppercase;
}

.productSec h4 {
  text-transform: uppercase;
}

.mobSec h4 {
  text-transform: uppercase;
}

.mobSec h5 {
  font-size: 2rem;
}

.parkingSec h4 {
  text-transform: uppercase;
  /* margin-bottom: 1rem; */
}

section.parkingSec.parkInner {
  padding: 4rem 0;
}

.plugSec .parkBox {
  align-items: self-start;
  padding: 3rem;
  height: 200px;
}

.plugSec .parkBox p {
  font-size: 1.425rem;
  text-align: left;
  text-transform: uppercase;
}

.processBox p {
  font-size: 1.25rem;
}

.mobSecTwo h5 {
  text-transform: capitalize;
  margin: 1.5rem 0 2rem;
}

.trustSec h4 {
  margin-bottom: 1rem;
}

.productSec strong {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.67;
  margin-bottom: 2rem;
  color: #fff;
  text-transform: uppercase;
}

.sliderSec h6 {
  font-size: 3.75rem;
  display: flex;
  justify-content: center;
}

.sliderSec h4 {
  font-weight: 400;
}

.parkInnerTwo h4 {
  font-size: 2.125rem;
  font-weight: 400;
  margin-bottom: 1rem;
}

.slideHead h6 {
  justify-content: start;
}

.slideHead h5 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1.75rem;
}

.sledSec h6 {
  font-size: 2rem;
  text-transform: capitalize;
}

.sledSec .parkBox p {
  font-size: 1.625rem;
}

footer ul li a span {
  background: linear-gradient(81deg, rgb(18 172 111) 0%, rgb(60 174 190) 39%, rgb(167 0 208) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
}