@property --cta-angle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  overflow-x: hidden;
}

body {
  position: relative;
  min-height: 100svh;
  background-color: #fff603;
  font-family: "Inter", sans-serif;
}

a {
  text-decoration: none;
}

li {
  list-style-type: none;
}

h1,
h2,
h3 {
  font-family: "Antique", sans-serif;
  font-weight: 400;
}

button,
input,
textarea {
  outline: none;
  border: none;
  background: none;
  font-family: inherit;
  color: inherit;
}

button {
  cursor: pointer;
}

.container {
  margin: 0 auto;
  width: 90%;
  max-width: 1150px;
}

.body-bg-texture {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100svh;
  -o-object-fit: cover;
     object-fit: cover;
  mix-blend-mode: multiply;
  opacity: 0.25;
}

.body-bg-texture-2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100svh;
  -o-object-fit: cover;
     object-fit: cover;
  mix-blend-mode: multiply;
}

.body-bg-texture-3 {
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 160px;
}
@media only screen and (max-width: 768px) {
  .body-bg-texture-3 {
    height: 120px;
  }
}

nav {
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
}
nav .container {
  margin-top: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
nav .container .icon-img {
  width: 60px;
}
@media only screen and (max-width: 1024px) {
  nav .container .icon-img {
    display: none;
  }
}
nav .container .content-wrapper {
  width: -moz-fit-content;
  width: fit-content;
  padding: 12px 10px;
  padding-right: 20px;
  background-color: #111;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 100px;
}
nav .container .content-wrapper ul {
  display: flex;
  align-items: center;
  gap: 35px;
}
nav .container .content-wrapper ul li a {
  font-size: 14px;
  font-weight: 300;
  color: #fff;
}
nav .container .content-wrapper ul li a.active {
  padding: 5px 10px;
  background: #fff;
  font-weight: 500;
  color: #1d184c;
}

.landing-page {
  position: relative;
  width: 100%;
  max-width: 100vw;
  padding: 160px 0 80px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .landing-page {
    padding-top: 80px;
    background-size: cover;
  }
}
@media only screen and (max-width: 768px) {
  .landing-page {
    padding: 40px 0 80px 0;
  }
}
.landing-page .hero-section {
  width: 100%;
}
.landing-page .hero-section .container {
  position: relative;
  display: grid;
  grid-template-columns: auto 500px;
  align-items: center;
  gap: 65px 100px;
}
@media only screen and (max-width: 1024px) {
  .landing-page .hero-section .container {
    grid-template-columns: 1fr;
  }
}
.landing-page .hero-section .container .left-area {
  position: relative;
  z-index: 2;
  padding: 100px 0;
}
@media only screen and (max-width: 1024px) {
  .landing-page .hero-section .container .left-area {
    padding-bottom: 0;
  }
}
.landing-page .hero-section .container .left-area::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
  height: 500px;
  background-color: #fff603;
  border-radius: 50%;
  filter: blur(100px);
}
.landing-page .hero-section .container .left-area .logo-img {
  position: relative;
  z-index: 3;
  margin-bottom: 30px;
  width: 240px;
}
@media only screen and (max-width: 768px) {
  .landing-page .hero-section .container .left-area .logo-img {
    width: 150px;
  }
}
.landing-page .hero-section .container .left-area h1 {
  position: relative;
  z-index: 3;
  margin-bottom: 10px;
  font-size: 62px;
  line-height: 62px;
  text-transform: uppercase;
  color: #111;
}
@media only screen and (max-width: 768px) {
  .landing-page .hero-section .container .left-area h1 {
    font-size: 38px;
    line-height: 38px;
  }
}
.landing-page .hero-section .container .left-area h1 span {
  background: -webkit-linear-gradient(360deg, #9daefd, #9be7e3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.landing-page .hero-section .container .left-area .desc {
  position: relative;
  z-index: 3;
  font-size: 24px;
  line-height: 34px;
  color: #111;
}
@media only screen and (max-width: 768px) {
  .landing-page .hero-section .container .left-area .desc {
    font-size: 20px;
    line-height: 30px;
  }
}
.landing-page .hero-section .container .left-area .icon-boxes-wrapper {
  position: relative;
  z-index: 3;
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.landing-page .hero-section .container .left-area .icon-boxes-wrapper .icon-box {
  display: flex;
  align-items: center;
  gap: 10px;
}
.landing-page .hero-section .container .left-area .icon-boxes-wrapper .icon-box .icon-wrapper {
  width: 32px;
  height: 32px;
  border: 1px solid #111;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.landing-page .hero-section .container .left-area .icon-boxes-wrapper .icon-box .icon-wrapper svg {
  width: 20px;
  height: auto;
}
.landing-page .hero-section .container .left-area .icon-boxes-wrapper .icon-box p {
  font-size: 18px;
}
.landing-page .hero-section .container .right-area {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 100%;
}
.landing-page .hero-section .container .right-area form {
  position: relative;
  width: 100%;
  height: 100%;
  border: 2px solid #111;
  background-color: #f5f5f5;
}
.landing-page .hero-section .container .right-area form .form-bg-texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  mix-blend-mode: multiply;
  opacity: 0.35;
}
.landing-page .hero-section .container .right-area form .form-content-wrapper {
  position: relative;
  z-index: 2;
  height: 100%;
  padding: 40px;
}
@media only screen and (max-width: 768px) {
  .landing-page .hero-section .container .right-area form .form-content-wrapper {
    padding: 25px;
  }
}
.landing-page .hero-section .container .right-area form .form-content-wrapper .inputs-wrapper {
  margin-bottom: 15px;
  display: grid;
  gap: 15px;
}
.landing-page .hero-section .container .right-area form .form-content-wrapper .input-wrapper label {
  margin-bottom: 8px;
  margin-left: 15px;
  display: block;
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  color: rgba(17, 17, 17, 0.75);
}
.landing-page .hero-section .container .right-area form .form-content-wrapper .input-wrapper input {
  width: 100%;
  height: 45px;
  padding: 0 15px;
  background-color: rgba(17, 17, 17, 0.15);
  font-size: 14px;
  color: #111;
}
.landing-page .hero-section .container .right-area form .form-content-wrapper .input-wrapper input::-moz-placeholder {
  color: rgba(17, 17, 17, 0.35);
}
.landing-page .hero-section .container .right-area form .form-content-wrapper .input-wrapper input::placeholder {
  color: rgba(17, 17, 17, 0.35);
}
.landing-page .hero-section .container .right-area form .form-content-wrapper .input-wrapper textarea {
  width: 100%;
  height: 150px;
  resize: none;
  padding: 15px;
  background-color: rgba(17, 17, 17, 0.15);
  font-size: 14px;
  color: #111;
}
.landing-page .hero-section .container .right-area form .form-content-wrapper .input-wrapper textarea::-moz-placeholder {
  color: rgba(17, 17, 17, 0.35);
}
.landing-page .hero-section .container .right-area form .form-content-wrapper .input-wrapper textarea::placeholder {
  color: rgba(17, 17, 17, 0.35);
}
.landing-page .hero-section .container .right-area form .form-content-wrapper .cta-btn {
  margin-top: 12px;
  width: 100%;
  height: 45px;
  background-color: #111;
  font-family: "Antique", sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .landing-page .hero-section .container .right-area form .form-content-wrapper .cta-btn {
    font-size: 12px;
  }
}

.puff-in-center {
  animation: puff-in-center 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) both;
}

@keyframes puff-in-center {
  0% {
    transform: scale(1.2);
    filter: blur(4px);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    filter: blur(0px);
    opacity: 1;
  }
}
.focus-in-expand {
  animation: focus-in-expand 2s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@keyframes focus-in-expand {
  0% {
    letter-spacing: -0.5em;
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    filter: blur(0px);
    opacity: 1;
  }
}
.flicker-in-1 {
  animation: flicker-in-1 3s linear both infinite;
}

@keyframes flicker-in-1 {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  10.1% {
    opacity: 1;
  }
  10.2% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  20.1% {
    opacity: 1;
  }
  20.6% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  30.1% {
    opacity: 1;
  }
  30.5% {
    opacity: 1;
  }
  30.6% {
    opacity: 0;
  }
  45% {
    opacity: 0;
  }
  45.1% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  55% {
    opacity: 1;
  }
  55.1% {
    opacity: 0;
  }
  57% {
    opacity: 0;
  }
  57.1% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  60.1% {
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  65.1% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  75.1% {
    opacity: 0;
  }
  77% {
    opacity: 0;
  }
  77.1% {
    opacity: 1;
  }
  85% {
    opacity: 1;
  }
  85.1% {
    opacity: 0;
  }
  86% {
    opacity: 0;
  }
  86.1% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.fade-in {
  animation: fade-in 2.5s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}/*# sourceMappingURL=index.css.map */