:root {
  --primary-color: #ED7014;
  --secondary-color: #008080;
  --secondary-color-light: #E5F2F2;
  --default-border-radius: 41px;
  --default-title-font-size: 1.4rem;
  --default-title-bs-font-size: 2rem;
  --default-title-font-weight: 500;
  --default-title-color: #343535;
  --default-title-color-disabled: #B9B9B8;
  --default-logo-color: #091d4b;
}

.top-banner-container.remove-gradient-bg {
  background: rgba(166, 208, 221, 0.2);
}
.top-banner-container.all-comm {
  background: linear-gradient(217deg, #FFD3B0, rgba(255, 0, 0, 0) 20.71%), linear-gradient(127deg, #A6D0DD, rgba(166, 208, 221, 0.2) 20.71%), linear-gradient(60deg, rgba(255, 105, 105, 0.3490196078), rgba(0, 255, 0, 0) 20.71%), linear-gradient(336deg, #FFD3B0, rgba(255, 211, 176, 0.2) 15.71%);
  background-repeat: no-repeat;
  background-size: cover;
}
.top-banner-container .all-commerce-section-1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0rem 3%;
  height: calc(100vh - 90px);
}
.top-banner-container .all-commerce-section-1 .section-1-left .commerce-heading {
  color: #555555;
}
.top-banner-container .all-commerce-section-1 .section-1-left .commerce-heading .span1 {
  font-weight: 800;
  background: linear-gradient(to right, #EB3B5A, #4B7BEC, #EB3B5A);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.top-banner-container .all-commerce-section-1 .section-1-left .commerce-heading .span2 {
  font-weight: 800;
}
.top-banner-container .all-commerce-section-1 .section-1-left .commerce-heading-2 {
  margin-top: 20px;
  color: #555555;
}
.top-banner-container .all-commerce-section-1 .section-1-left .commerce-heading-2 span {
  color: #0C8281;
}
.top-banner-container .all-commerce-section-1 .section-1-left .commerce-button {
  margin-top: 20px;
}
.top-banner-container .all-commerce-section-1 .section-1-right {
  position: relative;
  width: 60%;
  height: 100%;
}
.top-banner-container .all-commerce-section-1 .section-1-right .image-3 {
  position: absolute;
  top: 10%;
  left: 10%;
  z-index: -1;
}
.top-banner-container .all-commerce-section-1 .section-1-right .image-2 {
  position: absolute;
  bottom: 5%;
  left: 0;
}
.top-banner-container .all-commerce-section-1 .section-1-right .image-1 {
  position: absolute;
  top: 20%;
  right: 15%;
}

.all-commerce-section-2 {
  padding: 3% 3%;
  background-color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.all-commerce-section-2 .section-2 {
  position: relative;
  max-width: 1280px;
}
.all-commerce-section-2 .section-2 .section-2-heading {
  background: linear-gradient(to right, #EB3B5A, #ED7014);
  height: 338px;
  border-radius: 35px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.all-commerce-section-2 .section-2 .all-commerce-section-2-body {
  width: 100%;
}
.all-commerce-section-2 .section-2 .all-commerce-section-2-body .content-heading {
  position: relative;
  text-align: center;
  margin-top: 2.75rem;
  color: white;
  font-weight: 400;
  z-index: 1;
}
.all-commerce-section-2 .section-2 .all-commerce-section-2-body .content-heading span {
  font-weight: 600;
}
.all-commerce-section-2 .section-2 .all-commerce-section-2-body .content-heading p {
  font-weight: 400;
  font-size: 1.5rem;
}
.all-commerce-section-2 .section-2 .all-commerce-section-2-body .all-commerce-section-2-card {
  background: #FFFFFF;
  box-shadow: 7px 10px 25px -1px rgba(72, 112, 107, 0.2);
  border-radius: 18px;
  border: none;
  padding: 1rem 1rem;
  margin: 1rem 0rem;
}
.all-commerce-section-2 .section-2 .all-commerce-section-2-body .all-commerce-section-2-card .image {
  border-radius: 15px;
}
.all-commerce-section-2 .section-2 .all-commerce-section-2-body .all-commerce-section-2-card .card-body {
  text-align: center;
}
.all-commerce-section-2 .section-2 .all-commerce-section-2-body .all-commerce-section-2-card .card-body .card-inner-title-1 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 2.3rem;
  background: linear-gradient(to right, #EB3D56, #ED7014);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.all-commerce-section-2 .section-2 .all-commerce-section-2-body .all-commerce-section-2-card .card-body .card-inner-title-1.title-2 {
  background: linear-gradient(to right, #2BCBBA, #EB3B5A);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.all-commerce-section-2 .section-2 .all-commerce-section-2-body .all-commerce-section-2-card .card-body .card-inner-title-1.title-3 {
  background: linear-gradient(to right, #9747FF, #FD9644);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.all-commerce-section-2 .section-2 .all-commerce-section-2-body .all-commerce-section-2-card .card-body .card-inner-title-1.title-4 {
  background: linear-gradient(to right, #0C8281, #FF9F43);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: capitalize !important;
}
.all-commerce-section-2 .section-2 .all-commerce-section-2-body .all-commerce-section-2-card .card-body p {
  color: #555555;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
}
.all-commerce-section-2 .section-2 .all-commerce-section-2-body .all-commerce-section-2-card .card-footer {
  background-color: transparent;
  border-top: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.all-commerce-section-3 {
  padding: 3% 3%;
  background-color: #FFFFFF;
}
.all-commerce-section-3 .heading {
  text-align: center;
  padding: 1rem 0rem;
  font-size: 3rem;
  font-weight: 700;
  text-transform: capitalize;
  background: linear-gradient(to right, #eb3b5a, #d37525);
  background: -webkit-linear-gradient(to right, #eb3b5a, #d37525);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.all-commerce-section-3 .section-3-card {
  background: #FFFFFF;
  position: relative;
  border-radius: 18px;
  border: none;
  margin: 1rem 0rem;
  margin-bottom: 7rem;
}
.all-commerce-section-3 .section-3-card .card-outer {
  position: absolute;
  width: 100%;
  bottom: -20%;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.all-commerce-section-3 .section-3-card .card-outer .size-card {
  width: 100%;
  background-color: #EFFFF0;
  margin: 0rem 2rem;
  height: 200px;
  border-radius: 12px;
  text-align: center;
}
.all-commerce-section-3 .section-3-card .card-outer .size-card .outer-heading {
  color: #343535;
  font-size: 1.5rem;
  font-weight: 600;
  padding-top: 1rem;
  height: 100px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.all-commerce-section-3 .section-3-card .card-outer .size-card .commerce-button {
  display: flex;
  justify-content: center;
  align-items: center;
}
.all-commerce-section-3 .section-3-card .card-outer .size-card.color-2 {
  background-color: #EFFDFB;
}
.all-commerce-section-3 .section-3-card .card-outer .size-card.color-3 {
  background-color: #FFFAE9;
}
.all-commerce-section-3 .section-3-card .card-outer .size-card.color-4 {
  background-color: #FFEAED;
}
.all-commerce-section-3 .section-3-card .card-outer .size-card.color-5 {
  background-color: #EAF0FF;
}
.all-commerce-section-3 .section-3-card .card-outer .size-card.color-6 {
  background-color: #FFE8DA;
}
.all-commerce-section-3 .section-3-card .card-outer .size-card.color-7 {
  background-color: #FFF4C9;
}
.all-commerce-section-3 .section-3-card .card-outer .size-card.color-8 {
  background-color: #D9FAFF;
}
.all-commerce-section-3 .section-3-card .card-outer .size-card.color-9 {
  background-color: #F6EAFF;
}

.all-commerce-section-4 {
  padding: 3% 3%;
  background-color: #FFFFFF;
}
.all-commerce-section-4 .heading {
  text-align: center;
  padding: 1rem 0rem;
  padding-bottom: 3rem;
  font-size: 5vw;
  font-weight: 700;
  text-transform: capitalize;
  background: linear-gradient(to right, #EB3B5A, #2BCBBA);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.all-commerce-section-5 {
  margin: 1rem 0rem;
  background: linear-gradient(217deg, #FFD3B0, rgba(255, 0, 0, 0) 20.71%), linear-gradient(127deg, #A6D0DD, rgba(166, 208, 221, 0.2) 20.71%), linear-gradient(60deg, #FF6969, rgba(0, 255, 0, 0) 20.71%), linear-gradient(336deg, #FFD3B0, rgba(255, 211, 176, 0.2) 15.71%);
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 768px) {
  .all-commerece-section-2 {
    padding: 3% 3%;
    background-color: #FFFFFF;
  }
  .all-commerece-section-2 .section-2 {
    position: relative;
    height: 1800px;
  }
  .all-commerece-section-2 .section-2 .section-2-heading {
    background: linear-gradient(to right, #EB3B5A, #ED7014);
    height: 338px;
    border-radius: 35px;
  }
  .all-commerece-section-2 .section-2 .all-commerce-section-2-body {
    position: absolute;
    top: 25px;
    left: 0;
    width: 100%;
    text-align: center;
  }
  .all-commerece-section-2 .section-2 .all-commerce-section-2-body .content-heading {
    color: white;
    font-weight: 400;
  }
  .all-commerece-section-2 .section-2 .all-commerce-section-2-body .content-heading span {
    font-weight: 600;
  }
  .all-commerece-section-2 .section-2 .all-commerce-section-2-body .content-heading p {
    font-weight: 400;
    font-size: 1.5rem;
  }
  .all-commerece-section-2 .section-2 .all-commerce-section-2-body .all-commerce-section-2-card {
    background: #FFFFFF;
    box-shadow: 7px 10px 25px -1px rgba(72, 112, 107, 0.2);
    border-radius: 18px;
    border: none;
    padding: 1rem 1rem;
    margin: 1rem 0rem;
  }
  .all-commerece-section-2 .section-2 .all-commerce-section-2-body .all-commerce-section-2-card .image {
    border-radius: 15px;
  }
  .all-commerece-section-2 .section-2 .all-commerce-section-2-body .all-commerce-section-2-card .card-body {
    text-align: center;
  }
  .all-commerece-section-2 .section-2 .all-commerce-section-2-body .all-commerce-section-2-card .card-body .card-inner-title-1 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 2.3rem;
    background: linear-gradient(to right, #689C36, #EB3B5A);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .all-commerece-section-2 .section-2 .all-commerce-section-2-body .all-commerce-section-2-card .card-body .card-inner-title-1.title-2 {
    background: linear-gradient(to right, #2BCBBA, #EB3B5A);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .all-commerece-section-2 .section-2 .all-commerce-section-2-body .all-commerce-section-2-card .card-body .card-inner-title-1.title-3 {
    background: linear-gradient(to right, #9747FF, #FD9644);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .all-commerece-section-2 .section-2 .all-commerce-section-2-body .all-commerce-section-2-card .card-body .card-inner-title-1.title-4 {
    background: linear-gradient(to right, #0C8281, #FF9F43);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: capitalize !important;
  }
  .all-commerece-section-2 .section-2 .all-commerce-section-2-body .all-commerce-section-2-card .card-body p {
    color: #555555;
    text-align: center;
    font-size: 1rem;
    font-weight: 500;
  }
  .all-commerece-section-2 .section-2 .all-commerce-section-2-body .all-commerce-section-2-card .card-footer {
    background-color: transparent;
    border-top: none;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .all-commerce-section-4 {
    padding: 3% 3%;
    background-color: #FFFFFF;
  }
  .all-commerce-section-4 .heading {
    text-align: center;
    font-size: 8vw;
    font-weight: 700;
    text-transform: capitalize;
    background: linear-gradient(to right, #EB3B5A, #2BCBBA);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}