/**** VISI MISI ****************/
#visimisi {
   padding-top: 3rem;
   padding-bottom: 3rem;
   background-color: #ffffff;
}

#visimisi h5 {
   font-weight: 700;
   color: #620707;
   font-size: 30px;
   margin-bottom: 20px;
}

#visimisi p {
   font-weight: 500;
   color: #061048;
   font-size: 20px;
   margin-bottom: 20px;
   text-align: justify;
}

#visimisi .text {
   padding: 4rem 3rem 4rem 3rem;
}

/** BOD  ***********************************************/

#BOD {
   width: 100%;
   background-image: linear-gradient(rgba(243, 243, 249, 0.693), rgba(229, 229, 229, 0.699)), url("../images/background2.jpg");
   padding: 40px;

}

#BOD .senior-management {
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
   justify-items: center;
   align-items: center;
   gap: 100px;
   margin-bottom: 100px;
}

#BOD .BOD-BOSS {
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
   justify-items: center;
   align-items: center;
   margin-bottom: 80px;
}

.title-boxBOD {
   margin: 30px auto 90px;
   text-align: center;
}

.title-boxBOD h1 {
   color: #620707;
   font-weight: 700;
   font-size: 2.5rem;
   font-family: 'Poppins', sans-serif;
}

.title-boxBOD p {
   color: rgb(22, 0, 0);
   margin-top: 10px;
   margin-bottom: -10px;
   line-height: 24px;
   text-align: center;
   font-weight: 500;
   font-size: 17px;
}

#BOD .card-container {
   width: 300px;
   height: 400px;
   position: relative;
   transition: 0.3s;
}

#BOD .card-container::before {
   content: "";
   left: -6px;
   top: -6px;
   position: absolute;
   width: 150px;
   height: 150px;
   border-top: 7px solid #d4af37;
   border-left: 7px solid #d4af37;
   transition: 0.5s;
}

#BOD .card-container::after {
   content: "";
   right: -6px;
   bottom: -6px;
   position: absolute;
   width: 160px;
   height: 160px;
   border-bottom: 7px solid #d4af37;
   border-right: 7px solid #d4af37;
   transition: 0.5s;
}

#BOD .card-container img {
   width: 100%;
   height: 100%;
   position: absolute;
   left: 0;
   top: 0;
   object-fit: cover;
}

#BOD .card-container:hover {
   transform: scale(1.1);
}

#BOD .card-container:hover::before {
   width: 0;
   top: 0;
   height: calc(100% - 7px);
}

#BOD .card-container:hover::after {
   width: 0;
   bottom: 0;
   height: calc(100% - 7px);

}

#BOD .info-container {
   width: 100%;
   height: 100%;
   position: absolute;
   top: 0;
   left: 0;
   background-color: rgba(0, 0, 0, 0.542);
   -webkit-backdrop-filter: blur(1px);
   backdrop-filter: blur(1px);
   display: flex;
   justify-content: center;
   align-items: center;
   flex-direction: column;
   gap: 30px;
   transition: 0.5s;
   transform-origin: bottom;
   transition-delay: 0.3s;
   transform: scaleY(0);
}

#BOD .card-container:hover .info-container {
   transform: scaleY(1);
}

#BOD .info-container h2 {
   margin-left: 20px;
   margin-right: 20px;
   font-size: 20px;
   text-align: center;
   text-transform: uppercase;
   color: white;
   letter-spacing: 1px;
}

#BOD .info-container p {
   margin-left: 20px;
   margin-right: 20px;
   font-size: 14px;
   font-weight: 500;
   text-align: center;
   color: rgb(232, 226, 110);
   letter-spacing: 1px;
}

/**** Group structure ***********************************************/

#groupstruc {
   padding-top: 3rem;
   padding-bottom: 3rem;
   background-color: #ffffff;
}

.title-groupstruc {
   margin: 30px auto 90px;
   text-align: center;
   
}

.title-groupstruc h1 {
   color: #620707;
   font-weight: 700;
   font-size: 2.5rem;
   font-family: 'Poppins', sans-serif;
}

.title-groupstruc p {
   color: rgb(22, 0, 0);
   margin-top: 10px;
   margin-bottom: -10px;
   line-height: 24px;
   text-align: center;
   font-weight: 500;
   font-size: 17px;
}

/**** COMPANY PROFILE *******************************/

/*-------------- COMPANY PROFILE ------------*/
#about-company-profile{
    padding-bottom: 50px;
    padding-top: 80px;
}

.image-about {
    max-width: auto;
    height: 400px;
    box-shadow: 2px 2px 6px 0px rgba(5, 4, 46, 0.7);
    border-radius: 10px;
    margin: 0 20px;
}

.all-text-company-profile {
   text-align: right;
}

.all-text-company-profile h4{
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    color: #7d1212;
    letter-spacing: 2px;
    font-weight: 550;
    margin-bottom: 10px;
}

.all-text-company-profile h5{
    font-family: 'Roboto', sans-serif;
    font-size: 33px;
    color: #620707;
    font-weight: 700;
    margin-bottom: 20px;
}

.all-text-company-profile p{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 25px;
    color: #333;
    margin-bottom: 20px;
}

.btn-company-profile button{
    background: #f8f5f5;
    color: rgb(0, 0, 0);
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 550;
    border: none;
    outline: none;
    box-shadow: 2px 2px 6px 0px rgba(111, 110, 135, 0.389);
    margin-bottom: 50px;
}

.btn-company-profile button:hover{
    background-color: #7f0808;
    color: rgb(237, 229, 2);
    transition: 0.4s ease;
    cursor: pointer;
}

.btn-company-profile .btn2{
    background: #8D0509;
    color: rgb(237, 229, 2);
}

.btn-company-profile .btn2:hover{
    background: #ffffff;
    color: rgb(0, 0, 0);
    transition: 0.4s ease;
    cursor: pointer;
}