@font-face {
  font-family: AirbnbCereal_W_Bd;
  src: url(../font/AirbnbCereal_W_Bd.otf);
}

@font-face {
  font-family: AirbnbCereal_W_Bk;
  src: url(../font/AirbnbCereal_W_Bk.otf);
}

@font-face {
  font-family: AirbnbCereal_W_Blk;
  src: url(../font/AirbnbCereal_W_Blk.otf);
}

@font-face {
  font-family: AirbnbCereal_W_Lt;
  src: url(../font/AirbnbCereal_W_Lt.otf);
}

@font-face {
  font-family: AirbnbCereal_W_Md;
  src: url(../font/AirbnbCereal_W_Md.otf);
}

@font-face {
  font-family: AirbnbCereal_W_XBd;
  src: url(../font/AirbnbCereal_W_XBd.otf);
}

body,
html {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: visible;
}

span {
  white-space: nowrap;
}

body::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #f5f6f6;
}

body::-webkit-scrollbar {
  width: 12px;
  background-color: #f5f6f6;
}

body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #113628;
}

h1,
h2,
h3,
h4,
h5,
h6,
span {
  font-family: AirbnbCereal_W_Md;
}

p {
  font-family: AirbnbCereal_W_Lt;
}

#header {
  background-color: #fff;
  position: fixed;
  /* top: 0; */
  z-index: 1040;
  width: 100%;
}

.brand-logo-width {
  width: 155px;
}

.logo {
  width: 100%;
  background-size: contain;
}

.navbar-nav li a {
  font-family: AirbnbCereal_W_Bk !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  color: #7a7a7a;
}

.navbar-nav .nav-link.active,
.navbar-nav .show>.nav-link {
  color: #1bba6e;
}

.navbar-nav li a:hover {
  color: #222;
}

.video_img {
  position: absolute;
  width: 98%;
}

.nav-end-class {
  margin-left: auto !important;
}

#header ul li a {
  padding: 0 12px;
}

.header-text-one {
  font-family: AirbnbCereal_W_Md !important;
  font-style: normal;
  font-weight: 500;
  font-size: 60px;
  line-height: 66px;
  letter-spacing: -0.927818px;
  color: #fff;
}

.downloadOnMobile {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-left: auto;
}

.appstoreDownload {
  display: flex;
  align-items: center;
  padding: 8px 22px;
  gap: 10px;
  width: 170px;
  height: 52px;
  border: 0.5px solid #ddd;
  border-radius: 8px;
}

.appstoreimg img {
  width: 30px;
  height: 30px;
}

.appstoreDownloadText h5 {
  font-family: AirbnbCereal_W_Lt;
  font-style: normal;
  font-weight: 300;
  font-size: 10px;
  line-height: 16px;
  color: #222;
  margin-bottom: 0;
}

.appstoreDownloadText h3 {
  font-family: AirbnbCereal_W_Bd;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #222;
  margin-bottom: 0;
}

.playstoreDownload {
  display: flex;
  align-items: center;
  padding: 8px 22px;
  gap: 10px;
  width: 170px;
  height: 52px;
  border: 0.5px solid #ddd;
  border-radius: 8px;
}

.playstoreimg img {
  width: 30px;
  height: 30px;
}

.playstoreDownloadText h5 {
  font-family: AirbnbCereal_W_Lt;
  font-style: normal;
  font-weight: 300;
  font-size: 10px;
  line-height: 16px;
  color: #222;
  margin-bottom: 0;
}

.playstoreDownloadText h3 {
  font-family: AirbnbCereal_W_Bd;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #222;
  margin-bottom: 0;
}

.columnTextHeader {
  height: 100%;
  display: flex;
  align-items: center;
}

.blogs-main-img {
  min-height: 200px;
  object-fit: cover;
}

.arrowLink {
  width: 100%;
  display: flex;
  justify-content: end;
  position: relative;
  right: -9%;
  bottom: 50px;
}

.landingVideo {
  position: relative;
  padding-left: 0;
}

.playBtn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 107%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.playBtn img {
  width: 15%;
}

.video-text-header-1 {
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.video-text-header-1 button {
  font-family: AirbnbCereal_W_Bd !important;
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  align-items: center;
  padding: 15px 45px;
  width: 313px;
  height: 57px;
  border-radius: 8px;
  background: 0 0;
  cursor: pointer;
  box-shadow: inset 0 0 0 0 #113628;
  -webkit-transition: ease-out 0.4s;
  -moz-transition: ease-out 0.4s;
  transition: ease-out 0.4s;
  background: rgba(197, 242, 199, 0.1);
  border: 0.5px solid #ddd;
  backdrop-filter: blur(10px);
}

.video-text-header-1 button:hover {
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.video-text-header {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-80%, -50%);
}

.video-text-header a button {
  font-family: AirbnbCereal_W_Bd;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  align-items: center;
  padding: 15px 45px;
  width: 313px;
  height: 57px;
  border-radius: 45px;
  background: 0 0;
  cursor: pointer;
  background: rgba(197, 242, 199, 0.1);
  border: 0.5px solid #ddd;
  backdrop-filter: blur(10px);
  border-radius: 8px;
  box-shadow: inset 0 0 0 0 #113628;
  -webkit-transition: ease-out 0.4s;
  -moz-transition: ease-out 0.4s;
  transition: ease-out 0.4s;
}

.video-text-header a button:hover {
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.landingPageMain {
  height: auto;
  justify-content: center;
  align-items: center;
}

.process {
  margin: 40px 74px 0;
}

.process .process-content .recycle .curvyarrow {
  position: absolute;
  bottom: -30px;
  left: -50px;
}

.process .process-content {
  display: flex;
  gap: 48px;
  margin: 0 30px 30px;
}

.process h4 {
  font-family: AirbnbCereal_W_Md;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.1px;
  color: #222222;
  text-align: center;
}

.process .longarrow {
  width: 28px;
  height: auto;
  object-fit: contain;
}

.process .process-content h3 {
  font-family: AirbnbCereal_W_Md;
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 42px;
  text-align: center;
  color: #017449;
}

.process .process-content h3 span {
  white-space: nowrap;
}

.process .process-content .recycle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  gap: 16px;
}

.process .process-content .earnCash {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

.process .process-content .ecostore {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

.main-bg-img {
  background-color: #fff;
  height: auto;
  margin-top: 166px;
  margin-bottom: 114px;
}

.landingTextMain {
  width: 90%;
  padding-top: 50px;
}

.landingTextMain h1 {
  font-family: AirbnbCereal_W_Bd;
  font-style: normal;
  font-weight: 700;
  font-size: 45px;
  line-height: 60px;
  color: #222;
}

.landingTextMain h5 {
  font-family: AirbnbCereal_W_Md;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
  color: #222;
}

.landingTextMain h5 .orange {
  color: #f08902;
}

.landingTextMain h5 .green {
  color: #7dca30;
}

.did-u-bg-img {
  background: #222;
  padding: 114px 0;
}

.journeySubHeader {
  width: 80%;
}

.journeyBody {
  position: relative;
}

.journeySubHeaderMain {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.journeyHeader h2 {
  font-family: AirbnbCereal_W_Bk;
  font-style: normal;
  font-weight: 400;
  font-size: 55px;
  line-height: 72px;
  color: #717171;
}

.journeySubHeader h2 {
  font-family: AirbnbCereal_W_Bd;
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 72px;
  color: #fff;
}

.journeySubHeader h5 {
  font-family: AirbnbCereal_W_Md;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.1px;
  color: #ddd;
}

.save-upto-icons img {
  width: 45px;
}

.save-upto-icons h6 {
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 0;
  margin-left: 20px !important;
  color: #222;
}

.icons-container {
  margin-left: 75px;
}

.icons-container1 {
  margin-left: 112px;
}

.what-people-say-section {
  margin: 74px 36px;
}

.what-people-say-section h1 {
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 36px;
  letter-spacing: -0.5px;
  color: #222;
}

.what-people-say-section p {
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 29px;
  color: #222;
}

.what-people-say {
  font-family: AirbnbCereal_W_Md;
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 36px;
  letter-spacing: -0.5px;
  color: #222;
}

.blogs-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.blog-view-more-btn {
  width: 188px;
  height: 52px;
  border: 0 solid #113628;
  border-radius: 8px;
  color: #000;
  background: #f5f6f6;
  font-family: AirbnbCereal_W_Bd;
  font-weight: 500;
  font-size: 14px;
  line-height: 27px;
  cursor: pointer;
  box-shadow: inset 0 0 0 0 #f5f6f6;
  -webkit-transition: ease-out 0.4s;
  -moz-transition: ease-out 0.4s;
  transition: ease-out 0.4s;
  display: flex;
  justify-content: center;
  align-items: center;
}

.wrapper {
  width: 100%;
  padding-top: 30px;
  text-align: center;
}

.carousel {
  width: 90%;
  margin: 0 auto;
}

.slick-slide {
  margin: 10px 25px;
}

.carousel .slick-slide img {
  width: 75px;
  height: 75px;
  display: block;
}

.carousel .slick-slide .user-details {
  margin: 11px 0px 11px 20px;
}

.carousel .slick-slide .user-details h6 {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  /* identical to box height */
  text-align: start;
  margin-bottom: 0;
  margin-top: 0;
  color: #113628;
}

.carousel .slick-slide .user-details .stars span {
  width: 16px;
  height: 16px;
  margin-right: 6px;
}

.carousel .slick-slide .user-details .stars {
  display: flex;
  justify-content: flex-start;
  gap: 6;
}

.checked {
  color: #ffc727;
}

.uncheck {
  color: #d9d9d9;
}

.slick-next,
.slick-prev {
  background: 0 0;
  border-radius: 15px;
  border-color: transparent;
}

.slick-prev {
  background-image: url(../images//icons/arrow-left.png) !important;
  left: -57px;
  top: 47%;
}

.slick-next {
  background-image: url(../images/icons/arrow-right.png) !important;
  right: -57px;
  top: 47%;
}

.slick-prev:before {
  content: '';
}

.slick-next:before {
  content: '';
}

.carousel .card-text p {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  letter-spacing: 0;
  color: #222;
  margin: 0 auto;
}

[data-expand='text'] {
  height: 90px;
  margin: 0 auto;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.5s;
}

.carousel .card-text p.show {
  overflow-y: scroll;
  height: 110px;
}

.carousel .card-text p.show::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.carousel .card-text p.show::-webkit-scrollbar-thumb {
  background-color: #113628;
  border-radius: 6px;
}

.carousel .card-text p span {
  font-weight: 500;
  line-height: 23px;
  text-decoration: underline;
}

.card-content {
  background-color: #f5f6f6;
  padding: 20px;
}

.card-overflow {
  overflow: hidden;
  max-height: -webkit-fill-available;
}

.card-body {
  background: #fff;
  width: 100%;
  vertical-align: top;
}

.reviewer-name {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0;
}

#diamond {
  width: 0;
  height: 0;
  border-left: 32px solid transparent;
  border-right: 24px solid transparent;
  border-top: 41px solid #f5f6f6;
  position: absolute;
  left: 40%;
  top: 48%;
}

.sharpDiamond {
  width: 0;
  height: 0;
  border-left: 32px solid transparent;
  border-right: 24px solid transparent;
  border-top: 41px solid #f5f6f6;
  position: absolute;
  left: 40%;
  top: 48%;
}

.eco-store-text {
  font-family: AirbnbCereal_W_Md;
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 36px;
  letter-spacing: -0.5px;
  color: #fff;
}

.exporeBtn {
  display: flex;
  justify-content: end;
  align-items: flex-end;
  height: 65%;
}

.eco-store-one {
  padding: 36px;
}

.exploreEcostore {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 10px 24px;
  border: 0.5px solid #717171;
  border-radius: 8px;
}

.exploreEcostore h4 {
  font-family: AirbnbCereal_W_Bd;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  text-decoration: none;
  margin-bottom: 0;
}

.exploreEcostoreBtn {
  text-decoration: none;
}

.eco-store-para {
  font-family: AirbnbCereal_W_Md;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
  color: #ddd;
}

.store-product-one {
  background-color: #222;
  width: 100%;
  height: 100%;
}

.ourProcessHead {
  text-align: left;
  position: absolute;
  top: 40%;
  display: flex;
  flex-direction: column;
  font-family: AirbnbCereal_W_Md;
  font-style: normal;
  font-weight: 700;
  font-size: 44.75px;
  line-height: 50px;
  letter-spacing: -0.699219px;
  color: #fff;
}

.ourProcessSubHead {
  font-family: AirbnbCereal_W_Md;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
  color: #ddd;
  position: absolute;
  right: 10%;
  top: 48%;
}

.ourProcessHead span:nth-child(2) {
  margin-left: 15px;
}

.overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #222;
  overflow: hidden;
  width: 100%;
  height: 100%;
  transition: 0.5s ease;
}

.store-images {
  position: relative;
}

.store-images img {
  height: 425px;
  object-fit: cover;
}

.store-images:hover .overlay {
  bottom: 0;
  height: 100%;
  width: 100%;
}

.store-images:hover .fade-overlay {
  opacity: 1;
}

.title-overlay {
  height: auto;
  top: auto;
  opacity: 0;
}

.store-images:hover .title-overlay {
  opacity: 1;
  height: auto;
  padding: 28px 16px;
}

.actual-price {
  font-family: AirbnbCereal_W_Bd;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.1px;
  color: #c4c4c4;
}

.discount-price {
  font-family: AirbnbCereal_W_Md;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  text-align: right;
  color: #fff;
}

.store-one {
  background-color: #222;
}

.discount-price span {
  font-family: AirbnbCereal_W_Bd;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.1px;
  color: #fff;
}

.transparent-circle {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #00000059;
  overflow: hidden;
  width: 90%;
  height: 90%;
  transition: 0.5s ease;
}

.checkout-btn:hover .transparent-circle {
  bottom: 0;
  height: 90%;
  width: 90%;
  border-radius: 50%;
}

.checkout-btn:hover .trn {
  opacity: 1;
  height: auto;
  padding: 28px 16px;
}

.what-people-say .filters ul {
  margin-bottom: 0;
}

.slick-slider {
  margin-bottom: 0;
}

.filters-content.blog-container .all {
  padding: 0 22px;
}

.categories {
  margin-bottom: 100px;
}

.categories .filters ul li {
  list-style: none;
  display: flex;
  cursor: pointer;
  position: relative;
  align-items: center;
  align-self: center;
  justify-content: center;
  height: 48px;
  font-family: AirbnbCereal_W_Bk;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  color: #455a64;
}

.categories .filters ul li:hover {
  background: #113628;
  border-radius: 300px;
  color: #fff;
  height: 48px;
}

.categories .filters ul li.active {
  background: #222;
  border-radius: 300px;
  color: #fff;
  height: 48px;
}

.blog-container {
  margin-bottom: 100px;
}

.blog-container .carousel-2 h5 {
  font-family: AirbnbCereal_W_Bd;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.1px;
  color: #222;
  height: 67px;
}

.blog-container .all h5 {
  font-family: AirbnbCereal_W_Bd;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.1px;
  color: #222;
  height: 55px;
}

.blog-container .carousel-2 p {
  font-family: AirbnbCereal_W_Bk;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  color: #222;
  height: 40px;
}

.blog-container .all p {
  font-family: AirbnbCereal_W_Bk;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  color: #222;
  height: 40px;
}

.blog-container h6 {
  font-family: AirbnbCereal_W_Bk;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #222;
}

.read-more {
  width: 133px;
  height: 52px;
  border: 1px solid #acb3b0;
  border-radius: 8px;
  color: #222;
  font-family: AirbnbCereal_W_Bd;
  font-size: 14px;
  line-height: 18px;
  cursor: pointer;
  box-shadow: inset 0 0 0 0 #113628;
  -webkit-transition: ease-out 0.4s;
  -moz-transition: ease-out 0.4s;
  transition: ease-out 0.4s;
  background: #fff;
  font-weight: 700;
}

.read-more:hover {
  color: #fff;
  background: #253922;
  border-radius: 8px;
}

.like-btn {
  width: 80px;
  height: 80px;
  background: url(https://cssanimation.rocks/images/posts/steps/heart.png) no-repeat;
  background-position: 0 0;
  cursor: pointer;
  transition: background-position 1s steps(28);
  transition-duration: 0s;
  margin-top: -34px;
  position: absolute;
  right: 41px;
}

.like-btn.is-active {
  transition-duration: 1s;
  background-position: -2800px 0;
}

.social .fbtn {
  width: 35px;
  display: inline-block;
  color: #fff;
  text-align: center;
  line-height: 18px;
}

.social .share img {
  width: 30px;
}

.social .fa {
  padding: 15px 0;
}

.carousel-2 .share-button.sharer .social.active.top {
  transform: scale(1) translate(128px, 31px);
}

.blog-container .all .share-button.sharer .social.active.top {
  transform: scale(1) translate(180px, 31px);
}

.share-button.sharer .social.active {
  opacity: 1;
  transition: all 0.4s ease 0s;
  visibility: visible;
}

.share-button.sharer .social.top {
  margin-top: -60px;
  transform-origin: 0 0 0;
}

.share-button.sharer .social {
  margin-left: -65px;
  opacity: 0;
  transition: all 0.4s ease 0s;
  visibility: hidden;
}

.garbage-section {
  height: 100vh;
  width: 3283px;
  padding: 114px;
  flex-wrap: nowrap;
  display: flex;
  align-items: center;
}

.allAbout {
  width: 708px;
}

.allAbout-1 {
  display: flex;
  align-items: center;
  margin-right: 90px;
}

.allAbout-subHeading {
  display: flex;
  justify-content: flex-end;
  text-align: center;
}

.allAbout-subHeading h4 {
  font-family: AirbnbCereal_W_Bd;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.1px;
  color: #717171;
  width: 314px;
}

.allAbout-subHeading h4 span {
  font-family: AirbnbCereal_W_Bd;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.1px;
  color: #717171;
  width: 314px;
}

.allAboutHeading {
  margin-bottom: 74px;
}

.allAboutHeading h2 {
  font-family: AirbnbCereal_W_Bd;
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 72px;
  color: #222;
  width: 610px;
}

.allAboutHeading .green {
  color: #459f17;
}

.allAboutHeading .right {
  text-align: right;
}

#circle {
  position: relative;
  width: 100%;
  overflow: visible;
}

#circle text {
  font-family: 'Helvetica Neue', Arial;
  font-size: 16px;
  font-weight: 700;
}

#circle svg {
  position: absolute;
  right: 37%;
  top: 41px;
  width: 100%;
  height: 197px;
  -webkit-animation-name: rotate;
  -moz-animation-name: rotate;
  -ms-animation-name: rotate;
  -o-animation-name: rotate;
  animation-name: rotate;
  -webkit-animation-duration: 10s;
  -moz-animation-duration: 10s;
  -ms-animation-duration: 10s;
  -o-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -ms-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
}

.copyDesigned {
  display: flex;
  justify-content: space-between;
}

.designedBy {
  color: #00adf9;
  text-decoration: none;
}

.designedby:hover {
  color: 0181b8;
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(360deg);
  }

  to {
    -webkit-transform: rotate(0);
  }
}

@-moz-keyframes rotate {
  from {
    -moz-transform: rotate(360deg);
  }

  to {
    -moz-transform: rotate(0);
  }
}

@-ms-keyframes rotate {
  from {
    -ms-transform: rotate(360deg);
  }

  to {
    -ms-transform: rotate(0);
  }
}

@-o-keyframes rotate {
  from {
    -o-transform: rotate(360deg);
  }

  to {
    -o-transform: rotate(0);
  }
}

@keyframes rotate {
  from {
    transform: rotate(360deg);
  }

  to {
    transform: rotate(0);
  }
}

.feeds-container {
  margin-bottom: 100px;
}

.feeds-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 48px;
  margin-left: 25px;
}

.feeds-header h2 {
  font-family: AirbnbCereal_W_Md;
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 36px;
  letter-spacing: -0.5px;
  color: #222;
}

.feeds-view-more-btn {
  width: 188px;
  height: 52px;
  border: 0 solid #113628;
  border-radius: 8px;
  color: #000;
  background: #f5f6f6;
  font-family: AirbnbCereal_W_Bd;
  font-weight: 500;
  font-size: 14px;
  line-height: 27px;
  cursor: pointer;
  box-shadow: inset 0 0 0 0 #f5f6f6;
  -webkit-transition: ease-out 0.4s;
  -moz-transition: ease-out 0.4s;
  transition: ease-out 0.4s;
  display: flex;
  justify-content: center;
  align-items: center;
}

.feeds-carousel-inner .feedsCarouselImg img {
  width: 100%;
  min-height: 480px;
  max-height: 480px;
  object-fit: cover;
  /* margin: 24px 0 0; */
}

.feeds-carousel-footer {
  display: flex;
  justify-content: space-between;
}

.feeds-carousel-content {
  margin: 24px 0 0;
}

.feeds-carousel-content h2 {
  font-family: 'AirbnbCereal_W_Md';
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 36px;
  letter-spacing: -0.5px;
  text-align: left;
  color: #222222;
}

.feeds-carousel-content p {
  font-family: 'AirbnbCereal_W_Md';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  text-align: left;
  letter-spacing: 0.1px;
  color: #222222;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  min-height: 58px;
  -webkit-box-orient: vertical;
}

#viewBtn3 {
  display: none;
}

.ecocrew-icon {
  position: absolute;
  left: calc(13% - 36px);
  top: 99px;
}

.allAbout-2 {
  display: flex;
  align-items: center;
  margin-left: 90px;
  margin-right: 82px;
}

.problem {
  width: 600px;
}

.problemImg {
  margin-bottom: 48px;
}

.problemHeader {
  padding: 0 24px;
}

.problemHeader h2 {
  font-family: AirbnbCereal_W_Bk;
  font-style: normal;
  font-weight: 400;
  font-size: 44.75px;
  line-height: 50px;
  letter-spacing: -0.699219px;
  color: #ee7565;
  text-align: center;
  margin-bottom: 1rem;
}

.problemHeader h2 span {
  font-weight: 500;
}

.problemHeader p {
  font-family: AirbnbCereal_W_Bk;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  letter-spacing: 0.1px;
  color: #222;
}

.allAbout-3 {
  display: flex;
  align-items: center;
  margin-left: 74px;
  margin-right: 82px;
}

.allAbout-4 {
  display: flex;
  align-items: center;
  margin-left: 74px;
}

.solution {
  width: 600px;
}

.solutionHeader {
  padding: 0 24px 30px;
}

.solutionImg {
  margin-bottom: 48px;
  display: flex;
  justify-content: center;
}

.solutionHeader h2 {
  font-family: AirbnbCereal_W_Bk;
  font-style: normal;
  font-weight: 400;
  font-size: 44.75px;
  line-height: 50px;
  letter-spacing: -0.699219px;
  background: linear-gradient(61.46deg, #f29401 13.28%, #fce80d 101.58%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-align: center;
  margin-bottom: 1rem;
}

.solutionHeader h2 span {
  font-weight: 500;
}

.solutionHeader p {
  font-family: AirbnbCereal_W_Bk;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  letter-spacing: 0.1px;
  color: #222;
}

.reward {
  width: 649px;
}

.rewardImg {
  margin-bottom: 48px;
  display: flex;
  justify-content: center;
}

.rewardHeader h2 {
  font-family: AirbnbCereal_W_Bk;
  font-style: normal;
  font-weight: 400;
  font-size: 44.75px;
  line-height: 50px;
  letter-spacing: -0.699219px;
  background: linear-gradient(115.78deg, #457e0d 6.01%, #81c033 76.48%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 1rem;
  text-align: center;
}

.rewardHeader h2 span {
  font-weight: 500;
}

.rewardHeader p {
  font-family: AirbnbCereal_W_Bk;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  letter-spacing: 0.1px;
  color: #222;
  padding: 0 24px;
}

.incentive-arrow-1 {
  position: absolute;
  width: 16%;
  top: 25%;
  left: 50%;
}

.incentive-arrow-2 {
  position: absolute;
  width: 44%;
  bottom: -20%;
  left: 28%;
  z-index: 100;
}

.incentive-offer-img {
  width: 66%;
}

.eco-store-soon {
  padding: 114px 10%;
  background: #f5f6f6;
  display: flex;
  justify-content: space-between;
}

.eco-store-soon-img {
  display: flex;
  justify-content: center;
  align-items: center;
}

.eco-store-soon-content {
  max-width: 490px;
  margin: 32px 0;
}

.eco-store-soon h5 {
  font-family: AirbnbCereal_W_Md;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.1px;
  color: #717171;
}

.eco-store-soon h2 {
  font-family: AirbnbCereal_W_Md;
  font-style: normal;
  font-weight: 500;
  font-size: 55px;
  line-height: 72px;
  letter-spacing: -0.5px;
  margin-bottom: 26px;
  background: linear-gradient(329.61deg, #253922 13.61%, #406343 92.51%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.eco-store-title {
  display: flex;
  justify-content: start;
  align-items: baseline;
  margin-bottom: 10px;
}

.eco-store-title img {
  width: 26px;
  height: 26px;
  margin-right: 5px;
}

.eco-store-title h4 {
  font-family: AirbnbCereal_W_Md;
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 36px;
  letter-spacing: -0.5px;
  color: #222;
}

.our-process-conatainer {
  background-color: #222;
  position: relative;
  padding: 114px 0;
}

#animation-circle {
  -webkit-animation: spin 10s linear infinite;
  -moz-animation: spin 10s linear infinite;
  animation: spin 10s linear infinite;
}

.modal-body {
  height: 350px;
}

.modal.fade .modal-dialog {
  transform: translate(0, 0);
}

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.shipping-proccess-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 375px;
  height: 375px;
  z-index: 1000;
  background: #222;
  border-radius: 600px;
  padding: 18px;
  text-align: center;
  top: 49%;
  left: 50%;
  transform: translate(-51%, -48%);
  margin: 0;
}

.circle-carousel {
  position: relative;
  padding-top: 100%;
}

.circle-carousel .slides {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.circle-carousel .slide {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0;
  background: #222;
  border-radius: 50%;
}

.circle-carousel .slide.active {
  z-index: 1;
  opacity: 1;
}

.circle-carousel .pagination {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 90%;
  height: 90%;
  border-radius: 50%;
  border: 1px solid #8a8a8a;
  transition-property: transform;
  transition-timing-function: ease-out;
  pointer-events: none;
  user-select: none;
}

.circle-carousel .pagination .dot {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  pointer-events: auto;
  transition: 0.3s;
  background: linear-gradient(90deg, #d9d9d9 29.41%, #c1c1c1 78.82%);
  border: 0.5px solid #8a8a8a;
  border-radius: 250px;
  color: #fff;
}

.circle-carousel .pagination .item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.slide h2 {
  font-family: AirbnbCereal_W_Bd;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.1px;
  color: #717171;
}

.slide h2 p {
  margin-top: 19px;
  font-family: AirbnbCereal_W_Md;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
  text-align: center;
  color: #fff;
}

.circle-carousel .pagination .item.active .dot {
  color: #fff;
  background: linear-gradient(115.78deg, #457e0d 6.01%, #81c033 76.48%);
}

.live-div .panel.active {
  background-color: red;
}

.store-banner {
  background: #222;
}

.store-banner-main {
  padding: 164px 5.3% 74px;
}

.store-header {
  width: 863px;
}

.store-header h1 {
  font-family: AirbnbCereal_W_Bd;
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 72px;
  text-align: left;
  color: #fff;
}

.view-more-btn {
  width: 343px;
  height: 52px;
  border: 0 solid #113628;
  border-radius: 8px;
  color: #000;
  background: #f5f6f6;
  font-family: AirbnbCereal_W_Bd;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
  box-shadow: inset 0 0 0 0 #f5f6f6;
  -webkit-transition: ease-out 0.4s;
  -moz-transition: ease-out 0.4s;
  transition: ease-out 0.4s;
  display: flex;
  justify-content: center;
  align-items: center;
}

.view-more-btn:hover {
  letter-spacing: 0.1em;
  background: #113628;
  color: #fff;
}

.get-in-touch-container {
  margin-top: 140px;
  margin-bottom: 100px;
}

.privacyPolicySection {
  margin-bottom: 100px;
}

.termsAndConditionSection {
  margin-bottom: 100px;
}

.get-in-touch-container h1 {
  font-family: AirbnbCereal_W_Md !important;
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 36px;
  letter-spacing: -0.5px;
  color: #222;
}

.get-in-touch-container p {
  font-family: AirbnbCereal_W_Lt;
  font-size: 20px;
  font-weight: 500;
  line-height: 29px;
  letter-spacing: 0;
  color: #222;
}

.get-in-touch-container label {
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 0;
  color: #717171;
}

.get-in-touch-container input {
  border: 0.5px solid #a6a6a6;
  border-radius: 4px;
  height: 50px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #222;
  padding-left: 20px;
}

.get-in-touch-container textarea {
  border: 0.5px solid #a6a6a6;
  border-radius: 4px;
  height: 50px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #222;
  padding-left: 20px;
}

.send-message-btn {
  width: 223px;
  height: 57px;
  background: #222;
  border-radius: 8px;
  color: #fff;
  font-family: AirbnbCereal_W_Bd;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #fff;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.social-icon {
  background: #f0f0f0;
  color: #000;
  border-radius: 50%;
  width: 39px;
  height: 39px;
  padding-top: 12px;
}

footer {
  padding-top: 100px;
  background-color: #222;
}

.nav-item {
  position: relative;
}

.navbar-nav .nav-link.active {
  color: #000;
  font-weight: 700;
}

.homeNav:active {
  color: #000;
  font-weight: 700;
}

.hiw:active {
  color: #000;
  font-weight: 700;
}

.nav-link.active .ac-brdr {
  width: 20px;
  margin: 0 auto;
  height: 3px;
  border-bottom: 1px solid #000;
}

footer a button {
  background-color: #222;
  border: 0.5px solid #ddd !important;
  width: 180px;
  height: 58px;
  border-radius: 8px;
}

footer a button img {
  width: 30px;
  height: 30px;
}

footer a button p {
  font-family: AirbnbCereal_W_Lt !important;
  color: #ddd !important;
  font-size: 10px !important;
  line-height: 16px !important;
  letter-spacing: 0;
}

footer a button p span {
  font-family: AirbnbCereal_W_Md;
  font-size: 14px;
  line-height: 20px;
}

footer .download-ecocrew-text {
  letter-spacing: 0;
  padding-right: 70px;
  font-family: AirbnbCereal_W_Bk !important;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
}

footer .footer-heading h4 {
  letter-spacing: 0;
  font-family: AirbnbCereal_W_Bd !important;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 13px;
  text-transform: uppercase;
  color: #ddd;
}

footer .footer-heading a p {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0;
  font-family: AirbnbCereal_W_Md !important;
}

.copy-right-text {
  font-family: AirbnbCereal_W_Md !important;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  text-align: left;
  color: #ddd;
}

.social-icon-header a:hover {
  transform: translateY(-10px);
  transition: 1.5s;
}

.modal-body h2 {
  font-family: AirbnbCereal_W_Md;
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 36px;
  letter-spacing: -0.5px;
  color: #222;
  text-align: center;
}

.modal-body p {
  font-family: AirbnbCereal_W_Lt;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 29px;
  color: #222;
  text-align: center;
}

.modal-body button {
  width: 142px;
  height: 57px;
  margin-top: 60px;
  border-radius: 8px;
  font-family: AirbnbCereal_W_Bd;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #222;
  text-align: center;
  color: #53684f !important;
  background: #f5f6f6;
  border-radius: 8px;
  border: none;
}

.pop-modal-img {
  position: relative;
  top: 30px;
  left: -13%;
}

.checkout-btn {
  display: flex;
  justify-content: center;
  overflow: hidden;
}

.checkout-btn .checkout-eco-btn {
  width: 343px;
  height: 44px;
  border: 1px solid #113628;
  color: #fff;
  background: #113628;
  border-radius: 8px;
  font-family: AirbnbCereal_W_Bd !important;
  font-size: 14px;
  line-height: 18px;
  cursor: pointer;
  font-weight: 700;
  z-index: 5;
  transition: 0.3s;
}

.checkout-btn:hover .checkout-eco-btn {
  color: #fff;
}

.checkout-btn:active .checkout-eco-btn {
  transform: scale(0.8);
}

.checkout-btn::before {
  content: '';
  display: block;
  width: 11%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #ddd;
  position: absolute;
  transform: scale(0);
  transition: 0.5s;
}

.checkout-btn:hover::before {
  transform: scale(1);
  opacity: 0.3;
}

.checkout-btn::after {
  content: '';
  display: block;
  width: 80%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #e5e5e5;
  position: absolute;
  transform: scale(0);
  transition: 0.3s;
  opacity: 0.1;
}

.checkout-btn:active::after {
  transform: scale(1);
}

.button {
  width: 300px;
  height: 120px;
  border: 2px solid #000;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.button button {
  width: 100%;
  height: 100%;
  border: none;
  background: 0 0;
  font-size: 2rem;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
  cursor: pointer;
  position: absolute;
  z-index: 5;
  transition: 0.3s;
}

.button:hover button {
  color: #fff;
}

.button:active button {
  transform: scale(0.8);
}

.button::after {
  content: '';
  display: block;
  width: 80%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #ddd;
  position: absolute;
  transform: scale(0);
  transition: 0.3s;
}

.button:active::after {
  transform: scale(1);
}

.product-name {
  font-family: AirbnbCereal_W_Bd;
  font-size: 20px;
  line-height: 36px;
  letter-spacing: -0.5px;
}

.welcomeEcoCrewPolicyHeading {
  font-size: 20px;
  font-weight: 700;
  line-height: 23px;
  letter-spacing: 0;
  text-align: left;
}

.subHeading p {
  font-family: AirbnbCereal_W_Lt !important;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 29px;
  color: #222;
}

.share-btn img {
  margin-top: 5px;
  width: 32px;
}

.ourProcessHead span:first-of-type {
  margin-bottom: 12px;
}

.footer-icon-space {
  margin: 0 12px;
  width: 31px;
}

.navbar-toggler-icon:focus,
.navbar-toggler:active,
.navbar-toggler:focus {
  outline: 0;
  box-shadow: none;
}

.feeds-categories h2 {
  font-family: AirbnbCereal_W_Md;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.1px;
  text-transform: uppercase;
  color: #717171;
  margin-bottom: 16px;
}

.feeds-content {
  width: 46vw;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.feeds-content h2 {
  font-family: AirbnbCereal_W_Md;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.1px;
  text-transform: uppercase;
  color: #717171;
  margin-bottom: 16px;
  margin-left: 10px;
}

.feeds-stories h2 {
  font-family: AirbnbCereal_W_Md;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.1px;
  text-transform: uppercase;
  color: #717171;
  margin-bottom: 16px;
  margin-left: 10px;
}

.feeds-main {
  overflow-y: hidden;
}

.feeds-section {
  padding-top: 132px;
  display: flex;
  gap: 30px;
  position: relative;
  justify-content: space-between;
}

.feeds-img img {
  width: 100%;
}

.feeds-nav-item {
  display: flex;
  margin-bottom: 24px;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  border: none;
  background-color: transparent;
  height: 66px;
}

.feeds-nav-item.is-checked {
  padding: 8px 20px 8px 10px;
  gap: 10px;
  height: 66px;
  background: #222222;
  border-radius: 300px;
}

.feeds-nav-item img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.feeds-nav-item h4 {
  font-family: AirbnbCereal_W_Md;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
  text-align: center;
  color: #222222;
}

.feeds-nav-item.is-checked h4 {
  font-family: AirbnbCereal_W_Md;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.1px;
  color: #ffffff;
  margin-bottom: 0px;
}

.feeds-nav-item:active::after {
  transform: scale(0);
}

.feeds-nav-items {
  display: flex;
  margin-bottom: 24px;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  border: none;
  background-color: transparent;
  height: 66px;
}

.feeds-nav-items.is-checked {
  padding: 8px 20px 8px 10px;
  gap: 10px;
  height: 66px;
  background: #222222;
  border-radius: 300px;
}

.viewbtn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 50px 0;
}

.viewbtn button {
  width: 343px;
  height: 50px;
  left: 468px;
  top: 1232px;
  background: #113628;
  border-radius: 8px;
  font-family: 'AirbnbCereal_W_Bd';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #ffffff;
  border: none;
}

.feeds-nav-items img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.feeds-nav-items h4 {
  font-family: AirbnbCereal_W_Md;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
  text-align: center;
  color: #222222;
}

.feeds-nav-items.is-checked h4 {
  font-family: AirbnbCereal_W_Md;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.1px;
  color: #ffffff;
  margin-bottom: 0;
}

.feeds-nav-items:active::after {
  transform: scale(0);
}

.feeds-categories {
  width: 16%;
}

.feeds-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 10px;
}

.feeds-item-header {
  display: flex;
  align-items: center;
  gap: 24px;
}

.feeds-item-header img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.feeds-item-header h3 {
  font-family: AirbnbCereal_W_Md;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.379405px;
  color: #717171;
}

.feeds-item h5 {
  font-family: AirbnbCereal_W_Md;
  font-style: normal;
  font-weight: 500;
  font-size: 24.2819px;
  line-height: 27px;
  letter-spacing: -0.379405px;
  color: #222222;
}

.feeds-item h6 {
  font-family: 'AirbnbCereal_W_Md';
  font-style: normal;
  font-weight: 500;
  font-size: 12.1409px;
  line-height: 17px;
  color: #222222;
  margin: 0;
}

.post-footer-text span {
  font-family: 'AirbnbCereal_W_Md';
  font-style: normal;
  font-weight: 500;
  font-size: 12.1409px;
  line-height: 17px;
  color: #222222;
  color: #3aad6d;
  font-weight: 400;
  text-decoration: underline;
  width: fit-content;
  cursor: pointer;
}

.post-footer {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 10px;
}

.post-footer img {
  margin-top: 30px;
}

.post-footer .readmore {}

.horizontal-line {
  width: 100%;
  height: 0.379405px;
  background-color: #bfadad;
  left: 0px;
  top: 701.67px;
  border: none;
}

.story-item {
  padding: 16px 8px;
  display: flex;
  gap: 24px;
}

.story-item img {
  width: 74px;
  height: 74px;
  border-radius: 50%;
}

.story-content {
  padding: 3px 0;
}

.story-content h3 {
  font-family: 'AirbnbCereal_W_Md';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.1px;
  color: #222222;
}

.story-link {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  cursor: pointer;
}

.story-link h5 {
  font-family: 'AirbnbCereal_W_Bk';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  text-decoration-line: underline;
  color: #222222;
  text-underline-offset: 4px;
  white-space: nowrap;
}

.story-link a {
  text-decoration-line: underline;
  text-underline-offset: 4px;
  display: flex;
}

.story-link img {
  width: 24px;
  height: 24px;
}

/* grid */
.wrapper {
  margin: auto;
  display: block;
}

.play_pause_btn {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.videoWrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.play_pause_btn img {
  width: 120px !important;
  height: 120px !important;
  z-index: 100;
}

.button-group .button {
  float: left;
}

.grid {
  border: 0;
  display: contents;
}

.element-item {
  position: relative;
  float: left;
  overflow: hidden;
  transition: all 2s ease;
}

/* modal */
.wrapperer {
  /* This part is important for centering the content */
  display: flex;
  align-items: center;
  justify-content: center;
}

.wrapperre a {
  display: inline-block;
  text-decoration: none;
  padding: 15px;
  background-color: #fff;
  border-radius: 3px;
  text-transform: uppercase;
  color: #585858;
  font-family: 'Roboto', sans-serif;
}

.modals {
  visibility: hidden;
  overflow-y: hidden;
  z-index: 1050;
  opacity: 0;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(77, 77, 77, 0.7);
  transition: all 0.4s;
}

.modals:target {
  visibility: visible;
  opacity: 1;
}

.modal__content {
  position: relative;
  width: 500px;
  max-width: 90%;
  background: #fff;
  padding: 16px 48px 48px;
}

.modal_header {
  display: flex;
  align-items: center;
  gap: 24px;
}

.modal__content h3 {
  font-family: AirbnbCereal_W_Md;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.1px;
  color: #222222;
}

.modal__content img {
  width: 74px;
  height: 74px;
  border-radius: 50%;
}

.modals_video {
  position: relative;
}

.modals_video video {
  width: 100%;
  max-height: 60vh;
}

.modal__footer {
  text-align: right;
}

.modal__close {
  position: absolute;
  width: 20px;
  top: 24px;
  font-size: 30px;
  font-weight: 400;
  right: 24px;
  color: #58584894;
  text-decoration: none;
}

.post-footer-text h6 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  animation: 1s delay-overflow;
  cursor: pointer;
  max-height: 20px;
}

@keyframes delay-overflow {
  from {
    overflow: auto;
  }
}

.loaderdiv {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(77, 77, 77, 0.7);
  z-index: 1060;
}

.loading {
  height: 0;
  width: 0;
  padding: 15px;
  border: 6px solid #ccc;
  border-right-color: #888;
  border-radius: 22px;
  -webkit-animation: rotate 1s infinite linear;
  /* left, top and position just for the demo! */
  position: absolute;
  left: 50%;
  top: 50%;
}

.feeds-main-inner {
  overflow-y: hidden;
}

.feeds-section-inner {
  padding-top: 132px;
  display: flex;
  gap: 30px;
  position: relative;
  justify-content: space-between;
}

.feeds-content-inner {
  max-width: 100%;
  width: 100%;
}

.inner-feed-post {
  width: 100%;
}

.feeds-content-inner h2 {
  font-family: AirbnbCereal_W_Md;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.1px;
  text-transform: uppercase;
  color: #717171;
  margin-bottom: 16px;
  margin-left: 0px;
}

.feeds-item p {
  font-family: 'AirbnbCereal_W_Md';
  font-style: normal;
  font-weight: 500;
  font-size: 12.1409px;
  line-height: 17px;
  color: #222222;
  margin: 0;
}

.post-footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 100px;
}

.post-footer-text-inner {
  width: 100%;
}

.share-btn-feed-inner {
  display: flex;
  flex-direction: row-reverse;
  width: 100%;
}

.share-btn-inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-right: 15px;
}

.share-btn-feed-inner.sharer .social-inner.active.top {
  transform: scale(1) translate(180px, 31px);
}

.share-btn-feed-inner.sharer .social-inner.active {
  opacity: 1;
  transition: all 0.4s ease 0s;
  visibility: visible;
}

.share-btn-feed-inner.sharer .social-inner.top {
  transform-origin: 0 0 0;
}

.share-btn-feed-inner.sharer .social-inner {
  display: flex;
  justify-content: flex-end;
  opacity: 0;
  transition: all 0.4s ease 0s;
  visibility: hidden;
}

.share-btn-feed-inner.sharer .social-inner.active.top {
  transform: scale(1) translate(220px, 10px);
}

.post-t-share-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.post-t-share-inner h5 {
  width: 100%;
}

.post-footer-text-inner strong {
  margin-top: 15px;
  color: rgba(54, 54, 54, 0.733);
}

.contribution {
  display: flex;
  align-items: center;
  justify-content: center;
}

.dottedline {
  width: fit-content;
  z-index: 3;
}

.contribution-img {
  position: relative;
  z-index: 2;
}

.contribution-content {
  display: flex;
  flex-direction: column;
  gap: 80px;
  margin-left: -10px;
}

.contribution-count {
  position: relative;
}

.contribution-count .outlined-text {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.contribution-count .outlined-text h2 {
  font-family: 'AirbnbCereal_W_Md';
  font-style: normal;
  font-weight: 500;
  font-size: 36.8px;
  line-height: 41px;
  text-align: center;
  letter-spacing: 3.45px;
  -webkit-text-fill-color: black;
  /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 0.8px;
  -webkit-text-stroke-color: #dddddd;
  margin: 2px 0 0 5px;
}

.contribution-item {
  display: flex;
  align-items: center;
  background: #141414;
  border-radius: 200px;
  gap: 16px;
  height: 92px;
}

.contribution-item:hover {
  scale: 1.04;
  z-index: 4;
}

.contribution-item-content {
  display: flex;
  align-items: center;
  margin-right: 24px;
  justify-content: space-between;
  width: 100%;
  gap: 20px;
}

.contribution-item-content img {
  width: 78px;
}

.contribution-item-content h2 {
  font-family: 'AirbnbCereal_W_Bd';
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
  letter-spacing: -0.5px;
  color: #ffffff;
  margin-bottom: 4px;
}

.contribution-item-content h5 {
  font-family: 'AirbnbCereal_W_Md';
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #959595;
}

@media (min-width: 280px) and (max-width: 500px) {
  .feeds-section-inner {
    padding-top: 80px;
  }

  .post-t-share-inner h5 {
    width: 80%;
  }

  .share-btn-feed-inner.sharer .social-inner.top img {
    width: 29px;
    margin: 0 5px;
  }

  .feeds-item p {
    text-align: left;
    letter-spacing: 0;
  }

  .share-btn-feed-inner.sharer .social-inner.active.top {
    transform: scale(1) translate(0px, 0px);
  }
}

@media (min-width: 500px) and (max-width: 768px) {
  .feeds-section-inner {
    padding-top: 110px;
  }

  .feeds-item p {
    text-align: left;
    letter-spacing: 0;
  }

  .share-btn-feed-inner.sharer .social-inner.active.top {
    transform: scale(1) translate(20px, 0px);
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .feeds-section-inner {
    padding-top: 110px;
  }

  .feeds-item p {
    text-align: left;
    letter-spacing: 0;
  }

  .share-btn-feed-inner.sharer .social-inner.active.top {
    transform: scale(1) translate(40px, 0px);
  }
}

@media (min-width: 1024px) and (max-width: 1200px) {
  .share-btn-feed-inner.sharer .social-inner.active.top {
    transform: scale(1) translate(80px, 0px);
  }
}

@media (min-width: 1200px) and (max-width: 1440px) {
  .share-btn-feed-inner.sharer .social-inner.active.top {
    transform: scale(1) translate(152px, 0px);
  }
}

@-webkit-keyframes rotate {

  /* 100% keyframe for  clockwise. 
     use 0% instead for anticlockwise */
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@media (min-width: 1400px) {
  .checkout-btn::before {
    display: none;
  }

  .feeds-content {
    width: 60%;
  }

  .feeds-container {
    margin-bottom: 100px;
    padding: 0 100px;
  }

  .landingTextMain h5 {
    width: 365px;
  }

  .playBtn {
    width: 100%;
  }

  .footer-sign-up {
    padding-left: 10%;
  }

  .arrowLink {
    right: 4%;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  .journeyImg {
    width: 100%;
  }

  .feeds-container {
    margin-bottom: 100px;
    padding: 0 74px;
  }

  .card-content {
    height: 265px;
  }

  .blogs-header {
    margin: 0 1.7rem;
  }

  .journeyImg img {
    object-fit: cover;
    min-width: 100%;
  }
}

@media (min-width: 1200px) and (max-width: 1400px) {
  .blog-container .carousel-2 h5 {
    height: 80px;
  }

  .feeds-carousel-inner .feedsCarouselImg img {
    min-height: 450px;
    max-height: 450px;
  }

  .blog-container .carousel-2 p {
    height: 50px;
  }

  .landingTextMain h5 {
    width: 410px;
  }

  .blog-container .all .share-button.sharer .social.active.top {
    transform: scale(1) translate(140px, 31px);
  }

  .playBtn {
    width: 100%;
  }

  .footer-sign-up {
    padding-left: 5%;
  }
}

@media (min-width: 1024px) {
  .journeyHeader h2 {
    margin-left: 5%;
  }

  .journeySubHeader {
    width: 86%;
  }

  .allAbout-1 {
    margin-bottom: auto;
  }

  .footer-icon-space {
    margin: 0 12px;
  }
}

@media (max-width: 1366px) {
  #diamond {
    top: 49%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  #header ul li a {
    padding: 0 6px;
  }

  .contribution-item-content h2 {
    font-size: 23px;
    line-height: 30px;
  }

  .contribution-item-content h5 {
    font-size: 9px;
    line-height: 16px;
  }

  .feeds-nav-item.is-checked {
    padding: 8px 14px 8px 8px;
  }

  .feeds-nav-item.is-checked h4 {
    font-family: AirbnbCereal_W_Md;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.1px;
    color: #ffffff;
  }

  .feeds-container {
    margin-bottom: 100px;
    padding: 0 74px;
  }

  .feeds-carousel-inner .feedsCarouselImg img {
    min-height: 350px;
    max-height: 350px;
  }

  .feeds-section {
    gap: 12px;
  }

  .feeds-content {
    width: 38vw;
  }

  .navbar-nav {
    width: 100%;
  }

  .sharpDiamond {
    top: 56%;
  }

  .landingTextMain h5 {
    width: 360px;
  }

  .slick-prev {
    left: -20px;
  }

  .slick-next {
    right: -20px;
  }

  .blogs-main-img {
    min-height: 160px;
    object-fit: cover;
  }

  .carousel-2 .share-button.sharer .social.active.top {
    transform: scale(1) translate(80px, 31px);
  }

  .blog-container .all .share-button.sharer .social.active.top {
    transform: scale(1) translate(100px, 31px);
  }

  .appstoreDownload {
    padding: 8px 12px;
    gap: 8px;
    width: 145px;
  }

  .playBtn {
    width: 100%;
  }

  #diamond {
    top: 57%;
    left: 35%;
  }

  .card-content {
    height: 285px;
  }

  .blog-container .carousel-2 h5 {
    height: 100px;
  }

  .blog-container .carousel-2 p {
    height: 70px;
  }

  .blog-container .all h5 {
    height: 75px;
  }

  .blog-container .all p {
    height: 60px;
  }

  .footer-sign-up {
    padding-left: 7%;
  }

  .playstoreDownload {
    padding: 8px 12px;
    gap: 8px;
    width: 145px;
  }

  .journeySubHeader h2 {
    font-size: 46px;
  }

  .journeySubHeader h5 {
    font-size: 18px;
  }

  .exploreEcostore {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 10px 24px;
    margin-bottom: 20px;
  }

  .ourProcessSubHead {
    font-size: 14px;
    line-height: 22px;
    right: 4%;
  }

  .arrowLink {
    right: -13%;
  }

  .arrowLink img {
    width: 45%;
  }
}

@media (max-width: 1023px) {
  .feeds-container {
    margin-bottom: 100px;
    padding: 0 17%;
  }

  .feeds-carousel-inner .feedsCarouselImg img {
    min-height: 500px;
    max-height: 500px;
  }
}

@media (max-width: 991px) {
  #contributionlg {
    display: none;
  }

  .contribution {
    flex-direction: column;
  }

  .contribution-content {
    gap: 0;
    justify-content: center;
    align-items: center;
  }

  .contribution-item {
    flex-direction: column;
    height: auto;
    border-radius: 50px;
    position: relative;
    padding: 63px 48px 24px;
    margin-top: 50px;
    margin-bottom: -5px;
    width: 342px;
  }

  .contribution-item:first-of-type {
    max-width: 342px;
  }

  .contribution-count {
    position: absolute;
    top: -47px;
    margin-top: -13px;
  }

  .contribution-item-content {
    flex-direction: column-reverse;
    justify-content: center;
    margin: 0;
  }

  .contribution-img {
    margin-bottom: -20px;
  }

  .contribution-item-content h2 {
    text-align: center;
  }

  .contribution-item-content h5 {
    text-align: center;
  }
}

@media (min-width: 992px) {
  #contributionsm {
    display: none;
  }

  .dottedline {
    display: none;
  }
}

@media (max-width: 992px) {
  .feeds-stories {
    display: none;
  }

  .our-process-conatainer {
    padding: 48px 0;
  }

  .feeds-section {
    flex-direction: column;
  }

  #feeds-categories {
    display: flex;
    overflow-x: scroll;
  }

  .feeds-nav-item {
    flex-direction: column;
    min-width: 100px;
  }

  .feeds-nav-items {
    flex-direction: column;
    min-width: 100px;
  }

  .feeds-nav-items.is-checked {
    padding: 0;
    gap: 10px;
    height: auto;
    background: transparent;
    border: none;
    outline: none;
  }

  .feeds-item-header h3 {
    font-family: AirbnbCereal_W_Md;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.379405px;
    color: #717171;
  }

  .post-footer-text span {
    font-size: 10px;
    line-height: 14px;
  }

  .feeds-nav-items.is-checked h4 {
    color: #000;
  }

  .feeds-content {
    width: 100%;
    margin: auto;
  }

  .feeds-content h2 {
    display: none;
  }

  .feeds-nav-item.is-checked {
    height: auto;
    padding: 0;
    background: transparent;
    border: none;
    outline: none;
  }

  .feeds-nav-item.is-checked h4 {
    color: #000;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    text-align: center;

    color: #222222;
  }

  .feeds-nav-items.is-checked h4 {
    color: #000;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    text-align: center;
    color: #222222;
  }

  .feeds-nav-items h4 {
    font-family: AirbnbCereal_W_Bk;
    color: #000;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
  }

  .feeds-nav-item h4 {
    font-family: AirbnbCereal_W_Bk;
    color: #000;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
  }

  .feeds-categories {
    width: 100%;
  }

  .process .process-content h3 {
    font-family: AirbnbCereal_W_Md;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: px;
  }

  .process {
    margin: 40px 0 0;
  }

  .process .process-content {
    display: flex;
    gap: 12px;
    margin: 0 0px 30px;
  }

  .process .process-content .recycle .curvyarrow {
    position: absolute;
    bottom: -30px;
    left: -40px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .hamburger-bars {
    width: 80%;
  }

  .sharpDiamond {
    top: 55%;
  }

  .slick-prev {
    left: -30px;
  }

  .slick-next {
    right: -30px;
  }

  .nav-link.active .ac-brdr {
    margin-left: 10px;
  }

  .carousel-2 .share-button.sharer .social.active.top {
    transform: scale(1) translate(90px, 30px);
  }

  .blog-container .all .share-button.sharer .social.active.top {
    transform: scale(1) translate(140px, 31px);
  }

  .store-one {
    width: 48.6%;
    margin-right: 1.4%;
  }

  .journeySubHeader h2 {
    font-size: 35px;
    line-height: 46px;
  }

  .blog-container .carousel-2 h5 {
    height: 80px;
  }

  .blog-container .carousel-2 p {
    height: 60px;
  }

  .journeySubHeader h5 {
    font-family: AirbnbCereal_W_Md;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.1px;
    color: #ddd;
  }

  #diamond {
    top: 55%;
    left: 30%;
  }

  .card-content {
    height: 300px;
  }

  .exporeBtn {
    display: flex;
    justify-content: end;
    align-items: flex-end;
    height: 55%;
  }

  .navbar-collapse {
    display: flex;
  }

  .downloadOnMobile {
    display: flex;
    flex-direction: column;
  }

  .nav-end-class {
    margin-left: 10px !important;
  }

  .columnTextHeader {
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .arrowLink {
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
    right: -27%;
    top: -24px;
  }

  .landingPageMain {
    height: auto;
    justify-content: center;
    align-items: center;
  }

  .main-bg-img {
    background-color: #fff;
    height: auto;
  }

  .landingTextMain {
    width: 90%;
    position: relative;
    padding-top: 100px;
    margin-bottom: 20px;
  }

  .landingVideo {
    height: auto;
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
  }

  .shipping-proccess-container {
    top: 60%;
    left: 50%;
    transform: translate(-51%, -48%);
    margin: 0;
  }

  .ourProcessHead {
    top: 40%;
    font-family: AirbnbCereal_W_Md;
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 36px;
    letter-spacing: -0.5px;
    color: #fff;
    position: relative;
    flex-direction: row;
    text-align: center;
    display: flex;
    justify-content: center;
  }

  .ourProcessSubHead {
    font-size: 14px;
    line-height: 22px;
    position: relative;
    right: 0;
    text-align: center;
  }

  .card-content {
    padding: 16px;
  }

  .like-btn {
    right: 20px;
  }

  .allAboutHeading h2 {
    width: 550px;
  }

  .allAbout {
    width: 640px;
  }

  .store-header h1 {
    font-family: AirbnbCereal_W_Bd;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 39px;
    color: #fff;
    width: 500px;
  }
}

@media (max-width: 767px) {
  .feeds-carousel-content p {
    font-size: 14px;
    line-height: 22px;
  }

  .copyDesigned {
    flex-direction: column;
    justify-content: center;
    gap: 20px;
  }

  .eco-store-one {
    padding: 100px 24px;
  }

  .feeds-carousel-content h2 {
    font-size: 24px;
    line-height: 28px;
  }

  .get-in-touch-container {
    margin-top: 140px;
    margin-bottom: 45px;
  }

  .privacyPolicySection {
    margin-bottom: 45px;
  }

  .feeds-container {
    margin-bottom: 100px;
    padding: 0;
  }

  .feeds-carousel-inner .feedsCarouselImg img {
    min-height: 450px;
    max-height: 450px;
  }

  .termsAndConditionSection {
    margin-bottom: 45px;
  }

  .blog-container {
    margin-bottom: 45px;
  }

  .categories {
    margin-bottom: 45px;
  }

  .eco-store-soon {
    flex-direction: column;
  }

  #header ul li a {
    padding: 10px 0;
  }

  .blogs-main-img {
    min-height: 280px;
    object-fit: cover;
  }

  .carousel-2 .share-button.sharer .social.active.top {
    transform: scale(1) translate(30px, 0);
  }

  .sharpDiamond {
    top: 60%;
    left: 34%;
  }

  .nav-link.active .ac-brdr {
    margin-left: 10px;
  }

  .blog-container .all .share-button.sharer .social.active.top {
    transform: scale(1) translate(300px, 31px);
  }

  #diamond {
    top: 65%;
    left: 30%;
  }

  .process h4 {
    font-size: 14px;
    line-height: 18px;
  }

  .blog-container .carousel-2 h5 {
    height: 110px;
  }

  .blog-container .carousel-2 p {
    height: 100px;
  }

  .card-content {
    height: 280px;
    padding: 20px;
  }

  .slick-prev {
    left: -20px;
  }

  .slick-next {
    right: -20px;
  }

  .store-header h1 {
    font-family: AirbnbCereal_W_Bd;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 39px;
    color: #fff;
    width: 500px;
  }

  .store-product-one {
    background-color: #222;
    width: 100%;
    height: 350px;
  }

  .columnTextHeader {
    height: 50%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }

  .main-bg-img {
    background-color: #fff;
    height: auto;
  }

  .landingTextMain h1 {
    font-family: AirbnbCereal_W_Bd;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 39px;
    color: #222;
  }

  .ourProcessSubHead {
    font-size: 14px;
    line-height: 22px;
    position: relative;
    right: 0;
    text-align: center;
  }

  .ourProcessHead {
    top: 40%;
    font-family: AirbnbCereal_W_Md;
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 36px;
    letter-spacing: -0.5px;
    color: #fff;
    position: relative;
    flex-direction: row;
    text-align: center;
    display: flex;
    justify-content: center;
    margin-bottom: 16px;
  }

  .like-btn {
    right: 25px;
  }

  .landingPageMain {
    height: auto;
    margin: 90px 0 50px;
  }

  .journeyImg {
    display: flex;
    justify-content: center;
  }

  .landingTextMain h5 {
    font-family: AirbnbCereal_W_Md;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #222;
  }

  .arrowLink {
    width: 100%;
    display: flex;
    justify-content: end;
    position: absolute;
    position: relative;
    right: 21%;
    top: -25px;
  }

  .landingTextMain {
    position: relative;
    width: 90%;
    margin-bottom: 21px;
  }

  .landingVideo {
    height: 50%;
  }

  .garbage-section {
    height: auto;
    width: 100%;
    padding: 70px 30px 60px;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .allAbout-1 {
    display: flex;
    align-items: center;
    margin: auto;
  }

  .allAbout {
    width: auto;
  }

  .allAboutHeading h2 {
    width: auto;
  }

  #circle {
    padding: 170px 0;
  }

  .eco-store-para {
    text-align: left;
  }

  .problemHeader {
    padding: 0 24px;
  }

  .journeyHeader h2 {
    font-family: AirbnbCereal_W_Bk;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    color: #717171;
    padding-left: 10%;
  }

  .allAbout-2 {
    display: flex;
    align-items: center;
    margin: auto;
  }

  .problem {
    width: auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 30px;
  }

  .allAbout-3 {
    display: flex;
    align-items: center;
    margin: 30px auto;
  }

  .allAbout-4 {
    display: flex;
    align-items: center;
    margin: 30px auto;
  }

  .journeySubHeader h2 {
    font-family: AirbnbCereal_W_Bd;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    color: #fff;
  }

  .journeySubHeader h5 {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #ddd;
  }

  #journey-img {
    display: flex;
    justify-content: center;
  }

  .journeySubHeader {
    width: 70%;
  }

  .header-text-one {
    font-size: 25px;
    line-height: 30px;
    text-align: left;
  }

  .video-text-header-1 {
    width: 226px;
    padding: 0;
    height: 44px;
  }

  .video-text-header a button {
    width: 226px;
    padding: 0;
    height: 44px;
  }

  .icons-container {
    margin-left: 0;
    margin-top: 25px;
  }

  .icons-container1 {
    margin-left: 0;
    margin-top: 25px;
  }

  .icons-sm {
    margin-top: 25px;
  }

  footer {
    padding-top: 45px;
  }

  footer .download-ecocrew-text {
    padding-right: 50px;
  }

  .column-space-mobileview {
    margin: 0;
  }

  .incentive-arrow-2 {
    width: 77%;
    bottom: -8%;
    left: 10%;
  }

  .incentive-arrow-1 {
    position: absolute;
    width: 32%;
    top: 45%;
    left: 9%;
  }

  .eco-store-title h4 {
    font-size: 26px;
    line-height: 32px;
  }

  .what-people-say-section h1 {
    font-weight: 500;
    font-size: 32px;
    line-height: 36px;
    text-align: center;
    letter-spacing: -0.5px;
    color: #222;
    transform: rotate(-0.02deg);
  }

  .what-people-say-section p {
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    color: #717171;
  }

  .did-you-know-section h1 {
    font-size: 25px;
    line-height: 30px;
  }

  .did-you-know-section p {
    font-size: 12px;
    line-height: 24px;
    text-align: left;
  }

  .row-reverse-sm {
    flex-direction: column-reverse;
  }

  .ecocrew-icon {
    left: 4%;
    top: 124px;
  }

  #circle svg {
    right: 38%;
    top: 70px;
  }

  .row-reverse-mbl-view {
    flex-direction: column-reverse;
  }

  .get-in-touch-container h1,
  p {
    font-size: 25px;
    line-height: 30px;
    letter-spacing: 0;
    text-align: center;
  }

  .get-in-touch-container p {
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0;
    text-align: center;
    padding: 0 110px;
  }

  .send-message-btn {
    margin-right: auto;
  }

  .eco-store-text {
    font-family: AirbnbCereal_W_Md;
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 36px;
    letter-spacing: -0.5px;
    color: #fff;
    transform: rotate(-0.02deg);
  }

  .product-name {
    font-family: AirbnbCereal_W_Md;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    color: #fff;
  }

  .product-cat {
    font-family: AirbnbCereal_W_Md !important;
    font-size: 13px !important;
    font-weight: 400;
    line-height: 16px;
  }

  .discount-price {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    text-align: right;
  }

  .incentive-offer-img {
    margin-left: auto !important;
    margin-right: 0 !important;
    width: 68%;
  }

  .shipping-proccess-container {
    top: 60%;
    left: 50%;
    transform: translate(-51%, -48%);
    margin: 0;
  }

  .slide h2,
  p {
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.15em;
  }

  .solution {
    width: auto;
  }

  .reward {
    width: auto;
  }

  .rewardHeader span {
    white-space: normal;
  }

  .title-overlay {
    opacity: 1;
    padding: 28px 16px;
  }
}

@media (max-width: 599px) {
  #diamond {
    top: 45%;
    left: 40%;
  }

  .process .process-content {
    display: flex;
    gap: 12px;
    margin: 0 0px 30px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .curvyarrow {
    display: none;
  }

  .process .longarrow {
    rotate: 90deg;
  }

  .feeds-content {
    width: 100%;
  }

  .feeds-item h5 {
    font-family: AirbnbCereal_W_Md;
    font-style: normal;
    font-weight: 500;
    font-size: 14.2267px;
    line-height: 16px;
    letter-spacing: -0.222293px;
    color: #222222;
  }

  .feeds-item h6 {
    font-family: 'AirbnbCereal_W_Md';
    font-style: normal;
    font-weight: 500;
    font-size: 7.11337px;
    line-height: 10px;
    color: #222222;
  }

  .feeds-carousel-inner .feedsCarouselImg img {
    min-height: 430px;
    max-height: 430px;
  }

  .sharpDiamond {
    top: 45%;
    left: 40%;
  }

  .carousel-2 .share-button.sharer .social.active.top {
    transform: scale(1) translate(200px, 30px);
  }

  .blog-container .all .share-button.sharer .social.active.top {
    transform: scale(1) translate(290px, 31px);
  }

  .card-content {
    height: auto;
    padding: 20px;
  }

  .blog-container .carousel-2 h5 {
    height: 60px;
  }

  .blog-container .carousel-2 p {
    height: 50px;
  }
}

@media (max-width: 575px) {
  .ecocrew-icon {
    left: 0;
  }

  .carousel .slick-slide .user-details {
    margin: 11px 0px 11px 0px;
  }

  .main-bg-img {
    margin-top: 120px;
  }

  .blogs-main-img {
    min-height: 270px;
    max-height: 270px;
    object-fit: cover;
  }

  .slick-prev {
    left: -45px;
  }

  .slick-next {
    right: -45px;
  }

  #diamond {
    top: 45%;
    left: 40%;
  }

  .pop-modal-img {
    left: -6%;
    top: 5px;
  }

  .card-content {
    height: auto;
    padding: 20px;
  }

  .sharpDiamond {
    top: 50%;
    left: 40%;
  }

  .get-in-touch-container p {
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0;
    text-align: center;
    padding: 0 30px;
  }

  .landingTextMain h5 {
    width: 355px;
  }

  .blog-container .all .share-button.sharer .social.active.top {
    transform: scale(1) translate(290px, 31px);
  }

  .store-header h1 {
    width: 400px;
  }

  .arrowLink {
    width: 100%;
    display: flex;
    justify-content: start;
    position: relative;
    right: -15%;
    top: -23px;
  }

  .what-people-say-section {
    margin: 74px 10px;
  }

  footer a button {
    width: 166px;
    height: 52px;
    display: flex;
    align-items: center;
  }

  footer a button p {
    font-family: AirbnbCereal_W_Lt !important;
    font-style: normal;
    font-weight: 300;
    font-size: 10px !important;
    line-height: 16px !important;
    color: #ddd;
  }

  footer a button p span {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #ddd;
  }

  .brand-logo-width {
    width: 120px;
    padding-left: 13px;
  }

  #animation-circle {
    width: 350px;
    height: 350px;
  }

  .shipping-proccess-container {
    top: 62%;
    left: 51%;
    transform: translate(-51%, -48%);
    margin: 0;
    width: 260px;
    height: 252px;
  }

  .circle-carousel .pagination .dot {
    width: 40px;
    height: 40px;
  }

  .slide h2 p {
    font-weight: 500;
    font-size: 10px;
    line-height: 15px;
  }

  .slide h2 {
    font-weight: 500;
    font-size: 13px;
    line-height: 18px;
  }

  .checkout-btn::before {
    display: none;
  }

  .journeySubHeader {
    width: 75%;
  }

  .did-u-bg-img {
    background: #222;
    padding: 71px 0;
  }

  .allAboutHeading h2 {
    font-weight: 700;
    font-size: 35px;
    line-height: 46px;
  }

  .eco-store-soon h2 {
    font-weight: 700;
    font-size: 35px;
    line-height: 46px;
  }

  .allAbout-subHeading h4 {
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    width: 221px;
  }

  .allAbout-1 {
    margin: 0;
    width: 100%;
  }

  .allAbout {
    width: 100%;
  }

  .allAbout-subHeading h4 span {
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
  }

  .garbage-section {
    padding: 70px 20px 40px;
  }

  #circle svg {
    right: 35%;
    top: 74px;
    width: 100%;
    height: 128px;
  }

  .ecocrew-icon {
    left: 6%;
    top: 102px;
    width: 60px;
  }

  #circle {
    padding: 130px 0;
  }

  .problemImg img {
    height: 200px;
  }

  .problemImg {
    margin-bottom: 24px;
  }

  .problemHeader h2 {
    font-family: AirbnbCereal_W_Md;
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 36px;
    letter-spacing: -0.5px;
    color: #ee7565;
  }

  .problemHeader h2 span {
    font-family: AirbnbCereal_W_Md;
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 36px;
    letter-spacing: -0.5px;
    color: #ee7565;
  }

  .problemHeader p {
    font-family: AirbnbCereal_W_Md;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    color: #222;
  }

  .problemHeader {
    padding: 0 0;
  }

  .problem {
    margin-bottom: 14px;
  }

  h2 {
    display: block;
    font-size: 1.5em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0;
    margin-inline-end: 0;
    font-weight: 700;
  }

  .solutionHeader h2 {
    font-family: AirbnbCereal_W_Md;
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 36px;
    letter-spacing: -0.5px;
  }

  .solutionHeader h2 span {
    font-family: AirbnbCereal_W_Md;
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 36px;
    letter-spacing: -0.5px;
  }

  .solutionHeader p {
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
  }

  .rewardHeader p {
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    padding: 0;
  }

  .eco-store-soon h5 {
    font-size: 14px;
    line-height: 22px;
  }

  .rewardHeader h2 {
    font-weight: 500;
    font-size: 32px;
    line-height: 36px;
    text-align: center;
    letter-spacing: -0.5px;
  }

  .rewardHeader h2 span {
    font-weight: 500;
    font-size: 32px;
    line-height: 36px;
    text-align: center;
    letter-spacing: -0.5px;
  }

  .solutionHeader {
    padding: 0 0 14px;
  }

  .rewardHeader {
    padding: 0 0 14px;
  }

  .exporeBtn {
    height: 60%;
  }

  .eco-store-one {
    padding: 100px 24px;
  }

  .eco-product {
    padding: 0;
  }

  .eco-product-img {
    margin-bottom: 90px;
  }

  .our-process-conatainer {
    background-color: #222;
    position: relative;
    margin-top: 24px;
    padding: 48px 0;
  }

  .view-more-btn {
    width: 188px;
  }

  .store-images img {
    margin-bottom: 100px;
  }
}

@media (min-height: 800px) {
  .allAbout-1 {
    margin-bottom: auto;
    margin-top: 90px;
  }
}

@media (max-width: 510px) {
  .blog-container .all .share-button.sharer .social.active.top {
    transform: scale(1) translate(220px, 31px);
  }

  .blogs-main-img {
    min-height: 250px;
    max-height: 250px;
    object-fit: cover;
  }

  .feeds-carousel-inner .feedsCarouselImg img {
    min-height: 400px;
    max-height: 400px;
  }
}

@media (max-width: 450px) {
  .journeySubHeader {
    width: 85%;
  }

  .slick-slide {
    margin: 10px 10px;
  }

  [data-expand='text'] {
    height: 80px;
  }

  .carousel .card-text p {
    font-size: 12px;
    line-height: 16px;
  }

  .feeds-carousel-inner .feedsCarouselImg img {
    min-height: 360px;
    max-height: 360px;
  }

  .card-heading {
    flex-direction: column;
  }

  .eco-store-soon-img img {
    width: 200px;
  }

  .video_img {
    width: 97%;
  }

  .sharpDiamond {
    top: 53%;
    left: 40%;
  }

  .send-message-btn {
    margin-left: auto;
    margin-right: auto;
  }

  .blogs-main-img {
    min-height: 230px;
    max-height: 230px;
    object-fit: cover;
  }

  .carousel-2 .share-button.sharer .social.active.top {
    transform: scale(1) translate(150px, 30px);
  }

  .blog-container .all .share-button.sharer .social.active.top {
    transform: scale(1) translate(180px, 31px);
  }

  #diamond {
    top: 48%;
    left: 40%;
  }

  .blog-container .carousel-2 h5 {
    height: 60px;
  }

  .blog-container .carousel-2 p {
    height: 70px;
  }

  .journeyHeader h2 {
    font-family: AirbnbCereal_W_Bk;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    color: #717171;
    padding-left: 5%;
  }

  .store-header h1 {
    font-family: AirbnbCereal_W_Bd;
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 33px;
    color: #fff;
    width: 270px;
  }

  .blog-container .all p {
    height: 60px;
  }
}

@media (max-width: 397px) {
  .blog-container .carousel-2 h5 {
    height: 90px;
  }

  .copy-right-text {
    text-align: center;
  }

  .feeds-carousel-inner .feedsCarouselImg img {
    min-height: 330px;
    max-height: 330px;
  }

  .blog-container .carousel-2 p {
    height: 70px;
  }

  .blog-container .all .share-button.sharer .social.active.top {
    transform: scale(1) translate(130px, 31px);
  }

  .carousel-2 .share-button.sharer .social.active.top {
    transform: scale(1) translate(120px, 30px);
  }

  .blogs-main-img {
    min-height: 210px;
    max-height: 210px;
    object-fit: cover;
  }
}

@media (max-width: 376px) {
  .journeySubHeader {
    width: 90%;
  }

  .feeds-carousel-inner .feedsCarouselImg img {
    min-height: 310px;
    max-height: 310px;
  }

  .blogs-main-img {
    min-height: 180px;
    max-height: 180px;
    object-fit: cover;
  }

  .blog-container .all h5 {
    height: 75px;
  }

  .contribution-item {
    padding: 63px 24px 24px;
    width: auto;
  }

  .carousel-2 .share-button.sharer .social.active.top {
    transform: scale(1) translate(65px, 30px);
  }

  .blog-container .all .share-button.sharer .social.active.top {
    transform: scale(1) translate(70px, 31px);
  }

  .landingTextMain h5 {
    width: 270px;
  }

  .blog-container .carousel-2 h5 {
    height: 100px;
  }

  .blog-container .carousel-2 p {
    height: 90px;
  }

  .arrowLink {
    top: -23px;
    right: -22%;
    width: 75%;
  }

  .journeySubHeader h2 {
    margin: 0;
  }

  .ecocrew-icon {
    left: calc(4% + 6px);
    top: 102px;
    width: 60px;
  }

  .exporeBtn {
    height: 50%;
  }

  .download-ecocrew-text {
    margin-top: 24px !important;
    margin-bottom: 48px;
  }

  .circle-carousel .pagination .dot {
    width: 32px;
    height: 32px;
  }

  .shipping-proccess-container {
    top: 63%;
    left: 51%;
    transform: translate(-51%, -48%);
    margin: 0;
    width: 210px;
    height: 210px;
  }
}

@media (max-width: 360px) {
  #animation-circle {
    width: 290px;
    height: 290px;
  }

  .video_img {
    width: 96%;
  }

  .filters ul {
    padding-left: 0;
  }

  .feeds-carousel-inner .feedsCarouselImg img {
    min-height: 270px;
    max-height: 270px;
  }

  .sharpDiamond {
    top: 56%;
    left: 40%;
  }

  .card-content {
    height: auto;
    padding: 20px;
  }
}

/*  */
/* new page  */
/*  */
.download-now {
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow-x: visible;
  max-width: 100vw;
}

.download-now main {
  max-width: 1600px;
}

.download-now-main {
  max-width: 100vw;
  display: flex;
  gap: 24px;
}

.download-now-main .main-left-sec {
  padding: 24px 0px 24px 74px;
}

.download-now-main .main-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: calc(100% - 230px)
}

.download-now-main .header-section {
  margin-bottom: 50px;
}

.download-now-main .header-section img {
  width: 256px;
  margin: 0 13px 10px;
}

.download-now-main .header-section h5 {
  font-family: AirbnbCereal_W_Md;
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: 0px;
  text-align: left;
}

.download-now-main h1 {
  max-width: 600px;
  background: -webkit-linear-gradient(0.90turn, #095e54, #3aad6d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: AirbnbCereal_W_Bk;
  font-size: 60px;
  font-weight: 700;
  line-height: 76px;
  letter-spacing: 0px;
  text-align: left;

}

.download-now-main h1 span:nth-child(2) {
  font-size: 50px;
  font-weight: 600;
  line-height: 75px;
  color: #000;
  -webkit-background-clip: inherit;
  -webkit-text-fill-color: #000;
  font-family: AirbnbCereal_W_Bk;
}

.download-now-main .download-links {
  margin-top: 78px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 16px;
}

.download-now-main .download-links img {
  width: 240px;
}

.download-now-main .main-video-img {
  max-width: 46%;
  position: relative;
}

.download-now-main .main-video-img>img {
  width: 100%;
  max-width: 100%;
}

.download-now-main .main-video-img>a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0%);
}

.download-now-main .main-video-img>a>img {
  width: 80px;
}

.download-now .how-it-works {
  padding: 74px 84px;
}

.download-now .how-it-works>h4 {
  font-family: AirbnbCereal_W_Md;
  font-size: 30px;
  font-weight: 500;
  line-height: 39px;
  background: -webkit-linear-gradient(0.90turn, #095e54, #3aad6d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
}

.how-it-works .works-main {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 15px;
  margin-top: 140px;
  margin-bottom: 74px;
}

.how-it-works .works-main>div {
  position: relative;
  padding: 170px 32px 32px 32px;
  border-radius: 4px;
  box-shadow: 0px 10px 100px 0px #0000001A;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 400px;
}

.how-it-works .works-main>div>img {
  max-width: 100%;
  max-height: 213px;
}

.how-it-works .works-main>div h4 {
  font-family: AirbnbCereal_W_Bd;
  font-size: 26px;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: 0.1;
  text-align: center;

}

.how-it-works .works-main>div p {
  font-family: AirbnbCereal_W_Bk;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.10000000149011612px;
  text-align: center;
}

.how-it-works .recyclables img {
  position: absolute;
  transform: translate(0, -60px);
  top: 0;
}

.how-it-works .recyclables .step1 {
  position: absolute;
  top: -10px;
  left: 0px;
  width: 75px;
}

.how-it-works .doorstep .step2 {
  position: absolute;
  bottom: -65px;
  display: flex;
  align-items: center;
  left: -120px;
  width: 100%;
}

.how-it-works .doorstep .step2 img {
  position: relative;
  width: 75px;
  height: fit-content;
}

.how-it-works .doorstep .step2 img:nth-child(2) {
  position: relative;
  width: 143px;
  height: fit-content;
}

.how-it-works .get-cash .step3 {
  position: absolute;
  top: 30px;
  display: flex;
  align-items: center;
  left: -85px;
  width: 100%;
}

.how-it-works .get-cash .step3 img {
  position: relative;
  width: 75px;
  height: fit-content;
}

.how-it-works .get-cash .step3 img:nth-child(2) {
  position: relative;
  width: 143px;
  height: fit-content;
}

.how-it-works .doorstep>img {
  position: absolute;
  transform: translate(0, -80px);
  top: 0;
}

.how-it-works .get-cash img {
  position: absolute;
  transform: translate(0, -100px);
  top: 0;
}

.download-footer {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 80px 74px;
  background: #DEECE8;
}

.download-footer .download-contact-us {
  display: flex;
  gap: 24px;
  align-items: center;
}

.download-footer .download-contact-us p {
  font-family: AirbnbCereal_W_Md;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0px;
  color: #737373;
  margin-bottom: 0;
}

.download-footer .download-contact-us a {
  font-family: AirbnbCereal_W_Bk;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: #222222;
  text-decoration: none;
}

.download-footer .download-socials {
  display: flex;
  align-items: center;
  gap: 24px;
}

.download-footer .download-socials a img {
  width: 50px;
}

@media (max-width : 1200px) {
  .download-now-main h1 {
    font-size: 45px;
    line-height: 56px;
  }

  .download-now-main .download-links {
    margin-top: 48px;
  }

  .download-now-main .header-section {
    margin-bottom: 52px;
  }

  .download-now-main h1 span:nth-child(2) {
    font-size: 40px;
    line-height: 50px;
  }

  .download-footer .download-contact-us {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width : 1024px) {
  .download-now-main {
    flex-direction: column;
    padding: 0 25px;
    align-items: center;
  }

  .download-now-main h1 {
    text-align: center;
  }

  .download-now-main .main-content {
    align-items: center;
  }

  .download-now-main .header-section {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .download-now-main .main-left-sec {
    padding: 24px 0px;
  }

  .how-it-works .works-main {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-gap: 120px;
  }

  .how-it-works .doorstep .step2 {
    top: -100px;
    bottom: auto;
    left: -130px;
    flex-direction: column-reverse;
  }

  .how-it-works .doorstep .step2 img:nth-child(2) {
    rotate: 140deg;
    position: relative;
    top: -50px;
    left: -10px;
  }

  .how-it-works .get-cash .step3 {
    top: 00px;
    bottom: auto;
    left: 130px;
    flex-direction: column-reverse;
  }

  .how-it-works .get-cash .step3 img:nth-child(2) {
    rotate: 60deg;
    position: relative;
    top: -100px;
    left: -100px;
  }
}

@media (max-width : 768px) {
  .download-now-main .main-left-sec {
    margin: 24px 40px;
    padding: 0 25px;
  }

  .download-now-main {
    flex-direction: column;
    padding: 0 0px;
  }

  .download-now-main .download-links {
    justify-content: center;
  }

  .download-now .how-it-works {
    padding: 48px 24px 32px;
  }

  .download-now-main .main-video-img {
    max-width: 100%;
  }

  .download-now-main h1 {
    font-size: 28px;
    line-height: 36px;
  }

  .download-now-main h1 span:nth-child(2) {
    font-size: 26px;
    line-height: 34px;
  }

  .how-it-works .works-main>div h4 {
    font-size: 20px;
    line-height: 25px;
  }

  .how-it-works .works-main>div p {
    font-size: 15px;
    line-height: 20px;
  }

  .download-footer {
    flex-direction: column;
    gap: 74px;
    padding: 48px 24px;
  }
}

@media (max-width : 400px) {
  .how-it-works .doorstep .step2 {
    left: -37%;
  }

  .how-it-works .get-cash .step3 {
    left: 110px;
  }
}