html {
  scroll-behavior: smooth;
}

html,
body {
  height: 100vh;
  font-family: "SUIT";
}

#container {
  width: 100%;
}

/* header */

.header {
  height: 80px;
  background-color: #1c1a1b;
  padding: 0 3rem;
  display: flex;
  align-items: center;
  position: relative;
}

.header__responsive {
  display: none;
}

.header .wrapper {
  max-width: 1280px;
  width: 100%;
  background-color: #1c1a1b;
  display: flex;
  margin: 0 auto;
}

.header .header__column {
  display: flex;
  align-items: center;
}

.header .header__column:first-child {
  position: absolute;
  bottom: -40px;
}

.header .header__column .logo__image {
  width: 77px;
}

.header__column .header__nav {
  margin-left: 120px;
}

.header__nav a {
  color: #fff;
  font-style: normal;
  font-size: 18px;
  font-weight: 500;
}

.header__nav a:not(:last-child) {
  margin-right: 55px;
}

.header .header__column:last-child {
  display: flex;
  margin-left: auto;
}

.header__column .header__translate__nav span {
  color: #999;
  margin: 0px 10px;
}
.header__column .header__translate__nav a {
  font-size: 14px;
}

.redirect__admin--btn {
  color: #999;
  font-size: 14px;
  margin-left: 50px;
}

/* main section */

.main__section {
  height: 600px;
  padding: 0 3rem;
  background-image: url(../images/main_image.png);
  background-size: cover;
  background-position: center right;
}

.main__section .wrapper,
.about__section .wrapper {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  height: 100%;
}

.main__section .main__section--intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.main__section--intro h1,
h3 {
  color: #fff;
}

.main__section--intro h1 {
  font-weight: 800;
  font-size: 42px;
  font-style: normal;
  margin-bottom: 40px;
}

.main__section--intro h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 45px;
}

.main__section--intro .main__section--contactBtn {
  margin-top: 25px;
  width: 185px;
  height: 55px;
  text-align: center;
  line-height: 55px;
  background-color: #49a22e;
  border-radius: 5px;

  font-size: 24px;
  font-weight: 700px;
}

/* about section */

.about__section {
  background-color: #f7f7f7;
  padding: 0 3rem;
}

.about__section .wrapper {
  height: 950px;
  max-width: 1280px;
  position: relative;
}

.about__section .about__section--box {
  width: 1000px;
  height: 645px;
  background-color: #fff;
  position: absolute;
  z-index: 3;
  top: 205px;
  padding: 60px 70px;
}

.about__section--box .about__section__header {
  display: flex;
  flex-direction: column;
}

.about__section__header h4 {
  color: #49a22e;
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 10px;
}

.about__section__header h1 {
  color: #222;
  font-size: 36px;
  font-weight: 800;
}

.about__section__header svg {
  margin: 25px 0px;
  width: 100%;
}

.about__section--box .about__section__content {
  color: #555;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.about__section--box .about__section__content p {
  display: none;
}

.about__section .about__section--linearbox {
  position: absolute;
  top: 100px;
  right: 0;
  width: 750px;
  height: 750px;

  background: url(../images/about_section_image.png),
    linear-gradient(127deg, #01071d 0%, #02102b 100%);
}

.about__section--linearbox .about__section--linearRight {
  mix-blend-mode: screen;
  height: 750px;
  background: linear-gradient(147deg, rgba(73, 162, 46, 0) 0%, #49a22e 100%);
  z-index: -1;
}

/* summary section */

.summary__section {
  padding: 0 3rem;
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url(../images/summary_section_image.png);
  background-size: cover;
}

.summary__section .wrapper {
  height: 900px;
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
}

.summary__section .summary__section--box {
  width: 100%;
  height: 750px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  padding: 80px;
}

.summary__section__header .summary__header--title {
  font-size: 42px;
  margin-bottom: 25px;
  font-weight: 800;
}

.summary__section__header .summary__header--subtitle {
  color: #999;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 60px;
}

.summary__section__content {
  border-top: 2px solid #49a22e;
  background-color: #fcfcfc;
}

.summary__section__content .summary__content--row {
  display: flex;
  border-bottom: 1px solid #ddd;
  padding: 20px 0px;
}

.summary__content--row .summary__row--title {
  flex-grow: 1;
  font-size: 20px;
  color: #49a22e;
  line-height: 30px;
  text-align: center;
  min-width: 450px;
}

.summary__content--row .summary__row--content {
  color: #222;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.summary__content--row .summary__row--content {
  flex-grow: 2;
}

/* vision section  */

.vision__section {
  padding: 0 3rem;
  background: #f7f7f7;
}

.vision__section .wrapper {
  max-width: 1280px;
  margin: 0 auto;
  padding-top: 100px;
  position: relative;
}

.vision__section .vision__section--title {
  font-size: 42px;
  font-weight: 800;
  color: #222;
  margin-bottom: 30px;
}

.vision__section .vision__section--subtitle {
  text-align: center;
  color: #777;
  font-size: 28px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 35px;
}

.vision__section .vision__section__columns {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}

.vision__section__columns .vision__section__card {
  width: 470px;
  height: 302px;
  background-color: white;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.vision__section__card img {
  width: 80px;
  height: 80px;
  margin-bottom: 40px;
}

.vision__section__card--title {
  color: #222;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 20px;
  min-height: 60px;
}

.vision__section__card--content {
  color: #555;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.vision__section__card:not(:last-child),
.vision__section__card--value:not(:last-child) {
  margin-right: 25px;
}

.vision__section__columns .vision__section__card--value {
  width: 346px;
  height: 302px;
  background-color: white;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 0px 30px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  text-align: center;
  margin-bottom: 30px;
}

.vision__section__card--value .vision__section__card--title {
  font-size: 22px;
}

.vision__section__card--value .vision__section__card--content {
  font-size: 17px;
}

.vision__section .vision__section__footer {
  text-align: center;
  padding-bottom: 100px;
}

.vision__section__footer h1 {
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 25px;
}

.vision__section__footer p {
  color: #555;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}

/* business section */

.business__section {
  padding: 0 3rem;
  background: #49a22e;
}

.business__section .wrapper {
  max-width: 1280px;
  margin: 0 auto;
  padding: 100px 0px;
  position: relative;
}

.business__section .business__section--title {
  font-size: 42px;
  color: #fff;
  font-weight: 800;
  margin-bottom: 25px;
}

.business__section .business__section--subtitle {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 60px;
}

.business__section .business__section__cards {
  display: flex;
}

.business__section__cards .business__section__card {
  width: 346px;
  height: 530px;
  box-shadow: 0px 0px 20px 0px #008c73;
  background-color: #fff;
  padding: 40px;
  text-align: center;
}

.business__section__card:not(:last-child) {
  margin-right: 25px;
}

.business__section__card .business__section__card--title {
  color: #222;
  font-size: 24px;
  font-weight: 800;
  line-height: 33px;
  margin-bottom: 60px;
}

.business__section__card .phone__image {
  width: 184px;
  height: 367px;
}

.business__section .happycharger__image {
  width: 100%;
  border-radius: 15px;
}

.business__section__card .car__image {
  margin-top: 30px;
  max-width: 208px;
}

/* waytocome section */

.waytocome__section {
  padding: 0 3rem;
  background: #fff;
}

.waytocome__section .wrapper {
  max-width: 1280px;
  margin: 0 auto;
  padding: 100px 0px;
  position: relative;
}

.waytocome__section .waytocome__section--title {
  color: #222;
  font-size: 42px;
  font-weight: 800;
  margin-bottom: 25px;
}

.waytocome__section .waytocome__section--subtitle {
  font-size: 22px;
  color: #999;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 30px;
}

.waytocome__section .googlemap {
  width: 100%;
  margin-bottom: 30px;
}

.waytocome__section .waytocome__section--footer {
  color: #555;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

/* footer */

.footer {
  height: 80px;
  background-color: #555;
  padding: 0 3rem;
}

.footer .wrapper {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.footer .footer__text {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}
.footer .footer__text:first-child {
  margin-right: 45px;
}
