@import "WWD2.css";
@import"/CSS_FILES/index.css";
body {
    max-width: 100%;
      margin: 0;
      font-family: inter, sans-serif;
      overflow-x: hidden;
    }
    .wwd_heading {
        display: flex;
        flex-direction: column;
        padding: 3rem;
        padding-bottom: 0rem;
        padding-left: 3rem;
        padding-top: 2rem;
    }
    .left-right {
        padding-right: 4rem;
        display: flex;
        flex-direction: row;
        padding: 3rem;
        padding-top: 0rem;
        padding-bottom: 1rem;
        justify-content: space-between;
        padding-right: 5rem;
    }.navbar-menu li a {
    text-decoration: none;
    color: #000000;
    font-weight: 500;
    transition: color 0.3s ease;
  }
.AboutUsArea{
    padding-top: 5rem;
    display: flex;
    max-width: 100%;
    
  }
  .accordion-content {
    display: none;
  }
  
.accordion-content-header0{
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* align-items: center; */
    padding-left: 5rem;
    
}
list-adjustment ul{
    /* display: flex; */
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
    padding-left: 4%;
    /* width:60% */
}
.wwd2intro-left p{
    line-height: 1.7; 
}
.wwd2intro-right{
    /* rotate: 30deg */
}
.accordion-content-images-array-card1{
    width: 100%;
}
.navbar-menu.show {
    display: block;
  }
@media screen and (max-width: 800px) {
    .wwd2intro-right{
        rotate: 20deg
    }
    .wwd_heading h1{
        margin-left: 0rem;
    }
    list-adjustment ul {
        /* display: flex; */
        flex-direction: column;
        /* justify-content: center; */
        align-items: center;
        padding-left: 0%;
        /* width: 60%; */
    }
    .accordion-content-header0 {
        padding: 1rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .wwd2intro-left {
        display: flex;
        line-height: 1.4;
        padding: 1rem;
        width: 90%;
    }    .contentArea {
        position: absolute;
        z-index: 2;
        display: inline;
        top: 7%;
        color: #ffffff;
        left: 7%;
    }    list-adjustment ul {
        /* display: flex; */
        flex-direction: column;
        /* justify-content: center; */
        align-items: center;
        padding-left: 0%;
        /* width: 60%; */
        padding-right: 2rem;
    }
    .wwd2intro-containor {
        display: flex;
        flex-direction: column;
        width: 91%;
        padding: 1rem;
        padding-bottom: 0rem;
    }
    .wwd_heading {
        padding-left: 4rem;
    }
  }
  @media screen and (max-width: 1080px){
    .AboutUsArea{
      padding-top: 0rem;
      display: flex;
      max-width: 100%;
      
    }}
  @media screen and (max-width: 480px){
    .contentArea {
        position: absolute;
        z-index: 2;
        display: inline;
        top: 10%;
        color: #ffffff;
        left: 7%;
    }
    list-adjustment ul {
        /* display: flex; */
        flex-direction: column;
        /* justify-content: center; */
        align-items: center;
        padding-left: 8%;
        /* width: 60%; */
        padding-right: 2rem;
    }    
    .accordion-content-header0 {
        padding: 1rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-bottom: 0rem;
    }
    .accordion-content-images-array {
        display: flex;
        flex-direction: column;
        padding-left: 0rem;
    }
    .accordion-content-images-array-card1 {
        display: flex;
        flex-direction: column;
        padding: 1rem;
        overflow: hidden;
        /* border-radius: 50px; */
        /* border: 1px solid #000000; */
        box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
        margin: 0rem;
        border-radius: 7px;
    }
    .AboutUsArea{
        padding-top: 5rem;
        display: flex;
        max-width: 100%;
        
      }
      .wwd2intro-right {
        display: none;
        rotate: 20deg;
    }
    .left-right {
        padding-right: 4rem;
        display: flex;
        flex-direction: row;
        padding: 0rem;
        padding-top: 0rem;
        padding-bottom: 1rem;
        justify-content: space-between;
        padding-right: 0rem;
    }    .wwd2intro-containor {
        display: flex;
        flex-direction: column-reverse;
        width: 91%;
        padding: 1rem;
        padding-bottom: 0rem;
    }    .wwd_heading {
        padding-left: 0rem;
    }
    .wwd_heading {
        display: flex;
        flex-direction: column;
        padding: 3rem;
        padding-bottom: 0rem;
        padding-left: 0rem;
        padding-top: 0rem;
    }
    .accordion-content-header0 h1{
        text-align: left;
    }
    }