* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: century gothic;
}

.body {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100vh;
  padding: 60px 0;
  overflow: hidden;
  position: absolute;
  z-index: -999;
  display: absolute;
  background: linear-gradient(to top right, #51509c, #9a42d9);
}

.container {
  width: 80%;
  color: white;
  display: flex;
  z-index: 999;
}

.left-side {
  width: 45%;
}

li {
  list-style-type: none;
}

ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

button {
  cursor: pointer;
}

.logo {
  font-size: 2rem;
  font-family: "GeometaW01-Rounded";
  letter-spacing: 2px;
}

.logo span {
  font-size: 80px;
  color: #3ac7e5;
  line-height: 0px;
}

.nav {
  display: flex;
  width: 55%;
  font-size: 1rem;
  padding-bottom: 2px;
  justify-content: space-between;
}

.nav .active {
  font-weight: bold;
}

nav li {
  cursor: pointer;
}

.content {
  width: 90%;
  margin-top: 120px;
}

.content p {
  margin-top: 30px;
  margin-bottom: 30px;
}

.content .big-btn {
  width: 100%;
  height: 50px;
  border-radius: 40px;
  outline: none;
  border: none;
  display: flex;
  justify-content: space-between;
  padding: 20px;
  font-size: 1rem;
  align-items: center;
  margin-bottom: 30px;
  background-color: white;
  box-shadow: black 15px 20px 60px -15px, black -15px -5px 60px -20px;
  cursor: pointer;
}

.content .big-btn input {
  font-size: 1.2rem;
  background-color: transparent;
  border: none;
  outline: none;
  width: 90%;
}

.content .big-btn svg:hover {
  border: none;
  color: #0c7c95;
}

.content .social {
  width: 60%;
  display: flex;
  justify-content: space-between;
}

.content .social-btn {
  width: 40px;
  height: 40px;
  border-radius: 30px;
  outline: none !important;
  border: 2px solid #9f9fc8;
  background-color: transparent;
  color: #9f9fc8;
  font-size: 1.2rem;
}

.content .social-btn:hover {
  background-color: #3ac7e5;
  border: none;
  color: white;
  box-shadow: black 0px 10px 60px -8px;
}

.content .footer {
  margin-top: 70px;
  font-size: 0.8rem;
}

.bi-arrow-right {
  font-size: 2rem;
  color: #33d2e0;
}

.right-side {
  width: 55%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.container-2 {
  width: 90%;
}

.arrow-btn {
  width: 40px;
  height: 40px;
  border-radius: 30px;
  outline: none !important;
  border: 2px solid #9f9fc8;
  background-color: transparent;
  color: #9f9fc8;
  margin: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.arrow-btn:hover {
  background-color: #3ac7e5;
  border: none;
  color: white;
  box-shadow: black 0px 10px 60px -8px;
}

.arrow-btn svg {
  width: 15px;
  color: white;
}

.btn-inline {
  display: flex;
  justify-content: center;
  width: 100%;
}

.right-btn {
  border: 2px solid #fff;
  background-color: transparent;
  color: #fff;
}

.left-btn {
  opacity: 0.6;
}

.right-img-container {
  display: flex;
  justify-content: center;
}

.background-img {
  position: absolute;
  z-index: -9;
  width: 1000px;
  top: -50px;
  right: -300px;
}

.sq-sm {
  width: 40px !important;
  height: 40px;
  border-radius: 1px;
  border: none;
  position: absolute;
  z-index: -8;
  top: 200px;
  left: 50px;
  transform: rotate(45deg);
  background: linear-gradient(to top right, #8f4cb1, #9a42d9);
  animation: blink 2.5s infinite;
  transition: ease;
}

.sm-2 {
  width: 15px !important;
  height: 15px;
  border-radius: 1px;
  border: none;
  position: absolute;
  z-index: -8;
  top: 150px;
  left: 450px;
  animation: opacity 3s infinite;
}

.sm-3 {
  width: 10px !important;
  height: 10px;
  border-radius: 1px;
  border: none;
  position: absolute;
  z-index: -8;
  top: 200px;
  left: 320px;
  animation: opacity 2s infinite;
}

.sm-4 {
  width: 30px !important;
  height: 30px;
  border-radius: 1px;
  border: none;
  position: absolute;
  z-index: -8;
  top: 600px;
  left: 500px;
  animation: opacity 2.5s infinite;
}

.sm-5 {
  width: 20px !important;
  height: 20px;
  border-radius: 1px;
  border: none;
  position: absolute;
  z-index: -8;
  top: 550px;
  left: 450px;
}

.sm-6 {
  width: 10px !important;
  height: 10px;
  border-radius: 1px;
  border: none;
  position: absolute;
  z-index: -8;
  top: 600px;
  left: 50px;
  animation: opacity 2.7s infinite;
}

@media only screen and (max-width: 1000px) {
  .nav {
    position: absolute;
    display: flex;
    justify-content: left;
    right: 0px;
    float: right;
  }
  .nav li {
    margin-left: 40px;
    margin-right: 40px;
  }
}

@keyframes blink {
  0% {
    background: linear-gradient(to top right, #8f4cb1, #9a42d9);
  }
  25% {
    background: linear-gradient(to top right, #9a42d9, #8f4cb1);
  }
  50% {
    background: linear-gradient(to top right, #8f4cb1, #9a42d9);
  }
  75% {
    background: linear-gradient(to top right, #9a42d9, #8f4cb1);
  }
  100% {
    background: linear-gradient(to top right, #8f4cb1, #9a42d9);
  }
}

@keyframes opacity {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0.25;
  }
  50% {
    opacity: 0.5;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}

@media only screen and (max-width: 700px) {
  nav {
    display: flex;
    flex-direction: column;
  }
  .nav {
    display: none !important;
  }
  .container {
    flex-direction: column;
    overflow-y: scroll;
  }
  .left-side {
    width: 100%;
  }
  .content {
    text-align: center;
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }
  .content h1 {
    font-size: 2rem;
  }
  .right-side {
    width: 100%;
    margin-top: 60px;
  }
  .big-btn {
    width: 70% !important;
    height: 30px !important;
    justify-self: center;
    margin: auto;
  }
  .big-btn input::placeholder {
    font-size: 0.5rem !important;
    line-height: 10px;
  }
  .big-btn input {
    font-size: 0.8rem !important;
  }
  .social {
    margin: auto;
    width: 40% !important;
  }
  .social-btn {
    width: 20px !important;
    height: 20px !important;
    font-size: 0.6rem !important;
    line-height: 10px;
  }
  .background-img {
    display: none;
  }
}
/*# sourceMappingURL=main.css.map */