
/* Hero Section */
.hero-section {
    min-height: 600px;
}

.hero-container {
    display: flex;
    flex-direction: column;
}

.hero-block {
    display: flex;
    width: 100%;
    min-height: 400px;
    padding: 2rem .25rem;
    flex-direction: column;
    justify-content: space-around;
}

.hero-headline,
.showroom-headline,
.otimize-headline {
    max-width: 500px;
    font-family: var(--primary-font);
    font-size: 26px;
    font-weight: bold;
    color: '#00000';
}

/*.hero-hightlight::after,*/
.hero-hightlight-effect {
    content: ' ';
    position: absolute;
    z-index: -1;
    left: -5%;
    top: 55%;
    width: 110%;
    height: 30px;
    display: inline-block;
}

.hero-subheadline {
    max-width: 500px;
    margin: 2rem 0px;
    font-family: var(--secondary-font);
    font-size: 16px;
    color: var(--text-neutral-color);
    line-height: 1.5;
}

.hero-cta-wrapper {
    width: auto;
}

.hero-cta {
    width: fit-content;
    font-family: var(--secondary-font);
    padding: .75rem 1.5rem;
    border-radius: var(--default-radius);
}

.hero-cta-wrapper small {
    width: fit-content;
    margin-top: .25rem;
    font-family: var(--secondary-font);
    font-weight: 700;
}

.hero-mockup-wrapper {
    position: relative;
    z-index: -1;
    margin: 0px auto;
}

.hero-mockup {
    position: relative;
    max-width: 350px;
    filter: drop-shadow(0px 10px 10px rgba(90, 90, 90, .5));
    /* transform: rotateX(40deg);*/
}

.hero-orbit-images {
    position: relative;
    display: flex;
    z-index: 0;
    margin-bottom: -100px;
    justify-content: space-around;
}

.hero-orbit-images img {
    width: 100px;
    box-shadow: 0px 10px 30px rgba(190, 190, 250, .3), 0px 1px 5px #eeeeeeaa;
}

/* Banner Section*/
.banner-container {
    position: relative;
    width: 100%;
    height: 300px;
    padding: 1rem;
    background-color: var(--theme-color);
    color: #fff;
    border-radius: var(--default-radius)
}

.banner-image {
    position: absolute;
    width: 150px;
    bottom: 0px;
    right: 0px;
    filter: drop-shadow(-10px -10px 50px #1c1a2491);
}

.banner-headline,
.components-headline {
    margin: 1rem 0px;
    font-family: var(--primary-font);
    font-size: 26px;
    font-weight: bold;
    color: #ffffff;
}

.banner-subheadline {
    max-width: 70%;
    margin: 1rem 0px;
    font-family: var(--primary-font);
    font-size: 20px;
    font-weight: normal;
    color: #ffffff;
}

/* Showroom Section */

.showroom-section {
    padding-bottom: 150px;
}

.showroom-headline {
    margin: 50px 0px;
}

.showroom-container {
    display: flex;
    width: 100%;
    padding: .5rem 0px;
    flex-direction: column;
    flex-wrap: wrap;
}

.showroom-box {
    display: flex;
    min-height: 250px;
    width: 100%;
    padding-top: 1rem;
    margin: 10px 0px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    background-image: var(--theme-gradient);
    border: 1px solid var(--theme-light-color);
    border-radius: var(--default-radius);
}

.showroom-box h3 {
    font-family: var(--primary-font);
    font-size: 24px;
    font-weight: 600;
    color: var(--text-neutral-color);
}

.showroom-box img {
    max-width: 80%;
    max-height: 170px;
    border-radius: var(--default-radius) var(--default-radius) 0px 0px;
    box-shadow: 0px -10px 50px #4E4E4E33;
}

/* Components Section */
.components-section {
    min-height: 500px;
    background-color: var(--theme-dark-color);
}

.components-container {
    display: flex;
    width: 100%;
    flex-direction: column;
}

.components-block {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
}

.components-text {
    width: 80%;
    margin-top: 1rem;
    font-family: var(--primary-font);
    font-size: 20px;
    text-align: center;
    color: var(--theme-light-color);
}

.components-image {
    max-width: 80%;
}

.components-image-save {
    width: 150px;
    margin-top: -30px;
}

/* Otimize Section */

.otimize-section {
   min-height: 500px;
   background-color: var(--theme-light-color);
}

.otimize-container {
    display: flex;
    width: 100%;
    flex-direction: column;
}

.otimize-block {
    display: flex;
    width: 100%;
    min-height: 300px;
    padding: 50px 0px;
    flex-direction: column;
    justify-content: space-around;
}

.otimize-headline {
    width: auto
}

.otimize-text {
    max-width: 500px;
    margin: 2rem 0px;
    font-family: var(--secondary-font);
    font-size: 16px;
    line-height: 1.5;
    color: var(--theme-dark-color);
}

.otimize-image {
    max-width: 300px;
    border-radius: var(--default-radius);
    box-shadow: 0px -10px 50px #4E4E4E33;
}

.otimize-image-mockup {
    max-height: 400px;
}

/* Database Section */

.database-container {
    display: flex;
    width: 100%;
    padding: 50px 0px;
    flex-direction: column;
}

.database-image {
    max-width: 100%;
    margin: 10px auto;
}

/* Analytics Section */

.analytics-block {
    display: flex;
    width: 100%;
    min-height: 150px;
}

.analytics-image {
    max-width: 170px;
    margin: 0px 1rem;
}

/* Extras Section */
.extras-section {
    background-color: var(--theme-dark-color);
}

.extras-container {
   display: flex;
   min-height: 300px;
   flex-direction: column;
   justify-content: center;
}

.extras-block {
    display: flex;
    width: 100%;
    padding: 1rem 0px;
    margin: 1rem 0px;
    flex-direction: column;
}

.extras-title {
    font-family: var(--primary-font);
    font-size: 22px;
    color: var(--theme-light-color);
}

.extras-text {
    margin-top: 20px;
    font-family: var(--secondary-font);
    font-size: 16px;
    color: var(--theme-light-color);
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {

    .hero-block {
        width: 80%;
    }

}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {

    .hero-container {
        flex-direction: row;
    }

    .banner-container {
        padding: 2rem;
    }

    .showroom-headline {
      max-width: 800px;
    }

    .showroom-container {
      flex-direction: row;
      justify-content: space-between;
    }

    .showroom-box {
        width: 48%;
    }

    .components-container {
        flex-direction: row;
    }
    
    .components-block {
        width: 50%;
    }

    .components-text {
        max-width: 500px;
        margin-top: 30%;
    }

    .components-image {
        margin-bottom: -80px;
    }

    .otimize-container {
        flex-direction: row;
    }
    
    .otimize-block {
        width: 50%;
    }

    .extras-container {
        flex-direction: row;
     }
     
     .extras-block {
         width: 50%;
         padding-right: 1rem;
         justify-content: center;
     }

     .extras-text {
        max-width: 450px;
        line-height: 1.5;
     }

}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {

    .hero-container {
        flex-direction: row;
    }

    .hero-block {
        width: 50%;
        min-height: 500px;
    }

    .hero-headline, 
    .showroom-headline,
    .otimize-headline {
        font-size: 32px;
        max-width: 1000px;
    }

    .hero-subheadline {
        font-size: 18px;
    }

    .hero-mockup {
        max-width: 100%;
    }

    .hero-orbit-images img {
        width: 130px;
    }


    .banner-headline,
    .components-headline {
        font-size: 38px;
    }

    .banner-subheadline {
        max-width: 500px;
        margin-top: 3rem;
        font-size: 24px;
    }

    .banner-image {
        width: 200px;
    }

    .showroom-box {
        width: 49%;
        min-height: 320px;
    }

    .showroom-box img {
        max-height: 220px;
    }

    .components-text {
        font-size: 30px;
    }
    
    .otimize-text {
        font-size: 18px;
    }

    .otimize-image-mockup {
        max-height: 500px;
    }

    .database-image {
        max-width: 80%;
    }

    .extras-title {
        font-size: 28px;
    }

    .extras-text {
        font-size: 18px;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {

    .hero-headline,
    .showroom-headline,
    .otimize-headline {
        font-size: 38px;
    }

    .hero-subheadline {
        font-size: 20px;
    }

    .hero-orbit-images img {
        width: 150px;
    }

}