@font-face {
  font-family: "Inter";
  src: url("./font/Inter-VariableFont_slnt\,wght.ttf") format("truetype");
}
:root {
  --white-fontColor: #fff;
  --black-fontColor: #181818;
  --white-color: #fff;
  --black1-color: #181818;
  --black2-color: #252525;
  --blue-color: #0a34b6;
  --green-color: #00bb7e;
  --title1-fontSize: 86px;
  --title2-fontSize: 40px;
  --emailTitle-fontSize: 34px;
  --cardTitle-fontSize: 20px;
  --body1-fontSize: 28px;
  --body2-fontSize: 16px;
  --body-fontSize: 14px;
  --cardBody-fontSize: 13px;
  --button1-fontSize: 16px;
  --button2-fontSize: 13px;
  --title-fontWeight: 600;
  --button-fontWeight: 500;
  --body-fontWeight: 400;
  --mainWidth-size: 1130px;
  --cardWidth-size: 265px;
  --mainHeight-size: 900px;
  --subHeight-size: 780px;
  --cardHeight-size: 430px;
  --emailHeight-size: 388px;
}
* {
  font-family: "Inter", sans-serif;
  margin: 0%;
  padding: 0%;
  box-sizing: border-box;
  scroll-behavior: smooth !important;
}
ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
.hides {
  display: none;
}
button,
input {
  outline: none;
  border: none;
}
button,
input[type="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
span {
  font-weight: var(--body-fontWeight);
  margin-top: 0;
  transform: rotate(0.06deg);
}
body {
  display: flex;
  background: var(--black1-color);
  flex-direction: column;
}
body::-webkit-scrollbar {
  width: 12px;
}
body::-webkit-scrollbar-thumb {
  background-color: #222;
  border: none;
}
body::-webkit-scrollbar-track {
  background-color: #444;
  border: none;
}
.button {
  padding: 12px 20px;
  border-radius: 10px;
  background: transparent;
  border: 1px solid var(--black1-color);
  font-weight: var(--button-fontWeight);
  font-size: var(--button2-fontSize);
  cursor: pointer;
}
.hide {
  display: none;
}
.blueButton {
  border: none;
  background: var(--blue-color);
  font-size: var(--button1-fontSize);
  color: var(--white-fontColor);
  margin-top: 1rem;
}
.greenButton {
  border: none;
  background: var(--green-color);
  font-size: var(--button2-fontSize);
  margin-top: 1rem;
}
.card {
  width: var(--cardWidth-size);
  height: var(--cardHeight-size);
  background-color: var(--white-fontColor);
  border-radius: 4px;
  display: flex;
  justify-content: space-evenly;
  flex-direction: column;
  text-align: center;
  align-items: center;
  padding: 4rem 2rem 0.6rem 2rem;
}
.greenCard {
  background: var(--green-color);
}
.blackCard {
  background: var(--black2-color);
}
.nav {
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 999;
  transition: all 0.35s linear;
}
.navBlanc {
  background: var(--white-color);
  height: 65px;
}
.navContent {
  width: var(--mainWidth-size);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logo {
  width: 180px;
}
.head {
  width: 100%;
  height: var(--mainHeight-size);
  background: var(--white-color);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.headContent {
  width: var(--mainWidth-size);
  display: flex;
  align-items: center;
}
.headInfos {
  flex: 0.8;
  z-index: 5;
}
.headTitle {
  font-size: var(--title1-fontSize);
  font-weight: var(--body-fontWeight);
}
.headTitleHeight {
  line-height: 76px;
}
.headBody {
  font-size: var(--body2-fontSize);
}
.headBodyHeight {
  line-height: 24px;
  margin-top: 2rem;
}
.headPhoto {
  flex: 1;
}
.headImg {
  height: 100%;
  position: absolute;
  top: 0;
  left: 100%;
  transform: translateX(-90%);
  image-rendering: -webkit-optimize-contrast;
  transform: translateZ(5);
  backface-visibility: hidden;
}
.hideMobile {
  font-weight: var(--button-fontWeight);
}
.desc {
  display: flex;
  justify-content: center;
  align-items: center;
  height: var(--cardHeight-size);
}
.descContainer {
  width: var(--mainWidth-size);
  padding: 0 3rem;
}
.descInfo {
  font-size: var(--body1-fontSize);
  color: var(--white-fontColor);
  text-align: center;
  font-weight: var(--body-fontWeight);
}
.sec {
  width: 100%;
  height: 650px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec:nth-child(4) {
  height: 100%;
}
.sec:nth-child(7) {
  height: 100%;
  margin-top: 5rem;
}
.secContainer {
  width: var(--mainWidth-size);
  display: flex;
  align-items: center;
}
.reverse {
  flex-direction: row-reverse;
}
.secInfos {
  flex: 1;
}
.secTitle {
  font-size: var(--title2-fontSize);
  color: var(--white-fontColor);
}
.secBody {
  margin-top: 2rem;
  font-size: var(--body-fontSize);
  color: var(--white-fontColor);
  line-height: 24px;
  letter-spacing: 0.6px;
}
.secPhoto {
  flex: 1.5;
  display: flex;
  justify-content: right;
}
.secImg {
  width: 100%;
  height: 100%;
  image-rendering: -webkit-optimize-contrast;
  transform: translateZ(0);
  backface-visibility: hidden;
}
.md {
  width: 90%;
  height: 90%;
}
.sm {
  width: 80%;
  height: 80%;
}
.xs {
  width: 50%;
  height: 50%;
}
.reverseImg {
  justify-content: left;
}
.cardContainer {
  display: flex;
  justify-content: center;
}
.cardWraper {
  width: var(--mainWidth-size);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cardTitle {
  font-size: var(--cardTitle-fontSize);
  font-weight: var(--title-fontWeight);
}
.blanc {
  color: var(--white-fontColor);
}
.cardBody {
  font-size: var(--cardBody-fontSize);
  font-weight: var(--body-fontWeight);
}
.cardImg {
  width: 80%;
  height: 30%;
  image-rendering: -webkit-optimize-contrast;
  transform: translateZ(0);
  backface-visibility: hidden;
}
.carsm {
  height: 42%;
}
.form {
  display: flex;
  justify-content: center;
  margin-top: 10rem;
  padding-bottom: 20rem;
}
.formContainer {
  background-image: url("/images/backEmail.svg");
  display: flex;
  justify-content: center;
  align-items: center;
  width: var(--mainWidth-size);
  height: var(--emailHeight-size);
}
.formWrapper {
  display: flex;
  flex-direction: column;
  width: 560px;
  justify-content: center;
  align-items: center;
}
.formTitle {
  font-size: var(--emailTitle-fontSize);
  color: var(--white-fontColor);
  margin-bottom: 2rem;
}
.formSubBox {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.inputMargin {
  margin-right: 1rem;
}
.formInput {
  text-indent: 20px;
  width: 100%;
  height: 45px;
  margin-top: 18px;
  border-radius: 5.5px;
}
.contact {
  width: 100%;
}
.contact input {
  transition: all 0.15s linear;
}
.contact.success input {
  border: 2px solid #09c372 !important;
}
.contact.error input {
  border: 2px solid #ff3860 !important;
}
.error {
  font-size: 0.73rem;
  color: #ff3860;
}
.right {
  width: 100%;
  display: flex;
  justify-content: right;
}
@media screen and (max-width: 1280px) {
  .nav {
    padding: 0 2rem;
  }
  .headTitle {
    font-size: 64px;
    line-height: 64px;
  }
  .headBodyHeight {
    margin-top: 2rem;
  }
  .headImg {
    transform: translateX(-78%);
  }
  .head {
    padding: 0 2rem;
  }
  .secContainer {
    padding: 0 2rem;
  }
  .descInfo {
    font-size: 2vw;
  }
}
@media screen and (max-width: 1190px) {
  .cardWraper {
    justify-content: space-between;
  }
  .descContainer {
    padding: 0 5rem;
  }
  .cardWraper {
    padding: 0rem;
    gap: 20px;
    justify-content: center;
  }
}
@media screen and (max-width: 926px) {
  .sec {
    height: 550px;
  }
  .sec:nth-child(6) {
    margin-top: -6rem;
  }
  .headImg {
    transform: translateX(-75%);
  }
  .secPhoto {
    flex: 1.2;
  }
}
@media screen and (max-height: 720px) {
  .cardWraper {
    padding: 0 5rem;
    gap: 100px;
    justify-content: space-evenly;
  }
}
@media screen and (max-height: 428px) {
  .cardWraper {
    padding: 0 5rem;
    gap: 50px;
    justify-content: space-evenly;
  }
}
@media screen and (max-width: 428px) {
  .nav {
    padding: 0 2rem;
  }
  .logo {
    width: 130px;
  }
  .head {
    padding: 0 2rem;
    height: 550px;
  }
  .headContent {
    display: flex;
    flex-direction: column;
  }
  .headTitle {
    font-size: 36px;
    line-height: 36px;
    margin-right: 5vw;
  }
  .headTitleHeight {
    line-height: 46px;
  }
  .headBody {
    font-size: 3.355vw;
    margin-right: 5vw;
  }
  .headImg {
    transform: translateX(-75%);
  }
  .headBodyHeight {
    margin-top: 2rem;
  }
  .headInfos {
    margin-top: 12rem;
  }
  .buttonMobile {
    display: flex;
    font-size: 3vw;
  }
  .hideMobile {
    visibility: hidden;
    display: none;
  }
  .hideDesktop {
    font-weight: var(--button-fontWeight);
    margin-left: 5px;
  }

  .desc {
    height: 500px;
  }
  .descContainer {
    padding: 0 2rem;
  }
  .descInfo {
    font-size: 5.2vw;
  }

  .sec {
    height: 700px;
    align-items: flex-start;
  }
  .sec:nth-child(4) {
    height: 700px;
  }
  .sec:nth-child(6) {
    margin-top: 0rem;
  }
  .sec:nth-child(7) {
    height: 100%;
    margin-top: 0rem;
  }
  .secContainer {
    flex-direction: column;
    padding: 0 2rem;
  }
  .secTitle {
    font-size: 8vw;
  }
  .secPhoto {
    margin-top: 2rem;
    justify-content: center;
  }
  .secImg {
    width: 100%;
    height: 100%;
  }
  .reverseImg {
    justify-content: center;
  }

  .cardWraper {
    padding: 0;
    gap: 0;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
  }
  .card {
    margin-bottom: 2rem;
  }

  .form {
    padding-bottom: 10rem;
  }
  .formTitle {
    font-size: 8vw;
  }
  .formContainer {
    background-image: none;
  }
  .formWrapper {
    width: 100%;
    padding: 0 2rem;
  }
  .formSubBox {
    flex-direction: column;
  }
}
@media screen and (min-width: 430px) {
  .hideDesktop {
    visibility: hidden;
    display: none;
  }
}
