@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300&family=Nunito:wght@300&family=Playfair+Display:wght@900&family=Quicksand&family=Rubik:wght@400;500&display=swap");
body {
  margin: 0px;
}

header {
  background-color: #18302B;
}

.header__menu {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  margin: 0px;
  padding-right: 60px;
  padding-top: 30px;
  padding-bottom: 28px;
}
.header__menu-item {
  margin: 15px;
  list-style: none;
  color: white;
  font-size: 16px;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  word-wrap: break-word;
}

.debut {
  height: 900px;
  background-image: url(../images/img1.png);
  background-repeat: no-repeat;
  background-size: 1600px;
}
.debut__heading {
  margin: 0px;
  color: white;
  font-size: 80px;
  font-family: "Playfair Display", sans-serif;
  font-weight: 800;
  width: 600px;
  padding-top: 100px;
  padding-left: 180px;
  padding-bottom: 100px;
}
.debut__button {
  background-color: white;
  color: #333333;
  font-size: 16px;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  margin-left: 180px;
  width: 155px;
  height: 50px;
}

.about__heading {
  margin: 0px;
  padding-left: 180px;
  padding-bottom: 100px;
  color: #1E1E1E;
  font-size: 46px;
  font-family: "Rubik", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 48px;
  letter-spacing: 1.84px;
  word-wrap: break-word;
}

.imgt {
  display: flex;
  flex-direction: row;
  padding-left: 180px;
  padding-bottom: 150px;
}
.imgt__heading {
  color: #1E1E1E;
  font-size: 40px;
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  line-height: 44px;
  word-wrap: break-word;
}
.imgt__content {
  display: flex;
  flex-direction: column;
  width: 500px;
  margin-left: 200px;
}
.imgt__text {
  color: #1E1E1E;
  font-size: 20px;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  line-height: 29px;
  word-wrap: break-word;
}
.imgt2 {
  display: flex;
  flex-direction: row;
  padding-bottom: 150px;
}
.imgt2__content {
  display: flex;
  flex-direction: column;
  width: 500px;
  margin-left: 200px;
}
.imgt2__image {
  margin-left: 200px;
}
.imgt2__image:hover {
  transform: scale(1.1);
  transition: transform 0.3s;
}
.imgt__image:hover {
  transform: scale(1.1);
  transition: transform 0.3s;
}

.industries {
  background-color: #18302B;
  margin-bottom: 130px;
  margin-top: 20px;
}
.industries__list {
  display: flex;
  justify-content: center;
  padding-bottom: 100px;
}
.industries__heading {
  display: flex;
  justify-content: center;
  padding-top: 80px;
  padding-bottom: 88px;
  color: white;
  font-size: 46px;
  font-family: "Rubik", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 48px;
  letter-spacing: 1.84px;
  word-wrap: break-word;
}

.icons {
  list-style: none;
  color: white;
  font-size: 20px;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  word-wrap: break-word;
}
.icons__image {
  width: 108px;
  margin-bottom: 42px;
}
.icons:hover .icons__image {
  animation: rotate 2s infinite linear;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotateY(360deg);
  }
}
.icons {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 75px;
  margin-left: 75px;
}

.image {
  position: relative;
  display: flex;
  justify-content: center;
}
.image__image:nth-child(2) {
  position: absolute;
  bottom: 50px;
  left: 244px;
  width: 46px;
}
.image__text {
  position: absolute;
  margin-left: 16px;
  bottom: 34px;
  left: 300px;
  color: white;
  font-size: 24px;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  word-wrap: break-word;
}

.clients {
  background-color: rgba(24, 48, 43, 0.03);
  height: 750px;
  margin-bottom: 140px;
  margin-top: 130px;
}
.clients__say-heading {
  display: flex;
  justify-content: center;
  padding-top: 80px;
  color: #1E1E1E;
  font-size: 46px;
  font-family: "Rubik", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 48px;
  letter-spacing: 1.84px;
  word-wrap: break-word;
}
.clients__say-text {
  display: flex;
  justify-content: center;
  padding: 0px;
  color: #1E1E1E;
  font-size: 14px;
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  line-height: 24px;
  word-wrap: break-word;
  margin-bottom: 60px;
}
.clients__personne {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.client {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: white;
  border-radius: 12px;
  margin-left: 32px;
  width: 312px;
}
.client__image {
  margin-top: 32px;
  padding-bottom: 32px;
}
.client__name {
  margin: 0px;
  color: #1E1E1E;
  font-size: 16px;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  word-wrap: break-word;
}
.client__title {
  margin: 0px;
  color: #1E1E1E;
  font-size: 12px;
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  word-wrap: break-word;
}
.client__testimonial {
  text-align: center;
  width: 250px;
  color: #1E1E1E;
  font-size: 16px;
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  line-height: 22px;
  word-wrap: break-word;
}
.client__logo {
  margin-top: 32px;
  padding-bottom: 32px;
}

.blog {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-left: 200px;
}
.blog__item {
  width: 395px;
  height: 560px;
  margin-bottom: 12px;
  margin-right: 50px;
}
.blog__date {
  color: #1E1E1E;
  font-size: 14px;
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  line-height: 28px;
  word-wrap: break-word;
}
.blog__title {
  color: #1E1E1E;
  font-size: 20px;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  line-height: 28px;
  word-wrap: break-word;
}
.blog__text {
  color: #1E1E1E;
  font-size: 14px;
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  line-height: 22px;
  word-wrap: break-word;
}

.all {
  display: flex;
  justify-content: center;
  margin-bottom: 136px;
}
.all__button {
  width: 130px;
  height: 48px;
  border-radius: 26px;
  background-color: white;
  border: #1E1E1E solid 1px;
  color: #1E1E1E;
  font-size: 14px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
}

.contact {
  background-color: rgba(51, 80, 74, 0.08);
  height: 190px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 190px;
}
.contact__heading {
  color: black;
  font-size: 36px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  line-height: 48px;
  word-wrap: break-word;
}
.contact__button {
  background-color: #33504A;
  color: white;
  font-size: 16px;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  word-wrap: break-word;
  margin-left: 72px;
  width: 150px;
  height: 45px;
}

.container-email {
  display: flex;
  flex-direction: row;
}
.container-email__info {
  color: #1E1E1E;
  font-size: 19px;
  font-family: "Inter", sans-serif;
  font-weight: 1000;
  word-wrap: break-word;
  width: 350px;
  padding-left: 180px;
}
.container-email__text {
  margin: 0px;
}
.container-email__form {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.container-email__button {
  color: white;
  background-color: #737373;
  font-size: 14px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  width: 150px;
  height: 45px;
  margin-left: 126px;
  margin-bottom: 260px;
}
.container-email__input {
  height: 40px;
  width: 658px;
  margin-bottom: 24px;
  margin-left: 126px;
}
.container-email__textarea {
  background-color: #F4F4F4;
  height: 146px;
  width: 658px;
  margin-bottom: 24px;
  margin-left: 126px;
  font-size: 14px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
}

.download {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
.download__button {
  width: 230px;
  height: 50px;
  border-radius: 26px;
  background-color: white;
  border: #1E1E1E solid 1px;
  color: #1E1E1E;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
}

footer {
  margin: 0px;
  background-color: #18302B;
  height: 350px;
}

.footer__content {
  display: flex;
  flex-direction: row;
  margin-left: 342px;
}

.footer__menu-item:first-child {
  display: flex;
  flex-direction: column;
  margin-right: 100px;
  margin-bottom: 16px;
  color: white;
  font-size: 14px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  word-wrap: break-word;
}

.footer__menu {
  margin-top: 64px;
}
.footer__menu-item {
  display: flex;
  flex-direction: column;
  margin-right: 100px;
  margin-bottom: 16px;
  color: white;
  font-size: 14px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  word-wrap: break-word;
}

.footer__subscribe {
  margin-top: 64px;
  position: relative;
  display: flex;
  flex-direction: column;
}
.footer__subscribe-input {
  background-color: rgba(77, 89, 87, 0.54);
  margin-bottom: 24px;
  margin-left: 180px;
  height: 40px;
  width: 358px;
  border-radius: 8px;
  font-size: 16px;
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  word-wrap: break-word;
}
.footer__subscribe-input::placeholder {
  color: white;
  padding-left: 20px;
}
.footer__subscribe-button {
  width: 80px;
  height: 34px;
  border-radius: 6px;
  color: #262626;
  font-size: 14px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  word-wrap: break-word;
  position: absolute;
  top: 5px;
  right: 10px;
}

.footer__social {
  margin-left: 185px;
}
.footer__social-icon {
  width: 36px;
  height: 36px;
  margin-right: 12px;
}

.footer__copyright {
  display: flex;
  justify-content: center;
  color: white;
  margin: 0px;
  font-size: 12px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  word-wrap: break-word;
}

@media (max-width: 986px) {
  body {
    margin: 0px;
  }
  header {
    background-color: #18302B;
  }
  .header__menu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0;
    padding: 30px 0 28px 0;
  }
  .header__menu-item {
    margin: 15px;
    list-style: none;
    color: white;
    font-size: 16px;
    font-family: "Quicksand", sans-serif;
    font-weight: 700;
    word-wrap: break-word;
  }
  .debut {
    height: 900px;
    background-image: url(../images/img1.png);
    background-repeat: no-repeat;
    background-size: 1600px;
  }
  .debut__heading {
    margin: 0px;
    color: white;
    font-size: 80px;
    font-family: "Playfair Display", sans-serif;
    font-weight: 800;
    width: 600px;
    padding: 100px 0 100px 180px;
  }
  .debut__button {
    background-color: white;
    color: #333333;
    font-size: 16px;
    font-family: "Quicksand", sans-serif;
    font-weight: 700;
    margin: 20px auto;
    width: 155px;
    height: 50px;
    margin-left: 180px;
  }
  .about__heading {
    margin: 0px;
    padding: 0 0 20px 0;
    color: #1E1E1E;
    font-size: 46px;
    font-family: "Rubik", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 48px;
    letter-spacing: 1.84px;
    word-wrap: break-word;
  }
  .imgt {
    padding: 0 0 20px 0;
  }
  .imgt__heading {
    color: #1E1E1E;
    font-size: 40px;
    font-family: "Rubik", sans-serif;
    font-weight: 700;
    line-height: 44px;
    word-wrap: break-word;
  }
  .imgt__content {
    width: 100%;
    margin: 0;
  }
  .imgt__text {
    color: #1E1E1E;
    font-size: 20px;
    font-family: "Quicksand", sans-serif;
    font-weight: 500;
    line-height: 29px;
    word-wrap: break-word;
  }
  .imgt2 {
    padding: 0 0 20px 0;
  }
  .imgt2__content {
    width: 100%;
    margin: 0;
  }
  .imgt2__image {
    margin: 0;
  }
  .imgt2__image:hover {
    transform: scale(1.1);
    transition: transform 0.3s;
  }
  .imgt__image:hover {
    transform: scale(1.1);
    transition: transform 0.3s;
  }
  .industries {
    background-color: #18302B;
    margin-bottom: 130px;
    margin-top: 20px;
  }
  .industries__list {
    display: flex;
    flex-direction: column;
    padding: 0;
  }
  .industries__heading {
    display: flex;
    justify-content: center;
    padding: 20px 0;
    color: white;
    font-size: 46px;
    font-family: "Rubik", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 48px;
    letter-spacing: 1.84px;
    word-wrap: break-word;
  }
  .icons {
    list-style: none;
    color: white;
    font-size: 20px;
    font-family: "Quicksand", sans-serif;
    font-weight: 500;
    word-wrap: break-word;
  }
  .icons__image {
    width: 108px;
    margin-bottom: 20px;
  }
  .icons:hover .icons__image {
    animation: rotate 2s infinite linear;
  }
  @keyframes rotate {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotateY(360deg);
    }
  }
  .icons {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0;
  }
  .image {
    position: relative;
    display: flex;
    justify-content: center;
  }
  .image__image:nth-child(2) {
    position: absolute;
    bottom: 50px;
    left: 244px;
    width: 46px;
  }
  .image__text {
    position: absolute;
    margin-left: 16px;
    bottom: 34px;
    left: 300px;
    color: white;
    font-size: 24px;
    font-family: "Quicksand", sans-serif;
    font-weight: 500;
    word-wrap: break-word;
  }
  .clients {
    background-color: rgba(24, 48, 43, 0.03);
    height: auto;
    margin-bottom: 140px;
    margin-top: 130px;
  }
  .clients__say-heading {
    display: flex;
    justify-content: center;
    padding-top: 80px;
    color: #1E1E1E;
    font-size: 46px;
    font-family: "Rubik", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 48px;
    letter-spacing: 1.84px;
    word-wrap: break-word;
  }
  .clients__say-text {
    display: flex;
    justify-content: center;
    padding: 0px;
    color: #1E1E1E;
    font-size: 14px;
    font-family: "Quicksand", sans-serif;
    font-weight: 400;
    line-height: 24px;
    word-wrap: break-word;
    margin-bottom: 60px;
  }
  .clients__personne {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .client {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: white;
    border-radius: 12px;
    margin-bottom: 32px;
    padding: 16px;
  }
  .client__image {
    margin-top: 32px;
    margin-bottom: 16px;
  }
  .client__name {
    margin: 0px;
    color: #1E1E1E;
    font-size: 16px;
    font-family: "Quicksand", sans-serif;
    font-weight: 700;
    word-wrap: break-word;
  }
  .client__title {
    margin: 0px;
    color: #1E1E1E;
    font-size: 12px;
    font-family: "Quicksand", sans-serif;
    font-weight: 400;
    word-wrap: break-word;
  }
  .client__testimonial {
    text-align: center;
    width: 100%;
    color: #1E1E1E;
    font-size: 16px;
    font-family: "Quicksand", sans-serif;
    font-weight: 400;
    line-height: 22px;
    word-wrap: break-word;
  }
  .client__logo {
    margin-top: 32px;
    margin-bottom: 16px;
  }
  .blog {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .blog__item {
    width: 100%;
    height: auto;
    margin: 0 0 20px 0;
  }
  .blog__date {
    color: #1E1E1E;
    font-size: 14px;
    font-family: "Quicksand", sans-serif;
    font-weight: 400;
    line-height: 28px;
    word-wrap: break-word;
  }
  .blog__title {
    color: #1E1E1E;
    font-size: 20px;
    font-family: "Quicksand", sans-serif;
    font-weight: 700;
    line-height: 28px;
    word-wrap: break-word;
  }
  .blog__text {
    color: #1E1E1E;
    font-size: 14px;
    font-family: "Quicksand", sans-serif;
    font-weight: 400;
    line-height: 22px;
    word-wrap: break-word;
  }
  .all {
    display: flex;
    justify-content: center;
    margin-bottom: 136px;
  }
  .all__button {
    width: 130px;
    height: 48px;
    border-radius: 26px;
    background-color: white;
    border: #1E1E1E solid 1px;
    color: #1E1E1E;
    font-size: 14px;
    font-family: "Inter", sans-serif;
    font-weight: 500;
  }
  .contact {
    background-color: rgba(51, 80, 74, 0.08);
    height: 250px;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 30px;
  }
  .contact__heading {
    color: black;
    font-size: 36px;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    line-height: 48px;
    word-wrap: break-word;
  }
  .contact__button {
    background-color: #33504A;
    color: white;
    font-size: 16px;
    font-family: "Quicksand", sans-serif;
    font-weight: 700;
    word-wrap: break-word;
    margin-top: 20px;
    width: 150px;
    height: 45px;
    margin: 0px;
  }
  .container-email {
    display: flex;
    flex-direction: column;
  }
  .container-email__info {
    color: #1E1E1E;
    font-size: 19px;
    font-family: "Inter", sans-serif;
    font-weight: 1000;
    word-wrap: break-word;
    width: 100%;
    padding: 16px;
  }
  .container-email__text {
    margin: 0px;
  }
  .container-email__form {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .container-email__button {
    color: white;
    background-color: #737373;
    font-size: 14px;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    width: 150px;
    height: 45px;
    margin: 20px 0;
  }
  .container-email__input {
    height: 40px;
    width: 100%;
    margin: 0;
  }
  .container-email__textarea {
    background-color: #F4F4F4;
    height: 146px;
    width: 100%;
    margin: 0;
    font-size: 14px;
    font-family: "Inter", sans-serif;
    font-weight: 500;
  }
  .download {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
  }
  .download__button {
    width: 230px;
    height: 50px;
    border-radius: 26px;
    background-color: white;
    border: #1E1E1E solid 1px;
    color: #1E1E1E;
    font-size: 16px;
    font-family: "Inter", sans-serif;
    font-weight: 500;
  }
  footer {
    margin: 0;
    background-color: #18302B;
    height: auto;
  }
  .footer__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0px;
  }
  .footer__menu-item:first-child {
    display: flex;
    flex-direction: column;
    margin: 0;
    color: white;
    font-size: 14px;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    word-wrap: break-word;
  }
  .footer__menu {
    margin-top: 20px;
  }
  .footer__menu-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0px;
    color: white;
    font-size: 14px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    word-wrap: break-word;
  }
  .footer__subscribe {
    margin-top: 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footer__subscribe-input {
    background-color: rgba(77, 89, 87, 0.54);
    margin: 0;
    height: 40px;
    width: 100%;
    border-radius: 8px;
    font-size: 16px;
    font-family: "Quicksand", sans-serif;
    font-weight: 400;
    word-wrap: break-word;
  }
  .footer__subscribe-input::placeholder {
    color: white;
    padding-left: 20px;
  }
  .footer__subscribe-button {
    width: 80px;
    height: 34px;
    border-radius: 6px;
    color: #262626;
    font-size: 14px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    word-wrap: break-word;
    position: absolute;
    top: 5px;
    right: 10px;
  }
  .footer__social {
    margin: 20px;
  }
  .footer__social-icon {
    width: 36px;
    height: 36px;
    margin-right: 12px;
  }
  .footer__copyright {
    display: flex;
    justify-content: center;
    color: white;
    margin: 0;
    font-size: 12px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    word-wrap: break-word;
  }
}

/*# sourceMappingURL=style.css.map */
