@media (max-width: 576px) {
    #carousel-section{
        margin-top: -4.5rem !important;
    }
    .centered-btn{
        display: flex !important;
        flex-wrap: nowrap !important;
        justify-content: center !important;
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .centered-text{
        text-align: center !important;
    }
    
    .main .particles-js-canvas-el{
    display: none !important;
    }
    .padding-mobile{
        padding: 0 !important;
    }
    .loan-header{
        font-size: 20px !important;
    }
    .smaller-text{
        font-size: 15px !important;
    }
    .imageforbig{
        margin-top: -50px !important;
    }
    .main-heading-mobile{
        font-size: 35px !important;
    }
    #main-4{
        max-height: 450px !important;
    }
}

@media (min-width: 1200px) {
    .larger-padding{
        margin-top: 5rem !important;
    }
    .paddingless-container{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}


@media (min-width: 992px) {
    .large-card{
        max-width: 30% !important;
    }
}


.main-6 {
    background: url("../images/new/bitcoin.png") no-repeat 0, 0;
    background-size: cover;
    background-position: center;
    min-height: 200px;
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.main-6 .container {
    color: #fff;
    position: relative;
    z-index: 1;
    padding-left: 15px;;
}

.main-6::after {
    
    content: "";
    background-color: #000;
    opacity: 0.6;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

html {
  scroll-behavior: smooth !important;
}

.your-mission {
    background: url(../images/new/dotted-world.png) no-repeat, 0, 0;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    position: relative;
}


.currency-exchange-7 {
    background-image: url( '/assets/images/bg/3 6.png');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-attachment: fixed;
}


.currency-exchange-7::before {
    
    content: "";
    background-color: #000;
    opacity: 0.3;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}


.area{
  background-color: #000000;
  background-image: linear-gradient(43deg, #000000 0%, #000000 46%, #000000 100%);

}

.circles{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.circles li{
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 80px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    animation: animate 25s linear infinite;
    bottom: -150px;
    
}

.circles li:nth-child(1){
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}


.circles li:nth-child(2){
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}

.circles li:nth-child(3){
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}

.circles li:nth-child(4){
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}

.circles li:nth-child(5){
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}

.circles li:nth-child(6){
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}

.circles li:nth-child(7){
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}

.circles li:nth-child(8){
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}

.circles li:nth-child(9){
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}

.circles li:nth-child(10){
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}



@keyframes animate {

    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100%{
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }

}


.main-hero{
    background: url("../images/new/send-money.jpg") no-repeat 0, 0;
    background-size: cover;
    background-position: center;
}





/* footer styles */

#footer1 .text-3 {
    font-size: 16px !important;
    font-size: 1rem !important;
}
#footer1 .text-2 {
    font-size: 14px !important;
    font-size: 0.875rem !important;
}
#footer1 .nav.flex-column .nav-item .nav-link {
    margin: 0.7rem 0px !important;
}
#footer1 .text-muted {
    color: #000000 !important;
}
#footer1 .nav .nav-item .nav-link {
    padding: 0;
    margin: 0.5rem 0px;
    color: #252b33;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
#footer1 .nav .nav-item {
    line-height: 12px !important;
}

#footer1 .footer-copyright {
    border-top: 1px solid #e2e8ea;
    padding: 0px 0px;
    color: #67727c;
}

#footer1 .nav .nav-item1 {
    display: inline-block;
    line-height: 12px;
    margin: 0;
    padding: 0 10px;
}

@media (max-width: 992px) {
    .centered-text-footer{
        text-align: center !important;
    }
}

#footer1 .form-control:not(.form-control-sm) {
    padding: 0.81rem 0.96rem !important;
    height: inherit;
}
#footer1 .newsletter .form-control {
    height: 38px !important;
    font-size: 14px;
}
#footer1 .input-group>.input-group-append>.btn, .input-group>.input-group-append>.input-group-text, .input-group>.input-group-prepend:first-child>.btn:not(:first-child), .input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child), .input-group>.input-group-prepend:not(:first-child)>.btn, .input-group>.input-group-prepend:not(:first-child)>.input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
#footer1 .input-group-append .btn, .input-group-prepend .btn {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}
#footer1 .newsletter .btn {
    height: 38px;
    padding-top: 0;
    padding-bottom: 0px;
    font-size: 14px;
}


