@font-face {
    font-family: 'MMSans';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/MMSans-Regular.otf') format('opentype');
    font-display: swap;
}

body {
    font-family: 'Roboto', sans-serif;
    color: #3a3f52;
}

h2 {
    font-size: 44px;
    font-weight: 700;
}

h3 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 25px;
}

h5 {
    font-size: 16px;
}

p {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .05em;
    color: #53627C;
}

ul {
    list-style-type: none;
    padding-left: 0px;
}

b {
    font-weight: 700;
}

section {
    padding: 50px 0px;
}

.title-block {
    max-width: 700px;
    margin-left: auto;
    margin-bottom: 50px;
    text-align: right;
}

.title-block p {
    font-size: 20px;
    font-weight: 400;
    color: #46515a;
    margin-bottom: 0px;
}

.divider {
    padding: 2rem 0 0;
    margin: 2rem 0 0;
    border-top: 1px solid #3c3f45;
}

.divider-light {
    padding: 2rem 0 0;
    margin: 2rem 0 0;
    border-top: 1px solid #edf1f2
}

/* ==============================================
    Navbar
===============================================*/
.custom-navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #f6f8f9; !important;
    box-shadow: none;
    z-index: 1050;
    transition: background-color 0.5s ease, box-shadow 0.5s ease;
}

.custom-navbar.scrolled {
    background-color: #ffffff !important;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.09);
}

.navbar-toggler {
    font-size: 30px;
    background-color: transparent;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: none;
}

.navbar-toggler-icon {
    color: #ffffff;
}

.nav-link {
    font-family: 'MMSans';
    font-size: 20px;
}

.navbar a {
    color: #53627C !important;
}

.nav-right {
    float: right;
}

/* ==============================================
    Buttons
===============================================*/

.btn {
    font-size: 24px;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
}

.btn:hover {
    text-decoration: none;
}

.btn-regular {
    background-color: #0095f7;
    color: #ffffff;
    padding: 10px 25px;
    margin-top: 25px;
    display: inline-block;
}

.btn-regular:hover {
    background-color: #0191f0;
    color: #ffffff;
}

.btn-demo {
    color: #ffffff;
    background-color: #6772e5;
    letter-spacing: .1em;
    padding: 15px 48px;
    display: inline-block;
    width: 100%;
    margin-top: 20px;
}

.btn-demo:hover {
    color: #ffffff;
    background-color: #636ee1;
}

.btn-demo-small {
    font-size: 12px;
    background-color: #6772e5;
    padding: 1px 4px;
}

.btn-demo-small:hover {
    background-color: #636ee1;
}

.btn-demo-small a {
    color: #ffffff!important;
}

.btn-buy {
    color: #ffffff;
    background-color: #0095f7;
    letter-spacing: .1em;
    padding: 15px 48px;
    display: inline-block;
    width: 100%;
    margin-top: 20px;
}

.btn-buy:hover {
    background-color: #0191f0;
    color: #ffffff;
}

/* ==============================================
    Hero
===============================================*/

#hero {
    background-color: #f6f8f9;
    padding-top: 100px !important;
}

#hero h1 {
    font-size: 50px;
    font-weight: 300;
}

#hero p {
    font-size: 24px;
    font-weight: 400;
    color: #46515a;
    margin-bottom: 0px;
    padding: 0px;
}

#hero span {
    font-weight: 400;
    color: #0095f7;
    text-transform: uppercase;
    letter-spacing: .05em;
}

.cel-shadow {
    filter: drop-shadow(10px 10px 20px rgba(0, 0, 0, 0.7));
}

/* ==============================================
    Functions
===============================================*/

#functions p,#functions2 p {
    font-size: 20px;
    font-weight: 400;
    color: #46515a;
    margin-bottom: 0px;
    padding: 0px;
}

#functions span,#functions2 span {
    font-weight: 400;
    color: #0095f7;
    text-transform: uppercase;
    letter-spacing: .05em;
}

.content-box {
    padding: 60px 20px;
}

.carousel_autoplay {
    width: 100%;
    height: 100%;
    object-fit: cover;
    visibility: hidden;
}

.functions ul {
    padding-left: 10px;
}

.functions li {
    font-size: 16px;
    font-weight: 400;
    color: #46515a;
    letter-spacing: .1em;
}

.functions i {
    font-size: 20px;
    color: #25D366;
    margin-right: 10px;
}

/* ==============================================
    Show
===============================================*/

.show_func {
    background-color: #f6f8f9;
    border-top: 1px solid #F8F9FB;
    border-bottom: 1px solid #F8F9FB;
    background-image: url("../img/lpage/video_background.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.show_func p {
    color: #3a3f52;
    font-weight: 400;
}

.show_func .video-container {
    width: 300px;
    height: 580px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow:10px 10px 20px rgba(0, 0, 0, 0.7);
    border-left: 4px solid #171717;
    border-right: 4px solid #171717;
    background-color: #171717;
}

.show_func .video-container video {
    width: 100%;
    height: 100%;
    display: block;
}

.show_func .panel {
    background-color: #F5F6F6;
    border-radius: 10px;
    border: 5px solid #FFFFFF;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    margin: 5px;
    margin-bottom: 20px;
    padding: 10px;
}

.show_func .icon-container {
    width: 60px;
    height: 60px;
    min-height: 60px;
    background-color: #6772e5;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 24px;
    margin: 5px auto;
}

a.link,
a.link:visited,
a.link:hover,
a.link {
    text-decoration: none!important;
    color: #3a3f52!important;
    font-weight: 500!important;
    font-size: 18px!important;
    padding: 10px 0;
}

.fa-youtube {
    font-size: 24px!important;
    color: #FF0000!important;
    vertical-align: -2px!important;
}

/* ==============================================
    Pricing
===============================================*/

.pricing-box {
    background-color: #ffffff;
    padding: 40px 20px;
    border: 1px solid #F8F9FB;
    border-radius: 6px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3);
    margin-top: 30px;
}

.pricing-box h3 {
    font-size: 22px;
    font-weight: 300;
    letter-spacing: .1em;
    color: #0095f7;
}

.pricing-box h6 {
    font-size: 40px;
    font-weight: 700;
    color: #3a3f52;
    margin-bottom: 0px;
}

.pricing-box p {
    font-size: 17px;
    margin-top: 15px;
    padding: 0px;
}

.pricing-box ul {
    padding-left: 10px;
}

.pricing-box li {
    font-size: 16px;
    font-weight: 400;
    color: #46515a;
    letter-spacing: 0.05em;
}

.pricing-box span {
    font-weight: 500;
    color: #0095f7;
}

.pricing-box small {
    color: #46515a;
    letter-spacing: .2em;
}

.pricing-box i {
    font-size: 20px;
    color: #0095f7;
    margin-right: 10px;
}

.pricing-box .demo {
    color: #6772e5!important;
}

/* ==============================================
    Register
===============================================*/

.register-img {
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
}

#terms {
    margin-top: 2.4rem;
    padding: 1.6rem;
    border-radius: 5px;
    font-size: 1.0rem;
    line-height: 150%;
    color: rgb(48, 51, 60);
    background: rgb(249, 247, 255);
}

/* ==============================================
    Footer
===============================================*/

footer {
    background-color: #292c31;
    padding: 60px 0;
    color: #62656a;
}

footer h5 {
    color: #aeb3bd;
    text-transform: uppercase;
    letter-spacing: .1em;
    margin-bottom: 20px;
}

footer p {
    font-size: 15px;
    font-weight: 300;
    color: #62656a;
    text-align: justify;
    padding: 0px;
}

footer li {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: .05em;
    line-height: 1.5;
    margin-bottom: 10px;
}

footer a {
    color: #62656a;
}

footer a:hover {
    color: #0095f7;
    text-decoration: none;
}

footer i {
    font-size: 15px;
    color: #62656a;
    margin-right: 5px;
}

footer i:hover {
    color: #0095f7;
}

/* ==============================================
    Terms & Privacy
===============================================*/

.terms p {
    font-size: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
}
.terms .title {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 3rem;
    margin-top: 3rem;
}
.terms .title img {
    width: 50px;
}
.terms .title a {
    font-family: 'MMSans';
    font-weight: bold;
    font-size: 30px;
    color: inherit;
    text-decoration: none;
}

/* ==============================================
    Media Queries
===============================================*/

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 576px) {
    section {
        padding: 10px 0px;
    }
    h2 {
        font-size: 34px!important;
        margin-bottom: 20px;
        line-height: 1.6;
    }
    .title-block h2, .title-block p {
        padding: 0px 20px!important;
    }
    #show h4, #show2 h4 {
        font-size: 1.1rem;
    }
    .panel {
        padding-top: 5px!important;
    }
    .pricing-box h6 {
        font-size: 30px;
    }
    .motoboy {
        display: none;
    }
    footer {
        padding: 0px 25px;
    }
    footer h5 {
        font-size: 18px;
        margin-top: 30px;
    }
    footer li {
        font-size: 16px;
        margin-bottom: 15px;
    }
    footer p {
        font-size: 16px;
    }
    footer i {
        font-size: 30px;
        margin-right: 20px;
    }
    footer small {
        float: left;
        margin-top: 20px;
    }
}

@media (max-width: 768px) {
    #hero {
        padding-top: 50px !important;
        text-align: center;
    }
    #hero h1 {
        font-size: 25px;
        font-weight: 300;
        margin-bottom: 20px;
    }
    #hero p {
        font-size: 20px!important;
    }
    #hero .img-fluid {
        width: 230px!important;
    }
    .content-box {
        padding: 20px 10px!important;
    }
    .video-container {
        width: 200px;
        height: 400px;
    }
    .title-block h2, .title-block p {
        padding: 0px 20px!important;
    }
    .panel {
        padding: 30px;
    }
    .btn-regular,.btn-buy,.btn-demo {
        padding: 5px 20px;
        width: 100%;
    }
    .pricing-box {
        margin-top: 10px;
    }
}

@media (max-width: 991px) {
    .custom-navbar {
        height: 55px;
    }
    .nav-logo-mobile {
        margin-right: auto;
        padding-left: 10px;
        font-family: 'MMSans';
        font-weight: bold;
        font-size: 25px;
    }
    .navbar-toggler {
        margin-left: auto;
    }
    .nav-logo-desktop {
        display: none;
    }
    .nav-right {
        float: left;
    }
    .nav-custom-link {
        border-bottom: 1px solid #EEE;
    }
    .navbar-nav{
        width: 100%;
    }
    .navbar-nav .nav-link {
        padding: 20px 0;
        text-align: left;
    }
    .navbar-collapse {
        border-bottom: 1px solid #efefef;
        background-color: #ffffff!important;
        box-shadow: 0 4px 6px -2px rgba(0, 0, 0, 0.3);
    }
    .btn-demo-small {
        background-color: #ffffff;
        border: 0px;
        padding: 0px;
        box-shadow: none;
    }
    .btn-demo-small:hover {
        background-color: #ffffff;
        border: 0px;
        padding: 0px;
        box-shadow: none;

    }
    .btn-demo-small a {
        color: #53627C!important;
    }

    .icon-mobile {
        font-size: 18px;
        float: right;
    }
    .title-block h2, .title-block p {
        padding: 0px 20px!important;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .icon-mobile {
        display: none;
    }
    .nav-logo-mobile {
        display: none;
    }
    .nav-logo-desktop span{
        font-family: 'MMSans';
        font-weight: bold;
        font-size: 40px;
        display: inline-block;
    }
    .nav-logo-desktop img {
        width: 50px;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
    .pricing-box h3 {
        font-size: 17px;
    }
    .pricing-box p {
        font-size: 14px;
    }
    .btn-buy {
        font-size: 15px;
        padding: 15px 20px;
    }
    .btn-demo {
        font-size: 15px;
        padding: 15px 20px;
    }
    .profile-picture {
        width: 50px;
        height: 50px;
    }
}
