
*{
    padding: 0%;
    margin: 0%;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
}

h1,h2,h3,h4,h5,h6{
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
}

body{
    background-position: center;
    background-size: contain;
    overflow-x: hidden;
    
}

.btn{
    width: 150px;
}

.navbar{
    background-image: linear-gradient(rgba(4,9,30,0.8),rgba(4,9,30,0.8)),url(./img/Frame\ 21.png);
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 10vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(86, 83, 83);
}

.navbar nav{
    width: 100%;
    display: flex;
    justify-content:space-around;
    align-items: center;
}

.logo{
    width: 35px;
    /* height: 30px; */
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}


.logo img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

nav ul{
    display: flex;
    justify-content: center;
    align-items: center;
}

nav ul li{
    list-style: none;
    margin: 8px;
}

ul li a{
    text-decoration: none;
    color: wheat;
    font-family: Arial, Helvetica, sans-serif;
    font-size:90%;
}

ul li::after{
    content: '';
    position: relative;
    height: 3px;
    width: 0%;
    bottom: -4px;
    background: red;
    display: block;
    transition: 0.5s;
}

ul li:hover::after{
    width: 100%;
}

ul li a:hover{
    color: orangered;
}

nav .fa{
    display: none;
}

.headerr{
    height: 90vh;
    width: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
    animation-iteration-count:infinite;
    animation-play-state:running;
    animation-timing-function:ease-in-out; 
}



.header{
    width: 100%;
    height: 90vh;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    border-bottom: 1px solid wheat;
    background-image: url(./img/Frame\ 21.png);
    background-position: center;
    background-size:cover;
    background: fixed;
}

.info{
    max-width: 40%;
    left: 5%;
    position: absolute;
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-direction: column;
}

.comp_name{
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-weight: bolder;
    font-variant: small-caps;
    font-size: xx-large;
    color:goldenrod;
    border-bottom: 0.5px solid rgb(255, 255, 255);
    width: 75%;
}


.info h2{
    color: whitesmoke;
}
.info h2:hover{
    color: white;
}

.info button{
    width: 80%;
    padding: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid rgb(36, 37, 35);
    font-size: 12px;
    font-weight: bold;
    border-radius: 6px;
    color: #333;
    /* background-color: rgb(216, 162, 92); */
    background: linear-gradient(to right, rgb(237, 174, 4), rgb(217, 185, 87));
    cursor: pointer;
}

.info button:hover{
    background: linear-gradient(to right, rgb(15, 230, 201), rgb(212, 26, 26));
    color: darkblue;
}

.profiles::after{
    content: '';
    animation: changetxt 8s infinite linear;
    font-size: x-large;
    font-weight: bolder;
    color: orange;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

@keyframes changetxt{
    0%,100%{
        content: "Modular Kitchen";
        background: linear-gradient(to right, rgb(243, 208, 112), rgb(239, 210, 131));
        color: transparent;
        -webkit-background-clip: text;
    }
    20%{content: "Modular Wardrobe";

        color: transparent;
        -webkit-background-clip: text;
    }
    40%{content: "Wall Design";
        color: transparent;
        -webkit-background-clip: text;
    }
    60%{content: "Lighting";
        color: transparent;
        -webkit-background-clip: text;
    }
    80%{content: "TV Units";
        color: transparent;
        -webkit-background-clip: text;
    }
}

/* social media icon================== */

.icons{
    display: flex;
}
.icons li{
    display: flex;
    gap: 10px;
    list-style: none;
    
}

.icons li a{
    font-weight: bolder;
    text-decoration: none;
    color: tan;
    border-radius: 5px;
    padding:8px 8px 8px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: x-large;
}

.header_abt_btn{
    background-color: rgb(163, 128, 29);
    color: black;
    border-radius: 4px;
}

.header_abt_btn:hover{
    color: rgb(7, 6, 0);
    background-color:rgb(104, 82, 3);
}

/* logo_banner-------------------------------- */

.logo_banner{
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 700px;
    height: 200px;
    border-radius: 20px;
    padding-bottom: 20px;
    padding-top: 20px;
    /* box-shadow: 12px 2px 2px gray; */
}
.logo_banner img{
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    box-shadow: 10px 8px 8px gray;

}


/* three_quality.................... */

.three_quality{
    padding: 50px 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin: auto;
    margin-bottom: 10px;
    /* background-image: url(./img/bedroom-6290104_1920.jpg);
    background-position: center;
    background-size: cover; */
}

.three_quality p{
    max-width: 90%;
    font-size: small;
    color: #444; 
    font-weight: bold; 
    padding-bottom: 8px; 
    font-weight:bold; 
    font-size: 3.5mm; 
    text-align: center;
    margin-bottom: 20px;
}

.three_quality .quailty_boxes{
    width: 70%;
    margin: auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
}
.quailty_boxes .box{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    display: flex;
    justify-content: center;
    align-items:center;
    flex-direction: column;
    cursor: pointer;
}

.box img{
    width: 80px;
    /* height: 60px; */
    filter: opacity(75%);
}
.box img:hover{
    transform: scale(1.2);
}

.box h3{
    font-size: 12px;
    text-align: center;
    /* color: rgb(60, 58, 58); */
    color: darkslategray;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif
}



/* Portfolio Section */

.portfolio-section {
  /* background: #f7f7f7; */
  padding: 50px 20px;
  text-align: center;
}

.portfolio-section h2 {
  font-size: 2rem;
  margin-bottom: 30px;
  color: #333;
}

.portfolio-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 2fr));
  gap: 20px;
  max-width: 1100px;
  margin: auto;
}

.project-card {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}

.project-card:hover {
  transform: scale(1.05);
}

.project-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}
.project-card video {
  width: 100%;
  height: 350px;
  object-fit: cover;
}

.project-card p {
  padding: 10px;
  font-weight: 600;
  color: #444;
}


/* About Preview Section */
.about-preview {
  /* background: #fff; */
  padding: 60px 20px;
  text-align: center;

}

.about-content {
  max-width: 800px;
  margin: auto;
}

.about-content img{
    width: 250px;
    height: auto;
    border-radius: 50%;
    box-shadow: 4px 4px 10px gray;
}

.about-content h2 {
  color: #333;
  font-size: 2rem;
  margin-bottom: 15px;
  font-variant-caps:all-petite-caps;
  font-weight: bold;
  font-family:sans-serif;
}

.about-content p {
  color: #1f1e1e;
  font-size: 1rem;
  margin:25px 25px;
  /* max-width: 80%; */
}



.btn-read-more {
  padding: 10px 20px;
  background: rgb(83, 45, 18);
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  transition: background 0.3s;
}

.btn-read-more:hover {
  background: #e5643e;
}

/* ctajkl;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; */

.contact-cta{
    color: wheat;
    background-image: linear-gradient(rgba(4,9,30,0.7),rgba(4,9,30,0.7)),url(./img/interior-1961070_1920.jpg);
    background-attachment: fixed;
    background-position:center;
    background-size: cover;
    background-position: center;
    background-size: cover;
    max-width: 1100px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    padding: 80px;
}

.cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.btn-call {
  padding: 12px 30px;
  background: #27ae60;
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  transition: background 0.3s;
  margin-top: 20px;
}

.btn-call:hover {
  background: #219150;
}


/* Testimonials Slider */
.testimonials-section h2{
    /* padding: 50px; */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;

}

.testimonials-slider {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 20px;
  scroll-behavior: smooth;
  margin-bottom: 30px;
}

.testimonials-slider::-webkit-scrollbar {
  display: none;
}

.testimonial-card {
  flex: 0 0 300px;
  scroll-snap-align: start;
  background: #fff;
  border-left: 4px solid #ff7f50;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  animation: fadeInUp 0.6s ease-in-out;
}


/* Animate class
 section{
  opacity: 0;
  transform: translateY(40px);
  transition: all 1s ease-in-out;
}

section.animate {
  opacity: 1;
  transform: translateY(0);
}  */

/* our_services....................... */

.our_services{
    padding-top: 60px;
    max-width:90%;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.our_services h3{
    text-align: center;
    color: rgb(49, 49, 49);
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    padding-bottom: 10px;
}

.our_services p{
    max-width: 90%;
    text-align: center;
    margin: auto;
    font-size: small;
    color: #222;
    font-weight: bold;
}

.service_boxes{
    padding-top: 10px;
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 90%;
    margin: auto;
    gap: 15px;
}
.service_boxes .service_box{
    /* background-color: rgb(240, 229, 220); */
    border: 1px solid rgb(16, 0, 0);
    /* background-color: white; */
    background: linear-gradient(burlywood,rgb(248, 248, 247),rgb(194, 128, 42));
    border-radius: 4px;
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 200px;
    height: 190px;
    padding-bottom: 7px;
    box-shadow: 2px 4px 4px gray;
    cursor: pointer;
}

.service_box:hover{
    transform: scale(0.9);
}

.service_img {
    width: 198px;
    height: 100px;
}

.service_img img{
    width: 100%;
    height: 100%;
    border: 1px solid black;
}
.service_box h4{
    color: rgb(46, 46, 47);
    padding-top: 10px;
    font-size: small;
    font-family:Arial, Helvetica, sans-serif;
}
.service_box p{
    /* font-size: 11px; */
    font-size: x-small;
    font-weight: bold;
}   
.service_box button{
    /* background-color: rgb(242, 236, 223); */
    background-color: rgb(209, 212, 215);
    color: rgb(31, 32, 33);
    width: 70%;
    height: 8px;
    border: 1px solid  rgb(88, 36, 2);;
    border-radius: 3px;
    font-size: 12px;
    /* background-color: transparent; */
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: monospace;
    /* letter-spacing:12ch; */
}

.service_box button:hover{
    color: saddlebrown;
    background-color: aliceblue;
}

.img_box{
    max-width: 100%;
}

.img_box img{
    width: 100%;
    height: 100%;
}

*,
*::before,
*::after {
    box-sizing: border-box;
    color: inherit;
    list-style-type: none;
}


#marquee {
    /* padding-top: 40px; */
    width: 100%;
}

#marquee .container {
    overflow: hidden;
    width: 100%;
}

#marquee .pic-container {
    display: flex;
    animation: marquee 10s infinite linear;
}

#marquee .pic-container .pic {
    flex-basis: 20%;
    flex-shrink: 0;
    height: 200px;
    width: 250px;
}

#marquee .pic img {
    height: 100%;
    width: 100%;
    border: 1px solid rgba(238, 231, 231, 0.9);
}

@media (max-width: 1024px) {
    #marquee .pic-container .pic {
        flex-basis: 25%;
    }
}

@media (max-width: 768px) {
    #marquee .pic-container .pic {
        flex-basis: 65%;
    }
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

@media (max-width: 1024px) {
    @keyframes marquee {
        0% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(-125%);
        }
    }
}

@media (max-width: 768px) {
    @keyframes marquee {
        0% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(-186.65%);
        }
    }
}


/* video......... */

.vid_section{
    display: flex;
    justify-content: center;
    align-items: center;
}

.vid{
    width: 1000px;
    /* height: 100vh; */
}

.vid video{
    width: 100%;
    height: 100%;
}


/* contact ................... */

.contact-section {
    margin-bottom: 30px;
    max-width: 100%;
    padding: 40px;
    background-image: linear-gradient(rgba(4,9,30,0.9),rgba(4,9,30,0.9)),url(./img/home-1680800_1920.jpg);
    background-attachment: fixed;
    background-position:center;
    background-size: cover;
    background-position: center;
    background-size: cover;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

.contact-section h2 {
    text-align: center;
    color: burlywood;
    margin-bottom: 20px;
    font-weight: bold;
}

.contact-section p {
    color: bisque;
    text-align: center;
    margin-bottom: 20px;
}

.contact-form {
    display: flex;
    flex-direction: column;
}

.form-group {
    margin-bottom: 15px;
}

.form-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    color: burlywood;
}

.form-group input,
.form-group textarea {
    width: 100%;
    background-color: #3d515c;
    padding: 10px;
    border-radius: 8px;
    font-size: 16px;
    border: none;
}

.form-group textarea {
    resize: vertical;
}

.submit-btn {
    padding: 10px 20px;
    background-color: #333;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.submit-btn:hover {
    background-color: #555;
}

/* footer........ */

.footer {
    background-color: #333;
    color: #fff;
    padding: 40px 0 20px 0;
    font-family: Arial, sans-serif;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer-section {
    flex: 1;
    min-width: 200px;
    margin-bottom: 20px;
}

.footer-section h3 {
    font-size: 18px;
    margin-bottom: 15px;
    color: #fff;
}

.footer-section p,
.footer-section ul {
    font-size: 14px;
    color: #ccc;
    line-height: 1.6;
}

.footer-section ul {
    list-style: none;
    padding: 0;
}

.footer-section ul li {
    margin-bottom: 10px;
}

.footer-section ul li i {
    margin-right: 10px;
    color: #fff;
}

.footer-section a {
    color: #ccc;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-section a:hover {
    color: #fff;
}

.social-icons {
    display: flex;
    gap: 10px;
}

.social-icons a {
    color: #ccc;
    font-size: 18px;
    transition: color 0.3s ease;
}

.social-icons a:hover {
    color: #fff;
}

.footer-bottom {
    text-align: center;
    padding: 20px 0;
    border-top: 1px solid #444;
    margin-top: 20px;
    font-size: 14px;
    color: #ccc;
}



@media(max-width:600px){
    .navbar nav{
        padding: 0px 25px 0px 70px;
        display: flex;
        justify-content: space-between;
    }

    .headerr{
        overflow: hidden;               
    }
    
    .nav-links ul li{
        display: block;
    }

    .nav-links ul li a{
        color:burlywood;
        font-weight: bold;
        font-family: Georgia, 'Times New Roman', Times, serif;
    }

    .nav-links{
        position: absolute;
        height: 80vh;
        width: 200px;
        top: 0%;
        right: -200px;
        text-align:left;
        z-index: 2;
        background-color:rgb(79, 79, 74);
        transition: 0.2s;
    }

    nav .fa{
        display: block;
        margin: 10px;
        color:rgb(223, 188, 138);
        font-size: 33px;
        font-weight: bolder;
        cursor: pointer;
    }
    nav .fa:hover{
        transform: scale(1.1);
        color: red;
    }

    .nav-links ul{
        padding: 32px;
        display: flex;
        flex-direction: column;
    }

    .nav-links ul li::after{
        content: '';
        position: relative;
        height: 3px;
        width: 0%;
        bottom: -4px;
        background: red;
        display: block;
        transition: 0.5s;
    }
    
    .nav-links ul li:hover::after{
        width: 100%;
    }
    
    .nav-links ul li a:hover{
        color: orangered;
    }

    .header .info{
        max-width: 62%;
        left: 5%;
        position: absolute;
        display: flex;
        justify-content: center;
        gap: 10px;
        flex-direction: column;
    }

    .header .info p{
        font-size: medium;
    }

    .service_boxes .service_box{
        border: 1px solid rgb(16, 0, 0);
        /* background-color: rgb(240, 236, 236); */
        background: linear-gradient(burlywood,rgb(248, 248, 247),rgb(194, 138, 64));
        border-radius: 4px;
        display: flex;
        align-items: center;
        flex-direction: column;
        width: 280px;
        height: 300px;
        padding-bottom: 7px;
        box-shadow: 2px 4px 4px gray;
    }
    .service_img {
        width: 280px;
        height: 180px;
    }
    
    .service_img img{
        width: 100%;
        height: 100%;
        border: 1px solid black;
    }

    .service_box h4{
        color: rgb(46, 46, 47);
        padding-top: 10px;
        font-size: medium;
        font-family:Arial, Helvetica, sans-serif;
    }
    .service_box p{
        margin-top: 3px;
        font-size: 14px;
        font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    }

    .service_box button{
        background-color: rgb(209, 212, 215);
        color: rgb(31, 32, 33);
        width: 70%;
        height: 8px;
        border: 1px solid  rgb(88, 36, 2);;
        border-radius: 3px;
        font-size: 14px;
        font-family:Verdana, Geneva, Tahoma, sans-serif;
        padding: 12px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-family: monospace;
        /* letter-spacing:12ch; */
    }
    
    .service_box button:hover{
        color: saddlebrown;
        background-color: aliceblue;
    }

    .three_quality{
        max-width: 100%;
        padding: 0%;
        margin-bottom: 20px;
    }

    .quailty_boxes{
        max-width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        flex-direction: column;
        /* gap: 1px; */
    }
    .quailty_boxes .box{
        width: 50%;
        height: auto;
        padding: 10px;
    } 
    html,body{
        overflow-x: hidden;
    }
    .about-content img{
        width: 300px;
        height: auto;
        border-radius: 50%;
        margin-top: 20px;

    }
    .testimonial-card {
        flex: 0 0 300px;
    }
    .contact-cta{
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 80px 80px;
    }
}





/* WhatsApp Floating Button */
.whatsapp-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    /* background-color: #25D366; */
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease-in-out;
}

.whatsapp-button img {
    width: 40px;
    height: 40px;
}

.whatsapp-button:hover {
    transform: scale(1.1);
}

/* about/////////////////////////////// */

#about{
    /* background-color: #f9f9f9; */
    padding: 30px 20px 3px 20px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.about-container {
    max-width: 100%;
    margin: auto;
}

.about-container h2 {
    font-size: 2em;
    color: #333;
    margin-bottom: 4px;
}

.about-container p{
    font-size:15px;
    /* font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif; */
    font-weight: bold;
    color: #555;
    text-align: center;
}