<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&#038;display=swap" rel="stylesheet">
<style>
/* ===== SECTION ===== */
.thala-section{
  position:relative;
  background:#04060d;
  color:#fff;
  overflow:hidden;
  padding-bottom:120px;
}
/* 🌌 GRID BACKGROUND */
.thala-section::before{
  content:"";
  position:absolute;
  width:100%;
  height:100%;
  background:
    linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size:40px 40px;
  z-index:0;
}
/* 💡 GLOW LIGHTS */
.thala-section::after{
  content:"";
  position:absolute;
  width:700px;
  height:700px;
  background:radial-gradient(circle,#6c63ff,transparent 60%);
  top:-200px;
  left:-200px;
  filter:blur(140px);
  opacity:0.6;
}
/* RESET */
.thala-section *{
  margin:0;
  padding:0;
  box-sizing:border-box;
  font-family:'Poppins',sans-serif;
  color:#fff;
}
/* HERO */
.thala-hero{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:110px 80px;
  position:relative;
  z-index:2;
}
/* TEXT */
.thala-left h1{
  font-size:62px;
  line-height:1.1;
  margin-bottom:20px;
  font-weight:700;
  background:linear-gradient(90deg,#fff,#a8a8ff,#00e5ff);
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
}
.thala-left p{
  opacity:0.85;
  margin-bottom:25px;
}
/* BUTTON */
.thala-left button{
  padding:14px 34px;
  border-radius:40px;
  border:none;
  background:linear-gradient(90deg,#6c63ff,#00e5ff);
  color:#fff;
  font-weight:600;
  cursor:pointer;
  transition:0.4s;
  position:relative;
  overflow:hidden;
}
/* button glow */
.thala-left button::before{
  content:"";
  position:absolute;
  width:200%;
  height:200%;
  background:linear-gradient(90deg,transparent,#fff,transparent);
  top:-50%;
  left:-50%;
  transform:rotate(25deg);
  opacity:0;
}
.thala-left button:hover::before{
  animation:shine 1s;
}
@keyframes shine{
  0%{ left:-100%; opacity:0;}
  50%{ opacity:0.4;}
  100%{ left:100%; opacity:0;}
}
.thala-left button:hover{
  transform:scale(1.07);
  box-shadow:0 0 40px rgba(0,229,255,0.7);
}
/* RIGHT IMAGE */
.thala-right{
  position:relative;
}
/* FLOATING IMAGE */
.thala-main{
  width:380px;
  animation:float3d 6s ease-in-out infinite;
  filter: drop-shadow(0 0 100px rgba(0,229,255,0.8));
}
@keyframes float3d{
  0%,100%{ transform:translateY(0);}
  50%{ transform:translateY(-30px);}
}
/* COINS */
.thala-coin{
  position:absolute;
  width:70px;
  animation:float 5s infinite ease-in-out;
}
.c1{ top:-20px; left:-80px;}
.c2{ bottom:-20px; right:-70px;}
.c3{ top:120px; right:80px;}
@keyframes float{
  0%,100%{ transform:translateY(0);}
  50%{ transform:translateY(-25px);}
}
/* CARDS */
.thala-cards{
  display:flex;
  justify-content:center;
  gap:30px;
  padding:0 80px;
  margin-top:70px;
  position:relative;
  z-index:2;
}
.thala-card{
  width:300px;
  padding:30px;
  border-radius:20px;
  background:rgba(255,255,255,0.04);
  backdrop-filter:blur(25px);
  border:1px solid rgba(255,255,255,0.1);
  transition:0.4s;
  position:relative;
  overflow:hidden;
}
/* glow border */
.thala-card::after{
  content:"";
  position:absolute;
  inset:0;
  border-radius:20px;
  padding:1px;
  background:linear-gradient(45deg,#6c63ff,#00e5ff);
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
}
.thala-card:hover{
  transform:translateY(-15px) scale(1.03);
  box-shadow:0 0 60px rgba(0,229,255,0.5);
}
.thala-card h3{
  margin-bottom:15px;
}
.thala-card p{
  opacity:0.85;
}
/* LOWER */
.thala-bottom{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:120px 80px;
  position:relative;
  z-index:2;
}
.thala-bottom h2{
  font-size:46px;
}
.thala-bottom span{
  background:linear-gradient(90deg,#6c63ff,#00e5ff);
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
}
.thala-bottom p{
  margin-top:15px;
  opacity:0.85;
}
.thala-shape2{
  width:260px;
  animation:float3d 6s infinite;
}
/* RESPONSIVE */
@media(max-width:900px){
  .thala-hero,
  .thala-bottom{
    flex-direction:column;
    text-align:center;
  }
  .thala-cards{
    flex-direction:column;
    align-items:center;
  }
}
</style>
</head>
<body>
      <h1>Decentralized.<br>Scalable. Liquid.</h1>
      <p>Thala enables seamless borrowing of Move dollar and efficient liquidity provisioning</p>
      <button>Get Started</button>
      <img decoding="async" src="https://cdn-icons-png.flaticon.com/512/2721/2721293.png">
      <img decoding="async" src="https://cdn-icons-png.flaticon.com/512/825/825540.png">
      <img decoding="async" src="https://cdn-icons-png.flaticon.com/512/825/825540.png">
      <img decoding="async" src="https://cdn-icons-png.flaticon.com/512/825/825540.png">
      <h3>Enhance Your Yield</h3>
      <p>Generate sustainable returns with advanced DeFi strategies.</p>
      <h3>Borrow with Flexibility</h3>
      <p>Unlock liquidity from your assets with maximum efficiency.</p>
      <h3>Secure and Sound</h3>
      <p>Built on over-collateralized and secure infrastructure.</p>
      <h2>Move Dollar</h2>
      <p>Borrow MOD — a decentralized stablecoin backed by yield-bearing assets.</p>
    <img decoding="async" src="https://cdn-icons-png.flaticon.com/512/2721/2721276.png">
</body>
</html>