@font-face{
    font-family: poppins;
    src: url(./Poppins/Poppins-ExtraLight.ttf);
}
@font-face{
    font-family:ittaliano;
    src: url(./Italianno/Italianno-Regular.ttf);
}
@font-face{
    font-family: poppins-b;
    src: url(./Poppins/Poppins-Bold.ttf);
}
@font-face {
    font-family: poppins-regular;
    src: url(./Poppins/Poppins-Regular.ttf);
}
*{
    padding: 0 ;
    margin: 0;
    box-sizing: border-box;
}
html,body{
    height: 100%;
    width: 100%;
    padding: 0 1.5%;
}
/* landing page */
#page-1{
    height: 100vh;
    width: 100%;
    /* cover page styling */
    #landing-page{
        height: 100%;
        width: 100%;
        padding: 0 12px;
        border-bottom-left-radius: 25px;
        border-bottom-right-radius: 25px;
        background-image: url("web\ assets/homePage/Landing banner.png");
        background-position: center;
        background-size: cover;
    }
}
#nav-2 a:hover{
    background-color: orange;
}
/* hm page start */
#page-2{
    margin-top:6vh;
    height: 100vh;
    position: relative;
    width: 100%;
    border-radius: 25px;
    background-image: url("web\ assets/homePage/HM Page Image 1.png");
    background-position:center;
    background-size:100% 100%;
    object-fit:cover;
    >#homeImg{
        position: absolute;
        bottom: 0%;
        height: 350px;
        width: 570px;
        border-radius: 30px;
    }
    >h3{
        font-family: ittaliano;
        font-size: 80px;
        font-weight: 300;
        padding-left: 70px;
        padding-top: 25px;
    }
    >h4{
        font-family: poppins;
        font-size: 30px;
        font-weight: 300;
        padding-left: 100px;
    }
    >p{
        font-family: poppins;
        font-size:17px ;
        font-weight: 300;
        padding-left: 100px;
        width: 43%;
        text-align: justify;
    }
    
}

#stamp{
    position: absolute;
    height: 215px;
    width: 215px;
    left: 47%;
    top: 15%;
}
/* hm page end */


/* quotes start */
#quotes{
    /* margin-top: 3vh;     */
    height: 35vh;
    padding: 5vh 8vh;
    width: 100%;
    display: flex;
    justify-content: space-between;
    #inverted-start, #inverted-end{
        img{
            height: 170px;
        }
        
    }
    #mid-text{
        width: 70%;
        height: 175px;
        padding: 10px 60px;
        >h3{
            font-family: ittaliano;
            font-size: 67px;
            font-weight: 300;
            text-align: center;
        }
        >p{
            padding-left: 15px;
            font-family: poppins;
            font-size: 20px;
            letter-spacing: 0.5px;
        }
    }
}
/* quotes end */

#why-us{
    height: 40vh;
    width: 100%;
    color: white;
    /* margin-top: 3vh; */
    display: flex;
    margin-top: 6vh;

    #whytext{
        height: 33vh;
        position: relative;
        width: 270px;
        border-radius: 25px;
        background-image: url("./web\ assets/homePage/block 1.png");
        margin-right: 19px;

        >h5{
            padding-top: 25%;
            font-family: ittaliano;
            font-size: 50px;
            font-weight: 300;
            text-align: center;
        }
        >h4{
            position: absolute;
            font-family: poppins-b;
            font-size: 60px;           
            left: 30%;
            top: 41%;

        }

    }
    .whyContent{
        display: flex;
        height: 33vh;
        gap: 19px;


        .whybox{
            border-radius: 25px;
            height: 33vh;
            width: 270px;
            position: relative;
            >img{
                position: absolute;
            }
            >p{
                padding-left: 25px;
                padding-right: 25px;
                font-family: poppins;
                font-size: 15px;
            }
            >.heading{
                font-family: poppins-b;

                padding-top: 30%;
            }
        }
        .shadow{
            left: 30%;
        }
        .icon{
            left: 31.58%;
            top: -35px;
        }
        #box1{
            background-image: url("./web\ assets/homePage/block 2.png");
        }
        #box2{
            background-image: url("./web\ assets/homePage/block 3.png");
        }
        
        #box3{
            background-image: url("./web\ assets/homePage/block 4.png");
        }
        #box4{
            background-image: url("./web\ assets/homePage/block 5.png");
        }
    }

}
#contact{
    height: 83vh;
    width: 100%;
    border-radius: 25px;
    margin-top: 2vh;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    #leftC{
        width: 57%;
        border-radius: 25px;
        background-image: url("./web\ assets/homePage/get free quote image1.png");
        position: relative;
        background-size:100% 100%;


        #data{
            position: absolute;
            top: 5%;
            right: 3%;
            color: white;

            >h6{
                text-align: right;
                font-family: poppins-b;
                font-size: 30px;
            }
            p{
                text-align: right;
                font-family: poppins;
                font-size: 18px;
            }
            #pay{
                position: absolute;
                right: 23%;
                top: 62%;
            }
            
        }

    }
    #rightC{
        position: relative;
        width: 35%;
        >#bgC{
            position: absolute;
            bottom: 0;
            right: 0;
        }
        >#bgF{
            position: absolute;
            top: 0;
            left: 0;
            height: 690px;
            top: -10px;
        }
        #form{
            position: absolute;
            top: 0;
            left: 0;
            width: 390px;
            padding: 25px 20px;
            font-family: poppins;

            >h2{
                position: absolute;
                top: 20px;
                color: #FCC524;
                font-family: poppins-b;
                text-align: right;
                left: 55px;
               
            }
            >input{
                height: 45px;
                width: 100%;
                border-radius: 7px;
                border: none;
                margin-top: 25px;

            }
            #inpName{
                margin-top: 90px;
            }
            #check{
                height: 20px;
                width: 20px;
                margin-top:15px;
                color: white;
            }
            >button{
                height: 45px;
                width: 100%;
                border-radius:25px;
                border: none;
                margin-top: 30px;
                font-size: 16px;
                font-family: poppins-b;
                color: #FCC524;
                background-color: #f25737;
            }
            >p{
                margin-top: 40px;
                text-align: center;
                font-size: 14px;
                font-weight: 600;
                line-height:20px ;
                
                >span{
                    color: #f25737;
                }
            }

        }
        
    }
}
#cross{
    font-family: poppins;
    position: absolute;
    left: -25px;
}
input::placeholder{
    padding: 15px 25px;
    font-size: 15px;
}
#contact-form{
    position: relative;

    >img{
        position: absolute;
        left: 39%;
        top: 26%;
        width: 270px;
    }
    >button{
        position: absolute;
        left: 43%;
        top: 28.5%;
        font-family: poppins-b;
        font-size: 20px;
        color: #6F5500;
        background-color: transparent;
        border: none;
        cursor: pointer;
        z-index: 2;
    }
}

#icons{
    display: flex;
    position: absolute;
    height: 30px;
    width: 20%;
    right: 0;
    bottom: 20px;
    justify-content: space-between;
    padding: 20px 50px;
    gap: 15px;
    align-items: center;


    >.icon{
        height: 80%;
        width: 20%;

    }
}

#services{
    margin-top: 7vh;    
    height: 100vh;
    width: 100%;
    border-radius: 25px;
    padding: 0 4.5%;
    position: relative;
    background-image: url("./web\ assets/Services/bg.png");

    #ourService{
        position: relative;
        
        #titalBg{
            position: absolute;
            top: 0;
            left: 0;
        }
        h2{
            position: absolute;
            top: 30px;
            left: 5%;
            z-index: 5;
            font-family: ittaliano;
            font-size: 35px;
            font-weight: 300;
            color: #6F5500;
        }
        h3{
            position: absolute;
            top: 50px;
            left: 5%;
            z-index: 5;
            font-family: poppins-b;
            font-size: 33px;
            text-transform: uppercase;
            font-weight: 400;
            color: #6F5500;
            
        }
    }
   
    .images{
        position: absolute;
        top: 20%;
        .row1{
            display: flex;
            #img1{
                height: 275px;
                width: 850px;
                border-radius: 30px;
                background-image: url("./web\ assets/Services/Interior Design_image.png");
                background-size:100% 100%;
                background-position: center;

            }
            #img2{
                height: 275px;
                width: 410px;
                border-radius: 30px;
                margin-left: 25px;
                background-image: url("./web\ assets/Services/Space Planning_image.png");
                background-size:100% 100%;

            }
            #img1,#img2{
                cursor: pointer;
                .text{
                    position: relative;
                    display: flex;
                    height: 30px;
                    width: 100%;
                    top: 225px;
                    padding: 0 45px;
                    >h5{
                        font-family: poppins-b;
                        font-size: 28px;
                        color: white;
                    }                   
                }
            }
        }
        .row2{

            #img3,#img4,#img5{
                height: 275px;
                width: 410px;
                display: inline-block;
                border-radius: 30px;
                cursor: pointer;

                .text{
                    position: relative;
                    display: flex;
                    height: 30px;
                    width: 100%;
                    top: 230px;
                    padding: 0 35px;
                    >h5{
                        font-family: poppins-b;
                        font-size: 28px;
                        color: white;
                    }
                }
            }
            
            #img3{
                margin-top: 25px;
                background-image: url("./web\ assets/Services/Furniture Selection_image.png");
                background-size:100% 100%;

            }
            #img4{
                margin-left: 25px;
                background-image: url("./web\ assets/Services/Lighting Design_image.png");
                background-size:100% 100%;

            }
            #img5{
                margin-left: 25px;
                background-image: url("./web\ assets/Services/Home Decor_image.png");
                background-size:100% 100%;
            }
        }   
    }
}

#img1,#img2,#img3,#img4, #img5 {
    overflow: hidden; /* Ensures no overflow when scaling the background */
    cursor: pointer;
    transition: background-size 0.3s ease-in-out; 

}
#services .images .row1 #img1:hover,
#services .images .row1 #img2:hover,
#services .images .row2 #img3:hover,
#services .images .row2 #img4:hover,
#services .images .row2 #img5:hover {
    background-size:110% 110%;
}

.text a{
    height: 32px;
    width: 32px;
    position: absolute;
    right: 5%;
    border-radius: 50%;
    >img{
        object-fit: cover;
    }
}
#our-stories{
    position: relative;
}
#contain{
    margin-top: 6vh;
    display: flex;
    height: 651px;
    border-radius: 25px;
    overflow: hidden;
    justify-content: space-between;
    >#left{
        width: calc(100% - 876px);
        padding-right: 5px;
        /* background-color: darkblue; */

        #top-text{
            padding-top: 90px;

            >p{
                font-size: 15px;
                font-family: poppins;
            }
            >h3{
                font-size: 39px;
                font-family: ittaliano;
                font-weight: 300;
            }
        }
        #side-text{
            p{
                padding-top: 35px;
                padding-left: 280px;
                font-size: 15px;
                font-family: poppins;
                text-align: justify;
            }
        }
    }
    >#right{        
        width: 856px;
        background-image: url("./web\ assets/Our story/Our Story bg.png");
    }
    
}

#plantbg{
    position: absolute;
    bottom: 0;
    width: calc(100% - 876px);
}
#plant{
    position: absolute;
    bottom: 0;
    left: 0;
}
#title{
    
    #S-title{
        position: absolute;
        top: 0;
        left: 325px;
        width: 295px;
    }
    h3{
        position: absolute;
        left: 365px;
        top: 18px;
        z-index: 5;
        font-family: ittaliano;
        font-size: 40px;
        font-weight: 300;
    }
    h4{
        position: absolute;
        left: 425px;
        top: 18px;
        z-index: 5;
        font-family: poppins-b;
        font-size: 30px;
        text-transform: uppercase;
        font-weight: 400;

    }
    
}

#motto{
    height: 100vh;
    width: 100%;
    margin-top: 7vh;
    border-radius: 25px;
    background-image: url("./web\ assets/Our motto/Our motto_image.png");
    position: relative;

    #mottobg{
        left: 62%;
        position: absolute;
    }

    #mottoTitle{
        top: -2.5%;
        left: 62%;
        position: absolute;
    }
    h2{
        position: absolute;
        top: 10px;
        left: 67%;
        z-index: 5;
        font-family: ittaliano;
        font-size: 35px;
        font-weight: 300;
        color: #FCC524;
    }
    h3{
        position: absolute;
        top: 30px;
        left: 67%;
        z-index: 5;
        font-family: poppins-b;
        font-size: 30px;
        text-transform: uppercase;
        font-weight: 400;
        color: #FCC524;
        
    }
    #motto-des{
        width: 36%;
        position: absolute;
        right: 0;
        padding-top: 9%;
        padding-right: 1%;

        #first{
            font-family: poppins;
            line-height: 27px;
            font-size: 15px;
            text-align: justify;
        }
        #second{
            padding-top: 6%;
            font-family: ittaliano;
            font-size: 40px;
            line-height: 40px;
            text-align: justify;

        }
    }
}

#client-review{
    height: 70vh;
    width: 100%;
    background-image: url("./web\ assets/Client video/bg.png");
    background-position: center;
    background-size: cover;
    border-radius: 25px;
    margin-top: 6vh;

    >h2{
        font-family: poppins-b;
        font-size: 30px;
        padding-left: 2px;
        font-weight: 300;
    }

    >h3{
        font-family: ittaliano;
        font-size: 48px;
        padding-left: 2px;
        font-weight: 300;

    }

    #clients{
        height: 45vh;
        width: 90%;
        margin-left: 5%;
        margin-top: 1.5%;
        display: flex;
        justify-content: space-between;
        
        .client{
            height: 100%;
            width: 28%;
            border-radius: 25px;
            overflow: hidden;
            position: relative;
            
            >#ClientVid{
                width: 100%;
                border-radius: 25px;
                object-fit: cover;
                position: absolute;
                top: 0;
            } 
            #clientbg{
                position: absolute;
                bottom: 0;
            }
            >p{
                position: absolute;
                top: 60%;
                padding: 0 25px;
                text-align: center;
                font-family: poppins;
                font-size: 13.5px;
            }
            >h6{
                position: absolute;
                bottom: 15%;
                text-align: center;
                font-family: poppins;
                font-size: 15px;
                left: 35%;

            }
            
        }
    }

}

#contact-us{
    height: 70vh;
    width: 100%;
    margin-top: 6vh;
    border-radius: 25px;
    border-top-left-radius: 0px;
    position: relative;
    overflow: hidden;

    >#ContactBg{
        height: 50%;
        width: 100%;
        object-fit: cover;
        position: absolute;
        bottom: 0;
        border-radius: 25px;

    }
    #ContactT{
        position: absolute;
        top: 0;
    }
    >h4{
        position: absolute;
        font-size: 35px;
        font-family: poppins-b;
        top: 10px;
        padding-left: 6%;
        color: #595669;
    }
    >h5{
        position: absolute;
        font-size: 40px;
        font-family: ittaliano;
        top: 15px;
        padding-left: 16.5%;
        font-weight: 300;
        color: #595669;

    }
    >iframe{
        position: absolute;
        border-radius: 20px;
        right: 5%;
    }
    >h3{
        position: absolute;
        font-family: ittaliano;
        top: 16.5%;
        font-size: 43px;
        padding-left: 15px;
        font-weight: 300;
        width: 55%;
        line-height: 45px;
    }
    h2{
        position: absolute;
        font-size: 33px;
        font-family: poppins-b;
        top: 35%;
        padding-left: 15px;
        color: #FCC524;
    }
    #Contact-info{
        position: absolute;
        left: 0;
        bottom: 10%;
        height: 40%;
        width: 45%;
        padding: 30px 0  15px 25px;

        .infos{
            display: flex;
            gap: 25px;
            padding-bottom: 20px;

            >.iconn{
                height: 25px;
                width: 25px;
            }
            >p{
                font-size: 15px;
                font-family: poppins;
                font-weight: 800;
                color: #6A6758;
            }
        }
    }
}

.container{
    height: 93vh;
    width: 100%;
    border-radius: 25px;
    background-image: url("./web\ assets/Services/bg.png");
    padding-top: 8vh;
    padding-right: 2.5vw;
    padding-left: 4vw;

}
.picture{
    height: 80vh;
    width: 100%;
    .pics1{
        height: 45%;
        width: 100%;
        display: flex;
        border-radius: 25px;

        >.pic{
            height: 290px;
            width: 450px;
            border-radius: 25px;
            margin-right: 22px;
        }
    }
}
#secRow{
    margin-top: 58px;
}
#id1{
    background-image: url("./Our srevices inner page/Interior\ Design\ pg/text bg.png");
}
#id2{
    background-image: url("./Our srevices inner page/Interior\ Design\ pg/Interior design image1.png");
    background-size:100% 100%;

}
#id3{
    background-image: url("./Our srevices inner page/Interior\ Design\ pg/Interior design image2.png");
    background-size:100% 100%;
}
#id4{
    background-image: url("./Our srevices inner page/Interior\ Design\ pg/Interior design image3.png");
    background-size:100% 100%;
}
#id5{
    background-image: url("./Our srevices inner page/Interior\ Design\ pg/Interior design image4.png");
    background-size:100% 100%;
}
#id6{
    background-image: url("./Our srevices inner page/Interior\ Design\ pg/Interior design image5.png");
    background-size:100% 100%;
}

.pics1 {
    display: flex;
    gap: 25px;
}

.pic {
    background-position: center;
    overflow: hidden;
    position: relative;
    /* cursor: pointer; */
    >p{
        color: white;
        width: 90%;
        margin: auto;
        margin-top: 10%;
        font-size: 17px;
        font-family: poppins;
    }
    a{
        height: 100%;
        width: 100%;
    }
}

#hd1{
    background-image: url("./Our srevices inner page/Home\ Decor/text bg.png");
}
#hd2{
    background-image: url("./Our srevices inner page/Home\ Decor/Home Decor1.png");
    background-size:100% 100%;
}
#hd3{
    background-image: url("./Our srevices inner page/Home\ Decor/Home Decor2.png");
    background-size:100% 100%;
}
#hd4{
    background-image: url("./Our srevices inner page/Home\ Decor/Home Decor3.png");
    background-size:100% 100%;
}
#hd5{
    background-image: url("./Our srevices inner page/Home\ Decor/Home Decor4.png");
    background-size:100% 100%;
}
#hd6{
    background-image: url("./Our srevices inner page/Home\ Decor/Home Decor5.png");   
    background-size: 100% 100%;
}

#fs1{
    background-image: url("./Our srevices inner page/Furniture Selection/text bg.png");
}
#fs2{
    background-image: url("./Our srevices inner page/Furniture Selection/Furniture\ Selection1.png");
    background-size:100% 100%;
}
#fs3{
    background-image: url("./Our srevices inner page/Furniture\ Selection/Furniture Selection2.png");
    background-size:100% 100%;
}
#fs4{
    background-image: url("./Our srevices inner page/Furniture Selection/Furniture\ Selection3.png");
    background-size:100% 100%;
}
#fs5{
    background-image: url("./Our srevices inner page/Furniture Selection/Furniture\ Selection4.png");
    background-size:100% 100%;
}
#fs6{
    background-image: url("./Our srevices inner page/Furniture Selection/Furniture\ Selection5.png");
    background-size: 100% 100%;
}

#sp1{
    background-image: url("./Our srevices inner page/Space\ Planning\ Pg/text bg.png");
}
#sp2{
    background-image: url("./Our srevices inner page/Space\ Planning\ Pg/Space Planning1.png");
    background-size:100% 100%;
}
#sp3{
    background-image: url("./Our srevices inner page/Space\ Planning\ Pg/Space Planning2.png");
    background-size:100% 100%;
}
#sp4{
    background-image: url("./Our srevices inner page/Space\ Planning\ Pg/Space Planning3.png");
    background-size:100% 100%;
}
#sp5{
    background-image: url("./Our srevices inner page/Space\ Planning\ Pg/Space Planning4.png");
    background-size:100% 100%;
}
#sp6{
    background-image: url("./Our srevices inner page/Space\ Planning\ Pg/Space Planning5.png");
    background-size: 100% 100%;
}

#ld1{
    background-image: url("./Our srevices inner page/Lighting\ Design/text bg.png");
}
#ld2{
    background-image: url("./Our srevices inner page/Lighting\ Design/Lighting Design1.png");
    background-size:100% 100%;
}
#ld3{
    background-image: url("./Our srevices inner page/Lighting\ Design/Lighting Design2.png");
    background-size:100% 100%;
}
#ld4{
    background-image: url("./Our srevices inner page/Lighting\ Design/Lighting Design3.png");
    background-size:100% 100%;
}
#ld5{
    background-image: url("./Our srevices inner page/Lighting\ Design/Lighting Design4.png");
    background-size:100% 100%;
}
#ld6{
    background-image: url("./Our srevices inner page/Lighting\ Design/Lighting Design5.png");
    background-size: 100% 100%;
}

.headding{
    background-color: #FCC524;
    width: 70%;
    height: 17%;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius:25px ;
    margin-left: auto;
    margin-right: auto;
    padding-top: 7px;
    >h3{
        font-family: poppins;
        text-align: center;
        font-size: 22px;
        color: #595669;
    }
}

#hd2, #hd3, #hd4, #hd5, #hd6,
#fs2, #fs3, #fs4, #fs5, #fs6,
#sp2, #sp3, #sp4, #sp5, #sp6,
#id2, #id3, #id4, #id5, #id6,
#ld2, #ld3, #ld4, #ld5, #ld6 {
    cursor: pointer;
    overflow: hidden;
    transition: background-size 0.3s ease-in-out; 
}

#hd2:hover, #hd3:hover, #hd4:hover, #hd5:hover, #hd6:hover,
#fs2:hover, #fs3:hover, #fs4:hover, #fs5:hover, #fs6:hover,
#sp2:hover, #sp3:hover, #sp4:hover, #sp5:hover, #sp6:hover,
#id2:hover, #id3:hover, #id4:hover, #id5:hover, #id6:hover,
#ld2:hover, #ld3:hover, #ld4:hover, #ld5:hover, #ld6:hover,
#img1:hover, #img2:hover, #img3:hover, #img4:hover, #img5:hover {
    background-size: 110% 110%; /* Zoom in slightly on hover */
}

/* Dropdown container styling */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Styling for the dropdown menu */
.dropdown-menu {
    display: none; /* Hidden by default */
    position: absolute;
    top: 100%; /* Position the dropdown below the main link */
    left: 0;
    background-color: #595669a9;
    border: 1px solid #cccccce4;
    border-radius: 5px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    width: 200px; /* Adjust as needed */
}
#serhd{
    margin-left: 20px;
}

/* Styling for each submenu item */
.dropdown-menu a {
    display: block;
    padding: 10px 15px;
    color: #333;
    text-decoration: none;
    font-family: Arial, sans-serif;
    transition: background-color 0.3s ease;
}

/* Hover effect for submenu items */
.dropdown-menu a:hover {
    background-color: #f4f4f4;
}

/* Show the dropdown menu when hovering over the parent container */
.dropdown:hover .dropdown-menu {
    display: block;
}

/* Optional: Add an arrow cursor for better interactivity */
.dropdown h3 a:hover {
    cursor: pointer;
}

#nav-2 a{
    font-family:poppins-regular;
    text-decoration: none;
    font-weight: 200;
    font-size: 15px;
    padding: 2px 4px;
    border-radius: 5px;
    color: black;
}
#navbar {
    position: fixed;
    top: 0;
    width: 95%;
    background-color: #fff;  /* Adjust as necessary */
    z-index: 10;           /* Ensures navbar stays above other content */
}
} 

#nav-2 h3 {
    margin: 0;  /* Prevent extra margins from affecting the layout */
    padding: 10px 20px;  /* Adjust the padding for the nav items */
}

/* Optional: styling for dropdown menu */
.dropdown-menu {
    display: none;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

#navbar{
    height: 15%;
    display: flex;
    justify-content: space-between;
    padding: 15px 12px;

    >#nav-1{
        height: 100%;
        img{
            height: 98%;
        }
    }
    #nav-2{
        display: flex;
        gap: 20px;
        text-transform: uppercase;
        align-items: end;
    }
    
}

