    
      .product_conatiner {
        display: flex;
        flex-direction: column;
        width: 60vw;
        align-items: center;
        justify-content: space-between;
      }

          
      .other_product_conatiner {
        display: flex;
        flex-direction: row;
        width: 80vw;
        align-items: center;
        justify-content: space-evenly;
      }
      
      
      .product_image_container{
        flex: 1;
        display: flex;
        margin-top: 60px;
        padding-bottom: 60px;
        justify-content: left;
        align-items: center;
    
      }
      .product_image_logo{
        height: 115px;
        width: auto;
      }

      .product_image_logo_glx{
        height: 60px;
        width: 300px;
        margin-bottom: 30px;
      }
   

      .product_image_logo_ox{
        height: 120px;
        width: 300px;
        margin-bottom: 30px;
      }

      .product_image_logo_warrior{
        height: 100px;
        width: 460px;
        margin-bottom: 30px;
      }
      
      .product_text_container {
        flex: 1; 
        margin-top: 60px;
        padding-bottom: 60px;
        padding-left: 80px;
        padding-right: 120px;
        display: flex;
        flex-direction: column;
    
    
      }
      .product-info {
        width: 90%; /* Adjust as needed */
        display: flex; /* Use flexbox */ /* Align the text to the left */
      }
      
      
      .product_image_ox{
        height: 400px;
        width: 812px;
      }

      .product_image_tractor{
        height: 600px;
        width: 600px;
      }
      .product_image_vamana{
        height: 600px;
        width: 676px;
      }
      .product_image_warrior{
        height: 600px;
        width: 825px;
      }
      .product_image_glx{
        height: 600px;
        width: 600px;
      }
      .product_heading {
        font-size: 150;
        padding: 0;
        margin: 0;
        font-weight: bolder;
        color: #dbdbdb;
      }
      .product_heading_text {
        margin: 0;
        margin-top: 15px;
        margin-bottom: 15px;

        font-size: 20px;
        text-align: justify; /* Justify the text */
    
      }
    
      .product_text {
        margin: 0;
        margin-top: 15px;
        font-size: 20px;
        text-align: center;
    
      }
    
      .product_button {
        display: inline-block;
        cursor: pointer;
        border: 2px solid #510059; /* Border color */
        color: #510059; /* Text color */
        text-align: center;
        text-decoration: none;
        font-size: 16px;
        padding: 10px;
        border-radius: 8px;
        margin-top: 20px;
        height: 25px;
        width: 150px;
      }



      .heading_360{
        display: flex;
        align-items: center;
        justify-content: center;
    }
      
      .heading_360_text{
        margin: 0;
        font-size: 32px;
        font-weight: 900;
        letter-spacing: 5px; 
        text-transform: uppercase;
        color: black;
    }

    .view_360{
      display: flex;
      align-items: center;
      justify-content: center;
      height: 80vh;
      width: 100%;
    }


    .features{
      display: flex;
      align-items: center;
      justify-content: center;
      color: black;


  }

  .featuress{
    display: flex;
    align-items: center;
    justify-content: center;
margin-top: 60px;

}



  .productfeature1 {
    display: flex;
  }

  .productfeature2 {
    display: flex;
  }
  

  .productfeature3 {
    display: flex;
    padding-bottom: 60px;
  }

  .productfeaturess {
    display: flex;
  }

  .product_text {
flex: 1;  
  display: flex;
  margin-top: 60px;
  margin-left: 120px;
  flex-direction: column;
  color: black;

}

  .product_images {
  flex: 1;    
  display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
    
  }

  .productimage{
    height: 300px;
    width: 600px;
  }

  .productimage1{
    height: 300px;
    width: 500px;
  }


  .producttext{
    margin: 0;
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 3px; 
    text-transform: uppercase;
margin-bottom: 10px;

}

.producttext2{
  margin: 0;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 3px; 
  text-transform: uppercase;

}

.productsmalltext{
  margin: 0;
  font-size: 18px;
  font-weight: 500;
}

.product_text2 {
  flex: 1;  
    display: flex;
    margin-top: 100px;
    margin-left: 200px;
    flex-direction: column;
    color: black;

  
  }

  .product_text3 {
    flex: 1;  
      display: flex;
      margin-top: 100px;
      margin-left: 200px;
      flex-direction: column;
      color: black;
  
    
    }
  
    .product_image2 {
    flex: 1;    
    display: flex;
      align-items: center;
      justify-content: left;
      margin-top: 80px;
      
    }





      .phone_product_feature {
        display: none;
        background-color: #fbfbfd;
        padding-top: 20px;
        flex-direction: column;
      }

      .phone_product_feature1 {
        display: none;
        background-color: #fbfbfd;
        padding-top: 20px;
        flex-direction: column;
        margin-bottom: 40px;
      }







  @media screen and (max-width: 1250px) {


        .product_conatiner {
          display: block;
        }
        
        .product_image_container{
          flex: 1;
          display: none;
          margin-top: 0px;
          padding-bottom: 40px;
          justify-content: center;
          align-items: center;
      
        }
        
        .product_text_container {
          flex: 1; 
          margin-top: 34px;
          padding-bottom: 34px;
          padding-left: 0;
          display: flex;
          align-items: center;
          justify-content: left;
          flex-direction: column;
          text-align: left;
          padding-right: 0px;
          margin-left: 24px;
          margin-right: 24px;
 
        }
        
        .product_heading_text {
          margin: 0;
          margin-top: 0;
          margin-bottom: 0;
  
          font-size: 16px;
          text-align: justify; /* Justify the text */
      
        }
        .product_image_logo{
          height: 82px;
          width: 250px;
        }
  
        .product_image_tractor{
          height: 300px;
          width: 300px;
        }
        .product_image_logo_warrior{
          height: 50px;
          width: 300px;
          margin-bottom: 30px;
        }
        .product_image_logo_glx{
          height: 40px;
          width: 200px;
          margin-bottom: 30px;
        }
        .product_heading {
          font-size: 70;
          padding: 0;
          margin: 0;
          font-weight: bolder;
          color: #dbdbdb;
        }
        .product-info {
          width: 100%; /* Adjust as needed */
          display: flex; /* Use flexbox */ /* Align the text to the left */
          margin-bottom: 0;
         
        }
      
        .product_text {
          margin: 0;
          margin-top: 16px;
          font-size: 16px;
      
        }
      
        .product_button {
          display: inline-block;
          cursor: pointer;
          border: 2px solid #510059; /* Border color */
          color: #510059; /* Text color */
          text-align: center;
          text-decoration: none;
          font-size: 12px;
          padding: 10px;
          border-radius: 8px;
          margin-top: 20px;
          height: 15px;
          width: 120px;
        }
  
        .heading_360{
          display: flex;
          align-items: center;
          justify-content: center;
      }
        
        .heading_360_text{
          margin: 0;
          font-size: 24px;
          font-weight: 500;
          letter-spacing: 3px; 
          text-transform: uppercase;
      }
  
      .view_360{
        display: flex;
        align-items: center;
        justify-content: center;
        height: 40vh;
        width: 100%;
      }
  
      .features{
        display: flex;
        align-items: center;
        justify-content: center;
        padding-top: 0;
        background-color: #fbfbfd;
        color: black;
        margin: 0;
  
    }
  
    .featuress{
      display: flex;
      align-items: center;
      justify-content: center;
      padding-top: 34px;
      text-align: center;
       margin-top: 0;
       margin-left: 24px;
       margin-right: 24px;
  
  }
    
  .phone_product_feature {
    display: flex;
    background-color: #fbfbfd;
    padding-top: 34px;
    flex-direction: column;
  }
  .phone_product_feature1 {
    display: flex;
    background-color: #fbfbfd;
    padding-top: 20px;
    flex-direction: column;
    margin-bottom: 40px;
  }
  
    .productfeature1 {
      display: none;
      background-color: #ededed;
      padding-top: 20px;
      flex-direction: column;
    }
  
    .productfeature2 {
      display: none;
      background-color: #ededed;
      flex-direction: column;

    }

  
    .productfeature3 {
      display: none;
      background-color: #ededed;
      flex-direction: column;
    padding-top: 40px;
      padding-bottom: 0;
    }
  
    .productfeaturess {
      display: flex;
    }
  
    .product_text {
    flex: 1;  
    display: flex;
    margin-top: 34px;
    margin-left: 24px;
    flex-direction: column;
    justify-content: center;
    color: black;
    margin-right: 24px;
    text-align: center;
  
  }
  
    .product_images {
    flex: 1;    
    display: flex;
      align-items: center;
      justify-content: center;
      margin-top: 0;
      
    }
  
    .productimage{
      height: 150px;
      width: 300px;
    }

  
    .producttext{
      margin: 0;
      font-size: 16px;
      font-weight: 500;
      letter-spacing: 3px; 
      text-transform: uppercase;
  margin-bottom: 10px;
  text-align: center;

  
  }
  .producttext2{
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 3px; 
    text-transform: uppercase;
margin-bottom: 10px;
text-align: center;

}
  
  .productsmalltext{
    margin: 0;
    font-size: 16px;
    font-weight: 500;
  }
  
  .product_text2 {
    flex: 1;  
      display: flex;
      margin-top: 40px;
      margin-left: 0;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      color: black;
  
    
    }
    
      .product_image2 {
      flex: 1;    
      display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 40px;
        
      }
  

  
    .productfeaturess {
      display: block;
    }


        

      }
      @media screen and (max-width: 950px) {

      .product_conatiner {
        display: flex;
        flex-direction: column;
        width: 80vw;
        align-items: center;
        justify-content: space-between;
      }
    }
    @media screen and (max-width: 650px) {
    .other_product_conatiner {
      display: flex;
      flex-direction: column;
      width: 80vw;
      align-items: center;
      justify-content: space-evenly;
    }

    .product_conatiner {
      display: flex;
      flex-direction: column;
      width: 90vw;
      align-items: center;
      justify-content: space-between;
    }
  }
    


