
#homeSection1 {
    height: 100%;

    background: linear-gradient(135deg, #2D2A35, #1E2330);
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    position: fixed;

}


.sectionLeftWordsDiv1 {
    display: flex;
    align-content: center;
    gap: 12px;
    width: 50%;
    z-index: 2;
    margin-left: 60px;
    overflow: visible;
    flex-wrap: wrap;
    margin-bottom: 50px;
    margin-top: 50px;
}

#section1Image {
    z-index: 1;
    width: 600px;
    min-width: 600px;
    height: 309px;
    object-fit: contain;
    overflow: hidden;
    border-radius: 10px;
    margin-right: 20px;
}

#section1Image img {
    object-fit: cover;
    max-height: 100%;
    max-width: 100%;
    min-height: 100%;
    min-width: 100%;
    cursor: pointer;
}

.sectionLeftTitle1 {
    display: flex;
    flex-direction: column;
}

.sectionLeftTitle1Line {
    width: 400px;
    max-width: 400px;
    color: white;
    font-family: "Poppins-Bold", sans-serif;
    font-size: 3.0em;
    overflow: visible;
    white-space: nowrap;
    line-height: 1.1;
}


.sectionLeftDescr1 {
    width: 100%;
    color: hsl(258, 5%, 79%);
    font-family: "Poppins-Regular", sans-serif;
    font-size: 1.0em;
    line-height: 28px;
    margin-top: -20px;
}

.sectionLeftButton1 {
    width: auto;
    height: auto;
    background-color: hsl(345, 50%, 62%);
    color: white;
    font-family: "Poppins-Regular", sans-serif;
    font-size: 1.0em;
    border-radius: 7px;
    cursor: pointer;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    transition: all 0.1s;
    margin-top: 20px;
}

.sectionLeftButton1:hover {
    background-color: hsl(270, 91%, 71%);
}

#mainArea {
    display: flex;
    flex-wrap: wrap;
}


.hidden {
    opacity: 0;
    transition: all 0.5s cubic-bezier(.01, 1.13, .57, .96);;
    transform: translateY(50%);
    filter: blur(5px);
    font-family: "Poppins-Regular", sans-serif;
    font-size: 2.0em

}

.show {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0px)
}


#appLogo {
    transition: all 0.2s;
}

#getTheAppBottomBar {
    width: 100%;
    height: 70px;
    padding-left: 20px;
    padding-right: 20px;
    align-content: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    bottom: 0px;
    vertical-align: center;
    z-index: 21;

    background-color: hsla(222, 14%, 19%, 90%);
    border-top: 0.5px solid #3D4353;

    position: fixed;
    -webkit-box-shadow: 0px -2px 4px rgba(50, 50, 50, 0.1);
    -moz-box-shadow: 0px -2px 4px rgba(50, 50, 50, 0.1);
    box-shadow: 0px -2px 4px rgba(50, 50, 50, 0.1);
}

#getTheAppTitleDiv {
    margin-left: 40px;
    display: flex;
    gap: 10px;
    max-height: 50px;

    width: 250px;

}

#getTheAppButtonsDiv {
    display: flex;
    gap: 10px;
}

#appLogo{
    overflow: hidden;
    border-radius: 10px;
    width: 50px;
    height: 50px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    transition: all 0.2s;
}

#appLogo img {
    object-fit: cover;
    max-height: 100%;
    max-width: 100%;
    min-height: 100%;
    min-width: 100%;
}

#getTheAppTitle {
    color: hsl(0, 0%, 90%);
    font-family: 'Poppins-Regular', sans-serif;
    font-size: 0.9em;
    line-height: 50px;
    max-height: 50px;
    vertical-align: center;
    text-overflow: ellipsis;
}

#getTheAppXButton {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 35px;
    height: 35px;
    border-radius: 17.5px;
    background: transparent;
    border: transparent;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    justify-content: center;
    align-items: center;
}

#getTheAppXButton:hover {
    background-color: hsl(222, 19%, 25%)
}

#getTheAppXButton img {
    object-fit: contain;
    max-height: 25px;
    max-width: 25px;
    min-height: 25px;
    min-width: 25px;
}

#androidButton {

    background-color: black;
    font-family: "Poppins-Regular", sans-serif;
    color: white;
    font-size: 0.9em;
    border-radius: 5px;
    border: 0.6px solid white;
    width: 120px;
    height: 50px;
    cursor: pointer;
    margin-right: 30px;
    -webkit-box-shadow: 0px 5px 20px hsla(0, 0%, 0%, 40%);
    -moz-box-shadow: 0px 5px 20px hsla(0, 0%, 0%, 40%);
    box-shadow: 0px 5px 20px hsla(0, 0%, 0%, 40%);
}

#iosButton {

    background-color: black;
    font-family: "Poppins-Regular", sans-serif;
    color: white;
    font-size: 0.9em;
    border-radius: 5px;
    border: 0.6px solid white;
    width: 120px;
    height: 50px;
    cursor: pointer;

    -webkit-box-shadow: 0px 5px 20px hsla(0, 0%, 0%, 40%);
    -moz-box-shadow: 0px 5px 20px hsla(0, 0%, 0%, 40%);
    box-shadow: 0px 5px 20px hsla(0, 0%, 0%, 40%);
}


#live-view {
    width: 400px;
    height: auto;
    padding: 26px;
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    bottom: -3%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: hsl(0, 0%, 100%);
    box-shadow: 0px 5px 5px 2px hsla(0, 0%, 0%, 20%);
    border-radius: 7px;
    align-content: center;
    align-items: center;
    display: flex;
    opacity: 0;
    justify-content: center;
    transition: all 0.5s
}

#live-text {
    color: black;
    font-family: 'Poppins-Regular', sans-serif;
    font-size: 1.1em;
}

#live-x-button {
    width: 26px;
    height: 26px;
    position: absolute;
    left: 10px;
    top: 10px;
}

#live-x-button img {
    object-fit: cover;
    max-height: 100%;
    max-width: 100%;
    min-height: 100%;
    min-width: 100%;
}

#full-background-live {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: grid;
    z-index: 70000;
    justify-items: center;
    visibility: hidden;
    opacity: 0.0;
    align-items: center;
    background-color: hsla(0, 0%, 0%, 34%);
    transition: all 0.2s;
}

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

    #appLogo {
        width: 0;
        opacity: 0;
    }

    #androidButton, #iosButton {
        width: 80px;
    }

    #getTheAppTitleDiv {
        width: 150px;

    }

    #getTheAppTitle {
        line-height: 25px;
    }


    #titleText {
        font-size: 2.5em

    }
}

/* For better button distinction */
.sectionLeftButton1#enter-button {
    background-color: white;
    color: black;
    transition: all 0.3s ease;
}

#enter-button:hover {
   background-color: hsl(345, 65%, 59%)
}

.sectionLeftButton1#postButton {
    background-color: transparent;
    border: 1px solid white;
    color: white;
    transition: all 0.3s ease;
}
#postButton:hover {
    background-color: hsl(345, 65%, 59%);
    border: 1px solid hsl(345, 65%, 59%);
    color: white;
}

/* For better headline spacing */
.sectionLeftTitle1Line {
    margin-bottom: 10px;
}

.sectionLeftDescr1 {
    margin-top: 10px;
    margin-bottom: 30px;
}


@media (prefers-reduced-motion) {
    .hidden {
        transition: none;
    }
}


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


    #section1Image {
        display: none;
    }

    #sectionLeftWordsDiv1 {
        left: 0;
        right: 0;
    }


    #mainArea {
        overflow-x: hidden;
    }

    .sectionLeftWordsDiv1 {
        text-align: center;
        width: 100%;
        align-content: center;
        align-items: center;
        justify-content: center;
        margin-left: 20px;
        margin-right: 20px;
    }

    .sectionLeftTitle1 {
        align-items: center;
        align-content: center;
        text-align: center;
        justify-content: center;
        width: 100%;
        max-width: none;
    }

    .sectionLeftTitle1Line {
        max-width: none;
        text-align: center;
        align-content: center;
        align-items: center;
        justify-content: center;
        font-size: 2.5em;
        word-wrap: anywhere;
        height: auto;

    }


}

@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-Thin.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

