$primary: #ffc000 !default;
$bg-light: #242424 !default;
$gray-100: #9b9fa6 !default;
$gray-200: #989898 !default;
$white: #ffffff !default;
$black: #161616 !default;

.text-gray-100 {
    color: $gray-100 !important;
}

.text-gray-200 {
    color: $gray-200 !important;
}

.text-primary {
    color: $primary !important;
}
@font-face {
  font-family: "DM_Serif_Display";
  font-style: normal;
  font-weight: 400;
  src: url("../../../../public/fonts/DM_Serif_Display/DMSerifDisplay-Regular.ttf") format("truetype");
  font-display: swap;
}
// @font-face {
//   font-family: "Poppins";
//   font-style: normal;
//   font-weight: 400;
//   src: url(../fonts/Poppins/Poppins-Regular.ttf) format("truetype");
//   font-display: swap;
// }
// @font-face {
//   font-family: "Poppins";
//   font-style: normal;
//   font-weight: 500;
//   src: url(../fonts/Poppins/Poppins-Medium.ttf) format("truetype");
//   font-display: swap;
// }
// @font-face {
//   font-family: "Poppins";
//   font-style: normal;
//   font-weight: 700;
//   src: url(../fonts/Poppins/Poppins-Bold.ttf) format("truetype");
//   font-display: swap;
// }
body {
    font-family: "Poppins";
    font-weight: 400 !important;
    padding-right:0 !important;
    background: #ffc00033;
    &.modal-open {
      padding-right:0!important;
    }
}

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

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

.section-heading {
    margin-bottom: 40px;
    position: relative;

    @media (max-width: 575px) {
        margin-bottom: 30px;
    }

    h2 {
        font-size: 26px;
        position: relative;
        color: $white;
        font-weight: 600;
        display: inline-block;
        font-family: "DM_Serif_Display";
        font-style: normal;
        font-weight: 400;
        &::after{
            position: absolute;
            content: "";
            left: 0;
            width: 60%;
            height: 4px;
            border-radius: 5px;
            background-color: $primary;
            bottom: -6px;
        }
    }
}

.btn {
    border-radius: 0;
    font-weight: 500;
    padding: 12px 30px;
    border-radius: 15px;

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

.btn-primary {
    color: $black;
    background-color: $primary;
    border: 1px solid $primary;

    &:hover,
    &:focus,
    &.active {
        color: $primary;
        background-color: $black;
        border: 1px solid $primary;
    }
}

.enquiry-btn {
    @media (max-width: 425px) {
       width: 100%;
       margin-top: 4px;
    }
    .btn-primary-enquiry {
        color: $black !important;
        background-color: $primary !important;
        border: 1px solid $primary !important;
        padding: 6px 20px !important;
        &:hover,
        &:focus,
        &.active {
            color: $primary !important;
            background-color: $black !important;
            border: 1px solid $primary !important;
        }
        @media (max-width: 425px) {
            width: 100%;
        }
    }
}

.btn-wp-visit-store {
    color: $black !important;
    background-color: $primary !important;
    border: 1px solid $primary !important;
    padding: 6px 20px !important;
    &:hover,
    &:focus,
    &.active {
        color: $primary !important;
        background-color: $black !important;
        border: 1px solid $primary !important;
    }
    @media (max-width: 425px) {
        width: 100%;
    }
}

.btn-product-enquiry {
    padding: 10px 20px !important;
    background: #ffc000 !important;
    border: 1px solid #ffc000 !important;
    outline: none !important;
    color: #000000 !important;
    border-radius: 5px !important;
    transition: all 0.3s ease !important;

    &:hover {
        background: transparent !important;
        color: #ffc000 !important;
    }
}

.main-content {
    position: relative;
    background-color: $black;
    background-image: url("/assets/img/oldVcardTemplate/vcard30/bg-img.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-section {
    position: relative;

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

        @media (max-width: 575px) {
            height: 275px;
        }
    }

    .overlay {
        position: absolute;
        width: 100%;
        height: 50%;
        bottom: 0;
        left: 0;
        background-image: linear-gradient(#16161600, #161616);
    }
}

.profile-section {
    position: relative;
    .profile-desc {
        p, strong, span {
            color: white !important;
        }
    }
    .profile-bg {
        position: absolute;
        z-index: 2;

        &.img-1 {
            top: -125px;
            right: -40px;

            @media (max-width: 575px) {
                top: -75px;
                right: -30px;
            }
        }

        &.img-2 {
            top: 50px;
            right: 0;
            z-index: 0;

            @media (max-width: 575px) {
                top: 150px;
            }
        }

        img {
            width: 100%;

            @media (max-width: 575px) {
                width: 70%;
            }
        }
    }

    .card {
        background-color: transparent !important;
        border: none;
        position: relative;
        .profile-top-margin{
            top: -75px !important;
        }
        .card-img {
            width: 180px;
            height: 180px;
            min-width: 180px;
            border-radius: 30px;
            overflow: hidden;
            border: 4px solid $primary;
            position: absolute;
            right: 0;
            top: -125px;

            @media (max-width: 575px) {
                width: 120px;
                height: 120px;
                min-width: 120px;
                position: relative;
                top: -75px;
            }
        }

        .card-body {
            width: 60%;
            margin-top: -60px;

            @media (max-width: 575px) {
                width: 100%;
                margin-top: -50px;
            }
        }
    }
}

.social-media-section {
    position: relative;
    .social-icons{
        gap: 16px;
    }
    .social-icon {
        width: 40px;
        min-width: 40px;
        height: 40px;
        background-color: $bg-light;
        border-radius: 10px;
        border: 1px solid $primary;
        transition: .3s all ease-in-out;
        a{
            color: $white !important;
        }

        svg,
        img {
            width: 20px;
            height: 20px;
            border-radius: 50%;
            transition: .3s all ease-in-out;
        }
        &:hover{
            transition: .3s all ease-in-out;
                background-color: $primary;
            svg,
            img {
                transition: .3s all ease-in-out;
               color: $black;
               fill: $black;
            }

        }
        }

    }


.contact-section {
    position: relative;
    z-index: 2;

    .contact-bg {
        position: absolute;
        z-index: -1;

        &.img-1 {
            top: 30px;
            right: 0;
        }

        &.img-2 {
            bottom: 40px;
            right: 10px;
        }

        img {
            width: 100%;

            @media (max-width: 575px) {
                width: 70%;
            }
        }
    }

    .contact-box {
        justify-content: center;
        background: linear-gradient(150deg, #ffbf003d, #171717);
        padding: 10px;
        border-radius: 10px;
        border: 2px dashed #989898;

        .contact-icon {
            width: 50px;
            min-width: 50px;
            height: 50px;
            background-color: $bg-light;
            border-radius: 10px;
        }

        .contact-desc {
            font-size: 14px;
            word-break: break-all;
        }
    }
}

.gallery-section {
    position: relative;
    z-index: 2;

    .gallery-bg {
        position: absolute;
        z-index: -1;
        top: 75px;
        right: 5px;

        @media (max-width: 575px) {
            top: 60px;
            right: 5px;
        }

        img {
            width: 100%;

            @media (max-width: 575px) {
                width: 80%;
            }
        }
    }

    .gallery-slider {
        position: relative;
        margin-left: -15px;
        margin-right: -15px;

        .slick-slide {
            padding: 0 15px;
        }

        .gallery-img {
            margin: 0 auto;
            max-width: 400px;
            max-height: 220px;
            height: 220px;
            border-radius: 10px;
            overflow: hidden;
            background: linear-gradient(150deg, #ffbf003d, #171717);
            img,
            iframe {
                width: 100%;
                object-fit:cover;
                height: 100%;
            }
            .gallery-file-item {
                height: 100%;
                width: 100%;
                background-size: contain;
                background-position: center;
                background-repeat: no-repeat;
            }
        }
    }

    .gallery-filter-nav {
        padding: 0 10px;
    }
    .gallery-filter-btn {
        border: 1px solid $primary;
        background-color: $black;
        color: $primary;
        border-radius: 5px;
        padding: 8px 16px;
        font-size: 14px;
        font-weight: 600;
        line-height: 1;
        transition: all 0.3s ease;
        &.active {
            background: $primary;
            border-color: $primary;
            color: $black;
        }
    }
    .gallery-filter-panel {
        display: none;
        &.active {
            display: block;
        }
    }
}
.audio-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 250px;
    padding: 0;

    .audio-image {
        width: 100%;
        height: 100% !important;
        object-fit: cover;
        border-radius: 12px;
        margin-bottom: 0;
    }

    audio {
        position: absolute;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
        width: 80%;
        max-width: 400px;
        z-index: 2;
    }

    &:fullscreen {
        padding: 15% !important;

        @media (max-width: 575px) {
            padding: 20px !important;
            flex-direction: column;
        }

        .audio-image {
            border-radius: 12px;

            @media (max-width: 575px) {
                height: 350px;
            }
        }

        audio {
            bottom: calc(15% + 13%);
            min-width: 45%;

            @media (max-width: 575px) {
                position: static;
                transform: none;
                width: 90%;
                margin-top: -70px;
            }
        }
    }
}
.our-services-section {
    position: relative;
    z-index: 2;

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

        &.img-1 {
            top: -15px;
            left: 0;
        }

        &.img-2 {
            top: 0;
            right: 0;
        }

        img {
            width: 100%;

            @media (max-width: 575px) {
                width: 70%;
            }
        }
    }

    .services {
        .card-wrapper {
            border-radius: 20px;
            padding: 1px;
            position: relative;
            margin: 5px;

            &::before {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                content: "";
                background-color: $bg-light;
                border-radius: 20px;
                border: 6px dashed $gray-200;
            }
        }
            .services-slider-view {
            .slick-list {
                padding-top: 0px !important;
                margin: 12px 0 5px 0;
            }
        }
        .service-card {
            border-radius: 20px;
            background-color: $bg-light;
            padding: 20px;
            position: relative;
            min-height: 293px;
            .card-img {
                width: 55px;
                height: 50px;
                min-width: 55px;
                border-radius: 10px;
                a{
                    width: 100%;
                    height: 100%;
                    display: block;
                    img{
                        border-radius: 10px;
                        object-fit: cover;
                        height: 100%;
                    }
                }
            }

            .card-body {
                width: 100%;
                p {
                    display: -webkit-box;
                    -webkit-box-orient: vertical;
                    overflow: hidden;
                    -webkit-line-clamp: 4;
                    min-height: 84px;
                }
                h3{
                   display: -webkit-box;
                   -webkit-line-clamp: 2;
                   -webkit-box-orient: vertical;
                   overflow: hidden;
                   min-height: 43px;
                }
            }
        }
    }
}

.appointment-section {
    position: relative;
    z-index: 2;

    .appointment-bg {
        position: absolute;
        top: 30px;
        right: 0;

        @media (max-width: 575px) {
            top: 60px;
        }

        img {
            width: 100%;

            @media (max-width: 575px) {
                width: 70%;
            }
        }
    }

    .appointment {
        .appointment-input {
            width: 100%;
            height: 50px;
            padding: 12px 25px;
            border: 2px dashed #f9c000;
            border-radius: 0px;
            color: #ffffff;
            background: linear-gradient(150deg, #ffbf003d, #171717);

            &::placeholder {
                color: $white;
            }

            &:focus {
                box-shadow: none;
                outline: none;
            }
        }

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

        .hour-input {
            height: 50px;
            font-size: 16px;
            padding: 13px 16px;
            border-radius: 15px;
            background-color: $bg-light;
        }
    }
}

.product-section {
    position: relative;
    z-index: 2;

    .product-bg {
        position: absolute;
        z-index: -1;

        &.img-1 {
            top: 10px;
            left: 30px;

            @media (max-width: 575px) {
                left: 10px;
            }
        }

        &.img-2 {
            top: 60px;
            right: 10px;

            @media (max-width: 575px) {
                top: 50px;
            }
        }

        img {
            width: 100%;

            @media (max-width: 575px) {
                width: 70%;
            }
        }
    }

    .card-wrapper {
        border-radius: 20px;
        padding: 1px;
        position: relative;

        &::before {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            content: "";
            background-color: $bg-light;
            border-radius: 20px;
            border: 6px dashed $gray-200;
        }
    }

    .product-slider {
        .slick-slide {
            min-height: 150px;

            @media (max-width: 575px) {
                min-height: 140px;
            }
        }

        .product-card {
            padding: 20px 30px;
            background-color: $bg-light;
            height: 100%;
            border-radius: 20px;
            border: none;
            min-height: 119px;
            flex-direction: row;
            @media(max-width:425px){
                flex-direction: column;
                padding: 10px 20px;
            }
            .product-img {
                min-width: 120px;
                width: 120px;
                max-height: 70px;
                overflow: hidden;
                border-radius: 15px;

                @media (max-width: 425px) {
                    min-width: 100%;
                    width: 100%;
                    max-height: 150px;
                }
            }

            .product-desc {
                padding: 0;
                @media(max-width:435px) {
                    width: 100%;
                }
                .product-info {
                    flex-direction: row;
                    align-items: center;
                    @media(max-width:425px) {
                        flex-wrap: wrap;
                        justify-content: center;
                    }
                        &>a {
                    overflow: hidden;
                }
                }

                h3,
                p {
                    display: -webkit-box;
                    -webkit-line-clamp: 1;
                    -webkit-box-orient: vertical;
                    overflow: hidden;
                }
            }
        }

        .slick-dots {
            position: absolute !important;
        }
    }
}

.whatsapp-store-product-section {
    position: relative;
    z-index: 2;

    .product-bg {
        position: absolute;
        z-index: -1;

        &.img-1 {
            top: -40px;
            left: 30px;

            @media (max-width: 575px) {
                left: 10px;
            }
        }

        &.img-2 {
            right: 10px;
        }

        img {
            width: 100%;

            @media (max-width: 575px) {
                width: 70%;
            }
        }
    }

    .card-wrapper {
        border-radius: 20px;
        padding: 1px;
        position: relative;

        &::before {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            content: "";
            background-color: $bg-light;
            border-radius: 20px;
            border: 6px dashed $gray-200;
        }
    }

    .whatsapp-store-slider {
        .slick-slide {
            min-height: 150px;

            @media (max-width: 575px) {
                min-height: 140px;
            }
        }

        .whatsapp-store-box {
            padding: 20px 30px;
            background-color: $bg-light;
            height: 100%;
            border-radius: 20px;
            border: none;
            min-height: 110px;

            .whatsapp-store-img {
                min-width: 120px;
                width: 120px;
                max-height: 70px;
                overflow: hidden;
                border-radius: 15px;

                @media (max-width: 425px) {
                    min-width: 90px;
                    width: 90px;
                }
            }

            .whatsapp-store-content {
                padding: 0;

                h3,
                p {
                    display: -webkit-box;
                    -webkit-line-clamp: 2;
                    -webkit-box-orient: vertical;
                    overflow: hidden;
                    min-width: 120px;
                    width: 120px;
                    font-size: 14px;
                }
            }
        }

        .slick-dots {
            position: absolute !important;
        }
    }
}

.vcard-one__product {
    .product-card {
        .product-img {
            height:200px !important;
        }
    }
    .product-slider {
        .product-card {
            .slick-list {
                padding-bottom: 0;
                margin: 0;
            }

        }
        .product-amount {
            span {
                color: #ffc000 !important;
            }
        }
    }
}
.testimonial-section {
    position: relative;
    z-index: 2;

    .testimonial-bg {
        position: absolute;
        z-index: -1;

        &.img-1 {
            top: -25px;
            left: 20px;

            @media (max-width: 575px) {
                top: 0;
                left: 10px;
            }
        }

        &.img-2 {
            top: -22px;
            right: 20px;

            @media (max-width: 575px) {
                top: 25px;
                right: 10px;
            }
        }

        img {
            width: 100%;

            @media (max-width: 575px) {
                width: 70%;
            }
        }
    }

    .testimonial-slider {
        background-image: url("/assets/img/oldVcardTemplate/vcard30/testimonial-bg.png");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        position: relative;

        &::after {
            content: "";
            position: absolute;
            width: 100%;
            height: 50%;
            bottom: 0;
            left: 0;
            background-image: linear-gradient(#16161600, #161616);
            z-index: 0;
        }

        &::before {
            content: "";
            position: absolute;
            width: 100%;
            height: 25%;
            top: 0;
            left: 0;
            background-image: linear-gradient(#161616, #16161600);
            z-index: 0;
        }

        .slick-list {
            z-index: 2;
        }

        .testimonial-card {
            position: relative;
            min-height: 160px;
            border: none;
            max-width: 360px;
            margin: 0 auto;
            background-color: transparent;

            .testimonial-profile-img {
                width: 40px;
                height: 40px;
                min-width: 40px;
                border-radius: 50%;
                overflow: hidden;
            }

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

.business-hour-section {
    position: relative;
    z-index: 2;

    .hour-bg {
        position: absolute;
        z-index: -1;

        &.img-1 {
            top: 0;
            left: 35px;

            @media (max-width: 575px) {
                left: 20px;
            }
        }

        &.img-2 {
            top: 50px;
            right: 0;

            @media (max-width: 575px) {
                top: 40px;
            }
        }

        img {
            width: 100%;

            @media (max-width: 575px) {
                width: 70%;
            }
        }
    }

    .business-hour-card {
        .business-hour {
            padding: 15px;
            border-radius: 10px;
            background-color: #242424;
            color: #ffffff;
            display: flex;
            justify-content: center;
            align-items: center;
            position: relative;
            flex-direction: column;
            gap: 10px;
            &::after {
                position: absolute;
                content: "";
                width: 100%;
                height: 1px;
                top: 8px;
                left: 0;
                background-color: $primary;
            }

            &::before {
                position: absolute;
                content: "";
                width: 100%;
                height: 1px;
                bottom: 8px;
                left: 0;
                background-color: $primary;
            }

            .line {
                position: absolute;
                content: "";
                width: 100%;
                height: 1px;
                overflow: hidden;
                top: 0;
                bottom: 0;
                left: 0;
                margin: auto;
                border-top: 2px dashed rgb(255 255 255 / 15%);
                z-index: 0;
            }

            div {
                position: relative;
                z-index: 2;
                font-size: 14px !important;
            }
        }
    }
}

.blog-section {
    position: relative;
    z-index: 2;

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

        &.img-1 {
            top: -30px;
            left: 60px;

            @media (max-width: 575px) {
                top: -10px;
                left: -10px;
            }
        }

        &.img-2 {
            top: 40px;
            right: 20px;

            @media (max-width: 575px) {
                top: 30px;
                right: 10px;
            }
        }

        img {
            width: 100%;

            @media (max-width: 575px) {
                width: 70%;
            }
        }
    }

    .blog-slider {
        position: relative;
        .slick-slide {
            padding: 0 10px;
        }
        .blog-card {
            background-color: transparent;
            overflow: hidden;

            .card-img {
                position: relative;
                width: 320px;
                min-width: 320px;
                height: 200px;
                object-fit: cover;
                border-radius: 20px;
                overflow: hidden;
                position: relative;
                img{
                    border-radius: 20px;
                }
            }

            .card-body {
                padding: 0;
                width: 100%;
                min-height: 159px;
                .blog-desc {
                   display: -webkit-box;
                    -webkit-box-orient: vertical;
                    overflow: hidden;
                    -webkit-line-clamp: 4;
                    min-height: 84px;
                }
                .blog-title{
                    display: -webkit-box;
                   -webkit-line-clamp: 2;
                   -webkit-box-orient: vertical;
                   overflow: hidden;
                   min-height: 43px;
                }
            }
        }

        .slick-prev,
        .slick-next {
            position: absolute;
            opacity: 1 !important;
            width: 40px;
            z-index: 2;

            @media (max-width: 575px) {
                display: none;
            }
        }

        .slick-next {
            right: 0;

            @media (max-width: 768px) {
                right: -15px;
            }

            &:before {
                content: url("/assets/img/oldVcardTemplate/vcard30/right-arrow.svg");
                // content: url(../images/fashion-and-beauty/right-arrow.svg);
                opacity: 1 !important;
            }
        }

        .slick-prev {
            left: 0;

            @media (max-width: 768px) {
                left: -15px;
            }

            &:before {
                opacity: 1 !important;
                content: url("/assets/img/oldVcardTemplate/vcard30/left-arrow.svg");
                // content: url(../images/fashion-and-beauty/left-arrow.svg);
            }
        }
    }
}

.qr-code-section {
    position: relative;
    z-index: 2;

    .qr-bg {
        position: absolute;
        z-index: -1;

        &.img-1 {
            top: 110px;
            left: 30px;

            @media (max-width: 575px) {
                top: 90px;
                left: 15px;
            }

            img {
                @media (max-width: 575px) {
                    width: 60%;
                }
            }
        }

        &.img-2 {
            top: 45px;
            right: 5px;

            @media (max-width: 575px) {
                top: 30px;
            }
        }

        img {
            width: 100%;

            @media (max-width: 575px) {
                width: 70%;
            }
        }
    }

    .qr-code {
        max-width: 400px;
        width: 100%;
        background-color: $bg-light;
        border-radius: 25px;
        padding: 60px 40px 30px 40px;
        box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
        @media (max-width: 480px) {
            padding: 70px 15px 20px 15px;
        }
        .qr-profile-img {
            position: absolute;
            top: -45px;
            left: 0;
            margin: 0 auto;
            right: 0;
            width: 80px;
            height: 80px;
            min-width: 80px;
            border-radius: 20px;
            border: 2px solid $white;
            background-color: $white;
            overflow: hidden;
        }
        .qr-code-img {
            width: 142px;
            height: 143px;
            background: white;
            justify-content: center;
            text-align: center;
            padding: 6px;
        }
    }
}

// payment-link-section
.payment-link-section {
    .appointment-bg {
        position: absolute;
        top: -30px;
        right: 0;

        @media (max-width: 575px) {
            top: -30px;
        }

        img {
            width: 100%;

            @media (max-width: 575px) {
                width: 70%;
            }
        }
    }

    .payment-link-slider .slick-track {
        display: flex;
        align-items: stretch;
    }

    .payment-link-slider .slick-slide {
        height: auto;

        > div {
            height: 100%;
        }
    }

    .payment-link-slider .slide {
        height: 100%;
    }

    .pl-strip {
        display: flex;
        align-items: center;
        background: $bg-light;
        border-radius: 20px;
        padding: 14px 16px;
        transition: all 0.3s ease;
        min-height: 120px;
        height: 100%;
        border: 2px dashed $gray-200;
    }

    .pl-strip-icon {
        flex-shrink: 0;
        background: #646464;
        border-radius: 12px;
        padding: 12px;
        display: flex;
        align-items: center;
        justify-content: center;

        img {
            height: 65px;
            width: 46px;
            object-fit: contain;
        }
    }

    .pl-strip-content {
        flex-grow: 1;
        padding: 0 14px;
        min-width: 0;
    }

    .pl-strip-title {
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 4px;
        color: $white;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .pl-strip-desc {
        font-size: 13px;
        color: $gray-200;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        overflow: hidden;
        word-break: break-word;
        line-height: 1.4;
        max-height: calc(1.4em * 4);
        text-overflow: ellipsis;
        display: block;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
    }

    .pl-strip-action {
        flex-shrink: 0;
    }

    .pl-strip-btn {
        padding: 6px 20px;
        border-radius: 15px;
        background: $primary;
        color: $black;
        font-size: 13px;
        font-weight: 600;
        text-decoration: none;
        transition: all 0.25s ease;
        &:hover {
            color: $primary !important;
            background-color: $black !important;
            border: 1px solid $primary !important;
        }
    }

    .pl-strip-badge {
        padding: 9px 18px 6px 20px;
        border-radius: 15px;
        background: $primary;
        color: $black;
        font-size: 12px;
        font-weight: 700;
        &:hover {
            color: $primary !important;
            background-color: $black !important;
            border: 1px solid $primary !important;
        }
    }

    .link-icon-btn svg {
        width: 15px;
        height: 16px;
    }

    .pl-strip-content-img {
        flex-shrink: 0;
        background: #646464;
        border-radius: 12px !important;
        padding: 9px;
        display: flex;
        align-items: center;
        justify-content: center;
        max-width: 65px;
        max-height: 89px;
        min-width: 65px;
        min-height: 89px;
        object-fit: contain;
    }
}

.contact-us-section {
    position: relative;
    z-index: 2;

    .contact-us-bg {
        position: absolute;
        z-index: -1;

        &.img-1 {
            top: -50px;
            right: 30px;

            @media (max-width: 575px) {
                top: 0px;
                right: 10px;
            }
        }

        &.img-2 {
            bottom: 0px;
            left: 20px;

            img {
                width: 100%;

                @media (max-width: 575px) {
                    width: 70%;
                }
            }

            @media (max-width: 575px) {
                left: 10px;
                bottom: 25px;
            }
        }

        &.img-3 {
            bottom: 10px;
            right: 10px;

            @media (max-width: 575px) {
                right: 5px;
                bottom: 35px;
            }
        }

        img {
            width: 100%;

            @media (max-width: 575px) {
                width: 60%;
            }
        }
    }

    .contact-form {
        padding: 20px;
        border-radius: 15px;
        background: #fdf3cc36;
        form {
            .form-control {
                margin-bottom: 15px;
                padding: 13px 20px;
                height: 50px;
                border-radius: 10px;
                border: 1px solid #f9c000;
                color: #ffffff;
                font-size: 14px;
                background: linear-gradient(150deg, #ffbf003d, #171717);
                &::placeholder {
                    color: $white;
                }

                &:focus {
                    box-shadow: none;
                    outline: none;
                }
            }
        }
    }
}

.create-vcard-section {
    position: relative;
    z-index: 2;

    .create-vcard-bg {
        position: absolute;
        top: 55px;
        right: 35px;

        @media (max-width: 575px) {
            right: 10px;
        }

        img {
            width: 100%;

            @media (max-width: 575px) {
                width: 60%;
            }
        }
    }

    .vcard-link-card {
        padding: 15px 20px;
        background-color: $bg-light;
        border-radius: 20px;
        overflow: hidden;
        position: relative;

        &::after {
            position: absolute;
            content: "";
            width: 100%;
            height: 1px;
            top: 8px;
            left: 0;
            background-color: $primary;
        }

        &::before {
            position: absolute;
            content: "";
            width: 100%;
            height: 1px;
            bottom: 8px;
            left: 0;
            background-color: $primary;
        }

        .line {
            position: absolute;
            content: "";
            width: 100%;
            height: 1px;
            overflow: hidden;
            top: 0;
            bottom: 0;
            left: 0;
            margin: auto;
            border-top: 2px dashed rgb(255 255 255 / 15%);
            z-index: 0;
        }

        .link-text {
            position: relative;
            z-index: 2;
            font-size: 16px;
            word-break: break-all;

            @media (max-width: 575px) {
                font-size: 14px;
            }
        }
    }
}

.add-to-contact-section {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 65px;
    z-index: 2;
}

.btn-section {
    .fixed-btn-section {
        .taxi-bars-btn {
            background-color: $primary;
        }

        .sub-btn {
            .taxi-sub-btn {
                background-color: $black;
                border: 1px solid $primary;
            }
        }
    }
}

.vcard-bg {
    position: absolute;
    left: 28px;
    bottom: 28px;

    @media (max-width: 575px) {
        left: 15px;
        bottom: 15px;
    }

    img {
        width: 100%;

        @media (max-width: 575px) {
            width: 60%;
        }
    }
}

.slick-dotted.slick-slider {
    margin-bottom: 10px;
}

.slick-dots {
    position: relative !important;
    bottom: -15px !important;
    z-index: 1 !important;

    li {
        margin: 0 4px !important;
        width: 8px !important;
        height: 8px !important;

        button {
            width: 8px !important;
            height: 8px !important;
            font-size: 0 !important;

            &:before {
                font-size: 0 !important;
                width: 8px !important;
                height: 8px !important;
                border-radius: 10px !important;
                background-color: #ffffff80 !important;
            }
        }

        &.slick-active {
            button {
                &:before {
                    opacity: 1 !important;
                    background-color: $white !important;
                }
            }
        }
    }
}

.slick-arrow {
    position: absolute;
    z-index: 3;
    top: 40%;
    opacity: 1 !important;
    width: 30px;
    min-width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: transparent;
    border: none;
    color: $white;

    @media (max-width: 575px) {
        display: none;
    }
}

.next-arrow {
    right: 40px;
}

.prev-arrow {
    left: 40px;
}

.audio-image {
    height: 75% !important;
}

// custom
.px-30 {
    padding-left: 30px;
    padding-right: 30px;

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

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

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

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

    @media (max-width: 575px) {
        font-size: 16px;
    }
}

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

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

.mt-40 {
    margin-top: 40px;

    @media (max-width: 575px) {
        margin-top: 30px;
    }
}

.mb-40 {
    margin-bottom: 40px;

    @media (max-width: 575px) {
        margin-bottom: 30px;
    }
}

.mb-30 {
    margin-bottom: 30px;

    @media (max-width: 575px) {
        margin-bottom: 25px;
    }
}

.mx-30 {
    margin-left: 30px;
    margin-right: 30px;

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

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

.mb-10 {
    margin-bottom: 10px;
}

.pb-50 {
    padding-bottom: 50px;

    @media (max-width: 575px) {
        padding-bottom: 40px;
    }
}

.pt-40 {
    padding-top: 40px;

    @media (max-width: 575px) {
        padding-top: 25px;
    }
}

.pb-40 {
    padding-bottom: 40px;

    @media (max-width: 575px) {
        padding-bottom: 25px;
    }
}

.pt-60 {
    padding-top: 60px;

    @media (max-width: 575px) {
        padding-top: 40px;
    }
}

.pb-60 {
    padding-bottom: 60px;

    @media (max-width: 575px) {
        padding-bottom: 40px;
    }
}

.pt-30 {
    padding-top: 30px;

    @media (max-width: 575px) {
        padding-top: 20px;
    }
}

.pb-30 {
    padding-bottom: 30px;

    @media (max-width: 575px) {
        padding-bottom: 20px;
    }
}

.pt-50 {
    padding-top: 50px;

    @media (max-width: 575px) {
        padding-top: 40px;
    }
}

.pt-80 {
    padding-top: 80px;

    @media (max-width: 575px) {
        padding-top: 40px;
    }
}

.pb-80 {
    padding-bottom: 80px;

    @media (max-width: 575px) {
        padding-bottom: 40px;
    }
}

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

.fw-5 {
    font-weight: 500;
}

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

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

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

.fs-36 {
    font-size: 36px;

    @media (max-width: 575px) {
        font-size: 30px;
    }
}

.fs-30 {
    font-size: 30px;

    @media (max-width: 575px) {
        font-size: 28px;
    }
}

.fs-28 {
    font-size: 28px;

    @media (max-width: 575px) {
        font-size: 24px;
    }
}

a {
    text-decoration: none;
}

.main-content {
    max-width: 576px;
    min-height: 100vh;
    border-radius: 15px;
}

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

.flex-1 {
    flex: 1;
}

.cursor-pointer {
    cursor: pointer;
}

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

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

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

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

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

                i {
                    font-size: 24px;
                }
            }
        }
    }
}

.slick-dots {
    li {
        margin: 0;
        button {
            &:before {
                content:"" !important;
                font-size: 30px !important;
                opacity: 1 !important;

            }
        }
    }
}

.language {
    ul {
        list-style: none;

        .lang-list {
            padding: 3px 9px;
            background: $primary;
            border: none;
            outline: none;
            border-radius: 6px;
            transition: all 0.3s ease;
            width: -moz-fit-content;
            width: fit-content;
            font-size: 14px;
            .lang-head {
                color: #ffffff;

                i {
                    color: #ffffff;
                }
            }

            .lang-hover-list {
                margin: 15px 0 0;
                font-size: 14px;
                width: 100%;
                left: unset !important;
                right: 0;
                min-width: 70px;

                li {
                    padding: 4px 10px;

                    &:hover {
                        background-color: #ffc00033 !important;

                        a {
                            color: $primary !important;
                        }
                    }

                    &.active {
                        background-color: #ffc00033 !important;

                        a {
                            color: $primary !important;
                        }
                    }

                    a {
                        color: #5e6278 !important;
                        text-decoration: none;
                        font-size: 14px !important;
                    }

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

    .support_heading{
        font-size: 27px;
        margin-top: 30px;
    }
    .support_text{
        margin-bottom: 22px;
        max-height: 123px !important;
        overflow-x: hidden;
        overflow-y: auto;
        margin-top: 13px;
        &::-webkit-scrollbar {
            width: 4px;
          }


          &::-webkit-scrollbar-track {
            background: transparent;
          }


          &::-webkit-scrollbar-thumb {
            background: #888;
          }
    }
}

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

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

.dob-icon svg {
    width: 21px;
    height: 20px;
    color: $primary;
}

.act-now{
    padding: 7px 21px;
    background: $primary;
    border: none;
    outline: none;
    transition: all 0.3s ease;
    transform: translateY(0);
    text-decoration: none;
    color: white !important;
    position: relative;
    bottom: 10px;
    display:inline-block !important;
    border-radius: 15px !important;
}

.banner-close {
    position: absolute;
    top: 20px;
    right: 25px;
    font-size: 20px !important;
    background: none;
    border: none;
}
.add-contact-btn {
    width: 200px !important;
    width: 250px !important;
    height: 40px !important;
    margin: 0 auto;
    color: #000000;
    z-index: 9999;
    padding: 7px;
    i {
        font-size: 1rem;
    }
}
.vcard30-sticky-btn {
    background: $primary;
    color: #ffc000;
    border: 1px solid #ffc000;
    border-radius: 5px;
    height: 40px;
}

.vcard30-btn-group {
    width: 50px;
    height: 50px;
    color: #ffc000;
    background-color: #161616;
    border-radius: 50px !important;
}
.modal-backdrop {
    background-color: transparent !important;
}
// .insta-feed{
//     max-height: 1000px!important;
//     overflow-x: hidden;
//     overflow-y: scroll;
// }
// .insta-feed::-webkit-scrollbar {
//     width: 0px;
// }

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

// .insta-feed::-webkit-scrollbar-track {
//     background-color: #f1faff !important;
// }
// .instagram-btn {
//     flex:1;
//     font-size: 20px !important;
// }
// .instagram-btn{
//     background: none !important;
//     &.active {
//         background-color: #ffc000 !important;
//         border-radius: 50px !important;
//         border: 1px solid #ffc000;
//         color: #000000 !important;
//         span {
//             color:#000000 !important;
//             font-size: 20px !important;
//         }
//     }
// }
// .insta-toggle
// {
//     border: 2px solid #ffc000;
//     border-radius: 35px !important;
//     margin: 10px !important;
//     padding: 5px !important;
//     transition: all 0.3s ease !important;
// }
// #instafeed-container{
//     a img{
//         width: 44%;
//         height: 200px !important;
//         margin: 11px;
//         border-radius: 15px;
//     }
// }
// .instagram-media {
//     min-width: 50%!important;
//     max-width: 100%!important;
// }
.insta-feed{
    max-height: 1000px!important;
    overflow-x: hidden;
    overflow-y: scroll;
}
.insta-feed::-webkit-scrollbar {
    width: 0px;
}

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

.insta-feed::-webkit-scrollbar-track {
    background-color: #f1faff !important;
}
.insta-feed-iframe iframe {
    border-radius: 15px !important;
    border: none !important;
}
.instagram-btn{
    flex:1;
    position: relative;
    background: transparent;
    &::before {
        content: '';
        position: absolute;
        width: 0%;
        height: 2px;
        top: 100%;
        background-color: #ffc000;
        transition: width 0.3s ease;
    }
    &.active::before {
        width: 80%;
    }
    .svg-post-icon rect, .svg-post-icon line {
        stroke: #ffc000;
    }
    &.active .svg-post-icon rect, &.active .svg-post-icon line{
        fill: #ffc000;
        stroke: #f9f5f9;
    }
    .svg-reels-icon .not-active-svg {
        display: block;
    }
    .svg-reels-icon .active-svg {
        display: none;
    }
    .svg-reels-icon path.not-active-svg, .svg-reels-icon rect {
        fill: #ffc000;
    }
    .svg-reels-icon path {
        fill: #ffc000;
    }
    &.active .svg-reels-icon .not-active-svg, &.active .svg-reels-icon rect {
        display: none;
    }
    &.active .svg-reels-icon .active-svg {
        display: block;
    }
}
.insta-toggle
{
    border-radius: 35px !important;
    margin: 10px !important;
    padding: 5px !important;
    transition: all 0.3s ease !important;
}
#instafeed-container{
    a img{
        width: 44%;
        height: 200px !important;
        margin: 11px;
        border-radius: 15px;
    }
}
.instagram-media {
    min-width: 50%!important;
    max-width: 100%!important;
}
.activeSlot {
    background-color: #ffc000 !important;
    color: #000000 !important;
    cursor: pointer;
}
.time-slot{
    font-size: 15px;
    background-color: #8f8f8f52 !important;
    color: #f6f6f6 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    font-size: 11px;
    cursor: pointer;
    border: 5px ridge #ffc000;
    border-radius: 0px;
    transition: 0.3s all ease-in-out;
    &:hover,&.activeSlot {
        border: 5px ridge #f6f6f6;
    }
}
.send-btn {
    height: 40px;
    padding: 6px 30px;
    width: 250px !important;
}
.vcard-thirty{
    &.main-content {
        max-width: 576px;
        // min-height: 100vh;
        text-align: center !important;
        background-color: #161616;
        color: #f6f6f6;
    }

    .vcard-thirty-heading {
        font-weight: 500;
        font-size: 28px;
        color: #ffc000 !important;
    }
}
.vcard-thirty-btn {
    padding: 10px 20px;
    border: none;
    outline: none;
    background-color: #ffc000!important;
    color: black !important;
    border-radius: 5px;
    transition: all 0.3s ease;
    width: fit-content;
}
.product-heading {
    font-size: 28px !important;
    color: #ffc000 !important;
   }
   .back-btn  {
    padding: 10px 20px;
    border: 1px solid #ffc000;
    outline: none;
    background-color: #ffc000;
    color: #000000;
    border-radius: 5px;
    transition: all 0.3s ease;
    width: fit-content;
    &:hover {
        background: transparent;
        color: #ffc000;
    }
}
.buy-product {
    padding: 10px 20px;
    background: #ffc000;
    border: 1px solid #ffc000;
    outline: none;
    color: #000000;
    border-radius: 5px;
    transition: all 0.3s ease;

    &:hover {
        background: transparent;
        color: #ffc000;
    }
}
.modal-backdrop {
    background-color: transparent;
}
.modal {
    z-index:99999 !important;
    background-color: #00000080;
    .news-modal {
        #newsLatter-content{
            .form-control{
                padding: .375rem .75rem !important;
                font-size: 0.875rem !important;
            }
            box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 10%);
            border: none;
            border-radius: 0.475rem;
            outline: 0;
            background-color: white;
            .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;
            }
                .newsmodal-title {
                    font-size: 50px;
                    text-align: center !important;
                    color: #ffc000;
                }
            }

            .modal-body {
                padding: 1.75rem;
                .content{
                    color: #ffc000;
                    font-size: 23px;
                }
                .modal-desc{
                    color: silver;
                    font-size: 16px;
                    font-weight: 400;
                }
                .email-input{
                    border-radius: 8px !important;
                    .btn{
                        padding: 6px 10px !important;
                        border-radius: 8px !important;
                    }
                }
                .required {
                    &:after {
                        color: #f62947;
                        content: "*";
                        font-size: inherit;
                        font-weight: 700;
                        position: relative;
                    }
                }

                .input-box {
                    background-color: #f5f8fa;
                    border: unset;
                    color: #5e6278;
                    transition: all 0.2s ease;
                    font-size: 1.1rem;
                    line-height: 1.5;
                    padding: 0.75rem 1rem;
                    border-radius: 0.475rem;

                    &:focus {
                        box-shadow: unset;
                        background-color: #eef3f7;
                    }
                }
                .input-group{
                    background: black;
                    border: none;
                }
            }
            .modal-footer {
                padding: 1.875rem;
                border-top: none !important;
                .btn {
                    padding: 10px 20px !important;
                    border-radius: 0.475rem !important;
                }
                .submit-btn {
                    background-color: #ffc000!important;
                    border: unset;
                    outline: unset;
                    color:$white;
                    padding: 10px 20px !important;
                    margin-top: 26px;


                    &:hover {
                        background-color: #ffc000!important;
                    }

                    &:focus {
                        box-shadow: unset;
                    }
                }
            }
        }
    }
}
#email-send{
    background-color: #ffc000;
    color: black !important;
    font-size: 15px;
    border: none;
    border-radius: 8px;
    font-weight: 400 !important;
}
#newsLatterModal {
    .modal-dialog{
        @media (min-width:576px) {
            max-width: 420px !important;
            min-height: calc(100% - 5rem) !important;
            transform: none !important;
        }
    }
}
.animate-bottom {
    position: relative;
    animation: animatebottom 0.4s;
  }

  @keyframes animatebottom {
    from {
      bottom: -300px;
      opacity: 0;
    }

    to {
      bottom: 0px;
      opacity: 1;
    }
  }
  .instagram-btn.active {
    .stroke-none {
        line,rect {
            stroke: #161616 !important;
        }
    }
}
.appointmentAdd {
margin-bottom: 55px;
}

.main-content.rtl {
    .ms-3 {
        margin-right: 1rem !important;
    }
    .me-2 {
        margin-left: 0.5rem !important;
    }
    .calendar-icon {
        left: 18px;
        right: auto;
    }
    .section-heading {
        h2{
            &::after{
                right: 0;
                left: auto;
            }
        }
    }
    .contact-bg{
        &.img-2{
            left: 10px;
            right: auto;
        }
        &.img-1{
            left: 0;
            right: auto;
        }
    }
    .product-bg{
        &.img-2{
            left: 10px;
            right: auto;
        }
        &.img-1{
            left: auto;
            right: 30px;
        }
    }
    .gallery-bg{
        left: 5px;
        right: auto;
    }
    .services-bg{
        &.img-1{
            left: auto;
            right: 0;
        }
        &.img-2{
            left: 0;
            right: auto;
        }
    }
    .appointment-bg {
        left: 0;
        right: auto;
    }
    .create-vcard-bg{
        right: auto;
        left: 35px;
    }
    .contact-us-bg{
        &.img-1 {
            left: 30px;
            right: auto;
        }
    }
    .blog-bg{
        &.img-1{
            left: auto;
            right: 60px;
        }
        &.img-2{
            left: 20px;
            right: auto;
        }
    }
    .hour-bg{
        &.img-1{
            left: auto;
            right: 35px;
        }
        &.img-2 {
           left: 0;
           right: auto;
        }
    }
    .testimonial-bg{
        &.img-1{
            left: auto;
            right: 20px;
        }
        &.img-2 {
            left: 20px;
            right: auto;
        }
    }
    .qr-bg{
        &.img-1{
            left: auto;
            right: 30px;
        }
        &.img-2{
            left: 5px;
            right: auto;
        }
    }
        .text-start {
            text-align: right !important;
        }
    @media (min-width: 576px) {
        .text-sm-start {
            text-align: right !important;
        }
}
    .profile-section .card .card-img {
        left: 0;
        right: auto;
    }
    .profile-bg {
        &.img-2 {
            left: 0;
            right: auto;
        }
        &.img-1{
            left: -40px;
            right: auto;
        }
        &.text-end {
            text-align: left !important;
        }
        img {
            width: 100%;
            @media (max-width: 575px) {
                width: 70%;
            }
        }
    }
}

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

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


.modal-content[dir='rtl'] {
    .pl-50{
      padding-right:50px;
      }
      .text-center {
      text-align:start !important;
      }
      .arrow {
        transform: rotate(180deg) !important;
    }
    .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
      border-bottom-left-radius: 0 !important;
      border-top-left-radius: 0 !important;
      border-top-right-radius:0.313rem !important;
      border-bottom-right-radius:0.313rem !important;
  }
  .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not( .valid-feedback ):not(.invalid-tooltip):not(.invalid-feedback) {
      border-bottom-right-radius: 0 !important;
      border-top-right-radius: 0 !important;
      border-top-left-radius:0.313rem !important;
      border-bottom-left-radius:0.313rem !important;
  }
  }
.toast-title {
    margin-right: 12px;
 }
.toast-message{
    margin-right: 12px;
}

.input-box {
    padding: 20px;
    display: grid;
    place-items: center;
    border-width: 0 !important;
    border-radius: 8px !important;
    margin-bottom: 5px;
    cursor: pointer;
    background-color: #252525;
}

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

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

 .selected-files .item{
    border-width: 0 !important;
    border-radius: 8px !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px;
    background-color: #252525;
 }

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

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

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

 .selected-files .item .name{
    color: #ffffff !important;
 }

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

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

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

.modal {
    padding-right:0 !important;
    &.show {
        padding-right:0 !important;
        .modal-dialog {
            transform: translateY(35px) !important;
            @media (min-width: 576px) {
                    margin: 2.5rem auto !important;
                    max-width: 520px !important;
            }
        }
    }
    .modal-dialog {
        transform: translateY(95px) !important;
        &.modal-bottom {
height:87vh !important;
        }
    }
}
.pwa-support {
    width: 100%;
    max-width: 400px;
    height: auto !important;
    position: fixed !important;
    bottom: 20px;
    z-index: 99999 !important;
    background: white;
    padding: 24px;
    border-radius: 32px;
    box-shadow: 0 7px 8px 0 #848181, 0 0px 11px 0 #000000;;
    left: 0;
    right: 0;
    margin: 0 auto;
    .pwa-heading{
        font-size: 20px;
        margin-bottom: 12px;
    }
    .pwa-text{
        margin-bottom: 16px;
        font-size: 0.875rem !important;
}
}
.pwa-install-button{
    background: #f9c000!important;
    border-radius: 15px !important;
    padding: 0.563rem 1.563rem !important;
    font-weight: 400 !important;
    font-size: 0.875rem !important;
}
.pwa-cancel-button{
    background-color: #adb5bd !important;
    color: #000000;
    border-radius: 15px !important;
    padding : 0.563rem 1.563rem;
    border : none !important;
    font-weight: 400 !important;
    font-size: 0.875rem !important;
    &:hover{
        background-color:#d1d5db!important;
        border : none !important;
        color : #000000 !important;
    }
}
.product-img-slider {
    .slick-dots {
        position: relative !important;
        width: 130px !important;
        margin: 0 auto !important;
        display: flex !important;
        justify-content: center !important;
        overflow: hidden !important;
        bottom: 30px !important;
        @media (max-width: 575px) {
            width: 80% !important;
        }
        .slick-active{
                button{
                    &::before{
                        opacity: .75 !important;
                    }
                }
        }
        li{
            button{
                content: "." !important;
                &::before{
                        font-size: 20px !important;
                        background-color: #161616 !important;
                        opacity: .75 !important;
                }
            }
        }
    }
}
.youtube-link-30{
    padding-top: 56.25%;
    position: relative;
    iframe{
        position: absolute !important;
        top:0;
        left: 0 !important;
        height: 100% !important;
        width: 100 !important;
    }
}
.profile-margin{
    margin-top: 139px !important;
}

@media (max-width: 425px) {
    .profile-margin{
        margin-top: 50px !important;
    }
}
@media (max-width: 375px) {
    .profile-margin{
        margin-top: 23px !important;
    }
}
.view-more{
    padding: 12px 23px 12px 15px;
    border-radius: 10px;
    background: linear-gradient(150deg, #ffbf00ab, #000000);
    transition: .3s all ease-in-out;
    border: 2px inset #f9c000;
    &:hover{
        transition: .3s all ease-in-out;
        background: linear-gradient(200deg, #ffbf00ab, #000000);
        border: 2px outset #f9c000;
    }
}
.rightarrow-animation{
    animation: right-arrow 1s linear 1s infinite alternate;
}
@keyframes right-arrow {
    0%{
        transform: translateX(0);
    }
    100%{
        transform: translateX(8px);
    }
}
.row-gap-20px{
    row-gap: 20px;
}
.iframe-card{
  iframe{
    border-radius: 20px;
    border: 2px solid #f9c000;
    overflow: hidden;
  }
}
.profile-min-height {
    min-height: 90px;
}
.linkedin-feed{
    max-height: 1000px!important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
}
.linkedin-feed-iframe {
    height: 500px;
    margin-bottom: 15px;
    border-radius: 8px;
    overflow: hidden;
}

.linkedin-feed-iframe iframe {
    width: calc(100% - 2px) !important;
    height: 500px !important;
    border: none;
    border-radius: 15px !important;
    transform-origin: top left;
    transform: scale(1);
}

.sound-toggle-btn {
    position: absolute;
    bottom: 12px;
    right: 5px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: none;
    background: rgba(0, 0, 0, 0.55);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
}

@media (max-width: 425px) {
    .sound-toggle-btn {
        bottom: 45px;
        right: 2px;
    }
}

@media (max-width: 375px) {
    .sound-toggle-btn {
        bottom: 45px;
        right: 2px;
    }
}

@media (max-width: 320px) {
    .sound-toggle-btn {
        bottom: 45px;
        right: 2px;
    }
}

.sound-toggle-btn i {
    font-size: 18px;
}
