@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);

#root {
  overflow-x: hidden;
}

.App {
  margin-inline: auto;
  max-width: 96.25rem;
  width: 100vw;
  position: relative;
  overflow: hidden;
}

.blueGradient {
  -webkit-filter: blur(5.625rem);
  background-color: #371ae7ee;
  border-radius: 100%;
  filter: blur(5.625rem);
  flex: none;
  height: 38.625rem;
  position: absolute;
  right: -18.75rem;
  top: -21.25rem;
  width: 52.375rem;
  z-index: -10;
}

.centerBlueGradient {
  -webkit-filter: blur(5.125rem);
  background-color: #351ae7ee;
  border-radius: 50%;
  filter: blur(5.125rem);
  flex: none;
  height: 32.125rem;
  left: 31.25rem;
  position: absolute;
  top: -20.625rem;
  width: 49.4375rem;
  z-index: -10;
}

.greenGradient {
  -webkit-filter: blur(5.9375rem);
  background-color: #02ed2a;
  border-radius: 100%;
  filter: blur(5.9375rem);
  flex: none;
  height: 21.5625rem;
  position: absolute;
  left: 13.75rem;
  top: -13.75rem;
  width: 21.5625rem;
  z-index: -10;
}

.yellowGradient {
  -webkit-filter: blur(4.75rem);
  background-color: #f8ff37;
  border-radius: 100%;
  filter: blur(4.75rem);
  flex: none;
  height: 32.6875rem;
  position: absolute;
  left: -12.5rem;
  top: -18.75rem;
  width: 33.5rem;
  z-index: -10;
}

@media screen and (min-width: 96.26rem) {
  .App {
    overflow: visible;
  }
}

.blueGradient {
  -webkit-filter: blur(5.625rem);
  background-color: #371ae7ee;
  border-radius: 100%;
  filter: blur(5.625rem);
  flex: none;
  height: 38.625rem;
  position: absolute;
  right: -18.75rem;
  top: -21.25rem;
  width: 52.375rem;
  z-index: -10;
}

.centerBlueGradient {
  -webkit-filter: blur(5.125rem);
  background-color: #351ae7ee;
  border-radius: 50%;
  filter: blur(5.125rem);
  flex: none;
  height: 32.125rem;
  left: 31.25rem;
  position: absolute;
  top: -20.625rem;
  width: 49.4375rem;
  z-index: -10;
}

.greenGradient {
  -webkit-filter: blur(5.9375rem);
  background-color: #02ed2a;
  border-radius: 100%;
  filter: blur(5.9375rem);
  flex: none;
  height: 21.5625rem;
  position: absolute;
  left: 13.75rem;
  top: -13.75rem;
  width: 21.5625rem;
  z-index: -10;
}

.yellowGradient {
  -webkit-filter: blur(4.75rem);
  background-color: #f8ff37;
  border-radius: 100%;
  filter: blur(4.75rem);
  flex: none;
  height: 32.6875rem;
  position: absolute;
  left: -12.5rem;
  top: -18.75rem;
  width: 33.5rem;
  z-index: -10;
}

.style_contactForm__5I8wX input,
.style_contactForm__5I8wX textarea {
  width: 100%;
  padding: 0.5rem;
  outline: none;
  border-radius: 0.4rem;
  border: 1px solid #00000055;
  font-size: 1rem;
}

.submitBtn {
  width: 35%;
  padding: 0.2rem;
  margin-inline: auto;
  border: 2px solid var(--primary-color);
  background-color: var(--primary-color);
  color: white;
  font-weight: 600;
  font-size: 1rem;
  border-radius: 0.4rem;
  cursor: pointer;
}

.submitBtn:hover {
  background-color: white;
  color: var(--primary-color);
}

.style_contactForm__5I8wX {
  width: 35%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

@media screen and (max-width: 600px) {
  .style_contactForm__5I8wX {
    width: 85%;
  }

  .style_contactForm__5I8wX input,
  .style_contactForm__5I8wX textarea {
    font-size: 0.8rem;
  }
}

@media screen and (min-width: 550px) and (max-width: 900px) {
  .style_contactForm__5I8wX {
    width: 55%;
  }

  .style_contactForm__5I8wX input,
  .style_contactForm__5I8wX textarea {
    font-size: 0.9rem;
  }

  .submitBtn {
    width: 40%;
  }
}

html {
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-family: "Poppins", sans-serif;
}

a {
  text-decoration: none;
  color: inherit;
}

*::-webkit-scrollbar {
  display: none;
}

/* index.css or App.css */
:root {
  --primary-color: #835af6;
  --secondary-color: #ff6347;
  --text-color: black;
  --hover-color: #835af6;
}

.style_title__dyTGl {
  width: 60%;
  font-size: 3rem;
  text-align: center;
  font-weight: 600;
  line-height: 1.2;
  overflow-y: hidden;
}

.style_subtitle__aoqtX {
  width: 50%;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.4;
}

.style_heroContent__HmZoZ {
  height: 100vh;
  gap: 2rem;
}

@media screen and (max-width: 550px) {
  .style_title__dyTGl {
    width: 90%;
    font-size: 1.8rem;
  }

  .style_subtitle__aoqtX {
    width: 75%;
    font-size: 0.9rem;
  }

  .style_heroContent__HmZoZ {
    height: 80vh;
  }
}

@media screen and (min-width: 550px) and (max-width: 900px) {
  .style_title__dyTGl {
    width: 75%;
    font-size: 2.2rem;
  }

  .style_subtitle__aoqtX {
    width: 65%;
    font-size: 1rem;
  }
}
