@charset "UTF-8";


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

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  width: 100%;
  height: 100%;
  margin: 0;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

section#about{
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  height: fit-content;
  background: url("../img/bg-landing.png") center no-repeat;
  background-size: cover;
}

section#about {
  position: relative;
}


.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-logo {
  margin-top: 2rem;
  margin-bottom: 3rem;
}



/* section#about h1.text-about {
  font-size: 1rem;
} */

.masthead {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;

}
.masthead:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.85);
}
.masthead .masthead-content {
  position: relative;
  max-width: 40rem;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.masthead .masthead-content h1, .masthead .masthead-content .h1 {
  font-family: Avenir;
font-style: normal;
font-weight: 900;
font-size: 3rem;
line-height: 60px;

}
.masthead .masthead-content p {
  font-size: 1.2rem;
}
.masthead .masthead-content p strong {
  font-weight: 700;
}
.masthead .masthead-content .input-group-newsletter input {
  height: auto;
  width: 100%;
  font-size: 1rem;
  padding: 1rem;
}
.masthead .masthead-content .input-group-newsletter button {
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: calc(1rem + 2px);
}

@media (min-width: 992px) {
  .masthead {
    height: 100vh;
    width: 50%;
    min-height: 0;
    padding-bottom: 5.6rem;
  }
  /* .masthead:before {
    transform-origin: top right;
  } */
  .masthead .masthead-content {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1200px) {
  .masthead {
    width: 65vw;
  }
}

.line {
  display: flex;
  color: #ffffff;
}
span hr.space {
  border: 3px solid #FFFFFF;
  width: 56%;
}
span hr.space2 {
  border: 3px solid #FFFFFF;
  margin-left: 2rem;
  width: 38%;
}

span hr.space3 {
  border: 3px solid #FFFFFF;
  margin-right: 2rem;
  width: 15%;
}
span hr.space4 {
  border: 3px solid #ffffff;
  width: 50%;
}



.about-right {
  position: relative;
  align-items: center;
  justify-content: center;
  margin-left: auto;

}
.about-right .about-content {

  position: relative;
  top: 50%;
  max-width: 40rem;
  margin-top: 10rem;
  margin-left: 8rem;
}
.about-right .about-content h1, .about-right .about-content .h1 {
  font-family: Avenir;
font-style: normal;
font-weight: 900;
font-size: 50px;
line-height: 68px;
}
.about-right .about-content p {
  font-size: 1.2rem;
}
.about-right .about-content p strong {
  font-weight: 700;
}
.about-right .about-content .input-group-newsletter input {
  height: auto;
  width: 100%;
  font-size: 1rem;
  padding: 1rem;
}
.about-right .about-content .input-group-newsletter button {
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: calc(1rem + 2px);
}

@media (min-width: 992px) {
  .about-right {
    height: 100%;
    width: 50%;
    min-height: 0;
    padding-bottom: 0;
  }
  /* .about-right:before {
    transform-origin: top right;
  } */
  .about-right .about-content {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0rem;
    padding-right: 0rem;
  }
}
@media (min-width: 1200px) {
  .about-right {
    width: 65vw;
    height: 100%;
  }
}

/* section#about div.about-gif {
  position: relative;
} */

section#about img.img-semi {
  display: block;
  left: 45%;
  width: 9rem;
  top: 19%;
  z-index: 2;
  position: absolute;
  -webkit-animation: rotation 8s infinite linear;
}

@-webkit-keyframes rotation {
  from { -webkit-transform: rotate(0deg); }
  to   { -webkit-transform: rotate(359deg); }
}

section#about img.img-shape {
  left: 46%;
  bottom: 20%;
  z-index: 2;
  position: absolute;
}

/* mobile */

@media screen and (max-width: 992px) {

  section#about {
    background: url('../img/bg-landing-mob.png') no-repeat ;
    /* background-position: 62% 252px; */
    background-size: cover;
    height: 100%;
    display: block;
    overflow: hidden;
  }

  section#about img.img-semi {
    display: none;
  }

  section#about img.img-shape {
    left: 37%;
    bottom: 0;
    top: -24px;
    z-index: 2;
    transform: rotate(90deg);
    position: absolute;
  }

  section#about div.about-gif {
    position: relative;
  }

  .masthead {
    padding-bottom: 5rem;
  }

  .masthead .masthead-content h1, .masthead .masthead-content .h1 {
    font-size: 34px;
line-height: 41px;
  }


  .about-right .about-content h1, .about-right .about-content .h1 {
    font-size: 2.6rem;
  }

  span hr.space {
    border: 3px solid #FFFFFF;
    width: 30%;
  }
  span hr.space2 {
    border: 3px solid #FFFFFF;
    margin-left: 2rem;
    width: 62%;
  }
  
  span hr.space3 {
    border: 3px solid #FFFFFF;
    margin-right: 2rem;
    width: 60%;
  }
  span hr.space4 {
    border: 3px solid #ffffff;
    width: 30%;
  }

  .about-right {
    padding-top: 5rem;
    padding-bottom: 3rem;
  }

  .about-right .about-content {

    position: relative;
    top: 50%;
    max-width: 40rem;
    margin-top: 0rem;
    margin-left: 0rem;
  }

  .about-right .about-content p {
    font-size: 1rem;
  }

}
