.text-gray-100 {
    color: #1d1b1c !important
}

.text-gray {
    color: #aea6aa !important
}

.text-primary {
    color: #0bc5ff !important
}

.text-gradient {
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-image: linear-gradient(270deg, #158fff, #01fcff)
}

.bg-black {
    background-color: #0c0a0b !important
}

.icon-gradient {
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-image: linear-gradient(270deg, #158fff, #01fcff);
    display: inline-block
}

.fw-6 {
    font-weight: 600 !important
}

body {
    font-family: Poppins;
    font-weight: 400 !important
}

.px-40 {
    padding-left: 40px;
    padding-right: 40px
}

@media (max-width:575px) {
    .px-40 {
        padding-left: 20px;
        padding-right: 20px
    }
}

.section-heading h2 {
    font-size: 24px
}

.btn {
    border-radius: 0;
    border-radius: 50px;
    font-weight: 500;
    padding: 12px 36px;
    transition: all .3s ease-in-out
}

.btn:focus {
    box-shadow: none !important;
    outline: none !important
}

.btn-gradient {
    background-image: linear-gradient(270deg, #158fff, #01fcff);
    border: none !important;
    color: #0c0a0b
}

.btn-gradient.active,
.btn-gradient:focus,
.btn-gradient:hover {
    background-image: linear-gradient(90deg, #158fff, #01fcff)
}

.main-content {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.banner-section {
    position: relative
}

.banner-section .banner-img {
    height: 300px;
    width: 100%
}

@media (max-width:575px) {
    .banner-section .banner-img {
        height: 240px
    }
}

.profile-section {
    margin-top: -40px
}

.profile-section .card {
    background-color: transparent !important;
    border: none;
    position: relative
}

.profile-section .card .card-img {
    background-image: linear-gradient(90deg, #01fcff, #158fff, #cb88ff);
    border-radius: 30px;
    height: 140px;
    min-width: 140px;
    padding: 3px;
    width: 140px
}

@media (max-width:575px) {
    .profile-section .card .card-img {
        height: 120px;
        left: 0;
        margin: auto;
        min-width: 120px;
        right: 0;
        width: 120px
    }
}

.profile-section .card .card-img img {
    border-radius: 28px
}

.profile-section .card .card-img .profile-bg {
    left: -28px;
    position: absolute;
    top: -24px
}

.profile-section .card .card-img .profile-bg img {
    width: 100%
}

@media (max-width:575px) {
    .profile-section .card .card-img .profile-bg img {
        width: 80%
    }
}

.social-media-section .social-media {
    background-image: linear-gradient(275deg, #158fff, #01fcff);
    border-radius: 30px;
    padding: 2px 15px
}

.social-media-section .social-icon {
    height: 25px;
    margin: 15px 20px;
    min-width: 25px;
    transition: all .3s ease-in-out;
    width: 25px
}

@media (max-width:575px) {
    .social-media-section .social-icon {
        margin: 12px
    }
}

.social-media-section .social-icon a {
    color: #0c0a0b
}

.social-media-section .social-icon a:hover {
    transform: scale(1.1)
}

.social-media-section .social-icon a img,
.social-media-section .social-icon a svg {
    height: 25px;
    width: 25px
}

@media (max-width:575px) {

    .social-media-section .social-icon a img,
    .social-media-section .social-icon a svg {
        height: 22px;
        width: 22px
    }
}

.contact-section .contact-box .contact-icon {
    background-color: #302f2f;
    border-radius: 50%;
    height: 50px;
    min-width: 50px;
    width: 50px
}

.contact-section .contact-box .contact-desc a {
    word-break: break-all
}

.our-services-section .services-bg {
    position: absolute;
    z-index: -1
}

.our-services-section .services-bg.img-1 {
    left: 0;
    top: 25px
}

@media (max-width:425px) {
    .our-services-section .services-bg.img-1 {
        top: 20px
    }
}

.our-services-section .services-bg.img-2 {
    right: 40px;
    top: 30px
}

@media (max-width:425px) {
    .our-services-section .services-bg.img-2 {
        right: 10px;
        top: 20px
    }
}

.our-services-section .services-bg img {
    width: 100%
}

@media (max-width:575px) {
    .our-services-section .services-bg img {
        width: 70%
    }
}

@media (max-width:425px) {
    .our-services-section .services-bg img {
        width: 60%
    }
}

.our-services-section .services .services-slider-view .slick-list {
    height: 250px !important;
    padding-top: 5px !important
}

@media (max-width:500px) {
    .our-services-section .services .services-slider-view .slick-list {
        height: 250px !important
    }
}

.our-services-section .services .service-card {
    background-color: #1d1b1c;
    border-radius: 20px;
    margin: 7px !important;
    padding: 25px;
    position: relative
}

.our-services-section .services .service-card .card-img {
    height: 50px;
    min-width: 55px;
    width: 55px
}

.our-services-section .services .service-card .card-body p {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden
}

.appointment-section .appointment .appointment-input {
    background-color: #1d1b1c;
    border: 1px solid #302f2f;
    border-radius: 25px;
    color: #aea6aa;
    height: 50px;
    padding: 12px 25px;
    width: 100%
}

.appointment-section .appointment .appointment-input::-moz-placeholder {
    color: #aea6aa
}

.appointment-section .appointment .appointment-input::placeholder {
    color: #aea6aa
}

.appointment-section .appointment .appointment-input:focus {
    box-shadow: none;
    outline: none
}

.appointment-section .appointment .calendar-icon {
    position: absolute;
    right: 18px;
    top: 11px
}

.appointment-section .appointment .hour-input {
    background-color: #1d1b1c;
    border: 1px solid #302f2f;
    border-radius: 25px;
    font-size: 16px;
    height: 50px;
    padding: 13px 16px
}

.gallery-section .gallery-bg {
    position: absolute;
    right: 0;
    top: -90px
}

.gallery-section .gallery-bg img {
    width: 100%
}

@media (max-width:575px) {
    .gallery-section .gallery-bg img {
        width: 60%
    }
}

.gallery-section .gallery-slider .slick-slide {
    padding-bottom: 20px;
    padding-top: 20px
}

.gallery-section .gallery-slider .gallery-img {
    border: 1px solid #302f2f;
    border-radius: 20px;
    height: 180px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 270px
}

.gallery-section .gallery-slider .gallery-img .gallery-link {
    display: block;
    height: 100%;
    width: 100%
}

.gallery-section .gallery-slider .gallery-img .gallery-item {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 220px;
    max-width: 100%
}

.gallery-section .gallery-slider .slick-current.slick-active {
    padding-bottom: 0;
    padding-top: 0
}

.gallery-section .gallery-slider .slick-current.slick-active .gallery-img {
    height: 220px;
    max-width: 330px;
    width: 100%
}

.product-section .product-bg {
    left: 0;
    position: absolute;
    top: -85px
}

@media (max-width:575px) {
    .product-section .product-bg {
        top: 5px
    }
}

.product-section .product-bg img {
    width: 100%
}

@media (max-width:575px) {
    .product-section .product-bg img {
        width: 60%
    }
}

.product-section .product-slider .product-card {
    background-color: transparent;
    border: none;
    border-radius: 20px;
    height: 100%;
    margin: 0 10px;
    max-width: 300px
}

@media (max-width:575px) {
    .product-section .product-slider .product-card {
        margin: 0 auto
    }
}

.product-section .product-slider .product-card .product-img {
    border-radius: 15px;
    height: 200px;
    max-width: 100%;
    overflow: hidden;
    padding: 0 20px;
    width: 100%
}

@media (max-width:425px) {
    .product-section .product-slider .product-card .product-img {
        margin: 0 auto
    }
}

.product-section .product-slider .product-card .product-img img {
    border-radius: 20px
}

.product-section .product-slider .product-card .card-body {
    background-color: #1d1b1c;
    border-radius: 5px 5px 20px 20px;
    box-shadow: 0 5px 20px #00000026;
    margin-top: -40px;
    padding: 60px 20px 20px
}

.product-section .product-slider .product-card .card-body p {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden
}

.testimonial-section {
    background-image: url(/assets/img/vcard33/testimonial-bg.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100% auto
}

.testimonial-section .testimonial-slider .testimonial-card {
    background-color: transparent;
    border: none;
    margin: 0 auto;
    position: relative
}

.testimonial-section .testimonial-slider .testimonial-card .testimonial-profile-img {
    background-image: linear-gradient(90deg, #01fcff, #158fff, #cb88ff);
    border-radius: 50%;
    height: 90px;
    margin-left: auto;
    margin-right: auto;
    min-width: 90px;
    overflow: hidden;
    padding: 3px;
    width: 90px
}

.testimonial-section .testimonial-slider .testimonial-card .card-body .desc {
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden
}

.blog-section .blog-bg {
    position: absolute;
    z-index: -1
}

.blog-section .blog-bg.img-1 {
    left: 25px;
    top: -10px
}

@media (max-width:575px) {
    .blog-section .blog-bg.img-1 {
        top: 10px
    }
}

@media (max-width:425px) {
    .blog-section .blog-bg.img-1 {
        left: 5px
    }
}

.blog-section .blog-bg.img-2 {
    right: 30px;
    top: 20px
}

@media (max-width:575px) {
    .blog-section .blog-bg.img-2 {
        right: 10px;
        top: 30px
    }
}

.blog-section .blog-bg img {
    width: 100%
}

@media (max-width:575px) {
    .blog-section .blog-bg img {
        width: 70%
    }
}

@media (max-width:425px) {
    .blog-section .blog-bg img {
        width: 60%
    }
}

.blog-section .blog-slider {
    position: relative
}

.blog-section .blog-slider .blog-card {
    background-color: transparent;
    margin: 0 auto;
    max-width: 234px;
    overflow: hidden
}

.blog-section .blog-slider .blog-card .card-img {
    border: 1px solid #302f2f;
    border-radius: 20px;
    height: 150px;
    max-width: 100%;
    overflow: hidden
}

.blog-section .blog-slider .blog-card .card-body {
    padding: 15px 0 0
}

.blog-section .blog-slider .blog-card .card-body .blog-desc {
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden
}

.business-hour-section .business-hour-card .business-hour {
    align-items: center;
    background-color: #1d1b1c;
    border: 1px solid #302f2f;
    border-radius: 50px;
    color: #fff;
    display: flex;
    justify-content: center;
    padding: 13px 5px
}

.business-hour-section .business-hour-card .business-hour span {
    font-size: 14px
}

@media (max-width:575px) {
    .business-hour-section .business-hour-card .business-hour span {
        font-size: 13px
    }
}

.qr-code-section {
    background-image: url(/assets/img/vcard33/qr-code-bg-img.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover
}

.qr-code-section .qr-code {
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    background: hsla(0, 0%, 100%, .25);
    border-radius: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    max-width: 400px;
    padding: 90px 50px 30px;
    width: 100%
}

@media (max-width:480px) {
    .qr-code-section .qr-code {
        padding: 80px 15px 20px
    }
}

.qr-code-section .qr-code .qr-profile-img {
    background-image: linear-gradient(90deg, #01fcff, #158fff, #cb88ff);
    border-radius: 50%;
    height: 100px;
    left: 0;
    margin: 0 auto;
    min-width: 100px;
    overflow: hidden;
    padding: 3px;
    position: absolute;
    right: 0;
    top: -45px;
    width: 100px
}

.qr-code-section .qr-code .qr-profile-img img {
    border-radius: 50%
}

.qr-code-section .qr-code .qr-code-img {
    background-color: #fff;
    border-radius: 10px;
    height: 170px;
    margin-bottom: 30px;
    min-width: 170px;
    padding: 20px;
    width: 170px
}

@media (max-width:480px) {
    .qr-code-section .qr-code .qr-code-img {
        height: 150px;
        min-width: 150px;
        width: 150px
    }
}

.qr-code-section .qr-code .qr-btn {
    margin-bottom: -53px
}

@media (max-width:480px) {
    .qr-code-section .qr-code .qr-btn {
        margin-bottom: -43px
    }
}

.qr-code-section .qr-code .qr-btn .btn {
    max-width: 290px
}

.contact-us-section .contact-form form .form-control {
    background-color: #1d1b1c;
    border: 1px solid #302f2f;
    border-radius: 25px;
    color: #aea6aa;
    font-size: 14px;
    height: 50px;
    margin-bottom: 15px;
    padding: 13px 20px
}

.contact-us-section .contact-form form .form-control::-moz-placeholder {
    color: #aea6aa
}

.contact-us-section .contact-form form .form-control::placeholder {
    color: #aea6aa
}

.contact-us-section .contact-form form .form-control:focus {
    box-shadow: none;
    outline: none
}

.contact-us-section .contact-form form .btn {
    max-width: 290px
}

.create-vcard-section .vcard-link-card {
    background-color: #1d1b1c;
    border: 1px solid #302f2f;
    border-radius: 50px;
    padding: 15px 20px
}

.create-vcard-section .vcard-link-card .link-text {
    font-size: 16px;
    word-break: break-all
}

@media (max-width:575px) {
    .create-vcard-section .vcard-link-card .link-text {
        font-size: 14px
    }
}

.add-to-contact-section {
    bottom: 40px;
    left: 0;
    position: fixed;
    width: 100%
}

.btn-section .fixed-btn-section .marriage-bars-btn {
    background-image: linear-gradient(270deg, #158fff, #01fcff)
}

.btn-section .fixed-btn-section .sub-btn .musician-sub-btn {
    background-color: #0c0a0b;
    border: 1px solid #0bc5ff
}

.slick-dotted.slick-slider {
    margin-bottom: 15px
}

.slick-dots {
    bottom: -15px;
    position: relative
}

.slick-dots li {
    height: 8px !important;
    margin: 0 4px !important;
    width: 8px !important
}

.slick-dots li button,
.slick-dots li button:before {
    font-size: 0 !important;
    height: 8px !important;
    width: 8px !important
}

.slick-dots li button:before {
    background-color: #302f2f;
    border-radius: 10px
}

.slick-dots li.slick-active,
.slick-dots li.slick-active button {
    width: 30px !important
}

.slick-dots li.slick-active button:before {
    background-image: linear-gradient(270deg, #158fff, #01fcff);
    opacity: 1;
    width: 30px !important
}

.slick-arrow {
    background-color: #0bc5ff;
    border: 1px solid #0bc5ff;
    border-radius: 50%;
    color: #fff;
    height: 30px;
    min-width: 30px;
    opacity: 1 !important;
    position: absolute;
    top: 40%;
    width: 30px;
    z-index: 2
}

.slick-arrow.slick-disabled {
    background-color: #fff;
    border: 1px solid #0bc5ff;
    color: #0bc5ff
}

@media (max-width:575px) {
    .slick-arrow {
        display: none
    }
}

.next-arrow {
    right: 0
}

.prev-arrow {
    left: 0
}

.language ul {
    list-style: none
}

.language ul .lang-list {
    background: linear-gradient(275deg, #158fff, #01fcff);
    border: none;
    border-radius: 5px;
    outline: none;
    padding: 10px 20px;
    transition: all .3s ease;
    width: -moz-fit-content;
    width: fit-content
}

.language ul .lang-list .lang-head,
.language ul .lang-list .lang-head i {
    color: #fff
}

.language ul .lang-list .lang-hover-list {
    font-size: 15px;
    left: unset !important;
    min-width: 150px;
    right: 0;
    width: 115%
}

.language ul .lang-list .lang-hover-list li {
    padding: 5px 15px
}

.language ul .lang-list .lang-hover-list li:hover {
    background-color: #f1faff !important
}

.language ul .lang-list .lang-hover-list li:hover a {
    color: #009ef7 !important
}

.language ul .lang-list .lang-hover-list li.active {
    background-color: #f1faff !important
}

.language ul .lang-list .lang-hover-list li.active a {
    color: #009ef7 !important
}

.language ul .lang-list .lang-hover-list li a {
    color: #5e6278 !important;
    font-size: 14px !important;
    text-decoration: none
}

.language ul .lang-list .lang-hover-list li img {
    height: 20px !important;
    width: 25px !important
}

.time-slot {
    align-items: center;
    background-color: #1d1b1c !important;
    border: 1px solid #302f2f;
    border-radius: 20px;
    color: #f5f2fb !important;
    cursor: pointer;
    display: flex;
    font-size: 15px;
    font-size: 12px;
    height: 50px;
    justify-content: center;
    width: 100% !important
}

.time-slot.activeSlot,
.time-slot:hover {
    background: linear-gradient(275deg, #158fff, #01fcff);
    border: 1px solid #fff;
    color: #fff !important
}

.insta-feed {
    max-height: 1000px !important;
    overflow-x: hidden;
    overflow-y: scroll
}

.insta-feed::-webkit-scrollbar {
    width: 0
}

.insta-feed::-webkit-scrollbar-thumb,
.insta-feed::-webkit-scrollbar-track {
    background-color: #f1faff !important
}

.insta-feed-iframe iframe {
    border: none !important;
    border-radius: 15px !important
}

.instagram-btn {
    background: transparent;
    flex: 1;
    position: relative
}

.instagram-btn:before {
    background: linear-gradient(275deg, #158fff, #01fcff);
    content: "";
    height: 2px;
    position: absolute;
    top: 100%;
    transition: width .3s ease;
    width: 0
}

.instagram-btn.active:before {
    width: 80%
}

.instagram-btn .svg-post-icon line,
.instagram-btn .svg-post-icon rect {
    stroke: #158fff
}

.instagram-btn.active .svg-post-icon line,
.instagram-btn.active .svg-post-icon rect {
    fill: #158fff;
    stroke: #0c0a0b !important
}

.instagram-btn .svg-reels-icon .not-active-svg {
    display: block
}

.instagram-btn .svg-reels-icon .active-svg {
    display: none
}

.instagram-btn .svg-reels-icon path,
.instagram-btn .svg-reels-icon path.not-active-svg,
.instagram-btn .svg-reels-icon rect {
    fill: #158fff
}

.instagram-btn.active .svg-reels-icon .not-active-svg,
.instagram-btn.active .svg-reels-icon rect {
    display: none
}

.instagram-btn.active .svg-reels-icon .active-svg {
    display: block
}

.insta-toggle {
    border-radius: 35px !important;
    margin: 10px !important;
    padding: 5px !important;
    transition: all .3s ease !important
}

#instafeed-container a img {
    border-radius: 15px;
    height: 200px !important;
    margin: 11px;
    width: 44%
}

.instagram-media {
    max-width: 100% !important;
    min-width: 50% !important
}

.cursor-pointer {
    cursor: pointer
}

.btn-section {
    position: absolute;
    right: 80px;
    top: 50%;
    z-index: 9
}

.btn-section .fixed-btn-section {
    align-items: center;
    display: flex;
    position: fixed;
    top: 50%
}

.btn-section .fixed-btn-section .bars-btn {
    align-items: center;
    border-radius: 50%;
    display: flex;
    height: 65px;
    justify-content: center;
    min-width: 65px;
    width: 65px
}

.btn-section .fixed-btn-section .sub-btn {
    display: none;
    position: absolute;
    right: 75px
}

.btn-section .fixed-btn-section .sub-btn .social-btn {
    align-items: center;
    border-radius: 50%;
    display: flex;
    height: 50px;
    justify-content: center;
    width: 50px
}

.btn-section .fixed-btn-section .sub-btn .social-btn i {
    font-size: 24px
}

.support-banner {
    background: #f6f6f6;
    border-radius: 20px;
    bottom: 20px;
    box-shadow: 0 7px 8px 0 #848181, 0 0 11px 0 #000;
    box-sizing: border-box;
    height: auto !important;
    margin-left: 32px;
    margin-right: 32px;
    max-width: 512px;
    padding: 10px;
    position: fixed;
    width: 100%;
    z-index: 99999 !important
}

@media (max-width:575px) {
    .support-banner {
        margin-left: 0;
        margin-right: 0
    }
}

.support-banner .support_heading {
    font-size: 27px;
    margin-top: 30px
}

.support-banner .support_text {
    margin-bottom: 22px;
    margin-top: 13px;
    max-height: 123px !important;
    overflow-x: hidden;
    overflow-y: auto
}

.support-banner .support_text::-webkit-scrollbar {
    width: 4px
}

.support-banner .support_text::-webkit-scrollbar-track {
    background: transparent
}

.support-banner .support_text::-webkit-scrollbar-thumb {
    background: #888
}

.support-banner .support_text .vcard-twentyone.main-content {
    background-image: url(/assets/img/vcard21/bg-img.png) !important;
    color: #211c29;
    max-width: 576px;
    text-align: center !important
}

.support-banner .support_text .vcard-twentyone .vcard-twentyone-heading {
    color: #212529 !important;
    font-size: 28px;
    font-weight: 500
}

@media (max-width:767px) {
    .support-banner {
        max-width: 476px !important
    }
}

@media (max-width:575px) {
    .support-banner {
        max-width: 100% !important
    }
}

.banner-close {
    background: none;
    border: none;
    font-size: 20px !important;
    position: absolute;
    right: 25px;
    top: 20px
}

.act-now {
    background: linear-gradient(275deg, #158fff, #01fcff);
    border: none;
    border-radius: 15px;
    bottom: 10px;
    color: #0c0a0b !important;
    display: inline-block !important;
    outline: none;
    padding: 7px 21px;
    position: relative;
    text-decoration: none;
    transform: translateY(0);
    transition: all .3s ease
}

.vcard33-sticky-btn {
    background: #0bc5ff;
    background: linear-gradient(275deg, #158fff, #01fcff) border-box;
    border: 1px solid transparent;
    border-radius: 5px;
    border-radius: 50%;
    height: 50px;
    width: 50px
}

.vcard33-sticky-btn i {
    -webkit-text-fill-color: transparent;
    background: -webkit-linear-gradient(#eee, #333);
    -webkit-background-clip: text
}

.vcard33-btn-group {
    background-color: #0c0a0b;
    border: none;
    border-radius: 50% !important;
    height: 48px;
    width: 48px
}

.vcard33-btn-group.wp-btn {
    background-color: #0c0a0b !important;
    height: 100% !important;
    min-width: 100% !important;
    width: 100% !important
}

.icon-search-container {
    background: linear-gradient(275deg, #158fff, #01fcff) border-box !important;
    outline: none !important
}

.icon-search-container.active .search-wrapper {
    border: 1px solid transparent !important;
    border-radius: 50px;
    height: calc(100% - 2px) !important;
    left: 1px;
    position: relative;
    top: 1px;
    width: calc(100% - 2px) !important
}

.icon-search-container .search-input {
    color: #fff !important
}

.icon-search-container .share-wp-btn-div {
    border-radius: 50%;
    height: 42px !important;
    min-width: 42px !important;
    position: absolute;
    right: 5px;
    top: 3px;
    width: 42px !important
}

.icon-search-container .share-wp-btn-div .share-wp-btn {
    background: linear-gradient(275deg, #158fff, #01fcff) border-box !important;
    height: 42px !important;
    width: 42px !important
}

.icon-search-container .share-wp-btn-div .share-wp-btn .wp-bg {
    background-color: #0c0a0b !important;
    border-radius: 50% !important;
    height: 40px !important;
    min-width: 40px !important;
    width: 40px !important
}

.icon-search-container.active .vcard33-sticky-btn {
    height: 41px !important;
    left: 5px;
    min-width: 41px !important;
    position: relative;
    top: 3px;
    width: 41px !important
}

.icon-search-container.active .vcard33-sticky-btn .vcard33-btn-group.wp-btn {
    left: 0 !important;
    top: 0 !important
}

.vcard-thirtythree.main-content {
    background-color: #000 !important;
    color: #211c29;
    max-width: 576px;
    text-align: center !important
}

.vcard-thirtythree .vcard-thirtythree-heading {
    -webkit-text-fill-color: transparent;
    background: linear-gradient(275deg, #158fff, #01fcff);
    -webkit-background-clip: text;
    font-size: 28px;
    font-weight: 500
}

.vcard-thirtythree-btn {
    background: linear-gradient(275deg, #158fff, #01fcff);
    border: none;
    border-radius: 5px;
    color: #000 !important;
    outline: none;
    padding: 10px 20px;
    transition: all .3s ease;
    width: -moz-fit-content;
    width: fit-content
}

.vcard-one__product .product-card {
    margin: 10px auto !important;
    width: 100% !important
}

@media (max-width:575px) {
    .vcard-one__product .product-card {
        width: 99% !important
    }
}

.vcard-one__product .product-card .product-img {
    height: 200px !important
}

.product-heading {
    -webkit-text-fill-color: transparent;
    background: linear-gradient(275deg, #158fff, #01fcff);
    -webkit-background-clip: text;
    font-size: 28px !important
}

.back-btn {
    width: -moz-fit-content;
    width: fit-content
}

.back-btn,
.buy-product {
    background: linear-gradient(275deg, #158fff, #01fcff);
    border: none;
    border-radius: 5px;
    color: #000;
    outline: none;
    padding: 10px 20px;
    transition: all .3s ease
}

.buy-product:hover {
    background-color: rgba(11, 197, 255, .9)
}

.modal {
    background-color: #00000080;
    z-index: 99999 !important
}

.modal .news-modal #newsLatter-content {
    background-color: #fff;
    border: none;
    border-radius: .475rem;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .1);
    outline: 0
}

.modal .news-modal #newsLatter-content .form-control {
    font-size: .875rem !important;
    padding: .375rem .75rem !important
}

.modal .news-modal #newsLatter-content .newsmodal-header .btn-close {
    background: transparent url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ADB5BD'%3E%3Cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3E%3C/svg%3E") 50%/1em auto no-repeat;
    position: absolute !important;
    right: 16px !important;
    top: 16px !important;
    z-index: 1 !important
}

.modal .news-modal #newsLatter-content .newsmodal-header .newsmodal-title {
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-image: linear-gradient(270deg, #158fff, #01fcff);
    font-size: 50px;
    text-align: center !important
}

.modal .news-modal #newsLatter-content .modal-body {
    padding: 1.75rem
}

.modal .news-modal #newsLatter-content .modal-body .content {
    font-size: 23px
}

.modal .news-modal #newsLatter-content .modal-body .modal-desc {
    color: silver;
    font-size: 16px;
    font-weight: 400
}

.modal .news-modal #newsLatter-content .modal-body .email-input {
    border-radius: 8px !important
}

.modal .news-modal #newsLatter-content .modal-body .email-input .btn {
    border-radius: 8px !important;
    padding: 6px 10px !important
}

.modal .news-modal #newsLatter-content .modal-body .required:after {
    color: #f62947;
    content: "*";
    font-size: inherit;
    font-weight: 700;
    position: relative
}

.modal .news-modal #newsLatter-content .modal-body .input-box {
    background-color: #f5f8fa;
    border: unset;
    border-radius: .475rem;
    color: #5e6278;
    font-size: 1.1rem;
    line-height: 1.5;
    padding: .75rem 1rem;
    transition: all .2s ease
}

.modal .news-modal #newsLatter-content .modal-body .input-box:focus {
    background-color: #eef3f7;
    box-shadow: unset
}

.modal .news-modal #newsLatter-content .modal-body .input-group {
    background: #000;
    border: none
}

.modal .news-modal #newsLatter-content .modal-footer {
    border-top: none !important;
    padding: 1.875rem
}

.modal .news-modal #newsLatter-content .modal-footer .btn {
    border-radius: .475rem !important;
    padding: 10px 20px !important
}

.modal .news-modal #newsLatter-content .modal-footer .submit-btn {
    background-color: #ffc000 !important;
    border: unset;
    color: #fff;
    margin-top: 26px;
    outline: unset;
    padding: 10px 20px !important
}

.modal .news-modal #newsLatter-content .modal-footer .submit-btn:hover {
    background-color: #ffc000 !important
}

.modal .news-modal #newsLatter-content .modal-footer .submit-btn:focus {
    box-shadow: unset
}

#email-send {
    background: -webkit-linear-gradient(275deg, #158fff, #01fcff);
    border: none;
    border-radius: 8px;
    color: #000 !important;
    font-size: 15px
}

@media (min-width:576px) {
    #newsLatterModal .modal-dialog {
        max-width: 420px !important;
        transform: none !important
    }
}

.input-box {
    background-color: #1d1b1c !important;
    border: 1px solid #302f2f !important;
    border-radius: 25px !important;
    cursor: pointer;
    display: grid;
    margin-bottom: 5px;
    padding: 20px;
    place-items: center
}

.input-box h4 {
    color: #aea6aa !important;
    font-size: medium !important;
    margin: 0
}

.file-list li {
    color: #fff !important
}

.selected-files .item {
    align-items: center;
    background-color: #1d1b1c !important;
    border: 1px solid #302f2f !important;
    border-radius: 25px !important;
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
    padding: 8px
}

.file-list .name {
    flex-grow: 1
}

.file-list .remove {
    color: red;
    cursor: pointer;
    margin-left: 8px
}

.file-list .remove svg {
    height: 16px;
    width: 16px
}

.selected-files .item .name,
.selected-files h5 {
    color: #fff !important
}

.selected-files h5 {
    font-size: medium !important;
    margin-bottom: 10px !important;
    margin-top: 9px !important
}

small {
    color: #aea6aa !important;
    font-size: 12px
}

.file-list {
    font-size: medium !important;
    list-style-type: none !important;
    margin: 0;
    max-height: 220px;
    overflow-y: auto;
    padding: 0 0 10px
}

.main-content.rtl .ms-3 {
    margin-right: 1rem !important
}

.main-content.rtl .me-2 {
    margin-left: .5rem !important
}

.main-content.rtl .me-3 {
    margin-left: 1rem !important
}

.main-content.rtl .calendar-icon {
    left: 18px;
    right: auto
}

.main-content.rtl .text-start {
    text-align: right !important
}

@media (min-width:576px) {
    .main-content.rtl .text-sm-start {
        text-align: right !important
    }
}

.main-content.rtl .profile-section .card .card-img {
    left: 0;
    right: auto
}

.btn-section.rtl {
    left: 15px !important;
    right: auto !important
}

.copy-btn {
    border-radius: 0;
    font-weight: 500;
    padding: 12px 36px;
    transition: all .3s ease-in-out
}

.copy-btn:focus {
    box-shadow: none !important;
    outline: none !important
}

.object-fit-cover {
    -o-object-fit: cover;
    object-fit: cover
}

.object-fit-contain {
    -o-object-fit: contain;
    object-fit: contain
}

.pwa-support {
    background: #fff;
    border-radius: 32px;
    bottom: 20px;
    box-shadow: 0 7px 8px 0 #848181, 0 0 11px 0 #000;
    height: auto !important;
    left: 0;
    margin: 0 auto;
    max-width: 400px;
    padding: 24px;
    position: fixed !important;
    right: 0;
    width: 100%;
    z-index: 99999 !important
}

.pwa-support .pwa-heading {
    font-size: 20px;
    margin-bottom: 12px
}

.pwa-support .pwa-text {
    font-size: .875rem !important;
    margin-bottom: 16px
}

.pwa-install-button {
    background: linear-gradient(270deg, #158fff, #01fcff) !important;
    border: none !important;
    border-radius: 15px !important;
    color: #0c0a0b !important;
    font-size: .875rem !important;
    font-weight: 400 !important;
    padding: .563rem 1.563rem !important
}

.pwa-install-button:hover {
    background-image: linear-gradient(90deg, #158fff, #01fcff) !important
}

.pwa-cancel-button {
    background-color: #adb5bd !important;
    border: none !important;
    border-radius: 15px !important;
    color: #000;
    font-size: .875rem !important;
    font-weight: 400 !important;
    padding: .563rem 1.563rem
}

.pwa-cancel-button:hover {
    background-color: #d1d5db !important;
    border: none !important;
    color: #000 !important
}

@media (max-width:412px) {
    .add-contact-btn {
        padding: 10px;
        width: 180px;
    }
}