@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
@import url("https://fonts.googleapis.com/css?family=Inter:500,400,600|Bricolage+Grotesque:300,500,700,400");

body {
    font-family: "Bricolage Grotesque", Helvetica;
    background-color: #1A1121;
    background-image: none;
}

h2 {
    color: #8B5CF6;
    text-align: center;
}

h3 {
    font-size: 40px;
    color: #FFFFFF;
}

h4 {
    font-size: 25px;
    color: #FFFFFF;
}

p {
    color: #CBD5E1;
    font-size: 16px;
    line-height: 28px;
    font-weight: 300;
}

.btn-primary {
    background-color: #8b5cf6;
    border-color: #8b5cf6;
}

.navbar-brand {
    width: 100px;
}

.header-nav.sticky {
    background-color: #1a1222;
}

.header-nav .navigation .navbar .side-menu__toggler i {
    color: white;
}

.header-nav .navigation .navbar .navbar-nav .nav-item a{
    color: white;
}

.pricing-title h2, .cs-auth-box h2 {
    font-size: 45px;
    line-height: 60px;
    font-weight: 600;
    text-transform: capitalize;
}

.pricing-item {
    margin: 10px;
    padding: 30px 20px;
    background-color: #1a1222;
    border: 1px solid #6D476D;
    border-radius: 23px;
}

.pricing-item .item-black img {
    width: 17px;
    margin-right: 5px;
    vertical-align: sub;
}

.pricing-item .item-gray {
    color: #655675;
    text-decoration: line-through
}

.pricing-item span.tax {
    font-size: 15px;
    font-weight: 400;
    color: #c2c2c2;
    line-height: 50px;
    vertical-align: middle;
}

.pricing-item .main-btn {
    background-color: #8b5cf6;
    border-color: #8b5cf6;
    padding: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin-top: 30px;
}

.pricing-item .features {
    text-transform: uppercase;
    color: #c2c2c2;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 10px;
}


.cs-auth-box {
    margin: 40px;
    padding: 40px 30px;
    background-color: #1a1222;
    border: 1px solid #6D476D;
    border-radius: 23px;
}

.cs-auth-box a{
    color: white;
}

.auth-section label {
    color: #c2c2c2;
    font-weight: 400;
    margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
    .header-nav, .header-nav.sticky {
        padding: 15px 5px;
    }

    .cs-auth-box {
        margin: 20px;
        padding: 40px 30px;
    }

    .pricing-title h2{
        font-size: 32px;
        line-height: 40px;
    }
}


/** Whatsapp */

/* for desktop */
.whatsapp_float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
}

.whatsapp-icon {
    margin-top: 16px;
}

a.whatsapp_float:hover {
    color: white;
}

/* for mobile */
@media screen and (max-width: 767px) {
    .whatsapp-icon {
        margin-top: 10px;
    }

    .whatsapp_float {
        width: 40px;
        height: 40px;
        bottom: 20px;
        right: 10px;
        font-size: 22px;
    }
}
