
.thumboverlay {
    display: block;
    transition: all 0.5s ease-in-out;
    position: relative;
}
.thumboverlay:hover .thumboverlay__img img {
    filter: grayscale(0%);
    scale: 1.5;
}
.thumboverlay:hover .thumboverlay__img:before {
    opacity: 0;
}
.thumboverlay:hover .thumboverlay__title_blue::before {
    width: 100%;
}
.thumboverlay:hover .thumboverlay__title_green::before {
    width: 100%;
}
.thumboverlay:hover .thumboverlay__title_red::before {
    width: 100%;
}
.thumboverlay__inner {
    margin: 5px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.thumboverlay__img {
    height: 140px;
    position: relative;
}
.thumboverlay__img img {
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-in-out;
    /*filter: grayscale(100%);*/
    object-fit: cover;
}
.thumboverlay__img:before {
    transition: all 0.3s ease-in-out;
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    /*background: rgba(2, 60, 10, 0.2);*/
    z-index: 9;
}
.thumboverlay__title_blue {
    position: absolute;
    text-align: center;
    width: 100%;
    background: rgba(8, 57, 131, 0.5);
    padding: 10px;
    bottom: 0;
    left: 0;
    font-weight: 600;
    z-index: 10;
    color: #fff;
}
.thumboverlay__title_blue::before {
    transition: all 0.4s ease-in-out;
    position: absolute;
    content: "";
    top: -5px;
    left: 0;
    width: 45%;
    height: 5px;
    background: #537edb;
}

.thumboverlay__title_green {
    position: absolute;
    text-align: center;
    width: 100%;
    background: rgba(8, 131, 125, 0.5);
    padding: 10px;
    bottom: 0;
    left: 0;
    font-weight: 600;
    z-index: 10;
    color: #fff;
}
.thumboverlay__title_green::before {
    transition: all 0.4s ease-in-out;
    position: absolute;
    content: "";
    top: -5px;
    left: 0;
    width: 45%;
    height: 5px;
    background: #53dbb9;
}

.thumboverlay__title_red {
    position: absolute;
    text-align: center;
    width: 100%;
    background: rgba(131, 8, 84, 0.5);
    padding: 10px;
    bottom: 0;
    left: 0;
    font-weight: 600;
    z-index: 10;
    color: #fff;
}
.thumboverlay__title_red::before {
    transition: all 0.4s ease-in-out;
    position: absolute;
    content: "";
    top: -5px;
    left: 0;
    width: 45%;
    height: 5px;
    background: #db5380;
}



.thumboverlay2 {
    display: block;
    transition: all 0.5s ease-in-out;
    position: relative;
}
.thumboverlay2:hover .thumboverlay2__img img {
    filter: grayscale(0%);
    scale: 1.5;
}
.thumboverlay2:hover .thumboverlay2__img:before {
    opacity: 0;
}



.thumboverlay2:hover .thumboverlay2__title_blue::before {
    width: 100%;
}
.thumboverlay2:hover .thumboverlay2__title2_blue::before {
    width: 100%;
}

.thumboverlay2:hover .thumboverlay2__title_green::before {
    width: 100%;
}
.thumboverlay2:hover .thumboverlay2__title2_green::before {
    width: 100%;
}

.thumboverlay2:hover .thumboverlay2__title_red::before {
    width: 100%;
}
.thumboverlay2:hover .thumboverlay2__title2_red::before {
    width: 100%;
}

.thumboverlay2:hover .thumboverlay2__title_blue {
    background: rgba(8, 123, 131, 0.7);
}
.thumboverlay2:hover .thumboverlay2__title2_blue {
    background: rgba(1, 124, 146, 0.7);
}
.thumboverlay2:hover .thumboverlay2__title_green {
    background: rgba(67, 131, 8, 0.7);
}
.thumboverlay2:hover .thumboverlay2__title_red {
    background: rgba(127, 8, 131, 0.7);
}







.thumboverlay2__inner {
    
    position: relative;
    overflow: hidden;
}
.thumboverlay2__img {
    height: 200px;
    position: relative;
}
.thumboverlay2__img img {
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-in-out;
    filter: grayscale(20%);
    object-fit: cover;
}
.thumboverlay2__img:before {
    transition: all 0.3s ease-in-out;
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    /*background: rgba(0, 130, 236, 0.6);*/
    z-index: 9;
}

@media screen and (min-width: 901px) {
    .thumboverlay2c__img {
    height: 320px;
    position: relative;
    }
    .thumboverlay2c__isi{
        display:block;
    }
    .thumboverlay2c__button1{
        display:block;    
    }
    .thumboverlay2c__button2{
        display:block;    
    }

}
@media screen and (max-width: 900px) {
    .thumboverlay2c__img {
        height: 230px;
        position: relative;
    }
    .thumboverlay2c__isi{
        display:block;
    }
    .thumboverlay2c__button1{
        display:block;    
    }
    .thumboverlay2c__button2{
        display:block;    
    }
}
@media screen and (max-width: 600px) {
    .thumboverlay2c__img {
        height: 230px;
        position: relative;
    }
    .thumboverlay2c__isi{
        display:none;
    }
    .thumboverlay2c__button1{
        display:none;    
    }
    .thumboverlay2c__button2{
        display:block;    
    }
}

.thumboverlay2b__img img {
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-in-out;
    filter: grayscale(20%);
    object-fit: cover;
}
.thumboverlay2:hover .thumboverlay2b__img img {
    filter: grayscale(0%);
    scale: 1.5;
}
.thumboverlay2b__img:before {
    transition: all 0.3s ease-in-out;
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    /*background: rgba(0, 130, 236, 0.6);*/
    z-index: 9;
}

.thumboverlay2c__img img {
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-in-out;
    filter: grayscale(20%);
    object-fit: cover;
}
.thumboverlay2:hover .thumboverlay2c__img img {
    filter: grayscale(0%);
    scale: 1.5;
}
.thumboverlay2c__img:before {
    transition: all 0.3s ease-in-out;
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    /*background: rgba(0, 130, 236, 0.6);*/
    z-index: 9;
}





.thumboverlay2__title_blue {
    position: absolute;
    text-align: center;
    width: 60%;
    background: rgba(56, 56, 56, 0.7);
    padding: 10px;
    top: 0;
    right: 0;
    font-weight: 600;
    z-index: 10;
    color: #fff;
}


.thumboverlay2__title2_blue {
    position: absolute;
    text-align: center;
    width: 40%;
    background: rgba(1, 124, 146, 0.4);
    padding: 10px;
    top: 0px;
    left: 0;
    font-weight: 600;
    z-index: 10;
    color: #fff;
}

.thumboverlay2__title_green {
    position: absolute;
    text-align: center;
    width: 60%;
    background: rgba(56, 56, 56, 0.7);
    padding: 10px;
    top: 0;
    right: 0;
    font-weight: 600;
    z-index: 10;
    color: #fff;
}

.thumboverlay2__title2_green {
    position: absolute;
    text-align: center;
    width: 40%;
    background: rgba(103, 146, 1, 0.4);
    padding: 10px;
    top: 0px;
    left: 0;
    font-weight: 600;
    z-index: 10;
    color: #fff;
}

.thumboverlay2__title_red {
    position: absolute;
    text-align: center;
    width: 60%;
    background: rgba(56, 56, 56, 0.7);
    padding: 10px;
    top: 0;
    right: 0;
    font-weight: 600;
    z-index: 10;
    color: #fff;
}

.thumboverlay2__title2_red {
    position: absolute;
    text-align: center;
    width: 40%;
    background: rgba(146, 1, 134, 0.4);
    padding: 10px;
    top: 0px;
    left: 0;
    font-weight: 600;
    z-index: 10;
    color: #fff;
}







.thumboverlay3 {
    display: block;
    transition: all 0.5s ease-in-out;
    position: relative;
}
.thumboverlay3:hover .thumboverlay3__img img {
    filter: grayscale(0%);
    scale: 1.5;
}
.thumboverlay3:hover .thumboverlay3__img:before {
    opacity: 0;
}




.thumboverlay3:hover .thumboverlay3__title_blue {
    background: #3b44c3;
}


.thumboverlay3:hover .thumboverlay3__title_green {
    background: #5786008e;
}


.thumboverlay3:hover .thumboverlay3__title_red {
    background: #8600868e;
}



.thumboverlay3:hover .thumboverlay3b__title::before {
    width: 100%;
}
.thumboverlay3:hover .thumboverlay3b__title::after {
    width: 100%;
}
.thumboverlay3:hover .thumboverlay3b__title {
    font-size: 150%;
}


.thumboverlay3__inner {
    
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.thumboverlay3__img {
    height: 280px;
    position: relative;
}
.thumboverlay3__img img {
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-in-out;
    filter: grayscale(20%);
    object-fit: cover;
}
.thumboverlay3__img:before {
    transition: all 0.3s ease-in-out;
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
   background: rgba(0, 130, 236, 0.2);
    z-index: 9;
}




.thumboverlay3__title_blue {
    position: absolute;
    text-align: center;
    width: 100%;
    height:100%;
    background: #3b44c320;
    padding: 30% 20px;
    top: 0%;
    left: 0;
    font-weight: 600;
    z-index: 10;
    color: #fff;
    transition: all 0.2s ease-in-out;
    max-height:100%;
}


.thumboverlay3__title_green {
    position: absolute;
    text-align: center;
    align-content: center;
    width: 100%;
    background: #5786008e;
    padding: 10% 0;
    bottom: 0%;
    left: 0;
    font-weight: 600;
    z-index: 10;
    color: #fff;
    transition: all 0.2s ease-in-out;
    max-height:120px;
}

.thumboverlay3__title_red {
    position: absolute;
    text-align: center;
    width: 100%;
    background: #8600868e;
    padding: 10% 0;
    bottom: 0%;
    left: 0;
    font-weight: 600;
    z-index: 10;
    color: #fff;
    transition: all 0.2s ease-in-out;
    max-height:120px;
}



.thumboverlay3b__img {
    height: 230px;
    position: relative;
}
.thumboverlay3b__img img {
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-in-out;
    filter: grayscale(20%);
    object-fit: cover;
}
.thumboverlay3b__img:before {
    transition: all 0.3s ease-in-out;
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    /*background: rgba(0, 130, 236, 0.6);*/
    z-index: 9;
}
.thumboverlay3b__title {
    position: absolute;
    text-align: center;
    width: 50%;
    background: rgba(131, 8, 8, 0.7);
    padding: 20px 0;
    bottom: 25%;
    left: 0;
    font-weight: 600;
    z-index: 10;
    color: #fff;
    transition: all 0.2s ease-in-out;
}
.thumboverlay3b__title::before {
    transition: all 0.4s ease-in-out;
    position: absolute;
    content: "";
    top: -5px;
    left: 0;
    width: 0%;
    height: 5px;
    background: #ff0000;
}
.thumboverlay3b__title:after {
    content: "";
    position: absolute;
    top: 0;
    right: -20px;
    border-top: transparent 30px solid;
    border-bottom: transparent 30px solid;
    z-index: 2;
}

.thumboverlay3b__title:after {
    border-left: rgba(131, 8, 8, 0.7) 20px solid;
}


.bellowtext__title {
    transition: all 0.2s ease-in-out;
    margin-left:20%;
}

.bellowtext__title:before {
    transition: all 0.4s ease-in-out;
    position: absolute;
    content: "";
    top: 50%;
    left: 0%;
    width: 18%;
    height: 7px;
    background: #014fb4;
    z-index: 99;
}
.bellowtext__title:after {
    transition: all 0.4s ease-in-out;
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    width: 20%;
    height: 7px;
    background: #014fb4;
    z-index: 99;
}
/*.bellowtext__title:hover::before {
    width: 50%;
}*/

.processing1 {
    background-color: lightgray;
    height: 20px;
    width:100%;
    border-radius: 20px;
}

.processing-bar1,.processing-bar2,.processing-bar3,.processing-bar4,.processing-bar5,
.processing-bar6,.processing-bar7,.processing-bar8,.processing-bar9 {
    background: rgb(224, 93, 5);
    background: linear-gradient(270deg, rgb(224, 5, 5) 0%, rgba(224, 93, 5) 33%, rgb(71, 3, 172) 69%, rgb(87, 53, 237) 100%);
    height: 100%;
    width: 0;
    opacity: 0;
    color: #fff;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 3px 3px -5px #70f2e7, 0 2px 5px #7088f2;
    
    animation-iteration-count: infinite;
    transition: ease ;
    transition: 1s ease;
    animation: progressAnimationStrike1 0.7s infinite;

}
@keyframes progressAnimationStrike1 {
    from {
        transition: ease ;
        transition: 1s ease;
    }
    to {
        transition: ease ;
        transition: 1s ease;
    }
  }

  .thumboverlay2__title_header {
    text-align: center;
    width: 30%;
    /*background: rgba(194, 2, 63, 0.7);*/
    left: 0;
    font-weight: 600;
    z-index: 10;
    color: #fff;
}


.thumboverlay2__title_header:after {
    content: "";
    position: absolute;
    top: 0;
    right: -20px;
    border-top: transparent 18px solid;
    border-bottom: transparent 18px solid;
    z-index: 2;
}

.thumboverlay2__title_header:after {
    /*border-left: rgba(194, 2, 63, 0.7) 20px solid;*/
}

.thumboverlay2__title_header2 {
    text-align: center;
    width: 30%;
    background: #892150;
    left: 0;
    font-weight: 600;
    z-index: 10;
    color: #fff;
}


.thumboverlay2__title_header2:after {
    content: "";
    position: absolute;
    top: 5px;
    left: -4px;
    border-top: transparent 20px solid;
    border-bottom: transparent 20px solid;
    z-index: 2;
    height:40px;
}

.thumboverlay2__title_header2:after {
    border-right: #892150 20px solid;
}