body {
    font-family: 'optima-regular';
    display: flex;
    justify-content: center;
    align-items: center;
}
.container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 3px;
    width: 95%;
    background-color: #fff;
    padding: 20px;
    margin-top: 40px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.textmobile{
    display: none;
}

.awarditem{
    position: relative;
     background-color: #003678;
 
}

.awarditem img:hover{
    /* opacity: 0;
    background-color: #003678;
    transition: 0.5s ease-in;
    width: 100%;
    overflow:hidden */
}

 .sectionP {
    font-size: 17.5px;
    font-family: 'optima-regular';
} 

.awarditem p{
/* display: none; */
color: white;
padding: 10px;
}

.awarditem  span{
color: #ffcc00;
font-size: 17px;
}

 .overlay{
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    background-color: #003678;
    overflow: hidden;
    width: 100%;
    height:0%;
    transition: .5s ease;
  }

.awarditem:hover .overlay{
    bottom: 0;
    height: 100%;
  } 

.awarditem:hover p{
    /* display: block; */
}

.awardhead{
    display: none;
}

.container > div {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0px solid #0f0bd1;
    padding: 5px;
}

.container .center {
    grid-column: 2 / 3;
    grid-row: 1 / 3;
    color: #fff;
    background: url('../images/award/bg-award.png') no-repeat center center;
    background-size: 356px 530px;
    align-items: center;
    align-content: center;
    font-size: 38px;
    /* width: 100%;
    height: 100%; */
    font-family: 'optima-regular';
    font-weight: bold;
    position: relative;
}

.center p{
    position: absolute;
    text-align: center;
    line-height: 35px;
}

.container img {
    max-width: 100%;
    height: auto;
}
.container .text {
    color: #fff;
    text-align: center;
    padding: 20px;
    font-size: 16px;
}
.container .text span {
    display: block;
    margin-top: 10px;
    font-weight: bold;
    color: #ffcc00;
}

.glitter {
    /* margin-top: 40%; */
 width: 306px;
 height: 126px;

 position: absolute;
    bottom: 0;

}

.mobtext p{
    display: none;
}

 span:after {    
    background: none repeat scroll 0 0 
    transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    /* position: absolute; */
    background: #ffcc00;;
    transition: width 0.4s ease 0s, left 0.3s ease 0s;
    width: 0;
  }
 .overlay:hover span:after{ 
    width: 100%; 
    left: 0; 
  }
  
  .awardslider {
    width: 300px;
}

  @media (max-width: 768px) {

    .container .center {
        display:none;
    }

    .container {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr;
        box-shadow: none;
        padding: 0px;
        gap:0;
        width: 100%;
        margin-top: 8px;
    }

    .awardslider {
        width: 100%;
        max-width: 169px;
    }

    .awardssection .containerAsp
    {
        padding-left:10px;
        padding-right:10px;
    }

    .container > div {
        border: 0px solid #0f0bd1;
        padding: 5px;
    }

    .awardhead{
        display: block;
        background-image: url("../images/award/Group-1.png");
       background-size: 100%;
       padding: 2px 0px 15px 0px;
       margin-top: 20px;
    }

    .awardhead h2{
   color: #fff;
   text-align: center;
   margin-top: 10px;
   font-family: 'optima-regular';
    }

    .overlay{
        display: none;
    }

.mobtext{
    display: block;
    position: absolute;
}


.textmobile{
    display: block;
   
}

/* .textmobile p{
    display: inline-block;
    position: absolute;
    font-size: 13px;
 bottom: 0%;
    line-height: 14px;
    display: none;
  
}

.awarditem:hover .textmobile p{
    display: inline-block;
    position: absolute;
    font-size: 13px;
 bottom:0%;
    line-height: 14px;
    color: #fff;
    padding: 10px;
    background-color: #00367871;
    width: 100%;
    height: 100%;
    text-align: center;
    display: block;

} */


.textmobile {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00367871;
}

.textmobile p {
    position: absolute;
    bottom: 0;
    width: 100%;
    font-size: 13px;
    line-height: 14px;
    color: #fff;
    text-align: center;
    padding: 10px;
    margin: 0;
}

.awarditem {
    position: relative;
    overflow: hidden;
}

.awarditem:hover .textmobile {
    display: block;
}






  }

  @media (max-width: 360px) {

    .awardslider{
        width: 100%;
        max-width: 160px;
    }

  }