body {
  font-family: "Krona One", sans-serif;
  margin-left: 100px !important;
  overflow-x: hidden !important;
}

body {
  -webkit-text-size-adjust: 100%;
}

@media screen and (max-device-width: 480px) {
  body {
    width: 100%;
  }
}
@font-face {
  font-family: "Krona One";
  src: url("../font/KronaOne-Regular.ttf");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../font/Montserrat-VariableFont_wght.ttf");
  font-weight: 200;
  font-style: normal;
}
#SectionTop {
  position: relative;
  height: 100vh;
}
#SectionTop .container {
  height: 100%;
}
#SectionTop .container .row {
  height: 100%;
}
#SectionTop .container .row .col-12 {
  display: flex;
  place-self: center;
}
#SectionTop .container .row .col-12 .main-background img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  z-index: -1;
  object-fit: cover;
}
#SectionTop .container .row .col-12 .title h3 {
  color: white;
  letter-spacing: 10px;
  line-height: 50px;
  margin-bottom: 30px;
}
#SectionTop .container .row .col-12 .title a {
  width: -moz-max-content;
  width: max-content;
  grid-area: 2/2/3/3;
  color: #fff;
  background-color: transparent;
  text-decoration: none;
  border: 2px solid #b0ca0b;
  padding: 10px 20px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 2px;
}
#SectionTop .container .row .col-12 .title .mobileButtonMap {
  display: none;
}
#SectionTop .container .row .col-12 .subTitle {
  position: absolute;
  right: 100px;
  bottom: 50px;
}
#SectionTop .container .row .col-12 .subTitle p {
  border: 2px solid #b0ca0b;
  display: block;
  padding: 10px 15px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #fff;
}

#sectionNumbers {
  display: flex;
  justify-content: center;
  margin: 120px 0px;
}
#sectionNumbers .container .row .col-lg-4 {
  display: flex;
  justify-content: center;
}
#sectionNumbers .container .row .col-lg-4 .circle {
  height: 350px;
  width: 350px;
  display: grid;
  align-content: center;
  text-align: center;
  color: white;
  background-image: url("../img/circle.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
#sectionNumbers .container .row .col-lg-4 .circle h1,
#sectionNumbers .container .row .col-lg-4 .circle h2 {
  margin: 0px;
}
#sectionNumbers .container .row .col-lg-4 .circle h1,
#sectionNumbers .container .row .col-lg-4 .circle span {
  color: #b0ca0b;
  margin-bottom: 0;
  font-size: 30px;
  color: #b0ca0b;
}
#sectionNumbers .container .row .col-lg-4 .circle h1 {
  line-height: 40px;
}
#sectionNumbers .container .row .col-lg-4 .circle p {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  margin: 0px;
}

#mobileAdvert {
  margin: 120px 0px;
}
#mobileAdvert .container-fluid .row .col-lg-6 .phoneImg {
  position: relative;
}
#mobileAdvert .container-fluid .row .col-lg-6 .phoneImg img {
  width: 100%;
  height: 100%;
}
#mobileAdvert .container-fluid .row .col-lg-6 .phoneImg::before {
  z-index: -1;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  width: 500px;
  height: 500px;
  border-radius: 100%;
  background-color: #b0ca0b;
}
#mobileAdvert .container-fluid .row .col-lg-6 .title {
  padding-right: 80px;
  height: 100%;
  display: grid;
  place-content: center;
}
#mobileAdvert .container-fluid .row .col-lg-6 .title h3 {
  color: #b0ca0b;
  line-height: 50px;
  letter-spacing: 0.15em;
  margin-bottom: 0;
  font-weight: 400;
}
#mobileAdvert .container-fluid .row .col-lg-6 .title p {
  font-weight: 900;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.1em;
  margin: 30px 0px;
  font-family: "Montserrat", sans-serif;
}

#carSlider {
  margin: 140px 0px;
}
#carSlider .carSwipper {
  padding: 60px;
}
#carSlider .carSwipper .content {
  text-align: center;
  box-sizing: border-box;
  margin: 40px;
}
#carSlider .carSwipper .content img {
  width: 100%;
  max-width: 400px;
  height: auto;
  border: 1px solid #b0ca0b;
  border-radius: 40px;
  padding: 30px;
  cursor: pointer;
}
#carSlider .carSwipper .content h4 {
  position: absolute;
  bottom: 70px;
  left: 50%;
  color: #b0ca0b;
  transform: translateX(-50%);
}
#carSlider .carSwipper .swiper-button-next {
  color: #b0ca0b;
}
#carSlider .carSwipper .swiper-button-prev {
  color: #b0ca0b;
}
#carSlider .carSwipper .swiper-pagination {
  bottom: 20px !important;
}
#carSlider .carSwipper .swiper-pagination .swiper-pagination-bullet {
  width: 26px;
  height: 26px;
  background-color: #bcbcbc;
  border-radius: 100%;
  cursor: pointer;
  transition-duration: 0.6s;
}
#carSlider .carSwipper .swiper-pagination .swiper-pagination-bullet-active {
  width: 42px;
  height: 42px;
  background-color: #b0ca0b;
  transition-duration: 0.6s;
}

#greenCharge .container-fluid .row .col-lg-4 {
  padding: 0px;
  position: relative;
}
#greenCharge .container-fluid .row .col-lg-4 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#greenCharge .container-fluid .row .col-lg-8 {
  padding: 0px;
}
#greenCharge .container-fluid .row .col-lg-8 .title {
  grid-area: 1/2/2/3;
  background-color: #b0ca0b;
  padding: 98px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  height: 100%;
}
#greenCharge .container-fluid .row .col-lg-8 .title h3 {
  line-height: 50px;
  letter-spacing: 0.15em;
  margin-bottom: 0;
}
#greenCharge .container-fluid .row .col-lg-8 .title p {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.1em;
  padding-right: 5px;
}
#greenCharge .container-fluid .row .col-lg-8 .title a {
  text-align: center;
  border: 2px solid #000;
  padding: 12px 20px;
  font-weight: 300;
  width: 220px;
  text-decoration: none;
  color: black;
  transition-duration: 0.8s;
  margin-bottom: 120px;
}

#blackSection .container-fluid .row .col-lg-4 {
  padding: 0px;
  position: relative;
}
#blackSection .container-fluid .row .col-lg-4 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#blackSection .container-fluid .row .col-lg-8 {
  padding: 0px;
}
#blackSection .container-fluid .row .col-lg-8 .title {
  grid-area: 1/2/2/3;
  background-color: black;
  padding: 98px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  color: #b0ca0b;
  align-items: self-end;
  height: 100%;
}
#blackSection .container-fluid .row .col-lg-8 .title h3 {
  line-height: 50px;
  letter-spacing: 0.15em;
  text-align: end;
  margin-bottom: 0;
}
#blackSection .container-fluid .row .col-lg-8 .title p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.1em;
  padding-right: 5px;
  color: white;
  text-align: end;
}
#blackSection .container-fluid .row .col-lg-8 .title a {
  text-align: center;
  border: 2px solid #b0ca0b;
  padding: 12px 20px;
  font-weight: 300;
  width: 220px;
  text-decoration: none;
  color: white;
  transition-duration: 0.8s;
  margin-bottom: 120px;
}

#chargingStations {
  margin: 60px 0px;
  margin-top: 120px;
}
#chargingStations .container-fluid .row .col-12 .mySwiper .swiper-wrapper .swiper-slide-prev,
#chargingStations .container-fluid .row .col-12 .mySwiper .swiper-wrapper .swiper-slide-next {
  scale: 0.6;
  opacity: 0.6;
}
#chargingStations .container-fluid .row .col-12 .mySwiper .swiper-wrapper .swiper-slide-active {
  scale: 1;
  opacity: 1;
}
#chargingStations .container-fluid .row .col-12 .mySwiper .swiper-wrapper .swiper-slide .content {
  position: relative;
  background-color: #b0ca0b;
  padding: 54px;
  position: relative;
  border-radius: 52px;
  transition: 0.5s;
  text-align: end;
  margin: 70px;
  margin-left: 0px;
}
#chargingStations .container-fluid .row .col-12 .mySwiper .swiper-wrapper .swiper-slide .content .text {
  text-align: end;
  display: grid;
  justify-items: end;
  padding-right: 210px;
}
#chargingStations .container-fluid .row .col-12 .mySwiper .swiper-wrapper .swiper-slide .content .text h5 {
  font-size: 26px;
  line-height: 50px;
  letter-spacing: 0.15em;
  margin-bottom: 0;
}
#chargingStations .container-fluid .row .col-12 .mySwiper .swiper-wrapper .swiper-slide .content .text p {
  text-align: right;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  font-family: "Montserrat", sans-serif;
  color: black;
  font-weight: 900;
  margin-top: 30px;
}
#chargingStations .container-fluid .row .col-12 .mySwiper .swiper-wrapper .swiper-slide .content .text a {
  border: 1px solid #000;
  color: #fff;
  padding: 10px 25px;
  text-decoration: unset;
  margin-top: 30px;
  display: flex;
  width: 200px;
}
#chargingStations .container-fluid .row .col-12 .mySwiper .swiper-wrapper .swiper-slide .content img {
  position: absolute;
  height: 450px;
  top: 50%;
  transform: translateY(-50%);
  right: -130px;
}
#chargingStations .container-fluid .row .col-12 .mySwiper .swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  transition-duration: 0.6s;
}
#chargingStations .container-fluid .row .col-12 .mySwiper .swiper-pagination-bullet {
  width: 26px;
  height: 26px;
  background-color: #bcbcbc;
  border-radius: 100%;
  cursor: pointer;
  transition-duration: 0.6s;
}
#chargingStations .container-fluid .row .col-12 .mySwiper .swiper-pagination-bullet-active {
  width: 42px;
  height: 42px;
  background-color: #b0ca0b;
  transition-duration: 0.6s;
}
#chargingStations .container-fluid .row .col-12 .title {
  position: relative;
  display: flex;
  justify-content: center;
}
#chargingStations .container-fluid .row .col-12 .title h4 {
  background-color: #fff;
  padding: 0 15px;
  margin: 0;
  text-align: center;
  display: grid;
  z-index: 1;
  font-weight: 400;
  position: relative;
  width: 420px;
}
#chargingStations .container-fluid .row .col-12 .title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 13px;
  width: 100%;
  height: 2px;
  background-color: #b0ca0b;
}

#solutions {
  margin: 60px 0px;
  position: relative;
}
#solutions .container-fluid .row .col-12 .mySwiperTwo {
  width: 90%;
}
#solutions .container-fluid .row .col-12 .mySwiperTwo .swiper-wrapper .swiper-slide .content {
  position: relative;
  padding: 54px 20px;
  transition: 0.5s;
  text-align: end;
  margin-left: 0px;
}
#solutions .container-fluid .row .col-12 .mySwiperTwo .swiper-wrapper .swiper-slide .content img {
  width: 100%;
  height: auto;
}
#solutions .container-fluid .row .col-12 .mySwiperTwo .swiper-pagination {
  display: none;
  justify-content: center;
  align-items: center;
  transition-duration: 0.6s;
}
#solutions .container-fluid .row .col-12 .swiper-button-prev {
  width: 60px;
  height: 30px;
  font-size: 0px;
  left: 2%;
  top: 50%;
  transform: translateY(20px);
}
#solutions .container-fluid .row .col-12 .swiper-button-prev::after {
  background-image: url("../img/icon/right-arrow.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  transform: rotate(180deg);
  width: 30px;
  height: 30px;
  font-size: 0px;
}
#solutions .container-fluid .row .col-12 .swiper-button-next {
  width: 60px;
  height: 30px;
  font-size: 0px;
  top: 50%;
  right: 2%;
  transform: translateY(20px);
}
#solutions .container-fluid .row .col-12 .swiper-button-next::after {
  background-image: url("../img/icon/right-arrow.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  width: 30px;
  height: 30px;
  font-size: 0px;
}
#solutions .container-fluid .row .col-12 .title {
  position: relative;
  display: flex;
  justify-content: center;
}
#solutions .container-fluid .row .col-12 .title h4 {
  background-color: #fff;
  padding: 0 15px;
  margin: 0;
  text-align: center;
  display: grid;
  z-index: 1;
  font-weight: 400;
  position: relative;
  width: 420px;
}
#solutions .container-fluid .row .col-12 .title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 13px;
  width: 100%;
  height: 2px;
  background-color: #b0ca0b;
}

#kvk {
  background-color: black;
}
#kvk .box {
  padding: 0px 10%;
  padding-top: 120px;
}
#kvk .box h3 {
  color: white;
  margin: 40px 0px;
}
#kvk .box p {
  color: white;
}
#kvk .box p a {
  color: white;
}

@media (max-width: 1300px) {
  #carSlider .carSwipper .content h4 {
    bottom: 62px;
    font-size: 14px;
  }
}
@media (max-width: 1200px) {
  #sectionNumbers {
    margin: 60px 0px;
  }
  #sectionNumbers .container .row .col-lg-4 .circle {
    height: 250px;
    width: 250px;
  }
  #sectionNumbers .container .row .col-lg-4 .circle h1,
  #sectionNumbers .container .row .col-lg-4 .circle span {
    font-size: 20px;
  }
  #sectionNumbers .container .row .col-lg-4 .circle p {
    font-size: 12px;
  }
  #mobileAdvert {
    margin: 60px 0px;
  }
  #mobileAdvert .container-fluid .row .col-lg-6 .phoneImg::before {
    width: 400px;
    height: 400px;
  }
  #mobileAdvert .container-fluid .row .col-lg-6 .title h3 {
    line-height: 26px;
    font-size: 20px;
  }
  #mobileAdvert .container-fluid .row .col-lg-6 .title p {
    margin: 20px 0px;
    font-size: 14px;
    line-height: 22px;
  }
  #mobileAdvert .container-fluid .row .col-lg-6 .title img {
    width: 150px;
    height: auto;
  }
  #greenCharge .container-fluid .row .col-lg-8 .title {
    gap: 0px;
  }
  #greenCharge .container-fluid .row .col-lg-8 .title h3 {
    line-height: 26px;
    font-size: 20px;
  }
  #greenCharge .container-fluid .row .col-lg-8 .title p {
    margin: 20px 0px;
    font-size: 14px;
    line-height: 22px;
  }
  #greenCharge .container-fluid .row .col-lg-8 .title a {
    font-size: 12px;
    width: 160px;
    padding: 8px 20px;
    margin-bottom: 0px;
  }
  #blackSection .container-fluid .row .col-lg-8 .title {
    gap: 0px;
  }
  #blackSection .container-fluid .row .col-lg-8 .title h3 {
    line-height: 26px;
    font-size: 20px;
  }
  #blackSection .container-fluid .row .col-lg-8 .title p {
    margin: 20px 0px;
    font-size: 14px;
    line-height: 22px;
  }
  #blackSection .container-fluid .row .col-lg-8 .title a {
    font-size: 12px;
    width: 160px;
    padding: 8px 20px;
    margin-bottom: 0px;
  }
  #chargingStations {
    margin-top: 60px;
  }
  #chargingStations .container-fluid .row .col-12 .mySwiper .swiper-wrapper {
    margin: 40px 0px;
  }
  #chargingStations .container-fluid .row .col-12 .mySwiper .swiper-wrapper .swiper-slide .content {
    border-radius: 0px;
    padding-right: 240px;
    margin: 70px 0px;
  }
  #chargingStations .container-fluid .row .col-12 .mySwiper .swiper-wrapper .swiper-slide .content .text {
    padding-right: 0px;
  }
  #chargingStations .container-fluid .row .col-12 .mySwiper .swiper-wrapper .swiper-slide .content .text h5 {
    font-size: 18px;
    line-height: 24px;
  }
  #chargingStations .container-fluid .row .col-12 .mySwiper .swiper-wrapper .swiper-slide .content .text a {
    font-size: 12px;
    width: 160px;
    padding: 8px 20px;
    margin-bottom: 0px;
    margin-top: 0px;
  }
  #chargingStations .container-fluid .row .col-12 .mySwiper .swiper-wrapper .swiper-slide .content img {
    right: 0px;
    height: 300px;
  }
  #chargingStations .container-fluid .row .col-12 .mySwiper .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }
  #chargingStations .container-fluid .row .col-12 .mySwiper .swiper-pagination-bullet-active {
    width: 22px;
    height: 22px;
  }
  #solutions .container-fluid .row .col-12 .swiper-button-prev::after {
    width: 20px;
    height: 20px;
  }
  #solutions .container-fluid .row .col-12 .swiper-button-next::after {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 992px) {
  body {
    margin-left: 50px !important;
  }
  #mobileAdvert {
    margin: 60px 0px;
  }
  #mobileAdvert .container-fluid .row .col-lg-6 .phoneImg::before {
    width: 300px;
    height: 300px;
  }
  #mobileAdvert .container-fluid .row .col-lg-6 .title {
    padding: 10%;
    text-align: center;
    justify-content: center;
  }
  #mobileAdvert .container-fluid .row .col-lg-6 .title h3 {
    text-align: center;
  }
  #mobileAdvert .container-fluid .row .col-lg-6 .title p {
    text-align: center;
  }
}
@media (max-width: 768px) {
  #SectionTop .container .row .col-12 .title {
    text-align: center;
  }
  #SectionTop .container .row .col-12 .subTitle {
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    right: 0px;
    width: 230px;
  }
}
@media (max-width: 576px) {
  #SectionTop .container .row .col-12 .title {
    text-align: -webkit-center;
  }
  #SectionTop .container .row .col-12 .title h3 {
    font-size: 16px;
    line-height: 28px;
  }
  #SectionTop .container .row .col-12 .title a {
    font-size: 12px;
  }
  #SectionTop .container .row .col-12 .title .mobileButtonMap {
    display: block;
    margin-bottom: 30px;
  }
  #greenCharge .container-fluid .row .col-lg-8 .title {
    padding: 40px;
    text-align: center;
    gap: 0px;
    display: block;
    justify-self: center;
  }
  #greenCharge .container-fluid .row .col-lg-8 .title h3 {
    line-height: 26px;
    font-size: 20px;
  }
  #greenCharge .container-fluid .row .col-lg-8 .title p {
    margin: 20px 0px;
    font-size: 14px;
    line-height: 22px;
  }
  #greenCharge .container-fluid .row .col-lg-8 .title a {
    font-size: 12px;
    width: 160px;
    padding: 8px 20px;
    margin-bottom: 0px;
  }
  #blackSection .container-fluid .row .col-lg-8 .title {
    padding: 40px;
    text-align: center;
    gap: 0px;
    display: block;
    justify-self: center;
  }
  #blackSection .container-fluid .row .col-lg-8 .title h3 {
    line-height: 26px;
    text-align: center;
    font-size: 20px;
  }
  #blackSection .container-fluid .row .col-lg-8 .title p {
    margin: 20px 0px;
    text-align: center;
    font-size: 14px;
    line-height: 22px;
  }
  #blackSection .container-fluid .row .col-lg-8 .title a {
    font-size: 12px;
    width: 160px;
    padding: 8px 20px;
    margin-bottom: 0px;
  }
  #chargingStations {
    margin-top: 40px;
  }
  #chargingStations .container-fluid .row .col-12 .mySwiper .swiper-wrapper {
    margin: 40px 0px;
  }
  #chargingStations .container-fluid .row .col-12 .mySwiper .swiper-wrapper .swiper-slide .content {
    margin: 0px 0px;
    display: block;
    text-align: center;
    padding: 30px 54px;
  }
  #chargingStations .container-fluid .row .col-12 .mySwiper .swiper-wrapper .swiper-slide .content .text {
    justify-items: center;
  }
  #chargingStations .container-fluid .row .col-12 .mySwiper .swiper-wrapper .swiper-slide .content .text h5 {
    text-align: center;
  }
  #chargingStations .container-fluid .row .col-12 .mySwiper .swiper-wrapper .swiper-slide .content .text p {
    text-align: center;
  }
  #chargingStations .container-fluid .row .col-12 .mySwiper .swiper-wrapper .swiper-slide .content img {
    margin-top: 30px;
    position: unset;
    transform: unset;
  }
  #chargingStations .container-fluid .row .col-12 .title h4 {
    font-size: 16px;
  }
  #sectionNumbers {
    margin: 30px 0px;
  }
  #sectionNumbers .container .row .col-lg-4 .circle {
    height: 200px;
    width: 200px;
  }
  #sectionNumbers .container .row .col-lg-4 .circle h1,
  #sectionNumbers .container .row .col-lg-4 .circle h2 {
    font-size: 12px;
    margin: 6px !important;
  }
  #sectionNumbers .container .row .col-lg-4 .circle h1,
  #sectionNumbers .container .row .col-lg-4 .circle span {
    font-size: 20px;
    line-height: 24px;
    margin: 0px !important;
  }
  #sectionNumbers .container .row .col-lg-4 .circle p {
    font-size: 12px;
  }
  #solutions .container-fluid .row .col-12 .swiper-button-prev {
    transform: translateY(20px);
  }
  #solutions .container-fluid .row .col-12 .swiper-button-prev::after {
    width: 20px;
    height: 20px;
  }
  #solutions .container-fluid .row .col-12 .swiper-button-next {
    transform: translateY(20px);
  }
  #solutions .container-fluid .row .col-12 .title h4 {
    font-size: 16px;
  }
  #mobileAdvert .container-fluid .row .col-lg-6 .phoneImg::before {
    width: 220px;
    height: 220px;
  }
  #carSlider .carSwipper {
    padding: 10px;
  }
  #carSlider .carSwipper .content img {
    border-radius: 10px;
  }
  #carSlider .carSwipper .swiper-pagination {
    bottom: 20px !important;
  }
  #carSlider .carSwipper .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background-color: #bcbcbc;
    border-radius: 100%;
  }
  #carSlider .carSwipper .swiper-pagination .swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
    background-color: #b0ca0b;
    transition-duration: 0.6s;
  }
}
@media (max-width: 450px) {
  #chargingStations .container-fluid .row .col-12 .mySwiper .swiper-wrapper .swiper-slide .content img {
    width: 100%;
    height: auto;
  }
}/*# sourceMappingURL=main.css.map */