#swiper-progress {
    opacity: 0;
}

.img-h-40 {
    height: 40px;
}

.img-h-18 {
    height: 18px;
}


.header {
    padding: 15px 0;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
    font-weight: 400;
}

.gradient-bg {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.1) 100%);
    border-radius: 40px;
    font-size: 16px;
    height: 48px;
}


.gradient-bg i {
    color: #FFFFFF99;
    font-size: 20px;

}

.hero-top {
    /* background-image: url(../images/bg-1.png); */
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100% 100%;
    position: relative;
}

.pr-1 {
    padding-right: 5px;
}

.w-380 {
    width: 350px;
}

.footer .btn-primary {
    position: relative;
    left: -10px !important
}

.btn-primary {
    background: linear-gradient(180deg, #8320FF 0%, #4F1399 100%),
        linear-gradient(90deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    box-shadow: 0px -4px 1px 0px #8320FF inset;
    border: none;
    font-weight: 600;
}

.btn-primary:hover {
    background: linear-gradient(180deg, #4F1399 0%, #8320FF 100%),
        linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    box-shadow: 0px -4px 1px 0px #4F1399 inset !important;
}


.hide-desktop {
    display: none;
}

.form-check .form-check-input {
    cursor: pointer;
}

.gap-16 {
    gap: 16px;
}

.gap-40 {
    gap: 40px;
}

.top-slider .swiper-wrapper .card-banner {
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    padding: 0 8px;
    max-height: 485px;
}

.top-slider .swiper-wrapper .card-banner img {
    max-height: 485px;
}

.top-slider .swiper-wrapper .card-banner::after {
    position: absolute;
    left: 7px;
    right: 7px;
    bottom: 0;
    top: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, #000000 100%);
    content: "";
    border-radius: 0 0 20px 20px;
}

.object-fit-img {
    object-fit: cover;
    border-radius: 20px;
    max-height: 485px;
    width: 100%;
}

.inner-space {
    padding: 25px 35px;
}

.inner-space h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #fff;
}

.inner-space p {
    color: #fff;
    font-weight: 16px;

}

.cur-bid {
    color: #FFFFFF99;
}

.cur-bid b {
    font-weight: normal;
    color: #fff;
}

.font-weight-700 {
    font-weight: 700;
}

.font-size-48 {
    font-size: 48px;
}

.font-size-18 {
    font-size: 18px;
}

.discover-card {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.1) 100%);
    border-radius: 20px;
    padding: 6px;
}

.discover-card .card-inner {
    padding: 18px;
    row-gap: 45px;
    border-radius: 14px;
}

.discover-card:hover {
    background: linear-gradient(205.68deg, #8320FF 0%, #4F1399 100%);
    box-shadow: 0px 2px 0 0px #ffffff79 inset;
}

.discover-card .card-inner:hover {
    background-color: #fff;
}

.discover-card .card-inner:hover h4 {
    color: #151515;
}

.discover-card .card-inner:hover p {
    color: #151515;
}

/*--Crypto-slider start--*/


.crypto-slider {
    position: relative;
    overflow: hidden;
    padding: 20px 0;
}

.crypto-slider::before,
.crypto-slider::after {
    content: '';
    position: absolute;
    top: 0;
    width: 150px;
    height: 100%;
    z-index: 2;
    pointer-events: none;
}

.crypto-slider::before {
    left: 0;
    background: linear-gradient(to right, #151515, transparent);
}

.crypto-slider::after {
    right: 0;
    background: linear-gradient(to left, #151515, transparent);
}

[data-bs-theme=light] .crypto-slider::before {
    background: linear-gradient(to right, #fff, transparent);
}

[data-bs-theme=light] .crypto-slider::after {
    background: linear-gradient(to left, #fff, transparent);
}




.crypto-track {
    display: flex;
    gap: 20px;
    animation: marquee 20s linear infinite;
}

.crypto-track:hover {
    animation-play-state: paused;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.crypto-card {
    min-width: 100px;
    height: 100px;
    background: linear-gradient(145deg, #2a2a3e, #1f1f2e);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;

    background: linear-gradient(205.68deg, #8320FF 0%, #4F1399 100%);
    border-radius: 20px;
    padding: 6px;
    box-shadow: 0px 3.02px 0 0px #ffffff79 inset;
}

.crypto-card:hover {
    transform: translateY(-5px);
}


.crypto-icon {

    border-radius: 15px;
    height: 100%;
    background-color: #fff;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    border: none;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10;
    backdrop-filter: blur(10px);
    opacity: 0;
    visibility: hidden;
}

.crypto-slider:hover .slider-btn {
    opacity: 1;
    visibility: visible;
}

.slider-btn:hover {
    background: rgba(233, 30, 99, 0.3);
}

@media (max-width: 768px) {
    .crypto-card {
        min-width: 80px;
        height: 80px;
    }

    .crypto-icon {
        font-size: 2rem;
    }
}


@media only screen and (min-width: 768px) and (max-width:1024px) {

    .mt-160 {
        margin-top: 80px !important;
    }
}


@media only screen and (max-width: 767px) {

    .mt-160 {
        margin-top: 80px !important;
    }
}


/*--Crypto-slider end--*/



.discover-card h4 {
    font-weight: 700;
    font-size: 20px;
}

.card-icon-bg-style {
    background: linear-gradient(205.68deg, #8320FF 0%, #4F1399 100%);
    border-radius: 20px;
    width: 80px;
    height: 80px;
    padding: 6px;
    box-shadow: 0px 3.02px 0 0px #ffffff79 inset;
}

.card-icon-bg-style .bg-white {
    border-radius: 15px;
    height: 100%;
}

.the-vault {
    background: linear-gradient(205.68deg, #8320FF 0%, #4F1399 50.15%, #4F1399 100%);
    padding: 4px;
    border-radius: 20px;
    color: #15151599;
}

.bg-white-200 {
    background-color: #F1F1F1;
}

[data-bs-theme=light] .the-vault .bg-white-200 {
    background-color: #000000 !important;
}

[data-bs-theme=light] .the-vault p {
    color: #ffffff99 !important;
}

[data-bs-theme=light] .new-card.card-vault h5 {
    color: #151515 !important;
}

[data-bs-theme=light] .new-card.card-vault h6 {
    color: #15151599 !important;
}

[data-bs-theme=light] .new-card.card-vault h6 span {
    color: #151515 !important;
}


.py-114 {
    padding: 80px 0;
}

/* Social Circle Buttons */
.social-circle-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
    text-decoration: none;
    transition: all 0.3s ease;
    background: linear-gradient(180deg, #8320FF 0%, #4F1399 100%), linear-gradient(90deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    box-shadow: 0px -4px 1px 0px #8320FF inset;
    border: none;
}

.social-circle-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0px 6px 15px rgba(131, 32, 255, 0.5);
    color: #fff;
}

.social-circle-btn i {
    line-height: 1;
}

/* Light Mode Variant */
[data-bs-theme=light] .social-circle-btn {
    background: linear-gradient(180deg, #8320FF 0%, #4F1399 100%);
    color: #fff;
}

[data-bs-theme=light] .social-circle-btn:hover {
    color: #fff;
}

/* .style-vault {
    background: linear-gradient(180deg, rgba(255, 255, 255, 255) 0%, #4F1399 26.66%, #8320FF 100%);

    padding: 20px;
    border-radius: 20px;
} */
.card-vault {
    padding: 4px;
    border-radius: 11.5px;
    background-color: #fff;
    width: 25%;
}

.card-vault h5 {
    color: #151515;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 10px;
}

.card-vault h6 {
    color: #15151599;
    font-weight: 500;
    font-size: 12px;
    margin-bottom: 10px;
}

.card-vault h6 span {
    color: #151515;
}


.card-vault .img-vault {
    border-radius: 8.5px;
}

.card-bod {
    padding: 15px;
}

.w-md-30 {
    width: 30px;
    height: 30px;
}

.text-size-12 {
    font-size: 12px;
}

.text-h-light {
    /* background: linear-gradient(205.68deg, #8320FF 0%, #4F1399 100%);
    background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
    color: #8320FF;
}

.gredient-text {

    background: linear-gradient(205.68deg, #8320FF 0%, #4F1399 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600 !important;
    text-transform: uppercase;
    font-size: 20px;
}

.transp-bg {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.1) 100%);
    border-radius: 20px;
    padding: 40px 24px;
    min-height: 618px;

}

.btn-outline-light {
    border: 2px solid #fff;
}

.btn-outline-light:hover {
    background-color: #000;
    color: #fff;
    border: 2px solid #000;
}






.line-through {
    text-decoration: line-through;
    color: #FFFFFF99;
}

.head-bold {
    font-size: 32px;
    font-weight: 700;
}

.sub-para {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
}

.mt-minus-top {
    margin-top: -15px;
}

.list-unstyled {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}

.list-unstyled li {
    display: flex;

}

.list-unstyled i {
    color: #25A249;
    margin-right: 10px;
}

.pricing-card {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: space-between;
    height: 100%;
}

.txet-white {
    color: #fff;
}

.mobile-app-slider .swiper-wrapper {
    align-items: stretch;
}

.mobile-app-slider .swiper-slide {
    height: auto;
    display: flex;
}

.mobile-app-slider .swiper-slide > .pricing-card {
    width: 100%;
}

.non-bidding {
    /* background-image: url(../images/bg2.png); */
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100% 100%;
}

.non-bidding .discover-card .card-inner {
    row-gap: 0;
}

.card-img-bg-style {
    position: relative;
    margin-top: -24px;
    right: -24px;
}

.non-bidding .discover-card .card-inner p {
    color: #fff;
}

.non-bidding .discover-card .card-inner p span {
    opacity: 0.6;
}

.non-bidding .discover-card .card-inner:hover p {
    color: #151515;
}

[data-bs-theme=light] .non-bidding .discover-card .card-inner p {
    color: #000000;
}

.mt-160 {
    margin-top: 160px;
}


/* .pricing-box {
    background-image: url(../images/bg-2.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100% 100%;
} */

.active-card .transp-bg {
    border: 2px solid #8320FF;


}

/* .text-left {
    text-align: left;
} */
.popular {
    background: linear-gradient(205.68deg, #8320FF 0%, #4F1399 50.15%, #4F1399 100%);
    padding: 4px 16px;
    z-index: 100;
    transform: translateX(-50%);
    left: 50%;
    border-radius: 50px;
    font-size: 14px;
    color: #fff;
    top: -15px;
    font-weight: 400;
    opacity: 1;
}

.active-card {
    opacity: 1 !important;
}

.mobile-app-slider.swiper {
    overflow: initial !important;
}

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

.font-600 {
    font-weight: 600;
}

.fs-16 {
    font-size: 16px;
}

.footer .list-unstyled {
    font-size: 14px;
    font-weight: 400;
}

.footer .list-unstyled li {
    margin-bottom: 10px;
    margin-top: 2px;
    line-height: 24px;
}

.footer .list-unstyled li a {
    color: #fff;
}

.footer .list-unstyled li a:hover {
    text-decoration: underline !important;
}

.input-icon {
    position: relative;
}

.input-icon::after {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    width: 24px;
    height: 24px;
    background: url(../images/mail-01.svg) no-repeat;
    background-size: contain;
}

.footer {
    border-top: 1px solid #FFFFFF4D
}


.mt-6 {
    margin-top: 80px;
}

.auction-details {
    padding-left: 30px;
}

.social-icon i {
    color: var(--si-white);
    font-size: 24px;
}

[data-bs-theme=light] .social-icon i {
    color: #000;
}

.group-field .form-control {
    padding: 15px 16px 15px 0 !important;
    font-size: 16px;
    margin-left: 0 !important;
}

.group-field .input-group-text {
    padding: 15px 16px !important;
}

.small-font {
    font-size: 14px;
    text-align: center;
}

.small-font a {
    background: linear-gradient(180deg, #8320FF 0%, #4F1399 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border-bottom: 1px solid #8320FF;
}

.nav-new .nav-tabs .nav-link {
    background: transparent;
    font-weight: 400;
    color: #FFFFFF99;
    border-radius: 10px;
}

.nav-new .nav-tabs .nav-link.active {
    background: linear-gradient(180deg, #8320FF 0%, #4F1399 100%);
    box-shadow: #4F1399 0px -4px 1px 0px inset;
    border: none;
    font-weight: 600;
    color: #fff;
    border-radius: 10px;
    font-weight: 600;
}

.nav-new .tab-content p {
    color: #FFFFFF99;

}

[data-bs-theme=light] .nav-new .nav-tabs .nav-link {
    color: #00000099;
}

[data-bs-theme=light] .nav-new .tab-content p {
    color: #00000099;

}

/* .bg-bottom-section {
    background: url(../images/bg-2.png) repeat-x bottom center;
}
.bg-bottom-2 {
    background: url(../images/bg-h.png) repeat-x bottom center;
} */
.pb-6 {
    padding-bottom: 80px;
}

.product-thumbs .img-vault {
    border-radius: 10px;
}

.product-thumbs .card-bod {
    padding: 0 !important;
}

.product-thumbs .card-bod h5 {
    font-size: 20px;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-thumbs .card-bod h6 {
    font-size: 16px;
    font-weight: 300;
    color: #FFFFFF99;
}

.product-thumbs .card-bod h6 span {
    font-weight: 500;
    color: #fff;
}

[data-bs-theme=light] .product-thumbs .card-bod h6 {

    color: #00000099;

}

[data-bs-theme=light] .product-thumbs .card-bod h6 span {
    color: #000;
}



.need-help {
    /* background-image: url(../images/bg-contact.png); */
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100% 100%;
}

.contact-faq-section {
    /* background-image: url(../images/bg-contact-btm.png); */
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100% 100%;
}

.round-end {
    border-radius: 20px 20px 0 0;
    border: 2px solid #fff;
    border-bottom: none;
}

.profile-banner::after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background: linear-gradient(180deg, rgba(21, 21, 21, 0) 0%, #151515 100%);
    height: 100%;
}

[data-bs-theme=light] .profile-banner::after {

    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #F5F5F5 100%);


}


.circle-width {
    width: 160px;
    height: 160px;
    object-fit: cover;
}

.keef-box {
    position: relative;
    margin-top: -80px;
    /* background: linear-gradient(180deg, rgba(21, 21, 21, 0) 0%, #151515 100%); */
}

.font-profile-heading {
    font-size: 40px;
    font-weight: 600;

}

.w-360 {
    width: 360px;
}

.contact-form {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.1) 100%);
    position: relative;
    border: 2px solid #8320FF;
    padding: 40px;
}

[data-bs-theme=light] .contact-form {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.03) 0%, rgba(0, 0, 0, 0.1) 100%);

}

.contact-form select.form-select {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.32) 0%, rgba(255, 255, 255, 0.08) 70%) !important;

}

[data-bs-theme=light] .contact-form select.form-select {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.03) 0%, rgba(0, 0, 0, 0.1) 100%) !important;


}


.select-arrow::after {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    background: url(../images/arrow-down-01.svg) no-repeat;
    background-size: contain;
    width: 24px;
    height: 24px;
}

[data-bs-theme=light] .select-arrow::after {
    background: url(../images/arrow-down-black.svg) no-repeat;
}

.contact-form label {
    text-align: left;
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
    font-size: 18px;

}

.text-pink-denger {
    color: #8320FF;
}

.contact-form .bg-gradient-input {
    padding: 16px;
    font-size: 18px;
    font-weight: 400;
}

.chat-whatsapp {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.1) 100%);
    border: 1px solid #FFFFFF4D;
    border-radius: 12px;
    padding: 20px;
}

.dot-circle {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: #2ED47A;
    border-radius: 50%;
    border: 2px solid #fff;
}

[data-bs-theme=light] .chat-whatsapp {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.03) 0%, rgba(0, 0, 0, 0.1) 100%);
    border: 1px solid #0000004D
}

.min-w-150 {
    min-width: 197px
}


.modal-dialog.modal-style .modal-content {
    padding: 40px;
}

.modal-dialog.modal-style .modal-content {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.4) 100%);
    backdrop-filter: blur(30px);
    border: 2px solid #8320FF;
    border-radius: 24px;
    /* border-image: linear-gradient(205.68deg, #8FB6ED 0%, #8320FF 50.15%, #CA38B1 100%) 1; */


}

[data-bs-theme=light] .modal-dialog.modal-style .modal-content {
    background: #fff;
    border-radius: 24px;
    backdrop-filter: initial;
    border: none;
}

[data-bs-theme=light] .modal-dialog.modal-style .modal-content::before {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(205.68deg, #8320FF 0%, #8320FF 50.15%, #D52988 100%);
    z-index: -1;
    border-radius: 24px;
}


.modal-dialog.modal-style .modal-content.border-danger {
    border: 2px solid #CA3838;
}

[data-bs-theme=light] .btn-grp .btn-outline-light svg path {
    stroke: #000 !important;
}

[data-bs-theme=light] .btn-grp .btn-outline-light:hover svg path {
    stroke: #fff !important;
}

.close-lg {
    right: 30px;
    top: 20px;
    opacity: 1;
    font-size: 24px;
}



.list-raise {
    margin: 0 0 40px 0;
    padding: 0;
}

.list-raise li {
    list-style: none;
    margin: 5px 0;
    font-weight: 400;
}

.list-raise li span {
    position: relative;
    padding-left: 15px;
}

.list-raise li span::before {
    position: absolute;
    content: "";
    left: 0;
    width: 5px;
    height: 5px;
    background: #FFFFFF99;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
}

.contact-form select.form-select.select-style {

    background: transparent !important;
    padding: 0 0 0 16px !important;
}

.drop-c {
    margin: 16px 0 16px 16px !important;
    padding: 10px 10px !important;
    border-right: 1px solid #FFFFFF0D !important;
    border-radius: 0 !important;
    width: 90px;
}

.form-check-input-g {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.32) 0%, rgba(255, 255, 255, 0.08) 70%);

}




@media (max-width: 1024px) {
    .s-form {
        display: none !important;
    }

    .s-form.show-mobile-search {
        display: block !important;
        position: absolute;
        top: 50px;
        left: 0;
        right: 0;
        z-index: 1050;
        padding: 10px 0;
        width: 100%;
        padding: 15px 20px;
        background-color: #29005C;

    }

    [data-bs-theme=light] .s-form.show-mobile-search {
        background-color: #fff;
    }

}

@media only screen and (min-width:768px) and (max-width:1024px) {
    .hide-tab-mob {
        display: none;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 14px;
    }

    .hide-desktop {
        display: block;
    }

    .pe-3.search-icon .hide-desktop i {
        font-size: 20px;
        position: relative;
        bottom: -4px;
    }

    .pe-3.search-icon {
        padding-right: 0 !important;
    }

    .row-gap-20 {
        row-gap: 20px;
    }

    .transp-bg {
        padding: 40px 16px;
    }

    .head-bold {
        font-size: 24px;
    }

    .sub-para {
        font-size: 16px;
    }

    .list-unstyled li {
        font-size: 14px;
    }

    .font-size-48 {
        font-size: 34px;
    }

    .py-6 {
        padding: 50px 0 !important;
    }

    .mob-offset-none {
        margin-left: 0 !important;
    }

    .mobile-fix {
        align-items: center;
        display: flex;
        gap: 15px;
    }

    .mobile-fix li {
        display: inline-flex;
        align-items: center;
    }

    .popular {
        width: 150px;
    }

    .discover-card .card-inner {
        flex-direction: initial !important;
        gap: 20px;
        align-items: center;
    }

    .circle-width {
        width: 60px;
        height: 60px;
    }

    .font-profile-heading {
        font-size: 24px;
    }

    .w-360 {
        width: 100%;
    }

    .ipad-box {
        flex-wrap: wrap !important;
    }

    .auction-details {
        padding-left: 0;
    }

    .nav-new .nav-tabs .nav-link {
        padding: 12px 16px;
    }

    .nav-new .nav-tabs .nav-item {
        margin-right: 0;
    }

    .auction-details .row .h2 {
        font-size: 24px;
    }

    .fs-4 {
        font-size: 16px !important;
    }

    .w-md-200 {
        width: 200px;
    }
}

.app-slider-thumb.swiper {
    overflow: initial;
}

.app-slider-thumb .btn-prev,
.app-slider-thumb .btn-next {
    z-index: 10000;
}

.app-slider-thumb .card-bod {
    padding: 0 !important;
}

.app-slider-thumb .img-vault {
    border-radius: 10px;
}

.app-slider-thumb .card-bod h5 {
    font-size: 20px;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.app-slider-thumb .card-bod h6 {
    font-size: 16px;
    font-weight: 300;
    color: #FFFFFF99;
}

[data-bs-theme=light] .app-slider-thumb .card-bod h6 {
    color: #00000099;
}

.app-slider-thumb .card-bod h6 span {
    font-weight: 500;
    color: #fff;
}

[data-bs-theme=light] .app-slider-thumb .card-bod h6 span {
    color: #000;
}

[data-bs-theme=light] .app-slider-thumb .card-bod p {
    color: #000;
}

.custom-left-space-swiper .swiper-wrapper {
    padding-left: 0;
    padding-right: 0 !important;
    gap: 24px;
}

/* @media (max-width: 767px) {
    .custom-left-space-swiper .swiper-wrapper {
      padding-left: 12px;
    }
  } */


.mtp-1 {
    margin-top: 7px;
}

.arrow-show-on {
    z-index: 10;
    position: absolute;
    width: 100%;
    transform: translateY(-50%);
    top: 50%;
}

.arrow-show-on .btn-next {
    background-color: #000;
    border: 1.6px solid #ffffff98;
    font-size: 24px;
}

[data-bs-theme=light] .arrow-show-on .btn-next {
    background-color: #fff;
}

.arrow-show-on .btn-prev {
    background-color: #000;
    border: 1.6px solid #ffffff98;
    font-size: 24px;
}

[data-bs-theme=light] .arrow-show-on .btn-prev {
    background-color: #fff;
}

.new-card {
    background-color: transparent !important;
    padding: 0 !important;
}

.new-card.card-vault .card-bod {
    padding: 15px 0 !important;
}

.new-card.card-vault h5 {
    color: #fff !important;
    font-size: 20px !important;
}

.new-card.card-vault h6 {
    color: #ffffff56 !important;
    font-size: 16px !important;
}

.new-card.card-vault h6 span {
    color: #fff !important;
}





@media only screen and (min-width:1024px) and (max-width:1366px) {
    .w-380 {
        width: 295px;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 14px;
    }

    .btn {
        font-size: 14px !important;
    }

    .list-unstyled {
        font-size: 16px;
    }

}


@media only screen and (min-width:768px) and (max-width:1023px) {
    .arrow-show-on {
        display: block !important;
        position: absolute;
        transform: initial;
        top: inherit;
        bottom: 0;
    }

    .pricing-box {
        padding-bottom: 80px !important;
    }

    .arrow-show-on .btn-prev {
        left: calc(100% - 50%) !important;
        top: initial !important;
        transform: initial !important;
        bottom: -60px !important;
    }

    .arrow-show-on .btn-next {
        right: calc(100% - 50%) !important;
        top: initial !important;
        transform: initial !important;
        bottom: -60px !important;
    }

    .style-vault.tab-colum-2 {
        flex-wrap: wrap !important;
    }

    .tab-colum-2 .card-vault {
        width: 48.5% !important;
    }

}


@media only screen and (max-width:767px) {
    .hide-tab-mob {
        display: none;
    }

    .hide-desktop {
        display: block;
    }

    .pe-3.search-icon {
        padding-right: 0 !important;
    }

    .pe-3.search-icon .hide-desktop i {
        font-size: 20px;
        position: relative;
        bottom: -4px;
    }

    .navbar-brand.pe-1 {
        padding-right: 0 !important;
    }

    .row-gap-20 {
        row-gap: 20px;
    }

    .header {
        padding-left: 15px;
        padding-right: 15px;
    }

    .inner-space {
        padding: 20px;
    }

    .py-6 {
        padding-bottom: 50px !important;
        padding-top: 50px !important;
    }

    .top-slider {
        padding-bottom: 0 !important;
    }

    .font-size-48 {
        font-size: 34px;
    }

    .br-hide {
        display: none;
    }

    .row-gap-16 {
        row-gap: 16px;
    }

    .mob-hide {
        display: none !important;
    }

    .mob-block {
        display: flex !important;
        flex-wrap: wrap;
    }

    .offset-1.mob-offset-none {
        margin-left: 0 !important;
    }

    .mobile-fix {
        display: inline-block !important;
        width: 100%;
    }

    .mobile-fix li {
        display: inline-block !important;
    }

    .py-5 {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }

    .discover-card .card-inner {
        justify-content: center;
        flex-direction: initial !important;
        flex-wrap: wrap;
        text-align: center;
    }

    .circle-width {
        width: 60px;
        height: 60px;
    }

    .font-profile-heading {
        font-size: 24px;
    }

    .w-360 {
        width: 100%;
    }

    .auction-details {
        padding-left: 0;
        padding-top: 24px;
    }

    .nav-new .nav-tabs .nav-link {
        padding: 12px 16px;
    }

    .nav-new .nav-tabs .nav-item {
        margin-right: 0;
    }

    .auction-details .row .h2 {
        font-size: 24px;
    }

    .fs-4 {
        font-size: 16px !important;
    }

    .contact-form {
        padding: 24px;
    }

    .min-w-150 {
        min-width: initial;
    }

    .j-center {
        justify-content: center;
    }

    .w-md-200 {
        width: 100%;
    }

    .sm-d-none {
        display: none;
    }

    .fs-md-3 {
        font-size: 16px !important;
    }

    .d-flex.wrap-box {
        flex-wrap: wrap;
    }

    .mt-6 {
        margin-top: 50px;
    }

    .object-fit-img {
        object-fit: cover;
        border-radius: 20px;
        height: 250px;
    }

    .arrow-show-on {
        display: block !important;
        position: absolute;
        transform: initial;
        top: inherit;
        bottom: 0;
    }

    .pricing-box {
        padding-bottom: 80px !important;
    }

    .arrow-show-on .btn-prev {
        /* left: calc(100% - 50%) !important; */
        left: 40px !important;
        top: initial !important;
        transform: initial !important;
        bottom: -60px !important;
    }

    .arrow-show-on .btn-next {
        /* right: calc(100% - 50%) !important; */
        right: 40px !important;
        top: initial !important;
        transform: initial !important;
        bottom: -60px !important;
    }

    .center-buttons {
        top: 28% !important;
        transform: translateY(-50%);
        bottom: initial !important;
    }

    .pricing-box .btn-prev {
        left: calc(100% - 50%) !important;
    }

    .pricing-box .btn-next {
        right: calc(100% - 50%) !important;
    }

    .mtp-1 {
        margin-top: 27px;
    }

    .profile-banner {
        height: 200px;
    }

    .mob-fs-sm {
        font-size: 12px !important;
    }

    .card-vault{
        width: 100% !important;
    }
}