﻿@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;700&display=swap');

* {
    margin: 0;
    padding: 0;
    font-family: 'Noto Sans';
}

h3 {
    font-size: 30px;
    color: #800000;
    font-family: 'noto sans';
    margin-bottom: 20px;
    line-height: 100%;
    font-weight: bold;
}

h4 {
    font-size: 20px;
    line-height: 160%;
    text-align: center;
    color: #FFFFFF;
    letter-spacing: 0px;
}

h6 {
    font-size: 20px;
    color: #2d160f;
    font-family: 'noto sans';
    margin-bottom: 10px;
    line-height: 180%;
    font-weight: bold;
}

h5 {
    font-weight: normal;
    font-size: 18px;
    line-height: 150%;
    color: #333333;
    margin-bottom: 20px;
    font-weight: lighter;
}

.content span {
    font-size: 18px;
    color: #2d160f;
    font-family: 'noto sans';
    margin-bottom: 20px;
    line-height: 180%;
    color: #333;
}

li {
    list-style-position: inside;
    font-size: 16px;
    color: #333333;
    line-height: 180%;
}

.pagecontainer {
    padding: 20px 0;
    width: 70%;
    margin: 0 auto;
}

    .pagecontainer .pagecontainer__contents .content {
        padding: 20px 0;
    }

        .pagecontainer .pagecontainer__contents .content .content__box {
            display: flex;
            justify-content: flex-start;
            flex-wrap: wrap;
        }

.box {
    width: 33.33%;
    box-sizing: border-box;
    padding: 10px;
}

    .box > .card {
        width: 100%;
        background: #FFFFFF;
        border: 1px solid #ddd;
        padding: 20px;
        box-sizing: border-box;
        min-height: 610px;
        border-radius: 5px;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.03);
    }

.box_header {
    width: 100%;
    display: block;
    height: 200px;
    position: relative;
}

    .box_header > .bg_image {
        height: 100%;
        width: 100%;
        filter: blur(5px);
        -webkit-filter: blur(2px);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .box_header > .member_image {
        position: absolute;
        top: 0px;
        left: 28%;
    }

.member_details {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

    .member_details > div {
        font-family: 'Noto sans';
        margin-bottom: 10px;
    }

        .member_details > div.name {
            color: #ff6a00;
            font-size: 22px;
            font-weight: bold;
        }

        .member_details > div.designation {
            color: #333;
            font-size: 14px;
            font-weight: bold;
        }

        .member_details > div.bio {
            color: #333;
            font-size: 16px;
            line-height: 180%;
        }

@media(max-width:1600px) {


    .box > .card {
        min-height: 695px;
    }
}



@media(max-width:1366px) {
    .pagecontainer {
        width: 80%;
        padding: 20px 0;
    }

    .box > .card {
        min-height: 700px;
    }

    .box_header > .member_image {
        left: 21%;
    }
}

@media(max-width:1280px) {
    .pagecontainer {
        width: 80%;
    }

    .box > .card {
        min-height: 667px;
    }

    .box_header > .member_image {
        left: 19%;
    }
}

@media(max-width:1024px) {
    .pagecontainer {
        width: 95%;
        padding: 10px 0;
    }

    .box > .card {
        min-height: 585px;
    }

    .box_header > .member_image {
        left: 30%;
    }

    .pagecontainer .pagecontainer__contents .content .content__box {
        flex-direction: row;
        flex-wrap: wrap;
    }

        .pagecontainer .pagecontainer__contents .content .content__box .box {
            width: 49%;
            min-height: 270px;
        }
}

@media(max-width:768px) {
    .pagecontainer {
        width: 95%;
    }
}


@media(max-width:420px) {
    h3 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    li {
        font-size: 14px;
    }

    .content span {
        font-size: 14px;
    }

    .pagecontainer {
        width: 95%;
    }

    .box > .card {
        padding: 10px;
    }

    .box_header > .member_image {
        left: 25%;
    }

    .pagecontainer .pagecontainer__contents .content .content__box {
        flex-direction: column;
        flex-wrap: wrap;
    }

        .pagecontainer .pagecontainer__contents .content .content__box .box {
            width: 100%;
        }
}

@media(max-width:320px) {
    .pagecontainer {
        width: 95%;
    }

    .box > .card {
        padding: 10px;
    }

    .box_header > .member_image {
        left: 15%;
    }

    .pagecontainer .pagecontainer__contents .content .content__box {
        flex-direction: column;
        flex-wrap: wrap;
    }

        .pagecontainer .pagecontainer__contents .content .content__box .box {
            width: 100%;
        }
}

/*@media only screen and (min-device-width : 320px) and (max-device-width : 420px) {


    .pagecontainer {
        width: 95%;
    }

    .box_header > .member_image {
        left: 25%;
    }

    
}*/
