@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700&display=swap');

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-ExtraBold.otf');
    font-weight: 800;
}

body {
    max-width: 1366px;
    margin: 0 auto;
    font-family: 'Open Sans', sans-serif;
}

.container-fliper {
    padding: 0 40px;
}

header {
    background: url('../images/homepage/header-bg.png');
    background-repeat: no-repeat;
    background-position: top right;
    padding: 40px 0;
}

header .nav .nav-item {
    margin: 0 20px;
}

header .nav .nav-link {
    color: #fff;
    font-family: 'Gilroy';
    text-transform: uppercase;
}

header .nav .nav-link.active, header .nav .nav-link:hover {
    color: #E28442;
}

header .header-img {
    width: 100%;
    padding: 20px;
}

.btn-white-outline {
    color: #fff;
    font-family: 'Gilroy';
    text-transform: uppercase;
    border: 2px solid #fff;
    border-radius: 0;
}

.btn-white-outline:hover {
    color: #fff;
    background: #E28442;
}

header h1 {
    font-family: 'Gilroy';
    color: #000;
    margin-bottom: 50px;
}

header p {
    font-family: 'Open Sans', sans-serif;
    color: #000;
}

header b {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}

header .fliper-ul {
    margin-bottom: 50px;
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    text-indent: 1.5em;
}

header .fliper-ul li {
    background: url('../images/homepage/check-icon.png');
    background-repeat: no-repeat;
    background-position: top 3.5px left;
    margin-bottom: 15px;
}

.btn.btn-orange {
    font-family: 'Gilroy';
    text-transform: uppercase;
    padding: 15px 40px;
    border-radius: 0;
    color: #fff;
    background: #E28442;
    border: 2px solid #E28442;
}

.btn.btn-orange:hover {
    color: #E28442;
    background: #fff;
    border: 2px solid #E28442;
}

#home-download {
    margin: 50px 0 100px;
}

#home-download h2 {
    font-family: 'Gilroy';
    color: #000;
    margin-bottom: 15px;
}

#home-download a img {
    margin-top: 15px;
}

#home-download .webapp-img {
    width: 100%;
}

#home-icons {
    margin: 50px 0;
}

#home-icons h4 {
    font-family: 'Gilroy';
    color: #000;
    font-size: 19px;
}

#home-icons p {
    color: #000;
    font-size: 16px;
}

#home-icons .col-xl-4 {
    margin-bottom: 50px;
}

#home-description {
    background: #E28442;
    padding: 100px 0 50px;
}

#home-description h2 {
    font-family: 'Gilroy';
    color: #fff;
    font-size: 36px;
}

#home-description .description-img {
    width: 100%;
}

#home-description .row-desc {
    margin-top: 100px;
}

#home-description p {
    color: #fff;
    max-width: 90%;
    font-size: 14px;
}

#pricing {
    padding: 150px 0 100px;
}

#pricing .pricing-box {
    border: 2px solid #3F3D56;
    padding: 20px;
    text-align: center;
}

#pricing .pricing-box .pricing-header {
    background: #fff;
    width: 100%;
    margin-top: -75px;
}

#pricing .pricing-box .pricing-header h3 {
    font-family: 'Gilroy';
    color: #3F3D56;
    margin-top: 25px;
}

#pricing .pricing-box .pricing-price {
    background: #3F3D56;
    color: #fff;
    padding: 20px;
    margin: 25px 0;
}

#pricing .pricing-box .pricing-price h4 {
    font-family: 'Gilroy';
    font-size: 40px;
    margin-bottom: 0;
}

#pricing .pricing-box .pricing-price sup {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
}

#pricing .pricing-box .pricing-values p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    color: #000;
    font-size: 18px;
    margin-bottom: 30px;
}

#pricing .pricing-box .pricing-values p small {
    display: block;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    color: #E28442;
}

footer {
    background: #3F3D56;
    padding: 40px;
    color: #fff;
}

footer .copyright {
    margin-bottom: 20px;
}

footer a {
    color: #fff;
}

footer a:hover {
    color: #E28442;
}

@media (max-width: 1200px) {
    .container-fliper {
        padding: 0 20px;
    }
    
    header {
        background-size: cover;
    }

    header .nav .nav-link {
        display: none;
    }

    header .header-img {
        display: none;
    }

    header h1 {
        margin-top: 30px;
        margin-bottom: 50px;
        color: #fff;
    }

    header p {
        color: #fff;
    }

    header .fliper-ul li {
        color: #fff;
    }
    
    #home-download .text-right {
        text-align: center !important;
    }

    #home-download h2 {
        margin-top: 50px;
    }

    #home-icons {
        text-align: center;
    }

    #home-icons h4 {
        margin-top: 20px;
    }

    #home-description {
        text-align: center;
        padding: 50px 0;
    }

    #home-description .row-desc {
        margin-top: 25px;
    }

    #pricing {
        padding: 150px 0 0;
    }

    #pricing .pricing-box {
        margin-bottom: 100px;
    }
}