.seven{
    width: 100%;
    height: auto;
    /* background-color: aqua; */
}

.seven .seven_one{
    width: 100%;
    height: 100%;
    /* background-color: blueviolet; */
}











/* General Reset */
/* * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333;
  }
   */
  /* Hero Section */
  .hero {
    background: url('villa.jpg') no-repeat center center/cover;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    position: relative;
  }
  
  .hero-content {
    background: rgba(0, 0, 0, 0.5);
    padding: 20px;
    border-radius: 8px;
  }
  
  .hero h2 {
    font-size: 36px;
    margin-bottom: 20px;
  }
  
  .btn-primary {
    background-color: #FF6A00;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 4px;
    font-weight: bold;
  }
  
  /* Welcome Section */
  .welcome {
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 20px;
  }
  
  .welcome .btn-secondary {
    background-color: #FF6A00;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 4px;
    font-weight: bold;
    display: inline-block;
    margin-top: 10px;
  }
  
  /* Product Categories */
  .product-categories {
    display: flex;
    justify-content: space-around;
    padding: 40px 20px;
    /* background-color: #f8f8f8; */
    text-align: center;
    color: orange;
    gap: 20px;
  }
  
  .product-categories .category img {
    width: 100%;
    max-width: 100%;
    height: 300px;
    border-radius: 8px;
  }
  
  .product-categories h3 {
    margin-top: 10px;
    font-size: 18px;
  }
  
  .view-products {
    display: block;
    text-align: center;
    margin-top: 20px;
    color: #FF6A00;
    font-weight: bold;
    text-decoration: none;
  }
  
  /* Feature Section */
  .feature {
    display: flex;
    align-items: center;
    padding: 40px 20px;
    /* background-color: #fff; */
    gap: 20px;
    /* color: orange; */
  }
  
  .feature-content {
    flex: 1;
  }
  
  .feature-content h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  
  .feature-content p {
    margin-bottom: 20px;
  }
  
  .popular-fabrics h3 {
    margin-bottom: 10px;
    color: orange;
    background-color: aqua;
  }
  
  .popular-fabrics ul {
    list-style: none;
    padding-left: 0;
  }
  
  .popular-fabrics li {
    margin-bottom: 5px;
  }
  
  .feature-image {
    flex: 1;
    max-width: 600px;
    width: 100%;
    border-radius: 8px;
  }
  


















  @media only screen and (max-width: 900px)and (min-width: 700px){


    .seven{
        width: 100%;
        height: auto;
        /* background-color: aqua; */
    }
    
    .seven .seven_one{
        width: 100%;
        height: 100%;
        /* background-color: blueviolet; */
    }
    
    
    
    
    
    
    
    
    
    
    
    /* General Reset */
    /* * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
      }
      
      body {
        font-family: Arial, sans-serif;
        line-height: 1.6;
        color: #333;
      }
       */
      /* Hero Section */
      .hero {
        background: url('villa.jpg') no-repeat center center/cover;
        height: 500px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        color: #fff;
        position: relative;
      }
      
      .hero-content {
        background: rgba(0, 0, 0, 0.5);
        padding: 20px;
        border-radius: 8px;
      }
      
      .hero h2 {
        font-size: 36px;
        margin-bottom: 20px;
      }
      
      .btn-primary {
        background-color: #FF6A00;
        color: #fff;
        padding: 10px 20px;
        text-decoration: none;
        border-radius: 4px;
        font-weight: bold;
      }
      
      /* Welcome Section */
      .welcome {
        background-color: #333;
        color: #fff;
        text-align: center;
        padding: 20px;
      }
      
      .welcome .btn-secondary {
        background-color: #FF6A00;
        color: #fff;
        padding: 10px 20px;
        text-decoration: none;
        border-radius: 4px;
        font-weight: bold;
        display: inline-block;
        margin-top: 10px;
      }
      
      /* Product Categories */
      .product-categories {
        display: flex;
        justify-content: space-around;
        padding: 40px 20px;
        /* background-color: #f8f8f8; */
        text-align: center;
        color: orange;
        gap: 20px;
      }
      
      .product-categories .category img {
        width: 100%;
        max-width: 100%;
        height: 200px;
        border-radius: 8px;
      }
      
      .product-categories h3 {
        margin-top: 10px;
        font-size: 18px;
      }
      
      .view-products {
        display: block;
        text-align: center;
        margin-top: 20px;
        color: #FF6A00;
        font-weight: bold;
        text-decoration: none;
      }
      
      /* Feature Section */
      .feature {
        display: flex;
        align-items: center;
        padding: 40px 20px;
        /* background-color: #fff; */
        gap: 20px;
        /* color: orange; */
      }
      
      .feature-content {
        flex: 1;
      }
      
      .feature-content h2 {
        font-size: 24px;
        margin-bottom: 10px;
      }
      
      .feature-content p {
        margin-bottom: 20px;
      }
      
      .popular-fabrics h3 {
        margin-bottom: 10px;
        color: orange;
        background-color: aqua;
      }
      
      .popular-fabrics ul {
        list-style: none;
        padding-left: 0;
      }
      
      .popular-fabrics li {
        margin-bottom: 5px;
      }
      
      .feature-image {
        flex: 1;
        max-width: 600px;
        width: 100%;
        border-radius: 8px;
      }
      





  }



















  @media only screen and (max-width: 700px)and (min-width: 500px){


    .seven{
        width: 100%;
        height: auto;
        /* background-color: aqua; */
    }
    
    .seven .seven_one{
        width: 100%;
        height: 100%;
        /* background-color: blueviolet; */
    }
    
    
    
    
    
    
    
    
    
    
    
    /* General Reset */
    /* * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
      }
      
      body {
        font-family: Arial, sans-serif;
        line-height: 1.6;
        color: #333;
      }
       */
      /* Hero Section */
      .hero {
        background: url('villa.jpg') no-repeat center center/cover;
        height: 500px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        color: #fff;
        position: relative;
      }
      
      .hero-content {
        background: rgba(0, 0, 0, 0.5);
        padding: 20px;
        border-radius: 8px;
      }
      
      .hero h2 {
        font-size: 20px;
        margin-bottom: 20px;
      }
      
      .btn-primary {
        background-color: #FF6A00;
        color: #fff;
        padding: 10px 20px;
        text-decoration: none;
        border-radius: 4px;
        font-weight: bold;
      }
      
      /* Welcome Section */
      .welcome {
        background-color: #333;
        color: #fff;
        text-align: center;
        padding: 20px;
      }
      
      .welcome .btn-secondary {
        background-color: #FF6A00;
        color: #fff;
        padding: 10px 20px;
        text-decoration: none;
        border-radius: 4px;
        font-weight: bold;
        display: inline-block;
        margin-top: 10px;
      }
      
      /* Product Categories */
      .product-categories {
        display: flex;
        justify-content: space-around;
        padding: 40px 20px;
        /* background-color: #f8f8f8; */
        text-align: center;
        color: orange;
        gap: 20px;
      }
      
      .product-categories .category img {
        width: 100%;
        max-width: 100%;
        height: 150px;
        border-radius: 8px;
      }
      
      .product-categories h3 {
        margin-top: 10px;
        font-size: 18px;
      }
      
      .view-products {
        display: block;
        text-align: center;
        margin-top: 20px;
        color: #FF6A00;
        font-weight: bold;
        text-decoration: none;
      }
      
      /* Feature Section */
      .feature {
        display: flex;
        align-items: center;
        padding: 40px 20px;
        /* background-color: #fff; */
        gap: 20px;
        /* color: orange; */
      }
      
      .feature-content {
        flex: 1;
      }
      
      .feature-content h2 {
        font-size: 24px;
        margin-bottom: 10px;
      }
      
      .feature-content p {
        margin-bottom: 20px;
      }
      
      .popular-fabrics h3 {
        margin-bottom: 10px;
        color: orange;
        background-color: aqua;
      }
      
      .popular-fabrics ul {
        list-style: none;
        padding-left: 0;
      }
      
      .popular-fabrics li {
        margin-bottom: 5px;
      }
      
      .feature-image {
        flex: 1;
        max-width: 600px;
        width: 100%;
        border-radius: 8px;
      }
      





  }






















  @media only screen and (max-width: 500px)and (min-width: 0px){


    .seven{
        width: 100%;
        height: auto;
        /* background-color: aqua; */
    }
    
    .seven .seven_one{
        width: 100%;
        height: 100%;
        /* background-color: blueviolet; */
    }
    
    
    
    
    
    
    
    
    
    
    
    /* General Reset */
    /* * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
      }
      
      body {
        font-family: Arial, sans-serif;
        line-height: 1.6;
        color: #333;
      }
       */
      /* Hero Section */
      .hero {
        background: url('villa.jpg') no-repeat center center/cover;
        height: 300px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        color: #fff;
        position: relative;
      }
      
      .hero-content {
        background: rgba(0, 0, 0, 0.5);
        padding: 0px;
        margin: 10px;
        border-radius: 8px;
      }
      
      .hero h2 {
        font-size: 12px;
        margin: 10px;
        /* margin-bottom: 20px; */
      }
      
      .btn-primary {
        background-color: #FF6A00;
        color: #fff;
        padding: 5px 15px;
        text-decoration: none;
        border-radius: 4px;
        font-weight: bold;
      }
      
      /* Welcome Section */
      .welcome {
        background-color: #333;
        color: #fff;
        text-align: center;
        padding: 20px;
      }
      
      .welcome .btn-secondary {
        background-color: #FF6A00;
        color: #fff;
        padding: 10px 20px;
        text-decoration: none;
        border-radius: 4px;
        font-weight: bold;
        display: inline-block;
        margin-top: 30px;
      }
      
      /* Product Categories */
      .product-categories {
        display: flex;
        justify-content: space-around;
        padding: 10px 5px;
        /* background-color: #f8f8f8; */
        text-align: center;
        color: orange;
        gap: 2px;
      }
      
      .product-categories .category img {
        width: 100%;
        max-width: 100%;
        height: 100px;
        border-radius: 8px;
      }
      
      .product-categories h3 {
        margin-top: 10px;
        font-size: 10px;
      }
      
      .view-products {
        display: block;
        text-align: center;
        margin-top: 20px;
        color: #FF6A00;
        font-weight: bold;
        text-decoration: none;
      }
      
      /* Feature Section */
      .feature {
        display: flex;
        align-items: center;
        padding: 40px 20px;
        /* background-color: #fff; */
        gap: 20px;
        /* color: orange; */
      }
      
      .feature-content {
        flex: 1;
      }
      
      .feature-content h2 {
        font-size: 24px;
        margin-bottom: 10px;
      }
      
      .feature-content p {
        margin-bottom: 20px;
      }
      
      .popular-fabrics h3 {
        margin-bottom: 10px;
        color: orange;
        background-color: aqua;
      }
      
      .popular-fabrics ul {
        list-style: none;
        padding-left: 0;
      }
      
      .popular-fabrics li {
        margin-bottom: 5px;
      }
      
      .feature-image {
        flex: 1;
        max-width: 600px;
        width: 100%;
        border-radius: 8px;
      }
      





  }