
  @import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@400;500;700&family=Inter:wght@300;400;500;600;700;800&family=Libre+Bodoni:wght@400;500;600;700&family=PT+Serif:wght@400;700&family=Playfair+Display:wght@400;500;600;700;800;900&family=Poppins:wght@300;400;500;600;700;800;900&family=Public+Sans:ital,wght@0,200;0,300;0,400;0,500;0,700;1,400&family=Rancho&family=Roboto+Condensed:wght@400;700&family=Roboto+Mono:wght@300;400&family=Roboto:wght@500&family=Staatliches&family=Yeseva+One&display=swap');

  
  @import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@400;500;700&family=Bodoni+Moda:opsz,wght@6..96,400;6..96,500;6..96,600&family=Inter:wght@300;400;500;600;700;800&family=Libre+Bodoni:wght@400;500;600;700&family=PT+Serif:wght@400;700&family=Playfair+Display:wght@400;500;600;700;800;900&family=Poppins:wght@300;400;500;600;700;800;900&family=Public+Sans:ital,wght@0,200;0,300;0,400;0,500;0,700;1,400&family=Rancho&family=Roboto+Condensed:wght@400;700&family=Roboto+Mono:wght@300;400&family=Roboto:wght@500&family=Staatliches&family=Yeseva+One&display=swap');

 
  @import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@400;500;700&family=Bodoni+Moda:opsz,wght@6..96,400;6..96,500;6..96,600&family=Inter:wght@300;400;500;600;700;800&family=Libre+Bodoni:wght@400;500;600;700&family=PT+Serif:wght@400;700&family=Playfair+Display:wght@400;500;600;700;800;900&family=Poppins:wght@300;400;500;600;700;800;900&family=Public+Sans:ital,wght@0,200;0,300;0,400;0,500;0,700;1,400&family=Raleway:wght@600;700&family=Rancho&family=Roboto+Condensed:wght@400;700&family=Roboto+Mono:wght@300;400&family=Roboto:wght@500&family=Staatliches&family=Yeseva+One&display=swap');


  @import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@400;500;700&family=Bodoni+Moda:opsz,wght@6..96,400;6..96,500;6..96,600&family=Great+Vibes&family=Inter:wght@300;400;500;600;700;800&family=Libre+Bodoni:wght@400;500;600;700&family=PT+Serif:wght@400;700&family=Playfair+Display:wght@400;500;600;700;800;900&family=Poppins:wght@300;400;500;600;700;800;900&family=Public+Sans:ital,wght@0,200;0,300;0,400;0,500;0,700;1,400&family=Raleway:wght@600;700&family=Rancho&family=Roboto+Condensed:wght@400;700&family=Roboto+Mono:wght@300;400&family=Roboto:wght@500&family=Staatliches&family=Yeseva+One&display=swap');


  @import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@400;500;700&family=Bodoni+Moda:opsz,wght@6..96,400;6..96,500;6..96,600&family=Great+Vibes&family=Inter:wght@300;400;500;600;700;800&family=Libre+Bodoni:wght@400;500;600;700&family=PT+Serif:wght@400;700&family=Playfair+Display:wght@400;500;600;700;800;900&family=Poppins:wght@300;400;500;600;700;800;900&family=Public+Sans:ital,wght@0,200;0,300;0,400;0,500;0,700;1,400&family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Rancho&family=Roboto+Condensed:wght@400;700&family=Roboto+Mono:wght@300;400&family=Roboto:wght@500&family=Staatliches&family=Yeseva+One&display=swap');

*{
    margin: 0;
    padding: 0;
    font-family: 'Inter', sans-serif;
}
body{
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    background: rgb(239, 242, 241);
    flex-direction: column;
    overflow-x: hidden;
}
header{
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    justify-content: space-around;
    padding: 1rem 2rem;
    width: 100%;
    height: auto;
   
    background: transparent;
      align-items: center;
  }

  header .logo{
    font-size: 2rem;
    color: #fff;
    font-family:'Raleway',sans-serif ;
    position: relative;
    right: 5%;
    font-weight: 600;
  }
  .logo .grey{
    color: #ffbd1b;

  }
  header ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
    
    background: transparent;
  }
  .bar__nav-toggle{
    font-size: 1.3rem;
    display: none;
    cursor: pointer;
}

input[type="checkbox"]{
    display: none;
}
.nav{
    display: none;
}
  header ul .navlink{
    text-decoration: none;
    list-style: none;
    color: #e8e5e5;
    font-weight: 500;
    font-family: 'Raleway', sans-serif;
    position: relative;
    font-size: 0.8rem;
    margin-left: 2rem;
    letter-spacing: 1.5px;
  
    background: transparent;
    margin-right: 1rem;
    transition: .5s ease;
  }
 
  .navlink:hover{
    color: #fff;
    transform: translateY(-2px);
  }
  .navlink::after{
    content: "";
    position: absolute;
    left: 0;
    background: #ffbd1b;
    height: 2px;
    width: 0;
    bottom: -10px;
    transition: .5s ease;
  }
  #active{
    color: #fff;
  }
  #active::after{
    content: "";
    position: absolute;
    left: 0;
    background: #ffbd1b;
    height: 2px;
    width: 100%;
    bottom: -10px;
    

  }
  .navlink:hover::after{
    width: 100%;
    
  }
  header  ul .btn{
    display: flex;
    justify-content: space-around;
    width: 7rem;
    position: relative;
    animation-name: fadein;
    
    right: -5%;
  }
  header ul #svg1{
    color: #fff;
    transition: .3s ease;
  }
  header ul #svg1:hover{
    color: #1b2c3e;
  }
  header ul #svg2{
    color: #fff;
    transition: .3s ease;
  }
  header ul #svg2:hover{
    color: #1b2c3e;
  }

.container{
    position: relative;
    left: 0;
    top: 0;
    background: url(blue-armchair-against-blue-wall-living-room-interior-elegant-interior-design-with-copy-space-ai-generative.jpg);
   
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height:100dvh;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    z-index: 0;
    border: none;
    display: flex;
    width:100%;
}
.triangle{
    position: absolute;
    left: 5%;
    top: -2%;
    background: transparent;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
    filter: brightness(110%);
    height: 70dvh;
    width: 35%;
   
}
.triangle img{
    height: 80%;
    width: 80%;
    object-fit: contain;
    filter: drop-shadow(0rem 7rem 3rem #fff);
    
   animation: 5s lighton linear infinite;
}
@keyframes lighton{
    0%,100%{
        filter: drop-shadow(0rem 7rem 6rem #fff);
    }
    50%{
        filter: drop-shadow(0rem 7rem 3rem #fff);
    }
}
.text{
    background: transparent;
    display: flex;
    flex-direction: column;
    width: 35%;
    align-items: left;
    text-align: left;
    position: relative;
    bottom: 10%;

    right: 30%;
  
    height: fit-content;
    justify-content: center;
}

.text h1{
  color: #fff;
  animation-name: slideleft;
  animation-duration: 5s ;
  font-size:2.7REM;

  font-weight: 800;
 font-family: 'Raleway',sans-serif;

    bottom: 10%;
    position: relative;
}
@keyframes slideleft{
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}

h1 .gold{
   color: #ffbd1b;
   font-family: 'Raleway',sans-serif;


}
.text h4{
    
    font-size: 0.7rem;
    color:#fff;
    filter: brightness(300%);
    margin-top: 0.7rem;
    letter-spacing: 2px;
    animation-name: slideright;
    animation-duration: 6s ;
    line-height: 1.5rem;
    width: 75%;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
}
@keyframes slideright{
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}
.text .shop{
    background: #fff;
    border: none;
    
    position: relative;
    width: 7rem;
    height: 2.5rem;
    margin-top: 1rem;
    position: absolute;
    top: 14rem;
    left: 0.5rem;
   
    color: #000;
    font-family: 'Raleway', sans-serif;
    font-size: 0.8rem;
    font-weight: 200;
    animation-name: slideright;
    animation-duration: 6s ;
    letter-spacing: 1px;
    transition: .4s ease;
    border-radius: 2rem;
}
.shop:hover{
    background: #ffbd1b;
    color: #fff;
}
.text .explore{
    background: transparent;
    border: 1px solid #fff;
    position: absolute;
    top: 15rem;

    left: 9rem;
    border-radius: 2rem;
    width: 7rem;
    height: 2.5rem;
    font-family: 'Raleway', sans-serif;
    font-weight: 200;
    letter-spacing: 2px;
    animation-name: slideright;
    animation-duration: 6s ;
    color: #fff;
    transition: .4s ease;
    
}
.text .explore:hover{
    background: #1b2c3e;
    color: #fff;
    border: none;
}


.container1{
    position: relative;
    left: 0;
    top: 0%;
    background:rgb(239, 242, 241);
 
    height:80dvh;
    justify-content: space-evenly;
    padding: 2rem 2rem;
    align-items: center;
    display: flex;
    width:100%;
}
.container1 .left-side{
    width: 20%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 95%;
    position: relative;
    right: 0%;
    background: transparent;
    align-items: left;
    justify-content: center;
    gap: 2rem;
}
.left-side h1{
    color: #1b2c3e;
  
    font-size: 2.3rem;    
    font-weight: 500;
}
.left-side h5{
    color: #6a6a6a;
    font-size: 1rem;
    font-weight: 300;
}
.left-side .explore{
    background: #1b2c3e;
    border: 2px solid #9095a7;
    border-radius: 2rem;
    font-family: 'Raleway',sans-serif;
    width: 7rem;
    height: 3rem;
    color: #fff;
    letter-spacing: 2px;
    transition: .3s ease;
    font-weight: 200;

}
.container1 .heading{
    position: absolute;
    top: 5%;
    border-bottom: 2px solid #6a6a6a;
    letter-spacing: 2px;
    left: 32%;
}
.heading h2{
    font-family: 'Raleway',sans-serif;
    color: #1b2c3e;
    font-weight: 500;
    font-size: 1.7rem;
}
.container1 .link{
    position: absolute;
    top: 5%;
    right: 10%;
}
.link a{
    text-decoration: none;
    letter-spacing: 2px;
    color: #000;
    transition: 0.3s ease;
}
.link a:hover{
    color: #8f94a6;
}
 .product-container{
    width: 16rem;
    height: 90%;
    display: block;
    position: relative;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px;
    bottom: 0%;
    border-radius: 1rem;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
    z-index: 1;
    text-align: center;
    object-fit: contain;
    background: transparent;
}
.product-container::before{
    content: "";
    background: rgba(220, 229, 228, 0.342);
    backdrop-filter: blur(5px);
    z-index: -1;
    height: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 16rem;
    border-radius: 1rem;
    transition: .7s ease;
}
.product-container:hover:before{
    height: 90%;
}
.product-container:hover img{
    transform: translatey(-10px);
    
}
.product-container h3{
    position: relative;
    font-family: 'Raleway', sans-serif;
    color: #6a6a6a;

    top: 27%;
}
.product-container h4{
    position: relative;
    color: #1b2c3e;
    font-family: 'Raleway', sans-serif;
    top: 27%;
    font-size: 1.1rem;
    font-weight: 600;
}
.product-container .add{
    position: relative;
    transition: .3s ease;
    color: rgb(47, 47, 47);
    top: 23%;

   opacity: 0;
}
.add a svg{
    color: rgb(47, 47, 47);
}
.product-container:hover .add{
    opacity: 1;
    top: 27.5%;
}
.product-container img{
    width: 100%;
    position: relative;
    top: 20%;
    height: 55%;
    z-index: 0;
    display: block;
    object-fit: contain;
    transition: .3s ease;
    -webkit-box-reflect: below -15px linear-gradient(to top, rgba(255, 255, 255, 0.3 ) 0%, rgba(255, 255, 255, 0) 100%);
    

}

.reason-container{
    position: relative;
    height: 100dvh;
    background: rgb(239, 242, 241);
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    left: 0;
    top: 0;
}
.reason-container .reason-text{
    height: 95%;
    width: 45%;
    background: transparent;
    justify-content: space-evenly;
}
.reason-text .heading{
    width: 80%;
    height: 30%;
    justify-content: center;
    align-items: left;
    display: flex;
    flex-direction: column;
    background: transparent;

}
.heading h1{
    color: #2f2f2f;
    font-family: 'Raleway',sans-serif;
    font-weight: 600;

}
.heading h4{
    color: #6a6a6a;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 2px;
    font-weight: 200;
    font-size: 0.9rem;
    margin-top: 1rem;
}
.reason-text .logo-reason{
    height: 65%;
    width: 100%;
    background: transparent;
  

    display:grid;
    grid-template-columns: 1fr 1fr;
}
.logo-reason .logo-container1{
    display: flex;
    flex-direction: column;
    background: transparent;
    z-index: 1;
}
.logo-container1 .ball{
    border-radius: 50%;
    height: 2rem;
    left: 1rem;
    width: 2rem;
    position: relative;
    top: 5%;
    background: #ccd5d5;
    opacity: 1;
    z-index: 0;

}
.ball svg{
    position: relative;
    right: 60%;
    bottom: 30%;
}
.logo-container1 h4{
    color: #2f2f2f;
    letter-spacing: 1.5px;
    font-weight: 600;
    margin-top: 1rem;
    font-size: 0.9rem;
}
.logo-container1 h5{
    color:#6a6a6a;
    font-weight: 300;
    width: 80%;
    margin-top: 1rem;
    font-size: 0.8rem;
}
.logo-reason .logo-container2{
    display: flex;
    flex-direction: column;
    background:transparent;
}
.logo-container2 .ball{
    border-radius: 50%;
    height: 2rem;
    left: 1rem;
    width: 2rem;
    position: relative;
    top: 5%;
    background: #ccd5d5;
    opacity: 1;
    z-index: 0;

}
.logo-container2 h4{
    color: #2f2f2f;
    letter-spacing: 1.5px;
    font-weight: 600;
    margin-top: 1rem;
    font-size: 0.9rem;
}
.logo-container2 h5{
    color: #6a6a6a;
    font-weight: 300;
    width: 80%;
    margin-top: 1rem;
    font-size: 0.8rem;
}
.logo-reason .logo-container3{
    display: flex;
    flex-direction: column;
    background: transparent;
}
.logo-container3 .ball{
    border-radius: 50%;
    height: 2rem;
    left: 1rem;
    width: 2rem;
    position: relative;
    top: 5%;
    background: #ccd5d5;
    opacity: 1;
    z-index: 0;

}
.logo-container3 h4{
    color:#2f2f2f;
    letter-spacing: 1.5px;
    font-weight: 600;
    margin-top: 1rem;
    font-size: 0.9rem;
}
.logo-container3 h5{
    color: #6a6a6a;
    font-weight: 300;
    width: 80%;
    margin-top: 1rem;
    font-size: 0.8rem;
}
.logo-reason .logo-container4{
    display: flex;
    flex-direction: column;
    background: transparent;
}
.logo-container4 .ball{
    border-radius: 50%;
    height: 2rem;
    left: 1rem;
    width: 2rem;
    position: relative;
    top: 5%;
    background: #ccd5d5;
    opacity: 1;
    z-index: 0;

}
.logo-container4 h4{
    color: #2f2f2f;
    letter-spacing: 1.5px;
    font-weight: 600;
    margin-top: 1rem;
    font-size: 0.9rem;
}
.logo-container4 h5{
    color: #6a6a6a;
    font-weight: 300;
    width: 80%;
    margin-top: 1rem;
    font-size: 0.8rem;
}
.reason-img{
    width: 28rem;
    background: url(why-choose-us-img.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 80%;
    border-radius: 2rem;
    overflow: hidden;
    z-index: 100;
  
}
.reason-img img{
    width: 100%;
    height: 100%;
}
.SVG{
    position: absolute;
    right: 23rem;
    top: 0rem;
    background-color: transparent;
opacity: 0.7;

background-image: radial-gradient(#ffbd1b 3px, transparent 2px);
background-size:30px 30px;
z-index: 1;
    height:35dvh;
    justify-content: center;
    align-items: center;
    display: flex;
    width:20%;

}
.help{
    position: relative;
    height: 130dvh;
    overflow: hidden;
    background: transparent;
    display: grid;
    grid-template-columns:1fr 1fr;
    width: 100%;
    
}
.help .help-container1{
    background: transparent;
 
}
.Svg{
    position: absolute;
    left: 0rem;
    top: 5rem;
    background-color: transparent;
opacity: 0.75;
background-image: radial-gradient(#9095a7 3.5px, transparent 2px);
background-size:30px 30px;
z-index: 0;
    height:35dvh;
    justify-content: center;
    align-items: center;
    display: flex;
    width:20%;

}
.help-container1 img{
    width: 64%;
    height: 80dvh;
    position: relative;
    border-radius: 1.5rem;
    left: 17%;
    top: 17.5%;
}
.help-container1 #img2{
    width: 29%;
    position: relative;
    top: -17.5%;
    left: 19.5%;
    height: 30dvh;
}
.help-container1 #img3{
    position: relative;
    top: -16%;
    left: 64.5%;
    width: 50%;
    height: 62dvh;

}
.help .help-container2{
    background: transparent;
    align-items: left;
    width: 80%;
    text-align: left;
    position: relative;
    height: 50%;
    top: 15%;
    left: 20%;
    justify-content: space-evenly;
    display: flex;
    flex-direction: column;

}
.help-container2 .key-points{
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 80%;
    height: 30%;
    background: transparent;
}
.key-points .key-text{
    background: transparent;
    display: flex;
    text-align: left;
    font-family: 'Raleway', sans-serif;
    color:#6a6a6a;
    font-style: italic;
    font-weight: 700;
    font-size: 0.8rem;
    align-items: center;

}
.key-text .strong{
    font-size: 2rem;
    position: relative;
    top: -27%;
    color: #ffbd1b;
}
.help-container2 h1{
    font-weight: 500;
    color: rgb(47, 47, 47);
    font-family: 'Raleway', sans-serif;
  color: #2f2f2f;
    letter-spacing: 2px;
    -webkit-text-stroke-width: 1px;
}
.help-container2 h4{
    font-size: 0.9rem;
    line-height: 1.5rem;
    font-family: 'Raleway', sans-serif;
    color: #6a6a6a;
    font-weight: 100;
}
.help-container2 .help-btn{
    width: 7rem;
    height: 3rem;
    border-radius: 1.5rem;
    border: none;
    background: #1b2c3e;
    letter-spacing: 2px;
    filter: brightness(110%);
    font-family: 'Raleway',sans-serif;
    border: 2px solid #9095a7;
    font-weight:200;
    transition: .3s ease;
    position: relative;
    color: #fff;
}
.help-container2 .help-btn:hover{
    filter: brightness(100%);
}
.product-info{
    background:rgb(239, 242, 241);
    width: 80%;
    height: 30dvh;
    position: relative;
    gap: 1rem;
    left: 10%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;

}
.product-info .product-card{
    background: transparent;
    display: flex;
    justify-content: space-evenly;
    position: relative;
  
    text-align: left;
    align-items: center;
    font-size: 0.8rem;
    color: #6a6a6a;
}
.product-card .card-img{
    width: 30%;
    height: 100%;
    position: relative;
    
}

.card-img img{
    height: 7.5rem;
    width: 7.5rem;
  
}

#card1 .card-bg{
    background: #dce5e4;
    height: 50%;
    width: 30%;
    left: 2%;
    border-radius: 1.7rem;
    top: 5%;
    position: absolute;
}
#card2 .card-bg{
    background: #dce5e4;
    height: 50%;
    width: 30%;
    left: 0%;
    border-radius: 1.7rem;
    top: 5%;
    position: absolute;
}
#card2 .heading{
    position: absolute;
    left: 44%;
}
#card2 .main-text{
    left: 0%;
}
#card2 a{
    left: 45%;
}
#card3 .heading{
    position: absolute;
    left: 38%;
}
#card3 .card-bg{
    background: #dce5e4;
    height: 50%;
    width: 30%;
    left: 2%;
    border-radius: 1.7rem;
    top: 5%;
    position: absolute;
}
.product-card .heading{
    position: absolute;
 
    top: 10%;
    font-size: 0.9rem;
    font-weight: bold;
    font-family: 'PT',sans-serif;
    color: #2f2f2f;
}
.product-card a{
    position: absolute;
    top: 50%;
    list-style: none;
    text-decoration: none;
    color:rgb(47, 47, 47);
    font-size: 0.9rem;
    font-weight: 300;
    transition: .3s ease;
}
.product-card a:hover{
    color: #ffbd1b;
   ;
}
.product-card .main-text{
    position: relative;
    color: #6a6a6a;

    font-weight: 500;
    font-family: 'Raleway',sans-serif;
    top: -15%;
    left: 8%;
}
.testimonial{
    width: 100%;
    height: 120dvh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.testimonial h1{
    font-weight: 600;
    font-family: 'Raleway',sans-serif;
  color: #2f2f2f;
    font-size: 2.5rem;
   
    color: rgb(47, 47, 47);
}
h1 .fill{
    color: #cd8da5;
    -webkit-text-stroke-width:0px ;
    -webkit-text-fill-color: #2f2f2f;
}
.testimonial .slider{
    width: 80%;
    height: 50%;
    position: relative;
    top: 5%;
    background: transparent;
}
.slider .testimonial-slide{
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    height: 100%;
}
.slider .priv_arrow{
    height: 3rem;
    width: 3rem;
    background:#ccd5d5a5;
    border-radius: 50%;
    text-align: center;
    position: relative;
    top: 40%;
  
    left: -5%;
    align-items: center;
    transition: .3s ease;
    line-height: 3rem;
    cursor: pointer;
    color: #000;
}
.slider .priv_arrow:hover{
    background: #000;
    color: #fff;
}
.slider .next_arrow{
    height: 3rem;
    width: 3rem;
    background:#ccd5d5a5;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    right: -2rem;
    bottom: 45%;
    text-align: center;
    align-items: center;
    line-height: 3rem;
    cursor: pointer;
    transition: .3s ease;
    color: #000;
}
.slider .next_arrow:hover{
    background: #000;
    color: #fff;
}



.testimonial-slide .testimonial-text{
    width:60%;
    text-align: center;
    position: relative;
    left: 20%;
    line-height: 2rem;
    font-size: 1.3rem;
    font-family: 'Raleway',sans-serif;
    font-weight: 100;
    color: #6a6a6a;
}
.testimonial-slide .testimonial-img{
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-top: 4rem;
    
}
.testimonial-img h4{
    color: rgb(47, 47, 47);
    font-weight: 500;
    font-family: 'Raleway',sans-serif;
    font-weight: 500;
    margin-top: 0.5rem;
}
.testimonial-img h5{
    color: #6a6a6a;
    font-weight: 400;
    font-family: 'Raleway',sans-serif;
    font-weight: 100;
    margin-top: 0.2rem;
}
.testimonial-img img{
    height: 5rem;
    width: 5rem;
    border-radius: 50%;
}
.blog{
    height: 100dvh;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    position: relative;
    background: rgb(239, 242, 241);
}
.blog h1{
    color: rgb(47, 47, 47);
    font-weight: 500;
    position: relative;
    left: 7%;
    top: -10%;
}
.blog a{
    list-style: none;
    position: absolute;
    right: 10%;
    top: 8%;
    color: rgb(47, 47, 47);
    font-size: 0.9rem;
    transition: .4s ease;
    font-weight: 600;
}
.blog a:hover{
    text-decoration: none;
}
.blog .blog-container{
    height: 50%;
    position: relative;
    left: 5%;
    top: -20%;
    width: 90%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1rem;
  
}
.blog-container .blog-sub-container{
    background: #000;
    height: 15.375rem;
    border-radius: 1.25rem;
    overflow: hidden;
    transition: .4s ease;
    width: 22.25rem;
}
.blog-sub-container:hover{
    opacity: 0.5;
}
.blog-sub-container img{
    width: 100%;
    height: 100%;
}
.blog-container .blog-text{
    background: transparent;
    position: relative;
    width: 22.25rem;
    display: flex;
    flex-direction: column;
    align-items: left;
    justify-content: center;
    height: 3rem;
    top: -20%;
}
.blog-text h4{
    color:rgb(47, 47, 47);
    font-size: 0.98rem;
    font-weight: 500;
    margin-left: 1.2rem;
}
.blog-text h5{
    color: #6a6a6a;
    position: relative;
    top: -20%;
    font-size: 0.9rem;
    font-weight: 400;
    margin-left: 1.2rem;
}
.blog-text h5 .strong{
    color: rgb(47, 47, 47);
    font-weight: 600;
}
.footer{
    position: relative;
    height: 110dvh;
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    background: #fff;
}
.footer .input{
    background: transparent;
    display: flex;
    align-items: center;
    height: 30dvh;
    justify-content: space-evenly;
}
.input h3{
    position: absolute;
    top: 9%;
    color: #1b2c3e;
    font-family: 'Raleway',sans-serif;
    letter-spacing: 2px;
    font-weight: 600;
    left: 9%;
}
h3 .email{
    color: #ced4da;
    font-size: 1.5rem;
    position: relative;
    top: 10%;
    margin-right: 0.5rem;
}
.input form{
    width: 60%;
    height: 50%;
    position: relative;
    top: 15%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
form .input-text{
    border-radius: 0.62rem;
    outline: none;
    font-size: 0.8rem;
    height: 3.1rem;
    width: 16rem;
    text-align: left;
    border: 1px solid #ced4da;
}
.input-text:focus{
    outline: 0.5px solid #000;
}
form .input-email{
    border-radius: 0.62rem;
    position: relative;
  right: 5%;
    outline: none;
    height: 3.1rem;
     width: 16rem;
    font-size: 0.8rem;
    text-align: left;
    border: 1px solid #ced4da;
}
.input-email:focus{
    outline: 0.5px solid #000;
}
  
#form.valid #email:focus {
    outline: 1px solid #00ff00;
  }
  #form.invalid #email:focus {
    outline: 1px solid #ff0000;
  }
  #text{
    display: block;
    color: #000;
    position: absolute;
    bottom: 0;
   
    font-style: italic;
    padding: 6px;
    font-size: 0.6rem;
    font-weight: 500;
  }
form .go{
    height: 3rem;
   
    background: #1b2c3e;
    width: 4.5rem;
    position: relative;
    right: 10%;
    border-radius: 0.7rem;
    border: none;
    transition: .4s ease;
}
.go:hover{
    background: #1b2c3ed5;
}
::placeholder{
   position: relative;
   left: 5%;
}
.input img{
    width: 23.75rem;
    position: relative;
    top: -40%;
    right: 6%;
    height: 20.56rem;
}
.footer .main{
    background: transparent;
    height: 60dvh;
    width: 100%;
    position: relative;
    display: grid;
    grid-template-columns: 20% 80% ;
}
.main .main-text{
    background: transparent;
    justify-content: center;
    align-items: left;
    display: flex;
    position: relative;
    left: 40%;
    flex-direction: column;
}
.main-text h1{
    color: #1b2c3e;
    font-family: 'Raleway',sans-serif;
    font-weight: 500;
}
h1 .h1-grey{
    color: #ffbd1b;
}
.main-text h4{
    color: #6a6a6a;
    font-weight: 400;
    font-size: 0.9rem;
    line-height: 1.5rem;
}
.main-text .social{
    width: 100%;
    display: flex;
    margin-top: 1rem;
    height: fit-content;
}
.social .icon {
    background: rgb(220, 229, 228);
    height: 2.5rem;
    display: flex;
    position: relative;
    right: 5%;
    margin-left: 0.5rem;
    justify-content: center;
    align-items: center;
    width: 2.5rem;
    border-radius: 50%;
    transition: .3s ease;
}
.icon i{
    color: #1b2c3e;
   
}
.icon:hover{
    background: #1b2c3e;
   
}
.icon:hover i{
    color: #fff;
}
.main .main-nav{
 background: transparent;
 display: grid;

 grid-template-columns: 20% 20% 20% 20%;
 gap: 0rem;
    
}
.main-nav .nav-container{
    background: transparent;
    display: flex;
    height: 60%;
    top: 20%;
    flex-direction: column;
    justify-content: baseline;
    align-items: left;
    position: relative;
    left: 75%;
}
.nav-container a{
    list-style: none;
    margin-top: 2rem;
    font-size: 0.9rem;
    text-decoration: none;
    color: #2f2f2f;
    transition: .3s ease;
}
.nav-container a:hover{
    color: #8f94a6;
}
.footer .end{
    background: transparent;
    border-top: 1px solid #dce5e4;
    width: 80%;
    justify-content: space-between;
    align-items: center;
    position: relative;
    left: 10%;
    height: 20dvh;
}
.end a{
    text-decoration: none;
    color: #8f94a6;
    position: relative;
    top: 20%;
    font-size: 0.9rem;
    font-weight: 300;
}
.end .end-a{
    width: fit-content;
    height: 50%;
    justify-content: space-evenly;
    position: absolute;
    right: 0;
}
.end-a a{
    color: #2f2f2f;
    margin-left: 2rem;
}
@media screen and (max-width:500px) {
    header{
        padding: 0rem 0rem;
        justify-content: space-between;
        height: 3rem;
        text-align: left;
    }
    header .logo{
        font-size: 1.8rem;
        z-index: 100;
        font-weight: 300;
        left: 1rem;
        position: relative;
    }
    header ul{
        display: none;
    }
    input[type="checkbox"]{
        display: block;
    }
   

    .bar__nav-toggle{
        display: block;
        color :#fff;
        position: relative;
       right: 2rem;
       z-index: 100;
       
    }
    #inpNavToggle{
        display: none;
    }
    #inpNavToggle:checked ~ .nav{
        display: flex;
       
    }
    
   
    .nav{
        display: none;
        flex-direction: column;
        position: fixed;
        top:0rem;
        left: 0;
        width: 100%;
        height: 100dvh;
        padding: 2rem;
        
        background: #1b2c3e
        ;
        align-items: center;
        box-sizing: border-box;
    }
    .nav__link{
        font-weight: 600;
        padding: 1rem 0;
        text-decoration: none;
        color: #fff;
        margin-top: 1rem;
        
        width: 80%;
        letter-spacing: 2px;
        align-items: center;
        text-align: center;
        font-size: 0.8rem;
        border-bottom:  1px solid #dce5e4;
    }
    .container{
        display: flex;
        flex-direction: column;
        filter: none;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        
    }

    .triangle{
    position: absolute;
    left: 20%;
    top: -2%;
    background: transparent;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
    filter: brightness(110%);
    height: 70dvh;
    width: 35%;
   
}
    .main-container{
        display: none;
    }
    
    .container .text{
        width: 90%;
        left: 5%;
        height: 20%;
        position: relative;
     
       
    }
    .text h1{

 
        font-size:2.3REM;
        font-weight: 400;
        bottom: 0%;
        position: relative;
    }
    .text h4{
        margin-top: 1rem;
        font-size: 0.7rem;
        letter-spacing: 2px;
        font-weight: 400;
    }
    .text .shop{
   
        border: none;
        padding: 0.7rem 1.2rem;
        margin-top: 2rem;
      
      
        letter-spacing: 1.5px;
        top: 13rem;
        left: 0%;
        font-size: 0.7rem;
        font-weight: 700;
        border-radius: 2rem;
    }
    .text .explore{
      
        border-radius: 2rem;
        padding: 0.5rem 0.8rem;
        margin-left: 1rem;
        top: 15rem;
        font-size: 0.7rem;

        left: 7rem;
        color: #fff;
        transition: .3s ease;
        font-weight: 700;
    }
   
    .png{
        width: 80%;
        position: relative;
        top: 20%;
        background: url(casual-life-3d-interior-set-with-armchair-bookcase-and-floor-lamp-1.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 50%;
    }
    .png img{
        display: none;
    }
    .container1{
        padding: 0rem 0rem;
        display: block;
        top: -10%;
        height: fit-content;
        justify-content: center;
        align-items: center;
        
    }
    .container1 .heading{
        position: absolute;
        top: 20%;
        border-bottom: 2px solid #6a6a6a;
        left: 5%;
    }
    .heading h2{
        font-family: 'Raleway',sans-serif;
        color: #1b2c3e;
        letter-spacing: 2px;
        font-weight: 500;
        font-size: 1.5rem;
    }
    .container1 .link{
        position: absolute;
        top: 20.3%;
        right: 10%;
    }
    .link a{
        color: #6a6a6a;
        letter-spacing: 2px;
    }
    .container1 .left-side{
        display: block;
        height: 20%;
        justify-content: center;
        margin-top: 3rem;
        margin-bottom: 4rem;
        align-items: center;
        text-align: center;
        width: 100%;
    }
    .left-side h5{
        margin-top: 1rem;
    }
    .left-side .explore{
        margin-top: 1rem;
        margin-bottom: 1rem;
    }   
     .container1 .product-container{
        width: 70%;
        z-index: 0;
        background: transparent;
        margin-top: 7rem;
        margin-left: 3rem;
    }
    .product-container::before{
        width: 100%;
        display: none;
        height: 60%;
       
    }
    
    .product-container:hover  .add a svg{
        color: #000;
    }
        
    .product-container:hover::before{
        background: #9095a767;
        height: 70%;
    }
    .reason-container {
        width: 100%;
        
        position: relative;
        left: 0%;
        top: 0%;
      flex-direction: column;
    }
    .reason-container .reason-text{
        width: 100%;
        height: 20%;
    }
    .reason-img{
        
        display: none;
        
    }
    .reason-text .heading{
        position: relative;
        left: 10%;
        text-align: center;
      }
    .reason-text .logo-reason{
        height: 65%;
        width: 90%;
        position: relative;
        left: 5%;
        background: transparent;
        margin-top: 5rem;
        display:grid;
        grid-template-columns: 1fr 1fr;
    }
    
    .SVG{
        display: none;
    }
    .help{
        position: relative;
        height: fit-content;
        overflow: hidden;
        background: url(pattern.svg);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        display: grid;
        grid-template-columns:1fr ;
        width: 100%;
      bottom: -20rem;
    }
    .Svg{
        display: none;
    }
    .help .help-container2{
        background: transparent;
        align-items: center;
        width: 90%;
        text-align: left;
        position: relative;
        height: 100%;
        top: 0%;
        left: 5%;
        justify-content: space-evenly;
        display: flex;
        flex-direction: column;
    
    }
    .help-container2 .key-points{
        display: grid;
        grid-template-columns: 1fr 1fr;
        width: 100%;
        margin-top: 2rem;
        height: 30%;
        background: transparent;
    }
    .key-points .key-text{
        background: transparent;
        display: flex;
        text-align: left;
       
     
        font-weight: 300;
        font-size: 0.8rem;
        align-items: center;
    
    }
    .key-text .strong{
        font-size: 2rem;
        position: relative;
        top: -27%;
      
    }
    .help-container2 h1{
        font-weight: 500;
        color: rgb(47, 47, 47);
    }
    .help-container2 h4{
        font-size: 0.9rem;
        margin-top: 2rem;
        line-height: 1.5rem;
        color: #6a6a6a;
        font-weight: 300;
    }
    .help-container2 .help-btn{
        width: 7rem;
        height: 3.5rem;
        border-radius: 1.5rem;
        border: none;
    
        font-size: 0.8rem;
        letter-spacing: 2px;
       margin-top: 2REM;
        font-weight:200;
        position: relative;
    
    }
    .help img{
        display: none;
    }
    .help .help-container1{
        background: transparent;
     
    }
    
  
    .help{
        grid-template-columns: 1fr;
        height: fit-content;
    }
    .product-info{
        background:transparent;
        width: 80%;
        height:fit-content;
        position: relative;
        gap: 1rem;
        left: 10%;
       bottom: -50%;
     
       margin-top: 28REM;
        display: grid;
        grid-template-columns: 1fr ;
    
    }
    .product-info .product-card{
        background: transparent;
        display: flex;
        justify-content: space-evenly;
        position: relative;
        text-align: left;
        align-items: center;
        box-shadow: rgba(0, 0, 0, 0.15) -2.4px 2.4px 3.2px;   
        font-size: 0.8rem;
        color: #6a6a6a;
    }
    .product-card::before{
        content: "";
        width: 0%;
        height: 100%;
        background: #dce5e4;
        transition: 1s ease;
        position: absolute;
        left: 0;
        
        top:0;
    }
    .product-card:hover::before{
        width: 100%;
        background: #1b2c3e;
    }
    .product-card:hover .heading{
        color: #dce5e4;

    }
    .product-card:hover .main-text{
        color: #fff;
        display: flex;

    }
   
    .product-card:hover a{
        color: #fff;
        display: flex;
    }
    
    .product-card .card-img{
        width: 30%;
        height: 100%;
        
        position: relative;
        
    }
    
    .card-img img{
        height: 7.5rem;
        
    
        
        width: 7.5rem;
      
    }
    #card1 .card-bg{
        display: none;
    }
  

    #card2 .card-bg{
      display: none;
    }
    #card2 img{
        height: 7rem;
        width: 6.9rem;
    }
    #card1 .heading{
        position: absolute;
        left: 38%;
    }
    #card2 .heading{
        position: absolute;
        left: 43%;
    }
    #card2 .main-text{
        left: 3%;
    }
    #card2 a{
        left: 43%;
    }
    #card3 .heading{
        position: absolute;
        left: 38%;
    }
    #card3 .card-bg{
      display: none;
    }
    .product-card .heading{
        position: absolute;
      
        top: 10%;
        font-size: 0.9rem;
        font-weight: 600;
        color: rgb(47, 47, 47);
    }
    .product-card a{
        position: absolute;
      
        top: 60%;
        list-style: none;
        text-decoration: none;
        color:rgb(47, 47, 47);
        font-size: 0.9rem;
        font-weight: 300;
        transition: .3s ease;
    }
    .product-card a:hover{
        color: #6a6a6a;
    }
    .product-card .main-text{
        position: relative;
        top: -5%;
     
        left: 8%;
    }
    
    .testimonial{
        width: 100%;
        height: 120dvh;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .testimonial h1{
        font-weight: 500;
        color: rgb(47, 47, 47);
    }
    .testimonial .slider{
        width: 80%;
        height: 50%;
        position: relative;
        top: 5%;
        background: transparent;
    }
    .slider .testimonial-slide{
        width: 100%;
        justify-content: center;
        align-items: center;
        display: flex;
        height: 100%;
    }
    .slider .priv_arrow{
        height: 3rem;
        width: 3rem;
        background:#ccd5d5a5;
        border-radius: 50%;
        text-align: center;
        position: relative;
        top: 40%;
      
        left: -10%;
        align-items: center;
        transition: .3s ease;
        line-height: 3rem;
        cursor: pointer;
        color: #000;
    }
    .slider .priv_arrow:hover{
        background: #064e40;
        color: #fff;
    }
    .slider .next_arrow{
        height: 3rem;
        width: 3rem;
        background:#ccd5d5a5;
        border-radius: 50%;
        display: inline-block;
        position: absolute;
        right: -2rem;
        bottom: 47%;
        text-align: center;
        align-items: center;
        line-height: 3rem;
        cursor: pointer;
        transition: .3s ease;
        color: #000;
    }
    .slider .next_arrow:hover{
        background: #064e40;
        color: #fff;
    }
    
    
    
    .testimonial-slide .testimonial-text{
        width:60%;
        text-align: center;
        position: relative;
        left: 20%;
        line-height: 2rem;
        font-size: 0.9rem;
        font-weight: 400;
        color: #6a6a6a;
    }
    .testimonial-slide .testimonial-img{
        width: 100%;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        margin-top: 4rem;
        
    }
    .testimonial-img h4{
        color: rgb(47, 47, 47);
        font-weight: 500;
        margin-top: 0.5rem;
    }
    .testimonial-img h5{
        color: #6a6a6a;
        font-weight: 400;
        margin-top: 0.2rem;
    }
    .testimonial-img img{
        height: 5rem;
        width: 5rem;
        border-radius: 50%;
    }

    .blog h1{
    font-size: 1.9rem;
    color: rgb(47, 47, 47);
font-weight: 500;
position: relative;
left: 0%;
margin-left: 1rem;
top: -10%;
}
.blog a{
    list-style: none;
    position: absolute;
    right: 7%;
    top: 7%;
    color: rgb(47, 47, 47);
    font-size: 0.9rem;
    transition: .4s ease;
    font-weight: 600;
}
.blog .blog-container{
    grid-template-columns: 1fr;
    gap: 5rem;
}
.blog-container .blog-sub-container{
    background: #000;
    height: 12.375rem;
    border-radius: 1.25rem;
    overflow: hidden;
    transition: .4s ease;
    width: 19.25rem;
}
.blog-container #text1{
   
    top: -1300%;
}
.blog-container #text2{
   
    top: -980%;
}
.blog-container #text3{
   
    top: -650%;
}


    .footer{
        position: relative;
        height: fit-content;
        display: grid;
       margin-top: 18rem;
        grid-template-columns: 1fr;
        width: 100%;
        background: #fff;
    }
    .footer .input{
        background: transparent;
        display: flex;
        flex-direction: column;
        align-items: center;
        height: fit-content;
        justify-content: space-evenly;
    }
    .input h3{
        position: relative;
        margin-top: 10%;
       

        left: 0%;
    }
    h3 .email{
        color: #ced4da;
        font-size: 1.5rem;
        position: relative;
        top: 10%;
        margin-right: 0.5rem;
    }
    .input form{
        width: 100%;
        height: 60%;
      
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
    }
    form .input-text{
        border-radius: 0.62rem;
        outline: none;
        width: 17rem;
        margin-top: 2rem;
        height: 3rem;
        position: relative;
        right: 5%;
        font-size: 0.8rem;
        text-align: left;
        
    }
    .input-text:focus{
        outline: 0.5px solid #000;
    }
    form .input-email{
        border-radius: 0.62rem;
        position: relative;
      right: 5%;
      width: 17rem;
      height: 3rem;
      margin-top: 1rem;
        outline: none;
        font-size: 0.8rem;
        text-align: left;
  
    }
    .input-email:focus{
        outline: 0.5px solid #000;
    }
    form .go{
        height: 3rem;
       
       
        width: 4.5rem;
        position: relative;
        right: 4%;
      margin-top: 2rem;
        border-radius: 0.7rem;
        border: none;
        transition: .4s ease;
    }
   
    ::placeholder{
       position: relative;
       left: 5%;
    }
    .input img{
        width: 23.75rem;
        position: relative;
        top: -40%;
        display: none;
        right: 6%;
        height: 20.56rem;
    }
    .footer .main{
        background: transparent;
        height: 60dvh;
        width: 90%;
        left: 5%;
        position: relative;
        display: grid;
        top: 10%;
        grid-template-columns: 1fr ;
    }
    .main .main-text{
        background: transparent;
        justify-content: center;
        align-items: center;
        display: flex;
        position: relative;
        left: 0%;
        flex-direction: column;
    }
  
    .main-text h4{
     
        font-size: 0.9rem;
        line-height: 1.5rem;
    }
    .main-text .social{
        width: 100%;
        display: flex;
        margin-top: 1rem;
        align-items: center;
        justify-content: center;
        height: fit-content;
    }
    .social .icon {
        background: rgb(220, 229, 228);
        height: 2.5rem;
        display: flex;
        position: relative;
        right: 5%;
        margin-left: 0.5rem;
        justify-content: center;
        align-items: center;
        width: 2.5rem;
        border-radius: 50%;
        transition: .3s ease;
    }
    
    .icon:hover i{
        color: #fff;
    }
    .main .main-nav{
     background: transparent;
     display: grid;
    
     grid-template-columns: 1fr 1fr 1fr 1fr;
     gap: 0rem;
        
    }
    .main-nav .nav-container{
        background: transparent;
        display: flex;
        height: 60%;
        top: 20%;
        flex-direction: column;
        justify-content: baseline;
        align-items: left;
       left: 0%;
        position: relative;
      
    }
    .nav-container a{
        list-style: none;
        margin-top: 2rem;
        font-size: 0.8rem;
        text-decoration: none;
        color: #2f2f2f;
        transition: .3s ease;
    }
    .nav-container a:hover{
        color: #8f94a6;
    }
    .footer .end{
        background: transparent;
        border-top: 1px solid #dce5e4;
        width: 80%;
        justify-content: space-between;
        align-items: center;
        text-align: center;
        margin-top: 10rem;
        position: relative;
        
        height: 20dvh;
    }
    .end a{
        text-decoration: none;
        color: #8f94a6;
        position: relative;
        top: 10%;
        font-size: 0.9rem;
        font-weight: 300;
    }
    .end .end-a{
        width: fit-content;
        height: 50%;
        justify-content: center;
        align-items: last baseline;
        position: relative;
        top: 2rem;
        right: 1rem;
    }
    .end-a a{
        color: #2f2f2f;
        position: relative;
        bottom: -20%;
        margin-left: 2rem;
    }
    
}
