@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800&display=swap");

* {
    margin: 0;
    padding: 0;
}

:root {
    --golden: #ffcc01;
    --black: #000;
}

body {
    font-family: "Inter", sans-serif;
    scroll-behavior: smooth;
    top: 0px !important;
    position: static !important;
}

/* ------------Transalation Start -------------*/

.translation_div .skiptranslate>div {
    display: flex;
    align-items: center;
    justify-content: center;
}


.translation_div .skiptranslate>div::before {
    content: '';
    background: url('/assets/images/bx-globe.svg');
    background-repeat: no-repeat;
    filter: opacity(0.5);
    width: 20px;
    height: 20px;
    margin-left: 10px;

}

.translation_div #google_translate_element {
    position: fixed;
    top: 84px;
    right: 30px;
    width: auto;
    height: 43px;
    text-align: center;
    cursor: pointer;
    z-index: 997;
    border-radius: 1px;
    -webkit-transition: bottom .5s ease, opacity .5s ease;
    transition: bottom .5s ease, opacity .5s ease;
    background: #fff;
    transition: all 300ms ease;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.translation_div .goog-te-gadget .goog-te-combo {
    margin: 4px 0;
}

.translation_div .goog-te-gadget .goog-te-combo {
    margin: 4px 0;
    border-radius: 0px;
    padding: 5px 10px 5px 5px;
}

.goog-te-banner-frame {
    display: none !important
}

.translation_div .goog-te-gadget .goog-te-combo {
    border: none;
}

.translation_div a.goog-logo-link {
    display: none;
    line-height: 0;
}

.translation_div .goog-logo-link {
    display: none !important;
}

.translation_div .goog-te-gadget {
    color: transparent !important;
}

.translation_div select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    cursor: pointer;
}

.translation_div select:focus {
    outline: none
}
.VIpgJd-ZVi9od-l4eHX-hSRGPd, .VIpgJd-ZVi9od-l4eHX-hSRGPd:link{
    display: none;
}


/* ------------Transalation End-------------*/

/* --------------Custom CSS------------------*/

.bg-black {
    background-color: #000;
}

.container-fluid {
    max-width: 1440px;
}

.bg-primary {
    background-color: #fff9e6 !important;
}

h1 {
    font-weight: 600;
    font-size: 3.75rem;
}

h2 {
    font-weight: 600;
    font-size: 3rem;
}

h3 {
    font-weight: 600;
    font-size: 2.125rem;
}

h4 {
    font-weight: 700;
    font-size: 1.75rem;
}

h6 {
    font-weight: 600;
    font-size: 16px;
}

.h7 {
    font-weight: 400;
    font-size: 18px;
    color: #0f172a;
}

.cursor-pointer {
    cursor: pointer;
}

p {
    font-size: 1.25rem;
}

.paragraph-secondary {
    font-size: 1rem;
    color: #475569;
}

.heading-secondary {
    font-weight: 600;
    font-size: 1.75rem;
    color: #475569;
}

.fw-bold {
    font-weight: 600 !important;
    color: #475569;
}

.btn-warning {
    background-color: #ffcc01;
    font-size: 1.125rem;
    font-weight: 600;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.btn-warning:hover {
    opacity: 0.9;
}

.btn-dark:hover {
    opacity: 0.9;
}

.form-control,
.form-select {
    line-height: 2.1;
}

::placeholder {
    color: #94a3b8;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #e9ecef;
}

.card_chosse_color .dropdown-menu {
    min-width: auto !important;
    border: 1px solid rgba(0, 0, 0, 0.15);
}

.form-check-input:checked {
    background-color: #333;
    border-color: #333;
}

.form-check-input:focus {
    box-shadow: none;
}

.bg_black {
    background-color: var(--black);
}

.bg-white {
    background-color: #fff !important;
}

.dropdown-menu {
    z-index: 100 !important;
}

.upload_form label {
    background-color: #6c757d;
    color: white;
    padding: 0.5rem;
    min-width: 158px;
    border-radius: 0.3rem;
    text-align: center;
    cursor: pointer;
    margin-top: 1rem;
}

.upload_form #file-chosen {
    margin-left: 0.3rem;
}

 .form-check-input {
    width: 1.5em;
    height: 1.5em;
}
.form-check-input:checked {
    background-color: #333;
    border-color: #333;
}

/*===========================Header =====================================*/
header {
    background-color: #000;
    color: #ffff;
    /* position: fixed;
    left: 0;
    width: 100%; */
    z-index: 101;
    padding: 5px 0px;
    border-bottom: 1px solid #fff;
}

header nav ul li {
    padding: 0 20px;
}

header .navbar-brand>img {
    width: 100px;
    transition: all 0.6s !important;
    -webkit-transition: all 0.6s !important;
    -moz-transition: all 0.6s !important;
    -ms-transition: all 0.6s !important;
    -o-transition: all 0.6s !important;
}

/* // ================== nfc_hero_section ====================== */

.nfc_hero_section {
    min-height: 630px;
}

.nfc_card_title {
    color: var(--golden);
    letter-spacing: 0.58em;
    font-weight: 500;
    font-size: 14.2857px;
}

.inner_padding {
    padding: 40px 20px 40px 20px;
}

.text-para {
    color: #c9c7d1;
}

.single_slide {
    margin: 0 auto;
}

.carousel-inner {
    min-height: 372px;

}



.single_slide {
    padding: 0px 30px;
}

.carousel-indicators [data-bs-target] {
    height: 14px;
    width: 14px;
    border-radius: 50%;
    border-radius: 50%;
    background-color: #000;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.carousel-item {
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
}

/* .carousel-item.active {
    left: 200px;
    animation: showMenu 400ms ease forwards;
    -webkit-animation: showMenu 400ms ease forwards;
}


@keyframes showMenu {
    to {
        left: 0
    }
} */


/* .single_slide img {
    width: 350px !important;
} */

.carousel-indicators {
    margin-bottom: -3rem;
}

/* .card__holder{
    position: relative;
    max-width: 350px;
    max-height: 242px;
} */

 
 
.circle__holder{
    position: absolute;
    bottom:-10px;
    right: 10px;
}

  .circle__holder img{
    height: 100px;
    width: 100px;
  }
  .circle__holder .price{
    font-weight: 600;
    text-transform: uppercase;
  }

/*========================= Pricing ========================*/
.pricing {
    padding: 50px 0px;
}

.inner-padding {
    padding: 0px 150px;
}

.pricing .card {
    background: #fafafa;
    border: none;
    border-radius: 5px;
    padding-top: 50px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

.pricing .card:hover {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
}

.card_price {
    color: #1a191e;
    font-weight: 700;
    font-size: 34.63px;
    margin-bottom: 15px;
}

.price-tag {
    font-size: 16px;
}

.card_month {
    color: #848199;
    font-size: 16.3531px;
    font-weight: normal;
}

.pricing .card-title {
    font-weight: 500;
    font-size: 26.9345px;
}

.pricing .card-text {
    font-weight: 500;
    font-size: 14.4292px;
    color: #64748b;
}

.black_card {
    background-color: #1a191e !important;
    color: #fff !important;
    box-shadow: 6px 32px 25px rgb(255 204 1 / 29%);
    position: relative;
}

.btn-dark {
    font-size: 1.125rem;
}

.btn-secondary {
    font-size: 1.125rem;
}

.premium-badge {
    background-color: #484733 !important;
    padding: 7px 10px;
    position: absolute;
    top: 15px;
    right: 10px;
}

/*========================= Pricing  End========================*/

.card-funtionalities .card {
    padding: 50px 10px;
    align-items: center;
    background: #f1f5f9;
    border: none;
}

.card-funtionalities .card-title {
    font-size: 1.875rem;
    font-weight: 600;
    color: #0f172a;
}

.card-funtionalities .card-text {
    font-size: 1rem;
    font-weight: 400;
    color: #0f172a;
}

.btn-light {
    background: #f6f6f6;
    border: 1.21053px solid rgba(196, 196, 196, 0.2);
    border-radius: 8.47368px;
    width: 150.11px;
    min-height: 40px;
}

.input-bg-grey {
    background-color: #f1f5f9;
    border-radius: 5px;
    border: none;
}

.link-text {
    color: #000;
    text-decoration: none;
    font-weight: 600;
}

.link-text:hover {
    text-decoration: underline;
}

.ul-tabs-outer {
    width: max-content;
    background: #ffffff;
    border-radius: 40px;
    padding: 4px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background: #1a191e;
    border-radius: 40px;
    font-weight: 500;

    color: #ffffff;
}

.ul-tabs-outer .nav-link {
    display: block;
    padding: 0.5rem 1rem;
    color: #000;
    text-decoration: none;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
}

.drop-zone {
    background-color: #fff;
    padding: 25px;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    color: #475569;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.drop-zone--over {
    border-style: solid;
}

.drop-zone__input {
    display: none;
}

.drop-zone__thumb {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    background-color: #cccccc;
    background-size: cover;
    position: relative;
}

.drop-zone__thumb::after {
    content: attr(data-label);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5px 0;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.75);
    font-size: 14px;
    text-align: center;
}


.partner-with-us-section {
    /* padding-top: calc(100px + 76px); */
    padding-bottom: 100px;
}


.qrScanHolder {
    height: 200px;
    width: 200px;
}

.qrScanHolder>img {
    height: 100%;
    width: 100%;
}

.paading-top {
    padding-top: calc(30px);
}


/*=========================== Footer-section =======================*/

footer {
    padding: 5em 0 1em 0;
    background-color: #000;
}

.footer-title {
    font-size: 2.125rem;
    color: #fff;
}

.footer-text {
    font-size: 1rem;
    color: #cbd5e1;
}

.footer-links-heading {
    color: #fff;
    padding-top: 10px;
    margin-bottom: 1rem;
}

.footer-lnks ul {
    padding: 0;
}

.footer-lnks ul li {
    list-style: none;
    padding: 8px 0px;
}

.footer-lnks ul li a {
    text-decoration: none;
    color: #cbd5e1;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
}

.footer-lnks ul li a:hover {
    opacity: 0.7;
}

.social-icons>ul {
    padding: 0;
}

.social-icons>ul li {
    list-style: none;
    margin: 0 2px 0 0;
    display: inline-block;
}

.social-icons>ul li a {
    height: 30px;
    width: 30px;
    display: block;
    color: #000;
    background: #fed952;
    border-radius: 50%;
    position: relative;
}

.social-icons>ul li a span {
    position: absolute;
    font-size: 20px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.footer-copyright a {
    font-size: 12px;
}

/* // ==================Small devices ====================== */
@media (max-width: 991px) {
    .inner-padding {
        padding: 20px;
    }
}

/* // Small devices (landscape phones, less than 768px) */
@media (max-width: 767px) {
    h1 {
        font-size: 40px;
    }

    h2 {
        font-size: 28px;
    }

    h3 {
        font-size: 25px;
    }

    h4 {
        font-size: 20px;
    }

    p {
        font-size: 16px;
    }

    .heading-secondary {
        font-size: 20px;
    }

    .divider {
        display: none;
    }

    .shop-section .card-img-holder {
        padding: 20px;
    }

    .partner-with-us-section .card-title {
        font-size: 20px;
    }

    .partner-img {
        width: 100%;
    }

    .nfc_hero_section {
        min-height: 920px;
    }

    .inner_padding {
        padding: 0px 0px 40px 0px;
    }

    .single_slide {
        padding: 0px;
    }

    .carousel-indicators {
        margin-bottom: -1rem;
    }

    .how-mtn-card-work .heading {
        margin-bottom: 50px;
    }

    .bg_black {
        padding-top: 2rem;
    }

    .lang_switcher svg {
        color: #fff;
    }


    header .navbar-brand>img {
        width: 70px;



    }

    .carousel-inner {
        min-height: 400px;
    }


    .divider {
        display: none;
    }
}

/* // ==================Small devices ====================== */
@media (max-width: 310px) {
    .ul-tabs-outer {
        width: auto;
        border-radius: 8px;
        padding: 4px;
    }
}

/* // ==================Large devices ====================== */
@media (min-width: 767.98px) {
    .divider {
        display: block;
        visibility: hidden;
        font-size: 0;
    }
}

@media (min-width: 1441px) {
    .bg_black_desktop {
        background-color: #000;
    }

    .carousel-indicators [data-bs-target] {
        background-color: #fff;
    }

    .rounded-large {
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
    }

    .carousel-inner {
        min-height: 434px;
        padding: 30px;
    }

    .carousel-indicators {
        margin-bottom: -3rem;
    }

    .lang_switcher svg {
        color: #fff;
    }
}