@charset "UTF-8";
/* ===============================
   Desktop (≥1200px) – BASE
   =============================== */
:root {
  --font-inter-tight: "Inter Tight", sans-serif;
  --font-inter: "Inter", sans-serif;
  --th-h-001: 56px;
  --th-h-002: 44px;
  --th-h-003: 36px;
  --th-p-001: 18px;
  --th-p-002: 16px;
  --th-c-001:#c03450;
  --th-c-002:#222222;
  --th-c-003:#ffffff;
  --th-c-004:#dddddd;
}

* {
  font-family: var(--font-inter);
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
p {
  margin: 0;
  padding: 0;
}

.btn {
  font-size: var(--th-p-001);
  font-weight: 500;
  padding: 0.5rem 1rem;
  border: 2px solid var(--th-c-001);
  color: var(--th-c-001);
}
.btn:hover {
  background: var(--th-c-001);
  color: var(--th-c-003);
}

.contact-float {
  position: fixed;
  bottom: 67px;
  right: 7px;
  width: 60px;
  height: 60px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  text-decoration: none;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  animation: floatUpDown 2s ease-in-out infinite;
}

@keyframes floatUpDown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
.page-bread-crum {
  padding-top: 3rem;
  padding-bottom: 3rem;
  margin-bottom: 6rem;
  background-image: url(https://t3.ftcdn.net/jpg/16/98/31/62/360_F_1698316227_8BrB3QAs0gGhQNjMamLrYC0K8n8hfa4t.jpg);
  background-size: 110%;
  background-position: bottom center;
  background-repeat: no-repeat;
  position: relative;
}
.page-bread-crum::after {
  content: "";
  display: block;
  background: rgba(192, 52, 80, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.page-bread-crum .head {
  z-index: 3;
}
.page-bread-crum .head h1 {
  font-size: var(--th-h-001);
  font-weight: 800;
  color: var(--th-c-003);
  font-family: var(--font-inter-tight);
  margin-bottom: 2rem;
}
.page-bread-crum .head p {
  font-size: var(--th-p-001);
  font-weight: 500;
  color: var(--th-c-003);
}

.website-navbar .navbar-brand {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  column-gap: 1rem;
}
.website-navbar .navbar-brand img {
  width: 100px;
}
.website-navbar .navbar-brand .brand-text .name {
  font-size: var(--th-h-003);
  font-weight: 800;
  color: var(--th-c-001);
  font-family: var(--font-inter-tight);
}
.website-navbar .navbar-brand .brand-text .tag {
  font-size: var(--th-p-002);
  font-weight: 400;
  color: var(--th-c-002);
}
.website-navbar .navbar-nav {
  column-gap: 1rem;
}
.website-navbar .navbar-nav .nav-item .nav-link {
  font-size: var(--th-p-002);
  font-weight: 500;
  color: var(--th-c-002);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  column-gap: 0.5rem;
}
.website-navbar .navbar-nav .nav-item .nav-link:hover {
  color: var(--th-c-001);
}
.website-navbar .navbar-nav .nav-item .nav-link:hover i.fa {
  color: var(--th-c-001);
}
.website-navbar .navbar-nav .nav-item .nav-link i.fa {
  font-size: 0.6rem;
}
.website-navbar .navbar-nav .nav-item.dropdown .nav-link::after {
  display: none;
}
.website-navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
  font-size: var(--th-p-002);
  font-weight: 500;
  color: var(--th-c-002);
}
.website-navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:hover {
  color: var(--th-c-003);
  background: var(--th-c-001);
}

.hero-section {
  margin-top: 6rem;
  margin-bottom: 6rem;
}
.hero-section .slider {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  column-gap: 1rem;
}
.hero-section .slider .caption {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  row-gap: 1rem;
  max-width: 50%;
}
.hero-section .slider .caption p {
  font-size: var(--th-p-001);
  font-weight: 500;
}
.hero-section .slider .caption h1 {
  font-size: var(--th-h-001);
  font-weight: 800;
  font-family: var(--font-inter-tight);
}
.hero-section .slider .caption .paginations {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  column-gap: 1rem;
  margin-top: auto;
}
.hero-section .slider .caption .paginations img {
  flex: 1 1 auto !important;
}
.hero-section .slider .banner {
  max-width: 30%;
  margin-left: auto;
  border-radius: 0;
  border: none;
  margin-bottom: 0;
}

.our-collection {
  margin-bottom: 6rem;
}
.our-collection .details {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  column-gap: 2rem;
}
.our-collection .details .info {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  row-gap: 1rem;
  max-width: 80%;
}
.our-collection .details .info p {
  font-size: var(--th-p-001);
  font-weight: 500;
  color: var(--th-c-002);
}
.our-collection .details .info h2 {
  font-size: var(--th-h-001);
  font-weight: 800;
  color: var(--th-c-002);
  font-family: var(--font-inter-tight);
}
.our-collection .details .extra-two {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  row-gap: 1rem;
}
.our-collection .details .box {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  column-gap: 2rem;
}
.our-collection .details .box.full {
  flex-direction: column;
  row-gap: 2rem;
}
.our-collection .details .box.full .card {
  min-width: 100%;
  max-width: 100%;
}
.our-collection .details .box .card {
  padding: 0;
  min-width: calc(50% - 1rem);
  max-width: calc(50% - 1rem);
}
.our-collection .details .box .card img {
  width: 100%;
}
.our-collection .details .box .card::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(192, 52, 80, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.our-collection .details .box .card:hover::before {
  background: #c03450;
}
.our-collection .details .box .card .card-img-overlay {
  padding: 2rem;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  column-gap: 1rem;
  z-index: 10;
}
.our-collection .details .box .card .card-img-overlay .card-text {
  font-size: var(--th-p-001);
  font-weight: 500;
  color: var(--th-c-003);
  margin-bottom: 1rem;
}
.our-collection .details .box .card .card-img-overlay .card-title {
  font-size: var(--th-h-002);
  font-weight: 800;
  color: var(--th-c-003);
}
.our-collection .details .box .card .card-img-overlay .btn {
  margin-top: auto;
  border: 2px solid var(--th-c-003);
  color: var(--th-c-003);
}
.our-collection .details .box .card .card-img-overlay .btn:hover {
  background: var(--th-c-003);
  color: var(--th-c-001);
}

.products-list {
  margin-bottom: 3rem;
}
.products-list .head h2 {
  font-size: var(--th-h-002);
  font-weight: 800;
  color: var(--th-c-001);
  font-family: var(--font-inter-tight);
  margin-bottom: 3rem;
}
.products-list .card {
  border-radius: 0;
  border: none;
  margin-bottom: 0rem;
}
.products-list .card .image-container {
  overflow: hidden;
  border-radius: 15px;
  position: relative;
}
.products-list .card .image-container:hover img {
  transform: scale(1.1);
  transition: 0.2s ease-in all;
}
.products-list .card .image-container:hover::after {
  content: "\f0a9";
  font-family: FontAwesome;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 60px;
  color: var(--th-c-003);
  width: 100%;
  height: 100%;
  background: rgba(192, 52, 80, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.products-list .card .image-container img {
  width: 100%;
  transition: 0.2s ease-out all;
}
.products-list .card .card-body {
  padding: 1rem 0 0 0;
}
.products-list .card .card-body .card-title {
  font-size: var(--th-h-003);
  font-weight: 500;
  color: var(--th-c-002);
  text-align: center;
  margin: 0;
}
.products-list .card .card-body .card-text {
  font-size: var(--th-p-002);
  font-weight: 500;
  color: var(--th-c-002);
}

.p-seprator {
  border-top: 1px solid var(--th-c-004);
  margin-bottom: 3rem;
  display: block;
}

.product-details {
  margin-bottom: 3rem;
}
.product-details .card {
  border-radius: 0;
  border: none;
}
.product-details .card img {
  border-radius: 1rem;
}
.product-details .information {
  padding: 3rem;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
.product-details .information h2 {
  font-size: var(--th-h-002);
  color: var(--th-c-001);
  font-weight: 800;
  font-family: var(--font-inter-tight);
}
.product-details .information .attributes {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  row-gap: 0.5rem;
}
.product-details .information .attributes .label {
  font-weight: 600;
  font-size: var(--th-h-003);
  margin: 0;
}
.product-details .information .attributes .value {
  font-weight: 400;
  font-size: var(--th-p-001);
  margin: 0;
}
.product-details .table {
  margin-top: 3rem;
}
.product-details .table tr th {
  font-weight: 800;
  font-size: var(--th-p-001);
  margin: 0;
  text-transform: uppercase;
  color: var(--th-c-003);
  background: var(--th-c-001);
}
.product-details .table tr td {
  font-weight: 400;
  font-size: var(--th-p-002);
  margin: 0;
  text-transform: uppercase;
}

.product-details-recommend-slider {
  margin-bottom: 6rem;
}
.product-details-recommend-slider h2 {
  font-size: var(--th-h-002);
  color: var(--th-c-002);
  font-weight: 800;
  font-family: var(--font-inter-tight);
  margin-bottom: 3rem;
}
.product-details-recommend-slider .slider-box .swiper .swiper-wrapper .swiper-slide .card {
  border-radius: 0;
  border: none;
}
.product-details-recommend-slider .slider-box .swiper .swiper-wrapper .swiper-slide .card img {
  border-radius: 1rem;
}
.product-details-recommend-slider .slider-box .swiper .swiper-wrapper .swiper-slide .card .card-body .card-title {
  font-size: var(--th-h-003);
  font-weight: 800;
  color: var(--th-c-002);
  text-align: center;
}
.product-details-recommend-slider .slider-box .swiper .swiper-wrapper .swiper-slide .card .card-body .card-text {
  font-size: var(--th-p-002);
  font-weight: 500;
  color: var(--th-c-002);
}
.product-details-recommend-slider .slider-box .swiper-button-next,
.product-details-recommend-slider .slider-box .swiper-button-prev {
  background: var(--th-c-001);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 1rem;
}
.product-details-recommend-slider .slider-box .swiper-button-next::after,
.product-details-recommend-slider .slider-box .swiper-button-prev::after {
  font-size: 26px;
  color: var(--th-c-003);
  font-weight: 600;
}
.product-details-recommend-slider .slider-box .swiper-button-prev {
  left: -10px;
}
.product-details-recommend-slider .slider-box .swiper-button-next {
  right: -10px;
}

.premium-details {
  margin-bottom: 6rem;
}
.premium-details .head p {
  font-size: var(--th-p-001);
  font-weight: 500;
  color: var(--th-c-002);
  margin-bottom: 6rem;
}
.premium-details .head h2 {
  font-size: var(--th-h-001);
  font-weight: 800;
  color: var(--th-c-002);
  font-family: var(--font-inter-tight);
  margin-bottom: 2rem;
}
.premium-details .media {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  column-gap: 1rem;
  margin-bottom: 2rem;
}
.premium-details .media img {
  width: 100px;
  border-radius: 100px;
}
.premium-details .media .media-body .media-text {
  font-size: var(--th-p-002);
  font-weight: 500;
  color: var(--th-c-002);
}
.premium-details .media .media-body .media-title {
  font-size: var(--th-h-003);
  font-weight: 800;
  color: var(--th-c-002);
}

.faq {
  margin-bottom: 6rem;
}
.faq .head h2 {
  font-size: var(--th-h-001);
  font-weight: 800;
  color: var(--th-c-002);
  font-family: var(--font-inter-tight);
  margin-bottom: 6rem;
}
.faq .accordion .accordion-item .accordion-header .accordion-button {
  box-shadow: none;
  font-size: var(--th-p-001);
  color: var(--th-c-002);
  font-weight: 600;
}
.faq .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  background: var(--th-c-001);
  color: var(--th-c-003);
}
.faq .accordion .accordion-item .accordion-body {
  font-size: var(--th-p-001);
  color: var(--th-c-002);
  font-weight: 400;
}

.quick-contact-box {
  margin-bottom: 6rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  column-gap: 2rem;
  padding: 6rem;
  background: linear-gradient(to top right, var(--th-c-001), var(--th-c-002));
  border-radius: 1rem;
}
.quick-contact-box .info h2 {
  font-size: var(--th-h-002);
  font-weight: 800;
  color: var(--th-c-003);
  font-family: var(--font-inter-tight);
  margin-bottom: 1rem;
}
.quick-contact-box .info p {
  font-size: var(--th-p-001);
  font-weight: 300;
  color: var(--th-c-003);
}
.quick-contact-box .action {
  margin-left: auto;
}
.quick-contact-box .action .btn {
  padding: 1rem 2rem;
  border: 2px solid var(--th-c-003);
  color: var(--th-c-003);
}
.quick-contact-box .action .btn:hover {
  background: var(--th-c-003);
  color: var(--th-c-001);
}

.contact-page {
  background: linear-gradient(180deg, #c03450 0, #222222 98.36%);
}

.contactDetailsPopup .modal-content {
  align-items: center;
  background: linear-gradient(180deg, #FFFFFF 0%, #F4F9FF 100%);
  border-radius: 30px;
}
.contactDetailsPopup .modal-content .btn-close {
  text-transform: uppercase;
  font-weight: 700;
  width: unset;
  height: unset;
  background-position: right;
  padding-right: 20px;
  background-size: 12px;
  font-size: 18px;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' stroke-width='6' viewBox='0 0 16 16' fill='%23fff'%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.414'/%3e%3c/svg%3e");
  position: absolute;
  top: -40px;
  right: 40px;
  z-index: 999999999;
  color: #ffffff;
}
.contactDetailsPopup .modal-content .modal-body {
  text-align: center;
  max-width: 80%;
  padding: 50px;
}
.contactDetailsPopup .modal-content .modal-body h5.modal-title {
  color: var(--th-c-001);
  font-weight: 700;
  font-size: 35px;
  line-height: 40px;
  margin-bottom: 10px;
}
.contactDetailsPopup .modal-content .modal-body p.modal-text {
  font-weight: 400;
  font-size: 20px;
  color: var(--th-c-002);
  line-height: 25px;
}
.contactDetailsPopup .modal-content .modal-body .seprater {
  display: block;
  width: 40%;
  margin: 40px auto;
  border-bottom: 2px solid var(--th-c-004);
}
.contactDetailsPopup .modal-content .modal-body .label {
  font-weight: 400;
  font-size: 20px;
  color: var(--th-c-001);
}
.contactDetailsPopup .modal-content .modal-body .value {
  font-weight: 600;
  font-size: 20px;
  color: var(--th-c-002);
  margin-bottom: 20px;
}
.contactDetailsPopup .modal-content .modal-body .whatsapp-contact {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
  padding: 20px;
  background: #ffffff;
  border-radius: 15px;
  max-width: 550px;
  margin: 0 auto;
}
.contactDetailsPopup .modal-content .modal-body .whatsapp-contact img.logo {
  width: 80px;
}
.contactDetailsPopup .modal-content .modal-body .whatsapp-contact img.qr {
  width: 120px;
}
.contactDetailsPopup .modal-content .modal-body .whatsapp-contact p {
  font-weight: 400;
  font-size: 20px;
  color: var(--th-c-002);
  text-align: left;
  line-height: 24px;
  margin: 0;
}
.contactDetailsPopup .modal-content .modal-body .whatsapp-contact p a {
  color: var(--th-c-001);
}

.footer {
  border-top: 1px solid var(--th-c-001);
  padding-top: 6rem;
}
.footer .block {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.footer .block .footer-main-left img {
  width: 100px;
}
.footer .block .footer-main-left .brand-text .name {
  font-size: var(--th-h-003);
  font-weight: 800;
  color: var(--th-c-001);
  font-family: var(--font-inter-tight);
}
.footer .block .footer-main-left .brand-text .tag {
  font-size: var(--th-p-002);
  font-weight: 400;
  color: var(--th-c-002);
}
.footer .block .footer-main-right {
  margin-left: auto;
}
.footer .block .footer-main-right .footer-link-widget-block {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  column-gap: 2rem;
}
.footer .block .footer-main-right .footer-link-widget-block .footer-link-widget .head-text {
  font-size: var(--th-p-001);
  text-decoration: none;
  color: var(--th-c-001);
  font-weight: 600;
  margin-bottom: 2rem;
}
.footer .block .footer-main-right .footer-link-widget-block .footer-link-widget .footer-link-block {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  row-gap: 0.6rem;
}
.footer .block .footer-main-right .footer-link-widget-block .footer-link-widget .footer-link-block .footer-link {
  font-size: var(--th-p-002);
  text-decoration: none;
  color: var(--th-c-002);
  font-weight: 500;
  opacity: 0.6;
}
.footer .footer-copyright {
  padding-top: 2rem;
  padding-bottom: 1rem;
  font-weight: 400;
  font-size: 1rem;
  color: var(--th-c-002);
}
.footer .footer-copyright a {
  color: var(--th-c-001);
  text-decoration: none;
}

/* ===============================
   ≤1199px (lg)
   =============================== */
@media (max-width: 1199.98px) {
  :root {
    --th-h-001: 50px;
    --th-h-002: 40px;
    --th-h-003: 32px;
    --th-p-001: 17px;
    --th-p-002: 15px;
  }
}
/* ===============================
   ≤991px (md)
   =============================== */
@media (max-width: 991.98px) {
  :root {
    --th-h-001: 44px;
    --th-h-002: 36px;
    --th-h-003: 28px;
    --th-p-001: 16px;
    --th-p-002: 14px;
  }
}
/* ===============================
   ≤767px (sm)
   =============================== */
@media (max-width: 767.98px) {
  :root {
    --th-h-001: 36px;
    --th-h-002: 30px;
    --th-h-003: 24px;
    --th-p-001: 15px;
    --th-p-002: 14px;
    --th-h-fw: 600;
  }
}
/* ===============================
   ≤575px (xs)
   =============================== */
@media (max-width: 575.98px) {
  :root {
    --th-h-001: 32px;
    --th-h-002: 26px;
    --th-h-003: 22px;
    --th-p-001: 14px;
    --th-p-002: 13px;
    --th-h-fw: 600;
    --th-p-fw: 400;
  }
}
/*# sourceMappingURL=style.css.map */
