html {
    scroll-behavior: smooth;
}

.hero-chattogram.welcome_area{
    background:linear-gradient(to right, #9C27B0, #2d2ed4);    
}

.header_area .main_header_area{
    border-bottom-color: rgba(255, 255, 255, 0.1);
}

.welcome_area .apland-btn.btn-4{
    color:#711982;
}

#sticky-wrapper:not(.is-sticky) .apland-btn.btn-4{
    color:#2e2396;
}

#sticky-wrapper:not(.is-sticky) .classy-navbar-toggler .navbarToggler span{
    background-color:#fff;
}

#sticky-wrapper:not(.is-sticky) .logo-dark{
    display: none;
}

#sticky-wrapper.is-sticky .logo-white{
    display: none;
}

#sticky-wrapper:not(.is-sticky) .nav-brand img{
    /* filter: brightness(0) invert(1); */
    transition: 0.3s all ease;
}

#sticky-wrapper:not(.is-sticky) .classy-nav-container a{
    color:#fff;
}
.menu-on li a{
    color:black !important;
    border-bottom:0px !important;
}
.breakpoint-on .classynav>ul>li>a{
    border-bottom:0px !important;
}

#sticky-wrapper:not(.is-sticky) .classy-nav-container a:hover, #sticky-wrapper:not(.is-sticky) .classy-nav-container a:focus{
    color:rgba(255, 255, 255, 0.7);
}

#sticky-wrapper:not(.is-sticky) .classynav ul li:hover > a, #sticky-wrapper:not(.is-sticky) .classynav ul li.current_page_item > a{
    color:#f1c40f !important;
}

.header_area .login-btn-area .btn:hover, .header_area .login-btn-area .btn:focus {
    color: #3f43fd !important;
}

.bg-light-blue{
    background-color: #3f43fd2e !important; 
    color: #3f43fd !important;
}

.bg-light-red{
    background-color: #e91e6333 !important;
    color: #E91E63 !important;
}

.bg-light-green{
    background-color: #4caf5042 !important;
    color: #4CAF50 !important;
}

.single_benifits:hover .bg-light-blue{
    background-color:#3f43fd !important;
    color:white !important;
}

.single_benifits:hover .bg-light-red{
    background-color:#E91E63 !important;
    color:white !important;
}

.single_benifits:hover .bg-light-green{
    background-color:#4CAF50 !important;
    color:white !important;
}

.main_features_area{
    background: linear-gradient(to bottom, white, #f5f5ff);
}

.single_work_step::before{
    font-family:"Font Awesome 5 Free";
    font-weight: 900;
    content: "\f054";
}

.section-last-ready{
    background: linear-gradient(45deg, #3F51B5, #05867a);
}

.section-last-ready .btn{
    color:#000000;
    background-color: #FFC107;
}

.bucksify-icon-signup{
    height:40px;
    margin-top:30px;
}

.refer-section{
    padding-top:70px;
    padding-bottom:30px;
}

.stats-section b{
    font-size: 4rem;
    display: block;
}

.stats-section{
    color:white;
}

.base-top{
    /* background:linear-gradient(to right, #e24997, #2d2ed4); */
    /* background:linear-gradient(to right, rgb(102, 125, 182), rgb(0, 130, 200), rgb(0, 130, 200), rgb(102, 125, 182)); */
    background:linear-gradient(to right, #396afc, #2948ff);
    /* background:linear-gradient(to right, rgb(54, 209, 220), rgb(91, 134, 229)); */

    padding-top:70px;
    padding-bottom:200px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 86%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 86%, 0% 100%);

}

.base-content-box{
    background:#F5F5FF;
}

.base-content-box .container{
    background-color:white;
    padding:60px;
    margin-top:-190px;
    z-index: 99;
    position: relative;
    border-radius: 5px;
    margin-bottom:100px;
}

@media (max-width: 640px) {
    .base-content-box .container{
        padding:30px;
    }
}

.base-content-box .container b{
    font-weight: 600;
}

.crypto-icon, .giftcard-icon{
    background: white;
    border-radius: 50%;
    /* margin-bottom: 55px; */
    position: relative;
    width: 100px;
    height: 100px;
    overflow: hidden;
    transition: 0.2s all ease;
    /* box-shadow: 0px 0px 11px 0px #f8a33d5c; */
    /* border: 6px solid #ffffff8c; */
}

.crypto-icon img, .giftcard-icon img{
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100%;
    width: auto;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    padding: 30px;
}

.giftcard-icon{
    border-radius: 15px;
    width: 150px;
}
.giftcard-icon img{
    height: auto;
    width: 110%;
    max-width: 110%;
    padding: 0px;
}
.giftcard-box .giftcard-name{
    font-size: 18px;
}

.crypto-icon:hover, .giftcard-icon:hover{
    transform: scale(1.2);
}


.landing-offer-box{
    background-color:#ffffffea;
    border-radius: 40px;
    color:#000c54;
    padding:10px 22px;
    font-size: 0.9rem;
    margin-top:-20px;
}


.landing-offer-box .info-text{
    font-size:12px;
    opacity: 0.6;
    font-weight: 500;
}

@media (min-width: 992px) {
    .landing-offer-box{
        margin-top:-65px;
        font-size: 1rem;
    }

    .landing-offer-box .info-text{
        font-size:13px;
    }
}

.landing-offer-box .badge{
    color: #fff;
    background-color: #E91E63;
    font-weight: 500;
    border-radius: 40px;
    padding: 5px 14px;
    margin-right: 6px;
    display: inline-block;
}

.landing-offer-box .offer-box-icon{
    font-size:26px;
    color:#662bc1e6;
    margin-top:10px;
}

.landing-offer-box .text-success{
    color:#017c71 !important;
}

.fw-500{font-weight: 500;} .fw-600{font-weight: 600;}

.trustpilot-box{
    /* background: linear-gradient(to right, rgb(161, 255, 206), rgb(250, 255, 209)); */
    /* background: linear-gradient(to right, rgb(215 255 211), rgb(151 255 252)); */
    background:linear-gradient(109.6deg, rgb(204, 228, 247) 11.2%, rgb(237, 246, 250) 100.2%);
    opacity: 0.95;
    padding: 14px;
    display: inline-block;
    border-radius: 8px;
    transition:0.1s all linear !important;
    color: #0e8479 !important;
    font-weight: 500;
}

.trustpilot-box img{
    margin-top:5px;
    height:24px;
}

.trustpilot-box:hover{
    opacity: 1;
    transform:scale(1.05);
}

.signup-btn{
    background:linear-gradient(to right, rgb(170, 255, 169), rgb(17, 255, 189));
    transition:0.1s all linear !important;
}

.signup-btn:hover{
    transform:scale(1.05);   
}

.get-started-navbar, .signup-btn{
    border:none !important;
}

#sticky-wrapper:not(.is-sticky) .get-started-navbar{
    background:linear-gradient(to right, rgb(170, 255, 169), rgb(17, 255, 189));
    transition:0.1s all linear;
}
#sticky-wrapper:not(.is-sticky) .get-started-navbar:hover{
    transform:scale(1.05);
}

.menu-on .menu-logo{
    display: inline-block !important;
}

.breakpoint-on .classynav {
    padding-top: 10px;
    padding-left: 10px;
}

.menu-logo {
    margin-bottom: 14px;
}

.menu-on .get-started-navbar{
    background:linear-gradient(to right, rgb(57, 106, 252), rgb(41, 72, 255)) !important;
    margin-top:-50px;
    color:white !important;
}

.breakpoint-on .classy-navbar .classy-menu {
    background: linear-gradient(to right, rgb(224, 234, 252), rgb(207, 222, 243));
    box-shadow: 0px 0px 11px 2px #302d6b;
}