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

.bg-gray-200 {
  background-color: #2c2e36 !important;
}

.bg-gray-300 {
  background-color: #181b20 !important;
}

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

.text-gray-100 {
  color: #9b9fa6 !important;
}

.btn {
  font-weight: 400;
  padding: 10px 35px;
  border-radius: 30px !important;
  transition: 0.3s all ease-in-out;
}
.btn:focus {
  outline: none !important;
  box-shadow: none !important;
}

.btn-primary {
  color: #ffffff;
  background-color: #eb0029;
  box-shadow: none;
  border: 1px solid #eb0029;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.active {
  color: #eb0029;
  background-color: #ffffff;
  border: 1px solid #eb0029;
}

@font-face {
  font-family: "AbhayaLibre";
  font-style: normal;
  font-weight: 500;
  src: url(/fonts/AbhayaLibre-Medium.ttf?2fa6e039eeadd1a45295d67fec2e5ef5) format("truetype");
  font-display: swap;
}
.link-info {
  color: #eb0029 !important;
}

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

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

body {
  font-family: "Poppins";
  font-weight: 400;
  background-color: #1c2125 !important;
}
body.modal-open {
  padding-right: 0 !important;
}

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

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

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

.banner-section .banner-img {
  position: relative;
  height: 350px;
  width: 100%;
}
@media (max-width: 575px) {
  .banner-section .banner-img {
    height: 300px;
  }
}
.banner-section .banner-img .overlay {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-image: linear-gradient(rgba(2, 7, 14, 0), #02070e);
}

.profile-section {
  position: relative;
  bottom: 0;
}
.profile-section .card {
  background-color: transparent !important;
  position: relative;
  transition: 0.3s all ease-in-out;
  overflow: hidden;
}
@media (max-width: 575px) {
  .profile-section .card {
    border-radius: 30px;
  }
}
@keyframes fire-animation {
  0% {
    transform: scaleY(1.1);
  }
  50% {
    transform: scaleY(0.9);
  }
  100% {
    transform: scaleY(1.1);
  }
}
.profile-section .card .profile-bg-img {
  background-image: url(/images/profile-bg-img-vcard20.svg?70a76985985a43b4ab8612774eada888);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 185px;
  width: 228px;
  position: relative;
}
@media (max-width: 575px) {
  .profile-section .card .profile-bg-img {
    height: 175px;
  }
}
.profile-section .card .card-img {
  border-radius: 50%;
  min-width: 130px;
  width: 130px;
  height: 130px;
  border: 3px solid #eb0029;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 17px;
  left: 22px;
  right: 0;
  margin: 0 auto;
}
@media (max-width: 575px) {
  .profile-section .card .card-img {
    min-width: 120px;
    width: 120px;
    height: 120px;
  }
}
.profile-section .card .card-body {
  padding-bottom: 0;
}
.profile-section .card .card-body .profile-name {
  position: relative;
}

.social-icon {
  width: 60px;
  height: 65px;
  min-width: 60px;
  border-radius: 50%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s all ease-in-out;
}
.social-icon::after {
  background-image: url(/images/social-svg-bg.svg?a111962b5785c5fdb71c2cf859637185);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  left: -2px;
  top: -7px;
}
.social-icon a {
  display: flex;
  color: #ffffff;
  position: relative;
  z-index: 1;
}
.social-icon a svg,
.social-icon a img {
  width: 20px;
  height: 20px;
  fill: #ffffff;
  color: #ffffff;
  font-size: 20px;
  transition: 0.3s all ease-in-out;
}
.social-icon:hover {
  transition: 0.3s all ease-in-out;
}
.social-icon:hover::after {
  transition: 0.3s all ease-in-out;
  transform: scale(1.1);
}
.social-icon:hover a {
  transition: 0.3s all ease-in-out;
}
.social-icon:hover a svg, .social-icon:hover a img {
  transform: scale(1.1);
}

@keyframes rotate-circle {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.section-heading {
  font-family: "AbhayaLibre";
}
.section-heading h2 {
  font-size: 36px;
  font-weight: 400;
  position: relative;
  display: inline-block;
}
@media (max-width: 575px) {
  .section-heading h2 {
    font-size: 32px;
  }
}
.section-heading h2:after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 60%;
  height: 3px;
  border-radius: 3px;
  background-image: linear-gradient(to right, #eb0029, transparent);
}

.contact-section {
  position: relative;
}
.contact-section .contact-box {
  padding: 35px 10px 10px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #1c2125;
  border-radius: 40px;
  position: relative;
  margin-top: 24px;
  border-left: 2px solid #eb0029;
  border-right: 2px solid #eb0029;
}
.contact-section .contact-box .contact-icon {
  width: 60px;
  height: 65px;
  min-width: 60px;
  border-radius: 50%;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s all ease-in-out;
  top: -30px;
}
.contact-section .contact-box .contact-icon::after {
  background-image: url(/images/social-svg-bg.svg?a111962b5785c5fdb71c2cf859637185);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  left: -2px;
  top: -7px;
}
.contact-section .contact-box .contact-icon img {
  position: relative;
  z-index: 1;
}
.contact-section .contact-box .contact-desc a {
  word-break: break-all;
}

.gallery-section {
  position: relative;
}
.gallery-section .gallery-slider {
  position: relative;
}
.gallery-section .gallery-slider .gallery-img,
.gallery-section .gallery-slider .gallery-item {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  border-radius: 15px;
}
.gallery-section .gallery-slider .gallery-file-item {
  background-size: contain;
  background-repeat: no-repeat;
}
.gallery-section .gallery-slider .slick-slide {
  padding: 0px 10px;
}
.gallery-section .gallery-slider .gallery-img {
  border-radius: 15px;
  position: relative;
  margin: 0 auto;
  max-width: 560px;
  max-height: 282px;
  height: 282px;
  aspect-ratio: 2;
  overflow: hidden;
  border: 2px solid #eb0029 !important;
}
.gallery-section .gallery-slider .gallery-img .expand-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #eb0029;
  position: absolute;
  top: 10px;
  right: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 1px solid #eb0029;
}
@media (max-width: 480px) {
  .gallery-section .gallery-slider .gallery-img {
    height: 240px;
  }
}
.gallery-section .gallery-slider .gallery-img img,
.gallery-section .gallery-slider .gallery-img iframe {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.our-services-section {
  position: relative;
}
.our-services-section .services .service-card {
  padding: 120px 10px 20px 10px;
  border-radius: 10px;
  border: 0;
  background-color: #1c2125;
  position: relative;
  margin-top: 100px;
  position: relative;
  transition: 0.3s all ease-in-out;
}
.our-services-section .services .service-card::after {
  opacity: 0;
  position: absolute;
  content: "";
  width: 100%;
  height: 10%;
  background-image: url(/images/hover-fire.png?0b044938ddd391c0e4c99ff1c00f19d2);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  left: 0;
  border-radius: 10px;
  animation: fire-animation 2s ease-in-out infinite forwards;
}
@keyframes fire-animation {
  0% {
    transform: scaleY(1.1);
  }
  50% {
    transform: scaleY(0.9);
  }
  100% {
    transform: scaleY(1.1);
  }
}
.our-services-section .services .service-card:hover {
  transition: 0.3s all ease-in-out;
}
.our-services-section .services .service-card:hover::after {
  opacity: 0.5;
  transition: 0.3s all ease-in-out;
}
.our-services-section .services .service-card .card-title {
  font-size: 18px;
}
.our-services-section .services .service-card .card-desc {
  font-size: 14px;
}
.our-services-section .services .service-card .card-img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  border-left: 2px solid #eb0029;
  border-right: 2px solid #eb0029;
  top: -100px;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.our-services-section .services .services-slider-view .service-card .card-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #ffffff;
  min-height: 43px;
}
.our-services-section .services .services-slider-view .service-card .card-desc {
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 63px;
}
.our-services-section .services .services-slider-view .service-card .card-img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  border-left: 2px solid #eb0029;
  border-right: 2px solid #eb0029;
  top: -100px;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.our-services-section .services .services-slider-view .slick-slide {
  padding: 0px 10px;
}
.our-services-section .services .services-slider-view .slick-dots {
  bottom: -35px !important;
}

.testimonial-section {
  position: relative;
  background-image: url(/images/testimonial-main-bg.png?e714e5a60426390ff7d1d6a9de66454d);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.testimonial-section .testimonial-slider .slick-slide {
  padding: 0px 10px;
}
.testimonial-section .testimonial-slider .testimonial-card {
  position: relative;
  margin: 50px auto 0 auto;
  background-color: #1c2125;
  border-radius: 200px;
  padding: 60px 20px 20px 20px;
  border-left: 2px solid #eb0029;
  border-right: 2px solid #eb0029;
}
.testimonial-section .testimonial-slider .testimonial-card .card-img {
  width: 100px;
  height: 100px;
  min-width: 100px;
  border-radius: 50%;
  border-left: 2px solid #eb0029;
  border-right: 2px solid #eb0029;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -50px;
  overflow: hidden;
}
.testimonial-section .testimonial-slider .testimonial-card .card-body {
  padding: 26px 0 !important;
}
.testimonial-section .testimonial-slider .testimonial-card .card-body .right-quote {
  right: 44px;
}
.testimonial-section .testimonial-slider .testimonial-card .card-body .left-quote {
  left: 5px;
}
.testimonial-section .testimonial-slider .testimonial-card .card-body h6 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 27px;
  font-size: 18px;
}
.testimonial-section .testimonial-slider .testimonial-card .card-body p {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 96px;
  font-size: 16px;
}

.product-section {
  position: relative;
}
.product-section .product-slider .slick-slide {
  padding: 0px 10px;
}
.product-section .product-slider .product-card {
  background-color: #1c2125;
  border-radius: 10px;
  box-shadow: none;
  padding: 120px 10px 10px 10px;
  position: relative;
  margin-top: 100px;
  transition: 0.3s all ease-in-out;
}
.product-section .product-slider .product-card::after {
  opacity: 0;
  position: absolute;
  content: "";
  width: 100%;
  height: 10%;
  background-image: url(/images/hover-fire.png?0b044938ddd391c0e4c99ff1c00f19d2);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  left: 0;
  pointer-events: none;
  border-radius: 10px;
  animation: fire-animation 2s ease-in-out infinite forwards;
}
@keyframes fire-animation {
  0% {
    transform: scaleY(1.1);
  }
  50% {
    transform: scaleY(0.9);
  }
  100% {
    transform: scaleY(1.1);
  }
}
.product-section .product-slider .product-card:hover {
  transition: 0.3s all ease-in-out;
}
.product-section .product-slider .product-card:hover::after {
  opacity: 0.5;
  transition: 0.3s all ease-in-out;
}
.product-section .product-slider .product-card .product-img {
  width: 200px;
  height: 200px;
  min-width: 200px;
  border-radius: 50%;
  border-left: 2px solid #eb0029;
  border-right: 2px solid #eb0029;
  overflow: hidden;
  margin: 0 auto;
  position: absolute;
  top: -100px;
  left: 0;
  right: 0;
}
.product-section .product-slider .product-card .product-img img {
  -o-object-fit: cover;
     object-fit: cover;
}
.product-section .product-slider .product-card .product-desc {
  min-height: 80px;
}
.product-section .product-slider .product-card .product-desc .card-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 43px;
  font-size: 18px;
}
.product-section .product-slider .product-card .product-desc .product-amount {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 33px;
  font-size: 22px;
}

.appointment-section {
  position: relative;
  position: relative;
  transition: 0.3s all ease-in-out;
}
.appointment-section .appointment-bg-img {
  position: absolute;
  text-align: end;
  top: 40px;
  right: 30px;
}
@media (max-width: 575px) {
  .appointment-section .appointment-bg-img {
    top: 80px;
    right: 20px;
  }
}
@media (max-width: 575px) {
  .appointment-section .appointment-bg-img img {
    width: 60%;
  }
}
.appointment-section::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 15%;
  opacity: 0.5;
  background-image: url(/images/hover-fire.png?0b044938ddd391c0e4c99ff1c00f19d2);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  left: 0;
  border-radius: 10px;
  animation: fire-animation 2s ease-in-out infinite forwards;
}
@keyframes fire-animation {
  0% {
    transform: scaleY(1.1);
  }
  50% {
    transform: scaleY(0.9);
  }
  100% {
    transform: scaleY(1.1);
  }
}
.appointment-section .appointment {
  padding: 20px;
  background: #1c2125;
  border-radius: 40px;
}
.appointment-section .appointment .appointment-input {
  width: 100%;
  height: 50px;
  padding: 12px 25px;
  background-color: #0d1417;
  border: 1px solid #2c2e36;
  border-radius: 30px;
  color: #ffffff;
  position: relative;
}
.appointment-section .appointment .appointment-input::-moz-placeholder {
  color: #9b9fa6;
}
.appointment-section .appointment .appointment-input::placeholder {
  color: #9b9fa6;
}
.appointment-section .appointment .appointment-input:focus {
  box-shadow: none;
  outline: none;
}
.appointment-section .appointment .calendar-icon {
  position: absolute;
  right: 18px;
  top: 11px;
}

.blog-section .blog-slider .slick-slide {
  padding: 0px 10px;
}
.blog-section .blog-slider .slick-dots {
  bottom: -35px !important;
}
.blog-section .blog-slider .blog-card {
  border: none;
  background-color: #1c2125;
  border-radius: 20px;
  margin: 0 auto;
  position: relative;
  border: 1px solid #eb0029;
  overflow: hidden;
}
.blog-section .blog-slider .blog-card .card-img {
  width: 100%;
  height: 240px;
  overflow: hidden;
}
.blog-section .blog-slider .blog-card .card-body {
  max-height: 154px;
  min-height: 100% !important;
  overflow: hidden;
}
.blog-section .blog-slider .blog-card .card-body .blog-head {
  line-height: 1.2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 20px;
  min-height: 48px;
}
.blog-section .blog-slider .blog-card .card-body .blog-desc {
  line-height: 1.2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 16px;
  min-height: 38px;
}

.business-hour-section {
  position: relative;
  background-image: url(/images/theme-bg-3.png?938629d6189e3d6c411e5440f499098e);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.business-hour-section .business-hour-card .business-hour {
  padding: 40px 10px 10px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #1c2125;
  border-radius: 40px;
  position: relative;
  margin-top: 24px;
  border-left: 2px solid #eb0029;
  border-right: 2px solid #eb0029;
}
.business-hour-section .business-hour-card .business-hour .time-icons {
  width: 60px;
  height: 75px;
  min-width: 60px;
  border-radius: 50%;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s all ease-in-out;
  top: -36px;
}
.business-hour-section .business-hour-card .business-hour .time-icons::after {
  background-image: url(/images/social-svg-bg.svg?a111962b5785c5fdb71c2cf859637185);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  left: -2px;
  top: -7px;
}
.business-hour-section .business-hour-card .business-hour .time-icons img, .business-hour-section .business-hour-card .business-hour .time-icons svg {
  position: relative;
  z-index: 1;
}
.business-hour-section .business-hour-card .business-hour span {
  position: relative;
  z-index: 2;
  font-size: 14px;
  font-weight: 500;
}
@media (max-width: 575px) {
  .business-hour-section .business-hour-card .business-hour span {
    font-size: 14px;
  }
}

.qr-code-section {
  position: relative;
}
.qr-code-section .z-1 {
  z-index: 1 !important;
}
.qr-code-section .qr-code {
  max-width: 550px;
  width: 100%;
  border-radius: 15px;
  padding: 25px;
  border: 1px solid #750817;
  background-image: url(/images/qr-code-bg-all.png?eb4734df3922c3f0d535b89a45a0ea14);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.qr-code-section .qr-code::after {
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  background-color: #000000;
  opacity: 0.7;
  border-radius: 15px;
  left: 0;
  top: 0;
}
.qr-code-section .qr-code .qr-code-img {
  width: 130px;
  height: 130px;
  min-width: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #eb0029;
  border-radius: 10px;
  padding: 8px;
  background-color: #ffffff;
}
.qr-code-section .qr-code .qr-code-img svg,
.qr-code-section .qr-code .qr-code-img img {
  border-radius: 6px;
}

.contact-us-section {
  position: relative;
}
.contact-us-section .contact-form {
  padding: 20px;
  border-radius: 15px;
  background-color: #1c2125;
  position: relative;
}
.contact-us-section .contact-form form .form-control {
  background-color: #0e1317;
  padding: 10px 20px;
  height: 50px;
  border-radius: 40px;
  border: 0;
  border-left: 2px solid #eb0029;
  border-right: 2px solid #eb0029;
  color: #9b9fa6;
}
.contact-us-section .contact-form form .form-control::-moz-placeholder {
  color: #9b9fa6;
}
.contact-us-section .contact-form form .form-control::placeholder {
  color: #9b9fa6;
}
.contact-us-section .contact-form form .form-control:focus {
  box-shadow: none;
  outline: none;
}

.create-vcard-section {
  background-image: url(/images/vcard-link-bg.png?f37151c8931eecbf270f22259395a880);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.create-vcard-section .vcard-link-card {
  background-color: #1c2125;
  padding: 20px;
  border-radius: 40px;
  border: none;
  position: relative;
  border-left: 2px solid #eb0029;
  border-right: 2px solid #eb0029;
}
.create-vcard-section .vcard-link-card .link-text {
  font-size: 18px;
  word-break: break-all;
}
@media (max-width: 575px) {
  .create-vcard-section .vcard-link-card .link-text {
    font-size: 16px;
  }
}

.add-to-contact-section {
  position: fixed;
  width: 100%;
  bottom: 60px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.add-contact-btn {
  width: -moz-fit-content !important;
  width: fit-content !important;
  margin: 0 auto;
  color: #ffffff;
  z-index: 9999;
  padding: 12px 20px;
  transition: 0.3s all ease-in-out;
}
.add-contact-btn:hover {
  background-color: #eb0029 !important;
  color: #ffffff !important;
  transform: scale(1.05);
}
.add-contact-btn i {
  font-size: 1rem;
}

.btn-section .fixed-btn-section .food-services-bars-btn {
  background-color: #eb0029;
}
.btn-section .fixed-btn-section .sub-btn .food-services-sub-btn {
  background-color: #2c2e36;
}
.btn-section .fixed-btn-section .sub-btn .food-services-sub-btn i {
  color: #eb0029;
}

.px-30 {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 575px) {
  .px-30 {
    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) {
  .fs-18 {
    font-size: 16px;
  }
}

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

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

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

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

.mx-30 {
  margin-left: 30px;
  margin-right: 30px;
}
@media (max-width: 575px) {
  .mx-30 {
    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) {
  .pb-50 {
    padding-bottom: 40px;
  }
}

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

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

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

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

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

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

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

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

.pb-80 {
  padding-bottom: 80px;
}
@media (max-width: 575px) {
  .pb-80 {
    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) {
  .fs-36 {
    font-size: 30px;
  }
}

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

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

a {
  text-decoration: none;
}

.main-content {
  max-width: 670px !important;
  min-height: 100vh;
  border-radius: 15px;
  position: relative;
  margin-top: 4px;
  margin-bottom: 4px;
  background-color: #060607 !important;
}

.object-fit-cover {
  -o-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;
}
.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;
}

.send-btn {
  height: 40px;
  width: 250px !important;
}

.z-index-9 {
  z-index: 9;
}

.language ul {
  list-style: none;
}
.language ul .lang-list {
  padding: 4px 12px;
  background: #eb0029;
  border: none;
  outline: none;
  border-radius: 6px;
  transition: all 0.3s ease;
  width: -moz-fit-content;
  width: fit-content;
}
.language ul .lang-list .lang-head {
  color: #ffffff;
  font-size: 14px;
}
.language ul .lang-list .lang-head i {
  color: #ffffff;
}
.language ul .lang-list .lang-hover-list {
  margin: 15px 0 0;
  font-size: 14px;
  width: 100%;
  right: 0;
  min-width: 70px;
}
.language ul .lang-list .lang-hover-list li {
  padding: 4px 8px;
}
.language ul .lang-list .lang-hover-list li:hover, .language ul .lang-list .lang-hover-list li.active {
  background-color: #fdeaeb !important;
}
.language ul .lang-list .lang-hover-list li:hover a, .language ul .lang-list .lang-hover-list li.active a {
  color: #eb0029 !important;
}
.language ul .lang-list .lang-hover-list li a {
  color: #5e6278 !important;
  text-decoration: none;
  font-size: 14px;
}
.language ul .lang-list .lang-hover-list li img {
  height: 14px !important;
  width: 16px !important;
}

.vcard20-sticky-btn {
  background: #eb0029;
  color: #ffffff;
  border: 1px solid #eb0029;
  border-radius: 5px;
  height: 40px;
}

.vcard20-btn-group {
  width: 50px;
  height: 50px;
  color: #ffffff;
  background-color: #eb0029;
  border-radius: 50px !important;
}

.vcard-twenty.main-content {
  max-width: 670px;
  min-height: 100vh;
  text-align: center !important;
  background-color: white;
  color: #030712;
  margin-top: 4px;
  margin-bottom: 4px;
  border-radius: 15px;
}
.vcard-twenty .vcard-twenty-heading {
  font-weight: 500;
  font-size: 28px;
  color: #eb0029;
}

.vcard-twenty-btn {
  padding: 10px 20px;
  border: 1px solid #eb0029;
  outline: none;
  background-color: #eb0029;
  color: #f1faff;
  border-radius: 30px;
  transition: all 0.3s ease-in-out;
  width: -moz-fit-content;
  width: fit-content;
}
.vcard-twenty-btn:hover {
  background-color: #ffffff;
  color: #eb0029 !important;
}

.activeSlot {
  background: #eb0029 !important;
  color: #ffffff !important;
  padding: 11px;
  height: 50px;
  width: 100% !important;
  cursor: pointer;
}

.time-slot {
  background: #0d1417;
  color: #ffffff !important;
  padding: 0px;
  height: 50px;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  cursor: pointer;
  border: 1px solid #eb0029;
  margin-top: 20px;
}

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

.slick-dots {
  position: relative;
  bottom: -15px;
}
.slick-dots li {
  margin: 0 5px !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: #667270;
}
.slick-dots li.slick-active {
  width: 30px !important;
}
.slick-dots li.slick-active button {
  width: 30px !important;
}
.slick-dots li.slick-active button:before {
  opacity: 1;
  width: 30px !important;
  background-color: #eb0029;
}

.z-index-10 {
  z-index: 10;
}

.product-btn {
  padding: 10px 20px;
  background: #eb0029;
  border: none;
  outline: none;
  border-radius: 5px;
  transition: all 0.3s ease;
}
.product-btn:hover {
  background-color: rgba(235, 0, 41, 0.9);
}

.product-amount {
  color: #eb0029;
}

.mw-75 {
  max-width: 75% !important;
}

@media (max-width: 580px) {
  .audio-control {
    margin-top: -45px !important;
  }
}

.modal-backdrop {
  background-color: transparent;
}

.modal {
  z-index: 99999 !important;
  background-color: #00000080;
}
.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 .form-control {
  padding: 0.375rem 0.75rem !important;
  font-size: 0.875rem !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 {
  font-size: 50px;
  text-align: center !important;
  color: #eb0029;
}
.modal .news-modal #newsLatter-content .modal-body {
  padding: 1.75rem;
}
.modal .news-modal #newsLatter-content .modal-body .content {
  color: #eb0029;
  font-size: 23px;
}
.modal .news-modal #newsLatter-content .modal-body .modal-desc {
  color: silver;
  font-size: 16px;
  font-weight: 400;
}
.modal .news-modal #newsLatter-content .modal-body .email-input {
  border-radius: 8px !important;
}
.modal .news-modal #newsLatter-content .modal-body .email-input .btn {
  padding: 5px 10px !important;
  border-radius: 8px !important;
}
.modal .news-modal #newsLatter-content .modal-body .required:after {
  color: #f62947;
  content: "*";
  font-size: inherit;
  font-weight: 700;
  position: relative;
}
.modal .news-modal #newsLatter-content .modal-body .input-box {
  background-color: #f5f8fa;
  border: unset;
  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 {
  margin-top: 15px;
}
.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: #6571ff !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: #6571ff !important;
}
.modal .news-modal #newsLatter-content .modal-footer .submit-btn:focus {
  box-shadow: unset;
}

#email-send {
  background: #eb0029;
  color: white !important;
  font-size: 15px;
  border: none;
  border-radius: 8px;
}

.animate-bottom {
  position: relative;
  animation: animatebottom 0.4s;
}

@keyframes animatebottom {
  from {
    bottom: -300px;
    opacity: 0;
  }
  to {
    bottom: 0px;
    opacity: 1;
  }
}
.insta-feed {
  max-height: 1000px !important;
  overflow: auto !important;
}

.insta-feed::-webkit-scrollbar {
  width: 0px;
  /* Adjust the width as needed */
}

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

.insta-feed::-webkit-scrollbar-track {
  background-color: #181b20 !important;
}

.insta-feed-iframe iframe {
  border-radius: 15px !important;
  border: none !important;
  margin: 0 !important;
  max-width: 100% !important;
  width: 100% !important;
  min-width: 1px !important;
}

.instagram-btn {
  flex: 1;
  position: relative;
  background: transparent;
}
.instagram-btn::before {
  content: "";
  position: absolute;
  width: 0%;
  height: 2px;
  top: 100%;
  background-color: #eb0029;
  transition: width 0.3s ease;
}
.instagram-btn.active::before {
  width: 80%;
}
.instagram-btn .svg-post-icon rect, .instagram-btn .svg-post-icon line {
  stroke: #eb0029;
}
.instagram-btn.active .svg-post-icon rect, .instagram-btn.active .svg-post-icon line {
  fill: #eb0029;
  stroke: #181a20;
}
.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: #eb0029;
}
.instagram-btn .svg-reels-icon path {
  fill: #eb0029;
}
.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;
  transition: all 0.3s ease !important;
}

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

.insta-feed-iframe {
  position: relative;
  padding: 8px;
  margin: 3px;
  background-color: #1c2125;
  border-radius: 20px;
  border: 1px solid #eb0029;
}

.support-banner {
  width: 100%;
  max-width: 586px;
  height: auto !important;
  position: fixed;
  bottom: 20px;
  z-index: 99999 !important;
  background: #fdeaeb;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 20px;
  border: 1px solid #eb0029;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.support-banner .support_heading {
  font-size: 27px;
  margin-top: 30px;
}
.support-banner .support_text {
  margin-bottom: 22px;
  max-height: 123px !important;
  overflow-x: hidden;
  overflow-y: scroll;
  margin-top: 13px;
}
.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 {
  padding: 7px 21px;
  background: #eb0029;
  border: 1px solid #eb0029;
  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: 30px;
}
.act-now:hover {
  background-color: #ffffff;
  color: #eb0029 !important;
}

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

.iframe-slider .iframe-wrapper {
  border-radius: 20px;
  padding: 10px;
  position: relative;
  background-color: #1c2125;
  border: 1px solid #eb0029;
}
.iframe-slider .iframe-card {
  margin: 0 auto;
  width: 100%;
  height: 365px;
  overflow: hidden;
  border-radius: 10px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 500px) {
  .iframe-slider .iframe-card {
    max-height: 200px;
    height: 200px;
  }
}
.iframe-slider .iframe-card iframe {
  background-color: white !important;
}
.iframe-slider .slick-dots {
  position: relative;
  bottom: -15px;
}

.verification-icon {
  color: #eb0029;
}

.main-content.rtl .lang-hover-list {
  left: 0;
  right: auto;
}
.main-content.rtl .ms-3 {
  margin-right: 1rem !important;
  margin-left: 0 !important;
}
.main-content.rtl .calendar-icon {
  left: 18px;
  right: auto;
}
.main-content.rtl .text-start {
  text-align: right !important;
}

.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;
}
.modal-content[dir=rtl] .text-center {
  text-align: start !important;
}
.modal-content[dir=rtl] .arrow {
  transform: rotate(180deg) !important;
}
.modal-content[dir=rtl] .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;
}
.modal-content[dir=rtl] .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-left: 2px solid #eb0029 !important;
  margin-bottom: 10px;
  cursor: pointer;
  background: #0d1417;
  border-radius: 40px;
  border-right: 2px solid #eb0229;
}

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

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

.selected-files .item {
  border-bottom: 1px solid #eb0029 !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px;
}

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

small {
  font-size: 12px;
  color: #eb0029 !important;
  font-weight: 600 !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;
}
.modal.show {
  padding-right: 0 !important;
}
.modal.show .modal-dialog {
  transform: translateY(35px) !important;
}
@media (min-width: 576px) {
  .modal.show .modal-dialog {
    margin: 2.5rem auto !important;
    max-width: 520px !important;
  }
}
.modal .modal-dialog {
  transform: translateY(95px) !important;
}
.modal .modal-dialog.modal-bottom {
  height: 87vh !important;
}

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

.product-img-slider {
  margin-bottom: 30px !important;
  margin-left: -10px;
  margin-right: -10px;
}
.product-img-slider .slick-list {
  padding: 0 10px !important;
  width: 100%;
}
.product-img-slider .slick-slide {
  width: 100%;
}

.product-img-padding-20 {
  position: relative;
}

.product-img-main-box {
  border-radius: 15px;
  min-height: 200px;
  height: 200px;
  max-width: 100%;
  width: 100%;
  border: 2px solid #ffffff;
}
.product-img-main-box img {
  border-radius: 15px;
}

.pwa-support {
  width: 100%;
  max-width: 400px;
  height: auto !important;
  position: fixed !important;
  bottom: 20px;
  z-index: 99999 !important;
  background: #fdeaeb;
  padding: 24px;
  border-radius: 20px;
  border: 1px solid #eb0029;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.pwa-support .pwa-heading {
  font-size: 20px;
  margin-bottom: 12px;
}
.pwa-support .pwa-text {
  margin-bottom: 16px;
  font-size: 0.875rem !important;
}

.pwa-install-button {
  background: #eb0029 !important;
  color: #ffffff !important;
  border-radius: 30px !important;
  padding: 0.563rem 1.563rem !important;
  font-size: 0.875rem !important;
}
.pwa-install-button:hover {
  background: #eb0029;
}

.pwa-cancel-button {
  background-color: #adb5bd !important;
  color: #000000;
  border-radius: 30px !important;
  padding: 0.563rem 1.563rem;
  border: none !important;
  font-size: 0.875rem !important;
}
.pwa-cancel-button:hover {
  background-color: #d1d5db !important;
  border: none !important;
  color: #000000 !important;
}

.youtube-link-20 {
  padding-top: 56.25%;
  position: relative;
  z-index: 9 !important;
}
.youtube-link-20 iframe {
  position: absolute !important;
  top: 0;
  left: 0 !important;
  height: 100% !important;
  width: 100 !important;
}

.profile-desc p {
  margin-bottom: 0 !important;
}

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

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

.right-arrow-animation {
  animation: right-arrow 1s linear 1s infinite alternate;
}

@keyframes right-arrow {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(8px);
  }
}
.view-more {
  padding: 10px 25px 10px 15px;
  background: #eb0029;
  border: 1px solid #eb0029;
  border-radius: 30px;
  transition: 0.3s all ease-in-out;
  color: white !important;
}
.view-more a {
  color: white !important;
}
.view-more:hover {
  background: #ffffff;
  color: #eb0029 !important;
}
.view-more:hover a {
  color: #eb0029 !important;
}

.iframe-card iframe {
  border: 2px solid #eb0029 !important;
  border-radius: 15px !important;
  overflow: hidden;
}

@media (max-width: 576px) {
  .vector-all img {
    width: 60% !important;
  }
}

.insta-feed-main {
  background-image: url(/images/theme-bg-2.png?39147282913ebb8cd41934c2f9c7c3b6);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.iframe-section {
  background-image: url(/images/theme-bg-2.png?39147282913ebb8cd41934c2f9c7c3b6);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.iframe-section .iframe-slider {
  margin-left: -10px;
  margin-right: -10px;
}
.iframe-section .iframe-slider .slick-slide {
  padding: 4px 10px;
}

.map-section {
  border: 1px solid #eb0029;
  border-radius: 15px;
  overflow: hidden;
  background-color: #1c2125;
}
.map-section .map-location {
  padding: 20px 20px 10px 16px;
}
.map-section .map-location .location-icon {
  width: 60px;
  height: 65px;
  min-width: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.map-section .map-location .location-icon::after {
  background-image: url(/images/social-svg-bg.svg?a111962b5785c5fdb71c2cf859637185);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  left: -2px;
  top: -7px;
}
.map-section .map-location .location-icon img {
  position: relative;
  z-index: 1;
  width: 18px;
}
.map-section iframe {
  border-radius: 0 !important;
  overflow: hidden;
  margin-bottom: -6px;
}

.vector-1, .vector-3, .vector-5, .vector-7, .vector-9, .vector-11, .vector-13, .vector-15 {
  left: 5px;
  top: 5px;
}

.vector-2, .vector-4, .vector-6, .vector-8, .vector-10, .vector-12, .vector-14 {
  right: 5px;
  top: 5px;
  text-align: end;
}

.card-back {
  border: 1px solid #eb0029 !important;
  background-color: #1c2125 !important;
  border-radius: 20px !important;
  margin: 0 auto !important;
  padding: 20px !important;
  position: relative !important;
  color: #ffffff !important;
}
.card-back h2 {
  color: #ffffff !important;
}

.vcard-one__product .product-card {
  padding: 15px;
  background-color: #dfe5e5;
  border: 1px solid #eb0029;
  border-radius: 15px;
}
.vcard-one__product .product-card .product-img {
  width: 100% !important;
  height: 100% !important;
  min-width: 100% !important;
  border-radius: 10px !important;
  border: none !important;
  overflow: hidden;
  margin: 0 auto;
  position: relative !important;
  top: 0 !important;
}
.vcard-one__product .product-card .product-img img {
  -o-object-fit: cover;
     object-fit: cover;
}
.vcard-one__product .product-card .product-desc {
  min-height: auto !important;
}
.vcard-one__product .fs-18 {
  font-size: 18px !important;
}
@media (max-width: 575px) {
  .vcard-one__product .fs-18 {
    font-size: 16px !important;
  }
}
.vcard-one__product .product-img-slider {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 0px !important;
}
.vcard-one__product .product-img-slider .slick-list {
  padding: 0 !important;
}
.vcard-one__product .product-img-slider .slick-dots {
  bottom: 0px !important;
}
.vcard-one__product .product-img-slider .slick-slide {
  padding: 0 10px !important;
  margin: 0 !important;
  width: 100%;
}
.vcard-one__product .product-img-slider .product-img-height {
  max-height: 208px;
  aspect-ratio: 2.76;
  border-radius: 10px;
}
.vcard-one__product .product-img-slider .product-img-height img {
  aspect-ratio: 2.76;
  border-radius: 10px;
}

.terms-condition {
  min-width: 16px;
}

.bg-effect-vcard20 .bg-effect {
  width: 100px;
  height: 100px;
}
.bg-effect-vcard20 .bg-effect-1 {
  animation: top-bottom 5s ease-in-out infinite alternate;
}
.bg-effect-vcard20 .bg-effect-2 {
  top: 0;
  left: 0;
  animation: top-bottom 3s ease-in-out infinite alternate;
}
.bg-effect-vcard20 .bg-effect-3 {
  top: 25%;
  left: 12%;
  animation: left-right 3s ease-in-out infinite alternate;
}
.bg-effect-vcard20 .bg-effect-4 {
  top: 0;
  right: 0;
  animation: left-right 3s ease-in-out infinite alternate;
}
.bg-effect-vcard20 .bg-effect-5 {
  top: 20%;
  right: 12%;
  width: 120px !important;
  height: 120px !important;
  animation: top-bottom 3s ease-in-out infinite alternate;
}
.bg-effect-vcard20 .bg-effect-6 {
  top: 43%;
  right: 5%;
  width: 120px !important;
  height: 120px !important;
  animation: left-right 3s ease-in-out infinite alternate;
}
.bg-effect-vcard20 .bg-effect-7 {
  bottom: 6%;
  left: 12%;
  animation: top-bottom 3s ease-in-out infinite alternate;
}
.bg-effect-vcard20 .bg-effect-8 {
  bottom: 5%;
  right: 20%;
  animation: top-bottom 3s ease-in-out infinite alternate;
}
.bg-effect-vcard20 .bg-effect-9 {
  top: 5%;
  left: 25%;
  animation: top-bottom 3s ease-in-out infinite alternate;
}
.bg-effect-vcard20 .bg-effect-10 {
  top: 8%;
  right: 25%;
  animation: left-right 3s ease-in-out infinite alternate;
}
.bg-effect-vcard20 .bg-effect-11 {
  top: 50%;
  left: 5%;
  animation: top-bottom 3s ease-in-out infinite alternate;
}
.bg-effect-vcard20 .bg-effect-12 {
  bottom: 30%;
  right: 20%;
  width: 130px !important;
  height: 130px !important;
  animation: left-right 3s ease-in-out infinite alternate;
}
.bg-effect-vcard20 .bg-effect-13 {
  bottom: 50%;
  left: 25%;
  animation: left-right 3s ease-in-out infinite alternate;
}
.bg-effect-vcard20 .bg-effect-14 {
  bottom: 25%;
  left: 25%;
  animation: top-bottom 3s ease-in-out infinite alternate;
}
@keyframes top-bottom {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes left-right {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}
.bg-effect-vcard20 .bg-main {
  opacity: 0.3;
}

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