
  
body {
    font-family: helvetica;
    
}
@font-face {
    font-family: 'helvetica-light';
    src: url('../fonts/HelveticaNeueThin.ttf') format('truetype');
  }
header.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background: black;
    z-index: 999999;
    animation-name: stickyHeader;
    animation-duration: 0.75s;
}

@keyframes stickyHeader {
    from {
        top: -80px;
    }

    to {
        top: 0;
    }
}

header {
    padding: 25px 0 15px 0;
}

    header .navbar .navbar-brand .logo-header {
        width: 45%;
    }

    header .navbar .navbar-nav .li-separator {
        font-size: 12px;
        color: #696969;
        line-height: 12px;
        display: flex;
        align-items: center;
        margin: 0 16px;
        opacity: 0.6;
    }

        header .navbar .navbar-nav li a {
            font-size: 0.7rem;
            font-weight: 600;
            line-height: 28px;
            color: #fff !important;
            text-transform: uppercase;
            font-family: 'helvetica-light';
            letter-spacing: 1.5px;
            cursor: pointer;
        }

            header .navbar .navbar-nav li a:hover,
            header .navbar .navbar-nav li a:active {
                color: #fff !important;
            }

.text-right {
    text-align: right !important;
}
.footerPlayStore {
    margin-right: 1rem;
}
.width-85 {
    width: 85% !important;
}

.width-76 {
    width: 76% !important;
}

.width-logo-100 {
    width: 65px !important;
}

@media screen and (max-width: 768px) {
    .navbar-brand {
        width: 70%;
    }

    header .navbar .navbar-brand .logo-header {
        width: 45%;
    }
}

@media screen and (max-width: 991px) {
    header .navbar .navbar-collapse {
        background-color: #000;
    }

        header .navbar .navbar-collapse .li-separator {
            display: none;
        }

        header .navbar .navbar-collapse .navbar-nav {
            align-items: center;
        }

    .navbar-dark .navbar-toggler {
        border: none !important;
    }

    .navbar-toggler:focus {
        box-shadow: none !important;
    }
}



::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #000;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

    ::-webkit-scrollbar-thumb:window-inactive {
        background: #000;
    }

footer {
    background-color: #000;
    padding: 40px 15px 0px;
    margin-bottom: -48px;
}

    footer .logo {
        width: 10%;
    }

    footer ul {
        padding: 0;
        line-height: 2;
    }

    footer h3 {
        color: #fff;
        font-size: 1.25rem;
        font-weight: 400;
        line-height: 25px;
        margin-bottom: 1.5rem;
    }

    footer ul li {
        list-style: none;
    }

        footer ul li a {
            color: #cccbc7 !important;
            font-size: 0.8rem;
            font-weight: 300;
            letter-spacing: 1px;
            margin-bottom: 0.5rem;
            cursor: pointer;
        }

            footer ul li a:hover {
                color: #cccbc7;
            }

    footer .social-icons {
        display: flex;
        align-items: center;
    }

        footer .social-icons a {
            margin-right: 3rem;
        }

            footer .social-icons a img {
                width: 18px;
            }

    footer .store-icons {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

        footer .store-icons a {
            border-radius: 50%;
            padding: 10px 15px;
        }

            footer .store-icons a img {
                width: 20px;
                height: 20px;
            }

            footer .store-icons a:nth-child(1) {
                margin-right: 25px;
            }

            footer .store-icons a.ios-link {
                background: linear-gradient(30deg, #040404 28%, #191818 100%);
            }

            footer .store-icons a.android-link {
                background: linear-gradient(30deg, #040404 28%, #191818 100%);
            }

    footer .footer-text p,
    footer .inner-pages p {
        color: #929292;
        font-size: 0.8rem;
        font-weight: 400;
        line-height: 25px;
        margin-bottom: 0;
    }
    
    footer .footer-text{
        padding-bottom: 10px;
    }

    footer .inner-pages {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    footer .xaveText{
        opacity: 0.8;
        font-size: 13px;
        letter-spacing: 1px;
        color: white;
    }
    footer .xaveText.dwnldTxt{
        text-align: right;
        margin-right: 12px;
        color: white;
    }


@media screen and (max-width: 425px) {
    footer .xaveText.dwnldTxt{
        text-align: left;
        margin-right: 0;
    }

    footer .logo {
        width: 30%;
    }

    footer .store-icons {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin-bottom: 3rem;
    }

    footer .inner-pages {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin-top: 0rem;
    }

}
@media screen and (max-width: 768px) {
    .extra-company-icons{
        margin-top: 0rem !important;
        margin-bottom: 20px !important;
    
    }
    .dwnldxPalDiv{
        margin-top: 20px !important;
    }
    .extra-company-icons ul {
        margin-top: 0rem;
    }
    footer ul{
        margin-bottom: 0rem !important;
    }
/*     footer .inner-pages{
        display: block !important;
    } */
    footer .footer-text p, footer .inner-pages p{
        margin-top: 60px;
    }
    footer .footer-text p, footer .inner-pages p:last-child{
        margin-left:3px;
    }
}

