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

body {
    font-family: 'Poppins', sans-serif;
    scroll-behavior: smooth;
}
a {
    color: white;
    text-decoration: none;
}

/*
body.lang-en .navbar-langs .lang.en{ display: none}
body.lang-fr .navbar-langs .lang.fr{ display: none}
*/

.img-fluid {
    padding: 20px;
}

#navbar {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    padding: 0 100px;
    margin-bottom: 10px;
    z-index: 99;
}

.navbar {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    color: #ffff;
}

.navbar-brand, .navbar-brand:hover {
    /*display: flex;*/
    /*flex-direction: row; */
    color: #ffff;
}

.navbar-links ul, .navbar-langs ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    /*margin-bottom: 0;*/
}

/*.navbar-brand .img-fluid {*/
/*    width: 120px;*/
/*}*/

.navbar .logo-text{
    vertical-align: middle;
    font-size: 30px;
    padding: 8px;
}

.lang img {
    width: 32px;
    height: 32px;
}

.navbar-links ul li, .navbar-langs ul li {
    cursor: pointer;
    text-decoration: none;
    list-style-type: none;
    padding: 20px 20px 12px 20px;
}

.navbar-links ul a , .navbar-langs ul a {
    color: #ffff;
    text-decoration: none;
}

.navbar-links ul li:hover , .navbar-langs ul li:hover {
    border-bottom: 2px solid #cc2120;
    transition: 0.6s ease-in-out;
}

.navbar-links .dl {
    background-color:#cc2120;
    border-radius: 15px;

    li {
        border-bottom: none
    }
}

.toggle-btn {
    display: none;
    cursor: pointer;
    border: none;
    background-color: transparent;
    color: #ffff;
}

.open {
    .navbar-links ul {
        display: flex;
        flex-direction: column;
        max-height: 400px;
        height: 100%;
    }
    .navbar-langs ul {
        display: flex;
        flex-direction: row;
    }
}

@media (max-width:769px) {

    .toggle-btn {
        display: inline-block;
    }

    .navbar{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        flex-wrap: nowrap;
    }

    .navbar-langs ul {
        padding-left: 0;
    }
    .navbar-langs ul li{
        padding: 10px;
    }

    .navbar-links ul{
        display: none;
    }
}

/*news*/
#news {
    background-color: #100f10;
    color: #ffff;
    padding: 100px 50px 20px;
    padding-top: 120px;
}

#news a {
    color: black;
}
#news .text{
    color: #a8a8a8;
    text-align: center;
}


/*banner*/
#banner {
    background-color: #100f10;
    color: #ffff;
    padding: 100px 200px 100px;
}
.banner-img{
    animation: float 3s ease-in-out infinite;
}
.btn-download {
    padding: 10px 20px;
    background-color: #cc2120;
    border: none;
    border-radius: 50px;
    color: #ffff;
    font-size: 1.5rem;
    margin-top: 20px;
}

.btn-download:hover {
    background-color: #ffff;
    color: #cc2120;
    border: 2px solid #cc2120;
}

#scroll-btn {
    border: none;
    background-color: transparent;
    color: #ffff;
    font-size: 2rem;
}

@media (max-width:769px) {

    #features,
    #video,
    #team,
    #app {
        padding: 100px 20px;
    }

    #banner{
        padding: 80px 20px;
    }
}

/*features*/
#features {
    padding: 100px 0;
    background-color: #ffffff;
}

.feature {
    padding: 20px;
    font-size: 1.2rem;
}

.feature p {
    color: rgb(184, 184, 184);
}

#features i, #features .icon {
    padding: 10px;
    border-radius: 50%;
    border: 4px solid #f5d3d2;
    background-color: #cc2120;
    color: #ffff;
}

/*video*/
#video {
    padding: 100px 0;
    background-color: #010101;
    color: #ffff;
    text-align: center;
}



#video p {
    font-size: 1.5rem;
}

#video i {
    cursor: pointer;
    padding: 10px 15px;
    border-radius: 50%;
    border: 4px solid #760400;
    background-color: #cc2120;
    color: #ffff;
    font-size: 2rem;
}

#video i:hover {
    border: 4px solid #cc2120;
}

.video-content{
    display: box;
    display: flex;
    box-align: center;
    align-items: center;
    box-pack: center;
    justify-content: center;
}
.video-content > i{
    position: absolute;
}
.video-content > img{
    position: relative;
}

/*premium*/
#premium {
    /* padding: 100px 0;
    background-color: #100f0f;
    color: #ffff;
    text-align: center; */
    background-color: #ffffff;
    padding: 100px 0;
    text-align: center;
}

#premium i , #premium .icon {
    font-size: 2rem;
    background-color: #cc2120;
    color: #ffff;
    border-radius: 50%;
    padding: 20px 20px;
    border: 4px solid #361312;
    margin: 20px;
}

#premium .card-body {
    margin: 20px;

    .card-title{
        font-weight: 500;
        font-size: 1.5rem
    }
}

#premium .display-6 {
    font-weight: bold
}

/*app*/
#app {
    padding: 100px 0;
    background-color: #010101;
    color: #ffff;
}

#app .display-2 {
    font-weight: bold
}

#app .display-2 > b {
    color: #cc2120
}

#features .display-5 {
    font-weight: bold
}
#features .display-6 {
    color: #504f4f
}
#banner .display-1 {
    font-weight: bold
}
#video .display-1 {
    font-weight: bold;
    color: #ffff
}

.download-btn {
    max-width: 200px;
    width: 100%;
}

.app-content p {
    padding: 100px 0;
    font-size: 1.5rem;
}

/*footer*/
#footer{
    background-color: #cc2120;
    text-align: center;
    color: #ffff;
}

#footer .row {
    padding-top: 30px;
}

#footer img.store {
    height: auto;
    width: 240px;
}

#footer a.lang {
    padding:8px;
    margin: 5px;
}

#banner img.store {
    height: auto;
    width: 240px;
}


.dl-buttons{
    text-align: center;
}
.social-links {
    margin: 15px;
    text-align: center;
}
.social-links a {
    margin: 10px;
    text-decoration: none;
    color: #eee;
}