@keyframes screenAnime {
  0%, 100% {
    transform: translateY(0);
    opacity: 1; }
  50% {
    transform: translateY(2rem);
    opacity: 0; } }

*, *::before, *::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box; }

a {
  color: black;
  text-decoration: none;
  outline: none; }

button {
  outline: none;
  cursor: pointer; }

html {
  font-size: 62.5%;
  overflow-x: hidden; }
  @media (max-width: 75em) {
    html {
      font-size: 56.25%; } }
  @media (max-width: 56.25em) {
    html {
      font-size: 50%; } }
  @media (min-width: 112.5em) {
    html {
      font-size: 75.5%; } }

body {
  font-size: 1.6rem;
  font-family: "Montserrat", sans-serif;
  background: url("../assets/bg-pattern.svg") no-repeat;
  background-size: 60%;
  overflow-x: hidden;
  background-attachment: fixed; }
  @media (max-width: 37.5em) {
    body {
      background-size: 150%; } }

.heading-1, .heading-1--white {
  font-style: normal;
  font-weight: 500;
  font-size: 4rem;
  line-height: 161.9%;
  margin-bottom: 4rem;
  width: 41.4rem; }
  .heading-1--white {
    color: white; }

.heading-2, .heading-2--white {
  font-style: normal;
  font-weight: 500;
  font-size: 3rem;
  line-height: 4.2rem;
  margin-bottom: 7rem;
  width: 47.2rem; }
  .heading-2--white {
    color: white; }

.paragraph-main, .paragraph-main--white {
  font-size: 2.4rem;
  line-height: 3.8rem;
  font-weight: 300;
  color: #8B8B8B;
  width: 45.2rem; }
  .paragraph-main--white {
    color: white; }

.paragraph-secondary, .paragraph-secondary--white {
  font-style: normal;
  font-weight: 300;
  font-size: 1.8rem;
  line-height: 166.4%;
  width: 48.3rem; }
  .paragraph-secondary--white {
    color: white; }

.btn {
  background-color: red;
  padding: 1.5rem 2.5rem;
  background-color: #39D192;
  color: white;
  border-radius: 100vh;
  border: none;
  font-weight: bold;
  font-size: 1.6rem;
  text-transform: capitalize;
  cursor: pointer;
  font-family: montserrat;
  transition: background-color .3s ease; }
  .btn:hover {
    background-color: #249a69; }

.header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3rem 4rem; }
  @media (max-width: 37.5em) {
    .header {
      flex-direction: column;
      height: 15rem; } }
  .header .language {
    display: flex;
    align-items: center; }
    .header .language a:hover {
      text-decoration: underline; }
  .header .separate {
    background-color: lightgrey;
    width: .1rem;
    height: 2rem;
    display: inline-block;
    margin: 0 2rem; }

.section {
  max-width: 117rem;
  margin: 0 auto; }
  @media (max-width: 75em) {
    .section {
      padding: 0 2rem; } }

.hero {
  display: flex;
  align-items: center;
  min-height: 89rem;
  padding-top: 9rem;
  padding-bottom: 2rem;
  margin: 0 auto; }
  @media (max-width: 56.25em) {
    .hero {
      flex-direction: column;
      align-items: flex-start;
      margin-top: 10rem !important;
      padding-left: 4rem !important; } }
  @media (max-width: 37.5em) {
    .hero {
      flex-direction: column-reverse;
      padding-left: 3rem !important; } }
  .hero__left {
    padding-bottom: 20rem; }
    @media (max-width: 56.25em) {
      .hero__left {
        align-self: stretch;
        padding-bottom: 15rem; } }
    .hero__left span {
      display: inline-block; }
    .hero__left__heading {
      font-weight: 700;
      font-size: 3.5rem;
      line-height: 146.4%;
      width: 53.2rem;
      margin-bottom: 3rem; }
      @media (max-width: 37.5em) {
        .hero__left__heading {
          width: 100%;
          font-size: 3.2rem; } }
    .hero__left__paragraph {
      font-weight: 300;
      font-size: 1.8rem;
      line-height: 166.4%;
      width: 41.7rem;
      margin-bottom: 7rem;
      overflow: hidden; }
      @media (max-width: 37.5em) {
        .hero__left__paragraph {
          line-height: 166.4%;
          width: 100%; } }
    .hero__left__btn-google {
      margin-right: 1rem;
      cursor: pointer; }
      .hero__left__btn-google > * {
        user-select: none; }
      @media (max-width: 37.5em) {
        .hero__left__btn-google {
          margin-bottom: 2rem;
          margin-left: 0; } }
    .hero__left__btn-apple {
      cursor: pointer; }
      .hero__left__btn-apple > * {
        user-select: none; }
      @media (max-width: 37.5em) {
        .hero__left__btn-apple {
          margin-bottom: 2rem;
          margin-left: 0; } }
  .hero__right {
    position: relative; }
    @media (max-width: 56.25em) {
      .hero__right {
        align-self: center; } }
    @media (max-width: 37.5em) {
      .hero__right {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 5rem; } }
    .hero__right__circle {
      width: 67.2rem;
      height: 67.2rem;
      background-image: url(../assets/sen1.jpg);
      background-position:41% center;
      background-size:cover;

      border-radius: 100vh;
      position: absolute;
      top: -15rem;
      left: 0;
      z-index: -1;}
      @media (max-width: 37.5em) {
        .hero__right__circle {
          width: 90vw;
          height: 90vw; } }
    .hero__right__card {
      position: absolute; }
      .hero__right__card-1 {
        left: -7rem;
        top: 20%; }
        @media (max-width: 37.5em) {
          .hero__right__card-1 {
            width: 19rem;
            left: -5rem;
            top: -5rem; } }
      .hero__right__card-2 {
        bottom: 10rem;
        right: -5rem; }
        @media (max-width: 63.12em) {
          .hero__right__card-2 {
            right: 5rem;
            bottom: 0; } }
        @media (max-width: 37.5em) {
          .hero__right__card-2 {
            width: 15rem;
            right: -1rem;
            bottom: 0; } }
      .hero__right__card-3 {
        top: -10rem;
        left: 60%; }
        @media (max-width: 37.5em) {
          .hero__right__card-3 {
            width: 15rem;
            top: -10rem;
            right: -20rem; } }
    .hero__right__phone {
      width: 66.2rem; }
      @media (max-width: 63.12em) {
        .hero__right__phone {
          width: 55rem; } }
      @media (max-width: 56.25em) {
        .hero__right__phone {
          width: 100%; } }

.countries {
  margin-top: 6rem;
  margin-bottom: 4rem;
  display: flex;
  flex-direction: column; }
  .countries__label {
    margin-bottom: 3rem;
    display: block; }
  .countries__flag {
    cursor: pointer; }
    .countries__flag:not(:last-child) {
      margin-right: 2rem; }

.footer {
  margin-top: 10rem;
  background-color: #0A1C2D;
  position: relative;
  color: white;
  padding: 5rem 7rem; }
  .footer::after {
    content: "";
    width: 100vw;
    height: 100%;
    position: absolute;
    background-color: #0A1C2D;
    z-index: -1;
    top: 0;
    left: 50%;
    transform: translateX(-50%); }
  .footer__email {
    margin-top: 1rem;
    color: white;
    position: relative;
    letter-spacing: .1rem;
    margin-left: 3rem; }
    .footer__email::before {
      content: "";
      width: 2.2rem;
      height: 2.2rem;
      background-image: url("../assets/mail.svg");
      background-size: cover;
      position: absolute;
      left: -3rem; }
  .footer__top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 5rem; }
    @media (max-width: 37.5em) {
      .footer__top {
        flex-direction: column; } }
    .footer__top > * {
      margin-bottom: 5rem; }
    .footer__top a {
      color: white; }
    .footer__top__menu {
      list-style: none; }
      .footer__top__menu h3 {
        margin-bottom: 3rem; }
      .footer__top__menu li {
        font-weight: 300;
        margin-bottom: 1rem; }
    .footer__top__get-in-touch {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      height: 15rem; }
      .footer__top__get-in-touch > * {
        flex: 1; }
      .footer__top__get-in-touch p {
        width: 28.4rem;
        font-weight: lighter;
        font-size: 1.6rem;
        line-height: 2rem;
        margin: 2rem 0; }
      .footer__top__get-in-touch__icons a {
        margin-right: 1rem; }


.footer__top__left{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}