* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: clip;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

@font-face {
  font-family: 'gilroybold';
  src: url('../fonts/gilroy-bold-webfont.eot');
  src: url('../fonts/gilroy-bold-webfont.eot?#iefix')
      format('embedded-opentype'),
    url('../fonts/gilroy-bold-webfont.woff2') format('woff2'),
    url('../fonts/gilroy-bold-webfont.woff') format('woff'),
    url('../fonts/gilroy-bold-webfont.ttf') format('truetype'),
    url('../fonts/gilroy-bold-webfont.svg#gilroybold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'gilroylight';
  src: url('../fonts/gilroy-light-webfont.eot');
  src: url('../fonts/gilroy-light-webfont.eot?#iefix')
      format('embedded-opentype'),
    url('../fonts/gilroy-light-webfont.woff2') format('woff2'),
    url('../fonts/gilroy-light-webfont.woff') format('woff'),
    url('../fonts/gilroy-light-webfont.ttf') format('truetype'),
    url('../fonts/gilroy-light-webfont.svg#gilroylight') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'gilroy-regular';
  src: url('../fonts/gilroy-regular-webfont.eot');
  src: url('../fonts/gilroy-regular-webfont.eot?#iefix')
      format('embedded-opentype'),
    url('../fonts/gilroy-regular-webfont.woff2') format('woff2'),
    url('../fonts/gilroy-regular-webfont.woff') format('woff'),
    url('../fonts/gilroy-regular-webfont.ttf') format('truetype'),
    url('../fonts/gilroy-regular-webfont.svg#gilroy-regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'gilroy-semibold';
  src: url('../fonts/gilroy-semibold-webfont.eot');
  src: url('../fonts/gilroy-semibold-webfont.eot?#iefix')
      format('embedded-opentype'),
    url('../fonts/gilroy-semibold-webfont.woff2') format('woff2'),
    url('../fonts/gilroy-semibold-webfont.woff') format('woff'),
    url('../fonts/gilroy-semibold-webfont.ttf') format('truetype'),
    url('../fonts/gilroy-semibold-webfont.svg#gilroy-semibold') format('svg');
  font-weight: normal;
  font-style: normal;
}

body {
  overflow-x: hidden;
  font-family: 'gilroylight';
  background: #fff;
}
p {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 20px;
  color: #000;
  font-family: 'gilroy-semibold';
}
p:last-child {
  margin-bottom: 0 !important;
}

/* section{ height: 100vh; max-height: 100vh;} */

.flex {
  display: flex;
}
.flex-wrap {
  flex-wrap: wrap;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.common-padding {
  padding: 80px 0;
}

.font-bold {
  font-weight: 700 !important;
}

h1 {
  font-size: 60px;
  line-height: 1.125;
  font-weight: 700;
  font-family: 'gilroybold';
}
h2 {
  color: #131313;
  font-family: 'gilroybold';
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.16; /* 116% */
  margin-bottom: 50px;
}

h2 span {
  display: block;
}

a {
  font-size: 16px;
  color: rgba(183, 15, 27, 1);
  line-height: 1;
  text-decoration: none;
}
a:hover,
a:focus,
a:active {
  text-decoration: none;
}

.common-btn {
  display: flex;
  flex-wrap: nowrap;
}
figure {
  margin: 0 !important;
}

ul,
li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/**AUDIO**/
.position-relative {
  position: relative;
}
.z-index1 {
  z-index: 1 !important;
}
.z-index2 {
  z-index: 2 !important;
}
.z-index3 {
  z-index: 3 !important;
}
.z-index11 {
  z-index: 11 !important;
}

.mainOuter {
  min-height: 100vh;
  max-height: inherit;
  overflow: hidden;
}
.common-padding {
  padding: 80px 0 !important;
}
.common-padding.pt-0 {
  padding-top: 0 !important;
}

.container-fluid,
.container {
  z-index: 10;
}
.container {
  max-width: 1320px;
}

/**============================
BANNER
============================**/
.banner {
  position: relative;
  height: calc(100vh);
  overflow: hidden;
}
.banner-caption-bg {
  width: 60vw;
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
}

.banner-caption-bg span {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 33.33%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(
    180deg,
    rgba(5, 55, 122, 0.8) 0%,
    rgba(9, 101, 224, 0.8) 100%
  );
  backdrop-filter: blur(5px);
}
.banner-caption-bg span:nth-of-type(1) {
  left: 0;
}
.banner-caption-bg span:nth-of-type(2) {
  left: 33.33%;
}
.banner-caption-bg span:nth-of-type(3) {
  left: 66.56%;
}
.bg-img {
  height: 100%;
}
.bg-img img.banner-bg {
  max-width: inherit;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bg-img img.banner-img {
  width: 45vw;
  position: absolute;
  right: 0;
  z-index: 11;
  top: 0vw;
  height: 100%;
}

.banner-caption {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10vw;
  z-index: 11;
  max-width: 900px;
  width: 50vw;
  text-align: left;
  max-width: 600px;
}
.banner h1 {
  font-size: 50px;
  font-weight: 400;
  color: #fff;
}
.banner h1 span {
  color: #fed65b;
}

/**COLOR**/
.text-yellow {
  color: #fed65b !important;
}
.text-white {
  color: #fff !important;
}
.text-black {
  color: #131313 !important;
}
.text-red {
  color: #ae1e22 !important;
}

/**===========================
Banner Intro
==========================**/
.banner-intro {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  max-height: 100vh;
  overflow: hidden;
  padding: 80px 0;
}
.banner-intro figure {
  column-gap: 30px;
}
.banner-intro::before {
  content: '';
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.banner-intro .img-box {
  position: relative;
  z-index: 2;
  flex: 0 0 40%;
  display: flex;
  margin-left: 0px;
  margin-top: 0vh;
}
.banner-intro .img-box img {
  max-width: inherit;
  height: auto;
  object-fit: cover;
  position: relative;
  z-index: 2;
  width: 100%;
}
.banner-intro figcaption {
  position: relative;
  z-index: 2;
  max-width: 60%;
  flex: 0 0 60%;
  padding: 0 2vw 0 10vw;
  color: #535353;
  font-size: 24px;
  font-style: normal;
  font-weight: 200;
  line-height: 1.66;
  text-align: left;
  font-family: 'gilroylight';
}
.banner-intro figcaption p {
  font-size: 24px;
  font-style: normal;
  font-weight: 200;
  line-height: 1.66;
  text-align: left;
  font-family: 'gilroylight';
}

/**=========================
video-wrapper-outer
========================**/
.video-wrapper {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
  max-width: 750px;
  z-index: 9;
}
.video-wrapper-outer {
  background: #fbc15b;
  padding: 0;
  position: relative;
  overflow: hidden;
  height: 100vh;
  max-height: 665px;
}

.video-wrapper-outer p {
  color: #ffffff;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 40px;
  max-width: 990px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  font-family: 'gilroy-regular';
}

.video-wrapper-outer video {
  /*mix-blend-mode: Luminosity;*/
  margin: 0px auto 0;
  position: relative;
  z-index: 0;
  background: #fbc15b;
  mix-blend-mode: screen;
  max-width: 100vw;
  object-fit: cover;
  width: 100%;
}

.InternationalDayOfBiodiversity-video {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.InternationalDayOfBiodiversity-video .video-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin-top: 0vw;
  z-index: 1;
}

.InternationalDayOfBiodiversity-video .video-wrapper .overlay {
  content: '';
  position: absolute;
  inset: 0;
  background: #178c47;
  mix-blend-mode: color;
  opacity: 1;
  z-index: 2;
  pointer-events: none;
}

h2:last-child {
  margin-bottom: 0 !important;
}
.left-right-outer ul li {
  position: relative;
  padding: 0 0 30px;
  margin-bottom: 30px;
  z-index: 1;
  border-bottom: 1px solid #cfcfcf;
}
/* .left-right-outer ul li::before{content: ''; background-color: #676767; bottom:0; width: 100%; height: 1px; position: absolute; left: 0;} */
.left-right-outer ul li:last-child {
  margin-bottom: 0 !important;
  border-bottom: none;
}
.left-right-outer ul li:last-child:before {
  display: none;
}

.left-right-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  z-index: 1;
}

.update-date {
  color: #131313;
  font-family: 'gilroybold';
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25;
  margin-bottom: 20px;
  display: inline-flex;
  position: relative;
}
.update-date::before {
  content: '';
  position: absolute;
  left: calc(100% + 5px);
  top: calc(50% - 4px);
  width: 80px;
  height: 8px;
  background-image: url(../images/arrow-yellow.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.left-right-outer ul li p {
  color: #131313;
  font-family: 'gilroy-semibold';
  font-size: 20px;
  font-weight: 400;
  line-height: 1.25;
}
.left-right-outer img {
  max-width: inherit;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.left-right-outer .right-img {
  flex: 0 0 50%;
  max-width: 50%;
}
.left-right-outer .right-img img {
  max-width: 40vw;
}
.left-right-outer .left-content {
  flex: 0 0 50%;
  max-width: 50%;
}

.left-content-right-img .left-content {
  padding-right: 12vw;
  padding-left: 40px;
}
.left-content-right-img .right-img {
  padding-left: 12vw;
  padding-right: 40px;
}
.left-content-left-img .left-content {
  padding-right: 40px;
  padding-left: 12vw;
}
.left-content-left-img .right-img {
  padding-left: 40px;
  padding-right: 12vw;
}

.section-title {
  max-width: 80%;
  margin: 0 auto;
}
.text-uppercase {
  text-transform: uppercase !important;
}

.swiper {
  width: 100%;
  max-width: 100%;
  margin: auto;
}

.mySwiper {
  padding-left: 10vw;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.brandnewbeginning {
  background: #61be23;
  padding: 0px 0;
  position: relative;
  height: 100vh;
  max-height: 80vh;
}
.brandnewbeginning .img-box {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}
.brandnewbeginning .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.brandnewbeginning .left-right-row * {
  color: #fff;
}
.brandnewbeginning .left-right-row {
  align-items: center;
  height: 100%;
}
.brandnewbeginning .section-title {
  max-width: 760px;
}
.brandnewbeginning .swiper {
  margin-bottom: 0;
}

.left-content-left-img .right-img {
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 40px;
  padding-right: 10vw;
}
.left-content-left-img .left-content {
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 40px;
  padding-left: 10vw;
}

.left-content-right-img .right-img {
  padding-left: 10vw;
  padding-right: 40px;
  flex: 0 0 50%;
  max-width: 50%;
}
.left-content-right-img .left-content {
  padding-right: 10vw;
  padding-left: 40px;
  flex: 0 0 50%;
  max-width: 50%;
}

/**==========================
ANIMATION
=========================**/
.fade-up {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.fade-up.show {
  opacity: 1;
  transform: translateY(0);
}

.slide-in {
  opacity: 0;
  transition: transform 0.6s ease-out, opacity 0.6s ease-out;
  will-change: transform, opacity;
}

.slide-in.left {
  transform: translateX(-50px);
}

.slide-in.right {
  transform: translateX(50px);
}

.slide-in.show {
  opacity: 1;
  transform: translateX(0);
}

/**====================
Madura Fashion & Lifestyles and Pantaloons merge to form ABFRL
====================**/
.fullbg-outer {
  height: 100vh;
  max-height: 80vh;
  overflow: hidden;
  position: relative;
}
.fullbg-outer .img-box {
  height: 100%;
}
.fullbg-outer .img-box img {
  max-width: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fullbg-outer .fullbg-in {
  position: absolute;
  bottom: 0px;
  left: 0vw;
  top: 0;
  right: 0;
}
.fullbg-outer .fullbg-in::before {
  content: '';
  position: absolute;
  bottom: -15vw;
  left: 0;
  border-radius: 60%;
  background: rgba(0, 0, 0, 0.7);
  filter: blur(122px);
  height: 30vw;
  width: 30vw;
  z-index: 2;
}
.fullbg-outer .fullbg-in-in {
  position: ABSOLUTE;
  top: 50%;
  right: 10vw;
  z-index: 9;
  max-width: 480px;
  transform: translateY(-50%);
}
.fullbg-outer .fullbg-in-in * {
  color: #fff;
}

.caption-with-video {
  height: 100vh;
  background-color: #000;
}
.caption-with-video-in {
  position: absolute;
}

.desktop-banner {
  display: block;
}
.mobile-banner {
  display: none;
}

.special-content {
  position: absolute;
  right: 60px;
  bottom: 60px;
  max-width: 300px;
  color: #fff;
  padding-right: 20px;
  font-size: 16px;
  line-height: 1.25;
  text-align: right;
}
.special-content::before {
  content: '';
  position: absolute;
  left: 0px;
  top: 5px;
  background: url(../images/special-line.png) no-repeat;
  background-size: cover;
  background-position: right center;
  height: 100px;
  width: 100%;
}

.left-right-row .img-box {
  position: relative;
  overflow: hidden;
}
.left-right-row .img-box::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 730px;
  background: rgba(0, 0, 0, 0.7);
  filter: blur(122px);
  height: 40%;
  width: 50%;
  z-index: 0;
}

/**====================
====================**/
.brands-logo-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  width: calc(100% + 30px);
  margin: 0 0px;
}
.brands-logo-list li {
  display: flex;
  justify-content: center;
  align-items: center;
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.brands-logo-list.brands-logo-list-two li {
  flex: 0 0 50%;
  max-width: calc(50% - 30px);
}
.brands-logo-list.brands-logo-list-three li {
  flex: 0 0 33.33%;
  max-width: calc(33.33% - 30px);
}

.brands-logo-list li .brands-logo-in {
  background: #fff;
  box-shadow: 0 0 12px 15px rgba(0, 0, 0, 0.05);
  width: 100%;
  overflow: hidden;
  text-align: center;
  height: 150px;
  display: flex;
  align-items: CENTER;
  justify-content: CENTER;
}
.brands-logo-list li .brands-logo-in img {
  max-width: max-content;
  height: auto;
  padding: 20px;
  object-fit: contain;
  transform: scale(1);
  transition: transform 0.5s ease-in-out;
}
.brands-logo-list li:hover .brands-logo-in img {
  transform: scale(1.125);
}

/**===============
===============**/
.loopslider,
.Collaboratingloopslider,
.digitalbrandSwiper .loopslider {
  overflow: hidden;
  width: 100%;
}
.loopslider .slider-track,
.digitalbrandSwiper .loopslider .slider-track,
.digitalbrandSwiper .loopslider .slider-track {
  display: flex;
  width: calc(300px * 10); /* 10 images of 300px */
  animation: scroll 20s linear infinite;
}

.Collaboratingloopslider .slider-track {
  display: flex;
  width: calc(615px * 10);
  animation: longscroll 30s linear infinite;
}
.digitalbrandSwiper .loopslider .slider-track {
  display: flex;
  width: calc(150px * 10);
  animation: longscrolllogo 30s linear infinite;
}

.loopslider .slider-track img,
.Collaboratingloopslider .slider-track img,
.digitalbrandSwiper .loopslider .slider-track img {
  width: 300px;
  height: auto;
  object-fit: cover;
  margin: 0 20px;
}

.Collaboratingloopslider .slider-track img {
  width: calc(615px); /* 10 images of 300px */
}
.digitalbrandSwiper .loopslider .slider-track img {
  width: calc(150px);
}

/* Pause animation on hover */
.loopslider:hover .slider-track,
.Collaboratingloopslider:hover .slider-track,
.digitalbrandSwiper .loopslider:hover .slider-track {
  animation-play-state: paused;
}

/**=========================
Value Retail Brands
=========================**/
.valueRetailBrands {
  display: flex;
  margin: 0 -20px;
  position: relative;
  width: 100%;
  display: block;
}
.valueRetailBrands li {
  max-width: 0 0 calc(50% - 30px);
  flex: 0 0 calc(50% - 30px);
  padding: 0 20px;
}
.valueRetailBrands .valueRetailBrands-img img {
  max-width: inherit;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.valueRetailBrands .valueRetailBrands-logo {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-1500px); /* Moves left by 5 images (300px × 5) */
  }
}

@keyframes longscroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-3075px); /* Moves left by 5 images (615px × 5) */
  }
}

@keyframes longscrolllogo {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-1000px); /* Moves left by 5 images (150px × 5) */
  }
}

/**=======================
loop lifestyle slider
=======================**/
.looplifestyleslider {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.looplifestyleslider .slider-track {
  display: flex;
  width: calc(300px * 10);
  animation: longscrolllogo 20s linear infinite;
}
.looplifestyleslider .slider-track img {
  width: 300px;
  height: auto;
  object-fit: cover;
  margin: 0 20px;
}
.looplifestyleslider:hover .slider-track {
  animation-play-state: paused;
}

/**=======================
Digital-first Brands
=======================**/
.digital-first-Brands .img-box {
  position: relative;
  overflow: hidden;
}

.digitalbrandSwiper .brandSwiper {
  position: relative;
  overflow: hidden;
}

.digitalbrandSwiper .brandSwiper .img-box img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.digitalbrandSwiper .brandSwiper .img-box-logo {
  position: ABSOLUTE;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
  height: auto;
}
.digitalbrandSwiper .brandSwiper .img-box-logo .digital_first_brands_logo {
  width: auto;
  height: auto;
  position: relative;
  margin: 0 auto 30px;
  display: flex;
  max-width: inherit;
}

/* Responsive tweaks */
@media (max-width: 900px) {
  .container {
    padding-left: 140px;
  }
  .spool-wrap {
    left: 20px;
    width: 120px;
  }
  .milestone {
    width: 260px;
  }
  .hero {
    left: 20px;
  }
}
@media (max-width: 640px) {
  /* .spool-wrap{display:none} */
  .container {
    padding-left: 20px;
  }
  .hero {
    position: static;
    padding-bottom: 20px;
  }
  .timeline {
    height: 1400px;
  }
  .milestone {
    width: 84%;
    left: 50%;
  }
  .milestone .card {
    text-align: left;
  }
}

@media all and (min-width: 1537px) {
  .container {
    max-width: 80vw;
    padding: 0 10vw;
  }
}

/* Styles for zoom ~125% */
@media (max-width: 1536px) and (min-width: 1400px) {
  .banner h1,
  h1 {
    font-size: 40px !important;
  }
  h2 {
    font-size: 35px !important;
  }

  .banner-intro figcaption {
    padding-right: 5vw;
  }
  .left-content-left-img .left-content {
    padding-left: 10vw;
  }
  .left-right-outer .right-img img {
    max-width: 100%;
  }

  #section3 h2 {
    left: 15vw;
  }

  .common-padding {
    padding: 65px 0 !important;
  }
}

/* Styles for zoom ~150% */
@media (max-width: 1280px) and (min-width: 1200px) {
  h1 {
    font-size: 48px !important;
  }
  h2 {
    font-size: 30px !important;
  }

  .video-wrapper-outer p {
    max-width: 700px;
    font-size: 24px;
    line-height: 1.5;
  }

  .banner-intro {
    padding: 5vw 0;
    overflow: hidden;
  }
  .banner-intro figcaption {
    padding-right: 5vw;
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .banner-intro .img-box img {
    width: 25vw;
  }

  .update-date {
    font-size: 1.25rem;
  }
  p {
    font-size: 16px;
    line-height: 1.25;
  }
  .left-right-outer ul li p {
    font-size: 1.125rem;
    line-height: 1.5;
  }

  .ExpandingFurtherAndWider-list {
    bottom: 50px;
  }
  .ExpandingFurtherAndWider h2 {
    padding-top: 50px;
  }

  .ExpandingFurtherAndWider-list {
    max-width: 75vw;
  }
  .ExpandingFurtherAndWider-list li .caption {
    left: 12vw;
  }
  .ExpandingFurtherAndWider-list li.visible .caption {
    top: -15vw;
  }

  .special-content {
    font-size: 12px;
    max-width: 180px;
    line-height: 1.25;
    padding-right: 5px;
  }
  .special-content::before {
    height: 10vw;
    width: 100%;
    left: 30px;
    top: -5px;
  }

  .container {
    max-width: 79vw;
  }

  .loopslider .slider-track img {
    width: 11vw;
    margin: 0 10px;
  }
  .Collaboratingloopslider .slider-track img {
    width: 36vw;
    margin: 0 10px;
  }
  .digitalbrandSwiper .loopslider .slider-track img {
    width: 11vw;
    margin: 0 10px;
  }
}

@media all and (max-width: 1440px) {
  .common-padding {
    padding: 50px 0 !important;
  }

  h1 {
    font-size: 48px !important;
  }
  h2 {
    font-size: 30px !important;
  }
  p {
    font-size: 16px !important;
    line-height: 1.25;
  }

  .banner-intro {
    padding: 5vw 0;
    overflow: hidden;
  }
  .banner-intro figcaption {
    padding-right: 5vw;
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .banner-intro .img-box img {
    width: 100%;
  }

  .InternationalDayOfBiodiversity-video {
    max-width: 70vw;
    margin: 0 auto;
  }
  .video-wrapper-outer p {
    font-size: 20px !important;
    max-width: 100%;
  }
  .ExpandingFurtherAndWider-list {
    bottom: 50px;
  }
  .ExpandingFurtherAndWider h2 {
    padding-top: 50px;
  }
  .left-right-outer ul li p {
    font-size: 18px;
  }

  .Collaboratingloopslider .slider-track img {
    width: 35vw;
  }

  .loopslider .slider-track img,
  .Collaboratingloopslider .slider-track img,
  .digitalbrandSwiper .loopslider .slider-track img {
    margin: 0 10px;
  }
  .container {
    max-width: 80vw;
    padding: 0 10vw;
  }
}

@media all and (max-width: 1280px) {
  .left-content-right-img .left-content {
    padding-right: 10vw;
    padding-left: 20px;
  }
  .left-content-right-img .right-img {
    padding-left: 10vw;
    padding-right: 20px;
  }
  .left-content-left-img .left-content {
    padding-right: 40px;
    padding-left: 10vw;
  }
  .left-content-left-img .right-img {
    padding-left: 40px;
    padding-right: 10vw;
  }

  h1 {
    font-size: 42px !important;
  }

  .bg-img img.banner-img {
    width: 60vw;
    right: -15vw;
  }
  .ExpandingFurtherAndWider-list {
    margin: 0 -20px;
  }
  .ExpandingFurtherAndWider-list li {
    padding: 20px 20px;
  }
}

@media all and (max-width: 1024px) {
  h1 {
    font-size: 5vw !important;
  }
  .banner-intro figcaption {
    font-size: 1.5rem;
  }

  .banner-intro figure {
    flex-wrap: wrap;
  }
  .banner-intro .img-box,
  .banner-intro figcaption {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .banner-intro figcaption {
    margin-top: 40px;
    padding: 0 40px;
  }
  h2 {
    font-size: 26px !important;
  }
  .update-date {
    font-size: 20px;
  }
  .common-padding {
    padding: 40px 0 !important;
  }
  .left-right-outer ul li {
    padding: 0 0 25px;
    margin-bottom: 25px;
  }

  .ExpandingFurtherAndWider-list li.visible .caption {
    top: -19vw;
    left: 115px;
  }

  .banner {
    height: 100vw;
  }
  .banner-caption-bg {
    opacity: 0.8;
    width: 100vw;
    display: none;
  }

  .banner-caption {
    /* top: inherit; */
    transform: inherit;
    max-width: 90vw;
    right: 20px;
    width: 100%;
    text-align: center;
    top: inherit;
    bottom: 20px;
  }

  .banner-intro {
    max-height: inherit;
    height: auto;
  }
  .banner-caption h1 {
    font-size: 5vw;
    max-width: 90vw;
  }
  .ExpandingFurtherAndWider::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.3);
  }
  .ExpandingFurtherAndWider-list {
    margin: 0 -0px;
    left: 0px;
    transform: inherit;
    right: 0px;
  }

  .ExpandingFurtherAndWider-list li::after {
    display: none;
  }

  .left-right-outer .right-img,
  .left-right-outer .left-content {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
  }
  .left-right-outer .left-content {
    padding: 0 20px !important;
  }

  .left-content-right-img .left-content,
  .left-content-left-img .left-content {
    padding-right: 10vw;
    padding-left: 10vw;
  }

  .left-right-outer .right-img {
    margin-bottom: 20px;
  }
  .left-right-outer .right-img img {
    max-width: 100vw;
  }
  .video-wrapper-outer p {
    max-width: 100vw;
    z-index: 10;
  }
  .video-wrapper-outer video {
    max-width: 80vw;
  }

  .bg-img img.banner-img {
    width: 100vw;
    right: inherit;
    max-width: 80vw;
    height: auto;
    left: 50vw;
    transform: translateX(-50%);
    top: 20vh;
  }

  .desktop-banner {
    display: block;
  }
  .mobile-banner {
    display: block;
  }

  .bg-img img.banner-bg {
    object-position: left center;
  }
  .bg-img::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.3);
  }
  .bg-img img.banner-img {
    display: none;
  }

  .fullbg-outer {
    max-height: 60vw;
  }
  .fullbg-outer .img-box {
    height: 100%;
  }
  .fullbg-outer .fullbg-in-in {
    left: 40px;
  }
  .Collaboratingloopslider .slider-track img {
    width: 70vw;
  }
  .brandnewbeginning {
    max-height: 600px;
  }

  .container {
    max-width: calc(100vw - 30px);
    padding: 0 0px !important;
  }

  .digitalbrandSwiper .brandSwiper {
    height: 500px;
  }
  .digitalbrandSwiper .brandSwiper .img-box {
    position: absolute;
    height: 100%;
  }
  .digitalbrandSwiper .brandSwiper .img-box img {
    height: 100%;
    object-fit: cover;
  }

  .video-wrapper {
    top: 50%;
    transform: translate(-0%, -50%);
    left: 20px;
    max-width: 100%;
    max-width: 100vw;
    z-index: 9;
    right: 20px;
  }
}

@media all and (max-width: 990px) {
  .video-wrapper-outer {
    padding: 60px 0 0;
    min-height: 100vw;
  }
}

@media all and (max-width: 767px) {
  .container {
    padding: 0 0px !important;
  }
  .container-fluid {
    padding: 0 0px !important;
  }

  .bg-img img.banner-img {
    width: 100vw;
    right: 0;
    height: auto;
    top: 30vw;
    height: auto;
  }

  /* .container-fluid,
    .container-fluid.p-0{ padding: 0 20px !important;} */

  .banner {
    height: 200vw;
  }
  .mobile-banner,
  .banner {
    max-height: 70vh;
  }
  .banner-caption h1 {
    font-size: 2.125rem !important;
    max-width: 100vw;
  }
  .banner-caption {
    top: inherit;
    transform: inherit;
    left: 20px;
    z-index: 11;
    max-width: calc(100vw - 40px);
    right: 20px;
    bottom: 20vw;
  }
  figure {
    flex-wrap: wrap;
  }
  .banner-intro .img-box {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
    margin-bottom: 30px;
  }
  .banner-intro figcaption {
    padding: 0 20px !important;
    max-width: 100%;
    font-size: 1.2rem;
    line-height: 1.5;
    flex: 0 0 100%;
  }
  .banner-intro .img-box img {
    width: 100vw;
    margin-left: 0px !important;
  }

  .banner-caption-bg {
    display: none;
  }

  .left-content-left-img .right-img {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  #section8 .right-img,
  #section8 .left-content,
  .left-right-outer .right-img,
  .left-right-outer .left-content {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .left-right-outer .right-img img {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
  .left-right-outer .right-img,
  .left-content-left-img .right-img {
    margin-bottom: 20px !important;
  }

  .left-content-left-img .right-img {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0px;
    padding-right: 0;
  }
  .left-content-left-img .left-content {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .left-content-right-img .right-img {
    padding-left: 0vw;
    padding-right: 0px;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .left-content-right-img .left-content {
    padding-right: 20px;
    padding-left: 20px;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .left-content-left-img .left-content,
  .left-right-outer .left-content,
  .video-wrapper-video {
    max-width: 100vw;
    height: 100%;
  }

  .video-wrapper-outer {
    padding: 0px 0 0;
    min-height: 100%;
    max-height: none;
    height: 100vw;
  }
  .video-wrapper-outer p {
    max-width: 100%;
    font-size: 16px !important;
  }

  .video-wrapper-outer video {
    max-width: 100vw;
    object-fit: cover;
    height: 100vw;
  }
  .ExpandingFurtherAndWider-list {
    position: relative;
    bottom: inherit;
    margin-top: 0vh;
  }
  .ExpandingFurtherAndWider {
    height: auto;
    padding: 30px 0;
  }

  .ExpandingFurtherAndWider-list li {
    max-width: 100%;
    padding: 15px 0;
    flex: 0 0 100%;
  }

  .ExpandingFurtherAndWider-list li::after {
    height: 1px;
    width: 100%;
    top: inherit;
    right: 0;
    left: 0;
    transform: inherit;
    bottom: 0px;
  }
  .ExpandingFurtherAndWider-in {
    max-width: 100%;
    margin-left: 0;
    padding-left: 0;
  }

  .valueRetailBrands {
    margin-bottom: 30px !important;
  }

  .bg-img img.banner-bg {
    object-position: -35vw center;
  }

  .Collaboratingloopslider .slider-track {
    width: calc(100vw * 10);
  }
  .Collaboratingloopslider .slider-track img {
    width: 100vw;
  }
  .Collaboratingloopslider .slider-track {
    display: flex;
    width: max-content;
    animation: longscroll 20s linear infinite;
  }

  @keyframes longscroll {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-50%); /* Move left by half of track width */
    }
  }
  .brands-logo-list.brands-logo-list-two li,
  .brands-logo-list.brands-logo-list-three li {
    flex: 0 0 50%;
    max-width: calc(50% - 20px);
  }
  .brands-logo-list li .brands-logo-in img {
    padding: 10px;
    max-height: 95px;
  }
  h2 {
    margin-bottom: 20px;
  }
  .brands-logo-list {
    gap: 20px;
    width: calc(100% + 20px);
  }
  .brands-logo-list li .brands-logo-in {
    height: 100px;
  }
}
