@charset "UTF-8";::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#2c2c2c;border-radius:10px}::-webkit-scrollbar-thumb{background:#4a4a4a;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#606060}body{font-size:clamp(1rem,1vw,1.125rem);font-family:Tahoma,sans-serif;color:#2d2d2d;background-color:#f7f7f7;margin:0;padding:0;overflow-x:hidden}h1{font-size:clamp(2rem,5vw,3rem);background:none;color:#0e0e57}h2{font-size:clamp(1.5rem,4vw,2.25rem)}h3{font-size:clamp(1.25rem,3vw,1.75rem)}p{font-size:clamp(1rem,2.5vw,1.125rem)}nav{font-size:clamp(.875rem,2vw,1rem)}button{font-size:clamp(.875rem,2vw,1rem);border:none}.small-text{font-size:clamp(.75rem,1.5vw,.875rem)}.loading{width:100%;height:100%;display:flex;flex-direction:column;flex-wrap:nowrap;gap:1rem;justify-content:center;align-items:center;position:fixed;top:0;left:0;z-index:1000;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.loading img{width:200px;aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover;max-width:80%}.buying-hero{padding-top:80px;text-align:center;animation:fadeIn 1s ease-out;display:flex;flex-direction:column;gap:1rem;justify-content:center;align-items:center}.buying-hero .hero-content{display:flex;justify-content:center;align-items:center;gap:1rem;width:90%;background-color:#fff;border-radius:10px;box-shadow:0 4px 8px #0000001a;flex-direction:column;transition:transform .3s ease;max-width:800px;margin-top:100px;margin-bottom:50px;overflow:hidden}.buying-hero .hero-content:hover{transform:translateY(-10px)}.buying-hero .hero-content h1{font-size:2.5rem;margin-bottom:20px;padding-inline:1rem}.buying-hero .hero-content p{font-size:1.2rem;padding-inline:1rem}.buying-hero .hero-content .cta-button{display:inline-block;padding:12px 24px;font-size:1rem;font-weight:700;color:#fff;background-color:#0e0e57;border-radius:5px;text-decoration:none;transition:background-color .3s ease;margin-bottom:30px}.buying-hero .hero-content .cta-button:hover{background-color:#171783}.buying-hero .hero-content img{width:100%;aspect-ratio:21/9;-o-object-fit:cover;object-fit:cover}.buying-services{padding:60px 20px;background-color:#f7f7f7;text-align:center}.buying-services h2{font-size:2rem;margin-bottom:40px;color:#2d2d2d}.buying-services .services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px;max-width:1200px;margin:0 auto}.buying-services .services-grid .service-card{background:#fff;padding:30px;border-radius:10px;box-shadow:0 4px 15px #0000001a;transition:transform .3s ease}.buying-services .services-grid .service-card:hover{transform:translateY(-10px)}.buying-services .services-grid .service-card .icon{font-size:2rem;margin-bottom:20px}.buying-services .services-grid .service-card h3{font-size:1.5rem;margin-bottom:10px;color:#2d2d2d}.buying-services .services-grid .service-card p{font-size:1rem;color:#2d2d2d}.buying-process{padding:60px 20px;background-color:#0e0e57;color:#2d2d2d;text-align:center}.buying-process h2{font-size:2rem;margin-bottom:40px;color:#f7f7f7}.buying-process .steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px;max-width:1200px;margin:0 auto}.buying-process .steps-grid .step-card{padding:30px;background-color:#fff;border-radius:10px;box-shadow:0 4px 8px #0000001a;flex-direction:column;transition:transform .3s ease}.buying-process .steps-grid .step-card:hover{transform:translateY(-10px)}.buying-process .steps-grid .step-card .step-number{width:50px;height:50px;background:#0e0e57;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;margin-bottom:20px}.buying-process .steps-grid .step-card h3{font-size:1.5rem;margin-bottom:10px;color:#2d2d2d}.buying-process .steps-grid .step-card p{font-size:1rem;color:#2d2d2d}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}[data-aos]{transition:opacity .8s ease,transform .8s ease}[data-aos].aos-animate{opacity:1!important;transform:none!important}.descript-container{width:100%;display:flex;flex-direction:column;flex-wrap:nowrap;gap:4rem;justify-content:center;align-items:center;padding-top:50px}.descript-container div{background:#fff;max-width:800px;margin-inline:20px;padding:30px;border-radius:10px;box-shadow:0 4px 15px #0000001a;transition:transform .3s ease}.descript-container div:hover{transform:translateY(-10px)}.descript-container .info{display:flex;flex-wrap:nowrap;gap:1rem;justify-content:center;align-items:center;background-color:#fff;border-radius:10px;box-shadow:0 4px 8px #0000001a;flex-direction:column;transition:transform .3s ease}.descript-container .info:hover{transform:translateY(-10px)}.descript-container .info h1,.descript-container .info h2{padding-inline:2rem}.descript-container .info h2{font-size:1.5rem}
