.container-about {
    height: max-content;
    overflow-y: hidden;
}

.title-about {
    color: #f5cd11;
    margin-top: 6rem;
    margin-bottom: 5rem;
    font-family: "Lastica Regular";
    font-size: 39px;
    font-weight: bolder;
}

.text-about {
    font-family: "T Regular";
    font-size: 20px;
    /* padding-right: 2.5rem; */
    text-align: justify;
    margin-top: -3rem;
}

.img-logo-4 {
    /* position: absolute; */
    animation-timing-function: ease-in-out;
    animation-name: img-logo-4;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    z-index: 1;
    /* margin-top: -7rem; */
    /* margin-left: 5rem; */
}

@keyframes img-logo-4 {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-100px);
    }

    100% {
        transform: translateY(0);
    }
}


.ring-about-1 {
    animation-delay: 2s;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}

.ring-about-2 {
    margin-top: -95px;
    animation-delay: 1s;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}

.ring-about-3 {
    margin-top: -95px;
    /* animation-delay: 1s; */
    animation-duration: 3s;
    animation-iteration-count: infinite;
}

.ring-about-container {
    margin-top: -65px;
    /* z-index: -1; */
}

.ring-about-icon {
    animation-name: ring;
}

@keyframes ring {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}


.bg-icon-1 {
    background-image: url("../images/image-icon-8.png");
    background-repeat: no-repeat;
    background-size: 100% 1100px;
    background-position: center;
    background-attachment: fixed;
}

.title-meet {
    color: #d73cbe;
    margin-top: 5rem;
    margin-bottom: 5rem;
    font-family: "Lastica Regular";
    font-size: 39px;
    font-weight: bolder;
}

.grit {
    display: grid;
    grid-template-columns: auto auto auto;
    justify-content: center;
    border: none;
}

/* life at simtek */
.grit-life {
    justify-content: center;
    border: none;
}

.col-img {
    -ms-flex: 25%;
    /* IE10 */
    flex: 23.5%;
    max-width: max-content;
    /* max-width: 460px; */
    /* height: 750px; */
    /* width: 460px; */
    width: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* padding: 0 4px; */
}

.col-img img {
    margin-top: 8px;
    vertical-align: middle;
    transition: 0.4s;
    /* align-self: center; */
    /* width: 100%; */
}

.col-img img:hover {
    transform: scale(1.3);
    transition: 0.4s;
}

.img-life-6 {
    margin-left: -10.9rem;
}

.img-life-8 {
    margin-left: 2.5rem;
}

.img-life-5 {
    margin-left: -1rem;
}

.img-life-1 {
    margin-left: 1rem;
}

.img-life-4 {
    margin-left: -5.9rem;
}

.img-life-3 {
    margin-left: -2px;
}

/* ---- */

.card-about-1 {
    background: radial-gradient(circle at 50% 50%,
            rgba(119, 104, 231, 1) 30%,
            rgba(135, 0, 241, 1) 100%);
    border: none;
}

.card-about-2 {
    background: linear-gradient(180deg, #d73cbe, #bf006d);
    border: none;
}

.card-about-3 {
    background: linear-gradient(180deg, #f5cd11, #db6565);
    border: none;
}

.card-about-4 {
    background: linear-gradient(180deg, #b54b29, #942a2a);
    border: none;
}

.card-about-5 {
    background: linear-gradient(180deg, #7ce767, #4dc22a);
    border: none;
}

.card-about-6 {
    background: linear-gradient(180deg, #7768e7, #8700f1);
    border: none;
}

.card-about-7 {
    background: linear-gradient(125deg, #cdc7c7, #fff);
    border: none;
}

.card-about-8 {
    background-image: url("../images/image-icon-1.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 300px 325px;
    border: none;
}

.card-about-9 {
    background: linear-gradient(180deg, #f5cd11, #dbb665);
    border: none;
}

.title-life {
    color: #7768e7;
    margin-top: 5rem;
    margin-bottom: 5rem;
    font-family: "Lastica Regular";
    font-size: 39px;
    font-weight: bolder;
}

.img-1 {
    margin-top: -0.5rem;
    margin-left: -5px;
}

.img-2 {
    margin-top: -0.5rem;
    margin-left: -10px;
}

.img-9 {
    margin-top: 0.8rem;
    margin-left: -10px;
}

.hr {
    width: 50px;
    background-color: #fff;
    opacity: 1;
}

hr:not([size]) {
    height: 5px;
}

.text-img-1 {
    margin-bottom: -14.4rem;
    margin-top: 12rem;
    z-index: 1;
    position: absolute;
    color: white;
    text-shadow: #000 1px 0 10px;
}

.text-img-2 {
    color: white;
    font-size: 32px;
    text-shadow: #000 1px 0 5px;
    font-family: "Vintage Regular";
    line-height: 2;
    margin-top: 2.5rem;
}

.text-img-3 {
    color: white;
    font-size: 171px;
    font-family: "Abril Fatface";
    /* margin-top: 2.5rem;
    margin-left: 4rem; */
}

.name-tek {
    font-size: 24px;
    /* text-transform: uppercase; */
    margin-top: -10px;
    font-family: "Vintage Regular";
}

.ceo {
    margin-bottom: -10px;
    font-size: 10px;
    text-transform: uppercase;
    font-family: "Lastica Regular";
    text-shadow: #000 1px 0 1px;
}

.text-partner {
    /* background: linear-gradient(180deg, rgba(166, 166, 166, 0.5), rgba(255, 255, 255, 0.8)); */
    /* background: linear-gradient(150deg, rgba(68, 60, 75, 1) -10%, rgba(117, 119, 117, 1) 36%, rgba(70, 60, 75, 1) 115%); */
    background: linear-gradient(152.97deg,
            rgba(154, 154, 154, 1) 0%,
            rgba(255, 255, 255, 0.3) 100%);
    backdrop-filter: blur(21px);
    -webkit-backdrop-filter: blur(21px);
    border: none;
    margin-bottom: 5rem;
    height: max-content;
}

.img-7 {
    margin-top: -8rem;
}

.img-6 {
    margin-top: -6rem;
    height: 10%;
}

.img-trade {
    margin-top: -1rem;
}

.life-img-1 {
    width: 340px;
}

.life-img-2 {
    width: 315px;
}

.life-img-3 {
    width: 280px;
}

.card-game {
    width: max-content;
}

.game-class {
    transition: all 1s;
}

.game-class:hover {
    transform: scale(95%);
    transition: all .3s;
}

.card-partner {
    margin-top: -5rem;
}

@media (max-width: 992px) {
    .text-about {
        margin-top: 2rem;
    }

    .card-partner {
        margin-top: -1.5rem;
    }

    .title-about {
        margin-top: 8rem;
    }

    .grit {
        display: flex;
        flex-wrap: wrap;
        overflow: hidden;
        /* grid-template-columns: auto auto auto;
        justify-content: center; */
        border: none;
    }

    .game-class {
        width: 150px;
        height: 133.29px;
    }

    .order-992 {
        order: 1;
    }

    .img-7 {
        margin-top: -2rem;
    }

    .img-6 {
        margin-top: -2rem;
    }

    .life-img-1 {
        width: 250px;
    }

    .life-img-2 {
        width: 225px;
    }

    .life-img-3 {
        width: 200px;
    }
}

@media (max-width: 768px) {
    .text-about {
        margin-top: 2rem;
    }

    .card-partner {
        margin-top: -1rem;
    }

    .mt-mobile {
        margin-top: 5rem;
    }

    .col-img {
        max-width: max-content;
    }

    .grit-life {
        justify-content: center;
        border: none;
    }

    .game-class {
        width: 100px;
        height: 88.86px;
    }

    .col-img {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        align-self: center;
    }

    .life-img-1 {
        width: 150px;
    }

    .life-img-2 {
        width: 135px;
    }

    .life-img-3 {
        width: 120px;
    }
}

@media (max-width: 572px) {
    .text-about {
        margin-top: 2rem;
    }

    .card-partner {
        margin-top: -1rem;
    }

    .title-meet {
        font-size: 28px !important;
    }

    .title-life {
        font-size: 28px !important;
    }

    .title-about {
        font-size: 28px !important;
    }

    .ring-about-2,
    .ring-about-3 {
        margin-top: -15%;
    }

    .ring-about-container {
        margin-top: -15%;
        /* z-index: -1; */
    }

    .ring-about-icon {
        width: 80%;
    }

    .col-img {
        width: max-content;
    }

    .game-class {
        width: 70px;
        height: 62.2px;
    }

    .img-logo-4 {
        width: 100%;
        height: 100%;
    }

    .grit-life {
        justify-content: center;
        border: none;
    }

    .col-img {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        align-self: center;
    }

    .life-img-1 {
        width: 250px;
    }

    .life-img-2 {
        width: 250px;
    }

    .life-img-3 {
        width: 250px;
    }
}
