/*
Theme Name: cardying

Theme URI: http://cardying.com/

Author: questionlee

Author URI: http://cardying.com/

Description: cardying.com

Version: 1.0

License: GNU General Public License v2 or later

License URI: http://www.gnu.org/licenses/gpl-2.0.html

Text Domain: cardying

*/

body {
    background-color: #f1fef4;
    color: #000;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    color: #000;
}

.card-body {
    color: #000;
}

.card-phone {
    border: 1px solid #e7baf6;
    background-color: #f7e1ff;
}

.card-phone .shape {
    position: absolute;
    border: 1px solid #515151;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    left: -50px;
    top: -50px;
}

.card-phone-1 {
    border: 1px solid #fcdf79;
    background-color: #ffeeb3;
    position: relative;
}

.card-phone-1 .shape {
    position: absolute;
    width: 120px;
    height: 120px;
    right: -50px;
    bottom: -50px;
}

.navbar {
    width: 100%;
    position: fixed;
    z-index: 1030;
    top: 0;
    background-color: #f1fef4;
}

.navbar .navbar-btn {
    border-radius: 8rem;
}

.navbar .nav-link {
    font-weight: bold;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
    color: #3bb75e;
}

.navbar-expand-lg .navbar-collapse {
    background: transparent;
}

.btn-success {
    background-color: #3bb75e;
}

.marquee {
    display: flex;
    overflow: hidden;
    height: 5rem;
}

.marquee.marquee-home {
    background-color: #3bb75e;
}

.marquee-content {
    min-width: 100%;
    display: flex;
    flex-shrink: 0;
    justify-content: space-around;
    animation: scrolling 20s linear infinite;
}

.marquee-item {
    display: flex;
    align-items: center;
    flex-direction: row;
    margin-right: 2rem;
}

.marquee-item img {
    display: block;
    width: auto;
    image-rendering: pixelated;
    height: 2rem;
    max-height: 2rem;
    overflow: clip;
}

@keyframes scrolling {
    0% { transform: translateX(0); }
    100% { transform: translateX(calc(-100%)); }
}

.marquee-stars {
    display: flex;
    overflow: hidden;
}

.marquee-stars .row {
    min-width: 100%;
    display: flex;
    flex-shrink: 0;
    justify-content: space-around;
    animation: scrolling 20s linear infinite;
}

.marquee-stars .row .card {
    width: 20rem;
    display: flex;
    align-items: center;
    flex-direction: row;
    margin: 1.5rem;
}

.rates-input:disabled {
    background: rgba(254, 173, 84, .1);
    border: 1px solid #fead54;
}

.banner-bg {
    background-image: url(/wp-content/themes/quick-bootstrap/assets/img/backgrounds/pattern-line.svg);
    background-position: 1rem 1rem;
    background-repeat: no-repeat;
    background-size: cover;
}


.top-banner-bg {
    background-image: url(/wp-content/themes/quick-bootstrap/assets/img/backgrounds/pattern-line-dark.svg);
    background-position: 1rem 1rem;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner {
    color: #515151;
}

.banner1-title {
    color: #2a2a2a;
}

.banner1 .img-fluid {
    transition: all 1s ease;
    animation: bounceIt 5s ease infinite;
}

@keyframes bounceIt {
    0%,to {
        transform: translateY(0)
    }

    50% {
        transform: translateY(30px)
    }
}

.banner-how-work .container {
    background-image: url(/wp-content/themes/quick-bootstrap/assets/img/svg/title-circle.svg);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 200px;
}

.banner-how-work .row {
    background-image: url(/wp-content/themes/quick-bootstrap/assets/img/svg/line-color-how-work.svg);
    background-position: top;
    background-repeat: no-repeat;
}

.banner-how-work .num-box {
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 26px;
    font-weight: bold;
    border-radius: 100%;
    margin: auto;
    color: #fff;
}

.text-success {
    color: #3bb75e;
}

.text-pattern {
    position: relative;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 1rem;
}

.text-pattern svg {
    position: absolute;
    top: 60%;
    left: 0;
    width: 100%;
}

ul li {
    margin-bottom: 5px;
    position: relative
}

.banner4 {
    background-color: #E8FCED;
}

.banner-icon-box .box-icon {
    background: #F1FEF4;
    width: 7.813rem;
    height: 7.813rem;
    border-radius: 1.25rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto ;
}

.banner-icon-box h4 {
    margin: 0.5rem auto;
}

.banner-icon-box p {
    font-size: 14px;
}

.rating-row .star {
    margin: 0 5px;
}

.rating-row h4 {
    color: #EF9837;
}

.banner4 .card-body {
    font-size: 14px;
    padding: 24px;
}

.banner4 .card-body p {
    min-height: 143px;
}

.banner4 {
    background-image: url(/wp-content/themes/quick-bootstrap/assets/img/checked-pattern-blue.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.banner5 {
    color: #fff;
}

.banner5 .container{
    border-radius: 1.875rem;
    overflow: hidden;
    background-image: url(/wp-content/themes/quick-bootstrap/assets/img/backgrounds/pattern-line.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #3bb75e;
    width: 100%;
    padding: 3.875rem 3.75rem 0rem 3.875rem;
}

.whatsapp-screenshot {
    position: relative;
    height: 35.25rem;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    background-image: url(/wp-content/themes/quick-bootstrap/assets/img/whatsapp-start.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
}

.banner-faqs {
    background-image: url(/wp-content/themes/quick-bootstrap/assets/img/svg/line-colors.svg);
    background-repeat: no-repeat;
    background-size: 70%;
    background-position: -1rem 2rem;
}

.banner-partner img {
    height: auto;
    max-width: 100%;
}

.ready-more-title {
    -webkit-text-fill-color: transparent;
    background: linear-gradient(145deg, #fead54, #3de6b4), linear-gradient(118deg, #fa9321, #0ed398);
    -webkit-background-clip: text;
    background-clip: text;
    color: #fff;
    font-size: 52px;
    font-weight: 700;
    height: 58px;
    line-height: 58px;
}

@media (max-width: 767.98px) { 
    .ready-more-title {
        font-size: 32px;
    }
}

.ready-more-line {
    background: linear-gradient(118deg, #fa9321, #0ed398);
    height: 4px;
    margin: 48px auto;
    width: 120px;
}

.card-svg {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 80%;
    border-radius: 20px;
    box-shadow: 0 12px 10px #f3f4f6;
    height: 120px;
    width: 100%;
}

@media (max-width: 767.98px) { 
    .card-svg {
        height: 70px;
        border-radius: 10px;
    }
}

.card-imgs-body {
    background: #fff;
    display: flex;
    flex: 1;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.card-imgs-item {
    padding: 15px 15px 15px 0;
    width: 25%;
}

.svg-google-play {
    background-color: #f9fafb;
    background-image: url(/wp-content/themes/quick-bootstrap/assets/img/card/google-play.svg);
    background-size: 150%;
}

.svg-razer_gold {
    background-color: #000;
    background-image: url(/wp-content/themes/quick-bootstrap/assets/img/card/razer-gold.png);
}

.svg-macys {
    background-color: #f9fafb;
    background-image: url(/wp-content/themes/quick-bootstrap/assets/img/card/macys.svg);
    background-size: 70%;
}

.svg-walmart {
    background-color: #006fcf;
    background-image: url(/wp-content/themes/quick-bootstrap/assets/icon/walmart.svg);
}

.svg-american_express {
    background-color: #006fcf;
    background-image: url(/wp-content/themes/quick-bootstrap/assets/img/card/american-express.svg);
}

.svg-vanilla {
    background-color: #fff;
    background-image: url(/wp-content/themes/quick-bootstrap/assets/img/card/vanilla.jpg);
}

.svg-steam {
    background-color: #000;
    background-image: url(/wp-content/themes/quick-bootstrap/assets/img/card/steam.svg);
}

.svg-foot_locker {
    background-color: #f9fafb;
    background-image: url(/wp-content/themes/quick-bootstrap/assets/img/card/foot-locker.png);
}

.svg-itunes {
    background-color: #fff;
    background-image: url(/wp-content/themes/quick-bootstrap/assets/img/card/itunes.png);
}

.svg-nike {
    background-color: #f9fafb;
    background-image: url(/wp-content/themes/quick-bootstrap/assets/img/card/nike.svg);
    background-size: 60%;
}

.svg-sephora {
    background-color: #000;
    background-image: url(/wp-content/themes/quick-bootstrap/assets/img/card/sephora.jpg);
}

.svg-amazon {
    background-color: #fff;
    background-image: url(/wp-content/themes/quick-bootstrap/assets/img/card/amazon.svg);
    background-size: 50%;
}

.svg-xbox {
    background-color: #01bd2b;
    background-image: url(/wp-content/themes/quick-bootstrap/assets/img/card/xbox.svg);
    background-size: 60%;
}

.card-imgs-item .card-svg {
    margin-bottom: 15px;
}

.page-item.active .page-link {
    border-color: #3bb75e;
    background-color: #3bb75e;
}

.go-chat {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 2000;
}

.go-chat a {
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.06), 0 2px 32px 0 rgba(0, 0, 0, 0.16);
    transition: transform 167ms;
}

.go-chat-swiper {
    position: absolute;
    right: 70px;
    width: auto;
    padding: 15px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 2px 2px rgba(61, 230, 180, .5);
    text-align: right;
    white-space: nowrap;
}

.go-chat-swiper p {
    display: none;
    margin: 0;
    color: #2a2a2a;
}

.go-chat-swiper p.active {
    display: block;
}

.go-chat-swiper p:hover {
    color: #006fcf;
}

.whatsappchat_row a img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

img.wp-smiley, img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 0.07em !important;
    vertical-align: -0.1em !important;
    background: none !important;
    padding: 0 !important;
}

.footer {
    color: #fff;
    background-color: #3bb75e;
}

.footer-logo {
    width: 10rem;
}

.footer a,
.footer i,
.footer .heading {
    color: #fff;
}
