@import url("../../offline/css/fontstyle.css");

* {
    margin: 0;
    padding: 0;
}

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

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

/*===========Translation CSS=============*/

.translation_div #google_translate_element {
    position: fixed;
    bottom: 0px;
    right: 30px;
    width: auto;
    height: 43px;
    text-align: center;
    cursor: pointer;
    z-index: 997;
    border-radius: 1px;
    -webkit-transition: bottom 0.5s ease, opacity 0.5s ease;
    transition: bottom 0.5s ease, opacity 0.5s ease;
    background: #fff;
    /* border: 1px solid #ddd; */
    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;
}

.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 {
    display: none;
}

/*===========Newsletter Modal=============*/
.newsletter_modal h3 {
    font-size: 25px;
}

.modal_close_btn {
    position: absolute;
    right: 19px;
    top: 13px;
}

.btn-close:focus {
    outline: 0;
    box-shadow: none;
    opacity: 1;
}

.newsletter_modal .modal-content {
    border-radius: 10px 0px 0px 10px;
    -webkit-border-radius: 10px 0px 0px 10px;
    -moz-border-radius: 10px 0px 0px 10px;
    -ms-border-radius: 10px 0px 0px 10px;
    -o-border-radius: 10px 0px 0px 10px;
}

/*===========Loader Start ============*/
#loading {
    position: fixed;
    height: 100%;
    width: 100%;
    background: var(--black);
    background: #000 url("/assets/web/images/loader/Taply-enimation-Logo.gif")
        no-repeat center;
    background-size: 300px;
    z-index: 999;
}

.horizontal-bar-wrap {
    height: 3px;
    width: 100%;
}

.horizontal-bar-wrap .bar {
    position: relative;
    width: 0%;
    height: 100%;
    margin: 0 auto;
    animation: barWidth;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.horizontal-bar-wrap .bar.bar1 {
    animation-delay: 0s;
    background: var(--golden);
    top: 0;
    z-index: 1;
}

@keyframes barWidth {
    0% {
        width: 0%;
    }

    25% {
        width: 50%;
    }

    50% {
        width: 100%;
    }

    75% {
        width: 50%;
    }

    100% {
        width: 0%;
    }
}

@keyframes barWidth2 {
    0% {
        width: 0%;
    }

    50% {
        width: 50%;
    }

    100% {
        width: 100%;
    }
}

.Logo_container {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: auto;
}

.t-logo {
    width: 80px;
}

.half_logo {
    width: 100px;
}

.pulse {
    margin-right: 16px;
    animation: beat 1s infinite alternate;
    transform-origin: center;
    -webkit-animation: beat 1s infinite alternate;
}

@keyframes beat {
    to {
        transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
    }
}

/*===========Loader End ============*/

/*=========== Scroll Up ============*/

#scrollUp {
    position: fixed;
    display: none;
    height: 45px;
    width: 40px;
    right: 2%;
    bottom: 7%;
    border-radius: 4px;
    background-color: rgba(35, 35, 35, 0.65);
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    z-index: 500;
}

#scrollUp > svg {
    display: block;
    height: 100%;
    font-size: 10px;
    color: white;
    margin: 0 auto;
}

.svg-inline--fa.fa-w-14 {
    width: 2em;
}

/*=========== Custom Classes ============*/

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

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

.bg-orange {
    background-color: #ffcc01 !important;
}

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

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: #fed952;
    font-size: 1.125rem;
    font-weight: 600;
}

.btn-secondary {
    background-color: #ffff;
    color: #000;
    border-color: #cbd5e1;
}

.btn-secondary:active {
    background-color: #000;
    border: none;
}

.btn-secondary:focus {
    background-color: #000;
    border: none;
    outline: none;
    box-shadow: none;
}

.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;
}
.rounded-20 {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

/*===========================Header =====================================*/
header {
    background-color: #000;
    color: #ffff;
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 101;
}

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

header .navbar-brand > img {
    width: 150px;
    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;
}
header .navbar-brand > img.mtn-logo-yellow {
    width: 200px;
    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;
}

header.sticky .navbar-brand > img {
    width: 130px;
}

header.sticky {
    box-shadow: 0px 1px 10px #999;
}

nav ul li.active {
    background-color: #fcc81d !important;
    border-radius: 30px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}
nav ul li.active a {
    color: #000 !important;
}

/*===========================Hero-Section ================================*/
.hero-section {
    background-color: #fff9e6;
    min-height: 630px;
    padding-top: calc(40px + 83px);
    padding-bottom: 40px;
}

.hero-img {
    text-align: right;
}

.hero-section .animate-img {
    animation: up-down 2s ease-in-out infinite alternate-reverse both;
    -webkit-animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

@keyframes up-down {
    0% {
        transform: translateY(10px);
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        -ms-transform: translateY(10px);
        -o-transform: translateY(10px);
    }

    100% {
        transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -o-transform: translateY(-10px);
    }
}

/* New Animation */

.left-column {
    opacity: 0;
    animation: fade-left 1s ease-in-out forwards;
    transition: all 300ms ease;
}

@keyframes fade-left {
    0% {
        opacity: 0;
        transform: translateX(-50px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.right-column {
    opacity: 0;
    animation: fade-right 1s ease-in-out forwards;
    transition: all 300ms ease;
}

@keyframes fade-right {
    0% {
        opacity: 0;
        transform: translateX(50px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

/*=========================== Shop-Section ===============================*/
.shop-section {
    padding: 100px 0;
}

.shop-section h2 {
    color: #0f172a;
}

.shop-section .card-img-holder {
    background-color: #fff9e6;
    padding: 20px;
    border-radius: 5px 5px 0px 0px;
    display: flex;
    height: 220px;
    min-height: 226px;
    justify-content: center;
    align-items: center;
}

.shop-section .card-img-holder > img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.shop-section .card {
    background: #f1f5f9;
    border: none;
    border-radius: 5px;
}

.shop-section .card-title {
    font-size: 1.1rem;
}

.shop-section .card-text {
    font-size: 0.875rem;
    font-weight: 400;
    color: #64748b;
}

.shop-section .card-price {
    color: #059669;
    font-size: 1.75rem;
}

/*=========================== Compatibility-section =======================*/
.compatibility-section {
    padding: 100px 0;
    background-color: #f8fafc;
}

.buttons-main-div .btn-group {
    margin: 10px 0px;
}

/*=========================== Who We Are-section =========================*/
.who-we-are-section {
    padding: 100px 0;
}

/*=========================== Our Partners-section =======================*/
.our-partners-section {
    padding: 100px 0;
    background-color: #f8fafc;
}

.our-partners-section img {
    filter: grayscale(100%);
    cursor: pointer;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

.our-partners-section img:hover {
    filter: grayscale(0%);
    cursor: pointer;
    -webkit-filter: grayscale(0%);
}

/*=========================== What We Do-section =======================*/
.what-we-do-section-section {
    padding: 100px 0;
}
.what-we-do-section-section .max-height {
    height: 650px;
}
.what-we-do-section-section .card {
    border: 0;
}
.what-we-do-section-section .right-col .card {
    padding: 80px 20px;
    background: #fff;
    box-shadow: 5px 5px 29px 0 rgba(0, 0, 0, 0.15);
    border: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.what-we-do-section-section .right-col .card-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #0f172a;
}

.what-we-do-section-section .right-col .card-text {
    font-size: 1rem;
    font-weight: 400;
    color: #0f172a;
    text-transform: uppercase;
    border-bottom: 2px solid #000;
    width: max-content;
}
.what-we-do-section-section .right-col i {
    font-size: 50px;
}

.what-we-do-section-section .yellow-card {
    border-bottom: 10px solid #fcc81d !important;
}
.what-we-do-section-section .yellow-card {
    color: #fcc81d !important;
}
.what-we-do-section-section .black-card {
    border-bottom: 10px solid #000 !important;
}
.what-we-do-section-section .black-card {
    color: #000 !important;
}
.what-we-do-section-section .blue-card {
    border-bottom: 10px solid #003ecb !important;
}
.what-we-do-section-section .blue-card {
    color: #003ecb !important;
}
.what-we-do-section-section .red-card {
    border-bottom: 10px solid red !important;
}
.what-we-do-section-section .red-card {
    color: red !important;
}

.what-we-do-section-section .left-col .avatar-image {
    width: 255px;
    height: 255px;
    margin: 0 auto;
}
.what-we-do-section-section .paragraph-secondary {
    font-size: 20px;
}
.what-we-do-section-section .left-col .avatar-image > img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    object-fit: cover;
}

/*=========================== How it Works-section =======================*/
.how-it-works-section {
    padding: 100px 0;
    background-color: #f8fafc;
}

.video_thumbail_img_holder {
    height: 345px;
    width: 100%;
    cursor: pointer;
}

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

.partner-with-us-section .card {
    /* display: flex;
    justify-content: center;
    align-items: center; */
    color: #fff;
    background: #94a3b8;
}

.grey-card {
    padding: 10px 5px;
}

.grey-card .card-title {
    padding-left: 2rem;
}

.partner-with-us-section .card-title {
    font-size: 1.438rem;
    font-weight: 500;
}

.partner-with-us-section .card-text {
    font-size: 0.875rem;
    font-weight: 300;
    margin-bottom: 10px;
}

.partner-with-us-section form {
    border: 1px solid #e2e8f0;
    padding: 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

/*=========================== Refer-a-friends =======================*/
.refer-a-friend {
    padding: 100px 0;
    background: #f8fafc;
    z-index: -1;
}

.share_badge {
    display: flex;
    justify-content: space-between;
    background: #fff5cc;
    border-radius: 7px;
    padding: 10px;
    /* max-width: 311px; */
    align-items: center;
    color: #000;
    font-weight: 600;
    word-break: break-all;
    overflow: hidden;
}

.timeline_headings {
    font-weight: 600;
    font-size: 19px;
    line-height: 23px;
    color: #0f172a;
}

.circle_timeline {
    background: #0f172a;
    border-radius: 50%;
    width: 67px;
    height: 67px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    filter: drop-shadow(2px 5px 10px rgba(0, 0, 0, 0.281));
}

.right_side_timeline_content {
    padding-left: 80px;
}

.refer-timeline ul.timeline {
    list-style-type: none;
    position: relative;
}

.refer-timeline ul.timeline:before {
    content: " ";
    display: inline-block;
    position: absolute;
    left: 33px;
    width: 2px;
    height: calc(100% - 25%);
    z-index: 0;
    border-left: 1px dashed #000;
}

.refer-timeline ul.timeline > li {
    margin: 20px 0;
}

/* .refer-timeline li:last-child {
    background: #f8fafc;
    z-index: -1;
} */

/*=========================== Checkout =======================*/

.checkout-section {
    padding-top: calc(100px + 76px);
    padding-bottom: 100px;
}

.checkout-section .input-group-text {
    padding: 0.375rem 0.75rem;
    background-color: #fff;
}

.increment_decrement button {
    font-size: 25px;
    border: 1px solid #ced4da;
}

.checkout-section .border-left {
    border-left: 1px solid #e2e8f0;
}

.subtotal_div p {
    font-size: 18px;
    color: #64748b;
}

hr:not([size]) {
    height: 2px;
    color: #e2e8f0;
}

.Payable p {
    color: #0f172a;
    font-size: 18px;
    font-weight: 600;
}

#color1 {
    -webkit-appearance: none;
    padding: 3px;
    border: none;
    border-radius: 20px;
    width: 30px;
    height: 30px;
}

#color1::-webkit-color-swatch {
    border: none;
    border-radius: 20px;
    padding: 0;
}

#color1::-webkit-color-swatch-wrapper {
    border: none;
    border-radius: 20px;
    padding: 0;
}

.active_input {
    border: 1px solid black !important;
}

.checkout_checkbox .form-check-input {
    width: 1.5em;
    height: 1.5em;
}

/*=========================== Payment =======================*/
.payment-section {
    padding-top: calc(100px + 76px);
    padding-bottom: 100px;
}

.payment-section .border-left {
    border-left: 1px solid #e2e8f0;
}

.payment-section .social-card {
    border-radius: 5px;
}

.payment-section .social-card {
    background: #f1f5f9;
}

.payment-section .social-card p {
    color: #64748b;
    font-size: 14px;
}

.social-card_heading {
    font-weight: 600;
    font-size: 19px;
    color: #0f172a;
}

.btn-edit {
    background-color: #f1f5f9;
}

.submit_and_review label {
    color: #64748b;
    font-size: 12px;
    font-weight: 400;
}

.active_payment_method {
    border: 1px solid Green;
    border-radius: 5px;
}

.payment-methods {
    border-bottom: 1px solid #e2e8f0;
}

/*=========================== Profile Card =======================*/
.main_bg {
    background-color: #e5e5e5;
}

.profile_container {
    background-color: #f3f3f2;
}

.navigation_icon {
    margin-bottom: 25px;
}

.navigation_icon a {
    color: none;
    text-decoration: none;
}

.navigation_icon .btn-warning {
    font-size: 13.23px;
    border-radius: 16.54px;
    width: 66px;
    height: 31px;
    cursor: auto;
}

.pro_profile_bg {
    /* background: linear-gradient(rgba(72, 0, 72, 0.194), rgba(61, 48, 48, 0.231)), url('/assets/images/bg-auth.jpg'); */
    background-size: cover !important;
    background-position: center center !important;
    height: 200px;
    width: 100%;
    background-repeat: no-repeat;
    padding: 0px 20px 50px 20px;
    border-radius: 0px 0px 20px 20px;
}

.pro_profile_bg h1 {
    font-family: "Inter";
    font-style: normal;
    font-weight: 600;
    font-size: 40.4723px;
    background: linear-gradient(
        129.45deg,
        #ff5f00 13.86%,
        #ff0089 61.21%,
        #762ed1 93.77%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    padding-bottom: 50px;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: transparent;
}

.profile_container .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: none;
    background-color: transparent;
    border: none;
    border-bottom: 5px solid #000;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.profile_container .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active > img {
    filter: brightness(0.3);
    -webkit-filter: brightness(0.5);
    height: 30px;
}

.profile_img_btn {
    margin-top: -50px !important;
}

.bio-information {
    display: grid;
    grid-template-columns: auto 5rem;
    justify-content: space-between;
    align-items: center;
}

.download_contact_btn {
    border-radius: 50% !important;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    width: 50px;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -ms-border-radius: 50% !important;
    -o-border-radius: 50% !important;
    font-size: 20px;
}

.overlay {
    -webkit-box-shadow: inset 0px 0px 103px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset 0px 0px 103px 0px rgba(0, 0, 0, 0.75);
    box-shadow: inset 0px 0px 103px 0px rgba(0, 0, 0, 0.75);
}

.profile_img {
    height: 85px;
    width: 85px;
}

.profile_img > img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.business-hiring {
    color: #e55f4d;
    font-weight: 600;
    font-size: 10.76px;
}

.event_card {
    border: 1px solid #c4c4c4;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.evet_card_body {
    position: relative;
}

.event_price {
    position: absolute;
    top: 5px;
    right: 10px;
}

.saved_badge {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.calander_icon_holder {
    background: #fed952;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.calander_icon_holder i {
    color: #000;
}

.event_img_holder {
    height: 150px;
    width: 100%;
    position: relative;
}

.event_img_holder > img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 10px 10px 0px 0px;
    -webkit-border-radius: 10px 10px 0px 0px;
    -moz-border-radius: 10px 10px 0px 0px;
    -ms-border-radius: 10px 10px 0px 0px;
    -o-border-radius: 10px 10px 0px 0px;
}

.event_badge {
    position: absolute;
    top: 5px;
    right: 5px;
    font-weight: 400;
}

.event_price {
    color: #42a639;
    font-weight: 800;
    font-size: 16px;
}

.event_location {
    color: #979797;
    font-size: 10.76px;
    font-weight: 600;
}

.user_1 {
    height: 24px;
    width: 24px;
}

.user_1 > img {
    height: 100%;
    width: 100%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    object-fit: cover;
}

.user-img-2 {
    margin-left: -8px;
    z-index: 1;
}

.going_text {
    color: #979797;
    font-weight: 600;
    font-size: 10.76px;
}

.user-img-3 {
    margin-left: -20px;
    z-index: 2;
}

.profile_body {
    padding: 0px 20px 0px 20px;
}

.profile_name p {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    margin: 0;
}

.designation p {
    color: #6b6961;
    font-weight: 400;
    font-size: 16px;
}

.action-buttons {
    margin-bottom: 20px;
}

.action-buttons .btn-outline-dark {
    width: 130px;
    height: 40px;
    border: 2px solid #000000;
    border-radius: 33.5px;
    margin-bottom: 5px;
}

.action-buttons .btn-warning {
    width: 130px;
    height: 40px;
    background: #fed952;
    border-radius: 33.5px;
    margin-bottom: 5px;
}

.inner_heading p {
    font-weight: 600;
    font-size: 16px;
    color: #000000;
    margin-bottom: 4px;
}

.social_platforms {
    background: #ffffff;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 8px;
}

.location_div {
    border: 1.2px solid #fac414;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.location_div iframe {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    height: 200px;
    width: 100%;
}

.description-text {
    background-color: #fcfbfc;
    padding: 10px;
    border-radius: 14px;
    font-weight: 400;
    font-size: 14px;
    color: #6b6961;
    margin-bottom: 15px;
}

.social_text {
    font-weight: 600;
    font-size: 12.9362px;
    color: #000000;
    margin: 3px;
}

.modal-title {
    font-weight: 800;
    font-size: 20px;
    color: #181725;
}

.contact_detail {
    font-size: 16px;
    color: #979797;
}

.modal_items {
    margin-bottom: 10px;
}

.thumbnail_holder {
    position: relative;
}

.views_likes {
    position: absolute;
    bottom: 5px;
    left: 10px;
    font-size: 12pxs;
}

.views {
    color: #fff;
}

.likes {
    color: #fff;
}

.play_btn {
    color: #fff;
}

.play_btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    font-size: 30px;
}

/*=========================== reset_screeen =======================*/
.reset_screeen {
    height: 100vh;
    width: 100%;
}

/*=========================== Video Detail =======================*/

.video-container {
    color: #fff;
    background-color: #000;
    height: 100dvh;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    padding: 10px 0px;
    /* scroll-snap-type: y mandatory; */
}

.reportButton {
    position: absolute;
    right: 10px;
    top: 10px;
}
.reportButton > button {
    font-size: 10px;
    border: 1px solid #dff;
    color: #fff;
    font-weight: 400;
    border-color: #fff;
}

.app_videos {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: scroll;
    max-width: 400px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    /* scroll-snap-type: y mandatory; */
}

.app_videos .fa-arrow-left {
    position: fixed;
    z-index: 5;
    font-size: 20px;
    color: #ffff;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.12);
    border-radius: 50%;
    cursor: pointer;
    top: 20px;
    transition: opacity 0.3s ease 0s;
    left: 20px;
    -webkit-transition: opacity 0.3s ease 0s;
    -moz-transition: opacity 0.3s ease 0s;
    -ms-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
}

.app_videos::-webkit-scrollbar {
    display: none;
}

.app_videos {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.video {
    position: relative;
    height: 100%;
    width: 100%;
    background-color: grey;
    scroll-snap-align: start;
}

.video_player {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.videoisebar {
    position: absolute;
    top: 35%;
    right: 10px;
}

.videoisebar img {
    cursor: pointer;
}

.videsidebar_button {
    /* padding: 5px; */
    text-align: center;
}

.videsidebar_button p {
    font-size: 13px;
}

.video_footer {
    position: relative;
    bottom: 115px;
    width: 85%;
    color: #fff;
    background: #a38e52b8;
    border-radius: 10px;
    margin: 0 auto;
    padding: 10px;
    display: grid;
    grid-template-columns: 80px auto;
    align-items: center;
}

.videoProfileImgae {
    height: 60px;
    width: 60px;
}
.videoProfileImgae > img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.video_footer_text h3 {
    font-size: 20px;
}

.video_footer_discription {
    font-size: 12px;
}

@media (max-width: 425px) {
    .app_videos {
        width: 100%;
        height: 100%;
        max-width: 100%;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
    }
    .videoisebar {
        top: 45%;

    }
    .video-container {
        padding:  0px;
    }

}


@media (min-width: 1400px) {
    .video-container {
        padding: 50px 0px;
    }
}

/*=========================== 404 Page =======================*/

.error_bg {
    background-image: url("../images/404.png");
    height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.error-template {
    padding: 40px 15px;
    text-align: center;
}

.error-actions {
    margin-top: 15px;
    margin-bottom: 15px;
}

/*=========================== 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;
}
/*=========================== nfc_hero_sectio=======================*/

.nfc_hero_section {
    min-height: auto;
}

.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;
}

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

.nfc_main .btn-warning {
    background-color: var(--golden);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.nfc_main .btn-warning:hover {
    opacity: 0.8;
}

.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-indicators {
    margin-bottom: -5rem;
}

/*========================= Pricing ========================*/
.pricing-section {
    padding: 100px 0px;
}

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

.pricing-section .card {
    background: #fff;
    border: none;
    border-radius: 5px;
    padding-top: 5px;
    /* padding-bottom: 40px; */
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

.pricing-section .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: 21px;
    margin-bottom: 15px;
}

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

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

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

.black_card {
    background-color: #1a191e !important;
    color: #fff !important;
    box-shadow: 3px 34px 20px 0px rgb(255 204 1 / 28%);
}
.yellow_card {
    background-color: #fffae6 !important;
    color: #000 !important;
}
.gold_card {
    background-color: #ffcc01 !important;
    color: #000 !important;
}

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

.premium-badge {
    background-color: #ffcc01 !important;
    color: #000 !important;
    padding: 7px 10px;
    min-width: 110px;
}

.black-badge {
    padding: 7px 10px;
    background-color: #000;
    color: #fff;
    min-width: 110px;
}

/*========================= pricing-section  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;
}

/*========================= Blog Page========================*/

.blogsSection {
    background-image: url("../images/blog/blog_bg.jpg");
    min-height: 400px;
    width: 100%;
    background-size: cover;
    background-position: center center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 76px;
}

.categories_outer {
    background: #fff;
    border-bottom: 1px solid #ccc;
}

/* .categories_outer {
    padding: 20px;
} */

.categories_outer li {
    margin: 20px 5px;
    list-style: none;
}

.categories_list a {
    text-transform: uppercase;
    text-decoration: none;
    color: #8e8e8e;
    font-weight: 500;
}

.categories_list a:hover {
    color: var(--golden);
}

.blogsCards .card-title {
    font-size: 19px;
    font-weight: 600;
}

/* Blog details Page */
.blogpage {
    padding-top: 76px;
    background: #f2f2f7;
}

.ck-editor img {
    max-width: 100%;
    height: auto;
}
.blogpage img {
    max-width: 100%;
    height: auto;
}

.blogpage h3 {
    font-size: 25px;
    font-weight: 600;
}

.blogpage p {
    font-size: 16px;
}

.shadow_lg {
    box-shadow: 0 2px 6px 0 rgb(67 89 113 / 12%);
}

.bloger_img_holder {
    height: 60px;
    width: 60px;
    margin-right: 10px;
    border-radius: 50%;
    overflow: hidden;
}

.bloger_img_holder img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.bloger_info .name {
    font-size: 17px;
    font-weight: 500;
}

.blogDate {
    font-weight: 400;
    color: #acacac;
    font-size: 13px;
}

.bg-grey {
    background-color: #f7f7f7;
    padding: 10px;
    margin-bottom: 3rem;
}

.blogpage h4 {
    font-size: 20px;
}

.content-outer {
    padding: 10px;
}

.blog_card_img {
    height: 220px;
    width: 100%;
}

.blog_card_img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.UserInformation .card-title{
    font-size: 16px;
    margin: 0;
    padding: 0;
}
.UserInformation .card-text{
    font-size: 15px;
    margin: 0;
    padding: 0;
}

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

/* ==================Small devices ====================== */
@media (max-width: 1205px) {
    header nav ul li {
        font-size: 12px;
    }
}
/* ==================Small devices ====================== */
@media (max-width: 1020px) {
    header nav ul li {
        font-size: 10px;
    }
}

/* ==================Small devices ====================== */
@media (max-width: 991px) {
    header nav ul li {
        font-size: 15px;
    }

    .navbar-dark .navbar-toggler {
        color: #fdd952;
        border-color: rgba(255, 255, 255, 0.1);
    }

    .navbar-toggler:focus {
        box-shadow: 0 0 0 0.1rem;
    }

    .newsletter_modal .modal-content {
        padding-bottom: 25px;
    }

    .right_side_timeline_content {
        padding-left: 10px;
    }

    .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;
    }

    #loading {
        background-size: 200px;
    }

    .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: 40px 0px 40px 0px;
    }

    .single_slide {
        padding: 0px;
    }

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

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

    .refer-a-friend-img {
        display: none;
    }

    .what-we-do-section-section .max-height {
        height: auto;
    }
}

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

/* ==================Small devices ====================== */
@media (max-width: 280px) {
    .refer-timeline ul.timeline:before {
        content: " ";
        left: 0;
        width: 0;
        height: 0;
        z-index: 0;
        border-left: 0;
    }

    .circle_timeline {
        margin-bottom: 20px;
    }
}

/* ==================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;
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1000px;
    }
}


