﻿.card-body {
    background-image: url("/Main/img/bg/pngtree01.png");
    background-size: cover;
    /* background-image: linear-gradient(15deg, #13547a 0%, #80d0c7 100%); */
}

.PageTitle {
    font-size: 30px !important;
    text-align: center;
}

.card-body {
}

.card-header {
    font-size: 15px;
    font-weight: 600;
}

.FarameBox {
    display: flex;
    flex-direction: row;
    padding-top: 20px !important;
    border: 1px solid lightgray;
    gap: 0px;
    border-radius: 5px;
}

.BannerImgContainer {
    width: 1260px;
    height: 253px;
    padding: 15px 20px;
    margin-bottom: 40px;
}

    .BannerImgContainer .BannerImg {
        width: 100%;
    }

.BannerImgContainerBott {
    width: 1260px;
    padding: 15px 20px;
    margin-bottom: 40px;
}

    .BannerImgContainerBott .BannerImg {
        width: 100%;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        border-radius: 15px;
    }

.chartContainer {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
    margin-bottom: 60px;
    margin-top: 40px;
    border: 1px solid gray;
    padding-top: 36px;
}

    .chartContainer .GroupName {
        position: absolute;
        top: -18px;
        right: 22px;
        padding: 4px 30px;
        font-size: 14px;
        font-weight: 500;
        background-color: white;
        border: 1px solid gray;
        border-radius: 4px;
    }

    .chartContainer > img:hover {
    }

.Manager {
    display: flex;
    justify-content: center;
    border: 1px solid gray;
}

    .Manager .pillarsMem {
        width: 300px;
        height: 450px;
        background-color: #70BCFF;
    }

.pillars {
    display: flex;
    flex-wrap: wrap;
    gap: 025px;
    width: 100%;
    padding: 25px 0;
    flex-direction: row;
    justify-content: space-around;
    margin-top: 50px;
}

    .pillars .pillarsMem {
        width: 260px;
        background-color: #FFDC85;
    }

        .pillars .pillarsMem .info {
            position: absolute;
            background-color: rgb(44, 25, 80, 0.2);
            top: -55px;
            left: 0;
            right: 0;
            padding: 15px 15px;
            cursor: pointer;
            transition: all .3s ease-in-out;
        }

            .pillars .pillarsMem .info .card-text {
                font-size: 14px;
                font-weight: 600;
            }

            .pillars .pillarsMem .info .mailAddress {
                font-size: 15px;
                text-align: left;
                letter-spacing: 2px;
                color: yellow;
                direction: ltr;
            }

            .pillars .pillarsMem .info .card-title {
                color: red;
                transition: all .3s ease;
            }

            .pillars .pillarsMem .info:hover {
                top: -105px;
                background-color: rgb(44, 25, 80, 0.7);
                color: white
            }

                .pillars .pillarsMem .info:hover .card-title {
                    color: white
                }

.pillarsOthers {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    width: 100%;
    padding: 45px 0;
    flex-direction: row;
    justify-content: space-around;
    margin-top: 50px;
}

    .pillarsOthers .info .card-title {
        font-size: 17px;
        color: red;
        transition: all .3s ease;
    }

    .pillarsOthers .pillarsMem {
        width: 230px;
    }

    .pillarsOthers .pillarsCities {
        width: 230px;
    }

.profileCard {
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}

.pillarsOthers .pillarsMem .info {
    position: absolute;
    background-color: rgb(44, 25, 80, 0.2);
    top: -50px;
    left: 0;
    right: 0;
    padding: 15px 15px;
    cursor: pointer;
    transition: all .3s ease-in-out;
}

    .pillarsOthers .pillarsMem .info .card-text {
        font-size: 14px;
        font-weight: 600;
    }

    .pillarsOthers .pillarsMem .info .mailAddress {
        font-size: 15px;
        text-align: left;
        letter-spacing: 2px;
        color: yellow;
        direction: ltr;
    }

    .pillarsOthers .pillarsMem .info .card-title {
        color: red;
        transition: all .3s ease;
    }

    .pillarsOthers .pillarsMem .info:hover {
        top: -100px;
        background-color: rgb(44, 25, 80, 0.7);
        color: white
    }

        .pillarsOthers .pillarsMem .info:hover .card-title {
            color: white
        }

.pillarsOthers .pillarsCities .info {
    position: absolute;
    background-color: rgb(44, 25, 80, 0.2);
    top: -48px;
    left: 0;
    right: 0;
    padding: 15px 15px;
    cursor: pointer;
    transition: all .3s ease-in-out;
}


    .pillarsOthers .pillarsCities .info .card-text {
        font-size: 14px;
        font-weight: 600;
    }


    .pillarsOthers .pillarsCities .info .BoardDetail {
        font-size: 15px;
        font-weight: 500;
        text-align: center;
        color: yellow;
        direction: rtl;
    }

    .pillarsOthers .pillarsCities .info .card-title {
        color: red;
        transition: all .3s ease;
    }




    .pillarsOthers .pillarsCities .info:hover {
        top: -100px;
        background-color: rgb(44, 25, 80, 0.7);
        color: white
    }

        .pillarsOthers .pillarsCities .info:hover .card-title {
            color: white
        }

.card-img-top {
    transition: all .4s ease;
}

    .card-img-top:hover {
        transform: scale(1.08);
    }


/* Responsive */

@media (max-width: 500px) {

    :focus-visible {
        outline: 2px solid var(--brass);
        outline-offset: 2px;
    }

    .PageTitle {
        font-size: 20px !important;
    }

    @media (prefers-reduced-motion: reduce) {
        * {
            transition: none !important;
        }
    }
}
