.welcome {
    position: relative;
    margin-top: 5rem;
    display: grid;
}



.starter-text {
    width: 100%;
    min-width: 30%;
    height: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    margin: auto;
}

.starter-text h1 {
    font-size: 80px;
}

.static-text {
    display: flex;
    height: 10rem;
    min-height: fit-content;
    position: relative;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.static-text h1 {
    margin: 0;
}

.moving-text {
    display: flex;
    height: 6rem;
    position: relative;
    align-items: center;
    justify-content: center;
}

.auto-type {
    color: rgb(0, 112, 210);
}



@media(max-width:1919px) {
    .welcome {
        grid-template-columns: 1fr;
        min-height: 30vh;
        justify-content: center;
        align-items: center;
    }
    .starter-text {
        font-size: 40px;
    }
    .static-text , .moving-text {
        height: 100px;
        padding: 10px;
        padding-top: 35px;
    }
}


@media(max-width: 580px) {
    .static-text, .static-text h1, .moving-text, .moving-text h1{
        margin-bottom: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .moving-text {
        height: 60px;
    }
    .starter-text h1 {
        font-size: 50px;
    }
}


.info-getting-started-block {
    position: relative;
    margin: 4rem auto auto auto;
    max-width: 80svw;
}

.info-getting-started-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: auto;
    gap: 20px;
    width: 100%;

}


.info-getting-started-card {

    display: flex;
    position: relative;
    flex-direction: column;
    padding: 1rem;
    margin: 2vh;
    border-radius: 15px;
    box-shadow: 1rem 1rem 1rem #000000d9;
    background-color: rgba(45, 43, 51, 0.63);
    transition: 0.5s ease;
    min-height: fit-content;
}

.info-getting-started-card h1{
    font-weight: bold;
    margin: 0 auto;
    font-size: 48px;
}

.info-getting-started-card p1{
    font-weight: 200;
    margin: 0 auto;
    font-size: 26px;
}

.info-getting-started-card span {
    font-size: 24px;
    font-weight: 100;
}

.info-getting-started-card:nth-child(1),
.info-getting-started-card:nth-child(2),
.info-getting-started-card:nth-child(3) {
    grid-row: span 2;
    grid-column: span 1;
    align-self: end;
    height: 200px;
}



.info-getting-started-card:nth-child(4) {
    grid-column: 1 / 2 span;
}

.info-getting-started-card:nth-child(4) h1 {
    margin: 0;
}

.info-getting-started-card:nth-child(5) {
    grid-column: span 1;
}


@media(max-width:1200px) {

    .info-getting-started-cards {
        grid-template-columns: 1fr;
    }

    .info-getting-started-card {
        grid-column: span 1;
        align-self: stretch;
    }

.info-getting-started-card:nth-child(4) {
    grid-column: 1 span;
}

.info-getting-started-card:nth-child(3) {

    grid-row: 1 span;
}

}



.info-block {
    
    min-height: 5vh;
    width: 100%;
    position: relative;
    justify-content: center;
    align-content: center;
}
.info-block-text {
    display: flex;
    font-size: 30px;
    position: relative;
    color: white;
    justify-content: left;
    align-content: center;
    padding-top: 5vh;
    padding-bottom: 10px;
    margin: auto 7vw auto;
}

.info-cards {
    position: relative;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    column-gap: 25px;
}

.info-card {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;

    margin: 8svh auto;
    height: 250px;
    width: 250px;
    border-radius: 20px;
    box-shadow: 1rem 1rem 1rem #000000d9;
    background-color: rgba(45, 43, 51, 0.63);
    transition: 0.5s ease;
    justify-content: center;
    align-content: center;
    background-size: 70%;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    cursor: pointer;

}

.info-card:hover {
    transform: translateY(-20px)
}

.info-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100%;
    background-color: rgba(233, 233, 233, 0.836);
    transform: skewX(45deg) translateX(500px);
    transition: 0.5s ease;
}

.info-card:hover::before {
    transform: skewX(45deg) translateX(-250px);
}

.icon-card {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: rgba(255, 255, 255, 0.163);
    font-size: 10rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }

.text-card {
    position: relative;
    min-height: 80%;
    min-width: 80%;
    margin: 10vh;
    justify-content: center;
    align-content: top;
}

.text-card h2, p {
    margin: 0;
    opacity: 0.6;
    transition: 0.5s ease;
}

.text-card p {
    opacity: 0;
    font-weight: 200;
}

.info-card:hover .text-card p, .info-card:hover .text-card h2 {
    opacity: 1;
    transition: 0.5s ease;
}


#services {
    position: relative;
    margin-left: 20svw;
    margin-right: 20svw;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
}

.services-card {
    height: 520px;
    width: 350px;
    background-color: aquamarine;
    position: relative;
    display: flex;
    flex-direction: column;
    margin: 5vh 2vw;
    border-radius: 20px;
}



.compute-block-info {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(275px, 1fr));
    grid-auto-rows: auto;
    gap: 20px;
    width: 80%;
    margin: auto;
}


.compute-info-card {
    display: flex;
    position: relative;
    flex-direction: column;
    padding: 1rem;
    margin: 2vh;
    border-radius: 15px;
    box-shadow: 1rem 1rem 1rem #000000d9;
    background-color: rgba(45, 43, 51, 0.63);
    transition: 0.5s ease;
    min-height: fit-content;
    min-width: fit-content;
}

.compute-info-card h1{
    font-weight: bold;
    margin: 0;
    font-size: 48px;
}

.compute-info-card p1{
    font-weight: 200;
    margin: 0 auto;
    font-size: 26px;
}

.compute-info-card span {
    font-size: 24px;
    font-weight: 100;
}




.development-block-info {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    width: 80%;
    margin: auto;
}


.development-info-card {
    display: flex;
    position: relative;
    flex-direction: column;
    padding: 1rem;
    margin: 3vh auto;
    border-radius: 15px;
    box-shadow: 1rem 1rem 1rem #000000d9;
    background-color: rgba(45, 43, 51, 0.63);
    transition: 0.5s ease;
    min-height: fit-content;
    width: fit-content;
    max-width: 75%;
}

.development-info-card h1{
    font-weight: bold;
    margin: 0;
    font-size: 48px;
}

.development-info-card p1{
    font-weight: 200;
    margin: 0 auto;
    font-size: 26px;
}

.development-info-card span {
    font-size: 24px;
    font-weight: 100;
}