.landing-theme {
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    padding-left: calc(50vw - 430px);
    margin-bottom: 137px;
    position: relative;
}

@media (max-width: 61.24em) {
    .landing-theme {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 8vh;
        padding: 0 5vw;
    }
}

@media (min-width: 61.25em) and (max-width: 81.24em) {
    .landing-theme {
        padding-right: calc(90vw - 430px);
    }
}

.landing-theme-parallax {
    margin: 0;
    margin-right: 10%;
}

@media (max-width: 61.24em) {
    .landing-theme-parallax {
        margin: 0;
        margin-bottom: 6vh;
    }
}

.landing-theme-icon-parallax {
    position: absolute;
    top: 0;
    left: 0;
}

.landing-theme--left {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media (max-width: 61.24em) {
    .landing-theme--left {
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.landing-theme-text {
    padding-top: calc(114px - 68px);
    position: relative;
}

@media (max-width: 61.24em) {
    .landing-theme-text {
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: start;
        align-items: flex-start;
        padding-left: calc((90vw - 460px)/2);
        padding-right: calc((90vw - 460px)/2);
    }
}

.landing-theme-text--left {
    margin-right: 10%;
}

@media (max-width: 61.24em) {
    .landing-theme-text--left {
        margin-right: 0;
    }
}

.landing-theme-title {
    height: 100%;
    width: 420px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.landing-theme-title h2 {
    text-transform: capitalize;
    font-family: 'Playfair Display', serif;
    font-size: 48px;
    font-weight: bold;
    line-height: 0.92;
    color: #1f1c35;
    margin: 0;
    margin-bottom: 16px;
}

.landing-theme-title h3 {
    text-transform: uppercase;
    font-family: "pangram-regular";
    font-size: 14px;
    color: #1f1c35;
    position: relative;
    display: inline-block;
    padding-left: calc(31px + 15px);
    position: relative;
    margin: 0;
    margin-bottom: 36px;
}

.landing-theme-title h3:before {
    content: '';
    position: absolute;
    width: 31px;
    border: solid 0.4px #bea493;
    -webkit-transform: translate(-42px, 9px);
    -ms-transform: translate(-42px, 9px);
    transform: translate(-42px, 9px);
}

.landing-theme-title p {
    font-family: "pangram-regular";
    font-size: 14px;
    color: #1f1c35;
    margin: 0;
}

@media (max-width: 61.24em) {
    .landing-theme-title p {
        margin-bottom: 36px;
    }
}

@media (max-width: 61.24em) {
    .landing-theme-title {
        width: auto;
    }
}

.landing-theme-title--left {
    margin-right: 10%;
}

@media (max-width: 61.24em) {
    .landing-theme-title--left {
        margin-right: 0;
    }
}

.landing-theme-picture {
    width: 420px;
    height: 377px;
    margin: 0 !important;
    margin-right: 10%;
}

@media (max-width: 61.24em) {
    .landing-theme-picture {
        width: 90vw !important;
        height: 90vw !important;
        margin: 0 !important;
    }
}

.landing-theme-picture--left {
    margin: 0;
}

.landing-theme-icon {
    position: absolute;
}

.landing-theme-icon--1 {
    top: 28px;
    left: calc(50vw - 430px - (107px /2));
}

@media (max-width: 61.24em) {
    .landing-theme-icon--1 {
        left: calc((90vw / 2) - (420px / 2));
    }
}

@media (max-width: 46.24em) {
    .landing-theme-icon--1 {
        top: 0;
        height: 60px;
        left: calc(50vw /4);
    }
}

.landing-theme-icon--2 {
    top: 262px;
    right: calc(-54vw);
}

@media (max-width: 61.24em) {
    .landing-theme-icon--2 {
        left: calc(90vw / 2);
    }
}

@media (max-width: 46.24em) {
    .landing-theme-icon--2 {
        height: 100px;
        top: calc(90vw - 100px);
        left: calc(50vw);
    }
}

.landing-theme-icon--bottle {
    top: 220px;
    height: 200px;
}

@media (min-width: 20em) and (max-width: 46.24em) {
    .landing-theme-icon--bottle {
        height: 120px;
        top: 300px;
        left: calc(60vw);
    }
}

@media (min-width: 46.25em) and (max-width: 61.24em) {
    .landing-theme-icon--bottle {
        left: calc(90vw / 1.5);
    }
}

@media (min-width: 61.25em) and (max-width: 81.24em) {
    .landing-theme-icon--bottle {
        left: 80vw;
        top: 220px;
    }
}

@media (min-width: 81.25em) {
    .landing-theme-icon--bottle {
        left: calc(70vw + (420px / 3.5));
    }
}

@media (max-width: 61.24em) {
    .learn-more-theme {
        position: static !important;
    }
}

.glitch {
    position: relative;
}

.glitch-covered {
    z-index: 2;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #445BBD;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    transition: transform 1000ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1000ms cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transform-origin: 0 0%;
    -ms-transform-origin: 0 0%;
    transform-origin: 0 0%;
}

@media (max-width: 46.24em) {
    .glitch-covered {
        display: none;
    }
}

.glitch-covered--discover {
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0);
    transition: transform 1000ms cubic-bezier(1, 0, 0, 1), -webkit-transform 1000ms cubic-bezier(1, 0, 0, 1);
}

@media (max-width: 46.24em) {
    .glitch-covered--discover {
        display: none;
    }
}

#glitch-covered-2 {
    background-color: #E91E7E;
}

#glitch-covered-3 {
    background-color: #3BD8DC;
}

// WEBPACK FOOTER //
// ./src/styles/LandingTheme.css