.section-offering {
  padding: 5rem 0 2.4rem;
}
.offering-top {
  margin-bottom: 4rem;
}
.section-title {
  color: #003569;
  font-weight: 600;
  font-size: 3rem;
  line-height: 7rem;
  text-align: center;
}

.section-desc {
  color: rgba(0, 0, 0, 0.9);
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2.5rem;
  text-align: center;
}
.offering-content-1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10rem;
  margin-bottom: 10rem;
}
.offering-content-1 .item {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3.4rem;
  flex: 1;
  width: 100%;
}
.item .item-icon {
  width: 7rem;
  height: 7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #003569c9;
}
.item .item-icon > img {
  height: 3.2rem;
  width: 3.2rem;
}
.offering-content-1 .item-text {
  display: flex;
  flex-direction: column;
  flex: 6;
}
.item-text ul {
  margin: 0;
  padding: 0;
  list-style: none;
  color: rgba(0, 0, 0, 0.7);
}
.item-text .item-heading {
  color: #003569c9;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 3.2rem;
}
.item-text .item-desc {
  color: rgba(0, 0, 0, 0.7);
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 3rem;
}
.offering-content-2 {
  display: flex;
  justify-content: space-between;
  gap: 4rem;
  align-items: center;
  position: relative;
}
.offering-content-2 .item {
  flex: 1;
}
.offering-content-2 .item-text {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 47.7rem;
  margin-left: auto;
}
.offering-content-2 .item-text .item-title {
  font-weight: 600;
  font-size: 3rem;
  color: #003569;
}
.offering-content-2 .item-text .item-desc,
.offering-content-2 .item-text .item-list li {
  font-weight: 500;
  font-size: 15px;
  line-height: 30px;
  color: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  gap: 0.7rem;
}
.offering-content-2 .item-text .item-list ul {
  list-style-type: none;
  text-align: start;
  padding: 0;
  margin: 0;
}
.offering-content-2 .item-link a {
  text-decoration: none;
  font-weight: 500;
  font-size: 15px;
  line-height: 23px;
  color: #568dce;
  border-bottom: 2px solid #568dce;
}
.offering-content-2 .merchant-picture {
  /* width: 100%;
    height: 400px;
    border-radius: 43px;
    background: #D9D9D9; */
}
.offering-content-2 .merchant-picture img {
  width: 87%;
}
.section-merchants {
  padding: 4.4rem 0 2rem;
  background-color: #eeeeee;
}
.merchants {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 16rem;
}
section.merchants-small {
  display: none;
}
.merchants .section-title {
  color: rgba(0, 0, 0, 0.9);
  margin-bottom: 5rem;
}
.merchants .brands {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4.9rem;
  margin-bottom: 4rem;

  width: 100%;
}

.countdown {
  font-size: 1.4rem;
  left: -0.6px;
}
#countdown-span {
  letter-spacing: -0.9px;
  color: #01934a;
}
.merchants .brands .brand {
  max-width: 17rem;
  width: 100%;
  height: 15.4rem;
  background: #fff;
  border-radius: 2.5rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.merchants .brands .brand img {
  width: 50%;
  margin-bottom: 10px;
}
.merchants .brand .brand-desc {
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #003569;
  /* color: #003569; */
}
.merchants a {
  text-decoration: none;
}
.merchants .see-all {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 600;
  color: black;
  text-decoration: none;
  cursor: pointer;
}

section.how-it-works {
  display: grid;
  grid-template-columns: 1fr 4fr;
  /* height: 110vh; */
}
.how-it-works .works-pic {
  background: url(../images/fam.png);
  background-size: cover;
  background-position: center;
  filter: brightness(0.4);
}
.works-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  width: 93%;
  padding: 5rem 0 10rem;
}
.works-section .works-title {
  font-size: 30px;
  font-weight: 600;
  color: #003569;
  line-height: 70px;
}
.works {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: center;
  align-items: center;
  column-gap: 3.3rem;
  row-gap: 6.9rem;
}
.works .work {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 2rem;
  margin: 1rem;
}
.work-text .work-title {
  /* font-size: 1.8; */
  line-height: 32px;
  font-weight: 600;
  color: #003569c9;
  margin-bottom: 0.5rem;
}
.work-text .work-desc {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 3rem;
  max-width: 35.7rem;
  color: rgba(0, 0, 0, 0.7);
}
.work-desc ul {
  /* margin: 0; */
  /* padding: 0 1rem; */
  list-style: none;
}

/* section.offer{
    height: 70vh;
    background: #E5F4FD;
    position: relative;
    margin: -1rem 0;
    padding: 0;
}
.offer .owl-carousel{
    height: 70vh;
    width: 100%;
}
.offer-carousel{
    width: 100%;
    height: 70vh;
    display: flex;
    justify-content: space-between;
}
.offer-carousel::before{
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 70vh;
}
.offer-title{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-size: 30px;
    font-weight: 600;
    line-height: 70px;
    color: white;
    z-index: 10;
    margin-top: 1rem;
}
.offer-section-1{
    position: absolute;
    left: 13%;
    top: 10%;
    width: 50%;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    gap: 4rem;
}
.offer-section-1 img{
    width: 6rem !important;
    margin-left: -1rem;
}
.offer-section-1 .logo-section{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.offer-title span{
    color: #003569;
}
.offer-section-1 .logo-section .text{
    color: #003569;
    font-weight: 600;
    font-size: 18px;
    line-height: 70px;
}
.logo-section .text span{
    color: #01934A;
}
.offer-section-1 .text{
    color: #003569;
    font-size: 30px;
    font-weight: 600;
    line-height: 70px;
    width: 50%;
}
.offer-section-1 .desc{
    color: white;
    font-size: 15px;
    font-weight: 600;
    line-height: 30px;
    width: 40%;
}
.offer-section-2{
    position: relative;
    width: 50%;
}
.offer-section-2 img{
    position: absolute;
    top: 0;
    right: 50%;
}
.offer-section-2 .free-del{
    position: absolute;
    right: 5rem;
    top: 3rem;
    padding: 2rem;
    height: 150px;
    width: 170px;
    background: #01934A80;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: .5rem;
    clip-path: polygon(70% 0, 100% 70%, 30% 100%, 0 30%);
}
.free-del .text{
    margin-left: 2rem;
    color: #003569;
    font-size: 18px;
    font-weight: 600;
    line-height: 32px;
    border-bottom: 2px solid #003569;
}
.free-del .text span{
    margin-left: 2rem;
}
.free-del .desc{
    color: white;
    font-size: 600px;
    font-size: 12px;
    line-height: 32px;
}
.offer-section-2 button{
    position: absolute;
    bottom: 3rem;
    right: 3rem;
    border: none;
    background: #003569C2;
    padding: 1.5rem 3rem;
    color: white;
    border-radius: 10px;
}
.offer .offer-back{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 60%;
    background: #01934A80;
    clip-path: polygon(0 0, 96% 0, 70% 100%, 0% 100%);
} */

.section-agent {
  background: #eeeeee;
  padding: 10rem 0 5.7rem;
}
.agent .agent-top .agent-section {
  display: flex;
  justify-content: space-between;
}
.agent .agent-top {
  margin-bottom: 3rem;
}
.agent-section {
  display: flex;
  gap: 1rem;
}
.become-agent {
  text-align: left;
  padding: 5rem 0 0 5rem;
  width: 43%;
}
.agent-section .section-title {
  font-size: 3rem;
  line-height: 5.7rem;
  text-align: left;
  margin-bottom: 2.3rem;
}
.agent-section .agent-text {
  width: 70%;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 3rem;
  margin-bottom: 3rem;
  color: rgba(0, 0, 0, 0.7);
}
.agent-section .agent-button {
  background: #01934a;
  padding: 1.8rem;
  font-size: 1.4rem;
  border: none;
  color: white;
  border-radius: 1rem;
  font-weight: 700;
}
.agent-section .agent-picture {
  flex: 1;
}
.agent-section .agent-picture img {
  width: 90%;
}
.agent-bottom {
  display: flex;
  /* justify-content: space-between; */
  max-width: 95rem;
  gap: 28rem;
  margin: 9.7rem auto;
  margin-bottom: 2rem;
  align-items: center;
}
.agent-alert {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 17.8rem;
  width: 17.8rem;
  background: #556aeb6b;
  border-radius: 50%;
}
.agent-steps .steps-title {
  color: #003569;
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 1rem;
}
.agent-steps .steps {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.steps .step {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  gap: 1rem;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.9);
}

.cookie-notification {
  position: fixed;
  bottom: -100vh;
  left: 50%;
  display: flex;
  align-items: center;
  gap: 2rem;
  transform: translateX(-50%);
  border-radius: 0.2rem;
  background: #fbfcff;
  color: inherit;
  padding: 2.4rem 3.5rem;
  z-index: 1000;
  width: 80%;
  transition: bottom 0.5s ease-in-out;
}
.cookie-notification > div > h1 {
  font-size: 1.6rem;
  margin-bottom: 1.2rem;
}
.cookie-notification > div > p {
  font-size: 1.4rem;
  line-height: 22px;
}
.cookies-cta {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.cookies-cta > button:first-child {
  padding: 1rem;
  display: inline-block;
  color: #01934a;
  background: none;
  border: #01934a 1px solid;
  border-radius: 2px;
  cursor: pointer;
}
.cookies-cta > button:last-child {
  padding: 1rem;
  border: none;
  display: inline-block;
  background: none;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  cursor: pointer;
  background: #01934a;
}
.cookies-cta > button:first-child:hover {
  opacity: 0.8;
}
.cookies-cta > button:last-child:hover {
  opacity: 0.8;
}

.cookie-notification.show {
  bottom: 0;
}

@media screen and (max-width: 1104px) {
  .merchants .brands {
    column-gap: 3.5rem;
  }
  .how-it-works .works-pic {
    display: none;
  }
  .works-section {
    width: 100%;
  }
  section.how-it-works {
    grid-template-columns: 1fr;
  }
  .agent-section .section-title {
    margin-bottom: 1.3rem;
    font-size: 2.2rem;
    line-height: 3rem;
  }
  .agent-section .agent-text {
    margin-bottom: 1.5rem;
  }
  .agent-section .agent-text {
    width: 85%;
  }
  .agent-bottom {
    gap: 15rem;
  }
}
@media screen and (max-width: 968px) {
  .offering-content-1 {
    gap: 6rem;
  }
  .section-title {
    font-size: 1.8rem;
  }

  .offering-content-1 .item {
    gap: 1.5rem;
  }
  .item .item-icon {
    height: 8.3rem;
    width: 8.3rem;
  }
  .item-text .item-desc {
    line-height: 2.2rem;
  }
  .offering-content-2 {
    flex-direction: column;
    width: 100%;
  }
  .offering-content-2 .item {
    width: 100%;
  }
  .offering-content-2 .item-text {
    max-width: 100%;
  }
  .offering-content-2 .merchant-picture img {
    width: 100%;
  }
  .merchants {
    padding: 0 2.5rem;
  }
  .merchants .brands {
    gap: 2rem;
    grid-template-columns: repeat(3, 1fr);
  }
  .merchants .brands .brand {
    margin: 0 auto;
    max-width: 90%;
  }
  .merchants .section-title {
    margin-bottom: 2.5rem;
  }
  .agent .agent-top .agent-section {
    flex-direction: column;
    gap: 5rem;
  }
  .become-agent {
    width: 100%;
    padding: 0;
  }
  .agent-section .agent-picture img {
    width: 100%;
  }
  .agent-bottom {
    gap: 2rem;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 768px) {
  .offering-content-1 {
    flex-direction: column;
  }
  .merchants .brands .brand {
    height: 12rem;
  }

  .works .work {
    flex-wrap: wrap;
  }
  .work-icon {
    width: 100%;
  }
  .work-text {
    width: 100%;
  }
  .section-offering,
  .section-agent,
  .works-section,
  .section-merchants {
    padding: 3.5rem 0;
  }
  .works-section {
    gap: 2.5rem;
  }
  .merchants .brands .brand img {
    width: 40%;
  }
  .benefit .icon {
    height: 6.2rem;
    width: 6.2rem;
  }
  .benefit .icon > img {
    width: 70%;
  }
}
@media screen and (max-width: 576px) {
  .cookie-notification {
    flex-wrap: wrap;
    padding-inline: 2.8rem;
    width: 90%;
  }
  .cookies-cta {
    flex-direction: row;
  }
  .slide__text-box > h1 {
    font-size: 2.5rem;
  }
  .slide__text-box > p {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .slide__text-box > a:link,
  .slide__text-box > a:visited {
    padding: 1.5rem 2.5rem;
  }
  .works-section {
    align-items: flex-start;
    width: 100%;
  }
  .item .item-icon {
    height: 5.6rem;
    width: 5.6rem;
  }
  .item .item-icon img {
    width: 50%;
    height: 80%;
  }
  .work-text .work-desc {
    max-width: 100%;
  }
  .works-section .works-title {
    font-size: 2.4rem;
    text-align: center;
    align-self: center;
  }
  .works {
    grid-template-columns: 1fr;
    row-gap: 3rem;
  }
  .works .work {
    gap: 1.5rem;
  }
  .work-icon > img {
    height: 3rem;
  }
  .merchants {
    padding: 0;
  }
  .merchants .brands {
    grid-template-columns: 1fr 1fr;
  }
  .merchants .section-title {
    font-size: 2.2rem;
  }
}
