/* .tcg-text {
position: absolute;
left: 0;
top: 0;
width: 100px;
height: 100px;
border-radius: 100%;
z-index: 1;
text-align: center;} */

.tcg-prev, .tcg-next {
    width: 10px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    cursor: pointer;}
.tcg-mask {
    background-position: left bottom;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url('paint.svg');
    position: absolute;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;}
.tcg-bg {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    margin-left: 1px;
    margin-bottom: 1px;}
.tcg-txt-img img {
    height: unset!important;
    display: inline-block;}
.swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='white'/%3E%3C/svg%3E");
}
.swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='white'/%3E%3C/svg%3E");}

/* .tcg-home-slider.swiper-container,
.tcg-home-slider .swiper-slide {
    overflow: unset;
} */

/* portfolio */
.cr-portfolio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;} 
.cr-single {
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-position: center;}


.cr-btn {
    display: inline-block;}
.cr-text {
    width: 100%;
    background-image: url("./green-shape.svg");
    position: absolute;
    background-size: cover;
    background-position: top center;}
.cr-single:hover .cr-text {
    background-image: url("./white-shape.svg");}

