* {
    margin: 0%;
    font-family: 'Playfair Display', serif;
}

.navbar {
    background: transparent;
    padding: 20px 0;
    transition: 0.4s ease;
}

.navbar-brand {
    font-size: 32px;
    letter-spacing: 3px;
    color: #fff;
}

.nav-link {
    color: #fff;
    margin-left: 25px;
    font-size: 20px;
    position: relative;
    transition: 0.3s;
}

.navbar a:hover {
    color: #C5A47E;
}

.navbar.scrolled {
    background: #000;
    padding: 10px 0;
}

.footer {
    background: #000;
    color: #fff;
    padding: 80px 0 30px;
}

.footer-brand h2 {
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.footer-links h5 {
    margin-bottom: 20px;
    color: #C5A47E;
}

.footer-contact h5 {
    margin-bottom: 20px;
    color: #C5A47E;
}

.footer-links ul {
    list-style: none;
}

.footer-links ul li {
    margin-bottom: 10px;
}

.footer-links a {
    text-decoration: none;
    color: #fff;
    transition: 0.3s;
}

.footer-links a:hover {
    color: #C5A47E;
}

.footer-contact p {
    color: #fff;
    margin-bottom: 8px;
}

.footer-bottom {
    border-top: 1px solid #000;
    margin-top: 40px;
    padding-top: 20px;
    font-size: 14px;
    color: #888;
}

.carousel-item img {
    height: 100vh;
    object-fit: cover;
}

.carousel-overlay {
    width: 100%;
    height: 100%;
    background: #000;
}

.carousel-caption h1 {
    font-size: 60px;
    letter-spacing: 2px;
}

.carousel-caption p {
    font-size: 20px;
}

.featured-section h2 {
    font-size: 36px;
    letter-spacing: 1px;
    align-items: center;
    text-align: center;
}

.featured-section {
    padding: 100px 0;
    color: #000000;
}

.featured-row {
    margin-bottom: 80px;
    align-items: center;
}

.featured-img {
    width: 100%;
    border-radius: 10px;
    position: relative;
}

.featured-img img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.featured-img:hover img {
    transform: scale(1.08);
}

.featured-content {
    padding: 20px 40px;
}

.featured-content h2 {
    font-size: 38px;
    margin-bottom: 15px;
    letter-spacing: 1px;
}

.featured-content p {
    font-size: 18px;
    color: #000;
    margin-bottom: 25px;
}

.featured-content .buttons {
    background-color: #C5A47E;
    color: #000;
    border: none;
    padding: 10px 25px;
    font-size: 14px;
}

.video-wrapper iframe {
    width: 100%;
    height: 700px;
    border: none;
}

.text h2 {
    font-size: 36px;
    margin-bottom: 15px;
    letter-spacing: 1px;
    align-items: center;
    text-align: center;
}

.text h3 {
    font-size: 30px;
    margin-bottom: 15px;
    letter-spacing: 1px;
}

.text p {
    font-size: 15px;

    line-height: 1.8;
    margin-bottom: 25px;
}

.card {
    border: none;
    border-radius: 15px;
    overflow: hidden;
    transition: 0.4s;
}

.card img {
    height: 800px;
    object-fit: cover;
}

.card:hover {
    transform: translateY(-10px) scale(1.03);
    box-shadow: 0 15px 35px #000;
}

.testimonial-section {
    background: #000;
    color: #fff;
    padding: 120px 20px;
}

.testimonial-section h3 {
    font-size: 36px;
    color: #C5A47E;
}

.testimonial-text {
    font-size: 28px;
}

.testimonial-name {
    margin-top: 20px;
    color: #C5A47E;
    letter-spacing: 1px;
}

.card {
    border: none;
    border-radius: 15px;
    overflow: hidden;
    transition: 0.4s;
}

.card img {
    height: 450px;
    object-fit: cover;
}

.card:hover {
    transform: translateY(-10px) scale(1.03);
    box-shadow: 0 15px 35px #000;
}

.carousel-caption h1 {
    font-size: 64px;
}

.lines {
    background: #000;
    color: #fff;
    padding: 120px 20px;
    font-size: 28px;
}

.lines h3 {
    font-size: 36px;
    color: #C5A47E;
}

.story {
    background-color: #fff;
    color: #000;
    padding: 120px 20px;
    font-size: 28px;
}

.story h3 {
    font-size: 36px;
    color: #000;
}

.line {
    text-align: center;
    padding: 80px 20px;
    background: #000;
    color: #fff;
}

.line h3 {
    font-size: 36px;
    margin-bottom: 40px;
    letter-spacing: 2px;
}

.line p {
    font-size: 20px;
    margin: 20px 0;
    letter-spacing: 1px;
}

.line p strong {
    color: #fff;
    margin-right: 10px;
}

.craftsmanship {
    padding: 100px 0;
    color: #000000;
    margin: 0px 80px;
}

.cards {
    border: none;
    border-radius: 0px;
    overflow: hidden;
    transition: 0.4s;
}

.cards img {
    width: auto;
    height: 400px;
    object-fit: cover;
}

.cards:hover {
    transform: translateY(-10px) scale(1.03);
    box-shadow: 0 15px 35px #000;
}

.lookbook {
    display: flex;
    border-radius: 0%;
}

.cta {
    text-align: center;
    padding: 80px 20px;
    color: #000;
}

.cta h2 {
    margin-bottom: 20px;
    font-size: 34px;
}

.cta p {
    margin-bottom: 30px;
    font-size: 20px;
}

.button {
    padding: 10px 25px;
    background: #C5A47E;
    border: none;
    color: #fff;
    cursor: pointer;
    transition: 0.3s;
    border-radius: 10px;
}

.button:hover {
    background: #000;
}

.cta button {
    padding: 15px 25px;
    background: #C5A47E;
    border: none;
    color: #fff;
    cursor: pointer;
    transition: 0.3s;
    border-radius: 10px;
    font-size: 20px;
}

.cta button:hover {
    background: #000;
}

.form {
    background: #000;
    color: #fff;
    padding: 120px 20px;
    font-size: 28px;
    padding: 0px 500px;
}





body {
    overflow-x: hidden;
}

img {
    max-width: 100%;
    height: auto;
}

@media (max-width: 576px) {
    .navbar {
        padding: 10px 0;
    }
    .navbar-brand {
        font-size: 20px;
    }
    .nav-link {
        font-size: 14px;
        margin-left: 10px;
    }

    .carousel-item img {
        height: 60vh;
    }

    .carousel-caption {
        bottom: 20px;
    }

    .carousel-caption h1 {
        font-size: 20px;
    }

    .carousel-caption p {
        font-size: 13px;
    }

    .featured-section {
        padding: 40px 15px;
    }

    .featured-content {
        text-align: center;
        padding: 10px;
    }

    .featured-content h2 {
        font-size: 22px;
    }

    .featured-content p {
        font-size: 14px;
    }

    .featured-img img {
        height: 220px;
    }

    .video-wrapper iframe {
        height: 220px;
    }

    .card img {
        height: 220px;
    }

    .lines{
        padding: 50px 15px;
        font-size: 16px;
    }

    .story{
        padding: 50px 15px;
        font-size: 16px;
    }

    .line {
        padding: 50px 15px;
        font-size: 16px;
    }

    .lines h3{
        font-size: 22px;
    }

    .story h3{
        font-size: 22px;
    }

    .line h3 {
        font-size: 22px;
    }

    .line p {
        font-size: 14px;
    }

    .testimonial-section {
        padding: 60px 15px;
    }

    .testimonial-text {
        font-size: 16px;
    }

    .lookbook {
        flex-direction: column;
        gap: 10px;
    }

    .cards img {
        width: 100%;
        height: 220px;
    }

    .cta h2 {
        font-size: 22px;
    }

    .cta p {
        font-size: 14px;
    }

    .cta button {
        font-size: 14px;
        padding: 10px 20px;
    }

    .form {
        padding: 40px 20px;
        font-size: 16px;
    }

    .footer {
        padding: 50px 20px;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .carousel-item img {
        height: 70vh;
    }

    .carousel-caption h1 {
        font-size: 30px;
    }

    .carousel-caption p {
        font-size: 15px;
    }

    .featured-content {
        text-align: center;
        padding: 20px;
    }

    .featured-img img {
        height: 300px;
    }

    .card img {
        height: 280px;
    }

    .video-wrapper iframe {
        height: 300px;
    }

    .testimonial-text {
        font-size: 18px;
    }

    .form {
        padding: 60px 40px;
    }
}

@media (max-width: 992px) {
    .carousel-caption h1 {
        font-size: 40px;
    }

    .featured-img img {
        height: 350px;
    }

    .card img {
        height: 320px;
    }

    .video-wrapper iframe {
        height: 400px;
    }

    .form {
        padding: 80px 80px;
    }
}

@media (min-width: 1200px) {
    .carousel-caption h1 {
        font-size: 64px;
    }

    .video-wrapper iframe {
        height: 700px;
    }
}