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

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

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

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

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

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

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

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

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

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

.btn {
  border-radius: 0;
  font-weight: 500;
  padding: 12px 36px;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}
.btn:focus {
  box-shadow: none !important;
  outline: none !important;
}

.btn-gradient {
  color: #0c0a0b;
  background-image: linear-gradient(to left, #158fff, #01fcff);
  border: none !important;
}
.btn-gradient:hover, .btn-gradient:focus, .btn-gradient.active {
  background-image: linear-gradient(to right, #158fff, #01fcff);
}

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

.banner-section {
  position: relative;
}
.banner-section .banner-img {
  width: 100%;
  height: 300px;
}
@media (max-width: 575px) {
  .banner-section .banner-img {
    height: 240px;
  }
}

.profile-section {
  margin-top: -40px;
}
.profile-section .card {
  background-color: transparent !important;
  border: none;
  position: relative;
}
.profile-section .card .card-img {
  width: 140px;
  height: 140px;
  min-width: 140px;
  border-radius: 30px;
  padding: 3px;
  background-image: linear-gradient(90deg, #01fcff, #158fff, #cb88ff);
}
@media (max-width: 575px) {
  .profile-section .card .card-img {
    width: 120px;
    height: 120px;
    min-width: 120px;
    right: 0;
    left: 0;
    margin: auto;
  }
}
.profile-section .card .card-img img {
  border-radius: 28px;
}
.profile-section .card .card-img .profile-bg {
  position: absolute;
  top: -24px;
  left: -28px;
}
.profile-section .card .card-img .profile-bg img {
  width: 100%;
}
@media (max-width: 575px) {
  .profile-section .card .card-img .profile-bg img {
    width: 80%;
  }
}

.social-media-section .social-media {
  padding: 2px 15px;
  border-radius: 30px;
  background-image: linear-gradient(275deg, #158fff, #01fcff);
}
.social-media-section .social-icon {
  width: 25px;
  min-width: 25px;
  height: 25px;
  margin: 15px 20px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 575px) {
  .social-media-section .social-icon {
    margin: 12px;
  }
}
.social-media-section .social-icon a {
  color: #0c0a0b;
}
.social-media-section .social-icon a:hover {
  transform: scale(1.1);
}
.social-media-section .social-icon a svg,
.social-media-section .social-icon a img {
  width: 25px;
  height: 25px;
}
@media (max-width: 575px) {
  .social-media-section .social-icon a svg,
.social-media-section .social-icon a img {
    width: 22px;
    height: 22px;
  }
}

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

.our-services-section .services-bg {
  position: absolute;
  z-index: -1;
}
.our-services-section .services-bg.img-1 {
  top: 25px;
  left: 0;
}
@media (max-width: 425px) {
  .our-services-section .services-bg.img-1 {
    top: 20px;
  }
}
.our-services-section .services-bg.img-2 {
  top: 30px;
  right: 40px;
}
@media (max-width: 425px) {
  .our-services-section .services-bg.img-2 {
    top: 20px;
    right: 10px;
  }
}
.our-services-section .services-bg img {
  width: 100%;
}
@media (max-width: 575px) {
  .our-services-section .services-bg img {
    width: 70%;
  }
}
@media (max-width: 425px) {
  .our-services-section .services-bg img {
    width: 60%;
  }
}
.our-services-section .services .services-slider-view .slick-list {
  height: 250px !important;
  padding-top: 5px !important;
}
@media (max-width: 500px) {
  .our-services-section .services .services-slider-view .slick-list {
    height: 250px !important;
  }
}
.our-services-section .services .service-card {
  position: relative;
  border-radius: 20px;
  background-color: #1d1b1c;
  padding: 25px;
  margin: 7px !important;
}
.our-services-section .services .service-card .card-img {
  width: 40px;
  height: 40px;
  min-width: 40px;
}
.our-services-section .services .service-card .card-body p {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.appointment-section .appointment .appointment-input {
  width: 100%;
  height: 50px;
  padding: 12px 25px;
  background-color: #1d1b1c;
  border: 1px solid #302f2f;
  border-radius: 25px;
  color: #aea6aa;
}
.appointment-section .appointment .appointment-input::-moz-placeholder {
  color: #aea6aa;
}
.appointment-section .appointment .appointment-input::placeholder {
  color: #aea6aa;
}
.appointment-section .appointment .appointment-input:focus {
  box-shadow: none;
  outline: none;
}
.appointment-section .appointment .calendar-icon {
  position: absolute;
  right: 18px;
  top: 11px;
}
.appointment-section .appointment .hour-input {
  height: 50px;
  font-size: 16px;
  padding: 13px 16px;
  border-radius: 25px;
  background-color: #1d1b1c;
  border: 1px solid #302f2f;
}

.gallery-section .gallery-bg {
  position: absolute;
  top: -90px;
  right: 0;
}
.gallery-section .gallery-bg img {
  width: 100%;
}
@media (max-width: 575px) {
  .gallery-section .gallery-bg img {
    width: 60%;
  }
}
.gallery-section .gallery-slider .slick-slide {
  padding-top: 20px;
  padding-bottom: 20px;
}
.gallery-section .gallery-slider .gallery-img {
  position: relative;
  width: 270px;
  height: 180px;
  border-radius: 20px;
  border: 1px solid #302f2f;
  margin: 0 auto;
  overflow: hidden;
}
.gallery-section .gallery-slider .gallery-img .gallery-link {
  display: block;
  width: 100%;
  height: 100%;
}
.gallery-section .gallery-slider .gallery-img .gallery-item {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  max-width: 100%;
  height: 220px;
}
.gallery-section .gallery-slider .slick-current.slick-active {
  padding-top: 0;
  padding-bottom: 0;
}
.gallery-section .gallery-slider .slick-current.slick-active .gallery-img {
  max-width: 330px;
  width: 100%;
  height: 220px;
}

.product-section .product-bg {
  position: absolute;
  top: -85px;
  left: 0;
}
@media (max-width: 575px) {
  .product-section .product-bg {
    top: 5px;
  }
}
.product-section .product-bg img {
  width: 100%;
}
@media (max-width: 575px) {
  .product-section .product-bg img {
    width: 60%;
  }
}
.product-section .product-slider .product-card {
  background-color: transparent;
  max-width: 300px;
  margin: 0 10px;
  height: 100%;
  border-radius: 20px;
  border: none;
}
@media (max-width: 575px) {
  .product-section .product-slider .product-card {
    margin: 0 auto;
  }
}
.product-section .product-slider .product-card .product-img {
  padding: 0 20px;
  max-width: 100%;
  width: 100%;
  height: 200px;
  overflow: hidden;
  border-radius: 15px;
}
@media (max-width: 425px) {
  .product-section .product-slider .product-card .product-img {
    margin: 0 auto;
  }
}
.product-section .product-slider .product-card .product-img img {
  border-radius: 20px;
}
.product-section .product-slider .product-card .card-body {
  margin-top: -40px;
  background-color: #1d1b1c;
  border-radius: 5px 5px 20px 20px;
  padding: 60px 20px 20px 20px;
  box-shadow: 0 5px 20px #00000026;
}
.product-section .product-slider .product-card .card-body p {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.testimonial-section {
  background-image: url("/assets/img/vcard33/testimonial-bg.png");
  background-size: 100% auto;
  background-position: top;
  background-repeat: no-repeat;
}
.testimonial-section .testimonial-slider .testimonial-card {
  position: relative;
  border: none;
  margin: 0 auto;
  background-color: transparent;
}
.testimonial-section .testimonial-slider .testimonial-card .testimonial-profile-img {
  width: 90px;
  height: 90px;
  min-width: 90px;
  border-radius: 50%;
  background-image: linear-gradient(90deg, #01fcff, #158fff, #cb88ff);
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  padding: 3px;
}
.testimonial-section .testimonial-slider .testimonial-card .card-body .desc {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-section .blog-bg {
  position: absolute;
  z-index: -1;
}
.blog-section .blog-bg.img-1 {
  top: -10px;
  left: 25px;
}
@media (max-width: 575px) {
  .blog-section .blog-bg.img-1 {
    top: 10px;
  }
}
@media (max-width: 425px) {
  .blog-section .blog-bg.img-1 {
    left: 5px;
  }
}
.blog-section .blog-bg.img-2 {
  top: 20px;
  right: 30px;
}
@media (max-width: 575px) {
  .blog-section .blog-bg.img-2 {
    top: 30px;
    right: 10px;
  }
}
.blog-section .blog-bg img {
  width: 100%;
}
@media (max-width: 575px) {
  .blog-section .blog-bg img {
    width: 70%;
  }
}
@media (max-width: 425px) {
  .blog-section .blog-bg img {
    width: 60%;
  }
}
.blog-section .blog-slider {
  position: relative;
}
.blog-section .blog-slider .blog-card {
  margin: 0 auto;
  max-width: 234px;
  background-color: transparent;
  overflow: hidden;
}
.blog-section .blog-slider .blog-card .card-img {
  max-width: 100%;
  height: 150px;
  border: 1px solid #302f2f;
  border-radius: 20px;
  overflow: hidden;
}
.blog-section .blog-slider .blog-card .card-body {
  padding: 15px 0 0 0;
}
.blog-section .blog-slider .blog-card .card-body .blog-desc {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.business-hour-section .business-hour-card .business-hour {
  padding: 13px 5px;
  border-radius: 50px;
  background-color: #1d1b1c;
  border: 1px solid #302f2f;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.business-hour-section .business-hour-card .business-hour span {
  font-size: 14px;
}
@media (max-width: 575px) {
  .business-hour-section .business-hour-card .business-hour span {
    font-size: 13px;
  }
}

.qr-code-section {
  background-image: url("/assets/img/vcard33/qr-code-bg-img.png");
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}
.qr-code-section .qr-code {
  max-width: 400px;
  width: 100%;
  background: rgba(255, 255, 255, 0.25);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  border-radius: 15px;
  padding: 90px 50px 30px 50px;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
}
@media (max-width: 480px) {
  .qr-code-section .qr-code {
    padding: 80px 15px 20px 15px;
  }
}
.qr-code-section .qr-code .qr-profile-img {
  position: absolute;
  top: -45px;
  left: 0;
  margin: 0 auto;
  right: 0;
  width: 100px;
  height: 100px;
  min-width: 100px;
  border-radius: 50%;
  padding: 3px;
  background-image: linear-gradient(90deg, #01fcff, #158fff, #cb88ff);
  overflow: hidden;
}
.qr-code-section .qr-code .qr-profile-img img {
  border-radius: 50%;
}
.qr-code-section .qr-code .qr-code-img {
  width: 170px;
  height: 170px;
  min-width: 170px;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 10px;
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  .qr-code-section .qr-code .qr-code-img {
    width: 150px;
    height: 150px;
    min-width: 150px;
  }
}
.qr-code-section .qr-code .qr-btn {
  margin-bottom: -53px;
}
@media (max-width: 480px) {
  .qr-code-section .qr-code .qr-btn {
    margin-bottom: -43px;
  }
}
.qr-code-section .qr-code .qr-btn .btn {
  max-width: 290px;
}

.contact-us-section .contact-form form .form-control {
  margin-bottom: 15px;
  padding: 13px 20px;
  height: 50px;
  border-radius: 25px;
  background-color: #1d1b1c;
  border: 1px solid #302f2f;
  color: #aea6aa;
  font-size: 14px;
}
.contact-us-section .contact-form form .form-control::-moz-placeholder {
  color: #aea6aa;
}
.contact-us-section .contact-form form .form-control::placeholder {
  color: #aea6aa;
}
.contact-us-section .contact-form form .form-control:focus {
  box-shadow: none;
  outline: none;
}
.contact-us-section .contact-form form .btn {
  max-width: 290px;
}

.create-vcard-section .vcard-link-card {
  padding: 15px 20px;
  background-color: #1d1b1c;
  border: 1px solid #302f2f;
  border-radius: 50px;
}
.create-vcard-section .vcard-link-card .link-text {
  font-size: 16px;
  word-break: break-all;
}
@media (max-width: 575px) {
  .create-vcard-section .vcard-link-card .link-text {
    font-size: 14px;
  }
}

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

.btn-section .fixed-btn-section .marriage-bars-btn {
  background-image: linear-gradient(to left, #158fff, #01fcff);
}
.btn-section .fixed-btn-section .sub-btn .musician-sub-btn {
  background-color: #0c0a0b;
  border: 1px solid #0bc5ff;
}

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

.slick-dots {
  position: relative;
  bottom: -15px;
}
.slick-dots li {
  margin: 0 4px !important;
  width: 8px !important;
  height: 8px !important;
}
.slick-dots li button {
  width: 8px !important;
  height: 8px !important;
  font-size: 0 !important;
}
.slick-dots li button:before {
  font-size: 0 !important;
  width: 8px !important;
  height: 8px !important;
  border-radius: 10px;
  background-color: #302f2f;
}
.slick-dots li.slick-active {
  width: 30px !important;
}
.slick-dots li.slick-active button {
  width: 30px !important;
}
.slick-dots li.slick-active button:before {
  width: 30px !important;
  opacity: 1;
  background-image: linear-gradient(to left, #158fff, #01fcff);
}

.slick-arrow {
  position: absolute;
  z-index: 2;
  top: 40%;
  opacity: 1 !important;
  width: 30px;
  min-width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #0bc5ff;
  border: 1px solid #0bc5ff;
  color: #ffffff;
}
.slick-arrow.slick-disabled {
  background-color: #ffffff;
  color: #0bc5ff;
  border: 1px solid #0bc5ff;
}
@media (max-width: 575px) {
  .slick-arrow {
    display: none;
  }
}

.next-arrow {
  right: 0;
}

.prev-arrow {
  left: 0;
}

.language ul {
  list-style: none;
}
.language ul .lang-list {
  padding: 10px 20px;
  background: linear-gradient(275deg, #158fff, #01fcff);
  border: none;
  outline: none;
  border-radius: 5px;
  transition: all 0.3s ease;
  width: -moz-fit-content;
  width: fit-content;
}
.language ul .lang-list .lang-head {
  color: #ffffff;
}
.language ul .lang-list .lang-head i {
  color: #ffffff;
}
.language ul .lang-list .lang-hover-list {
  margin: 15px 0 0;
  font-size: 15px;
  width: 115%;
  left: unset !important;
  right: 0;
  min-width: 150px;
}
.language ul .lang-list .lang-hover-list li {
  padding: 5px 15px;
}
.language ul .lang-list .lang-hover-list li:hover {
  background-color: #f1faff !important;
}
.language ul .lang-list .lang-hover-list li:hover a {
  color: #009ef7 !important;
}
.language ul .lang-list .lang-hover-list li.active {
  background-color: #f1faff !important;
}
.language ul .lang-list .lang-hover-list li.active a {
  color: #009ef7 !important;
}
.language ul .lang-list .lang-hover-list li a {
  color: #5e6278 !important;
  text-decoration: none;
  font-size: 14px !important;
}
.language ul .lang-list .lang-hover-list li img {
  height: 20px !important;
  width: 25px !important;
}

.time-slot {
  font-size: 15px;
  background-color: #1d1b1c !important;
  color: #f5f2fb !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  font-size: 12px;
  width: 100% !important;
  cursor: pointer;
  border: 1px solid #302f2f;
  border-radius: 20px;
}
.time-slot:hover, .time-slot.activeSlot {
  border: 1px solid white;
  background: linear-gradient(275deg, #158fff, #01fcff);
  color: white !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;
}
.instagram-btn::before {
  content: "";
  position: absolute;
  width: 0%;
  height: 2px;
  top: 100%;
  background: linear-gradient(275deg, #158fff, #01fcff);
  transition: width 0.3s ease;
}
.instagram-btn.active::before {
  width: 80%;
}
.instagram-btn .svg-post-icon rect,
.instagram-btn .svg-post-icon line {
  stroke: #158fff;
}
.instagram-btn.active .svg-post-icon rect, .instagram-btn.active .svg-post-icon line {
  fill: #158fff;
  stroke: #0c0a0b !important;
}
.instagram-btn .svg-reels-icon .not-active-svg {
  display: block;
}
.instagram-btn .svg-reels-icon .active-svg {
  display: none;
}
.instagram-btn .svg-reels-icon path.not-active-svg,
.instagram-btn .svg-reels-icon rect {
  fill: #158fff;
}
.instagram-btn .svg-reels-icon path {
  fill: #158fff;
}
.instagram-btn.active .svg-reels-icon .not-active-svg, .instagram-btn.active .svg-reels-icon rect {
  display: none;
}
.instagram-btn.active .svg-reels-icon .active-svg {
  display: block;
}

.insta-toggle {
  border-radius: 35px !important;
  margin: 10px !important;
  padding: 5px !important;
  transition: all 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;
}

.cursor-pointer {
  cursor: pointer;
}

.btn-section {
  position: absolute;
  top: 50%;
  right: 80px;
  z-index: 9;
}
.btn-section .fixed-btn-section {
  position: fixed;
  top: 50%;
  display: flex;
  align-items: center;
}
.btn-section .fixed-btn-section .bars-btn {
  width: 65px;
  height: 65px;
  min-width: 65px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-section .fixed-btn-section .sub-btn {
  position: absolute;
  right: 75px;
  display: none;
}
.btn-section .fixed-btn-section .sub-btn .social-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-section .fixed-btn-section .sub-btn .social-btn i {
  font-size: 24px;
}

.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) {
  .support-banner {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.support-banner .support_heading {
  font-size: 32px;
  margin-top: 33px;
}
.support-banner .support_text {
  margin-bottom: 33px;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow-x: hidden;
  overflow-y: auto;
  margin-top: 25px;
}
.support-banner .support_text::-webkit-scrollbar {
  width: 4px;
}
.support-banner .support_text::-webkit-scrollbar-track {
  background: transparent;
}
.support-banner .support_text::-webkit-scrollbar-thumb {
  background: #888;
}
.support-banner .support_text .vcard-twentyone.main-content {
  max-width: 576px;
  text-align: center !important;
  background-image: url("/assets/img/vcard21/bg-img.png") !important;
  color: #211c29;
}
.support-banner .support_text .vcard-twentyone .vcard-twentyone-heading {
  font-weight: 500;
  font-size: 28px;
  color: #212529 !important;
}

@media (max-width: 767px) {
  .support-banner {
    max-width: 476px !important;
  }
}
@media (max-width: 575px) {
  .support-banner {
    max-width: 100% !important;
  }
}
.banner-close {
  position: absolute;
  top: 20px;
  right: 25px;
  font-size: 20px !important;
  background: none;
  border: none;
}

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

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

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

.icon-search-container {
  background: linear-gradient(275deg, #158fff, #01fcff) border-box !important;
  outline: none !important;
}
.icon-search-container.active .search-wrapper {
  border: 1px solid transparent !important;
  width: calc(100% - 2px) !important;
  height: calc(100% - 2px) !important;
  position: relative;
  top: 1px;
  left: 1px;
  border-radius: 50px;
}
.icon-search-container .search-input {
  color: #ffffff !important;
}
.icon-search-container .share-wp-btn-div {
  width: 42px !important;
  min-width: 42px !important;
  height: 42px !important;
  position: absolute;
  right: 5px;
  top: 3px;
  border-radius: 50%;
}
.icon-search-container .share-wp-btn-div .share-wp-btn {
  width: 42px !important;
  height: 42px !important;
  background: linear-gradient(275deg, #158fff, #01fcff) border-box !important;
}
.icon-search-container .share-wp-btn-div .share-wp-btn .wp-bg {
  background-color: #0c0a0b !important;
  width: 40px !important;
  min-width: 40px !important;
  height: 40px !important;
  border-radius: 50% !important;
}

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

.vcard-thirtythree.main-content {
  max-width: 576px;
  text-align: center !important;
  background-color: #000000 !important;
  color: #211c29;
}
.vcard-thirtythree .vcard-thirtythree-heading {
  font-weight: 500;
  font-size: 28px;
  background: linear-gradient(275deg, #158fff, #01fcff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

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

.vcard-one__product .product-card {
  margin: 10px auto !important;
  width: 75% !important;
}
@media (max-width: 575px) {
  .vcard-one__product .product-card {
    width: 99% !important;
  }
}
.vcard-one__product .product-card .product-img {
  height: 200px !important;
}

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

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

.buy-product {
  padding: 10px 20px;
  background: linear-gradient(275deg, #158fff, #01fcff);
  border: none;
  outline: none;
  color: #000000;
  border-radius: 5px;
  transition: all 0.3s ease;
}
.buy-product:hover {
  background-color: rgba(11, 197, 255, 0.9);
}

.modal {
  z-index: 99999 !important;
  background-color: #00000080;
}
.modal .news-modal {
  margin-top: 250px !important;
}
.modal .news-modal #newsLatter-content {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  border: none;
  border-radius: 0.475rem;
  outline: 0;
  background-color: white;
}
.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;
  padding: 2rem !important;
}
.modal .news-modal #newsLatter-content .newsmodal-header .newsmodal-title {
  font-size: 50px;
  text-align: center !important;
  background-image: linear-gradient(to left, #158fff, #01fcff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.modal .news-modal #newsLatter-content .modal-body {
  padding: 1.75rem;
}
.modal .news-modal #newsLatter-content .modal-body .content {
  font-size: 28px;
}
.modal .news-modal #newsLatter-content .modal-body .modal-desc {
  color: silver;
  font-size: 19px;
  font-weight: 100;
}
.modal .news-modal #newsLatter-content .modal-body .required:after {
  color: #f62947;
  content: "*";
  font-size: inherit;
  font-weight: 700;
  position: relative;
}
.modal .news-modal #newsLatter-content .modal-body .input-box {
  background-color: #f5f8fa;
  border: unset;
  color: #5e6278;
  transition: all 0.2s ease;
  font-size: 1.1rem;
  line-height: 1.5;
  padding: 0.75rem 1rem;
  border-radius: 0.475rem;
}
.modal .news-modal #newsLatter-content .modal-body .input-box:focus {
  box-shadow: unset;
  background-color: #eef3f7;
}
.modal .news-modal #newsLatter-content .modal-body .input-group {
  background: black;
  border: none;
}
.modal .news-modal #newsLatter-content .modal-footer {
  padding: 1.875rem;
  border-top: none !important;
}
.modal .news-modal #newsLatter-content .modal-footer .btn {
  padding: 10px 20px !important;
  border-radius: 0.475rem !important;
}
.modal .news-modal #newsLatter-content .modal-footer .submit-btn {
  background-color: #ffc000 !important;
  border: unset;
  outline: unset;
  color: #ffffff;
  padding: 10px 20px !important;
  margin-top: 26px;
}
.modal .news-modal #newsLatter-content .modal-footer .submit-btn:hover {
  background-color: #ffc000 !important;
}
.modal .news-modal #newsLatter-content .modal-footer .submit-btn:focus {
  box-shadow: unset;
}

#email-send {
  background: -webkit-linear-gradient(275deg, #158fff, #01fcff);
  color: black !important;
  font-size: 25px;
  border: none;
  border-radius: 0px 3px 5px 2px;
}

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

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

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

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

.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: #ffffff !important;
  font-size: medium !important;
  margin-top: 9px !important;
  margin-bottom: 10px !important;
}

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

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

.main-content.rtl .ms-3 {
  margin-right: 1rem !important;
}
.main-content.rtl .me-2 {
  margin-left: 0.5rem !important;
}
.main-content.rtl .me-3 {
  margin-left: 1rem !important;
}
.main-content.rtl .calendar-icon {
  left: 18px;
  right: auto;
}
.main-content.rtl .text-start {
  text-align: right !important;
}
@media (min-width: 576px) {
  .main-content.rtl .text-sm-start {
    text-align: right !important;
  }
}
.main-content.rtl .profile-section .card .card-img {
  left: 0;
  right: auto;
}

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

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

.copy-btn {
  border-radius: 0;
  font-weight: 500;
  padding: 12px 36px;
  border-radius: 0px;
  transition: all 0.3s ease-in-out;
}
.copy-btn:focus {
  box-shadow: none !important;
  outline: none !important;
}

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

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