
body{
margin:0;
font-family:Arial;
scroll-behavior:smooth;
background:#f5f5f5;
}

/* INTRO SCREEN */

#intro-screen{
position:fixed;
width:100%;
height:100%;
top:0;
left:0;
overflow:hidden;
z-index:9999;
display:flex;
justify-content:center;
align-items:center;
}

#bg-video{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
object-fit:cover;
}

.intro-box{
position:relative;
text-align:center;
color:white;
z-index:2;
}

.intro-title{
font-size:60px;
letter-spacing:5px;
animation: glow 2s infinite alternate;
}

.intro-sub{
margin-top:10px;
font-size:18px;
opacity:0.9;
}

.loader{
width:60px;
height:60px;
border:5px solid rgba(255,255,255,0.3);
border-top:5px solid white;
border-radius:50%;
margin:30px auto;
animation: spin 1s linear infinite;
}

@keyframes spin{
0%{transform:rotate(0deg);}
100%{transform:rotate(360deg);}
}

@keyframes glow{
from{ text-shadow:0 0 10px white; }
to{ text-shadow:0 0 30px #00ffd5; }
}

/* NAVBAR */

.navbar{
background:rgba(255,255,255,0.85);
backdrop-filter:blur(10px);
box-shadow:0 5px 20px rgba(0,0,0,0.1);
}

/* HERO SECTION */

.hero{
height:100vh;
display:flex;
align-items:center;
justify-content:center;
text-align:center;
color:white;
position:relative;
overflow:hidden;
background-size:cover;
background-position:center;
animation:slider 18s infinite;

margin-bottom:50px;

}

.hero-overlay{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,0.45);
}

.hero-content{
position:relative;
z-index:2;
}

.hero h1{
font-size:70px;
font-weight:bold;
letter-spacing:2px;
}

/* HERO BUTTON */

.hero-btn{
padding:15px 35px;
border:none;
border-radius:30px;
font-size:18px;
margin-top:20px;
background:rgba(255,255,255,0.2);
backdrop-filter:blur(10px);
color:white;
transition:0.4s;
}

.hero-btn:hover{
background:white;
color:black;
}

/* HERO IMAGE SLIDER */

@keyframes slider{

0%{
background-image:url("https://images.unsplash.com/photo-1618220179428-22790b461013");
}

33%{
background-image:url("https://images.unsplash.com/photo-1560185127-6ed189bf02f4");
}

66%{
background-image:url("https://images.unsplash.com/photo-1505693416388-ac5ce068fe85");
}

100%{
background-image:url("https://images.unsplash.com/photo-1618220179428-22790b461013");
}

}

/* SECTION */

.section{
padding:100px 0;
}

/* PRODUCT */

.product{
background:white;
padding:20px;
border-radius:10px;
box-shadow:0 5px 20px rgba(0,0,0,0.1);
transition:.4s;
}

.product:hover{
transform:translateY(-10px);
}

/* TESTIMONIAL */

.testimonial{
background:white;
padding:30px;
border-radius:10px;
box-shadow:0 5px 20px rgba(0,0,0,0.1);
}

/* FEATURE SECTION */

.container-xxl{
background:#f8f9fa;
padding:80px 0;
}

.feature-card{
background:white;
padding:30px;
border-radius:15px;
transition:0.4s;
box-shadow:0 10px 25px rgba(0,0,0,0.08);
text-align:center;
position:relative;
overflow:hidden;
}

.feature-card:hover{
transform:translateY(-10px);
box-shadow:0 20px 40px rgba(0,0,0,0.15);
}

.icon-box{
width:65px;
height:65px;
background:linear-gradient(135deg,#d4a373,#faedcd);
border-radius:12px;
display:flex;
align-items:center;
justify-content:center;
margin:auto;
margin-bottom:15px;
}

.icon-box i{
color:white;
font-size:26px;
}

.display-1{
font-size:60px;
font-weight:700;
color:#d4a373;
opacity:0.3;
}

/* SCROLL ANIMATION */

.fade-up{
opacity:0;
transform:translateY(40px);
transition:0.7s ease;
}

.fade-up.show{
opacity:1;
transform:translateY(0);
}

/* FOOTER */

footer{
background:#111;
color:white;
padding:40px;
text-align:center;
}

/* MOBILE */

@media (max-width:768px){

.hero h1{
font-size:40px;
}

.display-1{
font-size:40px;
}

.feature-card{
margin-bottom:20px;
}

}
/* NAVBAR */

.navbar{
background:linear-gradient(135deg,#d4a373,#faedcd);
padding:18px 0;
box-shadow:0 8px 25px rgba(0,0,0,0.15);
}

/* LOGO */

.navbar-brand{
font-size:28px;
font-weight:700;
color:#333 !important;
letter-spacing:1px;
}

/* NAV LINKS */

.navbar-nav .nav-link{
font-size:18px;
font-weight:500;
color:#333 !important;
margin-left:20px;
transition:0.3s;
}

/* HOVER EFFECT */

.navbar-nav .nav-link:hover{
color:white !important;
transform:translateY(-2px);
}

/* ACTIVE LINK */

.navbar-nav .nav-link.active{
color:white !important;
}

/* MOBILE */

@media (max-width:768px){

.navbar{
padding:12px 0;
}

.navbar-brand{
font-size:22px;
}

}
/* FEATURE SECTION BACKGROUND */

.feature-section{
background:linear-gradient(135deg,hsl(28, 92%, 51%),hsl(210, 92%, 48%));
padding:90px 0;
}

/* FEATURE BOX */

.feature-box{
background:hwb(28 18% 8%);
padding:30px;
border-radius:15px;
box-shadow:0 10px 25px rgba(0,0,0,0.08);
transition:0.4s;
position:relative;
overflow:hidden;
}

/* HOVER EFFECT */

.feature-box:hover{
transform:translateY(-12px);
box-shadow:0 20px 45px rgba(0,0,0,0.15);
}

/* ICON BOX */

.icon-box{
width:60px;
height:60px;
background:linear-gradient(135deg,#d4a373,#faedcd);
border-radius:12px;
display:flex;
align-items:center;
justify-content:center;
}

/* NUMBER STYLE */

.feature-number{
font-size:65px;
font-weight:700;
color:#00000040;
}

/* TITLE */

.feature-box h5{
font-weight:600;
margin-top:10px;
color:#333;
}

/* GRID ANIMATION */

.feature-card{
opacity:0;
transform:translateY(40px);
animation:featureFade 1s ease forwards;
}

.feature-card:nth-child(1){animation-delay:0.2s;}
.feature-card:nth-child(2){animation-delay:0.4s;}
.feature-card:nth-child(3){animation-delay:0.6s;}
.feature-card:nth-child(4){animation-delay:0.8s;}

@keyframes featureFade{
from{
opacity:0;
transform:translateY(40px);
}
to{
opacity:1;
transform:translateY(0);
}
}

/* MOBILE */

@media (max-width:768px){

.feature-number{
font-size:45px;
}

.feature-box{
text-align:center;
}

}
/* ABOUT SECTION */

.about-section{
padding:100px 0;
background:linear-gradient(135deg,#fdf6f0,#f8f9fa);
}

/* IMAGE */

.about-img img{
border-radius:15px;
box-shadow:0 20px 40px rgba(0,0,0,0.15);
transition:0.4s;
}

.about-img img:hover{
transform:scale(1.05);
}

/* CONTENT */

.about-content h2{
font-size:40px;
font-weight:700;
margin-bottom:20px;
color:#333;
}

.about-content p{
font-size:16px;
color:#666;
margin-bottom:25px;
}

/* FEATURES */

.about-features{
margin-bottom:25px;
}

.feature-item{
font-size:17px;
margin-bottom:10px;
color:#444;
}

/* BUTTON */

.about-btn{
display:inline-block;
padding:12px 30px;
background:linear-gradient(135deg,#d4a373,#faedcd);
color:#333;
border-radius:25px;
text-decoration:none;
font-weight:600;
transition:0.4s;
}

.about-btn:hover{
background:#d4a373;
color:white;
}

/* ANIMATION */

.about-img{
opacity:0;
transform:translateX(-50px);
animation:aboutLeft 1s ease forwards;
}

.about-content{
opacity:0;
transform:translateX(50px);
animation:aboutRight 1s ease forwards;
animation-delay:0.3s;
}

@keyframes aboutLeft{
to{
opacity:1;
transform:translateX(0);
}
}

@keyframes aboutRight{
to{
opacity:1;
transform:translateX(0);
}
}

/* MOBILE */

@media (max-width:768px){

.about-content{
text-align:center;
margin-top:30px;
}

.about-content h2{
font-size:30px;
}

}



/* ABOUT SECTION */

.about-section{
padding:120px 0;
background:linear-gradient(135deg,#fdf6f0,#f8f9fa);
position:relative;
overflow:hidden;
}


/* TITLE */

.about-title{
font-size:42px;
font-weight:700;
margin-bottom:20px;

background:linear-gradient(45deg,#d4a373,#b08968);
-webkit-background-clip:text;
color:transparent;
}


/* TEXT */

.about-text{
color:#555;
font-size:17px;
line-height:1.7;
margin-bottom:30px;
}


/* IMAGE */

.image-wrapper{
overflow:hidden;
border-radius:20px;
box-shadow:0 25px 50px rgba(0,0,0,0.15);
}

.image-wrapper img{
width:100%;
transition:0.6s;
}

.image-wrapper:hover img{
transform:scale(1.08);
}


/* FEATURE BOX */

.about-features{
display:grid;
grid-template-columns:1fr 1fr;
gap:15px;
margin-bottom:30px;
}

.feature-box{
background:white;
padding:12px 18px;
border-radius:10px;
font-weight:500;
box-shadow:0 5px 15px rgba(0,0,0,0.08);
transition:0.3s;
}

.feature-box span{
color:#d4a373;
font-weight:bold;
margin-right:5px;
}

.feature-box:hover{
transform:translateY(-5px);
box-shadow:0 10px 25px rgba(0,0,0,0.15);
}


/* BUTTON */

.about-btn{
padding:14px 35px;
border-radius:30px;
text-decoration:none;
font-weight:600;

background:linear-gradient(135deg,#d4a373,#faedcd);
color:#333;

transition:0.4s;
}

.about-btn:hover{
background:#d4a373;
color:white;
transform:translateY(-3px);
}


/* FLOATING IMAGE ANIMATION */

.about-image{
animation:floatImage 4s ease-in-out infinite;
}

@keyframes floatImage{

0%{
transform:translateY(0px);
}

50%{
transform:translateY(-10px);
}

100%{
transform:translateY(0px);
}

}


/* SCROLL ANIMATION */

.about-content{
opacity:0;
transform:translateX(80px);
animation:aboutSlide 1s forwards;
animation-delay:0.4s;
}

@keyframes aboutSlide{

to{
opacity:1;
transform:translateX(0);
}

}


/* MOBILE */

@media (max-width:768px){

.about-section{
text-align:center;
}

.about-title{
font-size:32px;
}

.about-features{
grid-template-columns:1fr;
}

.about-image{
margin-bottom:30px;
}

}




/* FOOTER SECTION */

.footer{
background:#111;
color:#ddd;
position:relative;
overflow:hidden;
}

/* FOOTER HEADINGS */

.footer h4{
font-size:22px;
font-weight:600;
margin-bottom:20px;
color:#fff;
position:relative;
}

/* HEADING UNDERLINE */

.footer h4::after{
content:"";
width:40px;
height:3px;
background:#d4a373;
position:absolute;
left:0;
bottom:-8px;
}

/* FOOTER TEXT */

.footer p{
font-size:15px;
color:#bbb;
}

/* ICON TEXT */

.footer .mb-2{
display:flex;
align-items:center;
gap:10px;
}

/* SOCIAL ICONS */

.btn-social{
width:40px;
height:40px;
display:flex;
align-items:center;
justify-content:center;
border-radius:50%;
border:1px solid rgba(255,255,255,0.3);
color:white;
margin-right:8px;
transition:0.4s;
}

/* SOCIAL HOVER */

.btn-social:hover{
background:#d4a373;
border-color:#d4a373;
transform:translateY(-4px);
}

/* FOOTER LINKS */

.footer .btn-link{
display:block;
color:#bbb;
text-decoration:none;
margin-bottom:8px;
transition:0.3s;
font-size:15px;
}

/* LINK HOVER */

.footer .btn-link:hover{
color:#d4a373;
padding-left:8px;
}

/* NEWSLETTER INPUT */

.footer input{
border-radius:30px;
padding:12px;
}

/* NEWSLETTER BUTTON */

.footer button{
border-radius:30px;
background:#d4a373;
border:none;
transition:0.3s;
}

/* BUTTON HOVER */

.footer button:hover{
background:#b08968;
}

/* COPYRIGHT */

.copyright{
border-top:1px solid rgba(255,255,255,0.1);
padding:20px 0;
margin-top:20px;
font-size:14px;
color:#aaa;
}

/* COPYRIGHT LINK */

.copyright a{
color:#d4a373;
text-decoration:none;
}

/* MOBILE RESPONSIVE */

@media (max-width:768px){

.footer{
text-align:center;
}

.footer h4::after{
left:50%;
transform:translateX(-50%);
}

.footer .mb-2{
justify-content:center;
}

}
/* PRODUCT SECTION */

.product-card img{
width:100%;
height:200px;
object-fit:cover;
border-radius:10px;
margin-bottom:15px;
transition:0.4s;
}

.product-card h5{
font-weight:600;
margin-bottom:5px;
}

.price{
color:#d4a373;
font-weight:600;
font-size:18px;
margin-bottom:10px;
}

.product-card:hover{
transform:translateY(-10px);
box-shadow:0 20px 40px rgba(0,0,0,0.15);
}

.product-card:hover img{
transform:scale(1.05);
}






/* TESTIMONIAL SECTION */

.testimonial-section{
background:#f8f9fa;
padding:80px 0;
overflow:hidden;
}

.testimonial-title{
text-align:center;
font-size:40px;
font-weight:700;
margin-bottom:50px;
color:#333;
}

/* slider */

.testimonial-slider{
display:flex;
gap:30px;
animation:slideTestimonial 20s linear infinite;
}

/* card */

.testimonial-card{
background:white;
padding:30px;
border-radius:15px;
min-width:300px;
max-width:300px;
text-align:center;
box-shadow:0 10px 30px rgba(0,0,0,0.1);
transition:0.4s;
}

.testimonial-card:hover{
transform:translateY(-10px) scale(1.03);
box-shadow:0 20px 40px rgba(0,0,0,0.2);
}

.testimonial-card img{
width:80px;
height:80px;
border-radius:50%;
margin-bottom:15px;
border:4px solid #ffb347;
}

.testimonial-card p{
font-size:15px;
color:#555;
margin-bottom:15px;
font-style:italic;
}

.testimonial-card h4{
font-size:18px;
margin-bottom:5px;
}

.stars{
color:#ffb347;
font-size:18px;
}

/* animation */

@keyframes slideTestimonial{

0%{
transform:translateX(0);
}

100%{
transform:translateX(-50%);
}

}

/* mobile */

@media(max-width:768px){

.testimonial-slider{
animation:none;
flex-direction:column;
align-items:center;
}

.testimonial-card{
width:90%;
}

}

/* MISSION SECTION */

.mission-section{
padding:90px 0;
background:linear-gradient(135deg,#f6f9fc,#eef3f7);
}

.mission-title{
text-align:center;
font-size:40px;
font-weight:700;
margin-bottom:60px;
color:#333;
}

/* GRID */

.mission-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
gap:30px;
}

/* CARD */

.mission-card{
background:rgba(255,255,255,0.6);
backdrop-filter:blur(10px);
padding:40px 25px;
border-radius:20px;
text-align:center;
box-shadow:0 15px 35px rgba(0,0,0,0.1);

opacity:0;
transform:translateY(60px);

transition:0.6s ease;
}

/* icon */

.mission-card img{
width:60px;
margin-bottom:20px;
}

/* hover animation */

.mission-card:hover{
transform:translateY(-10px) scale(1.05);
box-shadow:0 25px 50px rgba(0,0,0,0.2);
}

/* title */

.mission-card h3{
font-size:22px;
margin-bottom:10px;
}

/* text */

.mission-card p{
font-size:15px;
color:#555;
line-height:1.6;
}

/* active animation */

.mission-card.show{
opacity:1;
transform:translateY(0);
}

/* GALLERY */

.gallery-section{
padding:100px 0;
background:#f9f9f9;
}

.gallery-title{
text-align:center;
font-size:40px;
margin-bottom:50px;
}

.gallery-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
gap:20px;
}

.gallery-item{
overflow:hidden;
border-radius:15px;
box-shadow:0 10px 30px rgba(0,0,0,0.15);
}

.gallery-item img{
width:100%;
height:260px;
object-fit:cover;
transition:0.6s;
}

.gallery-item:hover img{
transform:scale(1.2) rotate(2deg);
}


/* MISSION SECTION */

.mission-section{
padding:90px 0;
background:linear-gradient(135deg,#f6f9fc,#eef3f7);
}

.mission-title{
text-align:center;
font-size:40px;
font-weight:700;
margin-bottom:60px;
color:#333;
}

/* GRID */

.mission-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
gap:30px;
}

/* CARD */

.mission-card{
background:rgba(255,255,255,0.6);
backdrop-filter:blur(10px);
padding:40px 25px;
border-radius:20px;
text-align:center;
box-shadow:0 15px 35px rgba(0,0,0,0.1);

opacity:0;
transform:translateY(60px);

transition:0.6s ease;
}

/* icon */

.mission-card img{
width:60px;
margin-bottom:20px;
}

/* hover animation */

.mission-card:hover{
transform:translateY(-10px) scale(1.05);
box-shadow:0 25px 50px rgba(0,0,0,0.2);
}

/* title */

.mission-card h3{
font-size:22px;
margin-bottom:10px;
}

/* text */

.mission-card p{
font-size:15px;
color:#555;
line-height:1.6;
}

/* active animation */

.mission-card.show{
opacity:1;
transform:translateY(0);
}

/* MISSION SECTION */

.mission-section{
padding:100px 20px;
background:#f7f7f7;
text-align:center;
}

.mission-title{
font-size:40px;
margin-bottom:60px;
font-weight:700;
}

.mission-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
gap:40px;
}

.mission-card{
background:white;
padding:40px;
border-radius:15px;
box-shadow:0 10px 30px #e2a2481a;

opacity:0;
transform:translateY(50px);

transition:0.8s;
}

.mission-card.show{
opacity:1;
transform:translateY(0);
}

.mission-card img{
width:70px;
margin-bottom:20px;
}

.mission-card h3{
font-size:26px;
margin-bottom:10px;
}

.mission-card p{
color:#666;
line-height:1.6;
}

/* hover */

.mission-card:hover{
transform:translateY(-10px);
box-shadow:0 20px 40px rgba(0,0,0,0.2);
}
body{
  font-family: Arial, sans-serif;
  background:hsl(45, 80%, 64%);
}

.contact-section{
  padding:80px 10%;
  text-align:center;
  color:white;
}

.title{
  font-size:40px;
  margin-bottom:50px;
}

.contact-container{
  display:flex;
  justify-content:center;
  gap:40px;
  flex-wrap:wrap;
  perspective:1000px;
}

.contact-info,
.contact-form{
  background:#1c1c1c;
  padding:40px;
  border-radius:15px;
  width:350px;
  transition:0.5s;
  transform-style:preserve-3d;
  box-shadow:0 20px 40px rgba(0,0,0,0.4);
}

.contact-info:hover,
.contact-form:hover{
  transform:rotateY(10deg) rotateX(10deg) scale(1.05);
}

.input-box{
  position:relative;
  margin-bottom:25px;
}

.input-box input,
.input-box textarea{
  width:100%;
  padding:10px;
  background:transparent;
  border:1px solid #555;
  color:white;
  outline:none;
}

.input-box label{
  position:absolute;
  left:10px;
  top:10px;
  font-size:14px;
  transition:0.3s;
}

.input-box input:focus ~ label,
.input-box input:valid ~ label,
.input-box textarea:focus ~ label,
.input-box textarea:valid ~ label{
  top:-10px;
  font-size:12px;
  color:#00e0ff;
}

button{
  padding:12px 30px;
  border:none;
  background:#00e0ff;
  color:black;
  font-weight:bold;
  cursor:pointer;
  border-radius:5px;
  transition:0.3s;
}

button:hover{
  transform:scale(1.1);
}
 



























/* Splash Screen */

#splash{
position:fixed;
width:100%;
height:100%;
background:linear-gradient(135deg,#1a1a1a,#3b2b2b);
display:flex;
justify-content:center;
align-items:center;
z-index:9999;
color:white;
text-align:center;
animation:fadeOut 1s ease 4s forwards;
}

.logo{
font-size:55px;
letter-spacing:4px;
font-weight:bold;
animation:logoZoom 2s ease;
}

.tagline{
margin-top:10px;
font-size:18px;
color:#ddd;
}

.progress-bar{
width:250px;
height:5px;
background:#444;
margin-top:30px;
overflow:hidden;
border-radius:5px;
}

.progress{
height:100%;
width:0%;
background:#f39c12;
animation:loading 4s linear forwards;
}

/* Animations */

@keyframes loading{
0%{width:0%;}
100%{width:100%;}
}

@keyframes logoZoom{
0%{
opacity:0;
transform:scale(0.5);
}
100%{
opacity:1;
transform:scale(1);
}
}

@keyframes fadeOut{
to{
opacity:0;
visibility:hidden;
}
}

/* card change error */
.product-card{
margin-bottom:40px;
display:flex;
justify-content:center;
}

.product{
width:380px;
background:#f8f8f8;
padding:25px;
border-radius:15px;
box-shadow:0 10px 25px rgba(0,0,0,0.15);
text-align:center;
transition:0.4s;
}

.product img{
width:100%;
height:220px;
object-fit:contain;
margin-bottom:15px;
}

.product:hover{
transform:translateY(-10px);
box-shadow:0 20px 40px rgba(0,0,0,0.2);
}












.feature-section{
background:linear-gradient(90deg,#f0c040,#1e73d8);
padding:120px 0;
}

.feature-card{
padding:10px;
}

.feature-box{
background:#fff;
padding:30px;
border-radius:20px;
box-shadow:0 10px 30px rgba(0,0,0,0.1);
transition:0.4s;
height:100%;
}

.feature-box:hover{
transform:translateY(-12px);
box-shadow:0 20px 50px rgba(0,0,0,0.2);
}

.feature-number{
font-size:45px;
color:#cfcfcf;
font-weight:700;
}

.icon-box{
background:#e8d2a5;
padding:12px;
border-radius:12px;
}
.feature-card{
margin:10px;
}
.feature-section{
margin-top:80px;
position:relative;
z-index:1;
}



/*hero section animation*/
/* FEATURE SECTION */

.feature-section{
position:relative;
margin-top:-80px;   /* hero वर थोडे floating */
z-index:5;
padding-bottom:60px;
}

.feature-box{
background:#f5f5f5;
padding:35px;
border-radius:20px;
text-align:center;
box-shadow:0 10px 30px rgba(0,0,0,0.15);
transition:0.4s;
margin:10px;
}

.feature-box:hover{
transform:translateY(-10px);
box-shadow:0 20px 40px rgba(0,0,0,0.2);
}

/* ICON BOX */

.icon-box{
background:#e6c06a;
padding:12px;
border-radius:12px;
display:inline-block;
margin-bottom:10px;
}

/* NUMBER */

.feature-number{
font-size:45px;
color:#cfcfcf;
font-weight:700;
}


/* falsh screen */
/* SPLASH SCREEN */

#splash{
position:fixed;
top:0;
left:0;
width:100%;
height:100vh;
background:linear-gradient(135deg,#0f0f0f,#1b1b1b);
display:flex;
align-items:center;
justify-content:center;
z-index:9999;
overflow:hidden;
transition:1s;
}

/* PARTICLE BACKGROUND */

.splash-particles{
position:absolute;
width:100%;
height:100%;
background-image:
radial-gradient(#c8a96a 1px, transparent 1px);
background-size:40px 40px;
opacity:0.2;
animation:moveParticles 20s linear infinite;
}

@keyframes moveParticles{
0%{
transform:translateY(0);
}
100%{
transform:translateY(-200px);
}
}

/* CONTENT */

.splash-content{
text-align:center;
color:white;
position:relative;
z-index:2;
}

/* LOGO */

.logo{
font-size:70px;
font-weight:bold;
letter-spacing:4px;
background:linear-gradient(45deg,#c8a96a,#fff2cc);
-webkit-background-clip:text;
-webkit-text-fill-color:transparent;
animation:logoAnim 2s ease;
}

@keyframes logoAnim{
0%{
transform:scale(0.6);
opacity:0;
}
100%{
transform:scale(1);
opacity:1;
}
}

/* TAGLINE */

.tagline{
margin-top:10px;
font-size:18px;
letter-spacing:3px;
color:#ddd;
animation:fadeText 2s ease;
}

@keyframes fadeText{
0%{
opacity:0;
transform:translateY(20px);
}
100%{
opacity:1;
transform:translateY(0);
}
}

/* LUXURY LOADER */

.luxury-loader{
margin:30px auto;
width:50px;
height:50px;
border-radius:50%;
border:3px solid rgba(255,255,255,0.2);
border-top:3px solid #c8a96a;
animation:spin 1s linear infinite;
}

@keyframes spin{
100%{
transform:rotate(360deg);
}
}

/* PROGRESS BAR */

.progress-bar{
width:260px;
height:5px;
background:#333;
border-radius:20px;
margin:auto;
overflow:hidden;
}

.progress{
height:100%;
width:0%;
background:linear-gradient(90deg,#c8a96a,#fff2cc);
animation:loading 3s forwards;
}

@keyframes loading{
0%{width:0;}
100%{width:100%;}
}