@font-face {
  font-family: "PresicavRg";
  src: url("../fonts/PresicavRg-Regular.woff2") format("woff2"), url("../fonts/PresicavRg-Regular.woff") format("woff"), url("../fonts/PresicavRg-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Formular";
  src: url("../fonts/Formular.woff2") format("woff2"), url("../fonts/Formular.woff") format("woff"), url("../fonts/Formular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Formular";
  src: url("../fonts/Formular-Medium.woff2") format("woff2"), url("../fonts/Formular-Medium.woff") format("woff"), url("../fonts/Formular-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
body {
  background-color: #fafafa;
  overscroll-behavior: none;
  overflow-x: hidden;
}
body .container {
  max-width: 1440px;
}
body .socials {
  display: flex;
  justify-content: right;
  margin-top: 40px;
}
body .socials a {
  display: block;
  height: 30px;
  width: 30px;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 30px;
}
body .socials a.icon-x {
  background-image: url("../img/x.svg");
}
body .socials a.icon-instagram {
  background-image: url("../img/instagram.svg");
}
body .socials a.icon-linkedin {
  background-image: url("../img/linkedin.svg");
}
body .title-wrapper {
  margin-bottom: 40px;
  position: relative;
  margin-top: 50px;
}
body .title-wrapper .title-background {
  height: 135px;
  background-image: url("../img/title-bg.svg");
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  background-size: 100% auto;
  animation: slideRight 2s ease-in-out;
  animation-fill-mode: forwards;
}
body .title-wrapper h1 {
  padding-top: 60px;
  color: #1d254d;
  font-size: 120px;
  letter-spacing: 1.5px;
  font-weight: 400;
  line-height: 147px;
  position: relative;
  z-index: 1;
  padding-left: 60px;
  font-family: "PresicavRg";
  animation: slideLeft 2s ease-in-out;
  animation-fill-mode: forwards;
}
body .content-wrapper .body {
  padding-left: 70px;
  margin-left: 70px;
  position: relative;
}
body .content-wrapper .body:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 0%;
  width: 5px;
  background-color: #1d254d;
  animation-name: border;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-delay: 0.6s;
}
body .content-wrapper .body p {
  font-family: "Formular";
  color: #5d5d5d;
  line-height: 26px;
  letter-spacing: 1px;
  font-size: 16px;
  opacity: 0;
  animation-name: body;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-delay: 0.3s;
}
body .content-wrapper .body p span {
  font-weight: 500;
  border-bottom: 2px solid #6e90ee;
  cursor: pointer;
  color: #6e90ee;
}
body .content-wrapper .body .hashtags {
  margin-top: 40px;
  width: 140%;
  flex-wrap: wrap;
  display: flex;
}
body .content-wrapper .body .hashtags .tag {
  border-radius: 100px;
  border: 2px solid #6e90ee;
  color: #6e90ee;
  padding: 15px 30px;
  margin-right: 15px;
  margin-bottom: 15px;
  font-family: "Formular";
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.8px;
  opacity: 0;
}
body .content-wrapper .body .hashtags .tag:nth-child(1) {
  animation: fade-in 0.4s ease-out;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}
body .content-wrapper .body .hashtags .tag:nth-child(2) {
  animation: fade-in 0.4s ease-out;
  animation-delay: 1.1s;
  animation-fill-mode: forwards;
}
body .content-wrapper .body .hashtags .tag:nth-child(3) {
  animation: fade-in 0.4s ease-out;
  animation-delay: 1.2s;
  animation-fill-mode: forwards;
}
body .content-wrapper .body .hashtags .tag:nth-child(4) {
  animation: fade-in 0.4s ease-out;
  animation-delay: 1.3s;
  animation-fill-mode: forwards;
}
body .content-wrapper .body .hashtags .tag:nth-child(5) {
  animation: fade-in 0.4s ease-out;
  animation-delay: 1.4s;
  animation-fill-mode: forwards;
}
body .content-wrapper .body .hashtags .tag:nth-child(6) {
  animation: fade-in 0.4s ease-out;
  animation-delay: 1.5s;
  animation-fill-mode: forwards;
}
body .content-wrapper .body .hashtags .tag:nth-child(7) {
  animation: fade-in 0.4s ease-out;
  animation-delay: 1.6s;
  animation-fill-mode: forwards;
}
body .content-wrapper .body .hashtags .tag:nth-child(8) {
  animation: fade-in 0.4s ease-out;
  animation-delay: 1.7s;
  animation-fill-mode: forwards;
}
body .content-wrapper .body .hashtags .tag:nth-child(9) {
  animation: fade-in 0.4s ease-out;
  animation-delay: 1.8s;
  animation-fill-mode: forwards;
}
body .content-wrapper .body .hashtags .tag:nth-child(10) {
  animation: fade-in 0.4s ease-out;
  animation-delay: 1.9s;
  animation-fill-mode: forwards;
}
body .content-wrapper .body .hashtags .tag:nth-child(11) {
  animation: fade-in 0.4s ease-out;
  animation-delay: 2s;
  animation-fill-mode: forwards;
}
body .content-wrapper .body .hashtags .tag:nth-child(12) {
  animation: fade-in 0.4s ease-out;
  animation-delay: 2.1s;
  animation-fill-mode: forwards;
}
body .content-wrapper .body .hashtags .tag:nth-child(13) {
  animation: fade-in 0.4s ease-out;
  animation-delay: 2.2s;
  animation-fill-mode: forwards;
}
body .content-wrapper .body .hashtags .tag:nth-child(14) {
  animation: fade-in 0.4s ease-out;
  animation-delay: 2.3s;
  animation-fill-mode: forwards;
}
body .content-wrapper .body .hashtags .tag:nth-child(15) {
  animation: fade-in 0.4s ease-out;
  animation-delay: 2.4s;
  animation-fill-mode: forwards;
}
body .content-wrapper .body .hashtags .tag:nth-child(16) {
  animation: fade-in 0.4s ease-out;
  animation-delay: 2.5s;
  animation-fill-mode: forwards;
}
body .content-wrapper .body .hashtags .tag:nth-child(17) {
  animation: fade-in 0.4s ease-out;
  animation-delay: 2.6s;
  animation-fill-mode: forwards;
}
body .content-wrapper .body .hashtags .tag:nth-child(18) {
  animation: fade-in 0.4s ease-out;
  animation-delay: 2.7s;
  animation-fill-mode: forwards;
}
body .content-wrapper .body .hashtags .tag:nth-child(19) {
  animation: fade-in 0.4s ease-out;
  animation-delay: 2.8s;
  animation-fill-mode: forwards;
}
body .content-wrapper .body .hashtags .tag:nth-child(20) {
  animation: fade-in 0.4s ease-out;
  animation-delay: 2.9s;
  animation-fill-mode: forwards;
}
body .bubbles-wrapper {
  position: relative;
  height: 100%;
  margin-top: -220px;
}
body .bubbles-wrapper .large-bubble {
  position: absolute;
  background-color: #6e90ee;
  height: 500px;
  width: 500px;
  border-radius: 100%;
  top: 80px;
  left: 50px;
  animation: float 4s infinite;
}
body .bubbles-wrapper .large-bubble img {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  height: calc(100% + 40px);
  border-radius: 48%;
  -o-object-fit: cover;
     object-fit: cover;
}
body .bubbles-wrapper .small-bubble {
  background-color: #aa1d35;
  height: 200px;
  width: 200px;
  border-radius: 100%;
  position: absolute;
  right: 40px;
  top: 510px;
  animation-delay: 2s;
  background-image: url("../img/74.svg");
  background-repeat: no-repeat;
  background-position: center;
  animation: float 3s infinite;
  animation-delay: 1s;
}
body .contact-form {
  height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: #6e90ee;
  z-index: 100;
  padding: 90px;
  display: none;
  max-width: 100%;
  overflow-y: auto;
}
body .contact-form .close {
  height: 25px;
  width: 25px;
  background-image: url("../img/close.svg");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: -85px;
  top: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
}
body .contact-form h2 {
  color: #fff;
  font-family: "PresicavRg";
  font-size: 52px;
  letter-spacing: 0.42px;
  margin-bottom: 70px;
}
body .contact-form form .form-item {
  margin-bottom: 40px;
  position: relative;
  padding-top: 15px;
}
body .contact-form form .form-item label {
  background-color: #6e90ee;
  display: inline-block;
  margin-left: 20px;
  color: #fff;
  font-family: "Formular";
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 1px;
  position: absolute;
  top: 0;
  padding: 0 10px;
  line-height: 30px;
}
body .contact-form form .form-item input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  width: 100%;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 10px;
  height: 70px;
  padding: 0 25px;
  color: #fff;
  font-weight: 500;
  font-family: "Formular";
  letter-spacing: 1px;
}
body .contact-form form .form-item textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 10px;
  display: block;
  width: 100%;
  max-width: 100%;
  min-height: 200px;
  padding: 20px 25px;
  color: #fff;
  font-weight: 500;
  font-family: "Formular";
  letter-spacing: 1px;
}
body .contact-form form .form-submit {
  text-align: right;
}
body .contact-form form .form-submit button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #aa1d35;
  padding: 20px 40px;
  color: #fff;
  font-weight: 500;
  font-family: "Formular";
  letter-spacing: 1px;
  border: none;
  border-radius: 100px;
  padding-right: 80px;
  background-image: url("../img/arrow-right.svg");
  background-repeat: no-repeat;
  background-position: right 40px center;
}
body .overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 99;
  display: none;
}
body footer {
  text-align: center;
  color: #a0a0a0;
  font-size: 14px;
  margin-top: 50px;
}

.form-visible {
  overflow: hidden;
}
.form-visible .overlay {
  animation-name: body;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  display: block;
}
.form-visible .contact-form {
  display: block;
  animation-name: contact-form;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  transform: translateX(-100%);
}

@keyframes border {
  from {
    height: 0px;
  }
  to {
    height: 100%;
  }
}
@keyframes body {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes float {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
}
@keyframes contact-form {
  to {
    transform: translateX(0);
  }
}
@keyframes slideLeft {
  0% {
    transform: translateX(-20px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes slideRight {
  0% {
    transform: translateX(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes fade-in {
  to {
    opacity: 1;
  }
}
@media screen and (max-width: 992px) {
  body .order-last,
  body .order-first {
    order: unset !important;
  }
  body .title-wrapper {
    margin-bottom: 0;
  }
  body .title-wrapper .title-background {
    height: 70px;
    background-size: auto 100%;
  }
  body .title-wrapper h1 {
    font-size: 56px;
    line-height: 61px;
    letter-spacing: 1.33px;
    padding-left: 30px;
    padding-top: 40px;
  }
  body .content-wrapper {
    margin-top: 30px;
  }
  body .content-wrapper .body {
    padding-left: 30px;
    margin-left: 10px;
    margin-right: 10px;
  }
  body .content-wrapper .body .hashtags {
    width: 100%;
  }
  body .content-wrapper .body .hashtags .tag {
    padding: 12px 24px;
    font-size: 13px;
    margin-right: 11px;
    margin-bottom: 11px;
  }
  body .bubbles-wrapper {
    height: 370px;
    margin-top: 0;
  }
  body .bubbles-wrapper .large-bubble {
    height: 250px;
    width: 250px;
    left: 20px;
  }
  body .bubbles-wrapper .small-bubble {
    height: 100px;
    width: 100px;
    top: 260px;
    background-size: 70px auto;
    right: 20px;
  }
  body .contact-form {
    padding: 20px;
    width: 100%;
  }
  body .contact-form .close {
    top: 20px;
    right: 20px;
    bottom: unset;
  }
  body .contact-form h2 {
    font-size: 30px;
    margin-bottom: 30px;
  }
}/*# sourceMappingURL=style.css.map */