﻿.index-header-content > .text-container > h3 {
    font-size: 30px;
    margin: 0;
}
.index-header-content > .text-container {
    padding: 40px;
    z-index: 2;
    display: grid;
    grid-auto-rows: auto auto auto;
    row-gap: 10px;
}
.landing-button:hover {
    background-image: var(--button-color-hover);
    transform: translateY(-4px);
}
.landing-button {
    transition: var(--transition);
    cursor: pointer;
    background-image: var(--button-color);
    border: var(--border-button);
    border-radius: 10px;
    padding: 10px;
    text-align: center;
    background-color: var(--second-color);
    color: var(--text-color);
}
.decoration-container {
    padding: 40px;
    z-index: 2;
    justify-self: center;
    align-self: center;
}
.index-header-content > .text-container > h4 {
    margin: 0;
    font-weight: normal;
}
.index-header-content > img {
    z-index: 1;
    width: 100%;
    position: absolute;
    height: 100%;
}

.index-products {
    padding: 40px 40px 40px 40px;
}
.index-products > h3 {
    padding: 20px 0px 20px 0px;
    font-size: 40px;
    color: var(--main-color);
    margin: 0;
}

.index-products > h4 {
    font-weight: normal;
    color: var(--main-text-color);
    padding: 0px 0px 60px 0px;
    font-size: 25px;
    margin: 0;
}

.index-products > .products-list {
    row-gap: 10px;
    column-gap: 10px;
    display: grid;
    grid-template-columns: auto auto;
}
.list-item:hover {
    transform: translateY(-4px);
}
.list-item {
    transition: var(--transition);
    cursor: pointer;
    background: var(--third-color);
    padding: 20px;
    color: white;
}
.list-item > h5 {
    margin: 0;
    font-size: 20px;
    font-weight: bold;
}

.list-item > h6 {
    color: var(--third-text-color);
    margin: 0;
    font-size: 16px;
    font-weight: bold;
}

.list-item > div {
    font-size: 14px;
    padding-top: 20px;
}
.index-header-content {
    padding-top:50px;
    padding-bottom: 150px;
    position: relative;
    display: grid;
    grid-template-columns: 50% 50%;
    background: black;
    color: white;
    animation-name: flowing-effect;
    animation-duration: 1s;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
}
@keyframes flowing-effect {
    0% {
        background-image: linear-gradient(to right, #000000,  #1a1a1a,#333333, #4d4d4d, #666666, #808080, #999999, #b3b3b3,  #cccccc, #e6e6e6, #ffffff);
    }

    10% {
        background-image: linear-gradient(to right, #ffffff, #000000,  #1a1a1a,#333333, #4d4d4d, #666666, #808080, #999999, #b3b3b3,  #cccccc, #e6e6e6);
    }

    20% {
        background-image: linear-gradient(to right, #e6e6e6, #ffffff, #000000,  #1a1a1a,#333333, #4d4d4d, #666666, #808080, #999999, #b3b3b3,  #cccccc);
    }

    30% {
        background-image: linear-gradient(to right,  #cccccc, #e6e6e6, #ffffff, #000000,  #1a1a1a,#333333, #4d4d4d, #666666, #808080, #999999, #b3b3b3);
    }

    40% {
        background-image: linear-gradient(to right, #b3b3b3,  #cccccc, #e6e6e6, #ffffff, #000000,  #1a1a1a,#333333, #4d4d4d, #666666, #808080, #999999);
    }

    50% {
        background-image: linear-gradient(to right, #999999, #b3b3b3,  #cccccc, #e6e6e6, #ffffff, #000000,  #1a1a1a,#333333, #4d4d4d, #666666, #808080);
    }

    60% {
        background-image: linear-gradient(to right, #808080, #999999, #b3b3b3,  #cccccc, #e6e6e6, #ffffff, #000000,  #1a1a1a,#333333, #4d4d4d, #666666);
    }
    70% {
        background-image: linear-gradient(to right, #666666, #808080, #999999, #b3b3b3,  #cccccc, #e6e6e6, #ffffff, #000000,  #1a1a1a,#333333, #4d4d4d);
    }
    80% {
        background-image: linear-gradient(to right, #4d4d4d, #666666, #808080, #999999, #b3b3b3,  #cccccc, #e6e6e6, #ffffff, #000000,  #1a1a1a, #333333);
    }
    90% {
        background-image: linear-gradient(to right, #333333, #4d4d4d, #666666, #808080, #999999, #b3b3b3,  #cccccc, #e6e6e6, #ffffff, #000000,  #1a1a1a);
    }
    100% {
        background-image: linear-gradient(to right,  #1a1a1a, #333333, #4d4d4d, #666666, #808080, #999999, #b3b3b3,  #cccccc, #e6e6e6, #ffffff, #000000);
    }
}


.workflow-marketing > h3 {
    padding: 20px 0px 20px 0px;
    font-size: 40px;
    text-align: center;
    color: var(--main-color);
    margin: 0;
}
.work-flow-visualization {
    display: grid;
    grid-template-columns: 40% auto;
    width: 100%;
    text-align: -webkit-center;
}
.workflow-image {
    max-width: 60%;
}
.workflow-marketing > h4 {
    font-weight: normal;
    color: var(--main-text-color);
    padding: 60px 0px 60px 0px;
    font-size: 25px;
    margin: 0;
}

.workflow-marketing > .work-flow-visualization > h4 {
    align-content: center;
    font-weight: normal;
    color: var(--main-text-color);
    padding: 60px 0px 60px 0px;
    font-size: 25px;
    margin: 0;
}

.work-flow-visualization > img {
    max-width: 80%;
    place-self: center;
}

.workflow-marketing {
    padding: 40px 40px 40px 40px;
}
.standalone-h4 {
    place-self: anchor-center;
    width: 80%;
    color: var(--third-color);
    padding: 20px;
    font-size: 25px;
}
.highlighted-box {
    background: var(--background-color);
}

.work-flow-visualization-small {
        display: grid !important;
        grid-template-rows: auto auto !important;
        width: 100% !important;
        text-align: -webkit-center !important;
}
.work-flow-visualization-small > img {
    max-width: 80%;
    place-self: center;
}
.workflow-marketing > .work-flow-visualization-small > h4 {
    align-content: center;
    font-weight: normal;
    color: var(--main-text-color);
    padding: 60px 0px 60px 0px;
    font-size: 25px;
    margin: 0;
}

@media only screen and (max-width: 767px) {
    /* Mobile */
    .work-flow-visualization {
        display: grid !important;
        grid-template-columns: unset  !important;
        grid-template-rows: auto auto !important;
        width: 100% !important;
        text-align: -webkit-center !important;
    }
}

@media only screen and (min-width: 768px) {
  /* Desktop */
    .work-flow-visualization {
        display: grid !important;
        grid-template-columns: 40% auto !important;
        width: 100% !important;
        text-align: -webkit-center !important;
    }
}