@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Poppins", serif;
    text-decoration: none;
}

body {
    overflow-x: hidden;
    width: 100vw;
    /* background: linear-gradient(to right, #252525 10%, #161616 20%, #000 40%, #000 60%, #161616 80%, #252525 90%); */
    /* background: #111227; */
    /* padding: 1rem 10rem; */
}

.header {
    position: fixed;
    height: 25vh;
    top: 0;
    left: 0;
    width: 100%;
    padding: 1rem 10rem;
    background: #0a0022;
}

.upper {
    width: 100%;
    height: 80px;
    padding: 0 0 1rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.logo {
    width: 80%;
    display: flex;
    flex-direction: column;
}

.logo a {
    text-decoration: none;
    color: #f3d78d;
}

/* .logo h1 a {
    text-decoration: none;
    color: #ff0000;
} */
.social_media {
    display: flex;
    width: 100%;
    padding: 0.5rem 10rem;
    justify-content: center;
}

.social_media a {
    padding: 0 1rem;
}

.lower {
    width: 100%;
}

#menu {
    width: 100%;
}

#menu ul {
    display: flex;
    list-style: none;
    justify-content: space-between;
}

#menu ul li {
    width: 25%;
    /* border: 2px solid #f3d78d; */
    background: #fff;
    border-radius: 10px;
    padding: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.2s;
}

#menu ul li:hover {
    background: rgb(34, 34, 34);
}

#menu ul li a {
    text-decoration: none;
    font-size: 1rem;
    font-weight: bold;
    color: #000;
}

#menu ul li:hover a {
    color: #fff;
}

#menu ul li.active {
    background: rgb(34, 34, 34);
    /* Active background color */
}

#menu ul li.active a {
    color: #fff;
    /* Active text color */
}

/* //////////////////// footer   // */


.footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    width: 100%;
    background: #0a0022;
}

.footer p {

    color: #fff;
}

.footer a {
    text-decoration: none;
    color: #fff;
}

/* //////////////////// body   // */
.hero_conatiner {
    width: 100vw;
    height: 100vh;
    position: relative;
}

.hero_conatiner img {
    height: 100%;
    width: 100%;
}

.hero_text {
    position: absolute;
    top: 40%;
    left: 10rem;
    color: #fff;
}

.hero_text h1 {
    color: #fff;
    text-shadow: 10px 10px 10px #000;
    font-size: 4rem;
    font-weight: 400;
    line-height: 1;
    border-bottom: 1px solid white;
}

.hero_text p {
    color: #fff;
    text-shadow: 10px 10px 10px #000;
    font-size: 1.2rem;
    line-height: 1.2;
    padding: 0.5rem 0 0 0;
}

/* ////////////////////// */

.body_container {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.content_section1 {
    padding: 2rem 10rem;
    background: #fff;
}

.content_section2 {
    width: 100%;
    padding: 2rem 10rem;
    background: #1e1547;
}

.service_part {
    padding: 2rem 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.service_card {
    width: 30%;
    padding: 1rem;
}

.service_card img {
    width: 100%;
    /* height: 250px; */
    border-radius: 20px;
    transition: 0.3s;
}

.service_card img:hover {
    transform: scale(1.1);
}

.service_card h3 {
    font-size: 1.3rem;
    color: #fff;
    font-weight: 400;
}

.body_heading {
    padding: 0.5rem 0;
    width: 100%;

}

.body_heading h2 {

    font-size: 3rem;
    font-weight: 400;
    line-height: 1.25;
    color: #ffb24e;
    /* text-decoration: underline; */
    /* font-weight: bold; */
}

.content_section3 {
    width: 100%;
    padding: 2rem 10rem;
    background: #fff;
}


.bestsellingbox {
    padding: 2rem 0;
    display: flex;
    width: 100%;
}

.bestsellingcard {
    background: #ffb24e;
    width: 25%;
    padding: 1rem;
    /* border: 1px solid black; */
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.bestsellingcard img {
    width: 100%;
    border-radius: 20px;
    transition: 0.3s;
}

.bestsellingcard img:hover {
    transform: scale(1.1);
}

.bestsellingcard:nth-child(even) {
    background: #1e1547;
}

.content_section4 {
    width: 100%;
    padding: 2rem 10rem;
    background: #1e1547;
}

.testimonial-container {
    padding: 2rem 0;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
}




/* Testimonial Card */
.testimonial-card {
    background-color: white;
    color: #333;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    max-width: 300px;
    text-align: left;
}

.testimonial-card p {
    font-style: italic;
    margin-bottom: 15px;
}

.testimonial-card h4 {
    font-size: 1.2rem;
    margin-bottom: 5px;
    color: #ff8c00;
    /* Orange text for names */
}

.testimonial-card span {
    font-size: 0.9rem;
    color: #666;
}

/* Responsive Design */
/* @media (max-width: 768px) {
    .testimonial-container {
        flex-direction: column;
        align-items: center;
    }
} */
.thankyou_container {
    height: 92vh;
    background: #333A40;
    width: 100%;
    padding: 5rem 10rem;
    color: #cc7000;
}

.content_para1 {
    color: #000000;
    display: flex;
    align-items: center;
    /* flex-direction: column; */
}

.content_para1 .content_para {

    color: #000000;
    width: 50%;
}

/* .content_para1 p {
} */

.content_section5 {
    width: 100%;
    padding: 2rem 10rem;
    background: #fff;
}

.cta-paragraph {
    font-size: 1.2rem;
    line-height: 1.6;
    color: #333;
    margin-bottom: 20px;
}

/* Call-to-Action Button */
.cta-button {
    padding: 15px 30px;
    background-color: #ff8c00;
    /* Vibrant orange */
    color: white;
    font-size: 1rem;
    font-weight: bold;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.cta-button:hover {
    background-color: #cc7000;
    transform: scale(1.05);
}

#gal {
    padding: 2rem 0;
    width: 50%;
    display: flex;
    flex-direction: column;
}

#gallery_images,
.gallery_images {
    padding: 1rem 0;
    display: flex;
    justify-content: space-between;

}

.gallery_container {
    width: 100%;
    padding: 2rem 10rem;
}

.gallery_heading h2 {
    font-size: 3rem;
    font-weight: 400;
    line-height: 1.25;
    color: #ffb24e;
}

.gallery_content {
    width: 100%;
    padding: 2rem 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.gallery_content img {
    width: 30%;
    margin: 1rem;
}

.contact-form {
    width: 100%;
    padding: 5rem 10rem 2rem 10rem;
    /* height: 92vh; */
    background: #1e1547;
}

form#form {
    max-width: 600px;
    margin: 50px auto;
    padding: 20px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border: 1px solid #ddd;
}

/* Input Fields and Textarea */
.in-contact input,
.contact-bottom-top textarea {
    width: 100%;
    padding: 10px 15px;
    margin-bottom: 15px;
    font-size: 1rem;
    border: 1px solid #ccc;
    border-radius: 5px;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    outline: none;
}

.in-contact input:focus,
.contact-bottom-top textarea:focus {
    border-color: #ff8c00;
    box-shadow: 0 0 5px rgba(255, 140, 0, 0.5);
}

.contact-bottom-top textarea {
    resize: vertical;
    height: 100px;
}

/* Submit Button */
input.btn1 {
    display: inline-block;
    padding: 12px 20px;
    background-color: #ff8c00;
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-transform: uppercase;
    transition: background-color 0.3s ease, transform 0.2s ease;
    width: 100%;
}

input.btn1:hover {
    background-color: #cc7000;
    transform: scale(1.05);
}

/* Form Layout */
.contact-bottom {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.contact-bottom .in-contact {
    flex: 1 1 calc(33.333% - 10px);
    min-width: 150px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .contact-bottom {
        flex-direction: column;
    }

    .contact-bottom .in-contact {
        flex: 1 1 100%;
    }
}

/* 
#gal h3 {
    font-size: 1.5rem;
    padding: 0 01rem 0;
    background: #f3d78d;
    color: #fff;
    width: 30%;
    border-radius: 10px 0 0 10px;
    margin: 0.5rem 0 F;
} */


.about_conatiner a {
    text-decoration: none;
    color: rgb(0, 151, 151);

}

.about_conatinera:hover {
    color: #f3d78d;
}

.about_conatiner {
    width: 100%;
    /* padding: 10rem 10rem 2rem 10rem; */
}

.about_header {
    width: 100%;
    height: 15rem;
    background: #cc7000;
    padding: 8rem 10rem 2rem 10rem;
}

.about_header h1 {
    color: #fff;
    font-size: 4rem;
    font-weight: 400;
    text-shadow: 10px 10px 10px #000;
    line-height: 1;
    border-bottom: 1px solid white;
}

.about_info {
    width: 100%;
    padding: 2rem 10rem;
}

.get_a_quote {
    width: 100%;
    padding: 5rem 10rem;
    /* background: #1e1547; */
    background: #111213;
}

@media (max-width: 991px) {
    .hero_conatiner {
        background: url('hero1.jpg') no-repeat center center;
        background-size: cover;
        width: 100vw;
        height: 100vh;
        position: relative;
    }

    .hero_conatiner img {
        display: none;
    }

    .hero_text {
        position: absolute;
        top: 20%;
        left: 1rem;
    }

    .hero_text h1 {
        color: #ffffff;
        text-shadow: 4px 4px 4px #000;
        font-size: 2rem;
        font-weight: 800;
        line-height: 1;
        border-bottom: 1px solid white;
    }

    .hero_text p {
        color: #ffffff;
        text-shadow: 4px 4px 4px #000;
        font-size: 0.9rem;
        line-height: 1.2;
        padding: 0.5rem 0 0 0;
    }

    .content_section1 {
        padding: 1rem 1rem;
        background: #fff;
    }

    .body_heading h2 {
        font-size: 2rem;
        font-weight: 400;
        line-height: 1.25;
        color: #ffb24e;
    }

    .content_para1 {
        color: #000000;
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .content_para1 .content_para {
        color: #000000;
        width: 100%;
    }

    #gal {
        padding: 1rem 0;
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    #gallery_images {
        padding: 1rem 0;
        display: flex;
        justify-content: space-between;

    }

    #gallery_images img {
        width: 30%;
    }

    .content_section2 {
        width: 100%;
        padding: 2rem 1rem;
    }

    .service_part {
        flex-wrap: wrap;
        justify-content: center;
    }

    .service_card {
        width: 45%;
        padding: 0.25rem;
    }

    .service_card img {
        border-radius: 5px;
    }

    .service_card h3 {
        font-size: 0.9rem;
    }

    .content_section3 {
        width: 100%;
        padding: 2rem 1rem;
        background: #fff;
    }

    .bestsellingbox {
        padding: 2rem 0;
        display: flex;
        width: 100%;
        flex-wrap: wrap;

    }

    .bestsellingcard {
        background: #ffb24e;
        width: 50%;
        padding: 1rem;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
    }

    .bestsellingcard img {
        border-radius: 5px;
    }

    .thankyou_container {
        padding: 5rem 1rem;
    }

    .content_section4 {
        padding: 2rem 1rem;
    }

    .testimonial-container {
        width: 100%;
        gap: 10px;
        display: flex;
        justify-content: center;
    }

    .testimonial-card {
        max-width: 45%;
    }

    .testimonial-card p {
        font-size: 0.8rem;
        font-style: italic;
        margin-bottom: 15px;
    }

    .testimonial-card h4 {
        font-size: 0.9rem;
        margin-bottom: 5px;
        color: #ff8c00;
        /* Orange text for names */
    }

    .testimonial-card span {
        font-size: 0.8rem;
        color: #666;
    }

    .content_section5 {
        width: 100%;
        padding: 2rem 1rem;
        background: #fff;
    }

    .cta-paragraph {
        font-size: 1.2rem;
        line-height: 1.6;
        color: #333;
        margin-bottom: 20px;
    }


    .footer p {
        text-align: center;
        color: #fff;
    }

    .footer a {
        text-align: center;
        text-decoration: none;
        color: #fff;
    }

    .social_media {
        display: flex;
        width: 100%;
        padding: 0.5rem 1rem;
        justify-content: center;
    }

    .about_header {
        width: 100%;
        height: 15rem;
        background: #cc7000;
        padding: 8rem 1rem 2rem 1rem;
    }

    .about_header h1 {
        color: #fff;
        font-size: 2rem;
        font-weight: 800;
        text-shadow: 4px 4px 4px #000;
        line-height: 1;
        border-bottom: 1px solid white;

    }

    .about_info {
        width: 100%;
        padding: 2rem 1rem;
    }

    .gallery_images img {
        width: 20%;
    }

    .gallery_container {
        width: 100%;
        padding: 2rem 1rem;
    }

    .gallery_heading h2 {
        font-size: 2rem;
        font-weight: 400;
        line-height: 1.25;
        color: #ffb24e;
    }

    .gallery_content {
        width: 100%;
        padding: 2rem 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .gallery_content img {
        width: 40%;
        margin: 1rem;
    }
    .contact-form {
        width: 100%;
        padding: 5rem 1rem 2rem 1rem;
        /* height: vh; */
        background: #1e1547;
    }
}