@font-face {
    font-family: 'SimpleRoidFont';
    src: url('./fonts/haydes.ttf');
}

@font-face {
    font-family: 'InterMedium';
    src: url('fonts/Inter-Medium.ttf');
}

@font-face {
    font-family: 'InterExtraBold';
    src: url('./fonts/Inter-ExtraBold.ttf');
}

@font-face {
    font-family: 'InterRegular';
    src: url('./fonts/Inter-Regular.ttf');
}

@font-face {
    font-family: 'InterBold';
    src: url('./fonts/Inter-Bold.ttf');
}

@font-face {
    font-family: 'InterLight';
    src: url('./fonts/Inter-Light.ttf');
}

@font-face {
    font-family: 'InterExtraLight';
    src: url('./fonts/Inter-ExtraLight.ttf');
}


body {
    margin: 0px;
    background-color: #1D1626;
    background-image: -webkit-linear-gradient(0deg, #1D1626 0%, #1D1626 100%);

}

h1,
h2,
h3 {
    margin: 0px;
}

.space {
    height: 600px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 32px;
}

.space-review {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 32px;
}

.review-div {
    margin: 30px 0px 0px 0px;
}

.feature-div {
    margin: 30px 0px 0px 0px;
}


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

.row {
    display: flex;
    flex-direction: row;
}

.store-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0px;
    padding: 0px;
}

.wd50 {
    width: 40%;
}

.big-title {
    font-size: 80px;
    font-family: "SimpleRoidFont";
    text-align: center;
    padding-bottom: 20px;
    font-weight: lighter;
}

.space-header {
    height: 800px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    padding: 32px;
    background-color: -webkit-linear-gradient(0deg, #1D1626 0%, #1D1626 100%);
}

.space-mini {
    height: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.store-svg {
    cursor: pointer;
}

.space-extra-mini {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 50px;
}

.white {
    background-color: white;
}

.text-white {
    color: white;
}

.black {
    background-image: -webkit-linear-gradient(0deg, #1D1626 0%, #1D1626 100%);

}

.text-black {
    color: #1D1626;
}

.title-section {
    font-family: "InterBold";
    font-size: 35px;
    text-align: center;
    padding-bottom: 20px;
    font-weight: lighter;
}

.title-big {
    font-family: "InterBold";
    font-size: 25px;
    text-align: center;
    font-weight: lighter;
    margin-block-start: 0px;
    margin-block-end: 0px;
    margin-bottom: 40px;
}

.review-box {
    width: 400px;
    margin: 30px;
}

.review-text {
    font-size: 16px;
    text-align: center;
    color: white;
    font-style: italic;
    font-family: "InterExtraLight";
}

.review-author {
    font-size: 15px;
    font-weight: lighter;
    text-align: center;
    color: white;
    font-family: "InterMedium";
    margin-top: 15px;
}


.feature-box {
    width: 400px;
    height: 350px;
    align-items: center;
    display: flex;
    margin-top: 30px;
    margin-bottom: 30px;
    flex-direction: column;
    justify-content: start;
}

.feature-text {
    font-size: 18px;
    text-align: center;
    color: #1D1626;
    margin-top: 20px;
    font-family: "InterMedium";
}

.feature-subtitle {
    font-size: 15px;
    font-weight: lighter;
    text-align: center;
    width: 80%;
    color: #1D1626;
    font-family: "InterRegular";
    margin-top: 15px;
}


.subtitle-section {
    font-size: 17px;
    font-weight: lighter;
    text-align: center;
    font-family: "InterMedium";
}

.big-sub-section {
    font-size: 19px;
    font-weight: lighter;
    text-align: center;
    font-family: "InterRegular";
}

.header-title {
    font-size: 13px;
    text-align: center;
    font-family: "InterBold";
}

.download-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.mockup {
    width: 500px;
}


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

    .mockup {
        display: none;
    }

    .big-title {
        font-size: 50px;
        font-family: "SimpleRoidFont";
        text-align: center;
        padding-bottom: 20px;
        font-weight: lighter;
    }

}

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

    .divider {
        display: none;
    }


}

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

    .divider {
        display: none;
    }



    .review-box {
        width: 300px;
        margin: 30px;
    }



}

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

    .divider {
        display: none;
    }

    .review-box {
        width: 80%;
        margin: 30px;
    }



}


@media only screen and (max-width: 1000px) {
    nav a {
        display: none;
    }

    .mockup {
        width: 60%;
        height: 60%;
        object-fit: contain;
    }

    .space-header {
        display: flex;
        flex-direction: row;
        justify-content: center;
        padding: 32px;
        background-color: -webkit-linear-gradient(0deg, #1D1626 0%, #1D1626 100%);
    }

    .wd50 {
        width: 100%;
    }
}

.android-circle {
    width: 90px;
    height: 90px;
    background-color: #1D1626;
    border-radius: 100%;
    margin: 0px 10px 0px 10px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


.ios-circle {
    width: 90px;
    height: 90px;
    background-color: #1D1626;
    border-radius: 100%;
    margin: 0px 10px 0px 10px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


#navArea {
    display: flex;
    justify-content: space-between;
    padding: 0px 10%;
    height: 100px;
    position: fixed;
    align-items: center;
    width: 100%;
    height: 80px;
    background-color: transparent;
    top: 0px;
    transition: background 0.5s;
}



#navArea .logo img {
    height: 50px;
    transition: height 0.5s;
    padding-right: 20px;
}

#navArea .logo h2 {
    transition: font-size 0.5s;
    font-size: 0px;
}

#navArea ul {
    list-style: none;
    display: flex;
    align-items: center;
    width: 400px;
    justify-content: space-around;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.test {
    display: flex;
    flex-direction: row;
    align-items: center;
}

body {
    font-family: lato;
}

#navArea ul li a {
    text-decoration: none;
    color: #ffffff;
    font-weight: 600;
    transition: color 0.5s;
}

#navArea.is-sticky {
    background: -webkit-linear-gradient(0deg, #1D1626 0%, #1D1626 100%);
}

#navArea.is-sticky a {
    color: #ffffff;
}

#navArea.is-sticky .logo img {
    height: 40px;
    padding: 0px;
    padding-right: 20px;
}

#navArea.is-sticky .logo h2 {
    font-size: 30px;
    transition: font-size 0.5s;
}


.header-main-title {
    width: 20px;
}

.divider {
    height: 20px;
    width: 2px;
    background-color: white;
    margin-bottom: 20px;
}

.divider-circle {
    height: 4px;
    width: 4px;
    border-radius: 100%;
    background-color: white;
    margin-bottom: 20px;
}

.link-footer {
    color: white;
    font-size: 16px;
    font-family: "InterExtraBold";
    margin-right: 30px;
    margin-left: 30px;
    margin-bottom: 20px;
}


.lang-footer {
    color: white;
    font-size: 13px;
    font-family: "InterLight";
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 20px;
}

.copy-footer {
    color: white;
    font-size: 13px;
    font-family: "InterLight";
}

.uee {
    color: white;
    font-size: 13px;
    font-family: "InterExtraBold";
    margin-left: 4px;
}

.download-row a {
    text-decoration: none;
}

section {
    margin-top: 10px;
}