/** Start Global Styles **/
@font-face {
  font-family: "Mosa Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  src: url("Mosa.woff") format("woff");
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: #ece6de;
  font-family: "Mosa Regular", sans-serif;
}

a {
  text-decoration: none;
}

small {
  font-size: 100%;
}

ul,
li {
  list-style: none;
}

#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

input:-webkit-autofill, 
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
textarea:-webkit-autofill, 
textarea:-webkit-autofill:hover, 
textarea:-webkit-autofill:focus, 
select:-webkit-autofill, 
select:-webkit-autofill:hover, 
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #fff;
  background-color: transparent !important;
  caret-color: #fff;
}

/* Chrome, Safari, Edge, Opera */
input::placeholder {
  opacity: 0.3;
}

/* Firefox 19+ */
input::-moz-placeholder {
  opacity: 0.3;
}

/* Internet Explorer 10-11 */
input:-ms-input-placeholder {
  opacity: 0.3;
}

/* Microsoft Edge */
input::-ms-input-placeholder {
  opacity: 0.3;
}

/* Older Safari */
input:-webkit-input-placeholder {
  opacity: 0.3;
}

/* --------- */


/* Chrome, Safari, Edge, Opera */
input:focus::placeholder {
  opacity: 0;
}

/* Firefox 19+ */
input:focus::-moz-placeholder {
  opacity: 0;
}

/* Internet Explorer 10-11 */
input:focus:-ms-input-placeholder {
  opacity: 0;
}

/* Microsoft Edge */
input:focus::-ms-input-placeholder {
  opacity: 0;
}

/* Older Safari */
input:focus:-webkit-input-placeholder {
  opacity: 0;
}




/* Chrome, Safari, Edge, Opera */
input:active::placeholder {
  opacity: 0;
}

/* Firefox 19+ */
input:active::-moz-placeholder {
  opacity: 0;
}

/* Internet Explorer 10-11 */
input:active:-ms-input-placeholder {
  opacity: 0;
}

/* Microsoft Edge */
input:active::-ms-input-placeholder {
  opacity: 0;
}

/* Older Safari */
input:active:-webkit-input-placeholder {
  opacity: 0;
}


/* --------- */

.grecaptcha-badge {
	opacity: 0;
	visibility: hidden;
}



.wpcf7 form .wpcf7-response-output {
  font-family: "Mosa Regular", sans-serif;
  margin: 20px 0 0 0 !important;
  padding: 0 !important;
  font-weight: normal !important;
  font-size: 13px !important;
  line-height: 23px;
  color: #fff !important;
  border-color: transparent !important;
}

/** End Global Styles **/
/** Start Header Styles **/
header {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 10;
}
header .burger {
  position: absolute;
  right: 18px;
  top: 19px;
  display: none;
  flex-direction: column;
  gap: 7px;
}
header .burger span {
  width: 33px;
  height: 2px;
  background-color: #ffffff;
  border-radius: 50%;
  transition: 0.5s;
}
header .container-header {
  width: 1350px;
  max-width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}
header .content-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header nav {
  display: flex;
  flex-direction: column;
}
header nav ul {
  display: flex;
  align-items: center;
  gap: 30px;
}
header nav ul li {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
}
header nav ul li a {
  color: #fff;
}
header nav ul li:last-of-type a {
	color: #959595;
	pointer-events: none;
}
/** End Header Styles **/
/** Start Hero Styles **/
.particles {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.particles .large-header {
  width: 100%;
  height: 100% !important;
}
.particles canvas {
  width: 100% !important;
  height: 100% !important;
}

.hero {
  height: 100vh;
  display: flex;
  flex-direction: column;
  background-color: #000000;
  overflow: hidden;
  z-index: 1;
  justify-content: center;
}
.hero .content-hero {
  width: 900px;
  height: max-content;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 25px;
  text-align: center;
  margin: 0 auto;
  color: #f8f7f4;
}
.hero .content-hero h1 {
  font-family: "Mona Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 56px;
  line-height: 60px;
  color: #f8f7f4;
}
.hero .content-hero p {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
}
.hero .content-hero a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 14px 18px;
  background: #ff5c02;
  border-radius: 10px;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
}

/** End Hero Styles **/
/** Start About Styles **/
.about {
  display: flex;
  flex-direction: column;
  padding: 70px 0;
  background-color: #f8f7f4;
  margin: 0 10px;
}
.about .container-about {
  width: 1210px;
  max-width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}
.about .content-about {
  display: flex;
  justify-content: space-between;
}
.about .left-side {
  width: 570px;
  display: flex;
  flex-direction: column;
}
.about .left-side .title {
  width: 360px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.about .left-side .title img {
  display: flex;
  flex-direction: column;
  margin-top: 5px;
}
.about .right-side {
  width: 600px;
  display: flex;
  flex-direction: column;
}
.about .right-side p {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  color: #000000;
}

.u-are {
  display: flex;
  flex-direction: column;
  padding: 20px 0;
  background-color: #f8f7f4;
  margin: 0 10px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.u-are .container-u-are {
  display: flex;
  flex-direction: column;
  padding: 70px 20px;
  margin: 0 20px;
  border-radius: 30px;
  background-color: #fff;
}
.u-are .content-u-are {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.u-are .header-u-are {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 25px;
  margin-bottom: 40px;
}
.u-are .header-u-are h3 {
  font-family: "Mona Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  text-align: center;
  color: #000000;
}
.u-are .values-u-are {
  width: 1090px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
}
.u-are .values-u-are .value {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 20px 30px;
  border: 2px solid #ff5c02;
  border-radius: 30px;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 27px;
  color: #ff5c02;
}
.u-are .title-u-are {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.u-are .title-u-are h3 {
  width: 520px;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 44px;
  text-align: center;
  color: #000000;
  margin-top: 30px;
}
.u-are .title-u-are a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 14px 18px;
  background: #ff5c02;
  border-radius: 10px;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  margin-top: 10px;
}

/** End About Styles **/
/** Start Team Styles **/
.team {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
}
.team .container-team {
  display: flex;
  flex-direction: column;
  padding: 70px 20px 110px 20px;
  margin: 0 20px;
  border-radius: 30px;
  background-color: #f8f7f4;
  margin: 0 10px;
}
.team .content-team {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.team .header-team {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 25px;
  margin-bottom: 60px;
}
.team .header-team h3 {
  font-family: "Mona Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  text-align: center;
  color: #000000;
}
.team .grid-team {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.team .grid-team .item-team {
  width: 446px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  padding: 16px;
  background-color: transparent;
  border-radius: 120px 10px 10px 10px;
  border: 2px solid #ff5c02;
  transition: 0.5s;
  position: relative;
}
.team .grid-team .item-team:hover {
  background: #ffffff;
  box-shadow: 78px 113px 55px rgba(128, 45, 0, 0.01),
    44px 64px 46px rgba(128, 45, 0, 0.05), 19px 28px 34px rgba(128, 45, 0, 0.09),
    5px 7px 19px rgba(128, 45, 0, 0.1);
  border: 2px solid transparent;
}
.team .grid-team .item-team .image {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  overflow: hidden;
}
.team .grid-team .item-team .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.team .grid-team .item-team .info {
  display: flex;
  flex-direction: column;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  color: #000000;
  margin-top: 20px;
  padding-left: 20px;
  gap: 8px;
  padding-bottom: 20px;
}
.team .grid-team .item-team .info h5 {
  color: #ff5c02;
  font-weight: 500;
}
.team .grid-team .item-team .linkedin {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 10px;
  right: 10px;
}
.team .grid-team .item-team .linkedin a {
  width: 47px;
  height: 47px;
  background-color: #000000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.team .grid-team .item-team .linkedin a svg {
  position: relative;
  top: -1px;
}
/** End Team Styles **/
/** Start Carrieres Styles **/
.carriere {
  display: flex;
  flex-direction: column;
  background-color: #ff5c02;
  margin: 10px 15px;
  border-radius: 20px;
}
.carriere .container-carriere {
  width: 1210px;
  max-width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}
.carriere .content-carriere {
  display: flex;
  justify-content: space-between;
  padding: 100px 0;
}
.carriere .content-carriere .left-side {
  width: 350px;
  display: flex;
  flex-direction: column;
}
.carriere .content-carriere .left-side .title {
  font-family: "Mona Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 34px;
  color: #f8f7f4;
}
.carriere .content-carriere .right-side {
  width: 922px;
  display: flex;
  flex-direction: column;
}
.carriere .content-carriere .right-side p {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 34px;
  line-height: 44px;
  color: #f8f7f4;
}
.carriere .content-carriere .right-side a {
  width: -moz-max-content;
  width: max-content;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 15px 40px;
  background: #f8f7f4;
  border-radius: 60px;
  margin-top: 45px;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #ff5c02;
}

/** End Carrieres Styles **/
/** Start Contact Form Styles **/
.contactForm {
  display: flex;
  flex-direction: column;
  margin: 0 15px;
  background-color: #000;
  border-radius: 20px;
  position: relative;
}
.contactForm .container-contactForm {
  width: 1210px;
  max-width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}
.contactForm .content-contactForm {
  display: flex;
  gap: 160px;
  padding: 80px 0;
}
.contactForm .header-contactForm {
  height: -moz-max-content;
  height: max-content;
  display: flex;
  align-items: center;
  gap: 9px;
  font-family: "Mona Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 34px;
  color: #ffffff;
}
.contactForm .form-contactForm {
  width: 625px;
  display: flex;
  flex-direction: column;
  margin-top: 10px;
}
.contactForm .form-contactForm form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contactForm .form-contactForm .field-input {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.contactForm .form-contactForm .field-input label {
  position: absolute;
  right: 0;
  font-family: "Inter", sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 14px;
  text-align: right;
  color: rgba(255, 255, 255, 0.3);
}
.contactForm .form-contactForm .field-input input {
  width: 100%;
  background-color: transparent;
  border: none;
  outline: none;
  border-bottom: 1px solid #ff5c02;
  padding-bottom: 10px;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
}
.contactForm .form-contactForm .field-input input::-moz-placeholder {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
}
.contactForm .form-contactForm .field-input input::placeholder {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
}
.contactForm .form-contactForm .submit {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.contactForm .form-contactForm .submit .checkbox {
  width: 330px;
  display: flex;
  flex-direction: column;
}
.contactForm .form-contactForm .submit label {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #ffffff;
  cursor: pointer;
  position: relative;
}
.contactForm .form-contactForm .submit label a {
  color: #ffffff;
  text-decoration: underline;
}
.contactForm .form-contactForm .submit input {
  z-index: 9;
  width: 0 !important;
  left: 0;
  height: 0 !important;
  margin-right: 25px;
  float: left;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.contactForm .form-contactForm .submit label:before {
  display: block;
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  top: 3px;
  left: -20px;
  border: 1px solid #ff5c02;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.contactForm .form-contactForm .submit input:checked:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  left: -17px;
  top: 6px;
  background-color: #ff5c02;
}
.contactForm .form-contactForm .submit button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 14px 40px;
  background: #ff5c02;
  border-radius: 10px;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #f5f5f5;
  outline: none;
  border: none;
  cursor: pointer;
}

/** End Contact Form Styles **/
/** Start Footer Styles **/
footer {
  display: flex;
  flex-direction: column;
  margin: 10px 15px;
  background-color: #000;
  border-radius: 20px;
  position: relative;
}
footer .container-footer {
  width: 1370px;
  max-width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}
footer .content-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
}
footer ul {
  display: flex;
  align-items: center;
  gap: 40px;
}
footer ul li {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
}
footer ul li a {
  color: #fff;
}

/** End Footer Styles **/
/** Start Responsive Styles **/
@media screen and (max-width: 1050px) {
  .u-are .values-u-are {
    width: 100%;
  }
  .carriere .content-carriere {
    flex-direction: column;
    gap: 20px;
  }
  .carriere .content-carriere {
    padding: 60px 0;
  }
  .contactForm .content-contactForm {
    flex-direction: column;
    gap: 30px;
    padding: 50px 0;
  }
  .contactForm .form-contactForm,
  .carriere .content-carriere .left-side,
  .carriere .content-carriere .right-side {
    width: 100%;
  }
}
@media screen and (max-width: 780px) {
  header .burger span {
    border-radius: 5px;
  }
  .hero {
    height: initial;
    padding-bottom: 100px;
    padding-top: 170px;
    overflow: hidden;
  }
  .hero .content-hero {
    width: 100%;
    padding: 0 15px;
	  position: relative;
	  z-index: 1;
  }
  .hero .content-hero h1 br {
    display: none;
  }
  .about .content-about {
    flex-direction: column;
    gap: 20px;
  }
  .about .right-side,
  .about .left-side {
    width: 100%;
  }
  .about {
    padding: 35px 0;
	  position: relative;
  }
  .u-are .values-u-are .value {
    font-size: 20px;
    padding: 17px 22px;
    border-radius: 20px;
  }
  footer .content-footer {
    flex-direction: column-reverse;
    gap: 35px;
    padding: 20px 0;
  }
  .carriere .content-carriere .right-side p {
    font-size: 30px;
    line-height: 41px;
  }
  .hero .content-hero h1 {
    font-size: 45px;
    line-height: 53px;
  }
  .team .grid-team {
    grid-template-columns: repeat(1, 1fr);
  }
  .team .container-team {
    padding: 58px 20px 80px 20px;
  }
  .menu {
    display: none;
  }
  .u-are .title-u-are h3 {
    width: 100%;
  }
  .particles {
    opacity: 0.7;
  }
  header .burger {
    display: flex;
  }
  header nav ul {
    flex-direction: column;
  }
  header nav ul li {
    color: #000;
  }
  .about .left-side .title {
    width: 310px;
  }
  header .menu {
    width: calc(100% - 35px);
    height: -moz-max-content;
    height: max-content;
    background: #fff;
    position: absolute;
    bottom: -225px;
    z-index: 20;
    display: flex;
    right: 20px;
    padding: 26px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  }
  header nav ul li a {
    color: #000;
  }
  header {
    top: 20px;
  }
  body.opened__menu header span:first-child {
    opacity: 0;
  }
  body.opened__menu header span:nth-of-type(2) {
    transform: rotate(45deg);
  }
  body.opened__menu header span:last-child {
    transform: rotate(-45deg) translateX(6px) translateY(-6px);
  }
  body.opened__menu header .menu {
    opacity: 1;
    visibility: visible;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@media screen and (max-width: 500px) {
  .u-are .values-u-are .value {
    width: 100%;
    text-align: center;
  }
  .team .grid-team .item-team {
    width: 355px;
  }
  .carriere .content-carriere .right-side p {
    font-size: 25px;
    line-height: 36px;
  }
  .carriere .content-carriere .left-side .title {
    font-size: 32px;
  }
  .u-are .container-u-are {
    padding: 47px 15px;
  }
  .contactForm .form-contactForm .submit {
    flex-direction: column;
    gap: 20px;
  }
  footer ul {
    flex-direction: column;
    gap: 20px;
  }
  .contactForm .form-contactForm .submit .checkbox {
    padding-right: 20px;
  }
  .u-are .values-u-are .value {
    padding: 17px 12px;
  }
}
@media screen and (max-width: 400px) {
  .contactForm .form-contactForm .submit .checkbox {
    width: 100%;
    padding-right: 50px;
  }
  .about .left-side .title {
    width: 100%;
  }
  .u-are .container-u-are {
    margin: 0 10px;
  }
  .contactForm .header-contactForm {
    font-size: 29px;
  }
  .carriere .content-carriere .right-side p {
    font-size: 22px;
    line-height: 34px;
  }
  .team .grid-team .item-team {
    width: 315px;
  }
}
/** End Responsive Styles **/

