* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
body {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
}
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}
.mainbanner_in h1.sz {
    font-size: 107px;
}
.mob-section, .shop-banner-con{
  display: none;
}
h1.banner-title {
    padding-right: 20px;
}
.prodimg {
    min-height: 328px;
}
.topheader {
  background: #e50404;
  padding: 13px 0;
}
.topheader_in {
  color: #fff;
  text-align: right;
}
.topheader_in p {
  font-size: 16px;
  color: #fff;
  margin-right: 22px;
}
header {
  font-family: "PT Sans", sans-serif;
}
.topheader_in ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 14px;
}
.topheader_in ul li:last-child {
  margin: 0;
}

.cnt-holder {
  display: flex;
  flex-direction: column;
}
.topheader_in ul li a {
  color: #fff;
  text-decoration: none;
}
.topheader_in {
  display: flex;
  justify-content: flex-end;
}
.headerinner {
  display: flex;
  align-items: center;
  position: relative;
  margin-top: 0;
}
.headerleft {
  width: 25%;
}
.headerright {
  width: 75%;
}
.logocontainer img {
  width: 100%;
  max-width: 220px;
}
.menuholder ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 50px;
}
.headerright {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.menuholder ul li a {
  color: #000;
  text-decoration: none;
  font-size: 15px;
}
a.contactdet {
  background: #e50404;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 23px;
  padding: 3px 15px;
  display: inline-block;
  margin-top: 3px;
  border-radius: 20px;
}
.contactdetails {
  text-align: center;
}
.contactdetails p {
  font-size: 21px;
  text-align: left;
  margin-left: 10px;
  font-weight: bold;
}
.menuholder ul li a.active {
  font-weight: bold;
}
.menuholder {
  /* position: relative; */
  top: 9px;
  width: 60%;
  padding-left: 20px;
  padding-right: 24px;
}
.mainheader {
  padding: 8px 0;
}
.section-subscribe {
  background-color: red;
  padding: 60px 0;
}

.subscribe-title {
  font-size: 34px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  color: white;
}
.subscribe-title span {
  font-size: 28px;
  color: white;
}

.subscribe-caption {
  font-size: 18px;
  font-weight: 400;
  color: white;
  width: 90%;
  margin: 10px 0 30px 0;
}

.subscribe-form {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
  border-radius: 30px;
  border: none;
  height: 45px;
  width: 100%;
  background-color: white;
}

.email-input:focus-visible {
  outline: none;
}

.email-input {
  border-radius: 30px;
  border: none;
  width: 100%;
  padding-left: 15px;
}

.subscribe-form input {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
}

.submit-button {
  border-radius: 30px;
  background-color: #ff8814;
  padding: 0 15px;
  border: none;
  position: relative;
  left: 0;
}

.submit-button[value="subscribe"] {
  text-transform: uppercase;
  color: white;
  font-size: 16px;
  font-weight: 700;
}
.subscribe-iiner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 40px;
}
.footer {
  background-color: black;
}
.footer-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.footer-main-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.footer-logo-wrapper {
  margin-bottom: 25px;
  display: flex;
  justify-content: center;
}

.footer-caption {
  color: white;
  font-family: "PT Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}

.footer-caption {
  margin-bottom: 25px;
}

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

.footer-social-link i {
  color: white;
  font-size: 18px;
}

.footer-main-middle {
  width: 100%;
}

.footer-icons-wrapper {
  width: 70%;
  margin: 0 auto;
}

.footer-icons-wrapper img {
  width: 100%;
  object-fit: contain;
  margin-bottom: 20px;
}

.footer-main-right {
  display: flex;
  flex-direction: column;
}

.footer-nav-container,
.footer-contact-container {
  margin-bottom: 20px;
}

.footer-nav,
.footer-contact {
  display: flex;
  list-style: none;
}

.footer-nav {
  flex-direction: row;
  justify-content: space-around;
}

.footer-contact {
  flex-direction: column;
  align-items: center;
  gap: 5px;
}

.footer-nav-title,
.footer-contact-title {
  font-family: "PT Sans", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: white;
  margin-bottom: 5px;
  text-align: center;
}

.footer-nav-link,
.footer-contact-item,
.footer-bottom-nav-link,
.footer-legal-item p,
.footer-legal-link {
  color: white;
  font-family: "PT Sans", sans-serif;
}

.footer-nav-link,
.footer-contact-item {
  font-size: 18px;
  font-weight: 400;
}

.footer-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-bottom-nav {
  display: flex;
  flex-direction: row;
  list-style: none;
}

.footer-legal {
  display: flex;
  flex-direction: column;
  align-items: center;
  list-style: none;
  gap: 5px;
}

.footer-bottom-nav-link,
.footer-legal-item p,
.footer-legal-link {
  font-size: 14px;
  font-weight: 400;
}

.footer-bottom-nav-link:hover {
  font-weight: 700;
}

.footer-bottom-nav {
  gap: 70px;
  margin-bottom: 20px;
}
.footer-legal-item p,
.footer-legal-link {
  text-transform: uppercase;
}
.footer-1 ul li a {
  color: #fff;
  font-size: 15px;
  text-decoration: none;
}
.row.footerRow ul li {
  list-style-type: none;
  margin-bottom: 25px;
}
p.email a {
  color: #fff;
  text-decoration: none;
}
p.phone.class a {
  color: #fff;
  text-decoration: none;
}
p.email {
  margin-bottom: 24px;
}
img.footer-logo {
  max-width: 210px;
  width: 100%;
  margin-bottom: 20px;
}
img.img-fluid.footerbrands {
  max-width: 260px;
}
.row.footerRow p.branddet {
  font-size: 12px;
  line-height: 18px;
  padding-right: 80px;
}
section.footer-social {
  margin-top: 20px;
}
section.footer-social ul li {
  list-style-type: none;
}

p.toggle-icon {
  display: none;
}
.cta-button-wrapper a {
  display: flex;
  flex-direction: row;
  text-decoration: none;
}
.cta-text {
  height: 50px;
  padding: 10px 34px;
  background-color: red;
  font-family: "PT Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: white;
  text-decoration: none;
  line-height: 1;
  display: flex;
  align-items: center;
}
.cta-arrow-wrapper {
  padding: 10px 14px;
  background-color: black;
}
p.dist-para {
  color: #171717;
  font-size: 43px;
  font-weight: 600;
  line-height: 46px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.mainbanner_in h1 {
  font-size: 64px;
  font-weight: 900;
  color: #ff0000;
  text-transform: uppercase;
  line-height: 62px;
  margin-bottom: 23px;
}
p.belowhead {
  font-size: 34px;
  line-height: 45px;
  margin-bottom: 11px;
  font-weight: 500;
}
p.bannerpara {
  font-size: 20px;
  margin-bottom: 12px;
  font-weight: 500;
}
.mainbanner_in h1 span.smallhead {
  display: block;
  font-size: 54px;
}
section.mainbanner {
  background-image: url("../jpg/bannerimg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 90px 0;
}
.section-logo {
  background-color: rgba(241, 233, 233, 1);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 30px;
}
.logo-heading {
  font-size: 28px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.logo-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
  gap: 10px;
}
.logo-img-wrapper {
  width: 90px;
}
.logo-img {
  width: 100%;
  object-fit: contain;
}
h2.logo-heading {
  text-align: center;
}
.soln-right h2 {
  font-size: 51px;
  font-weight: 600;
  line-height: 56px;
  margin-bottom: 38px;
}
.soln-right p {
  font-size: 20px;
  color: #000;
  line-height: 30px;
}
.dettxtholder {
  margin-left: 15px;
}
.prodbtnholder a {
  display: flex;
  flex-direction: row;
  text-decoration: none;
}
.prodheading p {
  color: #ff0000;
  font-family: "Playfair Display", serif;
  font-size: 30px;
}
.prodheading {
  text-align: center;
  margin-bottom: 50px;
}
.satisfiedfoX {
  border: 1px solid #000;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  padding: 0 30px;
  margin: 52px 0;
}
.soln-right {
  padding-left: 70px;
}
section.soln-sec {
  padding: 70px 0;
  background: #f1e9e9;
}
.satisfyleft {
  width: 50%;
  display: flex;
  border-right: 1px solid #000;
  padding: 30px 0;
  align-items: center;
}
.dettxtholder p {
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
}
.satisfyright {
  width: 50%;
  display: flex;
  align-items: center;
  padding-left: 30px;
}
.dettxtholder p.staisfiedcst {
  font-size: 14px;
}
.dettxtholder h3 {
  font-size: 33px;
  margin-bottom: 0px;
  line-height: 1;
}
.cnt-holder a.cntbtn {
  background: #e50404;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 45px;
  padding: 5px 20px;
  display: inline-block;
  margin-top: 3px;
  border-radius: 20px;
}
.prodheading h5 {
  font-size: 66px;
  line-height: 1;
  font-weight: 600;
}
.prodsingl {
  text-align: center;
}
.prodimg {
  position: relative;
}
.prodinfo h5 {
  font-size: 40px;
  text-transform: uppercase;
  font-weight: bold;
  color: #ff0000;
  line-height: 1;
}
.prodinfo p {
  font-size: 27px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1;
  margin-top: 14px;
}
.proddetails img.starsimg {
  max-width: 90px;
}
.prodimg img.pckinfo {
  position: absolute;
  z-index: 99;
  right: 67px;
  top: -5px;
  max-width: 100px;
}
.prodbtnholder a {
  display: flex;
  flex-direction: row;
  text-decoration: none;
  justify-content: center;
}
.prodimg {
  position: relative;
  padding: 45px 0;
}
.proddetails {
  text-transform: uppercase;
  margin-bottom: 40px;
}
.proddetails h5 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 8px;
  line-height: 1;
}
.proddetails p {
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 10px;
}
.proddetails h6.pricing {
  font-size: 46px;
  line-height: 1;
  margin-bottom: 12px;
}
span.cutprc {
  font-size: 32px;
  margin-right: 10px;
  text-decoration: line-through;
  font-weight: bold;
}
.prodimg.sctxt {
  padding-bottom: 29px;
}
.proddetails.sctxt h5 {
  font-size: 22px;
}
section.prodsection {
  padding: 40px 0 90px 0;
}
.section-banner {
  margin-top: 70px;
}

.freecount {
  color: #e50404;
  font-weight: bold;
}

.callnow {
  font-size: 21px;
  text-align: left;
  margin-left: 10px;
  font-weight: bold;
}
.banner-left-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: 30px 10px 0 10px;
}

.banner-text-container {
  text-align: center;
}

.banner-subtitle {
  color: red;
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
}

.banner-title {
  font-size: 40px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 10px;
}

.banner-caption {
  font-size: 18px;
  font-weight: 500;
  font-style: italic;
  margin-bottom: 20px;
  position: relative;
  z-index: 3;
  text-shadow: #fff 2px 2px 10px;
}

.banner-right-container {
  display: none;
}

.mobile-cta {
  margin-bottom: 60px;
}
.slider1-container {
  width: 90%;
  margin: 40px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  z-index: 2;
}

.slider1-card-container {
  height: 400px;
  border-radius: 5px;
  overflow: hidden;
  -webkit-box-shadow: 0px 25px 25px -20px #747474;
  -moz-box-shadow: 0px 25px 25px -20px #747474;
  box-shadow: 0px 25px 25px -20px #747474;
}

.slider1-img-container {
  width: 100%;
  height: 100%;
}

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

.slider1-img-container {
  position: relative;
}

.slider1-img-container::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.644);
}

.slider1-card-text-container {
  position: absolute;
  z-index: 1;
  bottom: 35px;
  left: 30px;
  width: 50%;
}

.slider1-card-caption {
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 900;
  margin-bottom: 10px;
}

.play-icon {
  color: red;
}

.swiper1-button-container {
  display: flex;
  gap: 20px;
  width: auto;
}

.slider1-icon {
  color: #838383;
}

.slider1-icon:hover {
  color: red;
}
.slider1-card-container {
  height: 400px;
  border-radius: 5px;
  overflow: hidden;
  -webkit-box-shadow: 0px 25px 25px -20px #747474;
  -moz-box-shadow: 0px 25px 25px -20px #747474;
  box-shadow: 0px 25px 25px -20px #747474;
}
.cta-arrow-wrapper {
  /* padding: 20px; */
  background-color: black;
}

.cta-arrow-wrapper i {
  color: white;
}

.cta-text-button {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.cta-text-button p {
  color: red;
  font-family: "PT Sans", sans-serif;
  font-size: 20px;
  font-weight: 400;
}
.cta-button-wrapper.mobile-cta {
  display: none;
}
.swiper-button-prev,
.swiper-button-next {
  position: static;
  margin-top: 0;
  height: auto;
  width: auto;
}
.slider1-icon {
  color: #838383;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
  display: none;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  display: none;
}
.swiper-button-prev,
.swiper-button-next {
  position: static;
  margin-top: 0;
  height: auto;
  width: auto;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  position: relative;
  display: none;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 100;
}
section.section-banner {
  background: #ebebeb;
  margin: 0 0 40px 0;
  position: relative;
}
.section-faq {
  padding: 40px 30px;
}

.faq-main-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
}

.faq-title {
  font-weight: 600;
  font-size: 42px;
  text-align: center;
}

.faq-content {
  order: 2;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.accordion-button:focus {
  border-color: transparent;
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  color: red;
  background-color: transparent;
}

.accordion-button {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 19px;
}

.accordion-body {
  font-size: 16px;
  font-weight: 400;
}

.faq-img-container {
  display: flex;
  align-items: baseline;
  width: 100%;
}

.faq-img-wrapper {
  display: flex;
  align-items: baseline;
}

.faq-img {
  width: 100%;
  object-fit: contain;
}
.accordion-flush .accordion-item .accordion-button {
  border-radius: 0;
  font-weight: 500 !important;
}
.accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
  transition: all 0.5s;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}
.accordion-button::after {
  transition: all 0.5s;
}
.experience-subtitle {
  font-family: "Playfair Display", serif;
  color: red;
  font-size: 155px;
  font-weight: 400;
  letter-spacing: -5px;
  line-height: 0.9;
}
.experience-title {
  text-transform: lowercase;
  font-size: 56px;
  font-weight: 600;
  line-height: 1;
}
.experience-caption-decoration {
  width: 75px;
  border-bottom: 1px solid black;
}
.experience-caption {
  font-family: "Playfair Display", serif;
  color: red;
  font-size: 23px;
  font-weight: 700;
}
.experience-description {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 50px;
}
.slider2-container {
  width: 100%;
}
.slider2-card {
  width: 100%;
  background-color: red;
  padding: 10px;
}
.slider-video {
  position: relative;
  border: 1px solid black;
}
.slider2-video {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
.play-wrapper {
  position: absolute;
  width: 60px;
  height: 60px;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.67);
  display: flex;
  justify-content: center;
  align-items: center;
}
.play-wrapper .fa-play {
  color: white;
}
.slider2-navigation-container {
  display: flex;
  justify-content: center;
}
.slider2-button-wrapper {
  background-color: white;
  padding: 30px 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slider2-arrow-img {
  display: block;
}
section.section-experience {
  margin-bottom: 80px;
}
.play-wrapper.hide {
  display: none;
}
.section-stories {
  background-image: url("../stories-background.html");
  background-size: cover;
  background-position-x: 30%;
  width: 100%;
  height: 500px;
  padding: 50px 40px;
  position: relative;
  z-index: 0;
}

.section-stories::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.63);
  z-index: -1;
}

.section-stories-heading {
  position: relative;
  height: 200px;
}

.stories-subtitle-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}

.stories-decoration {
  width: 50px;
  border-bottom: 1px solid black;
}

.stories-subtitle {
  color: red;
  font-size: 32px;
  font-weight: 800;
  text-transform: uppercase;
}

.stories-title {
  font-family: "Playfair Display", serif;
  font-size: 52px;
  font-weight: 700;
  line-height: 0.95;
  position: relative;
  text-align: center;
}

.stories-title::before {
  content: "“";
  position: absolute;
  top: -25px;
  left: -35px;
  font-family: "Playfair Display", serif;
  font-size: 100px;
  font-weight: 700;
  color: #ff0000;
  z-index: -1;
}

.stories-title-quote::after {
  content: "“";
  position: absolute;
  bottom: -35px;
  font-family: "Playfair Display", serif;
  font-size: 110px;
  font-weight: 700;
  color: #ff0000;
  z-index: -1;
  transform: rotate(180deg);
}

.slider3-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  gap: 10px;
  margin-top: 40px;
  padding-bottom: 10px;
}

.slider3-card {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.stories-count {
  text-align: right;
  font-family: "Playfair Display", serif;
  font-size: 160px;
  font-weight: 400;
  color: white;
  line-height: 0.5;
}

.stories-img-wrapper {
  width: 100%;
  height: 140px;
  position: relative;
}

.stories-img-wrapper::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 95%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.308);
  z-index: 1;
}

.stories-slider-img {
  width: 95%;
  height: 100%;
  display: block;
  object-fit: cover;
  position: relative;
  z-index: 0;
  box-shadow: 0px 4px 6px 0px #dcdada;
}

.slider3-button-wrapper {
  display: flex;
  justify-content: center;
  gap: 20px;
  background-color: black;
  padding: 20px 25px;
}
.slider3-next {
  display: flex;
  justify-content: flex-start;
}
.slider3-button-text,
.slider3-button-arrow {
  color: white;
}
.slider3-button-text {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 2px;
}
.stories-button-container {
  position: absolute;
  z-index: 2;
  bottom: -90px;
}
section.upffotersec {
  background: #ebebeb;
  padding: 20px 0;
}
.innerupft {
  display: flex;
  align-items: center;
}
.imgholder {
  margin-right: 15px;
}
.upfttext h5 {
  font-size: 17px;
}
.upfttext p {
  font-size: 13px;
  margin-top: 6px;
}
@media only screen and (min-width: 768px) {
  .section-stories {
    padding: 0;
    background-position: left;
    height: 600px;
  }

  .section-stories::before {
    display: none;
  }

  .stories-subtitle-container {
    padding-top: 50px;
  }

  .stories-decoration {
    width: 190px;
  }

  .stories-subtitle {
    font-size: 38px;
  }

  .stories-title {
    font-size: 74px;
    width: 480px;
    margin-left: 50px;
    text-align: left;
  }

  .stories-title::before {
    top: -30px;
    left: -35px;
    font-size: 60px;
  }

  .stories-title-quote::after {
    bottom: -55px;
    margin-left: -20px;
    font-size: 80px;
  }

  .slider3-container {
    margin-left: 0;
    margin-top: 90px;
    width: 80%;
  }

  .slider3-next {
    margin-left: 50px;
  }
  .section-faq {
    padding: 60px 40px;
  }

  .faq-title {
    width: 120%;
    font-size: 54px;
    text-align: left;
  }

  .faq-main-content {
    flex-direction: row;
    align-items: center;
  }

  .faq-img-container {
    order: 2;
  }

  .accordion-button {
    padding-left: 0;
    padding-right: 0;
  }

  .accordion-body {
  }

  .faq-content .cta-button-wrapper {
    justify-content: flex-start;
  }
  .slider1-card-container {
    height: 360px;
    position: relative;
  }
  .slider1-card-container {
    height: 360px;
    position: relative;
  }
  .logo-img-wrapper {
    width: 100px;
  }
  .logo-container {
    justify-content: space-around;
  }
  .logo-heading {
    margin-bottom: 30px;
  }
  .non-mobile-cta {
    display: flex;
    align-items: center;
  }
  .footer-caption-container {
    width: 70%;
    margin: 0 auto;
  }

  .footer-icons-wrapper {
    width: 50%;
  }

  .footer-main-right {
    flex-direction: row;
    gap: 80px;
  }

  .footer-nav-container,
  .footer-contact-container {
    margin-bottom: 30px;
    width: 50%;
  }

  .footer-nav {
    flex-direction: row;
    gap: 35px;
    row-gap: 10px;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .footer-contact {
    align-items: flex-start;
    gap: 10px;
  }

  .footer-nav-title,
  .footer-contact-title {
    margin-bottom: 15px;
    text-align: left;
  }

  .footer-bottom-nav {
    gap: 70px;
    margin-bottom: 30px;
  }

  .footer-legal {
    gap: 20px;
    flex-direction: row;
  }
  .section-subscribe {
    padding: 60px 0;
  }
  .subscribe-title {
    font-size: 45px;
  }
  .subscribe-title span {
    font-size: 38px;
  }
  .subscribe-caption {
    width: 400px;
    height: 100%;
    font-size: 24px;
    margin: 20px 0 50px 0;
  }
  .subscribe-form {
    height: 65px;
  }
  .submit-button {
    padding: 0 35px;
  }
  .subscribe-form input {
    font-size: 18px;
  }
  .submit-button[value="subscribe"] {
    font-size: 22px;
  }
  .experience-content-container {
    padding: 20px 70px 60px 70px;
  }
}
@media only screen and (min-width: 1200px) {
  .section-stories {
    height: 800px;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .stories-subtitle-container {
    padding-top: 100px;
    margin-bottom: 15px;
  }

  .stories-decoration {
    width: 250px;
  }

  .stories-title {
    font-size: 84px;
    margin-left: 90px;
  }

  .stories-title.undeniable {
    width: 600px;
  }

  .stories-title::before {
    top: -40px;
    left: -83px;
    font-size: 188px;
  }

  .stories-title-quote::after {
    bottom: -55px;
    margin-left: 10px;
    font-size: 190px;
  }

  .slider3-container {
    gap: 0;
    width: 660px;
    position: relative;
    bottom: -55px;
  }

  .stories-img-wrapper::before {
    width: 90%;
  }

  .stories-slider-img {
    width: 90%;
  }

  .slider3-navigation-container {
    position: absolute;
    bottom: 15px;
    right: -100px;
    z-index: 1;
  }

  .stories-button-container {
    display: block;
    position: absolute;
    bottom: -25px;
    left: 620px;
  }
  .slider2-navigation-container {
    justify-content: flex-start;
    margin-left: 10px;
  }
  .slider2-video {
    height: 440px;
    width: 100%;
  }
  .slider2-card {
    background-color: transparent;
    padding: 0;
  }
  .slider2-container {
    width: 630px;
    margin-right: 200px;
    margin-top: 275px;
  }
  .section-experience {
    background: linear-gradient(
      to right,
      #ebebeb 0%,
      #ebebeb 50%,
      red 50%,
      red 100%
    );
    /* height: 500px; */
    width: 100%;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }

  .section-experience::before {
    position: absolute;
    left: calc(52%);
    top: 65px;
    content: "experience";
    font-size: 220px;
    font-weight: 600;
    color: white;
  }

  .section-experience.experience::before {
    content: "experience";
  }

  .section-experience.connection::before {
    content: "connection";
  }

  .experience-content-container {
    padding: 140px 0 150px 70px;
    width: 550px;
    background-color: transparent;
  }

  .experience-subtitle {
    font-size: 155px;
    letter-spacing: -5px;
  }

  .experience-title {
    font-size: 67px;
    font-weight: 600;
  }

  .experience-caption-container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
    margin: 5px 0 8px 0;
  }

  .experience-caption-decoration {
    width: 125px;
  }

  .experience-caption {
    font-size: 23px;
  }

  .experience-description {
    margin-bottom: 50px;
    line-height: 1.5;
  }
  .section-faq {
    padding: 90px 150px;
  }

  .faq-title {
    font-size: 67px;
    width: auto;
  }

  .faq-content,
  .faq-img-container {
    width: 50%;
  }

  .faq-content {
    justify-content: space-between;
    gap: 40px;
  }

  .accordion {
    margin-bottom: 20px;
  }

  .faq-img-container {
    width: 615px;
    justify-content: center;
  }
  .slider1-icon {
    font-size: 18px;
  }
  .slider1-container {
    margin: 0 0 0 -100px;
    width: 130%;
  }
  .slider1-card-caption {
    font-size: 25px;
    line-height: 1.2;
  }
  .slider1-card-text-container {
    width: 60%;
  }
  .swiper1-button-container {
    margin-top: 10px;
    position: relative;
    right: 225px;
    gap: 30px;
  }
  .slider1-icon {
    font-size: 18px;
  }
  .section-banner {
    display: flex;
    height: 960px;
  }
  .banner-left-container {
    width: 50%;
    justify-content: flex-start;
    gap: 60px;
  }
  .banner-text-container {
    margin: 100px 0 0 140px;
    text-align: left;
    width: 590px;
  }
  .banner-title {
    margin-left: -2px;
    font-size: 38px;
    height: auto;
    position: relative;
    z-index: 3;
    text-shadow: #fff 2px 2px 10px;
  }
  p.banner-blwtitle {
    font-size: 20px;
    line-height: 31px;
    margin-bottom: 30px;
  }
  .banner-caption {
    width: 100%;
    margin: 0 auto 40px 0;
  }
  .banner-right-container {
    height: 100%;
    width: 50%;
    display: block;
    overflow: hidden;
  }
  .banner-img-container {
    width: 100%;
    height: 100%;
  }
  .banner-img-container img {
    width: 100%;
    height: 960px;
    display: block;
    object-fit: cover;
    object-position: center center;
  }
  .non-mobile-cta {
    justify-content: flex-start;
  }
  .logo-img-wrapper {
    width: 200px;
  }
  .logo-container {
    justify-content: space-between;
    width: 100%;
  }
  .logo-heading {
    margin-bottom: 50px;
  }
  .section-subscribe {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 40px;
    height: 400px;
    padding: 90px 0 110px 0;
  }
  .subscribe-caption {
    margin: 30px 0 0 0;
  }
  .subscribe-form {
    width: 100%;
  }
  .submit-button {
    padding: 0 40px;
  }
  .subscribe-form-container {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    width: 790px;
    height: 100%;
  }
  .footer-main {
    flex-direction: row;
    margin-bottom: 30px;
    align-items: flex-start;
  }

  .footer-logo-wrapper {
    justify-content: flex-start;
  }

  .footer-main-left {
    align-items: flex-start;
    width: 500px;
  }

  .footer-caption-container {
    width: 100%;
    margin: 0 0;
  }

  .footer-caption {
    text-align: left;
  }

  .footer-icons-wrapper {
    width: 260px;
  }

  .footer-nav-title,
  .footer-contact-title {
    margin-bottom: 35px;
    text-align: left;
  }

  .footer-nav,
  .footer-contact {
    gap: 40px;
    flex-direction: column;
  }

  .footer-bottom {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .footer-bottom-nav {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767.5px) {
  .mob-text h1.sz {
    font-size: 58px;
}
  article.swiper-slide.slider1-card-container .cta-text-button {
    display: none;
}
  .experience-caption-container {
    margin: 10px 0 10px 0;
    padding: 0 10px;
  }

  .testimonial-slides .owl-nav {
    display: flex;
    gap: 37px;
    justify-content: center;
  }
  .cta-text-button {
    padding: 0 10px;
    margin-bottom: 20px;
    /*    display: none;*/
  }
  section.swiper.slider1-container.swiper-initialized.swiper-horizontal.swiper-ios.swiper-watch-progress
    .cta-text-button {
    display: none;
  }
  .experience-description {
    padding: 0 10px;
  }
  section.section-experience {
    margin-bottom: 34px;
  }
  .innerupft {
    margin-bottom: 20px;
  }
  .headerright {
    display: none;
  }
  .headerleft {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
  }
  .headerright {
    flex-direction: column;
    gap: 1.5rem;
    position: absolute;
    width: 100vw;
    top: 64px;
    left: -12px;
    background-color: rgb(255, 255, 255);
    display: flex;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
  }
  .menuholder ul li {
    margin-bottom: 30px;
  }
  .menuholder ul {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
  }
  p.toggle-icon {
    display: block;
  }
  .contactdetails {
    width: 100%;
    text-align: left;
    padding-left: 20px;
  }
  .menuholder {
    width: 100%;
  }
  .headerright {
    padding: 30px 0;
    z-index: 99;
  }
  .headerright {
    display: none;
  }
  .headerright.open {
    display: flex;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
  }
  .bodywrapper {
    overflow-x: hidden;
  }
}

.years-box {
  width: 229px;
  background: #ed1c24;
  border-radius: 20px;
  text-align: center;
  color: #fff;
  position: absolute;
  padding: 25px 16px 31px;
  bottom: 50px;
  /* left: 0; */
  text-transform: capitalize;
  right: 426px;
  z-index: -1;
}

.handim {
  position: relative;
  text-align: right;
  z-index: 1;
}

.years-box img {
  width: 44%;
  padding-bottom: 19px;
}

.video-popup-container {
  position: relative;
  text-align: center;
}

#playButton {
  max-width: 100%;
  height: auto;
  display: block;
  margin: auto;
}

.video-popup {
  display: none; /* Initially hidden */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  justify-content: center;
  align-items: center;
}

.popup-content {
  position: relative;
  width: 80%;
  max-width: 800px;
  background: #000;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  color: white;
  font-size: 24px;
  font-weight: bold;
  display: none;
  cursor: pointer;
}

video {
  width: 100%;
  height: auto;
}

@media (max-width: 992px) {
  .menuholder ul li {
    margin-right: 27px;
  }
}
@media(max-width:767px){
  .main-banner-index, .shop-banner{
    display: none;
  }
  .mob-section, .shop-banner-con{
    display: block;
  }
  .mob-banner-bellow .belowhead {
    margin-top: 0;
}

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

.mob-banner {
    position: relative;
}

.mob-text {
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
}

.mob-text p.dist-para {
    margin-top: 22px;
    font-size: 26px;
    font-weight: bold;
}

.mob-text p.dist-para h1 {
    font-size: 44px;
}

.mob-text h1 {
    font-size: 42px;
    text-transform: uppercase;
    font-weight: 900;
    color: #ff0000;
}

.mob-banner .container {
    max-width: 100%;
}

.mob-banner-bellow {
    padding: 30px 0 40px;
}
.shop-banner-img img {
    width: 100%;
}

.shop-banner-img .mainbanner_in {
    margin: 29px 0 59px;
    padding-top: 0;
}
}

@media(max-width:575px){
  .mob-text h1 {
        font-size: 30px;
      }
}