.header-layout {
  /*  padding: 15px 0;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px; */
}

.header .main-menu a {
  color: #000;
}

.header-layout .menu-area {
  background: #fff;
  padding: 15px 0;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  z-index: 9999;
}

.page_home_page .header-layout .menu-area {
  background-image: linear-gradient(to right, #000000, #920637);
}

.home_page .header-logo img {
  filter: invert(0);
}

.home_page .main-menu a {
  color: #ffff;
}

.header-logo img {
  max-height: 60px;
  object-fit: contain;
  filter: invert(1);
}

.main-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  float: right;
  text-align: end;
}

.menu-wrapper.mobile-sidebar {
  position: fixed;
  left: -100%;
  background: rgba(0, 0, 0, 0.6);
  height: 100vh;
  width: 100%;
  z-index: 99999;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
  -webkit-transition: left ease 1s;
  transition: left ease 1s;
}

.logo {
  max-width: 220px;
}

.visibile-content {
  opacity: 1;
  visibility: visible;
}

.mobile-sidebar.visibile-content {
  left: 0;
}

.mobile-logo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.mobile-menu ul {
  list-style: none;
  padding: 0;
}

.mobile-menu .menu-item {
  padding: 10px 0;
  padding-left: 15px;
}

.header .mobile-menu a {
  color: #000;
}
.hero-title-mob {
  display: none;
}
.mobile-menu a {
  color: #fff;
  display: block;
  position: relative;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
}

.mobileMenuToggle img {
  max-width: 45px;
}

.mobile-sidebar .menu-area {
  padding: 15px;
  background-image: linear-gradient(to top, #000000, #920637);
  height: 100%;
  width: 50%;
  min-width: 250px;
}

.close-menu {
  width: 10%;
}

.close-menu img {
  max-width: 30px;
  cursor: pointer;
}

.mobile-logo a {
  width: 90%;
}

.main-menu ul li {
  list-style-type: none;
  display: inline-block;
  position: relative;
}

.main-menu > ul > li {
  margin-right: 17px;
}

.main-menu a {
  transition: all 0.5s ease-in-out;
  display: block;
  position: relative;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  position: relative;
}

.footer-menu-wrap h5 {
  color: #fff;
  opacity: 0.65;
  font-size: 16px;
}

.footer-layout {
  /* background-image: linear-gradient(to top, #920637, #000000); */
  background: linear-gradient(
    0deg,
    rgba(146, 6, 55, 1) -25%,
    rgba(0, 0, 0, 1) 72%
  );
  color: #fff;
}

.footer-layout a {
  color: #fff;
  display: block;
  text-transform: uppercase;
  text-decoration: none;
}

.footer-menu {
  margin: 0;
  padding: 0;
}

.footer-social {
  display: flex;
  gap: 10px;
}

.footer-menu > li {
  list-style-type: none;
  display: flex;
  gap: 10px;
  margin-bottom: 7px;
}

.footer-menu img,
.footer-social img {
  width: 20px;
}

/* home */
.hero-section {
  position: relative;
  height: 100vh;
}

.hero-title {
  margin-bottom: 30px;
  padding: 0;
}
.hero-content-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  color: var(--white-color);
  background: url(../img/home/bannr.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.hero-content-wrap .style1 {
  font-size: 34px;
}

.content-wrap {
  text-align: start;
  width: 36%;
  position: relative;
  left: 60%;
}

.hero-btn {
  max-width: 175px;
}

.banner-img {
  height: 100%;
  background: url("../img/home/bannr.webp");
  background-repeat: no-repeat;
  /*background-attachment: fixed;*/
  background-position: center;
  background-size: cover;
}

.banner-img img {
  object-fit: cover;
  height: 100%;
}

.copyright-text {
  display: inline-flex;
  color: var(--white-color);
  gap: 5px;
  font-size: 12px;
  /* font-weight: 200; */
  align-items: center;
  flex-wrap: wrap;
}

.copyright-text a {
  font-size: 12px;
  /* font-weight: 200; */
}

.copyright-wrap {
  padding: 50px 0 0;
  /* border-top: 1px solid #7d4d5e; */
  position: relative;
  text-align: end;
}

.copyright-wrap img {
  position: absolute;
  top: -50%;
  width: 10%;
  left: 50%;
  min-width: 50px;
  z-index: 2;
}
/* Override only for desktop */
@media (min-width: 992px) {
  .copyright-wrap img {
    left: 47% !important;
  }
}
.footer-subscribe {
  max-width: 350px;
  border-bottom: 1px solid var(--white-color);
  text-align: left;
}

.footer-subscribe h5 {
  font-size: 16px;
}

.footer-subscribe form {
  justify-content: space-between;
}

.footer-subscribe p {
  font-size: 14px;
  color: #ffffff;
}

.footer-subscribe input {
  font-size: 16px;
  background: transparent !important;
  border: unset;
  color: #fff !important;
  padding-left: 0;
}

.footer-subscribe input::placeholder {
  color: #fff;
  opacity: 0.35;
}

.footer-subscribe input:focus {
  box-shadow: unset;
}

.footer-subscribe button {
  padding-right: 0;
  padding-left: 0;
}

.icon-img img {
  max-width: 58px;
  min-width: 40px;
}

.icon-box {
  display: flex;
  gap: 20px;
  padding: 15px 20px;
  border: 1px solid var(--border-color);
  border-radius: 13px;
  height: 100%;
}

.icon-content h6 {
  font-size: 18px;
  line-height: 28px;
  color: var(--black-color);
}

.icon-box p {
  margin-bottom: 0;
}

.sub-banner {
  position: relative;
  background: url("../img/home/ad 1.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.sub-banner-title {
  font-weight: 500;
  color: var(--black-color);
  text-align: center;
}

.sub-banner-img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.sub-banner-img img {
  object-fit: cover;
  height: 100%;
}

.sub-banner-content {
  padding: 5%;
  /* max-width: 850px; */
  margin: auto;
}

.product-img img {
  border: 1px solid var(--border-color);
  border-radius: 27px;
  margin-bottom: 20px;
  aspect-ratio: 1 / 1.103550295858;
  object-fit: cover;
}

.product-title {
  color: var(--text-color3);
  text-align: center;
  font-size: 18px;
  line-height: 148%;
  margin-bottom: 15px;
}

.product-content {
  padding: 0 10px;
}

.product-card .product-link {
  max-width: 170px;
}
.product-unavailable {
  pointer-events: none;
  cursor: not-allowed;
}
.product-unavailable .btn2 {
  opacity: 0.7;
}
.sub-banner2 {
  position: relative;
  overflow: hidden;
  background: url("../img/home/Ad2.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.sub-banner2-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.sub-banner2-img img {
  object-fit: cover;
  height: 100%;
}

.sub-banner2-content {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 150px 0;
}

.sub-banner2-title {
  color: var(--text-color2);
  font-size: 50px;
  line-height: 120%;
}

.sub-banner2-title span {
  font-size: 60px;
}

.sub-banner2-content .title_sec {
  text-align: start;
  width: 40%;
  position: relative;
  left: 60%;
}

.abt-title {
  color: var(--text-color3);
}

.abt-btn {
  max-width: 175px;
}

.sub-banner3 {
  position: relative;
  min-height: 450px;
  background: url("../img/home/ad 3.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.sub-banner3-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sub-banner3-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: start;
  /* background: url(../img/Home/ad\ 3.webp);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center; */
}

.sub-banner3-content .title_sec {
  color: var(--white-color);
  width: 35%;
}

.blog_sec .title_sec {
  color: var(--text-color3);
}

.blog-cat,
.blog-date {
  font-size: 14px;
  color: var(--black-color);
  font-weight: 400;
  line-height: 171%;
}

.blog-title {
  color: var(--black-color);
  font-size: 18px;
  line-height: 111%;
  text-align: left;
  margin-bottom: 15px;
  font-weight: 500;
}

.blog-content {
  padding: 0 10px;
}

.blog-short-dec {
  font-size: 14px;
  text-align: start;
  line-height: 20px;
}

.blog-detail_sec .blog-img img {
  aspect-ratio: 1 / 0.55456852791878 !important;
}

.breadcrums {
  background-image: linear-gradient(90deg in oklab, #000000, #920637);
  padding: 60px 0;
}

.page_title-wrap {
  display: flex;
  justify-content: center;
}

.page_title {
  color: var(--white-color);
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 10px;
  font-size: 48px;
  line-height: 123%;
}

.blog-detail_sec .container {
  border-bottom: 1px solid #cfcfcf;
}

.related_blogs .blog-img img {
  object-fit: cover;
  border-radius: 30px;
  aspect-ratio: 1 / 0.46641074856046;
}

.related_blogs .blog-content {
  padding: 0 10px;
}

.breadcrums-title.page_title2 a.blog-title {
  font-weight: 500;
  opacity: 1;
}

.page_title2 {
  color: var(--white-color);
  /* font-weight: 500; */
  position: relative;
  font-size: 16px;
  line-height: 171%;
}

.breadcrums-title.page_title2 a {
  font-weight: 300;
  opacity: 0.8;
}

.page_title::after {
  content: "";
  display: block;
  height: 5px;
  width: 33px;
  background: var(--white-color);
  position: absolute;
  right: 10px;
  border-radius: 10px;
}

.image-section {
  object-fit: cover;
}

.abt_sec1 .img1 {
  position: absolute;
  left: 0;
  top: 0px;
  width: 45%;
  max-height: 650px;
}

.abt_sec2 .img2 {
  max-height: 660px;
}

.abt_sec2::before {
  content: "";
  display: block;
  width: 70%;
  position: absolute;
  z-index: -1;
  top: 0;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(146, 6, 55, 1) 200%
  );
}

.about_banner {
  position: relative;
  /* min-height: 300px; */
}

.about_banner img {
  height: 100%;
  object-fit: cover;
  min-height: 200px;
  max-height: 575px;
}

.banner_title {
  text-align: center;
  width: fit-content;
  background: #f8f8f8d6;
  margin: 0;
  padding: 7% 2% 3% 2%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  color: #000;
  font-weight: 500;
}

.banner_title-wrap {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.banner_title1 {
  font-size: 36px;
  line-height: 46px;
}

.banner_title2 {
  font-size: 46px;
  line-height: 56px;
}

.resorce-text-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 10px;
  border-bottom: 1px solid #4e4e4e;
  margin-top: 25px;
}

.resource-text {
  width: 60%;
  color: #000;
}

.resource-btn {
  width: 20%;
  text-align: right;
}

.resource-reference {
  margin-top: 10px;
  width: 100%;
}

.products-header p {
  font-weight: 500;
  color: var(--black-color);
  /*line-height: 35px;*/
}
.products-header p:first-child {
  margin-bottom: 10px;
}

.page_blogs .blog_sec .blog-img img {
  aspect-ratio: 1 / 0.54376163873371;
}

.page_blogs .blog_sec .blog-content {
  padding: 0 15px;
}

.prod-decription {
  padding: 20px 20px 20px 50px;
  position: relative;
  color: #fff;
  font-size: 14px;
}

.prod-decription p {
  color: #fff;
  font-size: 14px;
}

.prod_title-wrap {
  padding: 20px 20px 20px 50px;
}

.prod_title-wrap h6 {
  margin-bottom: 0;
}

.prod-rating {
  margin-bottom: 15px;
}

.prod-decription::after {
  content: "";
  display: block;
  width: 150%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--theme-color);
  z-index: -1;
  border-radius: 33px;
}

.prod-price {
  color: #000;
}

.compare-price {
  text-decoration: line-through;
  font-size: 18px;
}

.main-price {
  font-size: 22px;
  font-weight: 500;
  margin-left: 10px;
}

.prod-buy-btn {
  display: flex;
  justify-content: center;
  padding: 8%;
}

.product-img-wrap .product-img {
  border-radius: 12px;
  /* max-height: 370px; */
  object-fit: cover;
}

.product-img-wrap {
  border-radius: 12px;
  border: 1px solid var(--border-color);
}

.product-wrap {
  margin-bottom: 80px;
}

img.whatsapp-icon {
  width: 60px;
  padding: 4px 16px;
  display: inline;
  border: 3px solid #920737;
  border-radius: 8px;
  margin-right: 10px;
}

.contact-form-wrap img {
  border-radius: 12px;
  aspect-ratio: 1 / 0.97698744769874;
}

.form-floating textarea.form-control {
  min-height: 110px;
}

.newsletter {
  position: relative;
}

.newsletter-img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.newsletter-content {
  /* padding: 50px; */
  max-width: 850px;
  margin: auto;
}

.newsletter-form .form-floating .form-control:focus ~ label::after {
  background-color: transparent !important;
}

.newsletter-form .form-floating > label {
  color: var(--black-color) !important;
  line-height: 154%;
  padding: 1rem 1.25rem;
}

.newsletter-title,
.newsletter-desc {
  color: var(--white-color);
  text-align: center;
}

.newsletter-form .form-floating input {
  background: #ffffffbd;
  border: unset !important;
  padding: 1rem 1.25rem;
}

.newsletter-img img {
  object-fit: cover;
  height: 100%;
}

.newsletter-form-wrap {
  align-items: center;
  gap: 30px;
}

.logo2 {
  max-width: 162px;
}

.contact-details-title {
  color: var(--black-color);
}
.newsletter-form .contact-submit {
  height: 58px;
}
.newsletter-form .contact-submit .btn-content {
  font-size: 20px;
}
.contact-details-wrap .icon-box {
  text-align: center;
  justify-content: center;
}

.contact-details-wrap .icon-box h6 {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 16px;
}

.contact-details-wrap .icon-box a {
  font-weight: 500;
}

.contact-details-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

/* delna style */
.breadcrums-title {
  font-size: 16px;
}

.breadcrums-title a {
  color: #fff;
}

.breadcrums-title a:not(:last-of-type)::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: white;
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: middle;
}

.blog-main-title {
  color: #000000;
  font-size: 30px;
  line-height: 28px;
  text-align: start;
}

.blog-nav img {
  width: 35px;
}

.nav-btn {
  display: flex;
  align-items: center;
  gap: 10px;
}

.nav-btn p {
  color: var(--text-color3);
  font-weight: 500;
}

.page_blogs-details .blog_sec .container {
  border-bottom: 1px solid #cfcfcf;
  padding-bottom: 30px;
}

.footer-content-wrap {
  justify-content: space-between;
}

.footer-logo {
  position: relative;
}

.copyright::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 1px;
  width: 100%;
  background: #ffffff6e;
  z-index: 1;
}

.main-menu a::after,
.main-menu a::after {
  position: absolute;
  bottom: -5px;
  opacity: 0;
  left: 0;
  content: "";
  height: 3px;
  width: 100%;
  display: block;
  background-color: var(--text-color3);
  border-radius: 20px;
  transition: all 0.5s ease-in-out;
}
.main-menu a:hover::after,
.main-menu a.active::after {
  opacity: 1;
}
.mobileMenuToggle img {
  filter: invert(1);
}

.home_page .mobileMenuToggle img {
  filter: invert(0);
}

.home_page .main-menu a:hover::after,
.home_page .main-menu a.active::after {
  background-color: var(--white-color);
}

.header .main-menu a.active {
  color: var(--text-color3);
}

.home_page.header .main-menu a.active {
  color: var(--white-color);
}

.resorce-wrap {
  padding: 0 15px;
}

.sticky-wrapper.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  -webkit-animation: headerSticky 0.95s ease forwards;
  animation: headerSticky 0.95s ease forwards;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.sub-banner2-sub_title {
  color: var(--text-color2);
  font-size: 30px;
  line-height: 120%;
}

.sub-banner-title3 {
  line-height: 142%;
}

.sub-banner3-content .container {
  position: relative;
}

.sub-banner-title3_float {
  position: absolute;
  right: 0;
  width: 30%;
  top: 30%;
  display: flex;
  flex-direction: column;
}

.sub-banner-title3_float span:nth-child(2) {
  margin-left: 20%;
}

.sub-banner-title3_float span:nth-child(3) {
  margin-left: 40%;
}

.blog_sec .blog-img img {
  object-fit: cover;
  border-radius: 30px;
  aspect-ratio: 1 / 0.76706827309237;
}

.resource-reference a {
  color: var(--text-color);
  font-weight: 300;
}

.resources {
  background-color: #fff3f788;
}

.title_sec p {
  /* font-weight: 500; */
}

.latest-blog-img {
  aspect-ratio: 1 / 0.58149779735683 !important;
  border-radius: 15px !important;
}

.resource-btn .btn2 {
  background-color: transparent;
}

.resource-btn .btn2:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.rating-count img {
  max-width: 75px;
}

.rating-count {
  display: flex;
  align-items: center;
  gap: 10px;
}

#loader-container,
#loader-container-subscriber,
#loader-container-contact {
  display: none;
  float: left;
  /* background: rgba(255, 255, 255, 0.8); */
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

#loader,
#loader-subscriber,
#loader-contact {
  border: 6px solid #f3f3f3;
  border-top: 6px solid #901207;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.display-msg.success,
.display-msg-subscriber.success,
.display-msg-contact.success {
  color: green;
}

.display-msg.failed,
.display-msg-subscriber.failed,
.display-msg-contact.failed {
  color: red;
}
.pagination {
  justify-content: center;
}
.pagination .active > .page-link,
.page-link.active {
  border-color: #920637;
  background: #920637;
}
.page-link {
  color: #920637;
}
.page-link:focus {
  color: #920637;
  box-shadow: unset;
  background-color: #92063708;
}
.disabled > .page-link,
.page-link.disabled {
  background-color: #92063708;
  color: #920637;
}
.page-link:hover {
  background-color: #92063708;
  color: #920637;
}
.page-item.active .page-link:hover {
  color: #fff;
}
.main-menu a:hover {
  color: var(--text-color3);
}
.home_page .main-menu a:hover {
  color: #fff;
}

@media (max-width: 767px) {
  .blog_page .blog-card {
    background: #92063708;
    padding: 5px;
    border-radius: 30px;
    margin-bottom: 25px;
  }

  .sub-banner {
    background: url("../img/home/mobile - banner 2.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .hero-section {
    height: 50vh;
  }

  .sub-banner2 {
    background: url("../img/home/mobile - banner 3.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .sub-banner3 {
    background: url("../img/home/mobile - banner 4.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }

  .footer-subscribe {
    max-width: unset;
  }

  .content-wrap {
    text-align: center;
    justify-content: center;
    width: 50%;
    left: 50%;
  }
  .hero-title {
    font-size: 30px;
    line-height: 40px;
  }
  .sub-banner2-content .title_sec {
    width: 50%;
    left: 50%;
  }
  .sub-banner2-title {
    font-size: 22px;
    text-align: center;
  }
  .sub-banner2-title span {
    font-size: 25px;
  }
  .sub-banner3-content .title_sec {
    width: 35%;
  }

  .abt_sec1 .img1 {
    position: unset;
    width: 100%;
  }

  .abt_sec2::before {
    width: 100%;
    height: 50%;
  }

  .banner_title1 {
    font-size: 25px;
    line-height: 30px;
  }

  .banner_title2 {
    font-size: 28px;
    line-height: 30px;
  }

  .resource-btn {
    order: 3;
    margin: 15px 0;
    width: fit-content;
  }

  .resource-text {
    width: 100%;
  }

  .newsletter-form {
    text-align: center;
  }

  .contact-details-wrap .icon-box {
    width: 100%;
  }

  .copyright-wrap img {
    top: 0%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .copyright::after {
    width: 45%;
  }

  .copyright::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    width: 45%;
    background: #ffffff6e;
    z-index: 1;
  }

  .copyright {
    text-align: center;
  }

  .footer-subscribe {
    text-align: center;
  }

  .footer-menu-wrap {
    text-align: center;
  }

  .footer-menu > li {
    justify-content: center;
    flex-direction: column;
  }

  .footer-social {
    justify-content: center;
  }

  .sub-banner2-content {
    /*background: #ffffff4f;*/
  }

  .sub-banner-content {
    /*padding: 50px 20px;*/
    padding: 10% 10% 20%;
  }

  .sub-banner2-content {
    padding: 80px 0;
  }

  .sub-banner2-sub_title {
    font-size: 18px;
  }

  .sub-banner-title3_float {
    /*position: unset;*/
    /*margin-top: 20px;*/
    /*width: 100%;*/
    top: 10%;
    font-size: 26px;
    width: 35%;
  }
  .sub-banner-title3_float span:nth-child(2) {
    margin-left: 15%;
  }
  .sub-banner-title3_float span:nth-child(3) {
    margin-left: 20%;
  }

  .hero-content-wrap .style1 {
    font-size: 32px;
  }
  .product-img-wrap {
    margin: 0px 10%;
  }
  .page_title {
    font-size: 36px;
  }
  .newsletter-form .contact-submit {
    max-width: 100%;
  }
  .prod-decription::after {
    left: -25%;
    border-radius: 0;
  }
  .prod_title-wrap {
    padding: 20px 20px 20px 20px;
  }
  .prod-decription {
    padding: 20px 20px 20px 20px;
  }
  .widget-area.space2 {
    padding-bottom: 35px;
  }
  .abt_sec1.space {
    padding-top: 0;
  }
}

@media (max-width: 576px) {
  .hero-content-wrap {
    background: url("../img/home/mobile - banner 1.webp");
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    align-items: start;
    padding: 5% 5%;
  }
  .hero-title {
    margin-bottom: 15px;
    display: block;
    font-size: 22px;
    line-height: 30px;
  }
  .hero-title-desk {
    display: none;
  }

  .content-wrap {
    width: 100%;
    left: 0;
  }

  .copyright-wrap {
    text-align: center;
  }

  .copyright-wrap {
    margin-left: 0;
    padding: 30px 0 10px;
  }
  .header-logo {
    padding-left: 10px;
  }
  .banner_title1 {
    font-size: 20px;
    line-height: 25px;
  }

  .banner_title2 {
    font-size: 22px;
    line-height: 25px;
  }

  .sub-banner2-content {
    padding: 60px 0;
  }

  .hero-content-wrap .style1 {
    font-size: 25px;
  }

  .products-slider {
    padding: 0 30px;
  }

  .banner_title {
    padding: 9% 4% 5% 4%;
  }
  .sub-banner-title3_float {
    font-size: 22px;
  }
  .sub-banner3 {
    min-height: 350px;
  }
  .sub-banner-title3_float {
    width: 38%;
  }
  .page_title {
    font-size: 30px;
  }
  .prod-decription::after {
    left: -25%;
  }
  .prod_title-wrap {
    padding: 20px 20px 20px 20px;
  }
  .prod-decription {
    padding: 20px 20px 20px 20px;
  }
  .mobileMenuToggle img {
    /*max-width: 45px;*/
  }
  .widget-area.space2 {
    padding-bottom: 35px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hero-section {
    height: 70vh;
  }
  .hero-title {
    font-size: 35px;
    line-height: 45px;
  }

  .abt_sec1 .img1 {
    position: unset;
    width: 100%;
  }

  .abt_sec2::before {
    width: 100%;
    height: 50%;
  }

  .banner_title1 {
    font-size: 28px;
    line-height: 35px;
  }

  .banner_title2 {
    font-size: 34px;
    line-height: 44px;
  }

  .resource-text {
    width: 70%;
  }

  /*.sub-banner-content {*/
  /*    padding: 50px 20px;*/
  /*}*/

  .sub-banner2-title {
    font-size: 35px;
  }

  .sub-banner2-title span {
    font-size: 40px;
  }

  .sub-banner2-content .title_sec {
    width: 50%;
    left: 50%;
  }

  .sub-banner2-content {
    padding: 100px 0;
  }

  .sub-banner2-sub_title {
    font-size: 25px;
  }

  .page_title {
    font-size: 38px;
  }

  .breadcrums {
    padding: 40px 0;
  }

  .page_title::after {
    width: 27px;
  }

  .content-wrap {
    width: 40%;
    left: 60%;
  }

  .hero-content-wrap .style1 {
    font-size: 30px;
  }
  .product-img-wrap {
    margin: 0px 15%;
  }
  .footer-subscribe {
    border: unset;
  }
  .footer-subscribe .sub-input {
    border-bottom: 1px solid var(--white-color);
  }
  /*.prod-decription::after{*/
  /*    left:-25%;*/
  /*}*/
  /*.prod_title-wrap{*/
  /*        padding: 20px 20px 20px 20px;*/
  /*}*/
  /*.prod-decription{*/
  /*    padding: 20px 20px 20px 20px;*/
  /*}*/
  .abt_sec1.space {
    padding-top: 0;
  }
  .product_sec-wrap:nth-child(even) .prod-decription::after {
    left: unset;
    right: 0;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .abt_sec1.space {
    padding-top: 0;
  }
  .hero-section {
    height: 50vh;
  }
  .hero-title {
    font-size: 38px;
    line-height: 48px;
  }
  .hero-content-wrap {
  }
  .resource-text {
    width: 70%;
  }

  .sub-banner2-title {
    font-size: 40px;
  }

  .sub-banner2-title span {
    font-size: 50px;
  }

  .sub-banner2-sub_title {
    font-size: 28px;
  }

  .product_sec-wrap:nth-child(even) .product-img-container {
    padding-left: 50px;
  }

  .product_sec-wrap:nth-child(odd) .product-img-container {
    padding-right: 50px;
  }

  .product_sec-wrap:nth-child(even) .product-img-container {
    order: 2;
  }

  .product_sec-wrap:nth-child(even) .prod-decription::after {
    left: unset;
    right: 0;
  }
}

@media (min-width: 1200px) {
  .sub-banner2-content .title_sec {
    width: 45%;
    left: 55%;
  }

  .product_sec-wrap:nth-child(even) .product-img-container {
    padding-left: 50px;
  }

  .product_sec-wrap:nth-child(odd) .product-img-container {
    padding-right: 50px;
  }

  .product_sec-wrap:nth-child(even) .product-img-container {
    order: 2;
  }

  .product_sec-wrap:nth-child(even) .prod-decription::after {
    left: unset;
    right: 0;
  }
}

@keyframes headerSticky {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes headerSticky {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.prod-decription a {
  color: #ffffff; /* White color */
  font-style: italic; /* Italic text */
}
#subscriber_email_contact_error {
  display: block;
  min-height: 18px; /* Ensures vertical space is reserved */
  font-size: 13px;
  color: red;
  margin-top: 4px;
  white-space: normal;
  word-break: break-word;
}

@media (max-width: 576px) {
  .sub-banner-title3_float {
    margin-top: 70px; /* pushes text down */
    font-size: 22px; /* reduce font size */
    text-align: center; /* optional: center align */
  }

  .sub-banner-title3_float span {
    display: block; /* stack words vertically if needed */
  }
}
@media (max-width: 576px) {
  #subscriber_form {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 1px; /* Small gap between input and button */
    width: 100%;
    margin: auto;
    flex-wrap: wrap;
    justify-content: center;
  }
  #subscriber_form input.form-control {
    text-align: center;
  }
  #subscriber_form .col-auto {
    margin: 0 !important; /* Remove default Bootstrap spacing */
    padding: 0 !important;
  }

  .sub-input {
    flex: 1 1 auto;
    margin: 0;
  }

  #subscriber_form input.form-control {
    width: 100%;
  }

  #subscriber_submit {
    flex-shrink: 0;
    white-space: nowrap;
    padding: 8px 12px;
    font-size: 14px;
  }

  #loader-container {
    display: none;
  }
}

/* thankyou page */

.thankyou-sec {
  position: relative;
  padding-top: 54px;
  padding-bottom: 63px;
}

.thankyou-sec::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(
    105.04deg,
    rgba(146, 6, 55, 0.54) 21.92%,
    #920637 78.08%
  );
  opacity: 0.08;
  z-index: -1;
}

.contact_button {
  background: #920637;
  color: #fff;
  border-radius: 15px;
  padding: 15px 22px;
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 11px;
}

.contact_button img {
  width: 31px;
  height: 31px;
}

.contact_button .btn_title {
  font-weight: 300;
  font-size: 18px;
  line-height: 1.5;
}

.contact_button .btn_title strong {
  font-weight: 500;
}

.thankyou-wrap {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

.klimax_logo {
  max-width: 340px;
  margin-bottom: 28px;
}

.thankyou-wrap .title {
  margin-bottom: 28px;
}

.mutual_moments .title_sec {
  color: #000;
}

.mutual_moments .subheading {
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1.7;
  font-weight: 400;
}

.thankyou_banner {
  max-height: 437px;
  object-fit: cover;
  border-radius: 23px;
  min-height: 200px;
  max-width: 1140px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.thankyou_content {
  padding-top: 52px;
  max-width: 986px;
  margin: auto;
}

.thankyou_content strong {
  font-weight: 600;
}

.thank-you-and-beyond_breadcrums .page_title::after {
  display: inline-block;
  position: unset;
  transform: translate(-43px, 15px);
  margin-left: unset;
  margin-right: -33px;
}

.thankyou_content p {
  color: #4e4e4e;
}

.thankyou-wrap p {
  color: #1e1e1e;
  margin-bottom: 28px;
}

@media (max-width: 991px) {
  .klimax_logo {
    max-width: 300px;
    margin-bottom: 24px;
  }

  .thankyou-wrap p {
    margin-bottom: 24px;
  }

  .thankyou-wrap .title {
    margin-bottom: 24px;
  }
}

@media (max-width: 767px) {
  .klimax_logo {
    max-width: 240px;
    margin-bottom: 20px;
  }

  .thankyou-wrap p {
    margin-bottom: 20px;
  }

  .thankyou-wrap .title {
    margin-bottom: 20px;
  }
  .thankyou-sec {
    padding-top: 44px;
    padding-bottom: 53px;
  }
}

@media (max-width: 576px) {
  .klimax_logo {
    max-width: 220px;
    margin-bottom: 18px;
  }
  .thankyou-sec {
    padding-top: 34px;
    padding-bottom: 43px;
  }

  .thankyou-wrap p {
    margin-bottom: 18px;
  }

  .thankyou-wrap .title {
    margin-bottom: 18px;
  }

  .thank-you-and-beyond_breadcrums .page_title::after {
    transform: translate(-36px, 15px);
    width: 25px;
    margin-right: -25px;
  }
}
