* {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: Poppins, sans-serif;
    font-weight: 400
}

a {
    text-decoration: none
}

.fs-24 {
    font-size: 24px
}

@media (max-width:575px) {
    .fs-24 {
        font-size: 20px
    }
}

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

@media (max-width:575px) {
    .fs-14 {
        font-size: 12px
    }
}

.fs-15 {
    font-size: 15px
}

@media (max-width:575px) {
    .fs-15 {
        font-size: 13px
    }
}

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

@media (max-width:575px) {
    .fs-16 {
        font-size: 14px
    }
}

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

@media (max-width:575px) {
    .fs-18 {
        font-size: 16px
    }
}

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

@media (max-width:575px) {
    .fs-30 {
        font-size: 26px
    }
}

.px-40px {
    padding: 0 40px
}

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

.px-30px {
    padding: 0 30px
}

@media (max-width:575px) {
    .px-30px {
        padding: 0 15px
    }
}

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

@media (max-width:575px) {
    .pb-40px {
        padding-bottom: 20px
    }
}

.mb-15px {
    margin-bottom: 15px
}

.mb-2px {
    margin-bottom: 2px
}

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

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

@media (max-width:575px) {
    .mt-40px {
        margin-top: 25px
    }
}

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

@media (max-width:575px) {
    .mb-40px {
        margin-bottom: 25px
    }
}

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

@media (max-width:575px) {
    .mb-30px {
        margin-bottom: 15px
    }
}

.mt-60px {
    margin-top: 60px
}

@media (max-width:575px) {
    .mt-60px {
        margin-top: 40px
    }
}

.mb-60px {
    margin-bottom: 60px
}

@media (max-width:575px) {
    .mb-60px {
        margin-bottom: 40px
    }
}

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

.gap-10 {
    gap: 10px
}

.gap-20 {
    gap: 20px
}

.gap-26 {
    gap: 26px
}

.gap-15 {
    gap: 15px
}

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

.text-white-100 {
    color: #f3f1ed !important
}

.text-primary {
    color: #060606 !important
}

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

.bg-white-100 {
    background-color: #f3f1ed !important
}

.z-1 {
    z-index: 1 !important
}

.btn {
    border: 0;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 25px;
    transition: all .3s ease-in-out
}

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

.btn-primary {
    background-color: #060606;
    border: 1px solid #060606 !important;
    color: #f3f1ed;
    transition: all .3s ease-in-out
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.btn-white {
    background-color: #f3f1ed !important;
    color: #060606 !important
}

.btn-white {
    border: 1px solid #f3f1ed !important;
    transition: all .3s ease-in-out
}

.btn-white:active,
.btn-white:focus,
.btn-white:hover {
    background-color: #060606 !important;
    color: #f3f1ed !important
}

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

.section-heading {
    border: 1px solid #060606;
    border-radius: 28px;
    font-weight: 500 !important;
    padding: 7px 60px;
    width: -moz-max-content;
    width: max-content
}

.send-btn {
    max-width: 280px
}

@media (max-width:575px) {
    .slick-dotted.slick-slider {
        margin-bottom: 0 !important
    }
}

.slick-dots {
    bottom: 35px !important
}

@media (max-width:575px) {
    .slick-dots {
        bottom: 50px !important
    }
}

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

.slick-dots li.slick-active {
    height: 14px !important;
    width: 14px !important
}

.slick-dots li.slick-active button {
    height: 14px !important;
    opacity: 1;
    width: 14px !important
}

.slick-dots li button,
.slick-dots li.slick-active button {
    background-color: #060606 !important;
    border-radius: 50%;
    padding: 0 !important
}

.slick-dots li button {
    align-items: center;
    display: flex;
    height: 8px !important;
    justify-content: center;
    opacity: .2;
    width: 8px !important
}

.slick-dots li button:before {
    content: none !important
}

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

.profile-img {
    height: 120px;
    min-width: 120px;
    width: 120px;
    z-index: 1
}

.profile-img img {
    -o-object-position: center;
    object-position: center
}

.rotate-text {
    animation: textRotation 8s linear infinite;
    height: 200px;
    width: 200px;
    z-index: 0
}

@media (max-width:575px) {
    .rotate-text {
        height: 180px;
        width: 180px
    }
}

@keyframes textRotation {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.datepicker {
    padding: 10px;
    width: 250px
}

.datepicker .datepicker-days table,
.datepicker .datepicker-months table,
.datepicker .datepicker-years table {
    width: 230px
}

.datepicker table tr td span.active.active,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover {
    background-color: #060606 !important;
    background-image: none !important;
    color: #f3f1ed !important
}

.datepicker table tr td.active.active,
.datepicker table tr td.active:active,
.datepicker table tr td.active:focus,
.datepicker table tr td.active:hover {
    background-color: #060606 !important;
    background-image: none !important
}

.slick-slide {
    padding: 0 15px
}

.main-section {
    background-color: #f3f1ed !important;
    max-width: 576px
}

.main-section .main-mask {
    padding: 0 20px
}

@media (max-width:575px) {
    .main-section .main-mask {
        padding: 0 10px
    }
}

.main-section .main-mask .mask1 {
    -webkit-mask-image: url(/assets/img/vcard34/mask.svg);
    mask-image: url(/assets/img/vcard34/mask.svg);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100%;
    mask-size: 100%;
    mask-type: alpha;
    max-width: 536px
}

@media (max-width:575px) {
    .main-section .main-mask .mask1 {
        margin-bottom: 0
    }
}

.main-section .main-mask .mask1 img {
    max-height: 339px;
    min-height: 339px
}

@media (max-width:450px) {
    .main-section .main-mask .mask1 img {
        max-height: 240px;
        min-height: 240px
    }
}

@media (max-width:400px) {
    .main-section .main-mask .mask1 img {
        max-height: 210px;
        min-height: 210px
    }
}

.profile-section .photo-title {
    letter-spacing: 1px
}

.profile-section .rotate-circle {
    position: absolute;
    right: 30px;
    top: -60px
}

@media (max-width:575px) {
    .profile-section .rotate-circle {
        position: relative;
        right: 0;
        top: 0
    }
}

.profile-section .profile-desc {
    max-width: 60%
}

@media (max-width:575px) {
    .profile-section .profile-desc {
        max-width: 100%
    }
}

.profile-section .description {
    max-width: 344px
}

.profile-section .social {
    max-width: 100%
}

.profile-section .social .scoial-icon {
    border: 1px solid #060606;
    height: 40px;
    transition: all .3s ease-in-out;
    width: 40px
}

.profile-section .social .scoial-icon a {
    display: flex
}

.profile-section .social .scoial-icon svg {
    height: 24px;
    width: 24px
}

.profile-section .social .scoial-icon svg path {
    fill: #000
}

.profile-section .social .scoial-icon:active,
.profile-section .social .scoial-icon:focus,
.profile-section .social .scoial-icon:hover {
    background-color: #060606 !important
}

.profile-section .social .scoial-icon:active svg path,
.profile-section .social .scoial-icon:focus svg path,
.profile-section .social .scoial-icon:hover svg path {
    fill: #f3f1ed
}

.personal-section {
    height: 100%;
    min-height: 345px;
    padding-bottom: 60px
}

.personal-section .lens-img {
    box-shadow: 30px 30px 60px 0 #0606064d;
    height: 205px;
    position: absolute;
    width: 205px
}

@media (max-width:575px) {
    .personal-section .lens-img {
        height: 180px;
        position: relative;
        width: 180px
    }
}

.personal-section:before {
    width: 100%
}

.personal-section:after,
.personal-section:before {
    background-color: #060606;
    content: "";
    height: 1px;
    position: absolute
}

.personal-section:after {
    bottom: 60px;
    right: 0;
    width: 48%
}

.personal-section .personal-detalis {
    padding-top: 40px
}

@media (max-width:575px) {
    .personal-section .personal-detalis {
        padding-top: 0
    }
}

.personal-section .personal-detalis .detalis-id {
    max-width: 248px
}

@media (max-width:575px) {
    .personal-section .personal-detalis .detalis-id {
        max-width: 100%
    }
}

.personal-section .personal-detalis .detalis-id .detalis-icon {
    border: 1px solid #060606;
    height: 40px;
    min-width: 40px;
    transition: all .3s ease-in-out;
    width: 40px
}

.gallery-section .gallery-slider .gallery-img {
    height: 380px;
    max-width: 280px
}

.gallery-section .gallery-slider .slick-center {
    transform: translateY(-70px)
}

.gallery-section .gallery-slider .slick-center .gallery-img {
    box-shadow: 30px 30px 60px 0 #0606064d
}

.gallery-section .gallery-slider .slick-track {
    padding-bottom: 30px;
    padding-top: 70px
}

.gallery-item.gallery-file-item {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    width: 100%
}

.our-section {
    margin-top: 30px
}

@media (max-width:575px) {
    .our-section {
        margin-top: 0
    }
}

.our-section .services-card {
    row-gap: 35px
}

.our-section .services-card .col-sm-6:nth-child(2n) {
    border-left: 1px solid #000;
    padding-left: 30px !important
}

@media (max-width:575px) {
    .our-section .services-card .col-sm-6:nth-child(2n) {
        border-left: 0;
        padding-bottom: 16px;
        padding-left: 12px !important;
        padding-top: 16px
    }

    .our-section .services-card .col-sm-6:nth-child(2n) .our-card1 {
        border-bottom: 1px solid #000;
        border-top: 1px solid #000;
        padding: 12px 0 !important
    }
}

.our-section .services-card .our-card1 {
    max-width: 228px;
    position: relative
}

.our-section .services-card .our-card1 .our-img1 {
    height: 50px;
    width: 50px
}

@media (max-width:575px) {
    .our-section .services-card .our-card1 {
        max-width: 100%
    }
}

.our-section .services-slider-view .slick-dots {
    bottom: -10px !important
}

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

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

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

.our-section .service-card .card-img {
    height: 40px;
    min-width: 40px;
    width: 40px
}

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

.iframe-slider .slick-dots {
    bottom: -12px !important
}

.send-vcard {
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden
}

.send-vcard .btn {
    border-radius: 0 !important;
    padding: 10px 20px !important
}

.send-vcard .btn svg {
    height: 25px;
    width: 25px
}

.appointment-section {
    background-image: url(/assets/img/vcard34/appointment.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 30px
}

.appointment-section .make-title {
    position: relative
}

.appointment-section .make-title h2 {
    padding-right: 30px
}

@media (max-width:575px) {
    .appointment-section .make-title h2 {
        padding-right: 15px
    }
}

.appointment-section .make-title:after {
    background-color: #f3f1ed;
    content: "";
    height: 1px;
    position: absolute;
    right: -30px;
    top: 50%;
    width: calc(100% - 269px)
}

@media (max-width:575px) {
    .appointment-section .make-title:after {
        width: calc(100% - 210px)
    }
}

.appointment-section .book-select {
    max-width: 320px
}

@media (max-width:575px) {
    .appointment-section .book-select {
        max-width: 100%
    }
}

.appointment-section .book-select .input-group {
    border: 1px solid #484848;
    border-radius: 22px;
    padding: 10px 20px
}

.appointment-section .book-select .input-group .form-control:active,
.appointment-section .book-select .input-group .form-control:focus,
.appointment-section .book-select .input-group .form-control:hover {
    box-shadow: none !important;
    outline: none !important
}

.appointment-section .book-select ::-moz-placeholder {
    color: #f3f1ed
}

.appointment-section .book-select ::placeholder {
    color: #f3f1ed
}

.appointment-section .book-select .appointment-input {
    background-color: transparent;
    border: 1px solid #484848;
    border-radius: 22px;
    color: #fff;
    height: 50px;
    padding: 10px 20px;
    width: 100%
}

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

.appointment-section .time-section {
    background-color: #060606;
    border: 1px solid #484848;
    border-radius: 22px;
    max-width: 155px;
    padding: 10px 0;
    width: 100%
}

@media (max-width:575px) {
    .appointment-section .time-section {
        max-width: 100%;
        width: 100%
    }
}

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

.products-section {
    padding-left: 15px;
    padding-right: 15px
}

.products-section .product-slider .product {
    max-width: 248px;
    width: 100%
}

.products-section .product-slider .product .product-content h2 {
    max-width: 75%
}

.products-section .product-slider .product .product-img {
    height: 180px;
    width: 243px
}

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

.products-section .product-slider .slick-slide {
    padding: 0 10px
}

.testimonial-section .test-left {
    background-color: #f3f1ed;
    height: 115px;
    left: -10px;
    max-width: 135px
}

@media (max-width:490px) {
    .testimonial-section .test-left {
        max-width: 75px;
        top: 50px !important
    }
}

.testimonial-section .test-left img {
    width: 100%
}

.testimonial-section .slick-dots {
    bottom: 0 !important;
    position: relative !important
}

.testimonial-section .testimonial-slider .test .test-img {
    height: 100px;
    width: 100px
}

.testimonial-section .testimonial-slider .test .test-content p {
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden
}

.testimonial-section .slick-arrow {
    position: absolute;
    top: 15%;
    z-index: 2
}

.testimonial-section .slick-arrow.prev {
    left: 20%
}

.testimonial-section .slick-arrow.next {
    right: 20%
}

.blog-section .test-right {
    top: -70px
}

@media (max-width:575px) {
    .blog-section .test-right {
        top: -30px
    }
}

.blog-section .test-right img {
    width: 100%
}

@media (max-width:575px) {
    .blog-section .test-right img {
        width: 55%
    }
}

.blog-section .blog-slider .slick-center {
    transform: translateY(-40px)
}

.blog-section .blog-slider .slick-center .blog-card {
    box-shadow: 30px 30px 60px 0 #0606064d
}

.blog-section .blog-slider .slick-track {
    padding-bottom: 60px;
    padding-top: 40px
}

.blog-section .blog-slider .blog-card {
    max-width: 390px
}

.blog-section .blog-slider .blog-card:after {
    background: linear-gradient(180deg, rgba(6, 6, 6, 0), #060606);
    content: "";
    height: 200px;
    position: absolute;
    top: 80px;
    width: 100%
}

.blog-section .blog-slider .blog-card .blog-img {
    height: 280px;
    max-width: 390px
}

.blog-section .blog-slider .blog-card .blog-test {
    margin-top: -129px;
    max-width: 390px;
    padding: 20px;
    z-index: 1 !important
}

.blog-section .blog-slider .blog-card .blog-test .blog-title {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden
}

.blog-section .blog-slider .blog-card .blog-test .blog-content {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden
}

@media (max-width:340px) {
    .blog-section .blog-slider .blog-card .blog-test {
        margin-top: -124px;
        padding: 10px
    }
}

.business-hour {
    padding: 0 50px
}

@media (max-width:575px) {
    .business-hour {
        padding: 0 30px
    }
}

.business-hour .business-title {
    max-width: 305px !important;
    padding: 7px 10px !important
}

.business-hour .time-table {
    max-width: 266px
}

@media (max-width:450px) {
    .business-hour .time-table {
        max-width: 100%
    }
}

.business-hour .time-table .time-detail .days {
    max-width: 80%
}

@media (max-width:450px) {
    .business-hour .businees-right {
        top: -70px !important
    }
}

.business-hour .businees-right img {
    width: 100%
}

@media (max-width:575px) {
    .business-hour .businees-right img {
        width: 85%
    }
}

@media (max-width:450px) {
    .business-hour .businees-right img {
        width: 28%
    }
}

.qr-section {
    background-color: #060606;
    padding: 30px 0 40px
}

@media (max-width:575px) {
    .qr-section .qr-code {
        margin-bottom: 20px
    }
}

.qr-section .qr-code h2 {
    background-color: #060606;
    padding: 0 30px;
    z-index: 1 !important
}

.qr-section .qr-code:after {
    background-color: #f3f1ed;
    bottom: 0;
    content: "";
    height: 1px;
    margin: auto;
    position: absolute;
    top: 0;
    width: 100%
}

.qr-section .qr-img {
    background-color: #f3f1ed;
    border-radius: 10px;
    height: 170px;
    min-width: 170px;
    width: 170px
}

.qr-section .qr-img img {
    border: 11px solid #f3f1ed;
    border-radius: 10px
}

.contact-section .input-join .form-control {
    max-width: 235px
}

@media (max-width:575px) {
    .contact-section .input-join .form-control {
        max-width: 100%
    }
}

.contact-section .form-control {
    background-color: #f3f1ed;
    border-bottom: 1px solid #060606;
    padding: 10px 0 !important
}

.contact-section .form-control:active,
.contact-section .form-control:focus,
.contact-section .form-control:hover {
    box-shadow: none !important;
    outline: none
}

.contact-section ::-moz-placeholder {
    color: #484848
}

.contact-section ::placeholder {
    color: #484848
}

.contact-section textarea {
    background-color: #f3f1ed;
    border-bottom: 1px solid #060606;
    padding: 10px 0 !important
}

.contact-section textarea:active,
.contact-section textarea:focus,
.contact-section textarea:hover {
    box-shadow: none !important;
    outline: none
}

.v-bg-img {
    background-image: url(/assets/img/vcard34/v-card.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.v-bg-img h3 {
    letter-spacing: 3px
}

.v-bg-img:after {
    backdrop-filter: blur(0);
    -webkit-backdrop-filter: blur(0);
    background: rgba(6, 6, 6, .5);
    box-shadow: 0 4px 30px rgba(0, 0, 0, .1);
    content: "";
    height: 100%;
    max-height: 186px;
    max-width: 516px;
    position: absolute;
    top: 0;
    width: 100%
}

.v-bg-img h3 {
    padding: 30px 0
}

.v-bg-img .v-card-input {
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    border: 1px solid #f3f1ed;
    border-radius: 30px;
    max-width: 436px;
    padding: 10px 35px
}

@media (max-width:575px) {
    .v-bg-img .v-card-input {
        margin: 0 10px;
        padding: 17px 15px
    }
}

.add-btn {
    bottom: 60px;
    max-width: 200px;
    white-space: nowrap;
    z-index: 4 !important
}

.language ul {
    list-style: none
}

.language ul .lang-list {
    background: #060606 !important;
    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: #060606 !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: #060606 !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
}

.support-banner {
    max-width: 512px
}

.support-banner .support_text {
    overflow-y: auto
}

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

.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: 520px;
    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: scroll
}

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

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

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

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

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

.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-color: #060606;
    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: #060606
}

.instagram-btn.active .svg-post-icon line,
.instagram-btn.active .svg-post-icon rect {
    fill: #060606;
    stroke: #f9f5f9
}

.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: #060606 !important
}

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

.input-box {
    border: 1px solid #484848 !important;
    border-radius: 8px !important;
    cursor: pointer;
    display: grid;
    margin-bottom: 5px;
    padding: 20px;
    place-items: center
}

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

.file-list li,
.input-box h4 {
    color: #484848 !important
}

.selected-files .item {
    align-items: center;
    border: 1px solid #484848 !important;
    border-radius: 8px !important;
    display: flex;
    justify-content: space-between;
    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 {
    color: #484848 !important
}

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

small {
    color: #484848 !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
}

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

.vcard34-sticky-btn {
    border: 1px solid #060606 !important;
    border-radius: 5px;
    height: 40px
}

.vcard34-btn-group,
.vcard34-sticky-btn {
    background-color: #fff;
    color: #060606 !important
}

.vcard34-btn-group {
    border-radius: 50px !important;
    height: 50px;
    width: 50px
}

.btn-section .fixed-btn-section .sub-btn .taxi-sub-btn {
    background-color: #060606;
    border: 1px solid #060606
}

.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 .photographer-bars-btn {
    background-color: #060606
}

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

.slick-dots .slick-active button:before {
    height: 14px !important;
    width: 14px !important
}

.slick-dots li {
    margin: 0 5px !important
}

.slick-dots li button:before {
    content: "" !important;
    font-size: 30px !important;
    height: 8px !important;
    opacity: 1 !important;
    width: 8px !important
}

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

.modal .news-modal #newsLatter-content {
    background-color: #f3f1ed;
    border: none;
    border-radius: .475rem;
    box-shadow: #f3f1ed;
    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 {
    color: #060606 !important;
    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 {
    color: #060606 !important;
    font-size: 23px
}

.modal .news-modal #newsLatter-content .modal-body .modal-desc {
    color: #060606;
    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: 5px 10px !important
}

.modal .news-modal #newsLatter-content .modal-body .required:after {
    color: #fff !important;
    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: #d94b2b !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: #d94b2b !important
}

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

#email-send {
    background-color: #060606;
    border: none;
    border-radius: 8px !important;
    color: #fff !important;
    font-size: 15px;
    font-weight: 500 !important
}

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

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

.vcard-thirtyfour .vcard-thirtyfour-heading {
    color: #060606 !important;
    font-size: 28px;
    font-weight: 500
}

.vcard-thirtyfour-btn {
    background-color: #060606 !important;
    border: none;
    border-radius: 5px;
    color: #f3f1ed !important;
    outline: none;
    padding: 10px 20px;
    transition: all .3s ease;
    width: -moz-fit-content;
    width: fit-content
}

.product-heading {
    color: #060606 !important;
    font-size: 28px !important;
    font-weight: 500
}

.back-btn {
    background-color: #060606 !important;
    border: none;
    border-radius: 5px;
    color: #fff;
    font-weight: 600 !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;
    box-shadow: 0 0 6px rgba(0, 0, 0, .25)

}

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

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

.buy-product {
    background: #060606 !important;
    border: none;
    border-radius: 5px;
    color: #fff !important;
    font-weight: 600 !important;
    outline: none;
    padding: 10px 20px;
    transition: all .3s ease
}

.buy-product:hover {
    background-color: rgba(6, 6, 6, .9)
}

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

.time-slot.activeSlot,
.time-slot:hover {
    background-color: #f3f1ed !important;
    border: 1px solid #fff;
    color: #060606 !important
}

@media (min-width:768px) {
    .col-md-4 {
        flex: 0 0 auto;
        width: 48.333333%
    }
}

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

.main-section.rtl .profile-section .photo-title {
    letter-spacing: 1px
}

.main-section.rtl .profile-section .rotate-circle {
    left: 30px !important;
    position: absolute;
    right: auto !important;
    top: -60px
}

@media (max-width:575px) {
    .main-section.rtl .profile-section .rotate-circle {
        left: 0 !important;
        position: relative;
        top: 0
    }
}

.main-section.rtl .title-icon {
    margin-left: 0 !important;
    margin-right: 120px !important
}

.main-section.rtl .scoial-icon {
    margin-left: 48px !important;
    margin-right: 0 !important
}

.main-section.rtl .lens-img {
    right: 30px !important
}

.main-section.rtl .detalis-id {
    margin-left: 0 !important
}

.main-section.rtl .businees-right,
.main-section.rtl .personal-section:after {
    left: 0 !important;
    right: auto !important
}

.main-section.rtl .qr-box {
    flex-direction: row-reverse !important
}

@media (max-width:575px) {
    .main-section.rtl .qr-box {
        flex-direction: column-reverse !important
    }
}

.main-section.rtl .our-section .services-card .col-sm-6:nth-child(2n) {
    border-left: none;
    border-right: 1px solid #000;
    padding-left: 30px !important
}

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

.wp-btn {
    background-color: #fff !important;
    border: 1px solid #060606 !important
}

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