html {
  max-width: 100vw;
  max-height: 100vh;
  overflow: hidden;
  min-height: 100%;
}

body {
  background: #131c27;
  margin: 0;
  overflow-x: hidden;
  color: white;
}

nav {
  position: absolute;
  width: 99vw;
  height: 77px;
  left: 2vw;
  top: 2vh;
}

#navbarNav {
  padding-top: 0 !important;
}

/* Nav link styling */
.navbar-nav > a.nav-link {
  color: #ccd0d4;
  margin-left: 3vw;

  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  display: flex;
  align-items: center;
  text-align: center;
}

/* Change color of active nav links */
.navbar-nav > a.active {
  color: #000;
}

@media (min-width: 991px) {
  .nav-contact-btn {
    background-color: rgba(255, 255, 255, 0.08);
    border-radius: 5px;
    padding: 13px 40px !important;
  }
}

.offcanvas {
  background-color: #0b0f19 !important;
  backdrop-filter: blur(5px);
  padding-top: 18px;
  padding-left: 30px;
  padding-right: 50px;
  width: 350px;
}

.offcanvas-header {
  padding-top: 40px;
}

.text-gradient-primary {
  background: linear-gradient(120deg, #5856c3, #b53fca);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.contact-section {
  display: flex;
  justify-content: space-between;
}

.contact-left {
  width: 60vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contact-title {
  width: 80%;
  text-align: center;
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 35px;
  line-height: 42px;
  color: #ffffff;
  text-shadow: 0px 4px 30px rgba(0, 0, 0, 0.15);
  margin-top: 8vh;
}

.background-glow {
  position: absolute;
  width: 60%;
  height: 80%;
  background: radial-gradient(
    50% 50% at 50% 50%,
    rgba(28, 44, 102, 0.6) 0%,
    rgba(30, 61, 99, 0) 100%
  );
}

.svg-container {
  width: 30vw;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
}

.contact-svg {
  width: 100%;
  height: 100%;
}

.contact-text {
  position: absolute;
  left: 8vw;
  bottom: 6vh;
  display: flex;
  justify-content: space-evenly;
}

.contact-chunk {
  text-align: left;
}

.contact-chunk-title {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 350;
  font-size: 20px;
  line-height: 23px;

  color: #ffffff;
  width: 18vw;
  margin-right: 10vw;
  margin-bottom: 0;
}

.about-button {
  font-family: "Source Sans Pro";
  font-weight: 350;
  font-size: 13px;
  background: transparent;
  border: none;
  padding: 10px 30px;
  color: white;
  padding-left: 10px;
}

.about-button-content-container {
  display: flex;
  align-items: center;
}

.double-arrow-icon {
  width: 12px;
  height: 12px;
  margin-left: 5px;
  vertical-align: middle;
}

.contact-right {
  width: 40vw;
  height: 100vh;
  margin-left: 5vw;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 7vh;
}

.contact-rectangle {
  width: 30vw;
  height: 75vh;
  background: linear-gradient(
    147.56deg,
    rgba(47, 140, 255, 0.3) 0%,
    rgba(155, 97, 220, 0.15) 52.08%,
    rgba(255, 58, 188, 0.3) 100%
  );
  border: 1px solid rgba(80, 87, 104, 0.5);
  box-shadow: 0px 0px 200px rgba(126, 115, 190, 0.35);
  border-radius: 10px;
  padding: 4vw;
}

.rectangle-title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 39px;
  display: flex;
  align-items: center;
  color: #d9e4ef;
}

.rectangle-text {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 350;
  font-size: 15px;
  line-height: 19px;
  display: flex;
  align-items: center;
  color: #d9e4ef;
  margin-top: 8px;
  margin-bottom: 40px;
}

.contact-form {
  margin-top: 20px;
}

.form-field {
  margin-bottom: 15px;
}

.form-field label {
  display: block;
  margin-bottom: 7px;

  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  display: flex;
  align-items: center;

  color: #d9e4ef;
}

.form-field input,
.form-field textarea {
  width: 100%;
  padding: 5px;
  border-radius: 5px;
  background: rgba(235, 206, 228, 0.1);
  border: 1px solid rgba(235, 206, 228, 0.1);
  color: #d9e4ef;
}

.form-field input {
  height: 5vh;
}

.form-field textarea {
  height: 14vh;
}

.btn-send {
  background: #624070;
  border: 1px solid rgba(235, 206, 228, 0.1);
  box-shadow: 0px 0px 15px rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  color: #d9e4ef;
  padding: 11px 22px;
  padding-right: 25px;
  cursor: pointer;
  width: 108px;
  margin: 0 auto;
  margin-top: 1.5vh;

  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;

  color: #fff2fe;
}

.contact-form {
  display: flex;
  flex-direction: column;
}

/* When Small */
@media (max-width: 991px) {
  .contact-left {
    display: none;
  }

  .contact-right {
    width: 100vw;
    margin-left: 0;
  }

  .contact-rectangle {
    width: 80vw;
    margin: 0 auto;
    padding: 8vw;
  }
}

@media (max-width: 648px) {
  .contact-rectangle {
    width: 90vw;
  }
}
