@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;600;700;800&Inter:wght@200;300;400;600;800&display=swap");
html,
body {
  font-family: "Inter", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Manrope", sans-serif;
}

h1 {
  font-size: 55px;
  font-weight: 400;
  line-height: 61px;
  letter-spacing: -0.02em;
}
@media (max-width: 575px) {
  h1 {
    font-size: 35px;
    font-weight: 400;
    line-height: 41px;
  }
}

p {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: -0.02em;
}

strong {
  font-weight: 600;
}

.text-uppercase {
  font-family: "Inter", sans-serif;
  font-size: 9px;
  font-weight: 600;
  line-height: 11px;
  letter-spacing: 0.15em;
  color: #8F8F91;
}

.text-gradient {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(92.04deg, #006BE2 3.03%, #9A42E6 54.87%);
  -webkit-background-clip: text;
  background-clip: text;
}

.container {
  max-width: 1200px;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
a:hover {
  text-decoration: initial;
  color: initial;
}

.button {
  display: inline-block;
  font-family: "Manrope", sans-serif;
  font-size: 12px;
  font-weight: 800;
  line-height: 16px;
  letter-spacing: 0.28em;
  color: #FFFFFF;
  text-transform: uppercase;
  background: linear-gradient(93.21deg, #006BE2 0.05%, #9D41E6 100.05%);
  padding: 17px 35px 17px 28px;
  border-radius: 7px;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(31, 33, 35, 0.368627451), 0px 2px 4px 0px rgba(31, 33, 35, 0.3607843137), 0px 7px 7px 0px rgba(31, 33, 35, 0.3098039216), 0px 16px 10px 0px rgba(31, 33, 35, 0.1803921569), 0px 29px 12px 0px rgba(31, 33, 35, 0.0509803922), 0px 45px 13px 0px rgba(31, 33, 35, 0.0117647059);
          box-shadow: 0px 0px 0px 0px rgba(31, 33, 35, 0.368627451), 0px 2px 4px 0px rgba(31, 33, 35, 0.3607843137), 0px 7px 7px 0px rgba(31, 33, 35, 0.3098039216), 0px 16px 10px 0px rgba(31, 33, 35, 0.1803921569), 0px 29px 12px 0px rgba(31, 33, 35, 0.0509803922), 0px 45px 13px 0px rgba(31, 33, 35, 0.0117647059);
  position: relative;
}
.button img {
  position: relative;
  right: -5px;
  bottom: 1px;
}
.button::after {
  content: "";
  width: 107%;
  height: 130%;
  border-radius: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(42.42%, #E4E5F1), color-stop(119.7%, rgba(228, 229, 241, 0)));
  background: linear-gradient(180deg, #E4E5F1 42.42%, rgba(228, 229, 241, 0) 119.7%);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: -1;
}
.button:hover {
  color: #FFFFFF;
  -webkit-box-shadow: 0px 0px 10px rgba(31, 33, 35, 0.258);
          box-shadow: 0px 0px 10px rgba(31, 33, 35, 0.258);
}

nav {
  position: absolute;
  width: 100%;
  top: 3vw;
}
nav .navigation-area svg:hover .eye {
  height: 2px;
}
@media (max-width: 991px) {
  nav {
    top: 30px;
  }
  nav .navigation-area {
    text-align: center;
  }
}
@media (max-width: 575px) {
  nav .navigation-area img {
    max-width: 140px;
  }
}

footer {
  position: absolute;
  width: 100%;
  bottom: 3vw;
}
@media (max-width: 991px) {
  footer {
    padding: 30px 0;
    position: static;
  }
  footer .footer-area {
    text-align: center;
  }
}

body.homepage {
  background-image: url(../assets/hero-bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

#hero {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#hero .hero-content h1 {
  margin-bottom: 30px;
}
#hero .hero-content .button {
  margin-top: 40px;
  margin-left: 5px;
}
#hero .email-area {
  position: relative;
}
#hero .email-area .i-robot {
  position: absolute;
}
#hero .email-area .i-robot img {
  -webkit-animation: floatRobot 6s ease infinite;
          animation: floatRobot 6s ease infinite;
}
#hero .email-area .i-robot.is-top {
  top: -5vw;
  left: -4vw;
}
#hero .email-area .i-robot.is-top img {
  max-width: 200px;
}
#hero .email-area .i-robot.is-bottom {
  bottom: 40px;
  right: -90px;
}
#hero .email-area .i-robot.is-bottom img {
  max-width: 156px;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
}
@-webkit-keyframes floatRobot {
  0%, 100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(10px, 5px);
            transform: translate(10px, 5px);
  }
}
@keyframes floatRobot {
  0%, 100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(10px, 5px);
            transform: translate(10px, 5px);
  }
}
#hero .email-area .window-email {
  max-width: 640px;
  margin-left: auto;
  position: relative;
  z-index: 1;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  background-image: url(../assets/noise-window.png), linear-gradient(350deg, rgba(174, 174, 174, 0.1) 0%, rgba(255, 255, 255, 0.5) 80%, rgba(255, 255, 255, 0) 100%);
  background-position: center, center;
  background-size: cover, cover;
  background-repeat: no-repeat, no-repeat;
  border-radius: 24px;
}
#hero .email-area .window-email .inner-area {
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0px 18.6999988556px 40.6999969482px 0px rgba(100, 129, 185, 0.1019607843), 0px 74.7999954224px 74.7999954224px 0px rgba(100, 129, 185, 0.0901960784), 0px 168.299987793px 101.1999893188px 0px rgba(100, 129, 185, 0.0509803922), 0px 299.1999816895px 119.8999862671px 0px rgba(100, 129, 185, 0.0117647059), 0px 468.5999450684px 130.8999938965px 0px rgba(100, 129, 185, 0);
          box-shadow: 0px 18.6999988556px 40.6999969482px 0px rgba(100, 129, 185, 0.1019607843), 0px 74.7999954224px 74.7999954224px 0px rgba(100, 129, 185, 0.0901960784), 0px 168.299987793px 101.1999893188px 0px rgba(100, 129, 185, 0.0509803922), 0px 299.1999816895px 119.8999862671px 0px rgba(100, 129, 185, 0.0117647059), 0px 468.5999450684px 130.8999938965px 0px rgba(100, 129, 185, 0);
}
#hero .email-area .window-email .inner-area .top-email {
  background-color: #0A0F20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 18px 22px;
}
#hero .email-area .window-email .inner-area .top-email span {
  font-family: "Manrope", sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 21px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
}
#hero .email-area .window-email .inner-area .middle-email {
  padding: 0 22px;
  background-color: #FFFFFF;
}
#hero .email-area .window-email .inner-area .middle-email .content-email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 0;
  border-bottom: 1px solid #DAE1F1;
}
#hero .email-area .window-email .inner-area .middle-email .content-email textarea,
#hero .email-area .window-email .inner-area .middle-email .content-email span {
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 0em;
  color: #A5ACBC;
}
#hero .email-area .window-email .inner-area .middle-email .content-email textarea.bolder,
#hero .email-area .window-email .inner-area .middle-email .content-email span.bolder {
  font-weight: 700;
  color: #162959;
  padding: 4px 12px 5px;
  border-radius: 8px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#hero .email-area .window-email .inner-area .middle-email .content-email textarea.small,
#hero .email-area .window-email .inner-area .middle-email .content-email span.small {
  font-size: 15px;
  opacity: 0.5;
}
#hero .email-area .window-email .inner-area .middle-email .content-email textarea {
  width: 100%;
  padding: 4px 12px 5px;
  font-weight: 700;
  color: #162959;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  min-height: auto;
  min-width: auto;
  resize: none;
  height: 33px;
  overflow: hidden;
}
#hero .email-area .window-email .inner-area .middle-email .content-email .with-textarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
#hero .email-area .window-email .inner-area .middle-email .content-email a {
  color: initial;
}
#hero .email-area .window-email .inner-area .middle-email .content-email a:hover span {
  background-color: rgba(0, 105, 226, 0.1098039216);
}
#hero .email-area .window-email .inner-area .middle-email .content-email .pdf-box {
  width: 230px;
  padding: 10px 15px;
  border-radius: 8px;
  border: 1px solid #162959;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  opacity: 0.8;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#hero .email-area .window-email .inner-area .middle-email .content-email .pdf-box > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
#hero .email-area .window-email .inner-area .middle-email .content-email .pdf-box span {
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: -0.01em;
  color: #162959;
}
#hero .email-area .window-email .inner-area .middle-email .content-email .pdf-box:hover {
  background-color: rgba(0, 105, 226, 0.1098039216);
}
#hero .email-area .window-email .inner-area .middle-email .content-email:nth-child(2) {
  padding: 16px 0;
}
#hero .email-area .window-email .inner-area .middle-email .content-email:last-child {
  padding-top: 100px;
  border-bottom: none;
}
#hero .email-area .window-email .inner-area .bottom-email {
  padding: 22px;
  background-color: #F3F6FF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#hero .email-area .window-email .inner-area .bottom-email .cancel-button {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 0em;
  color: #A5ACBC;
  padding: 10px 20px;
  border-radius: 8px;
  border: 1px solid rgba(198, 208, 233, 0.4509803922);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
}
#hero .email-area .window-email .inner-area .bottom-email .cancel-button:hover {
  cursor: not-allowed;
}
#hero .email-area .window-email .inner-area .bottom-email .button.is-email {
  padding: 12px 35px 12px 22px;
  text-transform: none;
  font-size: 16px;
  font-weight: 600;
  line-height: 21px;
  letter-spacing: 0em;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #006BE2;
}
#hero .email-area .window-email .inner-area .bottom-email .button.is-email img {
  right: -10px;
  bottom: 2px;
}
#hero .email-area .window-email .inner-area .bottom-email .button.is-email::after {
  display: none;
}
#hero .email-area .window-email .inner-area .bottom-email .button.is-email:hover {
  background: #162959;
}
@media (max-width: 991px) {
  #hero {
    overflow-x: clip;
    padding-top: 150px;
  }
  #hero .hero-content {
    max-width: 500px;
    margin: 0 auto 100px;
    text-align: center;
  }
  #hero .email-area {
    max-width: 650px;
    margin: 0 auto 50px;
  }
  #hero .email-area .i-robot.is-top {
    left: -10vw;
  }
  #hero .email-area .window-email {
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  #hero .email-area {
    max-width: 650px;
    margin: 0 auto 30px;
  }
  #hero .email-area .i-robot.is-top {
    top: -20vw;
  }
}
@media (max-width: 575px) {
  #hero {
    padding-top: 130px;
  }
  #hero .hero-content {
    margin: 0 auto 120px;
  }
  #hero .hero-content .button {
    margin-top: 20px;
  }
  #hero .email-area .i-robot.is-top img {
    max-width: 120px;
  }
  #hero .email-area .i-robot.is-bottom {
    bottom: -40px;
    right: -50px;
  }
  #hero .email-area .i-robot.is-bottom img {
    max-width: 100px;
  }
  #hero .email-area .window-email {
    padding: 8px;
    border-radius: 14px;
  }
  #hero .email-area .window-email .inner-area .top-email {
    padding: 15px;
  }
  #hero .email-area .window-email .inner-area .top-email span {
    font-size: 16px;
    line-height: 20px;
  }
  #hero .email-area .window-email .inner-area .middle-email {
    padding: 0 15px;
  }
  #hero .email-area .window-email .inner-area .middle-email .content-email {
    padding: 15px 0;
  }
  #hero .email-area .window-email .inner-area .middle-email .content-email textarea,
  #hero .email-area .window-email .inner-area .middle-email .content-email span {
    font-size: 16px;
    line-height: 20px;
  }
  #hero .email-area .window-email .inner-area .middle-email .content-email textarea {
    height: 26px;
  }
  #hero .email-area .window-email .inner-area .middle-email .content-email .pdf-box {
    width: 180px;
    padding: 8px 10px;
    border-radius: 4px;
  }
  #hero .email-area .window-email .inner-area .middle-email .content-email .pdf-box > div {
    gap: 5px;
  }
  #hero .email-area .window-email .inner-area .middle-email .content-email .pdf-box img {
    width: 12px;
  }
  #hero .email-area .window-email .inner-area .middle-email .content-email .pdf-box span {
    font-size: 16px;
    line-height: 16px;
  }
  #hero .email-area .window-email .inner-area .middle-email .content-email:nth-child(2) {
    padding: 14px 0;
  }
  #hero .email-area .window-email .inner-area .middle-email .content-email:last-child {
    padding-top: 70px;
  }
  #hero .email-area .window-email .inner-area .bottom-email {
    padding: 15px;
  }
  #hero .email-area .window-email .inner-area .bottom-email .cancel-button {
    font-size: 14px;
    line-height: 14px;
    padding: 8px 15px;
    border-radius: 4px;
  }
  #hero .email-area .window-email .inner-area .bottom-email .cancel-button img {
    width: 14px;
  }
  #hero .email-area .window-email .inner-area .bottom-email .button.is-email {
    font-size: 14px;
    line-height: 14px;
    padding: 9px 20px 9px 15px;
    border-radius: 4px;
  }
  #hero .email-area .window-email .inner-area .bottom-email .button.is-email img {
    right: -5px;
    bottom: 1px;
  }
}