/*nav-bar*/
.about-home-img {
    background-image: url('media/about.jpg');
    background-size: cover;
    background-position: center;
    height: 100vh;
}



.aboutscreen-page-box {
    display: flex;
    flex-direction: column;
    margin-top: 14%;
    align-items: flex-end;
    margin-left: 100px;
    color: white;
}



.about-img p:hover {
    cursor: pointer;
}

/* Who We Are*/
.WAW-page {
    margin-bottom: 30px;
}

.who {
    display: flex;
    flex-direction: column;
    padding: 30px;
    width: 100%;

}

.who p {
    margin-bottom: 20px;
}

.who h1 {
    font-weight: bold;
    text-align: left;
    font-size: 45px;
}

.who h4 {
    font-weight: bold;
    margin-bottom: 20px;
}

.who-download-btn {
    background-color: rgb(71, 69, 71);
    color: white;
    width: 300px;
    border: none;
    padding: 10px 0px;
    outline: none;

}

.who-download-btn:hover {
    border: 1px solid black;
}

/* Vision styling*/
.vission {
    margin: 30px 0;
}

.vision {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgb(71, 69, 71);
    color: white;
    padding: 30px;
    height: 300px;
    text-align: center;
    width: 100%;

}

.vision h4 {
    
    margin-bottom: 20px;
}

.vision p {
    font-size: 16px;
}



/* Values styling*/
.about-values {
    margin: 30px 0;
}

.values {
    display: flex;
    flex-direction: column;
    background-color: rgb(71, 69, 71);
    padding: 20px;
    color: white;
    text-align: center;
    width: 100%;
    height: 350px;

}

.values h4 {
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 17px;
}

.values p {
    color: white;

}
.value-img{
    width: 100px;
}

/*  popup1*/
.popup1 {
    background: #fff;
    border-radius: 6px;
    width: 60%;
    position: absolute;    
    left: 0;
    transform: translate(-50%, -50%) scale(0);
    text-align: center;
    color: #333;

    transition: transform, bottom 0.4s;
    display: flex;
    flex-direction: column;    
    align-items: center;
    padding: 20px;

}

.close-tag1 {
    align-self: flex-end;
}

.popup1 h1 {
    font-size: 38px;
    font-weight: bold;
    margin: 0px 0px 30px;
}

.popup1 p {
    font-size: 14px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    margin: 2px 0px;
    color: rgb(88, 87, 87);
    width: 60%;
}

.openpopup1 {
    visibility: visible;   

    transform: translate(30%, -50%) scale(1);
}


/*WCU-page*/
.WCU-page {
    width: 100%;
    margin: 30px 0;
}

.WCU {
    margin-bottom: 30px;
}

.wcu-cart {
    display: flex;
    justify-content: space-around;
    margin: 30px 0;

}

.wcu-card {
    text-align: center;
}

.WCU h1 {
    font-weight: bolder;
}

.wcu-card h1 {
    font-weight: bold;
}

/*founder*/
.founder-card {
    width: 250px;
    height: 350px;
    background-color: rgb(71, 69, 71);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 30px;
    color: white;
}

.founder-card h1 {
    font-size: 22px;
}

.founder {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.Founder {
    margin: 30px 0px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.founder-pic-card {
    background-color: white;
    height: 150px;
    width: 150px;
    border-radius: 50%;
    margin-bottom: 20px;

}

.founder-card1 {
    display: flex;
    justify-content: center;
}

.topscreen-page-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-left: 40px;
    color: white;
}

.topscreen-side-head {
    font-size: 30px;
}

.topscreen-page-card {
    background-color: rgba(36, 40, 36, 0.6);
    padding: 50px;
    max-width: 500px;
}






@media (max-width:768px) {
    .founder-card1 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .values {
        margin-bottom: 20px;
    }

    .vision {
        margin-bottom: 20px;
    }



}