
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', sans-serif;
}

.Banner {
    width: 100%;
    height: 100vh;
    background-image: url(https://themewagon.github.io/furni/images/couch.png);
    background-color: #3b5d50;
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: right;
}

.nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 60px;
    width: 100%;
}

.logo {
    font-size: 30px;
    font-weight: 700;
    color: #ffffff;
}

.nav-bar {
    display: flex;
    list-style: none;
    gap: 30px;
}

.nav-bar a {
    text-decoration: none;
    color: #ffffff;
    font-size: 15px;
    white-space: nowrap;
}

.main_topic{
    width: 45%;
    color: #ffffff;
    position: relative;
    padding-top: 60px;
    padding-left: 60px;
    margin-bottom: 100px;
}

.main_topic h1 {
    font-size: 100px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
}

.main_topic p {
    font-size: 16px;
    color: #ffffff;
    line-height: 1.7;
    margin-bottom: 35px;
    margin-top: 10px;
    color: rgba(255, 255, 255, 0.5);
    max-width: 450px;
}

.bt_1{
    display: flex;
    font-size: 10px;
    font-weight: 500;
    gap: 15px; 
    padding: 0.2px 0 0 60px;
    margin-top: -50px;
}

.shop-btn,.explore-btn{
    display: inline-block;
    text-decoration: none;
    border-radius: 30px;
    padding: 15px 30px;
    font-size: 16px; 
    font-weight: 600;
}

.shop-btn{
    background-color: #f9bf29;
    color: #222;
}

.explore-btn{
    color: white;
    border: 2px solid rgba(255,255,255,0.35);
}

.Chair{
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    gap: 20px;
    width: 100%;
    height: 100vh;
    display: grid;
    background-color: rgb(239, 242, 241);
}

.box ,.box-1 , .box-2 , .box-3{
    text-align:center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; 
    height: 100%;
    width: 100%;
    object-fit: contain;
    margin-bottom: 20px;
}

.box-1 img,.box-2 img,.box-3 img {
    width: 100%;
    max-width: 500px; 
    height: auto;
}

.box-1 h3,.box-2 h3,.box-3 h3 {
    font-size: 15px;
    margin-top: 10px;
}

.box-1 b,.box-2 b,.box-3 b {
    font-size: 14px;
}

.Ex2{
    background-color: black;
    color: #ffffff;
    border-radius: 25px;
    background-color: #2f2f2f;
    padding: 15px 40px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 10px;
}

.box{
    text-align: left;
    padding-right: 50px;
}

.box h1 {
    font-size: 42px; 
    line-height: 1.2;
    color: #2f2f2f; 
    margin-bottom: 20px;
    font-weight: 700;
}

.box p {
    font-size: 15px;
    color: #7a7a7a; 
    line-height: 1.6;
    margin-bottom: 30px;
    padding-left: 55px;
}

.Sec3 img{ 
    width: 100%;
    height: 600px;
    border-radius: 60px;
    justify-content:right;
    max-width: 500px;
    position: relative;
    display: block; 
    margin-left: auto;
    order: 2;
    padding: 40px;
}

.choose{
    width: 100%;
    min-height: 100vh;
    grid-template-columns: 1fr 1fr; 
    gap: 50px;
    align-items: center;
    padding: 80px 8%;
}

.choose h1{
    font-size: 42px;
    color: #2f2f2f;
    margin-bottom: 20px;
    font-weight: 700;
}

.text {
    font-size: 15px;
    color: #7a7a7a;
    line-height: 1.6;
    margin-bottom: 40px;
}

.feature-item h3 {
    font-size: 16px;
    color: #2f2f2f;
    margin-bottom: 10px;
    font-weight: 600;
}

.feature-item p {
    font-size: 14px;
    color: #7a7a7a;
    line-height: 1.6;
}

.features-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.feature-item {
    text-align: left;
}

.Sec3 {
    width: 100%;
    min-height: 100vh;
    display: grid;
    grid-template-columns: 1fr 1fr; 
    gap: 60px;
    align-items: center;
    padding: 80px 8%;
    background-color: rgb(239, 242, 241);
}

.Sec4 {
    display: flex;
    gap: 50px;
    padding: 80px;
    align-items: center;
    background-color: rgb(239, 242, 241);
}

.help-images {
    width: 50%;
    position: relative;
    height: 500px;
}

.help-images img {
    position: absolute;
    border-radius: 20px;
    object-fit: cover;
}

.help-images img:nth-child(1) {
    width: 70%;
    height: 80%;
    left: 0;
    top: 0;
}

.help-images img:nth-child(2) {
    width: 40%;
    height: 35%;
    right: 0;
    top: 0;
}

.help-images img:nth-child(3) {
    width: 50%;
    height: 55%;
    left: 20%;
    bottom: 0;
}

.help-text {
    width: 50%;
}

.help-text h1 {
    font-size: 40px;
    color: #333;
    padding-bottom: 30px;
}

.help-text p {
    color: #777;
    line-height: 1.6;
}

.points {
    padding-top: 30px;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 30px;
}

.points p {
    width: 50%;
}

.help-text button {
    background: #333;
    color: white;
    border: none;
    padding: 15px 35px;
    border-radius: 30px;
    cursor: pointer;
}

.Sec5 {
    width: 100%;
    padding: 80px 8%;
    background-color: #f8f9fa;
    text-align: center; 
    background-color: rgb(239, 242, 241);
}

.testimonials h1 {
    font-size: 42px;
    color: #2f2f2f;
    margin-bottom: 60px;
    font-weight: 700;
}

.quote-area {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    max-width: 900px;
    margin: 0 auto 50px auto;
}

.quote-text {
    font-size: 18px;
    color: #7a7a7a;
    line-height: 1.8;
    font-style: italic;
}

.person {
    margin-bottom: 30px;
}

.person img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 15px;
}

.person h3 {
    font-size: 18px;
    color: #2f2f2f;
    font-weight: 600;
    margin-bottom: 5px;
}

.person p {
    font-size: 14px;
    color: #7a7a7a;
}

.Sec6 {
    padding: 60px 8%;
    background-color: rgb(239, 242, 241);
}

.bl-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.bl-title h1 {
    font-size: 35px;
    color: #333;
}

.bl-title a {
    color: #333;
    text-decoration: underline;
}

.box {
    display: flex;
    gap: 30px;
}

.box-card {
    width: 33%;
}

.box-card img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    border-radius: 15px;
}

.box-card h3 {
    font-size: 18px;
    color: #333;
}

.box-card p {
    font-size: 14px;
    color: #777;
}

.Sec6 .box {
    display: flex;
    flex-direction: row; 
    gap: 30px;
    justify-content: space-between;
}

.footer-section {
    padding: 60px 8% 40px;
    background-color: #eff2f1;
}

.newsletter {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
}

.newsletter-form h3 {
    color: #333;
    margin-bottom: 20px;
}

.form-row {
    display: flex;
    gap: 10px;
}

.form-row input {
    width: 200px;
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 8px;
}

.form-row button {
    padding: 15px 20px;
    background-color: #3b5d50;
    color: white;
    border: none;
    border-radius: 8px;
}

.newsletter-img img {
    width: 350px;
}

.Sec7 {
    display: flex;
    gap: 50px;
    padding-top: 40px;
    border-top: 1px solid #ccc;
}

.footer-left {
    width: 40%;
}

.footer-left h2 {
    color: #3b5d50;
    font-size: 32px;
}

.footer-left p {
    color: #777;
    line-height: 1.6;
}

.dataa {
    display: flex;
    justify-content: space-between;
    width: 60%;
}

.link {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.link a {
    color: #333;
    text-decoration: none;
    font-size: 14px;
}

@media (max-width: 992px) {
    .Banner {
        height: auto;
        min-height: 100vh;
        background-size: 55%;
    }

    .nav {
        padding: 25px 40px;
    }

    .nav-bar {
        gap: 20px;
    }

    .main_topic {
        width: 55%;
        padding-left: 40px;
    }

    .main_topic h1 {
        font-size: 70px;
    }

    .bt_1 {
        padding-left: 40px;
    }

    .Chair {
        grid-template-columns: 1.2fr 1fr 1fr;
        height: auto;
        min-height: 100vh;
        padding: 50px 30px;
    }

    .Chair .box {
        padding-right: 20px;
    }

    .box h1 {
        font-size: 36px;
    }

    .box p {
        padding-left: 0;
    }

    .choose {
        padding: 70px 6%;
    }

    .Sec3 {
        padding: 70px 6%;
        gap: 30px;
    }

    .Sec3 img {
        height: auto;
    }

    .Sec4 {
        padding: 70px 6%;
        gap: 30px;
    }

    .help-images {
        height: 450px;
    }

    .Sec6 {
        padding: 60px 6%;
    }

    .Sec7 {
        gap: 30px;
    }

    .newsletter-img img {
        width: 280px;
    }
}

@media (max-width: 768px) {
    .nav {
        padding: 25px;
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .nav-bar {
        width: 100%;
        flex-wrap: wrap;
        gap: 15px 25px;
    }

    .Banner {
        height: auto;
        min-height: 100vh;
        background-size: 70%;
        background-position: right 100px;
        padding-bottom: 80px;
    }

    .main_topic {
        width: 100%;
        padding: 60px 25px 0;
        margin-bottom: 80px;
    }

    .main_topic h1 {
        font-size: 60px;
    }

    .bt_1 {
        padding-left: 25px;
    }

    .Chair {
        grid-template-columns: 1fr 1fr;
        height: auto;
        padding: 60px 25px;
        gap: 30px;
    }

    .Chair .box {
        grid-column: 1 / -1;
        padding-right: 0;
        text-align: center;
        align-items: center;
    }

    .box-1 img,
    .box-2 img,
    .box-3 img {
        max-width: 300px;
    }

    .choose {
        padding: 70px 25px;
    }

    .choose h1 {
        font-size: 36px;
    }

    .Sec3 {
        grid-template-columns: 1fr;
        min-height: auto;
        padding: 60px 25px;
        gap: 30px;
    }

    .Sec3 img {
        width: 100%;
        height: auto;
        padding: 10px;
        margin: auto;
    }

    .Sec4 {
        flex-direction: column;
        padding: 60px 25px;
        gap: 50px;
    }

    .help-images,
    .help-text {
        width: 100%;
    }

    .help-images {
        height: 500px;
    }

    .Sec5 {
        padding: 60px 25px;
    }

    .quote-area {
        gap: 20px;
    }

    .Sec6 {
        padding: 60px 25px;
    }

    .Sec6 .box {
        flex-wrap: wrap;
    }

    .box-card {
        width: calc(50% - 15px);
    }

    .footer-section {
        padding: 60px 25px 40px;
    }

    .newsletter {
        flex-direction: column;
        align-items: flex-start;
        gap: 40px;
    }

    .newsletter-form {
        width: 100%;
    }

    .form-row {
        width: 100%;
    }

    .form-row input {
        width: 100%;
    }

    .newsletter-img {
        width: 100%;
        text-align: center;
    }

    .newsletter-img img {
        max-width: 100%;
    }

    .Sec7 {
        flex-direction: column;
    }

    .footer-left,
    .dataa {
        width: 100%;
    }
}

@media (max-width: 576px) {
    .nav {
        padding: 20px;
    }

    .nav-bar {
        gap: 12px 20px;
    }

    .Banner {
        background-size: 80%;
        background-position: center 150px;
    }

    .main_topic {
        padding: 40px 20px 0;
        margin-bottom: 100px;
    }

    .main_topic h1 {
        font-size: 50px;
    }

    .bt_1 {
        padding-left: 20px;
    }

    .shop-btn,
    .explore-btn {
        padding: 13px 22px;
        font-size: 14px;
    }

    .Chair {
        grid-template-columns: 1fr;
        padding: 50px 20px;
    }

    .Chair .box {
        grid-column: auto;
    }

    .box-1 img,
    .box-2 img,
    .box-3 img {
        width: 80%;
    }

    .choose {
        padding: 60px 20px;
    }

    .choose h1 {
        font-size: 32px;
    }

    .features-grid {
        grid-template-columns: 1fr;
    }

    .Sec3 {
        padding: 50px 20px;
    }

    .Sec3 img {
        padding: 0;
        border-radius: 30px;
    }

    .Sec4 {
        padding: 50px 20px;
    }

    .help-images {
        height: 400px;
    }

    .points {
        gap: 15px;
    }

    .points p {
        width: 100%;
    }

    .Sec5 {
        padding: 50px 20px;
    }

    .quote-area {
        flex-direction: column;
    }

    .Sec6 {
        padding: 50px 20px;
    }

    .Sec6 .box {
        flex-direction: column;
    }

    .box-card {
        width: 100%;
    }

    .box-card img {
        height: auto;
    }

    .footer-section {
        padding: 50px 20px 30px;
    }

    .form-row {
        flex-direction: column;
    }

    .form-row input,
    .form-row button {
        width: 100%;
    }

    .dataa {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }
}

@media (max-width: 400px) {
    .nav-bar {
        flex-direction: column;
        align-items: flex-start;
    }

    .main_topic h1 {
        font-size: 42px;
    }

    .bt_1 {
        flex-direction: column;
        align-items: flex-start;
    }

    .box h1 {
        font-size: 30px;
    }

    .choose h1 {
        font-size: 30px;
    }

    .help-text h1 {
        font-size: 29px;
    }

    .testimonials h1 {
        font-size: 29px;
    }

    .dataa {
        grid-template-columns: 1fr;
    }
}

