/*
            Author: Muratcan
            Version: 2.0
            Date: OCT 2021
            Copyright: MoonWorkShop


             ///////   //////.*********************.(%%%%%   %%%%%%
            ///////// //////*****    ******    ***** %%%%%% *%%%%%
            ///// //////////****      ****,     *****%% %%%%%%%%%%
           //////  ////// ./************************%%%  %%%%%%%%
           //////  .////   ////********  ********.%%%%    %%%%%%
*/

@keyframes animStar {
    from {
        transform: translateY(0px);
    }

    to {
        transform: translateY(-2560px) translateX(-2560px);
    }
}

@keyframes animShootingStar {
    from {
        transform: translateY(0px) translateX(0px) rotate(-45deg);
        opacity: 1;
        height: 5px;
    }

    to {
        transform: translateY(-2560px) translateX(-2560px) rotate(-45deg);
        opacity: 1;
        height: 800px;
    }
}

#title {
    margin-top: 115px;
}

.mars {
    z-index: 0;
    left: 0;
    right: 0;
    bottom: -359px;
    position: absolute;
    height: 86vmin;
    background: url(../images/bg.png) no-repeat bottom center;
    background-size: cover;
}

:root {
    --background-dark: #2d3548;
    --text-light: rgba(255, 255, 255, 0.6);
    --text-lighter: rgba(255, 255, 255, 0.9);
    --spacing-s: 8px;
    --spacing-m: 16px;
    --spacing-l: 24px;
    --spacing-xl: 32px;
    --spacing-xxl: 64px;
    --width-container: 1200px;
}

html {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    height: 100%;
    background: radial-gradient(ellipse at bottom, #1b2735 0%, #090a0f 100%);
}



.hero-section {
    align-items: flex-start;
    display: flex;
    min-height: 20%;
    justify-content: center;
    padding: var(--spacing-xxl) var(--spacing-l) 0;
}

.card-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: var(--spacing-l);
    grid-row-gap: var(--spacing-l);
    max-width: var(--width-container);
    width: 100%;
    justify-content: center;
    justify-items: center;
}

@media(min-width: 540px) {
    .card-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(min-width: 960px) {
    .card-grid {
        grid-template-columns: repeat(4, 0.1fr);
    }
    .flexxi{
        display: flex;
    }
    .card-landing {
        grid-template-columns: repeat(3, 2fr);
    }
    .card-website {
        grid-template-columns: repeat(3, 2fr);
    }
}
@media(max-width: 540px) {
    .card-website {
        grid-template-columns: repeat(1, 2fr)!important;
    }
    .card-landing {
        grid-template-columns: repeat(1, 2fr)!important;
    }
    .hero-section {
        min-height: auto!important;
    }
    .border {
        border-right: inherit!important;
    }
}


.column{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.card__background{
    display: flex;object-fit: contain;background-image: url(./img/bg.jpg);justify-content: center;align-items: center;
}
.card__background img{
    width: 40%;
    height: auto;
}

.border{
    z-index: 1;
    border-right: 5px solid #fff;
    border-style: dashed;
    border-left: 0;
    border-top: 0;
    border-bottom: 0;
}

.sky {
    display: contents;
    overflow: hidden;
    height: 100vh;
    width: 100vw;
    position: absolute;
    z-index: -6;
}

.card {
    overflow: hidden;
    width: 200px;
    height: 200px;
    list-style: none;
    position: relative;
    border-radius: 50%;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;

}

.card:before {
    content: '';
    display: block;
    padding-bottom: 150%;
    width: 100%;
}

.card__background {
    background-size: cover;
    background-position: center;
    border-radius: 50%;
    bottom: 0;
    filter: brightness(0.75) saturate(1.2) contrast(0.85);
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform-origin: center;
    trsnsform: scale(1) translateZ(0);
    transition:
            filter 200ms linear,
            transform 200ms linear;
}

.card:hover .card__background {
    transform: scale(1.65);
    filter: brightness(1) saturate(1.5) contrast(1);
}


.card__content {
    overflow: hidden;
    height: 30px;
    left: 0;
    padding: var(--spacing-l);
    position: absolute;
    bottom: 0;
    background: #000000a8;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: space-evenly;
    WIDTH: 76%;
}

.card__category {
    color: var(--text-light);
    font-size: 0.9rem;
    margin-bottom: -5px;
    text-transform: uppercase;
}

.card__heading {
    width: 100px;
    word-break: break-word;
    text-align: center;
    color: var(--text-lighter);
    font-size: 11px;
    text-shadow: 2px 2px 20px rgb(0 0 0 / 20%);
    line-height: 1.0;
    text-transform: uppercase
}

.card-website{
    grid-template-columns: repeat(3, 2fr);
}
.card-landing{
    grid-template-columns: repeat(3, 2fr);
}

.gray-bg{
    z-index: 0;
    left: 0;
    right: 0;
    top: 133vh;
    position: absolute;
    height: 580vh;
    background: radial-gradient(ellipse at bottom, #4c4c4c 0%, #090a0f 100%);
}

@media (max-width: 768px) {
    .mars {
        display: none;
    }

    html {
        background: radial-gradient(ellipse at bottom, #000 0%, #0c0d17 100%);
    }

    .card__background {
        border-radius: 50%;
    }

}


.getting_ready{
    bottom: inherit!important;
    top: 0;
    height: 24px!important;
    padding-top: 10px;
    background: #ff56008a;
    padding-bottom: 5px;
}

.frontend_coding{
    bottom: inherit!important;
    top: 0;
    height: 24px!important;
    padding-top: 10px;
    background: #ff00008a;
    padding-bottom: 5px;
}

.backend_coding{
    bottom: inherit!important;
    top: 0;
    height: 24px!important;
    padding-top: 10px;
    background: #9dff008a;
    padding-bottom: 5px;
}

.content_entry {
    bottom: inherit!important;
    top: 0;
    height: 24px!important;
    padding-top: 10px;
    padding-bottom: 5px;
    background: #ffbb008a!important;
}

.last_check{
    bottom: inherit!important;
    top: 0;
    height: 24px!important;
    padding-top: 10px;
    padding-bottom: 5px;
    background: #00dcff8a!important;
}


.card.revize:before {
    font-family: 'Montserrat';
    color: white;
    font-size: 11px;
    display: flex!important;
    background: #000000ab;
    content: '\Revize Aşaması';
    transform: rotate(-90deg);
    height: 35px;
    z-index: 1;
    left: -71px;
    top: 37%;
    position: absolute;
    display: block;
    padding: 5px;
    width: 165px;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.rocket{
    overflow: hidden;
    left: -8px;
    transform: rotate(-55deg);
    position: absolute;
    bottom: 56px;
    z-index: 0;
    transition: filter 200ms linear, transform 200ms linear;
}
.card:hover .rocket {
    transform: rotate(0deg) translate(60px, -80px);
}
.rocket img{
    width: 45px;
}
