@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

:root {
  --font-outfit: "Outfit", sans-serif;
  --theme4: #e21e23;
  --bs-border-radius-lg: 0.5rem;
  --black: #2d2d2d;
  --theme2: #eafaf1;
  --bs-border-radius-xxl: 2rem;
  --header: #161616;
  --white: #fff;
}

body {
  font-family: var(--font-outfit);
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: var(--font-outfit);
  font-weight: 400 !important;
}

.container-fluid {
  width: 94%;
}

.slick-slide-arrow-1 .slick-arrow {
  border: 1px solid transparent !important;
}

.padding-30 {
  padding: 30px 0 !important;
}

.footer-widget {
  margin-bottom: 0px;
}

.footer-top-area {
  padding-top: 40px;
  padding-bottom: 20px;
}

.section-title {
  font-size: 30px;
}

.ltn__header-4 .ltn__header-middle-area,
.ltn__header-5 .ltn__header-middle-area {
  padding-top: 5px;
  padding-bottom: 5px;
}

.bg-overlay-theme-black-60::before {
  background: rgba(7, 28, 31, 0);
}

.ltn__slide-item-2 .slide-title {
  text-shadow: 2px 3px 4px #000000;
}

.ltn__slide-item-2 .slide-sub-title {
  text-shadow: 2px 3px 4px #000000;
}

.masala-section {
  padding: 60px 0;
}

.masala-title {
  font-size: 28px;
  font-weight: 700;
}

.masala-text {
  font-size: 16px;
  line-height: 1.7;
  color: #333;
}

.read-more {
  font-weight: 700;
  text-decoration: none;
  color: #000;
  font-size: 14px;
  letter-spacing: 1px;
}

.read-more:hover {
  color: #c0392b;
}

.img-box img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  padding: 20px;
}

.ltn__testimonial-item {
  margin-bottom: 0px !important;
}

.feature-section {
  background-color: #fdf6e4;
  /* light cream background */
  padding: 40px 0;
  text-align: center;
}

.feature-section h2 {
  font-size: 30px;
  margin-bottom: 50px;
  color: #333;
}

.feature-box i {
  font-size: 40px;
  color: #333;
  margin-bottom: 20px;
}

.feature-box h5 {
  font-weight: 700;
  margin-bottom: 15px;
}

.feature-box p {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
}

.product_bg {
  background-color: #fdf6e4;
  /* light cream */
}

.product-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  text-align: center;
  padding: 15px;
  transition: transform 0.3s ease;
}

.product-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.product-card img {
  width: 100%;
  border-radius: 8px;
  margin-bottom: 15px;
}

.action-icons {
  display: flex;
  justify-content: center;
  gap: 15px;
  background: #fff;
  padding: 8px 15px;
  border-radius: 30px;
  margin: 0 auto 15px;
  width: fit-content;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}

.action-icons i {
  font-size: 18px;
  color: #333;
  cursor: pointer;
  transition: color 0.3s;
}

.action-icons i:hover {
  color: #d32f2f;
  /* red on hover */
}

.product-title {
  font-size: 16px;
  font-weight: 600 !important;
  margin: 10px 0 5px;
}

.product-price {
  font-size: 15px;
  font-weight: bold;
  color: #d32f2f;
}

.product-price span {
  color: #000;
  font-weight: normal;
}

.sticky-social-icons {
  position: fixed;
  right: 10px;
  top: 55%;
  transform: translate(0px, 0%);
  width: 60px;
  z-index: 1000;
}

.sticky-social li {
  display: block;
}

#whatsapp {
  background: rgb(82, 205, 96);
}

#call {
  background: #03a9f4;
}

.sticky-social li a i {
  font-size: 30px;
}

.sticky-social li a {
  width: 45px;
  height: 45px;
  display: inline-block;
  color: rgb(255, 255, 255);
  text-align: center;
  position: relative;
  left: 0px;
  line-height: 55px;
  margin: 8px 0px;
  border-radius: 100%;
  transition: 0.2s;
}

.btn--shockwave.is-active {
  -webkit-animation: shockwaveJump 1s ease-out infinite;
  animation: shockwaveJump 1s ease-out infinite;
}

.btn--shockwave.is-active:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  -webkit-animation: shockwave 1s .65s ease-out infinite;
  animation: shockwave 1s .65s ease-out infinite;
}

.btn--shockwave.is-active:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  -webkit-animation: shockwave 1s .5s ease-out infinite;
  animation: shockwave 1s .5s ease-out infinite;
}

@-webkit-keyframes shockwaveJump {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  40% {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
  }

  50% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
  }

  55% {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
  }

  60% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes shockwaveJump {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  40% {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
  }

  50% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
  }

  55% {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
  }

  60% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes shockwave {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.15), inset 0 0 1px rgba(0, 0, 0, 0.15);
  }

  95% {
    box-shadow: 0 0 50px transparent, inset 0 0 30px transparent;
  }

  100% {
    -webkit-transform: scale(2.25);
    transform: scale(2.25);
  }
}

@keyframes shockwave {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.15), inset 0 0 1px rgba(0, 0, 0, 0.15);
  }

  95% {
    box-shadow: 0 0 50px transparent, inset 0 0 30px transparent;
  }

  100% {
    -webkit-transform: scale(2.25);
    transform: scale(2.25);
  }
}

.btn--jump.is-active {
  -webkit-animation: .4s jump ease infinite alternate;
  animation: .4s jump ease infinite alternate;
}

@-webkit-keyframes jump {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  }

  100% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  }
}

@keyframes jump {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  }

  100% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  }
}

.theme-btn {
  position: relative;
  z-index: 2;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  gap: 6.8px;
  border: none;
  text-transform: capitalize;
  text-align: center;
  border-radius: 30px;
  background: var(--theme4);
  color: var(--white);
  font-size: 15px;
  font-weight: 600;
  padding: 6px 7px;
  height: 48px;
  line-height: 99%;
}

.theme-btn::before {
  content: "";
  position: absolute;
  height: 110%;
  bottom: 0;
  left: 0;
  width: 0;
  background-color: var(--header);
  z-index: -1;
  transition: all 0.4s ease-out;
  border-radius: inherit;
}

.theme-btn.style3:hover i {
  color: var(--black);
  transform: rotate(40deg);
}

.theme-btn i {
  transition: all 0.4s ease-in-out;
}

.theme-btn:hover::before {
  width: 100%;
}

.theme-btn::before {
  content: "";
  position: absolute;
  height: 110%;
  bottom: 0;
  left: 0;
  width: 0;
  background-color: var(--header);
  z-index: -1;
  transition: all 0.4s ease-out;
  border-radius: inherit;
}

.theme-btn.style3:hover {
  color: var(--white) !important;
  border: 1px solid var(--theme2);
}

.ltn__main-menu>ul>li>a {
  font-family: var(--font-outfit) !important;
  font-size: 16px;
}

.ltn__main-menu>ul>li>a {
  font-size: 16px;
  color: #000000;
}

.before-bg-bottom::before {
  background-color: #f3f3f3 !important;
}

.section-bg-2,
.section-bg-6,
.section-bg-7 {
  background-color: #f3f3f3 !important;
}

.footer-widget .footer-title {
  color: #000;
}

.footer-widget p {
  color: #000;
}

.footer-menu ul li {
  color: #000;
}

.ltn__copyright-design p {
  color: #000;
}

.footer-address-icon i {
  color: #000;
}

.current-year {
  color: #000 !important;
}

.ltn__copyright-menu ul li {
  color: #000 !important;
}

.ltn__social-media li a i {
  color: #000;
}

.footer-address ul li .footer-address-info p {
  margin-bottom: 0px;
  color: #000;
}

.ltn__breadcrumb-area {
  margin-bottom: 0 !important;
  padding-top: 60px;
  padding-bottom: 60px;
}

.ltn__breadcrumb-list ul li {
  color: #fff !important;
}

/* Blog css */

.social-section {
  padding: 60px 0;
}

.social-title {
  color: #e63946;
  font-weight: bold;
  margin-bottom: 40px;
  text-align: center;
}

.social-card {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
  height: 100%;
}

.social-card::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: linear-gradient(360deg, #131212e3, transparent, transparent);
  z-index: 1;
}

.social-card:hover {
  transform: translateY(-5px);
}

.social-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.overlay {
  position: absolute;
  bottom: 0;
  padding: 20px;
  width: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
  color: white;
  z-index: 1111;
}

.overlay .date {
  font-size: 15px;
  opacity: 1;
}

.overlay .title {
  font-weight: 600;
  font-size: 25px;
  line-height: 1.4rem;
}

.social-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: white;
  border-radius: 50%;
  padding: 5px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.social-icon img {
  width: 18px;
  height: 18px;
}

@media screen and (max-width: 1400px) {
  .overlay .title {
    font-size: 19px;
  }

  .overlay .date {
    font-size: 13px;
  }
}

/* End */

@media screen and (min-width:1920px) {
  .ltn__slide-item {
    height: 600px !important;
  }

  .ltn__slide-item-2 {
    min-height: 600px !important;
  }

}

@media screen and (max-width:1680px) {
  .ltn__slide-item {
    height: 600px;
  }
}

@media screen and (max-width:1400px) {
  .ltn__slide-item-6 {
    height: 400px;
  }

  .ltn__slide-item {
    height: 400px;
  }
}

@media (max-width: 767.98px) {
  .masala-title {
    padding: 0 15px;
  }

  .masala-text {
    padding: 15px;
  }

  .read-more {
    padding: 0 15px;
  }

}