@charset "UTF-8";
.text-gray-200 {
  color: #7a7a7a !important;
}

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

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

.text-secondary {
  color: #b4b186 !important;
}

.text-warning {
  color: #ffc750 !important;
}

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

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

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

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

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

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

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

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

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

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

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

.text-primary-36 {
  color: #081c15 !important;
}

a {
  text-decoration: none;
}

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

.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;
  justify-content: 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;
}

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

.section-heading {
  margin-bottom: 30px;
  overflow: hidden;
  text-align: center;
}
@media (max-width: 575px) {
  .section-heading {
    margin-bottom: 20px;
  }
}
.section-heading h2 {
  font-size: 28px;
  position: relative;
  color: #081c15;
  font-weight: 700;
  display: inline-block;
}
@media (max-width: 575px) {
  .section-heading h2 {
    font-size: 24px;
  }
}
.section-heading h2::after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 50%;
  height: 2px;
  background-color: #b4b186;
}

.btn {
  border-radius: 0 !important;
  font-weight: 500 !important;
  padding: 12px 40px !important;
  border-radius: 15px !important;
}
.btn:focus {
  box-shadow: none !important;
  outline: none !important;
}

.btn-white {
  color: #081c15 !important;
  background-color: #ffffff !important;
  border: 1px solid #ffffff !important;
}
.btn-white:hover, .btn-white:focus, .btn-white.active {
  color: #ffffff !important;
  background-color: #081c15 !important;
  border: 1px solid #ffffff !important;
}

.btn-primary {
  color: #ffffff !important;
  background-color: #081c15 !important;
  border: 1px solid #081c15 !important;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.active {
  color: #081c15 !important;
  background-color: #ffffff !important;
  border: 1px solid #081c15 !important;
}

.btn-secondary {
  color: #ffffff !important;
  background-color: #b4b186 !important;
  border: 1px solid #b4b186 !important;
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary.active {
  color: #b4b186 !important;
  background-color: #ffffff !important;
  border: 1px solid #b4b186 !important;
}

.banner-yt-section .banner-yt-video {
  height: 324px;
  display: none;
}
.banner-yt-section::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 60%;
  bottom: 0;
  left: 0;
  background-image: none !important;
}

.banner-section {
  position: relative;
}
.banner-section .banner-img {
  width: 100%;
  height: 320px;
}
@media (max-width: 575px) {
  .banner-section .banner-img {
    height: 275px;
  }
}
.banner-section .bg-vector {
  position: absolute;
  right: 0;
  bottom: 13px;
  z-index: 2;
  text-align: end;
}
.banner-section .bg-vector img {
  width: 100%;
}
@media (max-width: 575px) {
  .banner-section .bg-vector img {
    width: 75%;
  }
}
.banner-section .travel-img {
  position: absolute;
  top: 59px;
  left: 31px;
  mix-blend-mode: color-burn;
}
@media (max-width: 575px) {
  .banner-section .travel-img {
    top: 40px;
    left: 20px;
    width: 70%;
  }
}

.profile-section {
  position: relative;
}
.profile-section .main-vector-bg img {
  opacity: 0.6;
}
.profile-section .card {
  background-color: transparent;
  border: 2px solid #081c15;
  border-radius: 20px;
  position: relative;
  padding: 18px;
}
.profile-section .card .card-img {
  width: 140px;
  height: 140px;
  min-width: 140px;
  border-radius: 15px;
  overflow: hidden;
  border: 3px solid #081c15;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 575px) {
  .profile-section .card .card-img {
    width: 120px;
    height: 120px;
    min-width: 120px;
  }
}

.social-media-section {
  position: relative;
}
.social-media-section .social-icon {
  width: 50px !important;
  min-width: 50px !important;
  height: 50px !important;
  background-color: #b4b186 !important;
  color: #ffffff !important;
  border-radius: 10px !important;
  border: 1px solid #b4b186 !important;
  transition: 0.3s all ease-in-out;
}
.social-media-section .social-icon:hover {
  color: #ffffff !important;
  background-color: #081c15 !important;
  border: 1px solid #081c15 !important;
}
.social-media-section .social-icon svg,
.social-media-section .social-icon img {
  transition: 0.3s all ease-in-out;
  width: 24px !important;
  height: 24px !important;
  fill: #ffffff !important;
  color: #ffffff !important;
}
.social-media-section .social-icon svg path,
.social-media-section .social-icon img path {
  fill: #ffffff !important;
}

.contact-section {
  position: relative;
  z-index: 2;
}
.contact-section .contact-img {
  max-width: 300px;
  margin: 0 auto;
}
.contact-section .contact-box {
  padding: 26px 10px 10px 10px;
  background-color: #081c15;
  border-radius: 15px;
  border: 1px solid #081c15;
  transition: 0.3s all ease-in-out;
  position: relative;
  margin-top: 20px;
}
.contact-section .contact-box .contact-icon {
  width: 40px;
  min-width: 40px;
  height: 40px;
  background-color: #081c15;
  border: 1px solid #ffffff;
  border-radius: 10px;
  margin: 0 auto;
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
}
.contact-section .contact-box .contact-desc {
  word-break: break-all;
}
.contact-section .contact-box .contact-desc a,
.contact-section .contact-box .contact-desc p {
  color: #ffffff !important;
  font-weight: 500;
  font-size: 14px;
}

.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: 2px 10px;
}
@media (max-width: 575px) {
  .gallery-section .gallery-slider .slick-slide {
    padding: 2px 5px;
  }
}
.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;
  background-color: #ffffff;
  border: 2px solid #b4b186 !important;
}
.gallery-section .gallery-slider .gallery-img .expand-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #b4b186;
  position: absolute;
  top: 10px;
  right: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@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 .service-card {
  border-radius: 15px;
  border: 1px solid #081c15 !important;
  background-color: #ffffff;
  overflow: hidden;
}
.our-services-section .service-card .card-img {
  width: 100%;
  height: 176px;
  border-radius: 15px 15px 0 0;
  background-color: #ffffff;
  overflow: hidden;
}
.our-services-section .service-card .card-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px 15px 0 0;
}
.our-services-section .service-card .card-body {
  padding: 15px;
  background-color: #081c15;
  border-radius: 0 0 15px 15px;
}
.our-services-section .service-card .card-body .card-title {
  font-size: 18px;
}
.our-services-section .service-card .card-body .description-text {
  font-size: 14px;
}
.our-services-section .services-slider-view .slick-slide {
  padding: 0 10px;
}
@media (max-width: 575px) {
  .our-services-section .services-slider-view .slick-slide {
    padding: 0 5px;
  }
}
.our-services-section .services-slider-view .service-card .card-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 18px;
  min-height: 44px;
}
.our-services-section .services-slider-view .service-card .description-text {
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 63px;
}

.appointment-section {
  position: relative;
}
.appointment-section .appointment {
  background-color: #ebeae0;
  border-top: 1px solid #b4b186;
  border-bottom: 1px solid #b4b186;
  position: relative;
}
.appointment-section .appointment .appointment-input {
  width: 100%;
  height: 50px;
  padding: 12px 25px;
  background-color: #ffffff;
  border: 1px solid #b4b186;
  border-radius: 15px;
  color: #081c15;
}
.appointment-section .appointment .appointment-input::-moz-placeholder {
  color: #b4b186;
}
.appointment-section .appointment .appointment-input::placeholder {
  color: #b4b186;
}
.appointment-section .appointment .appointment-input:focus {
  box-shadow: none;
  outline: none;
}
.appointment-section .appointment .calendar-icon[dir=rtl] {
  left: 18px !important;
  right: auto !important;
}
.appointment-section .appointment .calendar-icon {
  position: absolute;
  right: 20px;
  top: 12px;
}

.product-section .product-slider .slick-slide {
  padding: 0 10px;
}
.product-section .product-slider .product-card {
  border-radius: 15px;
  border: 1px solid #081c15 !important;
  background-color: #ffffff;
  overflow: hidden;
}
.product-section .product-slider .product-card .product-img {
  width: 100%;
  height: 176px;
  border-radius: 15px 15px 0 0;
  overflow: hidden;
}
.product-section .product-slider .product-card .product-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-section .product-slider .product-card .product-desc {
  padding: 15px;
  background-color: #081c15;
  border-radius: 0 0 15px 15px;
}
.product-section .product-slider .product-card .product-desc .product-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 44px;
  font-size: 18px;
}
.product-section .product-slider .product-card .product-desc .product-amount {
  font-size: 22px;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.25;
  color: #b4b186;
}

.testimonial-section {
  position: relative;
}
.testimonial-section .testimonial-slider .slick-slide {
  padding: 0 10px;
}
.testimonial-section .testimonial-slider .testimonial-card {
  position: relative;
  margin: 0 auto;
  padding: 25px;
  background-color: #ebeae0;
  border: 1px solid #b4b186;
  border-radius: 15px;
}
.testimonial-section .testimonial-slider .testimonial-card .quto-left {
  left: 10px;
  top: 10px;
}
.testimonial-section .testimonial-slider .testimonial-card .quto-right {
  right: 10px;
  bottom: 10px;
}
.testimonial-section .testimonial-slider .testimonial-card h3 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 18px;
}
.testimonial-section .testimonial-slider .testimonial-card .testimonial-profile-img {
  width: 50px;
  height: 50px;
  min-width: 50px;
  border-radius: 50%;
  border: 2px solid #081c15;
  overflow: hidden;
}
@media (max-width: 575px) {
  .testimonial-section .testimonial-slider .testimonial-card .testimonial-profile-img {
    width: 40px;
    height: 40px;
    min-width: 40px;
  }
}
.testimonial-section .testimonial-slider .testimonial-card .card-body .desc {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 96px;
  font-size: 16px;
}

.blog-section {
  position: relative;
}
.blog-section .blog-slider {
  position: relative;
}
.blog-section .blog-slider .slick-slide {
  padding: 2px 10px;
}
.blog-section .blog-slider .blog-card {
  margin: 0 auto;
  border-radius: 15px;
  border: 1px solid #081c15 !important;
  overflow: hidden;
  overflow: hidden;
}
.blog-section .blog-slider .blog-card .card-img {
  width: 100%;
  height: 280px;
  border-radius: 15px 15px 0 0;
  overflow: hidden;
}
@media (max-width: 575px) {
  .blog-section .blog-slider .blog-card .card-img {
    min-width: 100%;
    max-width: 100%;
  }
}
.blog-section .blog-slider .blog-card .card-body {
  padding: 15px;
  border-radius: 0 0 15px 15px;
  overflow: hidden;
  background-color: #081c15;
}
.blog-section .blog-slider .blog-card .card-body .blog-desc {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 39px;
  font-size: 16px;
  line-height: 1.2;
}
.blog-section .blog-slider .blog-card .card-body .blog-head {
  line-height: 1.2 !important;
  display: -webkit-box;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 20px;
  min-height: 48px;
}
.blog-section .blog-slider .slick-arrow {
  position: absolute;
  z-index: 2;
  top: -45px;
  left: auto;
  opacity: 1 !important;
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #081c15;
  color: #ffffff;
  border: none !important;
}
@media (max-width: 575px) {
  .blog-section .blog-slider .slick-arrow {
    display: none;
  }
}
.blog-section .blog-slider .next-arrow {
  right: 10px;
}
.blog-section .blog-slider .prev-arrow {
  right: 70px;
}

.business-hour-section {
  position: relative;
}
.business-hour-section .business-hour-card .business-hour {
  padding: 10px;
  border-radius: 10px;
  display: flex;
  gap: 10px;
  color: #081c15;
  background-color: #ebeae0;
  border: 1px solid #b4b186;
}
.business-hour-section .business-hour-card .business-hour .time-icons {
  width: 40px;
  height: 40px;
  min-width: 40px;
  border-radius: 50%;
  background-color: #b4b186;
}
.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 .qr-code {
  max-width: 550px;
  width: 100%;
  border-radius: 15px;
  padding: 25px;
  border: 1px solid #081c15;
  background-color: #081c15;
}
.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 #081c15;
  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 {
  position: relative;
  z-index: 2;
  padding: 20px 15px;
  border-radius: 15px;
  background-color: #ebeae0;
  border: 1px solid #b4b186;
}
.contact-us-section .contact-form form .form-control {
  margin-bottom: 15px;
  padding: 13px 15px;
  height: 50px;
  border-radius: 15px;
  background-color: #ffffff;
  border: 1px solid #b4b186;
  color: #081c15;
  font-size: 14px;
}
.contact-us-section .contact-form form .form-control::-moz-placeholder {
  color: #081c15;
}
.contact-us-section .contact-form form .form-control::placeholder {
  color: #081c15;
}
.contact-us-section .contact-form form .form-control:focus {
  outline: none;
  box-shadow: none;
}

.create-vcard-section {
  position: relative;
  z-index: 2;
}
.create-vcard-section .vcard-link-card {
  padding: 15px 20px;
  background-color: #081c15;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}
.create-vcard-section .vcard-link-card .link-text {
  position: relative;
  z-index: 2;
  font-size: 14px !important;
  word-break: break-all;
}

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

.add-contact-btn {
  background-color: #081c15;
  color: #ffffff !important;
  border: none;
  border-radius: 10px !important;
  padding: 14px 28px !important;
  transition: all 0.3s ease-in;
}
.add-contact-btn:hover, .add-contact-btn:focus {
  transform: scale(1.05);
  transition: all 0.3s ease-in;
}
.add-contact-btn i {
  font-size: 20px;
}
.add-contact-btn svg {
  width: 20px;
  height: auto !important;
}

.btn-section .fixed-btn-section .travel-bars-btn {
  background-color: #081c15;
}
.btn-section .fixed-btn-section .sub-btn .travel-sub-btn {
  background-color: #081c15;
}

.map-section {
  border: 1px solid #b4b186;
  border-radius: 15px;
  overflow: hidden;
  background-color: #ebeae0;
}
.map-section .map-location {
  padding: 10px;
}
.map-section .map-location .location-icon {
  background-color: #b4b186;
  border: 1px solid #b4b186;
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
}
.map-section .map-location .location-icon img {
  width: 18px;
}
.map-section iframe {
  border-radius: 0 !important;
  overflow: hidden;
  margin-bottom: -6px;
}

.slick-dots {
  bottom: -35px !important;
  width: 100% !important;
}
.slick-dots li {
  width: 10px !important;
  height: 10px !important;
  margin: 0 5px !important;
}
.slick-dots li.slick-active {
  width: 30px !important;
}
.slick-dots li.slick-active button {
  width: 30px !important;
  border-radius: 10px;
  background-color: #121212 !important;
  opacity: 1 !important;
}
.slick-dots li button {
  width: 10px !important;
  height: 10px !important;
  padding: 0 !important;
  background-color: #121212 !important;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.5 !important;
}
.slick-dots li button::before {
  content: none !important;
}

.slick-arrow {
  position: absolute;
  z-index: 3;
  top: 40%;
  opacity: 1 !important;
  width: 40px;
  min-width: 40px;
  height: 40px;
  background-color: #081c15;
  border: none;
  color: #ffffff;
}
@media (max-width: 575px) {
  .slick-arrow {
    display: none;
  }
}

.next-arrow {
  right: -10px;
}

.prev-arrow {
  left: -10px;
}

.pwa-support {
  width: 100%;
  max-width: 400px;
  height: auto !important;
  position: fixed !important;
  bottom: 20px;
  z-index: 99999 !important;
  background: white;
  padding: 24px;
  border-radius: 20px;
  border: 1px solid #081c15;
  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: #b4b186 !important;
  color: #ffffff !important;
  border-radius: 15px !important;
  padding: 9px 26px !important;
  font-weight: 400 !important;
  font-size: 0.875rem !important;
}

.pwa-cancel-button {
  background-color: #cecece !important;
  color: #000000 !important;
  border-radius: 15px !important;
  padding: 9px 26px !important;
  border: none !important;
  font-weight: 400 !important;
  font-size: 0.875rem !important;
}
.pwa-cancel-button:hover {
  background-color: #d1d5db !important;
  border: none !important;
  color: #000000 !important;
}

.support-banner {
  width: 100%;
  max-width: 606px;
  height: auto !important;
  position: fixed;
  bottom: 20px;
  z-index: 99999 !important;
  background-color: #ffffff;
  border: 1px solid #081c15;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .support-banner {
    max-width: 476px !important;
  }
}
@media (max-width: 575px) {
  .support-banner {
    max-width: 100% !important;
  }
}
.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;
}

.language ul {
  list-style: none;
}
.language ul .lang-list {
  padding: 3px 9px;
  background: #081c15;
  border: none;
  outline: none;
  border-radius: 6px;
  transition: all 0.3s ease;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
}
.language ul .lang-list .lang-head {
  color: #ffffff !important;
}
.language ul .lang-list .lang-head i {
  color: #ffffff !important;
}
.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: #ebeae0 !important;
}
.language ul .lang-list .lang-hover-list li:hover a, .language ul .lang-list .lang-hover-list li.active a {
  color: #b4b186 !important;
}
.language ul .lang-list .lang-hover-list li a {
  color: #081c15 !important;
  text-decoration: none;
  font-size: 14px !important;
}
.language ul .lang-list .lang-hover-list li img {
  height: 14px !important;
  width: 18px !important;
}
.language ul .lang-list:hover .dropdown-menu {
  display: block !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-color: #081c15 !important;
  transition: width 0.3s ease;
}
.instagram-btn.active::before {
  width: 80%;
}
.instagram-btn .svg-post-icon rect,
.instagram-btn .svg-post-icon line {
  stroke: #081c15 !important;
}
.instagram-btn.active .svg-post-icon rect, .instagram-btn.active .svg-post-icon line {
  fill: #081c15 !important;
  stroke: #ffffff !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: #081c15 !important;
}
.instagram-btn .svg-reels-icon path {
  fill: #081c15 !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;
  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;
  border-radius: 15px !important;
  border: 1px solid #b4b186 !important;
  box-shadow: none !important;
}

.vcard-thirtysix.main-content {
  max-width: 670px !important;
  text-align: center !important;
  background-color: #ffffff !important;
  color: #211c29 !important;
  position: relative !important;
  z-index: 1 !important;
}
.vcard-thirtysix .vcard-thirtysix-heading {
  font-weight: 500;
  font-size: 28px;
  color: #b4b186 !important;
}

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

.vcard-one__product .product-card {
  padding: 15px;
  background-color: #081c15;
}

.buy-product {
  padding: 10px 20px;
  background: #b4b186 !important;
  border: 1px solid #b4b186;
  outline: none;
  color: #ffffff !important;
  border-radius: 10px;
  transition: all 0.3s ease;
  font-weight: 500 !important;
}
.buy-product:hover {
  background-color: #ffffff !important;
  color: #b4b186 !important;
}

.back-btn {
  padding: 10px 20px;
  border: 1px solid #b4b186;
  outline: none;
  background-color: #b4b186 !important;
  color: #ffffff !important;
  border-radius: 10px;
  transition: all 0.3s ease;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 500 !important;
}
.back-btn:hover {
  background-color: #ffffff !important;
  color: #b4b186 !important;
}

.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;
  border-radius: 8px !important;
}
.modal .news-modal #newsLatter-content .newsmodal-header .newsmodal-title {
  font-size: 50px;
  text-align: center !important;
  color: #081c15;
}
.modal .news-modal #newsLatter-content .newsmodal-header .btn-close {
  position: absolute !important;
  right: 16px !important;
  top: 16px !important;
  z-index: 1 !important;
}
.modal .news-modal #newsLatter-content .modal-body {
  padding: 1.75rem;
}
.modal .news-modal #newsLatter-content .modal-body .content {
  color: #081c15;
  font-size: 23px;
  font-weight: 500 !important;
}
.modal .news-modal #newsLatter-content .modal-body .modal-desc {
  color: gray;
  font-size: 16px;
  font-weight: 500 !important;
}
.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 #emailSubscription {
  border: 1px solid #686d74 !important;
}
.modal .news-modal #newsLatter-content .modal-body .required:after {
  color: #f62947;
  content: "*";
  font-size: inherit;
  font-weight: 700 !important;
  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;
}
.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: #ffc750 !important;
  color: #121212 !important;
  font-size: 15px;
  border: none;
  border-radius: 8px;
}

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

.wp-btn svg path {
  fill: #ffffff !important;
}

.vcard36-share {
  background-color: #081c15 !important;
  border: none;
  border-radius: 50px;
}
.vcard36-share svg path {
  fill: #ffffff !important;
}

.social-media-section svg path {
  fill: #ffffff !important;
}
.social-media-section .social-icon:hover {
  background-color: #081c15 !important;
}
.social-media-section .social-icon:hover path {
  fill: #ffffff !important;
}

.vcard36-btn-group {
  width: 50px;
  height: 50px;
  min-width: 50px;
  color: #081c15;
  background-color: #081c15;
  border-radius: 50px !important;
}
.vcard36-btn-group svg path {
  fill: #ffffff !important;
}

.time-slot {
  font-size: 14px !important;
  padding: 12px 5px;
  border-radius: 13px !important;
  color: #b4b186 !important;
  background-color: #ffffff !important;
  border: 1px solid #b4b186 !important;
  text-align: center !important;
  margin-top: 15px;
}
.time-slot:hover, .time-slot.activeSlot {
  border: 1px solid #b4b186;
  background-color: #b4b186 !important;
  color: #ffffff !important;
}

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

.input-box h4 {
  margin: 0;
  color: #081c15 !important;
  font-size: 14px !important;
}

.file-list li span {
  color: #6c757d !important;
}

.selected-files .item {
  border: 1px solid #686d74 !important;
  border-radius: 15px !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px;
  background-color: #ffffff !important;
}

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

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

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

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

.product-img-slider {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 0px !important;
  padding-bottom: 30px;
}
.product-img-slider .slick-list {
  padding: 0 !important;
}
.product-img-slider .slick-slide {
  padding: 0 10px !important;
  margin: 0 !important;
  width: 100%;
}
.product-img-slider .product-img-height {
  max-height: 208px;
  aspect-ratio: 2.76;
  border: 1px solid #b4b186;
  border-radius: 10px;
}
.product-img-slider .product-img-height img {
  aspect-ratio: 2.76;
  border-radius: 10px;
}
.product-img-slider .slick-dots {
  bottom: 10px !important;
  width: 100% !important;
}
.product-img-slider .slick-dots li {
  width: 10px !important;
  height: 10px !important;
  margin: 0 5px;
}
.product-img-slider .slick-dots li.slick-active {
  width: 30px !important;
}
.product-img-slider .slick-dots li.slick-active button {
  width: 30px !important;
  border-radius: 10px;
  background-color: #b4b186 !important;
  opacity: 1 !important;
}
.product-img-slider .slick-dots li button {
  width: 10px !important;
  height: 10px !important;
  padding: 0 !important;
  background-color: #ebeae0 !important;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.product-img-slider .slick-dots li button::before {
  content: none !important;
}

.card-margin {
  margin-top: 50px !important;
}

.share-wp-btn-div .share-wp-btn {
  min-width: 40px !important;
}

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

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

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

.sub-btn-div-left[dir=rtl] {
  left: 150px !important;
  right: auto !important;
}

.slick-prev[dir=rtl] {
  left: 30px !important;
  right: auto !important;
}

.slick-next[dir=rtl] {
  left: 80px !important;
  right: auto !important;
}

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

.copy-vcard-clipboard {
  border-radius: 0 !important;
}

.sticky-btn-36 {
  position: relative;
  max-width: 576px;
  width: 100%;
  margin: auto;
}

.lang-button {
  z-index: 99 !important;
}

.product-heading {
  font-size: 24px !important;
  color: #b4b186 !important;
}

.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-color: #b4b186;
  border: 1px solid #b4b186;
  color: #ffffff !important;
  border-radius: 10px;
  transition: 0.3s all ease-in-out;
}
.view-more:hover {
  background-color: #ffffff;
  color: #b4b186 !important;
  border: 1px solid #b4b186;
}

.iframe-slider .slick-slide {
  padding: 0 10px;
}

.iframe-card iframe,
.insta-feed iframe {
  border: 2px solid #081c15 !important;
  border-radius: 15px !important;
  overflow: hidden;
  margin-bottom: 0 !important;
}

.main-content.rtl .lang-hover-list {
  left: 0 !important;
  right: auto !important;
}
.main-content.rtl .main-vector-bg img {
  transform: scaleX(-1);
}
@media (min-width: 576px) {
  .main-content.rtl .text-sm-start {
    text-align: end !important;
  }
}
.main-content.rtl .expand-icon {
  left: 10px;
  right: auto;
}

.map-section {
  position: relative;
  z-index: 2;
}

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

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

.vector-1 {
  left: 6px;
  top: 0;
  width: 40px;
}

.vector-2 {
  right: 5px;
  top: 5px;
}

.vector-3 {
  left: 6px;
  top: 15px;
}

.vector-4 {
  right: 5px;
  top: 5px;
}

.vector-5 {
  left: 6px;
  top: 15px;
}

.vector-6 {
  right: 10px;
  top: 10px;
}

.vector-7 {
  left: 6px;
  top: 15px;
}

.vector-8 {
  right: 10px;
  top: 5px;
}

.vector-9 {
  left: 6px;
  top: 5px;
  width: 45px;
}

.vector-10 {
  right: 5px;
  top: 5px;
}

.vector-11 {
  left: 6px;
  top: 15px;
}

.vector-12 {
  right: 5px;
  top: 20px;
}

.vector-13 {
  left: 5px;
  top: 5px;
}

.vector-14 {
  right: 15px;
  top: 15px;
}

.vector-15 {
  left: 5px;
  top: 5px;
}

.card-back {
  background-color: #ebeae0 !important;
  border: 1px solid #b4b186 !important;
}

.vcard-thirtysix-effect {
  /* ✈️ Planes */
  /* 🪂 Parachutes */
}
.vcard-thirtysix-effect .planes {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.vcard-thirtysix-effect .planes .fly-plane {
  position: absolute;
  opacity: 0;
}
.vcard-thirtysix-effect .planes .fly-plane img {
  width: 100%;
  height: 100%;
}
.vcard-thirtysix-effect .planes .fly-plane:nth-child(odd) {
  animation: flyDiagonalRight 20s linear infinite;
}
.vcard-thirtysix-effect .planes .fly-plane:nth-child(even) {
  animation: flyDiagonalLeft 20s linear infinite;
  transform: scaleX(-1);
}
.vcard-thirtysix-effect .planes .fly-plane:nth-child(3n+1) {
  width: 99px;
  height: 45px;
}
.vcard-thirtysix-effect .planes .fly-plane:nth-child(3n+2) {
  width: 80px;
  height: 40px;
}
.vcard-thirtysix-effect .planes .fly-plane:nth-child(3n+3) {
  width: 60px;
  height: 32px;
}
.vcard-thirtysix-effect .planes .fly-plane:nth-child(1) {
  animation-delay: 0s;
}
.vcard-thirtysix-effect .planes .fly-plane:nth-child(2) {
  animation-delay: 2s;
}
.vcard-thirtysix-effect .planes .fly-plane:nth-child(3) {
  animation-delay: 6s;
}
.vcard-thirtysix-effect .planes .fly-plane:nth-child(4) {
  animation-delay: 8s;
}
.vcard-thirtysix-effect .planes .fly-plane:nth-child(5) {
  animation-delay: 10s;
}
.vcard-thirtysix-effect .planes .fly-plane:nth-child(6) {
  animation-delay: 12s;
}
.vcard-thirtysix-effect .planes .fly-plane:nth-child(7) {
  animation-delay: 14s;
}
@keyframes flyDiagonalRight {
  0% {
    left: -10%;
    bottom: -10%;
    opacity: 0;
  }
  10% {
    opacity: 0.6;
  }
  90% {
    opacity: 0.6;
  }
  100% {
    left: 110%;
    bottom: 110%;
    opacity: 0;
  }
}
@keyframes flyDiagonalLeft {
  0% {
    left: 110%;
    bottom: -10%;
    opacity: 0;
  }
  10% {
    opacity: 0.6;
  }
  90% {
    opacity: 0.6;
  }
  100% {
    left: -10%;
    bottom: 110%;
    opacity: 0;
  }
}
.vcard-thirtysix-effect .parachutes {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.vcard-thirtysix-effect .parachutes .parachute {
  position: absolute;
  background-image: url(/images/parachutes.svg?ca60d1593b4f65b5a4cd6adbcb56acb1);
  background-size: contain;
  background-repeat: no-repeat;
  animation: floatDown 12s linear infinite, sway 2s ease-in-out infinite alternate;
  opacity: 0;
}
.vcard-thirtysix-effect .parachutes .parachute:nth-child(1) {
  left: 10%;
  animation-delay: 0s, 0s;
}
.vcard-thirtysix-effect .parachutes .parachute:nth-child(2) {
  left: 30%;
  animation-delay: 4s, 1s;
}
.vcard-thirtysix-effect .parachutes .parachute:nth-child(3) {
  left: 50%;
  animation-delay: 8s, 2s;
}
.vcard-thirtysix-effect .parachutes .parachute:nth-child(4) {
  left: 70%;
  animation-delay: 12s, 0s;
}
.vcard-thirtysix-effect .parachutes .parachute:nth-child(5) {
  left: 90%;
  animation-delay: 16s, 1s;
}
.vcard-thirtysix-effect .parachutes .parachute:nth-child(3n+1) {
  width: 40px;
  height: 60px;
}
.vcard-thirtysix-effect .parachutes .parachute:nth-child(3n+2) {
  width: 35px;
  height: 50px;
}
.vcard-thirtysix-effect .parachutes .parachute:nth-child(3n+3) {
  width: 30px;
  height: 40px;
}
@keyframes floatDown {
  0% {
    top: -10%;
    opacity: 0;
  }
  10% {
    opacity: 0.6;
  }
  90% {
    opacity: 0.6;
  }
  100% {
    top: 40%;
    opacity: 0;
  }
}
@keyframes sway {
  0% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(10px);
  }
}

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