@font-face {
    font-family: 'Gilroy-Bold';
    src: url(assets/fonts/Gilroy-Bold.ttf);
}
@font-face {
    font-family: 'Gilroy-SemiBold';
    src: url(assets/fonts/Gilroy-SemiBold.ttf);
}
@font-face {
    font-family: 'Gilroy-ExtraBold';
    src: url(assets/fonts/Gilroy-ExtraBold.ttf);
}

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

:root{
    --main-color: #0B131B;
    --main-color-light: #52306d;
    --second-color:#0B131B;
    --second-color-dark:#60179c;
    --footer-text-color:rgba(255, 255, 255, 0.59);
    --footer-text-color-dark: rgba(255, 255, 255, 0.632);
    --menu-color:#fff;
    --loginbtn-bg:rgba(255, 255, 255, 0.15);
    --iosbtn-text-color:#fff;
    --title-color:#fff;
    --border-right-color:#0c0c33;
}

.header > img{
    max-width: 150px;
}

#footer > img{
    max-width: 100px;
}

.flex-center-center{
    display: flex;
    align-items: center;
    justify-content: center;
}
.flex-center-between{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header{
    background: var(--main-color);
    border-radius: 0px 0px 35px 35px;
    height: 100px;
    padding: 0 50px;
}
.header > .menu{
    width: 600px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header > .menu > a{
    color: var(--menu-color);
    text-decoration: none;
    font-family: 'Gilroy-Bold';
    min-width: 120px;
    text-align: center;
}

.header  > .loginbtn > img{
    margin-right: 10px;
}

.loginbtn{
    background: var(--loginbtn-bg);
    border-radius: 10px;
    font-family: 'Gilroy-Bold';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 21px;

    color: #fff;
    text-decoration: none;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
}

.content-1 > h1{
    font-family: 'Gilroy-Bold';
    font-style: normal;
    font-weight: 400;
    font-size: 66px;
    line-height: 66px;
    /* or 110% */
    text-align: center;
    /* Real Black */
    color: #000000;
}

.content-1 > p{
    font-family: 'Gilroy-Medium';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 36px;
    /* or 180% */

    text-align: center;

    /* Gray 2 */

    color: #4F4F4F;

}

.ios-button{
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    color: var(--iosbtn-text-color);
    background: var(--second-color);
    border: 1px solid var(--second-color-dark);
    border-radius: 10px;
    width: 270px;
    height: 80px;
    padding: 0 20px;
    margin-right: 20px;
    cursor: pointer;
}

.ios-button > img{
    border-right: 1px solid var(--border-right-color);;
}

.ios-button > span{
    font-family: 'system-ui';
    font-style: normal;
    font-weight: 400;
}


.android-button{
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    color: #FFF;
    background: #333333;
    border: 1px solid #272525;
    border-radius: 10px;
    width: 270px;
    height: 80px;
    padding: 0 20px;
    cursor: pointer;

}


.android-button > img{
    border-right: 1px solid #272525;
}

.android-button > span{
    font-family: 'system-ui';
    font-style: normal;
    font-weight: 400;
}

.content-2 > .howto-header{
    background: var(--main-color);
    border-radius: 0px 0px 35px 35px;
    padding: 20px 50px;
}

.l-title{
    padding: 0 20px;
    height: 40px;
    background: var(--loginbtn-bg);
    color: #fff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'system-ui';
	font-weight: 600;
}

.h-title{
    font-family: 'system-ui';
    font-style: normal;
    font-weight: 400;

    /* Color */

    color: var(--title-color);
}



.adim-active{
    background: url(assets/images/Iphone-mockupp.png);
    background-size: 100% 100%;

}

.adim > img{
    padding: 20px;
    width: 300px;
    height: 605px;
    border-radius:50px;
}

.au-title{
    padding: 0 20px;
    height: 40px;
    background: var(--main-color);
    color: var(--title-color);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'system-ui'; 
    width: 220px;   
    height: 50px;
}

.aboutus-header{
    background: url(assets/images/about-us-bg.png);
    background-repeat: no-repeat;
    background-position: center;
}

.aboutus-content > p{
    color: #3F4E59;
    font-family: system-ui;
    text-align: center;
    font-size: 18px;
}

.support-btn{
    text-decoration: none;
    font-family: 'Gilroy-ExtraBold';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: var(--title-color);
    background: var(--main-color);
    width: 300px;
    height: 50px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.content-4{
    background: var(--main-color);
    border-radius: 35px 35px 0px 0px;
    height: 100px;
    padding: 0 50px;
}

.content-4 > p{
    font-family: 'Gilroy-Regular';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    /* identical to box height */

    text-decoration: none;
    color: var(--footer-text-color);;
}

.content-4 > p > a{
    color: var(--footer-text-color-dark);;
    text-decoration: none;
    font-family: Gilroy-Bold;
}

@media screen and (max-width: 900px) {
    .loginbtn{
        max-width: 150px;
        font-size: 12px;
        height: 50px;
    }
    .header > img{
        max-width: 100px;
    }

    .header > .menu{
        display: none;
    }

    .content-1 > img{
        max-width: 90%!important;
    }

    .content-1 > h1{
        font-size: 28px;
        line-height: 28px;
    }

    .content-1 > p{
        font-size: 14px;
        line-height: 14px;
        margin-top: 10px;
    }

    .content-1 > .buttons{
        flex-direction: column;
    }

    .ios-button{
        margin-right:0!important;
        margin-bottom: 10px;
    }

    .l-title{
        display: none;
    }

    #howto > div.howto-header.flex-center-between > div.d-flex.align-items-center.justify-content-center > a:nth-child(1) > img{
        max-width: 60px;
    }
    #howto > div.howto-header.flex-center-between > div.d-flex.align-items-center.justify-content-center > a:nth-child(2) > img{
        max-width: 60px;

    }

    #about-us > div.aboutus-header.flex-center-center.flex-column > h2{
        text-align: center;
        font-size: 24px!important;
    }

    .content-4{
        padding: 0 20px;
    }

    #footer > img{
        display: none;
    }

    .content-4 > p{
        width: 100%;
        font-size: 14px;
        text-align: center;
    }

    .howto-content{
        justify-content: center;
    }

    #adim2{
        display: none;
    }
    #adim3{
        display: none;
    }
    #adim4{
        display: none;
    }
}

