:root {
    --lingopie-orange: #ff6d00;
}

html {
    overflow-x: hidden;
}

body {
    overflow-x: hidden;
    padding: 0px;
    margin: 0px;
    font-family: var(--main-font);
}

.orange-stripe {
    background-color: var(--lingopie-orange);
    height: 6px;
}

/*----------- reusable style ------------ */

/* get started btn */
.get-started-btn {
    border-radius: 25px;
    background-color: var(--lingopie-orange);
    color: white;
    font-size: 16px;
    font-weight: 800;
    text-decoration: none;
    padding: 15px 55px;
    height: 20px;
    display: inline-block;
    box-sizing: content-box;
    line-height: 20px;
    text-align: center;
}

.get-started-btn:hover {
    background-color: #65a0fb;
    color: white;
}

/* end reusable style */


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

    .desktop-video-reviews {
        display: none;
    }
}
