/*==================================================
THE SHA'NAE EFFECT
Luxury Hair Studio
Designed by Nova
===================================================*/

/* Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;600;700&family=Poppins:wght@300;400;500;600&display=swap');

/*====================
RESET
=====================*/

*{
margin:0;
padding:0;
box-sizing:border-box;
scroll-behavior:smooth;
}

html{
overflow-x:hidden;
}

body{

font-family:'Poppins',sans-serif;

color:white;

overflow-x:hidden;

background:
linear-gradient(
135deg,
#fff5fb 0%,
#ffd9ef 25%,
#f6d27d 55%,
#ffe8f6 80%,
#fff8fc 100%
);

position:relative;

}

/*====================
GLITTER BACKGROUND
=====================*/

body::before{

content:"";

position:fixed;

top:0;

left:0;

width:100%;

height:100%;

pointer-events:none;

background-image:

radial-gradient(circle,#ffffff 1px,transparent 1px),
radial-gradient(circle,#ffe79d 2px,transparent 2px),
radial-gradient(circle,#ffd6ea 2px,transparent 2px);

background-size:
180px 180px,
220px 220px,
260px 260px;

opacity:.30;

animation:
sparkleMove 30s linear infinite;

z-index:-2;

}

@keyframes sparkleMove{

0%{

transform:translateY(0);

}

100%{

transform:translateY(-300px);

}

}

/*====================
SOFT GLOW
=====================*/

body::after{

content:"";

position:fixed;

inset:0;

background:

radial-gradient(circle at top,#ffe3ef 0%,transparent 40%),

radial-gradient(circle at bottom,#ffe9a8 0%,transparent 35%);

opacity:.6;

z-index:-3;

}

/*====================
LOADER
=====================*/

#loader{

position:fixed;

top:0;

left:0;

width:100%;

height:100vh;

background:black;

display:flex;

justify-content:center;

align-items:center;

flex-direction:column;

z-index:9999;

}

.loader-logo{

width:330px;

animation:
logoFloat 4s ease-in-out infinite,
logoGlow 2s infinite alternate;

}

.loader-text{

margin-top:30px;

text-align:center;

}

.loader-text h2{

font-family:Cinzel;

font-size:45px;

margin:12px;

color:#fff;

opacity:0;

animation:fadeWords 2s forwards;

}

.loader-text h2:nth-child(1){

animation-delay:.3s;

}

.loader-text h2:nth-child(2){

animation-delay:1s;

}

.loader-text h2:nth-child(3){

animation-delay:1.7s;

}

@keyframes fadeWords{

to{

opacity:1;

}

}

@keyframes logoGlow{

from{

filter:

drop-shadow(0 0 20px gold);

}

to{

filter:

drop-shadow(0 0 60px pink);

}

}

@keyframes logoFloat{

50%{

transform:translateY(-12px);

}

}

/*====================
MAIN WEBSITE
=====================*/

#website{

display:none;

}

/*====================
TOP BANNER
=====================*/

.banner{

width:100%;

height:220px;

overflow:hidden;

box-shadow:

0 8px 35px rgba(255,180,215,.45);

}

.banner img{

width:100%;

height:100%;

object-fit:cover;

display:block;

}

/*====================
NAVBAR
=====================*/

#navbar{

position:sticky;

top:0;

z-index:999;

display:flex;

justify-content:center;

align-items:center;

height:90px;

backdrop-filter:blur(15px);

background:rgba(255,255,255,.25);

border-bottom:1px solid rgba(255,255,255,.35);

}

#navbar ul{

display:flex;

gap:50px;

list-style:none;

}

#navbar a{

text-decoration:none;

color:#6a3b54;

font-weight:600;

font-size:18px;

letter-spacing:1px;

transition:.4s;

position:relative;

}

#navbar a::after{

content:"";

position:absolute;

bottom:-8px;

left:50%;

transform:translateX(-50%);

width:0;

height:2px;

background:#d4af37;

transition:.4s;

}

#navbar a:hover{

color:#d4af37;

text-shadow:0 0 12px gold;

}

#navbar a:hover::after{

width:100%;

}

/*====================
HERO
=====================*/

.hero{

min-height:100vh;

display:flex;

justify-content:center;

align-items:center;

text-align:center;

padding:80px 20px;

}

.hero-content{

max-width:900px;

}

.hero-logo{

width:430px;

max-width:90%;

animation:

logoFloat 5s ease-in-out infinite;

filter:

drop-shadow(0 0 30px gold);

}

.hero h1{

margin-top:25px;

font-size:68px;

font-family:Cinzel;

color:#d4af37;

text-shadow:

0 0 12px gold,

0 0 35px rgba(255,215,0,.6);

}

.hero p{

margin-top:15px;

font-size:26px;

color:#8b4d68;

font-weight:500;

}

/*====================
BOOK BUTTON
=====================*/

.book-btn{

display:inline-block;

margin-top:40px;

padding:18px 48px;

border-radius:60px;

background:

linear-gradient(
135deg,
#f9d976,
#f39ac7
);

color:white;

font-weight:600;

text-decoration:none;

font-size:18px;

box-shadow:

0 0 30px rgba(255,215,0,.45);

transition:.4s;

}

.book-btn:hover{

transform:translateY(-6px) scale(1.05);

box-shadow:

0 0 45px gold,
0 0 70px pink;

}

.scroll{

margin-top:60px;

font-size:40px;

color:#d4af37;

animation:bounce 2s infinite;

}

@keyframes bounce{

50%{

transform:translateY(15px);

}

}

/*==================================================
PART 2 - THE SHA'NAE EFFECT
Continue below Part 1
===================================================*/

/*====================
GENERAL SECTIONS
=====================*/

section{
    padding:120px 8%;
}

section h2{
    text-align:center;
    font-family:'Cinzel',serif;
    font-size:52px;
    color:#D4AF37;
    margin-bottom:60px;
    text-shadow:0 0 15px rgba(212,175,55,.5);
}

/*====================
ABOUT
=====================*/

.about{
    text-align:center;
    max-width:1000px;
    margin:auto;
}

.about p{
    font-size:20px;
    line-height:1.9;
    color:#7b556b;
}

/*====================
SERVICE CARDS
=====================*/

.cards{

    display:grid;

    grid-template-columns:repeat(auto-fit,minmax(260px,1fr));

    gap:35px;

}

.card{

    background:rgba(255,255,255,.45);

    backdrop-filter:blur(15px);

    border-radius:25px;

    padding:45px;

    text-align:center;

    transition:.4s;

    border:1px solid rgba(255,255,255,.5);

    box-shadow:
    0 10px 35px rgba(255,182,193,.25);

}

.card:hover{

transform:translateY(-12px);

box-shadow:
0 0 30px gold,
0 15px 50px rgba(255,182,193,.45);

}

.card h3{

font-family:Cinzel;

font-size:30px;

margin-bottom:20px;

color:#D4AF37;

}

.card p{

color:#6e5162;

font-size:17px;

line-height:1.7;

}

/*====================
GALLERY
=====================*/

.gallery{

display:grid;

grid-template-columns:repeat(auto-fit,minmax(300px,1fr));

gap:25px;

}

.gallery img{

width:100%;

height:350px;

object-fit:cover;

border-radius:25px;

cursor:pointer;

transition:.5s;

box-shadow:
0 12px 30px rgba(255,192,203,.3);

}

.gallery img:hover{

transform:scale(1.05);

box-shadow:
0 0 30px gold,
0 0 60px pink;

}

/*====================
REVIEWS
=====================*/

#reviews{

display:flex;

flex-direction:column;

gap:30px;

}

.review-box{

background:rgba(255,255,255,.45);

padding:35px;

border-radius:25px;

backdrop-filter:blur(15px);

box-shadow:
0 10px 35px rgba(255,182,193,.25);

text-align:center;

transition:.4s;

}

.review-box:hover{

transform:translateY(-8px);

}

.review-box p{

font-size:20px;

line-height:1.8;

color:#7b556b;

}

/*====================
BOOKING
=====================*/

form{

max-width:700px;

margin:auto;

display:flex;

flex-direction:column;

gap:20px;

}

input,
select,
textarea{

padding:18px;

border:none;

border-radius:15px;

background:rgba(255,255,255,.7);

font-size:16px;

font-family:Poppins;

outline:none;

box-shadow:
0 8px 20px rgba(255,182,193,.25);

}

textarea{

min-height:170px;

resize:vertical;

}

button{

padding:18px;

border:none;

border-radius:50px;

background:linear-gradient(135deg,#D4AF37,#F7B6D2);

font-size:20px;

color:white;

cursor:pointer;

font-weight:600;

transition:.4s;

box-shadow:
0 0 25px rgba(212,175,55,.45);

}

button:hover{

transform:translateY(-5px);

box-shadow:
0 0 40px gold,
0 0 70px pink;

}

/*====================
CONTACT
=====================*/

#contact{

text-align:center;

}

#contact p{

font-size:20px;

margin:20px;

color:#6e5162;

transition:.4s;

cursor:pointer;

}

#contact p:hover{

color:#D4AF37;

}

/*====================
FOOTER
=====================*/

footer{

padding:80px 20px;

text-align:center;

background:linear-gradient(
135deg,
rgba(255,214,234,.6),
rgba(255,244,210,.6)
);

margin-top:120px;

}

footer img{

width:160px;

margin-bottom:25px;

filter:drop-shadow(0 0 15px gold);

}

footer h3{

font-family:Cinzel;

font-size:34px;

color:#D4AF37;

margin-bottom:15px;

}

footer p{

color:#6e5162;

margin-top:10px;

}

/*====================
SCROLLBAR
=====================*/

::-webkit-scrollbar{

width:12px;

}

::-webkit-scrollbar-track{

background:#fff1f8;

}

::-webkit-scrollbar-thumb{

background:linear-gradient(
#F8BBD9,
#D4AF37
);

border-radius:50px;

}

/*====================
FADE-IN ANIMATION
=====================*/

.fade{

opacity:0;

transform:translateY(50px);

transition:1s;

}

.fade.show{

opacity:1;

transform:translateY(0);

}

/*====================
RESPONSIVE
=====================*/

@media(max-width:900px){

.hero h1{

font-size:48px;

}

.hero p{

font-size:20px;

}

.hero-logo{

width:280px;

}

#navbar{

height:auto;

padding:18px;

}

#navbar ul{

flex-wrap:wrap;

justify-content:center;

gap:20px;

}

.banner{

height:150px;

}

section{

padding:80px 6%;

}

section h2{

font-size:38px;

}

.gallery img{

height:260px;

}

}

@media(max-width:600px){

.loader-logo{

width:220px;

}

.loader-text h2{

font-size:28px;

}

.book-btn{

width:100%;

}

.card{

padding:30px;

}

.review-box{

padding:25px;

}

input,
select,
textarea{

font-size:15px;

}

button{

font-size:18px;

}

}