* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

body {
  background-image: url("backgroud.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 115vh;
  padding: 0;
}

/* NAVBAR */
.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  margin: 1% 2%;
}

.navbar ul {
  display: flex;
  gap: 30px;
  list-style: none;
}

.navbar li {
  cursor: pointer;
  opacity: 0.8;
  transition: 0.3s;
}

.navbar li:hover {
  color: #a855f7;
}

.logo-container {
  display: flex;
  align-items: center;
  gap: 10px;
}

.logo {
  height: 40px;
  width: auto;
  align-items: center;
  margin-top: 7%;
}

.brand {
  font-size: 40px;
  font-weight: 600;
  text-align: center;
  color: #fff;
}

.btn-primary {
  padding: 10px 20px;
  border-radius: 20px;
  border: none;
  background: linear-gradient(45deg, #8b5cf6, #c084fc);
  color: white;
  cursor: pointer;
}

/* HERO */
.hero {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 50px 10px;
}

.hero-text {
  width: 50%;
  margin-left: 5%;
}

.hero-text h1 {
  font-size: 60px;
  line-height: 1.2;
  color: #fff;
}

.hero-text span {
  color: #a855f7;
}

.hero-text p {
  margin: 20px 0;
  opacity: 0.7;
  color: #fff;
}

.btn-secondary {
  margin-top: 5%;
  padding: 12px 25px;
  border: none;
  border-radius: 25px;
  background: #6d28d9;
  color: white;
  cursor: pointer;
}

.hero-image {
  position: relative;
  margin-right: 5%;
}

.hero-image img {
  width: 400px;
  border-radius: 30px;
  box-shadow: 0 0 50px rgba(168, 85, 247, 0.4);
}

.price-tag {
  position: absolute;
  top: 20px;
  right: -30px;
  background: white;
  color: black;
  padding: 10px 15px;
  border-radius: 15px;
  font-size: 14px;
}

/* ABOUT */
.about {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.about-images {
  position: relative;
  margin-left: 5%;
}

.about-images .big {
  width: 350px;
  border-radius: 30px;
}

.about-images .small {
  width: 150px;
  border-radius: 20px;
  position: absolute;
  bottom: -40px;
  left: -40px;
}

.about-text {
  width: 45%;
}

.about-text h2 {
  font-size: 36px;
  margin-bottom: 20px;
}

/* FEATURES */
.features {
  margin-top: 120px;
  text-align: center;
}

.features h2 {
  margin-bottom: 60px;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.card {
  background: rgba(255, 255, 255, 0.05);
  padding: 30px;
  border-radius: 25px;
  backdrop-filter: blur(15px);
  transition: 0.3s;
}

.card:hover {
  transform: translateY(-10px);
  box-shadow: 0 0 30px rgba(168, 85, 247, 0.4);
}

.container2 {
  width: 90%;
  margin-top: 5%;
  margin-left: 5%;
}

/* TOP BAR */
.top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(1, 46, 82, 0.408);
  padding: 20px 30px;
  border-radius: 20px;
  backdrop-filter: blur(15px);
  margin-bottom: 30px;
}

.top-bar p {
  opacity: 0.6;
  font-size: 14px;
}

.swipe {
  text-align: right;
  font-size: 14px;
  opacity: 0.7;
}

/* BENTO GRID */
.bento-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

/* CARD BASE */
.card {
  background-image: rgba(255, 255, 255, 0.05);
  padding: 25px;
  border-radius: 25px;
  backdrop-filter: blur(20px);
  transition: 0.3s;
  position: relative;
}

.card:hover {
  transform: translateY(-8px);
  box-shadow: 0 0 30px rgba(168, 85, 247, 0.4);
}

.small {
  min-height: 200px;
}

.center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

/* MAIN CARD */
.main {
  grid-row: span 2;
  background-image: url(backgroud.jpg);
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.main h1 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #ffffff;
}

.circle {
  width: 150px;
  height: 150px;
  background: radial-gradient(circle, #ffffff, #c7a9fb99);
  border-radius: 50%;
  box-shadow: 0 0 40px rgba(255, 255, 255, 0.797);
}

/* BUTTON */
.btn {
  margin-top: 20px;
  padding: 10px 20px;
  border: none;
  border-radius: 20px;
  background: linear-gradient(45deg, #8b5cf6, #c084fc);
  color: white;
  cursor: pointer;
}

.footer {
  margin: 0;
  width: 100%;
  background: none;
  padding: 80px 100px;
}

.footer-container {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 2fr;
  gap: 50px;
  margin-top: 100px;
}

/* LOGO */
.logo {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}

.footer-col p {
  font-size: 14px;
  opacity: 0.7;
  margin-bottom: 20px;
  line-height: 1.6;
}

/* RATING */
.rating {
  margin-bottom: 20px;
  color: #bda8d4;
}

.rating span {
  display: block;
  font-size: 13px;
  color: #ccc;
  margin-top: 5px;
}

/* SOCIAL */
.social span {
  margin-right: 10px;
  cursor: pointer;
  opacity: 0.7;
}

.social span:hover {
  opacity: 1;
}

/* LIST */
.footer-col h4 {
  margin-bottom: 20px;
}

.footer-col ul {
  list-style: none;
}

.footer-col ul li {
  margin-bottom: 12px;
  font-size: 14px;
  opacity: 0.7;
  cursor: pointer;
  transition: 0.3s;
}

.footer-col ul li:hover {
  opacity: 1;
  color: #421774;
}

/* APP DOWNLOAD */
.app-download {
  margin-top: 30px;
}

.app-btn {
  display: block;
  width: 100%;
  padding: 10px;
  margin-top: 10px;
  border: none;
  border-radius: 8px;
  background: #421774;
  color: white;
  cursor: pointer;
  transition: 0.3s;
}

.app-btn:hover {
  background: #421774;
  color: #000;
}

/* CONTACT */
.contact input,
.contact textarea {
  width: 100%;
  padding: 12px;
  margin-bottom: 15px;
  border-radius: 8px;
  border: none;
  background: #421774;
  color: white;
}

.contact textarea {
  height: 100px;
  resize: none;
}

.send-btn {
  width: 100%;
  padding: 12px;
  border: none;
  border-radius: 8px;
  background: #fff;
  color: #000;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
}

.send-btn:hover {
  background: #421774;
  color: #000;
}

.top-bar h3 {
  color: #fff;
}
