/* A1 */

#A1Div{
    border: 1px dashed #f4823b;
    border-width: 3px;
}

#A1Div .award-list{
    border-bottom: 1px dashed #f4823b;
}

#A1Div .award-type-title{
    background-color: #f4823b;
}

#A1Div .award-name{
    color: #f4823b;
}

#A1Div .award-content{
    background-color: white;
}

#A1Div .award-item .award-name::after{
    background: #f4823b;
}

#A1Div .award-item:hover .award-name{
    color: #f4823b;
}

#A1Div .award-img-box{
    border: 1px dashed #f4823b;
}

#A1Div .award-title{
    color: #f4823b;
}

/* A2 */

#A2Div{
    border: 1px dashed #c85d8e;
    border-width: 3px;
}

#A2Div .award-list{
    border-bottom: 1px dashed #c85d8e;
}

#A2Div .award-type-title{
    background-color: #c85d8e;
}

#A2Div .award-name{
    color: #c85d8e;
}

#A2Div .award-content{
    background-color: white;
}

#A2Div .award-item .award-name::after{
    background: #c85d8e;
}

#A2Div .award-item:hover .award-name{
    color: #c85d8e;
}

#A2Div .award-img-box{
    border: 1px dashed #c85d8e;
}

#A2Div .award-title{
    color: #c85d8e;
}

/* A3 */

#A3Div{
    border: 1px dashed #00a54c;
    border-width: 3px;
}

#A3Div .award-list{
    border-bottom: 1px dashed #00a54c;
}

#A3Div .award-type-title{
    background-color: #00a54c;
}

#A3Div .award-name{
    color: #00a54c;
}

#A3Div .award-content{
    background-color: white;
}

#A3Div .award-item .award-name::after{
    background: #00a54c;
}

#A3Div .award-item:hover .award-name{
    color: #00a54c;
}

#A3Div .award-img-box{
    border: 1px dashed #00a54c;
}

#A3Div .award-title{
    color: #00a54c;
}

/* A4 */

#A4Div{
    border: 1px dashed #00b6b5;
    border-width: 3px;
}

#A4Div .award-list{
    border-bottom: 1px dashed #00b6b5;
}

#A4Div .award-type-title{
    background-color: #00b6b5;
}

#A4Div .award-name{
    color: #00b6b5;
}

#A4Div .award-content{
    background-color: white;
}

#A4Div .award-item .award-name::after{
    background: #00b6b5;
}

#A4Div .award-item:hover .award-name{
    color: #00b6b5;
}

#A4Div .award-img-box{
    border: 1px dashed #00b6b5;
}

#A4Div .award-title{
    color: #00b6b5;
}

.award-inner{
    width: 100%;
    max-width: 1100px;
    margin-bottom: 140px;
    border-width: 3px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.award-inner:last-child{
    margin-bottom: 0;
}

.award-type-title{
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    font-size: 24px;
    font-weight: bold;
    color: white;
    padding: 20px 40px;
    text-align: center;
}

.award-content{
    padding: 40px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.award-content .award-list:last-child{
    margin-bottom: 0;
}

.award-list{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.award-list:last-child{
    border-bottom: 0!important;
}

.award-title{
    display: flex;
    font-size: 18px;
    font-weight: 500;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
}

/* .award-item .award-name::after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    transition: width 1s;
}

.award-item:hover .award-name::after {
    width: 100%;
} */

.award-item-content{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
}

.award-item{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.award-item .award-img-box{
    display: none;
    position: absolute;
    padding: 15px 25px; 
    border-radius: 30px 60px 25px 55px;
    background-color: rgba(255,255,255,0.85);
    z-index: 2;
}

.award-img.small-to-large{
    max-width: 320px;
}

.award-img.large-to-small{
    max-width: 160px;
}

.award-item:hover .award-img-box{
    display: block;
}

.award-name{
    font-size: 16px;
    text-align: center;
    font-weight: 700;
}

.award-org{
    font-size: 14px;
    text-align: center;
    font-weight: 700;
}

.award-img{
    width: 100%;
    max-width: 80%;
}

.award-item:last-child .award-img{
    margin-bottom: 0;
}

.award-category{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 60px;
}

.award-btn{
    padding: 10px 20px;
    cursor: pointer;
    color: white;
}

#AwardsDiv{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 1199px) {
    .award-item-content{
        grid-template-columns: repeat(2, 1fr);
    }

    .award-item img{
        max-width: 250px;
    }

    .award-img-box{
        max-width: 420px;
    }

    
    .award-name{
        font-size: 14px!important;
    }

    .award-org{
        font-size: 12px!important;
    }
}


@media screen and (max-width: 640px) {
    .award-item-content{
        grid-template-columns: repeat(1, 1fr);
    }

    .award-img-box {
        max-width: 465px;
    }
    
    .award-type-title{
        font-size: 18px;
    }
     
    .award-name{
        font-size: 12px!important;
    }

    .award-inner{
        margin-bottom: 40px;
    }

    .award-item .award-img-box{
        margin: 0 35px;
        border-radius: 30px 20px;
    }
}

@media screen and (max-width: 414px) {
    .award-type-title{
        font-size: 14px;
        padding: 20px;
    }

    .award-content{
        padding: 40px 20px;
    }
}