/*--------------------VARIABLES - MIXINS------------------------------*/
@font-face {
  font-family: "Suisse intl Medium";
  src: url("../fonts/SuisseIntl-Medium.woff2") format("woff2"), url("../fonts/SuisseIntl-Medium.woff") format("woff");
}
@font-face {
  font-family: "Suisse intl Book";
  src: url("../fonts/SuisseIntl-Book.woff2") format("woff2"), url("../fonts/SuisseIntl-Book.woff") format("woff");
}
@font-face {
  font-family: "Suisse intl";
  src: url("../fonts/SuisseIntl-Regular.woff2") format("woff2"), url("../fonts/SuisseIntl-Regular.woff") format("woff");
}
@font-face {
  font-family: "Suisse intl Semi";
  src: url("../fonts/SuisseIntl-SemiBold.woff2") format("woff2"), url("../fonts/SuisseIntl-SemiBold.woff") format("woff");
}
@font-face {
  font-family: "Suisse Word Medium";
  src: url("../fonts/SuisseWorks-Medium.otf") format("opentype");
}
/*--------------------GENERAL------------------------------*/
html,
body {
  width: 100%;
  min-width: 320px;
  -webkit-font-smoothing: antialiased !important;
  -webkit-tap-highlight-color: transparent;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

.container {
  width: 90%;
  max-width: 1280px;
  margin: 0 auto;
}

nav {
  padding-top: 33px;
}
nav .logo {
  position: relative;
  z-index: 999;
}
nav .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
nav .nav_links a {
  font-family: "Suisse intl", sans-serif;
  font-size: 18px;
  line-height: 27px;
  margin: 0 10px;
  color: #000;
  text-decoration: none;
  display: inline-block;
  position: relative;
}
nav .nav_links a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 0%;
  height: 2px;
  background-color: #000;
  transition: 0.3s ease-in-out;
}
nav .nav_links a:hover:before {
  width: 100%;
}
nav .hamburger {
  display: none;
  cursor: pointer;
  z-index: 999;
}
nav .hamburger span {
  width: 19px;
  margin-bottom: 5px;
  height: 2px;
  top: 50%;
  display: block;
  background: #4F5DE4;
  transition: 0.5s;
}
nav .hamburger.active span:nth-child(2) {
  opacity: 0;
}
nav .hamburger.active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
nav .hamburger.active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}
@media (max-width: 767px) {
  nav .hamburger {
    display: block;
  }
}
@media (min-width: 1441px) {
  nav .container {
    max-width: inherit;
    margin: 0 80px;
  }
}
@media (max-width: 767px) {
  nav .nav_links {
    z-index: 990;
    visibility: hidden;
    opacity: 0;
    position: absolute !important;
    left: 0;
    top: -170px;
    width: 100%;
    min-width: 320px;
    padding: 180px 17px 30px;
    transition: all ease-in-out 0.3s;
    background-color: white;
    flex-wrap: wrap;
  }
  nav .nav_links.active {
    top: -25px;
    z-index: 998;
    visibility: visible;
    opacity: 1;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
  }
  nav .nav_links a {
    display: block;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto 50px;
    font-size: 28px;
  }
}

footer {
  margin-top: 23px;
}
footer .container {
  display: flex;
  justify-content: space-between;
}
footer p {
  font-family: "Suisse intl Medium", sans-serif;
  font-size: 16px;
  line-height: 20px;
}

a:active,
a:visited {
  color: #000;
}

a:focus-visible {
  outline: none;
}

.section-title {
  width: 100%;
  font-family: "Suisse Word Medium", sans-serif;
  font-size: 32px;
  line-height: 42px;
}

.section__description {
  width: 23%;
}
.section__description p {
  font-family: "Suisse intl Medium", sans-serif;
  font-size: 21px;
  line-height: 27px;
}
.section__description .section__description-subtitle {
  margin-bottom: 10px;
}
@media screen and (max-width: 1200px) {
  .section__description {
    width: 46%;
    margin-bottom: 50px;
  }
  .section__description br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .section__description {
    width: 100%;
  }
}

/*------------------------ HOMEPAGE ------------------------------*/
.home {
  padding-bottom: 150px;
}
.home .hero {
  position: relative;
  margin-top: 70px;
}
.home .hero .container {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 30px;
  border-bottom: 1px solid #BBBBBB;
}
.home .hero h1 {
  font-family: "Suisse Word Medium", sans-serif;
  font-size: 46px;
  line-height: 60px;
}
.home .hero .hero-shapes {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-left: 70px;
  width: 402px;
  height: 390px;
}
.home .hero .hero-shapes img {
  position: absolute;
  margin-top: -50px;
}
.home .hero .hero-shapes #heroShape2 {
  margin-left: 35px;
}
.home .hero .hero-shapes #heroShape3 {
  margin-left: 20px;
}
@media screen and (max-width: 883px) {
  .home .hero .hero-shapes {
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .home .hero .hero-shapes {
    margin-top: 80px;
  }
}
.home .description {
  margin-top: 35px;
}
.home .description .container {
  padding-bottom: 160px;
  border-bottom: 1px solid #BBBBBB;
}
.home .description p {
  max-width: 736px;
  font-family: "Suisse intl Medium", sans-serif;
  font-size: 21px;
  line-height: 30px;
}
@media screen and (max-width: 767px) {
  .home .description .container {
    padding-bottom: 80px;
  }
}
.home .care-and-love {
  padding-top: 35px;
}
.home .care-and-love .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.home .care-and-love .section-title {
  width: 100%;
  margin-bottom: 50px;
}
.home .care-and-love .section__description-subtitle {
  color: #6B92F7;
}
.home .main-img {
  margin: 180px auto 0;
  max-width: 1626px;
}
.home .main-img img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .home .main-img {
    margin-top: 50px;
  }
}
.home .ai-and-data {
  padding-top: 90px;
}
.home .ai-and-data .section-title {
  width: 100%;
  margin-bottom: 50px;
}
.home .ai-and-data .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 195px;
  border-bottom: 1px solid #BBBBBB;
}
.home .ai-and-data .section__description-subtitle {
  color: #FF7759;
}
@media screen and (max-width: 767px) {
  .home .ai-and-data .container {
    padding-bottom: 50px;
  }
}
.home .you-and-us {
  padding-top: 40px;
}
.home .you-and-us .container {
  padding-bottom: 215px;
  border-bottom: 1px solid #BBBBBB;
}
.home .you-and-us h1 {
  font-family: "Suisse Word Medium", sans-serif;
  font-size: 41px;
  line-height: 54px;
  max-width: 820px;
  margin-bottom: 90px;
}
.home .you-and-us .team-member {
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 30px;
}
.home .you-and-us .team-member img {
  height: 130px;
  margin-bottom: 13px;
}
.home .you-and-us .team-member .team-member__desc {
  font-family: "Suisse intl Medium", sans-serif;
  font-size: 16px;
  line-height: 21px;
}
@media screen and (max-width: 767px) {
  .home .you-and-us .container {
    padding-bottom: 80px;
  }
}
.home .social {
  margin-top: 51px;
}
.home .social .container {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 51px;
  border-bottom: 1px solid #BBBBBB;
}
.home .social .newsletter {
  width: 50%;
  padding-right: 102px;
  border-right: 1px solid #BBBBBB;
}
.home .social .contact {
  width: 100%;
}
.home .social .contact h1 {
  margin-bottom: 8px;
}
.home .social .contact a {
  font-family: "Suisse intl Medium", sans-serif;
  font-size: 21px;
  line-height: 27px;
  color: #000;
}