/* Google Fonts "Libre Baskerville" */
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@700&family=Poppins:wght@600;700&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

:root {
    --bg-color: rgb(34, 34, 196);
}

body {
    scroll-behavior: smooth;
}

/* ==================== TOP NAVBAR STYLING START HERE ================ */

.topnavbar {
    width: 100%;
    background-color: #111;
    text-align: center;
}

.topnavbar h5 {
    color: #fff9f9c4;
    padding: 7px;
    margin-bottom: 0;
    font-size: 15px;
    text-transform: uppercase;
}

/* ==================== TOP NAVBAR STYLING END HERE ================ */


/* ==================== BOTTOM NAVBAR STYLING START HERE ================ */

nav {
    width: 100%;
    height: 90px;
    background-color: rgb(54, 54, 180);
    display: flex;
    align-items: center;
}

.bottom-navbar {
    display: flex;
    justify-content: space-evenly;
}

.bottom-navbar .site-logo {
    display: flex;
    align-items: center;
}

.bottom-navbar .site-logo h1 {
    font-size: 25px;
    color: #fff;
    text-transform: uppercase;
    margin-left: 10px;
    letter-spacing: 1.5px;
}

.bottom-navbar .site-logo img {
    width: 80px;
    border-radius: 15px;
}

.download-info {
    display: flex;
    align-items: center;
}

.download-info .heading {
    margin: auto 15px;
}

.download-info h5 {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}

.download-info h6 {
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
}

.download-info a {
    background: rgb(34, 195, 42);
    background: linear-gradient(0deg, rgba(34, 195, 42, 1) 36%, rgba(196, 253, 45, 1) 100%);
    padding: 10px 30px;
    text-decoration: none;
    color: #fff;
    transition: all 0.50s ease;
    border-radius: 5px;
    border: 1px solid #fff;
    text-transform: uppercase;
}

.download-info a:hover {
    background: transparent;
    color: #fff;
}

/* ==================== BOTTOM NAVBAR STYLING END HERE ================ */


/* ==================== HERO SECTION STYLING START HERE ================ */

.hero-section {
    width: 100%;
    height: 100vh;
    background-image: url('images/hero-banner.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    /* background: rgb(29, 237, 253);
    background: linear-gradient(90deg, rgba(29, 237, 253, 1) 44%, rgba(101, 174, 255, 1) 65%); */
}

.hero-section .heading {
    text-align: center;
    padding-top: 10px;
}

.hero-section .heading h3 {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.lists-container {
    display: flex;
    margin-left: 180px;
}

.left-boxs {
    width: auto;
    height: auto;
}

.left-boxs .yellow-box {
    width: 100%;
    display: flex;
    padding: 7px 20px;
    background-color: orange;
    border-radius: 50px;
    justify-content: start;
}

.yellow-box img {
    width: 55px;
    height: 55px;
    border: 2px solid #fff;
    border-radius: 50%;
}

.about-user {
    margin: auto 7px;
}

.about-user .received-dollars{
    font-size: 15px;
}

.textroll9{
    display: flex;
}

.textroll9 span {
    width: auto;
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Times New Roman', Times, serif;
    letter-spacing: 1.5px;
}


#content {
    font-size: 15px;
    font-weight: bold;
}

.about-user h5 {
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Lucida Sans', 'Lucida Sans Regular';
}

.left-boxs .user-list {
    width: 100%;
    /* height: auto; */
    padding: 5px 20px;
    background-color: #fff;
    border: 5px solid orange;
    border-radius: 5px;
    margin-top: 5px;
}

.user-list .firstuser {
    display: flex;
    align-items: center;
}


.user-list .seconduser {
    display: flex;
    align-items: center;
}


.user-list img {
    width: 47px;
    height: 47px;
    border: 2px solid black;
    border-radius: 50%;
}
.user-list .sno {
    width: 70px;
    height: 50px;
    margin-right: 20px;
    border: 0;
    border-radius: 0;
}

.users {
    margin: 10px 10px;
}

.user-list .username {
    font-size: 15px;
    text-transform: uppercase;
    color: orange;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 1.5px;
}

.user-list .earndollars {
    font-size: 16px;
    text-transform: uppercase;
    color: orange;
    letter-spacing: 1.5px;
}

.download-btn {
    display: flex;
    margin: 5px auto;
}

.download-btn a {
    background: rgb(34, 195, 42);
    background: linear-gradient(0deg, rgba(34, 195, 42, 1) 36%, rgba(196, 253, 45, 1) 100%);
    padding: 10px 30px;
    text-decoration: none;
    color: #fff;
    transition: all 0.50s ease;
    border-radius: 5px;
    border: 1px solid #fff;
    text-transform: uppercase;
}

.download-btn a:hover {
    border: 1px solid #111;
    color: #111;
}


.right-img {
    padding: 30px;
}

.right-img img {
    width: 550px;
    height: 468px;
    padding: 30px;
}

/* ==================== HERO SECTION STYLING END HERE ================ */



/* ==================== IMAGE SLIDER SECTION STYLING START HERE ================ */

.section {
    background: rgb(195, 158, 34);
    background: linear-gradient(0deg, rgba(195, 158, 34, 0.9752275910364145) 31%, rgba(253, 233, 45, 1) 100%);
    height: auto;
    padding-bottom: 100px;
}

.section .sliderHeading {
    padding: 20px 0;
    text-align: center;
}

.sliderHeading h3 {
    color: rgb(238, 164, 26);
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;

}

.sliderHeading span {
    font-size: 16px;
    color: rgb(238, 164, 26);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.carousel-inner {
    width: 800px;
    height: auto;
    display: flex;
    margin: auto;
}

.carousel-item img {
    height: 350px;
}


#iamgesSlider {
    position: relative;
}

#iamgesSlider .carousel-indicators {
    position: absolute;
    bottom: -50px;

}

.carousel-indicators .active {
    background-color: rgb(94, 62, 2);
}

.carousel .carousel-indicators button {
    width: 10px;
    height: 10px;
    background-color: rgb(138, 96, 19);
    border-radius: 50%;
}


#iamgesSlider .carousel-control-prev .carousel-control-prev-icon {
    position: absolute;
    left: 180px;
}

#iamgesSlider .carousel-control-next .carousel-control-next-icon {
    position: absolute;
    right: 180px;
}


/* ==================== IMAGE SLIDER SECTION STYLING END HERE ================ */


/* ==================== SEM RISCO SECTION STYLING START HERE ================ */

.semrisco {
    width: 100%;
    height: auto;
    background-image: linear-gradient(rgb(250, 249, 249), rgba(255, 242, 242, 0.856)), url('images/bg-banner1.png');
    background-repeat: repeat;
    background-size: cover;
    background-position: center;
}

.inner-container {
    width: 820px;
    height: auto;
    margin: auto;
    display: flex;
}

.inner-container img {
    width: 460px;

}

.inner-container .right-text {
    margin-top: 70px;
}

.inner-container .right-text h1 {
    color: orange;
    letter-spacing: 1.5px;
    font-size: 45px;
    text-transform: uppercase;
    font-weight: bolder;
    text-align: right;
}

.inner-container .right-text h1 span {
    font-size: 65px;
    display: block;
}

.inner-container .right-text h5 {
    text-align: right;
    text-transform: uppercase;
}

.inner-container .right-text .firstpara {
    display: flex;
    justify-content: end;
    text-align: right;
    font-size: 12px;
    text-transform: uppercase;
}

.inner-container .right-text .secondpara {
    display: flex;
    justify-content: end;
    text-align: right;
    font-size: 12px;
    margin: 10px auto;
    text-transform: uppercase;
}

.inner-container .right-text h6 {
    margin: 20px auto;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
}

/* ==================== SEM RISCO SECTION STYLING END HERE ================ */


/* ==================== TESTIMONIAL SECTION STYLING START HERE ================ */

.testimonial {
    width: 100%;
    height: auto;
    background-image: linear-gradient(rgb(250, 249, 249), rgba(255, 242, 242, 0.856)), url('images/bg-banner2.jpg');
    background-position: center;
    background-repeat: repeat;
    background-size: cover;
}

.testimonial h3 {
    text-align: center;
    text-transform: uppercase;
    color: rgb(51, 139, 253);
    font-weight: bold;
    letter-spacing: 1px;
}

.testimonial h3 span {
    color: orange;
}

.testimonials {
    height: auto;
    padding-bottom: 100px;
}

.carousel-item .men img {
    width: 300px;
    height: 300px;
    border: 6px solid #fff;
}

.carousel-item .men {
    display: flex;
    align-items: center;
}

.carousel-item .men p {
    display: flex;
    align-items: center;
    margin-left: 50px;
    font-size: 15px;
}

.carousel-item .men .desc a {
    color: #111;
    text-decoration: none;
    display: flex;
    justify-content: end;
    font-size: 15px;
    transition: all 0.50 ease;
}

.men .desc a:hover{
    color: orange;
}


/* ==================== TESTIMONIAL SECTION STYLING END HERE ================ */


/* ==================== FOOTER SECTION STYLING START HERE ================ */

.footer {
    width: 100%;
    height: 200px;
    background-color: rgb(124, 187, 65);
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer .footer-logo img {
    margin: 10px;
    width: 100px;
    border-radius: 20px;
}

.footer .footerheading {
    margin-left: 50px;
}

.footer .footerheading h2 {
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    letter-spacing: 1px;
}

.footer .footerheading p {
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
    font-size: 14px;
}
.footer .footerheading .button {
    width: 100%;
    display: flex;
    justify-content: center;

}
.button .qrcode{
    display: flex;
    align-items: center;
    position: relative;
}
.button .qrcode img{
    width: 50px;
    cursor: pointer;
    border-radius: 5px;
}
.button .qrcode .popupqrcode{
    position: absolute;
    width: 250px;
    top: -150px;
    left: -200px;
    transition: 0;
    cursor: none;
    display: none;
    border-radius: 20px;
    border: 1px solid #111;
}

.button .qrcode:hover .popupqrcode{
    display: block;
    transition-delay: 1s;
}

.button .footer-download-btn {
    display: flex;
    align-items: center;
    margin: auto 15px;
}

.footer-download-btn a{
    background: black;
    padding: 12px 70px;
    text-decoration: none;
    color: #fff;
    transition: all 0.50s ease;
    border-radius: 5px;
    border: 1px solid #fff;
    text-transform: uppercase;
} 

.footer-download-btn a:hover {
    background: transparent;
}

footer .footer-pages{
    background-color: rgb(124, 187, 65);
    text-align: center;
    color: #fff;
    padding: 10px;
}

.footer-pages a{
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 14px;
}
.footer-pages a:hover{
    color: #111;
    text-decoration: underline;
}



/* ==================== FOOTER SECTION STYLING END HERE ================ */


/* ////////////////////////////  CREATING RESPONSIVE FOR ALL DEVICES  ///////////////////////// */

@media only screen and (min-width: 567px) and (max-width: 1280px) {

    .bottom-navbar .site-logo img {
        width: 55px;
    }

    .hero-section {
        display: flex;
        flex-direction: column;
        height: auto;
        margin-left: 0;
    }

    .topnavbar h5 {
        padding: 5px;
        font-size: 13px;
    }

    .bottom-navbar .site-logo h1 {
        font-size: 20px;
    }

    .lists-container{
        justify-content: center;
        margin-left: 0;
    }

    .left-boxs .user-list{
        padding: 0;
    }

    .user-list .sno{
        margin-right: 5px;
    }

    .download-info h5 {
        font-size: 15px;
    }

    .download-info h6 {
        font-size: 10px;
    }

    .download-info a {
        padding: 7px 20px;
    }

    .carousel-inner {
        width: 100%;
    }

    .carousel-item img {
        height: 220px;
        width: 100%;
    }

    #iamgesSlider .carousel-control-prev .carousel-control-prev-icon {
        left: 100px;
    }

    #iamgesSlider .carousel-control-next .carousel-control-next-icon {
        right: 100px;
    }

    .inner-container .right-text {
        margin-top: 50px;
    }

    .inner-container {
        width: 100%;
        flex-direction: column;
    }

    .inner-container .girl {
        text-align: center;
    }

    .inner-container .girl img {
        width: 350px;
    }

    .inner-container .right-text {
        margin: auto 50px;
        text-align: center;
    }

    .inner-container .right-text h1 {
        text-align: center;
    }

    .inner-container .right-text h5 {
        text-align: center;
    }

    .inner-container .right-text .firstpara {
        text-align: center;
        justify-content: center;
    }

    .inner-container .right-text .secondpara {
        justify-content: center;
        text-align: center;
    }

    .carousel-item .men {
        margin: auto;
        flex-direction: column-reverse;
    }

    .carousel-item .men img {
        margin: auto;
    }

    .carousel-item .men p {
        text-align: center;
        margin-left: 0;
    }
    .carousel-item .men .desc a {
        justify-content: center;
    }
}

@media only screen and (min-width: 320px) and (max-width: 567px) {

    .bottom-navbar .site-logo img {
        width: 63px;
    }

    .hero-section {
        display: flex;
        flex-direction: column;
        height: auto;
    }

    .hero-section .heading h3{
        color: orange;
    }

    .lists-container{
        justify-content: center;
        margin-left: 0;
    }

    .left-boxs .user-list{
        padding: 0;
    }

    .left-boxs .yellow-box{
        border-radius: 0;
    }

    .user-list .sno{
        margin-right: 5px;
    }

    .yellow-box{
        display: flex;
        flex-direction: column;
        border-radius: 0;
    }
    
    .yellow-box img{
        margin: auto;
    }
    
    .textroll9 span{
        font-size: 12px;
    }

    .about-user .demo{
        text-align: center;
    }

    .yellow-box .received-dollars{
        text-align: center;
        font-size: 12px;
    }
    
    
    .topnavbar h5 {
        padding: 5px;
        font-size: 10px;
    }

    nav {
        height: auto;
    }

    .bottom-navbar .site-logo h1 {
        font-size: 14px;
    }

    .download-info h5 {
        display: none;
        font-size: 13px;
    }

    .download-info h6 {
        display: none;
        font-size: 11px;
        text-align: center;
    }

    .download-info a {
        padding: 5px 15px;
    }

    .footer .footerheading {
        text-align: center;
    }
    
    .footer .footerheading h2 {
        font-size: 15px;
        color: #fff;
        letter-spacing: 1px;
    }
    
    .footer .footerheading p {
        font-size: 10px;
    }

    .carousel-inner {
        width: 100%;
    }

    .carousel-item{
        width: 100%;
    }

    .carousel-item img {
        height: 200px;
        width: 100%;
    }

    #iamgesSlider .carousel-control-prev .carousel-control-prev-icon {
        left: 5px;
    }

    #iamgesSlider .carousel-control-next .carousel-control-next-icon {
        right: 5px;
    }

    .inner-container .right-text {
        margin-top: 30px;
    }

    .inner-container {
        width: 100%;
        flex-direction: column-reverse;
    }

    .inner-container .girl {
        text-align: center;
    }

    .inner-container .girl img {
        width: 100%;
    }

    .inner-container .right-text {
        text-align: center;
        margin: auto 50px;
        text-align: justify;
    }

    .inner-container .right-text h1 {
        font-size: 30px;
        text-align: center;
    }
    .inner-container .right-text h1 span{
        font-size: 50px;
        text-align: center;
    }

    .inner-container .right-text h5 {
        font-size: 20px;
        text-align: center;
    }

    .inner-container .right-text .firstpara {
        text-align: center;
        justify-content: center;
        text-align: justify;
    }
    
    .inner-container .right-text .secondpara {
        text-align: justify;
        text-align: center;
    }

    .carousel-item .men {
        margin: auto;
        flex-direction: column-reverse;
    }

    .carousel-item .men img {
        margin: auto;
    }

    .carousel-item .men p {
        flex-wrap: wrap;
        text-align: center;
        margin-left: 0;
    }
    .carousel-item .men .desc a {
        justify-content: center;
    }

    .footer{
        height: auto;
        display: flex;
        flex-direction: column;
    }

    .button .qrcode .popupqrcode{
        top: -150px;
        left: 0px;
    }
}