#ContentWrapper {
    overflow:hidden;
    background-image: linear-gradient(to bottom right, #7f7fe3, #b0b0e7);
}

.nav-slider {
    background-color: #0000009c;
}

.page {
    width: 100%;
    height: 100%;
    color:white;
}

.lander-button-white {
    color: #62629b;
    
    
    border: none;
    padding: 10px 40px;
    font-size: 18px;
    border-radius: 5px;
    cursor: pointer;
    background-color: white;
}

.login-desktop {
    position: absolute;
    left: 480px;
    top: 54%;
}

.register-desktop {
    position: absolute;
    left: 295px;
    top: 53%;
}

.lander-button-text {
    color: white;
    position: absolute;
    
    font-size: 20px;
    text-decoration: underline;
    cursor: pointer;
}

.main-title {
    margin: 0;
    color: white;
    font-size: 80px;
    position: absolute;
}

.main-subtitle {
    display: inline-block;
    color: white;
    left: 300px;
    font-size: 30px;
    position: absolute;
}

#nav {
    padding-right:100px;
}

.nav-element {
    padding: 30px 25px;
    font-size: 17px;
    color: #ffffff;
    font-weight: bold;
}

.showcaseContainer {
    display: inline-block;
    top: 17%;
    right: 30%;
}

.showcase {
    display: inline-block;
    position: relative;
}

.showcaseImgContainer {
    width: 225px;
    border: solid #fff;
    border-radius: 20px;
    border-width: 8px 5px 11px 5px;
    overflow:hidden;
    position: absolute;
}

.showcaseImgContainer div {
    position: absolute;
    width: 80px;
    height: 20px;
    background-color: #fff;
    top: -8px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 0px 0px 10px 10px;
}

.showcaseImgContainer img {
    width: inherit;
}

.showcase p {
    color: white;
    height: 65px;
    font-size: 18px;
}

.lander-explain {
    display: inline-block;
    margin: auto;
    /* border:1px solid white; */
    position: relative;
    margin-top:40px;
}

.lander-explain-title {
    color: white;
    font-size: 40;
}

.lander-text {
    color: white;
    padding: 50px;
    text-align: left;
    float:left;
}

.lander-img {
    box-shadow: 0px 0px 11px -2px black;
    cursor: pointer;
}

.lander-img-right {
    right:-120px;
    transition: right 0.5s;
}

.lander-img-right:hover {
    right:-240px;
    transition: right 0.5s;
}

.lander-img-left {
    right:120px;
    transition: right 0.5s;
}
.lander-img-left:hover {
    right:240px;
    transition: right 0.5s;
}

.lander-img-center {
    right:0px;
    top:0px;
    transition: top 0.5s;
}

.lander-img-center:hover {
    right:0px;
    top:-40px;
    transition: top 0.5s;
}

.lander-explain p {
    font-size:35px;
    margin: 0px;
}

.lander-explain-list {
    font-size: 22px;
    list-style: disc;
    margin: 50px 0px;
}

.list-element {
    margin: 20px 20px;
}

.list-element img {
    width: 20px;
    margin: 0 10px;
}

.lander-nav {
    width: 600px;
    margin: auto;
    height: 63;
    color: white;
    position: relative;
}

.lander-nav-choice {
    display: inline-block;
    padding: 10px 20px;
    font-size: 20;
    cursor: pointer;
}

.lander-nav-underscore {
    width: 160;
    height: 2px;
    background-color: white;
    position: absolute;
    left: 137px;
    top: 42px;
}

.active {
    background-color: white !important;
}

#hoverPopup:hover ~ .hoverPopup {
    opacity: 1;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#contactPopup:hover ~ .contactPopup {
    opacity: 1;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.navPopup {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;

    display:inline-block;
    position: absolute;
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 7px -2px #434365;
    top: 60px;
    right: 374px;
    z-index:1;
}

.subscriptionOptionContainer {
    width: 300px;
    height: 570px;
    margin: 130px 40px;
    border-radius: 10px;
    display: inline-block;
    border: 2px solid;
    position: relative;
}

.subscriptionOptionTitle {
    font-size: 24px;
    font-weight: bold;
    margin: 0;
    border-radius: 10px 10px 50% 50%;
    padding: 20px 0px 0px 0px;
}

.subscriptionOptionPrice {
    display: inline-block;
    border-radius: 30px;
    padding: 15px 0px;
    font-size: 35px;
    margin: 0px;
    font-family:system-ui;
}

.subscriptionOption {
    margin: 30px 30px;
    text-align: left;
    float:left;
}

.subscriptionOption div {
    font-size: 17px;
    margin: 5px;
    font-family: system-ui;
}

.subscriptionOption img {
    width: 12px;
    margin: 0px 10px;
}

.subscription-button {
    position: absolute;
    bottom: 19px;
    left: 0;
    right: 0;
    margin: 0px 50px;
    background-color: white;
    color: #a4a4ed;
    border: none;
    padding: 10px;
    font-size: 19px;
    border-radius: 5px;
    cursor: pointer;
}

.request-form-container {
    position: fixed;
    height: 100%;
    width: 100%;
    background-color: #00000091;
    z-index: 1;
    backdrop-filter: blur(2px);
}

.request-form {
    background-color: #a4a4ed;
    position: fixed;
    width: 700px;
    height: 100%;
    left: 50%;
    margin-left: -350px;
    z-index: 1;
    box-shadow: 0px 0px 8px 0px #5d5d7f;
    padding: 10px 0px;
    color: white;
}

.request-input {
    text-align: left;
    padding: 0px 50px;
}

.request-input input {
    background-color: transparent;
    border: 2px solid white;
    color: white;
    padding: 5px 10px;
    font-size: 20px;
    border-radius: 5px;
    margin: 15px 0px;
    width: 300px;
    float: right;
}

.request-input input:focus-visible {
    outline: none;
}

.request-input p {
    display: inline-block;
    font-size: 22px;
}

@media only screen and (min-width: 1000px) {
    .showcaseContainer {
        position: absolute;
    }

    .mobile-buttons {
        display:none;
    }

    .main-title {
        
        top: 35%; 
        left: 300px;
    }

    .main-subtitle {
        top: 44%;
    }

    .nav-element {
        float:right;
    }

    .page h3 {
        display:none;
    }

    .lander-explain {
        width:1000px;
    }
    .mobile-only {
        display:none;
    }
  }

  @media only screen and (max-width: 1450px) {

    .main-title, .main-subtitle {
        left:100px;
    }
  }

@media only screen and (max-width: 1000px) {

    .page {
        /* display:inline; */
    }

    .mobile-buttons {
        position: absolute;
        top: 54%;
        margin-left: 1.83em;
    }

    #nav, .showcaseContainer, .login-desktop, .register-desktop, .no-mobile {
        display:none;
    }

    .main-title, .main-subtitle {
        left:0px;
    }

    .main-title {
        font-size: 55px;
        margin: 60px 30px 20px;
        top:20%;
    }

    .main-subtitle {
        font-size: 25px;
        margin-top:0px;
        top:40%;
        text-align: left;
        margin-left: 29px;
    }

    #nav {
        width:100%;
    }

    .nav-element {
        padding:20px;
    }

    .showcaseContainer {
        margin-top:150px;
        padding-bottom:20px;
    }

    .hoverPopup {
        top: 196px;
        right: 0;
        left: 0;
    }

    .lander-explain-title {
        font-size:30px;
    }

    .lander-explain p {
        margin:0px 29px;
    }

    .lander-text {
        padding:10px;
    }

    .lander-nav {
        width:100%;
    }

    .lander-nav-underscore {
        left:25px;
    }

    .mobile-side-scroll-container {
        overflow-x:auto;
        overflow-y: hidden;
    }

    .mobile-side-scroll {
        height: 100%;
        width: 1164px;
    }

    .showcaseImgContainer {
        position: relative;
        width: 170px;
        margin:auto;
    }

    .mobile-long-page {
        height:1600px;
    }
    
  }

  @media only screen and (max-height: 800px) and (min-width: 1000px) {
    .showcase {
        width:200px;
    }
  }