/* ===========================
   GOLDGO PREMIUM CSS PART-1
=========================== */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');

*{
margin:0;
padding:0;
box-sizing:border-box;
scroll-behavior:smooth;
}

body{
font-family:'Poppins',sans-serif;
background:#f4f1ff;
color:#222;
line-height:1.7;
}

/* Container */

.container{
width:90%;
max-width:1200px;
margin:auto;
}

/* ================= HEADER ================= */

header{
background:linear-gradient(135deg,#4c1d95,#6d28d9,#7c3aed);
padding:15px 0;
position:sticky;
top:0;
z-index:999;
box-shadow:0 10px 30px rgba(76,29,149,.25);
}

header .container{
display:flex;
justify-content:space-between;
align-items:center;
}

/* Logo */

.logo-area{
display:flex;
align-items:center;
gap:15px;
}

.logo-area img{
width:60px;
height:60px;
border-radius:50%;
object-fit:cover;
background:#fff;
padding:4px;
border:3px solid #FFD700;
box-shadow:0 5px 20px rgba(0,0,0,.25);
}

.logo-area h1{
font-size:24px;
font-weight:700;
color:#fff;
letter-spacing:.5px;
}

/* Menu */

.menu-btn{
font-size:34px;
cursor:pointer;
color:#FFD700;
transition:.3s;
}

.menu-btn:hover{
transform:rotate(90deg);
}

/* ================= MOBILE MENU ================= */

#mobileMenu{
position:fixed;
top:0;
right:-330px;
width:310px;
height:100%;
background:linear-gradient(180deg,#4c1d95,#5b21b6,#6d28d9);
padding:30px;
transition:.4s;
display:flex;
flex-direction:column;
z-index:1000;
box-shadow:-5px 0 25px rgba(0,0,0,.3);
}

#mobileMenu.active{
right:0;
}

.close-btn{
font-size:30px;
color:#FFD700;
cursor:pointer;
margin-bottom:25px;
text-align:right;
}

#mobileMenu a{
text-decoration:none;
color:#fff;
font-size:17px;
padding:14px 0;
border-bottom:1px solid rgba(255,255,255,.12);
transition:.3s;
font-weight:500;
}

#mobileMenu a:hover{
padding-left:12px;
color:#FFD700;
}

/* ===========================
   GOLDGO PREMIUM CSS PART-2
=========================== */

/* HERO SECTION */

.hero{
padding:60px 20px;
text-align:center;
background:linear-gradient(180deg,#f4f1ff,#ffffff);
}

.hero img{
width:100%;
max-width:500px;
border-radius:25px;
border:5px solid #FFD700;
box-shadow:0 20px 45px rgba(109,40,217,.25);
transition:.4s;
}

.hero img:hover{
transform:scale(1.03);
box-shadow:0 25px 60px rgba(109,40,217,.35);
}

/* Hero Content */

.hero-content{
max-width:850px;
margin:35px auto 20px;
}

.hero-content h2{
font-size:42px;
font-weight:800;
color:#4c1d95;
margin-bottom:15px;
}

.hero-content p{
font-size:18px;
color:#555;
line-height:1.9;
}

/* HERO BUTTONS */

.hero-buttons{
margin-top:35px;
display:flex;
justify-content:center;
gap:20px;
flex-wrap:wrap;
}

/* PREMIUM BUTTON */

.btn{
display:inline-block;
padding:16px 34px;
border-radius:50px;
text-decoration:none;
font-size:17px;
font-weight:700;
background:linear-gradient(135deg,#6d28d9,#8b5cf6);
color:#fff;
transition:.35s;
box-shadow:0 10px 25px rgba(109,40,217,.30);
}

.btn:hover{
transform:translateY(-5px);
background:linear-gradient(135deg,#FFD700,#ffb300);
color:#222;
box-shadow:0 15px 35px rgba(255,193,7,.40);
}

/* REFER BOX */

.refer-box{
margin:45px auto 0;
max-width:520px;
background:#fff;
padding:30px;
border-radius:20px;
border:2px solid #FFD700;
box-shadow:0 15px 40px rgba(0,0,0,.08);
}

.refer-box h2{
font-size:28px;
color:#4c1d95;
margin-bottom:20px;
font-weight:700;
}

.copy-box{
display:flex;
justify-content:center;
align-items:center;
gap:15px;
flex-wrap:wrap;
}

/* REFER CODE */

#referCode{
font-size:28px;
font-weight:800;
letter-spacing:2px;
color:#6d28d9;
background:#f4f1ff;
padding:12px 25px;
border-radius:12px;
border:2px dashed #FFD700;
}

/* COPY BUTTON */

.copy-box button{
padding:14px 30px;
border:none;
border-radius:50px;
background:linear-gradient(135deg,#FFD700,#ffb300);
color:#222;
font-size:16px;
font-weight:700;
cursor:pointer;
transition:.3s;
box-shadow:0 10px 25px rgba(255,193,7,.30);
}

.copy-box button:hover{
transform:scale(1.08);
background:#4c1d95;
color:#fff;
}

/* FEATURES */

.hero-features{
margin-top:45px;
display:grid;
grid-template-columns:repeat(auto-fit,minmax(180px,1fr));
gap:18px;
max-width:1000px;
margin-left:auto;
margin-right:auto;
}

.feature-box{
background:#fff;
padding:18px;
border-radius:15px;
font-weight:600;
color:#4c1d95;
border:1px solid #e9d5ff;
box-shadow:0 8px 20px rgba(0,0,0,.05);
transition:.3s;
}

.feature-box:hover{
background:linear-gradient(135deg,#6d28d9,#8b5cf6);
color:#fff;
transform:translateY(-6px);
}

/* ===========================
   GOLDGO PREMIUM CSS PART-3
=========================== */

/* CONTENT SECTION */

.content{
width:90%;
max-width:1150px;
margin:60px auto;
background:#fff;
padding:45px;
border-radius:25px;
box-shadow:0 15px 40px rgba(0,0,0,.08);
border-top:6px solid #6d28d9;
}

/* Heading */

.content h2{
font-size:32px;
font-weight:700;
color:#4c1d95;
margin-top:35px;
margin-bottom:18px;
padding-left:15px;
border-left:6px solid #FFD700;
position:relative;
}

.content h2::after{
content:"";
position:absolute;
left:0;
bottom:-10px;
width:90px;
height:4px;
background:#FFD700;
border-radius:10px;
}

/* Paragraph */

.content p{
font-size:17px;
color:#555;
line-height:1.9;
margin-bottom:22px;
text-align:justify;
}

/* Highlight */

.content strong{
color:#6d28d9;
}

/* UL */

.content ul{
margin:20px 0;
padding-left:25px;
}

.content ul li{
margin-bottom:14px;
font-size:17px;
list-style:none;
position:relative;
padding-left:30px;
color:#444;
}

.content ul li::before{
content:"✔";
position:absolute;
left:0;
top:0;
color:#FFD700;
font-weight:bold;
font-size:18px;
}

/* OL */

.content ol{
margin:20px 0;
padding-left:30px;
}

.content ol li{
margin-bottom:14px;
font-size:17px;
color:#444;
}

/* LINK */

.content a{
color:#6d28d9;
font-weight:600;
text-decoration:none;
transition:.3s;
}

.content a:hover{
color:#FFD700;
}

/* BLOCKQUOTE */

.content blockquote{
background:#f7f2ff;
border-left:6px solid #6d28d9;
padding:20px;
margin:25px 0;
font-style:italic;
border-radius:10px;
color:#555;
}

/* TABLE */

.content table{
width:100%;
border-collapse:collapse;
margin:30px 0;
overflow:hidden;
border-radius:12px;
}

.content table th{
background:#6d28d9;
color:#fff;
padding:15px;
text-align:left;
}

.content table td{
padding:14px;
border:1px solid #eee;
}

.content table tr:nth-child(even){
background:#faf7ff;
}

/* IMAGE */

.content img{
width:100%;
max-width:750px;
display:block;
margin:25px auto;
border-radius:20px;
border:4px solid #FFD700;
box-shadow:0 10px 30px rgba(0,0,0,.15);
}

/* INFO BOX */

.info-box{
background:linear-gradient(135deg,#6d28d9,#8b5cf6);
color:#fff;
padding:25px;
margin:35px 0;
border-radius:18px;
box-shadow:0 12px 30px rgba(109,40,217,.25);
}

.info-box h3{
margin-bottom:12px;
font-size:24px;
color:#FFD700;
}

.info-box p{
color:#fff;
margin-bottom:0;
}

/* WARNING BOX */

.warning-box{
background:#fff8e1;
border-left:6px solid #FFD700;
padding:20px;
margin:30px 0;
border-radius:10px;
}

.warning-box h3{
color:#4c1d95;
margin-bottom:10px;
}

.warning-box p{
margin:0;
color:#555;
}

/* ===========================
   GOLDGO PREMIUM CSS PART-4
=========================== */

/* ================= FOOTER ================= */

footer{
margin-top:70px;
background:linear-gradient(135deg,#4c1d95,#6d28d9,#7c3aed);
color:#fff;
}

.footer-container{
max-width:1200px;
margin:auto;
padding:60px 20px;
display:grid;
grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
gap:40px;
}

.footer-box h3{
font-size:24px;
margin-bottom:20px;
color:#FFD700;
font-weight:700;
}

.footer-box a{
display:block;
color:#fff;
text-decoration:none;
margin-bottom:14px;
transition:.3s;
font-size:16px;
}

.footer-box a:hover{
padding-left:10px;
color:#FFD700;
}

.footer-box p{
color:#eee;
line-height:1.8;
font-size:15px;
}

.copyright{
text-align:center;
padding:25px;
background:rgba(0,0,0,.20);
font-size:15px;
border-top:1px solid rgba(255,255,255,.15);
}

/* ================= SCROLL BAR ================= */

::-webkit-scrollbar{
width:10px;
}

::-webkit-scrollbar-track{
background:#ede9fe;
}

::-webkit-scrollbar-thumb{
background:linear-gradient(#6d28d9,#FFD700);
border-radius:50px;
}

::-webkit-scrollbar-thumb:hover{
background:#4c1d95;
}

/* ================= SELECTION ================= */

::selection{
background:#6d28d9;
color:#fff;
}

/* ================= SMOOTH ANIMATION ================= */

.hero,
.content,
.refer-box,
.footer-box{
animation:fadeUp .8s ease;
}

@keyframes fadeUp{

0%{
opacity:0;
transform:translateY(30px);
}

100%{
opacity:1;
transform:translateY(0);
}

}

/* ================= IMAGE HOVER ================= */

img{
transition:.4s;
}

img:hover{
transform:scale(1.02);
}

/* ================= RESPONSIVE ================= */

@media(max-width:992px){

.hero-content h2{
font-size:34px;
}

.content{
padding:35px;
}

.content h2{
font-size:28px;
}

}

@media(max-width:768px){

.logo-area img{
width:50px;
height:50px;
}

.logo-area h1{
font-size:19px;
}

.menu-btn{
font-size:30px;
}

.hero{
padding:40px 15px;
}

.hero-content h2{
font-size:30px;
}

.hero-content p{
font-size:16px;
}

.hero-buttons{
flex-direction:column;
align-items:center;
}

.btn{
width:100%;
max-width:300px;
text-align:center;
}

.refer-box{
padding:22px;
}

.copy-box{
flex-direction:column;
}

.copy-box button{
width:100%;
}

#referCode{
width:100%;
text-align:center;
}

.content{
padding:25px;
}

.content h2{
font-size:25px;
}

.content p{
font-size:16px;
text-align:left;
}

.footer-container{
grid-template-columns:1fr;
text-align:center;
}

.footer-box a:hover{
padding-left:0;
}

}

@media(max-width:480px){

.logo-area h1{
font-size:17px;
}

.logo-area img{
width:45px;
height:45px;
}

.hero img{
border-radius:18px;
}

.hero-content h2{
font-size:26px;
}

.hero-content p{
font-size:15px;
}

.content{
padding:20px;
}

.content h2{
font-size:22px;
}

.content p,
.content li{
font-size:15px;
}

.refer-box h2{
font-size:22px;
}

#referCode{
font-size:22px;
}

.btn{
padding:14px 20px;
font-size:15px;
}

.copyright{
font-size:13px;
}

}

/* ================= END ================= */