@import url("https://fonts.googleapis.com/css2?family=Averia+Libre:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

/* Maya dasi sant ke obhhee de aasees, vilsee or latoon chhari sumar sumar jagdesh.  */

/***** General CSS *****/

@font-face {
  font-family: "grammond";
  src: url("../fonts/AGaramondPro-Regular.otf");
}

@font-face {
  font-family: "fontspring";
  src: url("../fonts/Fontspring-DEMO-juana-regular.otf");
}

body {
  word-break: break-word;
  font-family: "Montserrat", sans-serif;
  color: #3d3d3dd5;
  overflow-x: hidden;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  position: relative;
}

/***** Headings *****/

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1e1a17;
  font-family: "Averia Libre";
}

h1 {
  font-size: 70px;
  line-height: 70px;
  text-transform: capitalize;
  font-weight: 500;
}

h2 {
  font-size: 50px;
  line-height: 55px;
}

h3 {
  font-size: 30px;
  line-height: 35px;
}

h4 {
  font-size: 24px;
  line-height: 29px;
}

h5 {
  font-size: 20px;
  line-height: 25px;
}

h6 {
  font-size: 18px;
  line-height: 22px;
}

p {
  font-size: 14px;
  line-height: 24px;
}

/***** Gradient Text *****/

/***** Utilities *****/

.padd {
  padding: 100px 0;
  position: relative;
}

.paddTop {
  padding-top: 100px;
}

.paddBottom {
  padding-bottom: 100px;
}

.margTop {
  margin-top: 100px;
}

.margBottom {
  margin-bottom: 100px;
}

.bt {
  display: inline-block;
}

/* Button Base */
.pbtn {
  position: relative;
  padding: 16px 28px;
  border-radius: 45px;
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  line-height: 26px;
  min-width: 180px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  background: linear-gradient(120deg, #e01c4a, #b4163a, #e01c4a);
  background-size: 200% auto;
  box-shadow: 0 0 15px rgba(180, 22, 58, 0.45);
  transition: all 0.4s ease;
  overflow: hidden;
  border: unset;
}

/* Text above animation */
.pbtn span {
  position: relative;
  z-index: 2;
}

/* Shine Effect */
.pbtn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(255, 255, 255, 0.6),
    transparent
  );
  transform: skewX(-25deg);
}

/* Hover Effects */
.pbtn:hover {
  background-position: right center;
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(224, 28, 74, 0.6);
}

/* Shine Animation on Hover */
.pbtn:hover::before {
  animation: shine 0.9s ease;
}

/* Pulse Glow */
.pbtn:hover {
  animation: pulse 1.5s infinite;
}

/* Shine Keyframes */
@keyframes shine {
  0% {
    left: -75%;
  }
  100% {
    left: 125%;
  }
}

/* Glow Pulse */
@keyframes pulse {
  0% {
    box-shadow: 0 0 15px rgba(224, 28, 74, 0.5);
  }
  50% {
    box-shadow: 0 0 28px rgba(224, 28, 74, 0.9);
  }
  100% {
    box-shadow: 0 0 15px rgba(224, 28, 74, 0.5);
  }
}

.maxWidth {
  max-width: 1400px;
}

/* general btn css start  */

a {
  text-decoration: none;
  color: #b2153b;
  white-space: initial;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #b2153b;
}

a:hover {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

img {
  max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

ul {
  margin: 0 0 20px;
  padding: 0;
  list-style-type: none;
}

::-webkit-input-placeholder {
  color: #575757;
}

::-moz-placeholder {
  color: #575757;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #575757;
}

:-moz-placeholder {
  color: #575757;
  opacity: 1;
}

/*header css start */

.menuSec {
  padding: 0px 0;
  border-bottom: 1px solid #00000029;
}

.menuSec img {
  margin: 0;
}

.menuSec ul {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
}

.menuSec ul li {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.menuSec li ul {
  display: none;
}
.menuSec ul li a.active {
  color: #393939;
  position: relative;
}

.menuSec ul li.active a::before {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
  background-color: #d01645;
  margin: auto;
}

.menuSec ul li.active a {
  color: #b2153b;
}

.menuSec ul li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #393939;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 32px 5px;
}

.menuSec ul li:last-child a {
  padding-right: 0px;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}

.menuSec li:hover > ul {
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: #000000;
  left: 0px;
  width: 230px;
  text-align: left;
  top: 38px;
}

.menuSec li > ul > li > a {
  border: none;
  padding: 13px 20px !important;
  color: #fff !important;
  overflow: hidden;
  font-size: 13px;
  line-height: 20px;
}

.menuSec li > ul > li,
.menuSec li > ul > li > a {
  display: block;
  margin: 0;
}

.menuSec li:hover li {
  float: none;
}

.menuSec li ul li a:hover {
  background-color: #ffffff;
  color: #000000 !important;
}

.menuSec ul ul ul {
  left: 100%;
  top: 0;
}

.menuSec li > ul > li:hover > ul {
  left: 230px;
  top: 0px;
  width: 270px;
}

.droopdwon li:hover > ul {
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: #000000;
  left: 0px;
  width: 230px;
  text-align: left;
  top: 40px;
}

.droopdwon {
  float: left;
}

.droopdwon li:hover li a:hover {
  background-color: #ffffff;
  color: #000 !important;
}

/*header css start */

.dropdown-menu {
  position: absolute !important;
  z-index: 1000;
  display: block;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left !important;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

/*banner css start */

.carousel-caption {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  color: #fff;
  text-align: left;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.subheading {
  background: linear-gradient(to bottom, #e01c4a, #b4163a);
  font-family: "Montserrat";
  text-transform: uppercase;
  font-weight: 500;
  font-size: 13px;
  box-shadow: 0px 0px 13px 0px #b4163a59;
}

.pbtn:hover,
.pbtn:focus {
  color: #fff;
}

.header-logo img {
  width: 130px;
}

header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 12;
}

img.banner-bg-img {
  height: 850px;
  object-fit: fill;
}

img.banner-img1 {
  height: 380px;
  object-fit: fill;
}

section.main_slider .row {
  margin-top: 80px;
}

.bt.bt2 a.pbtn {
  color: #020202 !important;
  background: transparent !important;
  border-color: #5d5855 !important;
  box-shadow: unset;
  border: 1px solid #5d5855;
}

.bt.bt2 a.pbtn:hover {
  background: #d51a46 !important;
  color: #fff !important;
  border: transparent !important;
}

/*banner css end*/

/* ========================== About Us ========================== */

section.aboutsec.padd {
  background: linear-gradient(152deg, #fff6ec, transparent);
}

.abtWrap {
  width: 90%;
  margin: 0px auto;
}

img.ab1-img {
  height: 600px;
  object-fit: fill;
  width: 100%;
}

/* ========================== About Us ========================== */

/* ========================== Philosophy ========================== */

section.philosophy-sec {
  background: #fff1e8;
  background: url("../images/philosophy-bg-img.png") no-repeat center / cover;
}

.philo-card {
  background: #fcefe2;
  padding: 24px;
  height: 240px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  transition: 0.3s;
}

h3.author-name {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 45px;
  background: #e31c4b;
  color: #fff;
  font-size: 35px;
}

.philo-card:hover {
  background: #f3ded1;
}

.border-bottom {
  border-bottom: 1px solid #d0c4bb !important;
}

/* ========================== Philosophy ========================== */

/* ========================== Growth Sec ========================== */

.growth-top-txt {
  padding-right: 24px;
}

img.growth-img1 {
  height: 580px;
  object-fit: cover;
}

img.growth-img2 {
  height: 340px;
  object-fit: cover;
}

.growth-botom-txt {
  padding-left: 32px;
}

section.growth {
  background: linear-gradient(to right, #fff3f4, #fff0ed);
}

img.growth-left-img-shape {
  position: absolute;
  left: -1%;
  top: 3%;
  width: 180px;
  height: 980px;
  object-fit: cover;
  object-position: right;
}

section.growth .row {
  margin: 0px auto;
}

/* ========================== Growth Sec ========================== */

/* ========================== Shop ========================== */
section.shop {
  background: linear-gradient(to right, #fff3f4, #fff0ed);
}
.shop-card {
  border: 1px solid #ccc3be;
  padding: 10px;
  transition: 0.2s;
}

img.shop-item-img {
  height: 235px;
  object-fit: cover;
}

.cart-link a i {
  display: flex;
  width: 45px;
  height: 45px;
  background: #e31c4b;
  color: #fff;
  justify-content: center;
  align-items: center;
  border-radius: 55px;
  font-size: 12px;
  transition: 0.2s;
}

.cart-link a i:hover {
  background: #fff;
  border: 1px solid #e31c4b;
  color: #e31c4b;
}

.shop-body i {
  font-size: 10px;
}

.shop-card:hover {
  background: #e31c4b;
}

.shop-card:hover * {
  color: #fff;
}

.shop-card:hover .desp i.fa-star {
  color: #fff !important;
}

.shop-card:hover i.fas.fa-shopping-cart {
  background: #fff;
  color: #e31c4b;
}

.shop-card:hover .shop-header h5.price {
  color: #fff !important;
}

/* ========================== Shop ========================== */

/* ========================== Testimonials ========================== */

section.testi-sec {
  background: linear-gradient(to right, #fff3f4, #fff0ed);
}

.test-btn button {
  border: 0px;
  width: 50px;
  height: 50px;
  border-radius: 45px;
  background: transparent;
  transition: 0.2s;
  border: 1px solid #999;
}

.test-btn button img {
  transition: 0.2s;
}

.test-btn button:hover {
  background: linear-gradient(to bottom, #e01c4a, #b4163a);
  box-shadow: 0px 0px 13px 0px #b4163a59;
  border-color: transparent;
}

.test-btn button:hover img {
  filter: brightness(0) invert(1);
}

img.testi-img1 {
  height: 305px;
  object-fit: cover;
}

.author-message {
  margin-left: 32px;
}
.author-message i {
  font-size: 10px;
  margin: 0 1px;
}

section.testi-sec .heading {
  margin-left: 20px;
  padding-bottom: 16px;
}

img.test-shape-img {
  position: absolute;
  left: 0;
  bottom: 30px;
  width: 170px;
}

/* ========================== Testimonials ========================== */

/* ========================== Work ========================== */

img.work-bg-img {
  object-fit: fill;
}

.wk-card {
  position: relative;
  padding-bottom: 20px;
  min-width: 220px;
}

.wk-card .wk-i {
  width: 115px;
  height: 115px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 85px;
  outline: 6px solid #000;
  transition: 0.3s;
  margin: 0 auto 32px;
  position: relative;
  background: #ffeee5;
}

.wk-card .wk-i img {
  transition: 0.2s;
  width: 35px;
}

.wk-card h5 {
  position: relative;
  background: #fff0df;
  font-family: "fontspring";
}

.wk-card h1 {
  color: #1e1a1714;
  font-size: 200px;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: 0px auto;
  font-family: "grammond";
}

img.work-right-img {
  position: absolute;
  left: 101%;
  top: 4%;
  width: 130px;
  object-fit: fill;
}

img.work-right-bottom-img {
  position: absolute;
  left: 104%;
  bottom: 40%;
  width: 120px;
  object-fit: fill;
}

.ul-wraps {
  margin-top: 40px;
}

.wk-card:hover .wk-i {
  outline: 6px solid #c2183f;
}

.wk-card:hover img.work-right-img {
  filter: brightness(0) saturate(100%) invert(15%) sepia(100%) saturate(4003%)
    hue-rotate(338deg) brightness(79%) contrast(90%);
}

.wk-card:hover img.work-right-bottom-img {
  filter: brightness(0) saturate(100%) invert(15%) sepia(100%) saturate(4003%)
    hue-rotate(338deg) brightness(79%) contrast(90%);
}

.wk-card:hover .wk-i img {
  filter: brightness(0) saturate(100%) invert(15%) sepia(100%) saturate(4003%)
    hue-rotate(338deg) brightness(79%) contrast(90%);
}

.work {
  padding: 60px 0;
}
/* ========================== Work ========================== */

/* ========================== contact ========================== */

.ctc-card {
  background-color: #fff5ef;
  border-radius: 12px;
}

img.contact-bg-img {
  object-fit: fill;
}

.ctc-form input,
.ctc-form textarea {
  color: #000000;
  font-weight: 500;
  font-size: 13px;
  text-transform: uppercase;
  padding: 18px 18px;
  background: transparent;
  border-radius: 12px;
}

.ctc-form textarea {
  resize: unset;
  height: 110px;
  position: relative;
  border: 1px solid #ced4da;
}

.ctc-form textarea::placeholder {
  position: absolute;
  bottom: 20px;
}

/* ========================== contact ========================== */

/* ----------------------------- Footer ------------------------*/

ul.footer-socials li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  width: 45px;
  border-radius: 100px;
  background-color: transparent;
  color: #5b5858;
  border: 1px solid #5b5858;
  transition: 0.2s;
  font-size: 17px;
}

ul.footer-socials li a:hover {
  background-color: #db1b49;
  color: #fff;
  border: transparent;
}

.bottom-footer {
  border-top: 1px solid #d2c5c2;
}

.ft-general {
  padding: 40px 0 40px;
  position: relative;
}

.footerlogo {
  border-right: 1px solid #d2c5c2;
  border-left: 1px solid #d2c5c2;
  margin: 0 10px;
}

.footer-info {
  margin-left: 30px;
}

.footer-info a {
  color: #222;
}

.double-links ul li a {
  color: #222;
  text-transform: uppercase;
}

.double-links {
  gap: 60px;
}

img.footer-logo {
  width: 240px;
}

.ft-general h3 {
  color: #e31c4b;
}

footer .newslatter {
  padding: 100px 0 40px;
}

footer .newslatter input {
  padding: 0px 20px;
  background: transparent;
  height: 60px;
}
.newsField.d-flex.align.justify-content-between {
  gap: 20px;
  align-items: center;
  width: 100%;
}
.form-control:focus {
  background: transparent;
  box-shadow: unset;
  border-color: inherit;
}
.double-links ul li a:hover {
  color: #c71542;
}
/* ----------------------------- Footer ------------------------*/

.testi-pg .author-message {
  margin-left: 20px;
}

.testi-pg img.testi-img1 {
  height: 270px;
}

/* -------------------------------------- Shop Detail ------------------------------- */

img.product-detail-img {
  height: 450px;
  object-fit: cover;
}

.pd-rate ul li a i {
  color: #f39f1e;
}

.number-item li.inc input.input-number {
  border: 1px solid #cdcdcd;
  margin: 0px auto;
  padding: 10px 0px;
  text-align: center;
  width: 110px;
  border-radius: 8px;
}

.number-item li.inc span {
  border: 1px solid #d6d6d6;
  font-weight: 500;
  font-size: 20px;
  transition: 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 26px;
  height: 26px;
  border-radius: 45px;
}

.number-item li.inc span:hover {
  background-color: #e01c4a;
  color: #fff;
  cursor: pointer;
  border-color: transparent !important;
}

.product-disc .nav-tabs .nav-link {
  padding: 18px 40px 16px;
  background-color: #f1f1f1;
  color: #000;
}

.product-disc .nav-tabs .nav-link.active,
.product-disc .nav-tabs .nav-link:hover,
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-item.show .nav-link:hover {
  background-color: #e01c4a;
  color: #fff;
}

.description .tab-content input {
  padding: 14px 12px;
  margin-bottom: 18px;
}

.description .tab-content textarea {
  padding: 14px 12px;
  margin-bottom: 18px;
  resize: unset;
}

.rating:not(:checked) > label {
  cursor: pointer;
  font-size: 40px;
  line-height: 45px;
}

.rating input {
  display: none;
}

.rating label {
  cursor: pointer;
  transition: color 0.2s;
}

.rating label:hover,
.rating label:hover ~ label {
  color: #e01c4a;
}

.rating input:checked ~ label {
  color: #e01c4a;
}

/* -------------------------------------- Shop Detail ------------------------------- */

/* -------------------------------------- Cart ------------------------------- */

table.cart-page-tble {
  width: 100%;
}

.cart-page-tble thead tr {
  height: 60px;
  color: #fff;
  border-radius: 10px;
  background-color: #e01c4a;
  border-bottom: 0px;
}

img.cart-img {
  width: 120px;
  height: 120px;
  object-fit: cover;
}
.cart-page-tble thead tr th {
  padding: 20px 10px 20px;
  font-size: 20px;
  color: #fff;
  border: 0px !important;
  font-family: "Averia Libre";
  text-transform: uppercase;
  font-weight: 400;
}

.cart-page-tble thead tr th:first-child {
  text-align: left;
  padding-left: 40px;
}

.cart-page-tble tbody tr td {
  padding: 14px 0px;
  font-size: 20px;
}

.cart-page-tble tbody tr td i {
  border-radius: 0;
  cursor: pointer;
  font-size: 20px;
  transition: 0.2s;
  width: 50px;
  height: 43px;
  background: #e01c4a;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.pricing-cart-total {
  padding: 0 20px 0 0;
}

.cart-right-total h5 {
  text-transform: uppercase;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-bottom: 1px solid #cdcdcd;
}

.prc-cart-rate a {
  padding: 18px 60px;
  transition: 0.2s;
  display: inline-block;
  background-color: #e01c4a;
}

.card-price {
  background: #f7f7f7;
}

.card-price h4 span {
  float: right;
}

.carss {
  padding: 50px 40px;
  border: 1px solid #eeeeee;
  border-radius: 10px;
  background: #f7f7f7;
}

.paypal {
  position: relative;
}

.paypal span {
  z-index: 12;
  width: 56%;
  margin: 0px auto;
}

.paypal:before {
  position: absolute;
  content: "";
  width: 100%;
  border: 2px solid #c0c0c0;
  height: 100%;
  left: 0;
  right: 0;
  display: table;
  margin: 0px auto;
  top: 14px;
  z-index: -1;
}

.carss p {
  font-size: 15px;
  line-height: 19px;
  font-weight: 500;
  color: #000;
  opacity: 66%;
}

.cart-page-tble tbody tr td i:hover {
  transform: scale(1.1);
}

section.cart-main-sec .subheading {
  background: unset;
  box-shadow: unset;
}

.card-price h4 {
  text-transform: uppercase;
}

/* -------------------------------------- Cart ------------------------------- */

/* -------------------------------------- Checkout ------------------------------- */

.check_menu ul li {
  display: inline-block;
  font-size: 22px;
  font-weight: 700;
  color: rgb(124, 124, 124);
  margin: 0px 14px;
}

.check_menu ul li i {
  font-size: 18px;
}

.cart_sidebar h5 span {
  float: right;
  color: #e01c4a;
}

.cart_sidebar .shipping-ul li input {
  display: none;
}

.cart_sidebar .shipping-ul li label::before {
  content: "";
  appearance: none;
  background-color: transparent;
  border: 1px solid #c4c4c4b8;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px,
    rgba(0, 0, 0, 0.05) 0px -15px 10px -12px inset;
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 13px;
  border-radius: 2px;
}

.cart_sidebar .shipping-ul li input:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 8px;
  width: 6px;
  height: 14px;
  border-style: solid;
  border-color: #e01c4a;
  border-image: initial;
  border-width: 0px 2px 2px 0px;
  transform: rotate(45deg);
}

.billing_form input {
  border: 1px solid #d9d9d9;
  padding: 8px 24px;
  margin: 6px 0 14px;
}

ul.cart_lst h4 span {
  float: right;
}

input.input-number::-webkit-inner-spin-button,
input.input-number::-webkit-outer-spin-button {
  margin: 0px;
  display: none;
}

.cart_sidebar h4 span {
  float: right;
  color: #e01c4a;
}

.cursor-pointer {
  cursor: pointer;
}

.cart_sidebar .radiosss-payments li input {
  display: none;
}

.cart_sidebar .radiosss-payments li label {
  padding-left: 30px;
}

.cart_sidebar .radiosss-payments li label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border: 1px solid #b7b7b7;
  border-radius: 50%;
  background: transparent;
}

.cart_sidebar .radiosss-payments li label:has(input:checked)::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-color: #e01c4a;
  border-radius: 50%;
}

/* -------------------------------------- Checkout ------------------------------- */

img.shop-right-img-shape {
  position: absolute;
  right: 0px;
  top: 110px;
}

/* ================================== */
