
.about{
    background-color: #000000;
    background-image: url("../Asset/images/background_about_us_1.png");
    background-repeat: no-repeat;
    background-position:center center; 
    padding-top: 120px;
    padding-bottom: 120px;
    width: 100vw;
    background-size:cover; 
}

.background-scroll {
    background-attachment: scroll;
  }
  
  /* Apply these styles when background attachment is fixed */
  .background-fixed {
    background-attachment: fixed;
  }

.about_us{
    background-color: #000000;
    background-image: url(../Asset/images/background_about_us_2.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 120px;
    padding-bottom: 120px;
    width: 100vw;
}

.org_chart{
    background-color: #ffffff;
    padding-top: 120px;
    padding-bottom: 120px;
}

.about>.title>h1{
    color: white;
    font-family: baseNeu;
    font-size: 3em;
    text-transform: uppercase;
}

.about_us>.title>h1{
    color: white;
    font-family: baseNeu;
    font-size: 3em;
    text-transform: uppercase;
}

.org_chart>.title>h1{
    color: rgb(0, 0, 0);
    font-family: baseNeu;
    font-size: 3em;
    text-transform: uppercase;
}

.about_content{
    display: flex;
}


.about_content>.content{
    margin-left: 10%;
}

.about_us_content{
    margin-left: 10%;
    margin-right: 10%;
}

.about_content>.content>p{
    color: rgb(224, 224, 224);
    font-family:helvetica;
    font-size: 1.2vw;
    text-align: justify ;
}

.about_us_content>.us_content>p{
    color: rgb(224, 224, 224);
    font-family:helvetica;
    font-size: 18px;
    text-align: justify ;
}

.about_content>img{
    height: 30vw;
    margin-right: 10%;
    margin-left: 10%;
    border-radius: 15px;
    border:  #ffffff solid 1px;
}

.about_us_content>img{
    height: 25vw;
    margin-right: 5%;
    margin-left: 3%;
}

.org_chart_content{
    display: flex;
    justify-content: center;
}

.org_chart>.org_chart_content>img{
    width: 70vw;
}

.content a{
    display: block;
    width: fit-content;
    margin-top: 20px;
    margin-bottom: 20px;
    outline: none;
    border: none;
    font-size: 16px;
    padding: 6px 14px;
    border-radius: 6px;
    color: #fff;
    cursor: pointer;
    background: #E50914;
    transition: all 0.3s ease;
  }
  .content a:hover{
    transform: scale(0.8);
  }
  #switch:checked ~ .outer a{
    background: #fff;
    color: #E50914;
  }

  .card{
    width: fit-content;
  }

  .fa-arrow-left-long{
    color: white;
    font-size: 20px;
    padding-bottom: 22px;
    padding-left: 10px;
  }

  .nav-bar>.icon{
    margin-top: 10px;
    width: 40px;
    height: 40px;
    display: flex;
    border-radius: 50px;
    background-color: transparent;
  }
  .nav-bar>.icon:hover{
    background-color: #bbbbbb46;
  }

  .service{
    display: flex;
    justify-content: left;
  }

  #pic_1{
    height: 20vw;
    border-radius: 10px;
    border:  #ffffff solid 1px;
    margin-right: 50px;
  }



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

    .about_us_content>.us_content>p{
        color: rgb(224, 224, 224);
        font-family:helvetica;
        font-size: 18px;
        text-align: justify ;
    }

} 


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

    .about_content{
        display:block;
    }

    .service{
        display: block;
    }

    .about_content>.content>p{
        font-size: 1em;
    }

    .about_content>.content{
        margin-left: 5%;
        margin-right: 5%;
    }

    .about_content>img{
        width: 90%;
        height: auto;
        margin-right: 5%;
        margin-left: 5%;
    }

    #pic_1{
        width: 90%;
        height: auto;
        margin: 10px 5% 20px 5%;
    }

    .div_center{
        margin-top: 20px;
        margin-left: 40px;
    }

    .content>.btn_align{
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .content a{
        margin-bottom: 40px;
    }

    .about_us_content>.us_content>p{
        color: rgb(224, 224, 224);
        font-family:helvetica;
        font-size: 16px;
        text-align: justify ;
    }

    .org_chart>.title>h1{
        font-size: 2.2em;
    }

    .org_chart>.org_chart_content>img{
        width: 85vw;
    }

    .about_us_content{
        margin-left: 5%;
        margin-right: 5%;
    }

} 
