/*------------------GLOBAL--------------------*/
/*-------------------COLORS-----------------------*/
/*-------------------FONT-COLORS------------------*/
/*-------------------FONT-SIZES-------------------*/
/*-------------------FONT-WEIGHTS-----------------*/
@import url(c:\Users\Dominik\Desktop\PSD & XD\FreeLandingPage\scss\normalize.css);
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;900&display=swap");
body {
  background-color: #FFFFFF;
  font-family: "Roboto", sans-serif;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  color: #1E1C24;
}

h1 {
  font-family: "Roboto", sans-serif;
  color: #1E1C24;
  font-weight: 900;
}

h2 {
  font-family: "Roboto", sans-serif;
  color: #1E1C24;
  font-weight: 500;
}

p {
  font-family: "Roboto", sans-serif;
  color: #B1AAAA;
  font-weight: 300;
}

button {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

.container {
  font-family: "Roboto", sans-serif;
  padding: 0px 80px;
}

@media (max-device-width: 63em) {
  .container {
    padding: 0px 20px;
  }
}

@media (max-device-width: 39.9375em) {
  .container {
    padding: 0px 10px;
  }
}

/*------------------COMPONENTS-----------------*/
.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nav__logo {
  font-size: pxToRem(22);
}

.nav__btn {
  padding: 8px 16px;
  color: #FFFFFF;
  background: transparent;
  border: 2px solid #FFFFFF;
  border-radius: 25px;
}

/*------------------PAGES----------------------*/
/*---------------HERO-ONE-----------------*/
.hero__card-1 {
  opacity: 0;
}

#Mask-one {
  opacity: 0;
}

#Rectangle_503,
#Rectangle_507,
#Rectangle_504,
#Rectangle_505,
#Rectangle_506 {
  width: 0;
}

/*---------------HERO-TWO-----------------*/
.hero__card-2 {
  opacity: 0;
}

#profilePicMask,
#profilePicMask-3,
#profilePicMask-5,
#profilePicMask-7 {
  opacity: 0;
}

#Rectangle_527,
#Rectangle_528,
#Rectangle_529,
#Rectangle_530,
#Rectangle_531,
#Rectangle_532,
#Rectangle_533,
#Rectangle_534 {
  width: 0;
}

/*---------------HERO-THREE-----------------*/
.hero__card-3 {
  opacity: 0;
}

#Rectangle_492,
#Rectangle_494,
#Rectangle_496,
#Rectangle_497,
#Rectangle_498 {
  width: 0;
}

/*---------------CARDS-ONE-----------------*/
.cards-one__icon-1 {
  opacity: 0;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
}

#Rectangle_537,
#Rectangle_541,
#Rectangle_542,
#Rectangle_543,
#Rectangle_544 {
  width: 0;
}

/*---------------CARDS-TWO-----------------*/
.cards-one__icon-2 {
  opacity: 0;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
}

#Rectangle_545,
#Rectangle_546,
#Rectangle_547,
#Rectangle_548,
#Rectangle_549,
#Rectangle_550,
#Rectangle_551 {
  width: 0;
}

/*---------------CARDS-THREE---------------*/
.cards-one__icon-3 {
  opacity: 0;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
}

#Ellipse_19-2,
#Ellipse_20-2,
#Ellipse_19,
#Ellipse_20 {
  opacity: 0;
}

#Rectangle_538,
#Rectangle_539 {
  width: 0;
}

.hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-device-width: 39.9375em) {
  .hero {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (max-device-width: 63em) {
  .hero {
    margin-top: -120px;
  }
}

@media (max-device-width: 39.9375em) {
  .hero {
    margin-top: -100px;
  }
}

.hero__left-group {
  width: 50%;
}

@media (max-device-width: 63em) {
  .hero__left-group {
    margin-bottom: 300px;
  }
}

@media (max-device-width: 39.9375em) {
  .hero__left-group {
    width: 100%;
  }
}

.hero__text {
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}

.hero__text h2 {
  font-weight: 900;
}

.hero__text p {
  width: 70%;
}

@media (max-device-width: 39.9375em) {
  .hero__text p {
    color: black;
    line-height: 1.5;
    width: 100%;
  }
}

.hero__form {
  margin-top: 30px;
}

.hero__form input {
  min-width: 220px;
  padding: 8px;
  padding-top: 10px;
  border: 0px;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.35);
          box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.35);
  border-radius: 25px;
}

@media (max-device-width: 63em) {
  .hero__form input {
    min-width: 150px;
  }
}

.hero__form input::-webkit-input-placeholder {
  font-style: italic;
}

.hero__form input:-ms-input-placeholder {
  font-style: italic;
}

.hero__form input::-ms-input-placeholder {
  font-style: italic;
}

.hero__form input::placeholder {
  font-style: italic;
}

.hero__form input:focus {
  border: 0px;
  outline: none;
}

.hero__form button {
  margin-left: 10px;
  padding: 10px 20px;
  border-radius: 25px;
  border: 0px;
  background-color: #FD5353;
  color: #FFFFFF;
}

@media (max-device-width: 39.9375em) {
  .hero__form button {
    background-color: #3A4151;
  }
}

.hero__brands {
  margin-top: 230px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  grid-gap: 0px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-device-width: 63em) {
  .hero__brands {
    position: absolute;
    top: 25%;
    left: 20%;
    -ms-grid-columns: (1fr)[12];
        grid-template-columns: repeat(12, 1fr);
    grid-gap: 20px;
  }
}

@media (max-device-width: 39.9375em) {
  .hero__brands {
    top: 18%;
    left: 15px;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
  }
}

.hero__brands img {
  width: 80%;
}

@media (max-device-width: 63em) {
  .hero__brands img {
    width: 100%;
  }
}

@media (max-device-width: 39.9375em) {
  .hero__brands img {
    width: 80%;
  }
}

.hero__brands img:first-of-type {
  width: 50%;
}

.hero__right-group {
  width: 50%;
  position: relative;
  top: 0px;
  left: 0px;
}

@media (max-device-width: 63em) {
  .hero__right-group {
    left: -50px;
  }
}

@media (max-device-width: 39.9375em) {
  .hero__right-group {
    top: -80px;
  }
}

.hero__bgs-wrapper {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
}

.hero__bgs {
  position: relative;
  top: 0px;
  left: 0px;
  z-index: -1;
  -webkit-transform: translateX(10%);
          transform: translateX(10%);
}

@media (max-device-width: 39.9375em) {
  .hero__bgs {
    -webkit-transform: translateX(3%) translateY(10%);
            transform: translateX(3%) translateY(10%);
  }
}

.hero__bg {
  position: absolute;
  top: 0px;
  left: 0px;
  -webkit-transform: translateX(0%) translateY(-40%);
          transform: translateX(0%) translateY(-40%);
}

.hero__bg img {
  width: 80%;
}

@media (max-device-width: 39.9375em) {
  .hero__bg:first-of-type {
    width: 600%;
  }
}

.hero__bg:nth-of-type(2) {
  -webkit-transform: translateX(5%) translateY(-31%);
          transform: translateX(5%) translateY(-31%);
}

.hero__bg:nth-of-type(2) img {
  width: 70%;
}

@media (max-device-width: 39.9375em) {
  .hero__bg:nth-of-type(2) img {
    width: 300%;
  }
}

.hero__bg:last-of-type {
  -webkit-transform: translateX(10%) translateY(-19%);
          transform: translateX(10%) translateY(-19%);
}

.hero__bg:last-of-type img {
  width: 60%;
}

@media (max-device-width: 39.9375em) {
  .hero__bg:last-of-type img {
    width: 200%;
  }
}

.hero__cards {
  position: relative;
  top: 0px;
  left: 0px;
}

@media (max-device-width: 39.9375em) {
  .hero__cards {
    display: none;
  }
}

.hero svg[class^="hero__card"] {
  position: absolute;
  top: 0px;
  left: 0px;
}

.hero__card-1 {
  z-index: 5;
  -webkit-transform: translateX(35%) translateY(-15%);
          transform: translateX(35%) translateY(-15%);
  width: 100% !important;
}

.hero__card-2 {
  z-index: 3;
  width: 80%;
  -webkit-transform: translateX(55%) translateY(0%);
          transform: translateX(55%) translateY(0%);
}

@media (max-device-width: 63em) {
  .hero__card-2 {
    -webkit-transform: translateX(55%) translateY(-5%);
            transform: translateX(55%) translateY(-5%);
  }
}

.hero__card-3 {
  z-index: 2;
  width: 120%;
  -webkit-transform: translateX(0%) translateY(0%);
          transform: translateX(0%) translateY(0%);
}

.cards-one {
  margin-top: 100px;
}

.cards-one h2 {
  margin: 40px auto;
  text-align: center;
  width: 30%;
}

@media (max-device-width: 63em) {
  .cards-one h2 {
    width: 100%;
  }
}

@media (max-device-width: 39.9375em) {
  .cards-one h2 {
    color: white;
  }
}

.cards-one__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cards-one__card {
  margin: 0px 20px;
  text-align: center;
  width: calc(80% / 3);
}

@media (max-device-width: 39.9375em) {
  .cards-one__card {
    width: 100%;
  }
  .cards-one__card h3, .cards-one__card p {
    color: black;
  }
  .cards-one__card:first-of-type h3 {
    color: white;
  }
  .cards-one__card:first-of-type p {
    color: white;
  }
}

.cards-one__card svg {
  width: 100%;
}

.article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.article__left-group {
  width: 50%;
  position: relative;
  top: 0px;
  left: 0px;
}

@media (max-device-width: 39.9375em) {
  .article__left-group {
    width: 100%;
  }
}

.article__left-group:after {
  content: '';
  position: absolute;
  left: -500px;
  top: -100px;
  z-index: -1;
  width: 700px;
  height: 700px;
  background-image: url("../../../../assets/line.svg");
  background-size: cover;
  -webkit-transform: rotate(250deg);
          transform: rotate(250deg);
}

.article__left-group:before {
  content: '';
  position: absolute;
  left: -450px;
  top: 350px;
  width: 700px;
  height: 700px;
  background-image: url("../../../../assets/elipse.svg");
  background-size: cover;
}

.article__svg-wrapper {
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}

.article__svg-wrapper:first-of-type {
  left: -705px;
  opacity: 0;
}

.article__svg-wrapper:first-of-type svg {
  width: 120%;
}

.article__svg-wrapper:last-of-type {
  opacity: 0;
  left: -100px;
  top: 350px;
  z-index: 2;
}

.article__svg-wrapper:last-of-type svg {
  width: 150%;
}

.article__right-group {
  width: 50%;
  height: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-device-width: 39.9375em) {
  .article__right-group {
    width: 100%;
    position: relative;
    top: 500px;
  }
  .article__right-group h2 {
    color: gray;
  }
  .article__right-group p {
    color: black;
  }
}

.article__right-group h2 {
  position: relative;
  left: 1000px;
  top: 0px;
}

.article__right-group p {
  position: relative;
  left: 1000px;
  top: 0px;
}

.article__right-group button {
  position: relative;
  left: 1000px;
  top: 0px;
  border: 0px;
  background: transparent;
}

.article__right-group button i {
  margin-left: 5px;
}

.feature {
  position: relative;
  left: 0px;
  top: 0px;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.feature__left-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 50%;
  height: 700px;
}

@media (max-device-width: 39.9375em) {
  .feature__left-group {
    width: 100%;
    margin-top: 50px;
  }
}

.feature__left-group h2 {
  position: relative;
  left: -1000px;
  top: 0px;
}

.feature__left-group p {
  position: relative;
  left: -1000px;
  top: 0px;
}

.feature__left-group button {
  position: relative;
  left: -1000px;
  top: 0px;
  border: 0px;
  outline: none;
  background: transparent;
}

.feature__left-group button i {
  margin-left: 5px;
}

.feature__left-group button:active {
  outline: none;
}

.feature__right-group {
  width: 50%;
  position: relative;
  left: 0px;
  top: 0px;
}

@media (max-device-width: 39.9375em) {
  .feature__right-group {
    width: 100%;
    top: 80px;
  }
}

.feature__right-group:after {
  content: '';
  position: absolute;
  z-index: -1;
  left: -200px;
  top: -500px;
  width: 1200px;
  height: 1200px;
  background-image: url("../../../../assets/elipse-gray.svg");
  background-size: cover;
}

.feature__svg-wrapper {
  position: absolute;
  top: 0px;
  left: 0px;
}

.feature__svg-wrapper:first-of-type {
  opacity: 0;
  top: -400px;
  left: 1000px;
}

.feature__svg-wrapper:last-of-type {
  opacity: 0;
  left: -100px;
  top: 500px;
}

.testimonials {
  position: relative;
  z-index: 3;
  top: 0px;
  left: 0px;
  margin-top: 100px;
  padding-bottom: 100px;
  width: 100%;
  border-bottom: 1px solid #dadada;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-device-width: 39.9375em) {
  .testimonials {
    top: 400px;
  }
}

.testimonials__card {
  opacity: 0;
  cursor: pointer;
  margin: 0px 20px;
  position: relative;
  top: 30px;
  left: 0px;
  width: calc(70% / 3);
  background-color: white;
  padding: 20px;
  height: 180px;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}

.testimonials__card i {
  color: #1E1C24;
}

.testimonials__card p {
  color: #1E1C24;
}

@media (max-device-width: 63em) {
  .testimonials__card {
    width: 100%;
    margin: 5px 0px;
  }
}

.testimonials__card:hover::after {
  width: 98.5%;
}

.testimonials__card:after {
  content: '';
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 50%;
  border: 2px solid red;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.testimonials__card:last-of-type .testimonials__profile-rating {
  margin-bottom: 16px;
}

.testimonials__card:last-of-type .testimonials__profile-person {
  margin-top: 10px;
}

.testimonials__profile-rating {
  margin: 0px;
}

.testimonials__profile-person {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.testimonials__profile-person h6 {
  margin: 0px 5px;
}

.testimonials__profile-person p {
  margin: 3px 5px;
}

.end {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (max-device-width: 39.9375em) {
  .end {
    position: relative;
    top: 300px;
    left: 0px;
  }
}

.end__text {
  margin: 0px auto;
  width: 25%;
  text-align: center;
}

@media (max-device-width: 63em) {
  .end__text {
    width: 100%;
  }
}

.end__form {
  margin: 0px auto;
  width: 50%;
  text-align: center;
  padding-top: 25px;
}

@media (max-device-width: 63em) {
  .end__form {
    width: 100%;
  }
}

.end__form input {
  min-width: 220px;
  padding: 8px;
  padding-top: 10px;
  border: 0px;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.35);
          box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.35);
  border-radius: 25px;
}

.end__form input::-webkit-input-placeholder {
  font-style: italic;
}

.end__form input:-ms-input-placeholder {
  font-style: italic;
}

.end__form input::-ms-input-placeholder {
  font-style: italic;
}

.end__form input::placeholder {
  font-style: italic;
}

.end__form input:focus {
  border: 0px;
  outline: none;
}

.end__form button {
  margin-left: 10px;
  padding: 10px 20px;
  border-radius: 25px;
  border: 0px;
  background-color: #FD5353;
  color: #FFFFFF;
}
/*# sourceMappingURL=styles.css.map */