
@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

/* html{
  cursor: none;
} */

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Archivo';
  color: #f0f0f0c0;
}

body{
  overflow-x: hidden;
}

.cursor, .cursor-trail {
  position: fixed;
  pointer-events: none;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 999999999999;
}

/* Main Cursor Dot */
.cursor {
  width: 15px;
  height: 15px;
  background-color: #5fff67;
  mix-blend-mode: difference;
  transition: all 0.1s ease-out;
}

/* Trailing Circle */
.cursor-trail {
  width: 40px;
  height: 40px;
  border: 2px solid #5dc863;
  opacity: 0.4;
}


@layer utilities {
  .text-glow {
    text-shadow: 0 0 300px #D2FF72
                 
  }
  .bar{
    width: 10vw;
    height: 105vh;
    background: #050505;
  }
}

.yiut{
  color: transparent;
  display: block;
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: #ffffff;
}

.hero-container h1{
  border-top-right-radius:20px ;
  border-bottom-right-radius:20px ;
}


.hero-container hr{
  background: white;
  padding: 0.3px 0px;
  width: 26vw;
  display: inline-block;
  border-radius: 36px;
  margin-left: 53px;
}
.hero-container .roun{
  border-bottom-right-radius: 20px;
}
.round {
  --radius1: 5vw;
  --radius2: 5vw;
  border-radius: var(--radius1) var(--radius2) 0 0 / var(--radius2) var(--radius1) 0 0;
}
.roundp {
  --radius1: 5vw;
  --radius2: 5vw;
  border-radius: var(--radius1) var(--radius2) 0 0 / var(--radius2) var(--radius1) 0 0;
}
.parallax-section {
  position: relative;
  height: 100vh;
  display: flex;
  justify-content: center;

}

.image-cont {
  width: 100%;
  max-height: 540px;
  min-height: 540px;
  border-top-left-radius: 64px;
  border-top-right-radius: 64px;
  position: relative;
  overflow: hidden;
}

.parallax-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1); /* Default scale */
  transition: transform 0.5s ease-out; /* Fallback for non-GSAP users */
}

.overlay-p {
  background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.747));
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none; /* Ensure overlay doesn't block scrolling */
}

.parallax-text {
  width: 100%;
  color: white;
  text-align: center;
  position: absolute;
  bottom: 10vw;
  left: 0;
}

.parallax-text h2 {
  opacity: 0;
  transform: translateY(20px); /* Start with a slight offset */
  transition: opacity 0.5s, transform 0.5s; /* Fallback animations */
}
.r-b{
  border-bottom-right-radius: 20px;
}

.classic-cont .prod-bottom img{
  border-top-right-radius: 30px;
}
.swiper {
  width: 90%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.get-started{
  z-index: 999;
  width: 100%;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.get-started .get-card{
  z-index: 1;
  width: 66%;
  max-height: 500px;
  max-width: 960px;
  min-height: 500px;
  text-align: center;
  background-image: url("https://assets-global.website-files.com/6572da93ec42b96dd0eea366/6572fffc9cec0e6e1e6d9918_CTA.jpg");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 48px 32px 32px;
  display: flex;
  position: relative;
  overflow: hidden;
}
.get-started .get-card h2{
color: black;
  text-align: center;
  white-space: normal;
  font-weight: 500;
  letter-spacing: -1px;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 2vw;
  font-family: Archivo, sans-serif;
  font-size: 54px;
  font-weight: 600;
  line-height: 64px;
}

.get-started .get-card h2 span{
  color: black;
  font-style: italic;
  font-weight: 200;
  margin-left: 10px;
}
 .get-started .get-card p{
letter-spacing: 0.5px;
  margin-bottom: 0;
  font-family: Archivo, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 22px;
  color: black;
  width:  70%;
} 
.get-started .get-card a{
  color: #000000;
width: 100%;
  max-width: 180px;
  min-width: 180px;
  background-color: #D2FF72;
  text-align: center;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 14px;
  display: flex;
  margin-top: 20px;
}