/* Google Font */

@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;
font-family:Poppins,sans-serif;
}
html{

scroll-behavior:smooth;

}
body{

background:#fff;

}
/* Chat Button */

.chat-btn{
    position:fixed;
    right:25px;
    bottom:25px;
    width:60px;
    height:60px;
    background:black;
    color:#d4af37;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:28px;
    cursor:pointer;
    z-index:1000;
}


/* Chat Box */

.chatbot{
    position:fixed;
    right:25px;
    bottom:100px;
    width:350px;
    background:white;
    border-radius:20px;
    box-shadow:0 10px 30px rgba(0,0,0,.2);
    overflow:hidden;
    z-index:999;

    opacity:0;
    transform:translateY(30px);
    pointer-events:none;
    transition:.3s;
}


.chatbot.active{
    opacity:1;
    transform:translateY(0);
    pointer-events:auto;
}


.chat-header{
    background:black;
    color:#d4af37;
    padding:15px;
    font-weight:bold;
    display:flex;
    justify-content:space-between;
}


.chat-body{
    height:300px;
    padding:15px;
    overflow-y:auto;
}


.bot,.user{
    padding:10px;
    border-radius:10px;
    margin:10px 0;
}


.bot{
    background:#f1f1f1;
}


.user{
    background:#d4af37;
    text-align:right;
}


.chat-input{
    display:flex;
}


.chat-input input{
    flex:1;
    padding:12px;
    border:1px solid #ddd;
}


.chat-input button{
    background:black;
    color:white;
    border:none;
    padding:12px 18px;
}

/* Navbar */

nav{

width:100%;
height:80px;

background:black;

display:flex;

justify-content:space-between;

align-items:center;

padding:0 8%;

position:fixed;

top:0;

z-index:1000;

}

.logo h2{

color:white;

font-size:32px;

}

.logo span{

color:#d4af37;

}

nav ul{

display:flex;

gap:35px;

list-style:none;

}
nav{
    animation: slideDown .8s ease;
}

@keyframes slideDown{
    from{
        transform:translateY(-100%);
        opacity:0;
    }
    to{
        transform:translateY(0);
        opacity:1;
    }
}
nav ul li a{

color:white;

text-decoration:none;

font-size:17px;

transition:.4s;

}

nav ul li a:hover{

color:#d4af37;

}



.btn{

padding:13px 28px;

background:#d4af37;

color:black;

text-decoration:none;

font-weight:600;

border-radius:50px;

transition:.4s;

}

.btn:hover{

background:white;

}
.hero-content h1{
    animation: fadeUp 1s ease;
}

.hero-content p{
    animation: fadeUp 1.3s ease;
}

.buttons{
    animation: fadeUp 1.6s ease;
}

@keyframes fadeUp{

from{
opacity:0;
transform:translateY(50px);
}

to{
opacity:1;
transform:translateY(0);
}

}
.card{

transition:.5s;
cursor:pointer;

}

.card:hover{

transform:translateY(-15px) scale(1.03);
box-shadow:0 25px 60px rgba(0,0,0,.18);

}

.card img{

transition:.6s;

}

.card:hover img{

transform:scale(1.08);

}
.gallery-item{

position:relative;
overflow:hidden;

}

.gallery-item::after{

content:"";
position:absolute;
inset:0;
background:rgba(212,175,55,.35);

opacity:0;
transition:.5s;

}

.gallery-item:hover::after{

opacity:1;

}

.gallery-item img{

transition:.7s;

}

.gallery-item:hover img{

transform:scale(1.12) rotate(2deg);

}
.btn{

position:relative;
overflow:hidden;

}

.btn::before{

content:"";
position:absolute;
top:0;
left:-100%;
width:100%;
height:100%;
background:rgba(255,255,255,.4);
transition:.6s;

}

.btn:hover::before{

left:100%;

}
.social-icons a{

transition:.4s;

}

.social-icons a:hover{

transform:translateY(-10px) rotate(360deg);

}
.why-card{

transition:.5s;

}

.why-card:hover{

transform:translateY(-12px);

}

.why-card i{

transition:.5s;

}

.why-card:hover i{

transform:scale(1.25) rotate(10deg);

}
/* Hero */

.hero{

height:100vh;

background:url(https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQycEpNdapViL_Yb1Zu4TZk9OFqnkLR_mgcz3rkicLN4g&s=10);

background-size:cover;

background-position:center;

position:relative;

display:flex;

justify-content:center;

align-items:center;

}

.overlay{

position:absolute;

width:100%;

height:100%;

background:rgba(0, 0, 0, 0.329);

}

.hero-content{

position:relative;

text-align:center;

color:white;

max-width:850px;

padding:20px;

}

.hero-content h1{

font-size:65px;

line-height:75px;

margin-bottom:25px;

}

.hero-content h1 span{

color:#d4af37;

}

.hero-content p{

font-size:22px;

margin-bottom:40px;

line-height:40px;

}

.buttons{

display:flex;

justify-content:center;

gap:20px;

}

.btn2{

padding:13px 28px;

border:2px solid #d4af37;

color:white;

text-decoration:none;

border-radius:50px;

transition:.4s;

}

.btn2:hover{

background:#d4af37;

color:black;

}
/* ================= SERVICES ================= */

.services{

padding:100px 8%;

background:#f8f8f8;

}

.title{

text-align:center;

margin-bottom:60px;

}

.title h4{

color:#d4af37;

font-size:20px;

margin-bottom:10px;

}

.title h2{

font-size:45px;

color:#111;

margin-bottom:20px;

}

.title p{

max-width:700px;

margin:auto;

color:#555;

line-height:30px;

}

.service-container{

display:grid;

grid-template-columns:repeat(auto-fit,minmax(270px,1fr));

gap:30px;

}

.card{

background:white;

border-radius:20px;

overflow:hidden;

box-shadow:0 10px 30px rgba(0,0,0,.08);

transition:.4s;

}

.card:hover{

transform:translateY(-12px);

box-shadow:0 15px 40px rgba(0,0,0,.18);

}

.card img{

width:100%;

height:230px;

object-fit:cover;

}

.content{

padding:25px;

}

.content h3{

font-size:24px;

margin-bottom:15px;

color:#111;

}

.content p{

color:#666;

line-height:28px;

margin-bottom:25px;

}

.content a{

display:inline-block;

padding:12px 25px;

background:black;

color:white;

text-decoration:none;

border-radius:40px;

transition:.4s;

}

.content a:hover{

background:#d4af37;

color:black;

}
/* ================= GALLERY ================= */

.gallery{

padding:100px 8%;

background:#111;

}

.gallery .title h2{

color:white;

}

.gallery .title p{

color:#ccc;

}

.gallery-container{

display:grid;

grid-template-columns:repeat(3,1fr);

gap:25px;

margin-top:60px;

}

.gallery-item{

overflow:hidden;

border-radius:20px;

cursor:pointer;

}

.gallery-item img{

width:100%;

height:320px;

object-fit:cover;

transition:.5s;

display:block;

}

.gallery-item:hover img{

transform:scale(1.08);

}

/* Responsive */

@media(max-width:992px){

.gallery-container{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:600px){

.gallery-container{

grid-template-columns:1fr;

}

}
/* WHY */

.why-us{

padding:100px 8%;

background:#f8f8f8;

}

.why-container{

display:grid;

grid-template-columns:repeat(auto-fit,minmax(250px,1fr));

gap:30px;

margin-top:50px;

}

.why-card{

background:white;

padding:35px;

text-align:center;

border-radius:20px;

box-shadow:0 10px 25px rgba(0,0,0,.08);

transition:.4s;

}

.why-card:hover{

transform:translateY(-10px);

}

.why-card i{

font-size:45px;

color:#d4af37;

margin-bottom:20px;

}

/* Reviews */

.reviews{

padding:100px 8%;

background:#111;

color:white;

text-align:center;

}

.review-box{

max-width:700px;

margin:auto;

margin-top:50px;

}

.review-box p{

font-size:22px;

line-height:35px;

margin-bottom:20px;

}

/* Contact */

.contact{

padding:100px 8%;

text-align:center;

}

.contact-box{

margin-top:40px;

}

.contact iframe{

width:100%;

height:350px;

border:none;

border-radius:20px;

margin-top:30px;

}

/* Footer */

footer{

background:black;

padding:40px;

text-align:center;

color:white;

}

footer span{

color:#d4af37;

}
.social-icons{

margin-top:25px;

display:flex;

justify-content:center;

gap:20px;

}

.social-icons a{

width:50px;

height:50px;

background:#d4af37;

color:black;

border-radius:50%;

display:flex;

justify-content:center;

align-items:center;

font-size:22px;

text-decoration:none;

transition:.4s;

}

.social-icons a:hover{

background:white;

transform:translateY(-8px);

}


/* ================= RESPONSIVE ================= */

/* Laptop */
@media (max-width: 992px) {

    nav {
        padding: 0 30px;
    }

    nav ul {
        gap: 20px;
    }

    .hero-content h1 {
        font-size: 48px;
        line-height: 58px;
    }

    .hero-content p {
        font-size: 18px;
        line-height: 30px;
    }

    .gallery-container {
        grid-template-columns: repeat(2,1fr);
    }

}

/* Mobile */

@media (max-width:768px){


nav ul{

flex-direction:column;

align-items:center;

gap:15px;

}
.logo h2{

color:white;

font-size:20px;


.hero{

padding:120px 20px 60px;

height:auto;

}

.hero-content h1{

font-size:36px;

line-height:45px;

}

.hero-content p{

font-size:16px;

line-height:28px;

}

.buttons{

flex-direction:column;

align-items:center;

}

.btn{

width:220px;

text-align:center;

}

.service-container{

grid-template-columns:1fr;

}

.gallery-container{

grid-template-columns:1fr;

}

.why-container{

grid-template-columns:1fr;

}

.title h2{

font-size:34px;

}

.review-box p{

font-size:18px;

line-height:30px;

}

.social-icons{

flex-wrap:wrap;

}

}

/* Small Mobile */

@media(max-width:480px){

.hero-content h1{

font-size:28px;

line-height:36px;

}

.title h2{

font-size:28px;

}

.card img{

height:200px;

}

.contact iframe{

height:250px;

}

.btn{

width:100%;

}

}
.menu-btn{
    display:none;
    font-size:28px;
    color:white;
    cursor:pointer;
}

/* Mobile Navbar */
@media (max-width:768px){

    nav{
        padding:15px 20px;
        height:auto;
        flex-wrap:wrap;
    }

    .menu-btn{
        display:block;
    }

    .desktop-btn{
        display:none;
    }

    .nav-links{
        display:none;
        width:100%;
        flex-direction:column;
        text-align:center;
        background:#000;
        margin-top:15px;
        padding:20px 0;
        gap:20px;
    }

    .nav-links.active{
        display:flex;
    }

}
/* AI Chatbot Responsive */

@media (max-width: 768px){

    .chatbot{
        width:90%;
        right:5%;
        bottom:15px;
        border-radius:15px;
    }

    .chat-header{
        padding:12px;
        font-size:16px;
    }

    .chat-body{
        height:250px;
        padding:12px;
    }

    .bot,.user{
        font-size:14px;
        padding:8px;
        margin:8px 0;
    }

    .chat-input input{
        padding:10px;
        font-size:14px;
    }

    .chat-input button{
        padding:10px 15px;
        font-size:14px;
    }

}


@media (max-width: 480px){

    .chatbot{
        width:95%;
        right:2.5%;
        bottom:10px;
    }

    .chat-header{
        font-size:15px;
        padding:10px;
    }

    .chat-body{
        height:220px;
    }

    .bot,.user{
        font-size:13px;
    }

    .chat-input{
        flex-direction:row;
    }

    .chat-input input{
        width:70%;
    }

    .chat-input button{
        width:30%;
    }

}
}
