/* create-account */
/* =============================== */
/* Create Account Section Responsive */
/* =============================== */

.create-account {
  /* display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 48px; */
  /* padding: 40px 80px; */
  /* position: relative; */
  /* background-color: #ffffff; */
}

.create-account .how-it-works {
  display: flex;
  align-items: center;
  justify-content: space-around;
  /* gap: 159px; */
  /* padding: 0px 50px; */
  /* position: relative; */
  /* align-self: stretch; */
  width: 90vw;
  flex: 0 0 auto;
}

.create-account .frame {
  display: flex;
  flex-direction: column;
  width: 505px;
  align-items: flex-start;
  gap: 40px;
  /* position: relative; */
  /* margin-left: -80px; */
}

.create-account .div {
  display: flex;
  flex-direction: column;
  width: 475px;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  flex: 0 0 auto;
}

.create-account .text-wrapper {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: "SF Compact Display-Bold", Helvetica;
  font-weight: 700;
  color: var(--x-171717);
  font-size: 48px;
  letter-spacing: 0;
  line-height: normal;
}

.create-account .para {
  position: relative;
  align-self: stretch;
  font-family: 'Degular-regular', sans-serif;
  font-weight: 400;
  color: var(--x-595959);
  font-size: 16px;
  letter-spacing: 0;
  line-height: normal;
}

.create-account .frame-2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.create-account .frame-3 {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.create-account .img-wrapper {
  display: flex;
  width: 52px;
  height: 52px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  background-color: #f1f5f9;
  border-radius: 12px;
}

.create-account .img {
  position: relative;
  width: 24px;
  height: 24px;
}

.create-account .frame-4 {
  display: flex;
  flex-direction: column;
  width: 441px;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  margin-right: -12px;
}

.create-account .text-wrapper-2 {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: "SF Compact Display-Semibold", Helvetica;
  font-weight: 400;
  color: var(--x-171717);
  font-size: 24px;
  letter-spacing: 0;
  line-height: normal;
}

.create-account .text-wrapper-3 {
  position: relative;
  width: 403px;
  font-family: 'Degular-regular', sans-serif;
  font-weight: 400;
  color: var(--x-595959);
  font-size: 16px;
  letter-spacing: 0;
  line-height: normal;
}

.create-account .group-wrapper {
  width: 576px;
  height: 717px;
  overflow: hidden;
  padding: 40px 10px;
}

.create-account .group-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Responsive Styling */
@media (max-width: 1024px) {
  .how-it-works {
    gap: 0px;
  }

  .create-account .group-wrapper {
    width: 476px;
    height: 617px;
    overflow: hidden;
  }
}


@media (max-width: 768px) {
  .create-account {
    padding: 60px 20px;
  }

  .create-account .how-it-works {
    flex-direction: column;
    align-items: center;
    padding: 0;
    gap: 40px;
  }

  .create-account .frame {
    width: 100%;
    align-items: center;
    margin-left: 0;
  }

  .create-account .div,
  .create-account .frame-4 {
    width: 100%;
    align-items: center;
    text-align: center;
  }

  .create-account .text-wrapper {
    text-align: center;
    font-size: 32px;
  }

  .create-account .text-wrapper-2,
  .create-account .para,
  .create-account .text-wrapper-3 {
    text-align: left;
  }

  .create-account .frame-3 {
    align-items: center;
  }

  .create-account .frame-3 .text-wrapper-2 {
    font-weight: bold;
    font-size: 18px;
  }

  .create-account .para {
    /* font-size: 12px; */
  }

  .create-account .group-wrapper {
    max-width: 400px;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
  }

  .create-account .group-wrapper img {
    width: 100%;
    height: auto;
  }
}

/* about us section */
/* ================ Responsive screen 320px  ===================== */
@media only screen and (min-width: 320px) {
  .about-us {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 48px;
    padding: 0px 0px;
    position: relative;
    background-color: #ffffff;
  }

  .about-us .about-us-section {
    background-color: #ecf8ed;
    padding: 20px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-bottom-right-radius: 20%;
    gap: 20px;
    /* justify-content: space-around; */

  }

  .about-us .about-us-section .about-us-texts {
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
    gap: 10px;
    width: 100%;
    padding: 0px 10px;
    order: 2;
  }

  .about-us-texts h4 {
    font-size: 14px;
    font-family: 'Degular-medium', sans-serif;
    color: #00000080;
  }

  .about-us-texts h2 {
    font-size: 20px;
    font-family: 'Degular-medium', sans-serif;
    color: #002405;
    font-weight: 600;
    padding-bottom: 10px;
  }

  .about-us-texts p {
    font-size: 14px;
    font-family: 'Degular-medium', sans-serif;
    line-height: 25px;
  }

  .about-us-texts p:last-child {
    padding-bottom: 60px;
  }

  .about-us .about-us-section img {
    width: 288px;
    height: 183px;
    object-fit: cover;
    margin-top: 20px;
    order: 1;
  }

  .about-us .about-principles {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 48px;
    padding: 0px 10px;
    background-color: #ffffff;
  }

  .about-us .about-principles .principles {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 230px;
    height: 60px;
    background-color: #002405;
    border-radius: 25px 0 25px 0;
    box-shadow: 2px 3px 3px #1b1b1b;
  }

  .about-us .about-principles .principles h2 {
    font-size: 20px;
    font-family: 'Degular-medium', sans-serif;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 1.5px;

  }

  .about-principles .principles img {
    display: none;
  }

  .about-principles .principle-cards {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 0px 20px;
    /* width: 100%; */
  }

  .about-principles .principle-cards .trust {
    width: 100%;
    background-color: #1b1b1b;
    padding: 40px 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    border-radius: 10px;
  }

  .about-principles .principle-cards .trust .fa-solid {
    font-size: 70px;

  }

  .about-principles .principle-cards .trust h3 {
    font-size: 16px;
    font-family: 'Degular-medium', sans-serif;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
    /* letter-spacing: 1.5px; */
  }

  .about-principles .principle-cards .trust p {
    font-size: 14px;
    font-family: 'Degular-medium', sans-serif;
    line-height: normal;
    color: #ffffffbc;
    text-align: center;
  }

  .about-us .about-vision-mission {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 0px 20px;
    flex-wrap: wrap;
    /* background-color: #ffffff; */
  }

  .about-us .about-vision-mission .vision {
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
    gap: 20px;
    width: 100%;
    padding: 20px 30px;
  }

  .about-us .about-vision-mission .mission {
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
    gap: 20px;
    width: 100%;
    padding: 30px 30px;
    background-color: #1b1b1b;
    border-radius: 20px;
  }

  .about-us .about-vision-mission .mission h3 {
    font-size: 24px;
    font-family: 'Degular-regular', sans-serif;
    font-weight: 600;
    background: linear-gradient(90deg,
        rgb(57, 181, 74) 0%,
        rgba(255, 255, 255, 0.52) 100%);
    -webkit-background-clip: text !important;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    font-weight: 700;
    color: transparent;
    letter-spacing: 0.5px;
  }

  .about-us .about-vision-mission .vision h3,
  .about-us .about-team .team h3 {
    font-size: 24px;
    font-family: 'Degular-regular', sans-serif;
    font-weight: 600;
    background: linear-gradient(90deg,
        rgb(57, 181, 74) 0%,
        rgba(0, 0, 0, 0.827) 100%);
    -webkit-background-clip: text !important;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    font-weight: 700;
    color: transparent;
    letter-spacing: 0.5px;
  }

  .about-us .about-vision-mission .mission p {
    font-size: 16px;
    font-family: 'Degular-medium', sans-serif;
    line-height: normal;
    color: #ffffffbc;
    line-height: 25px;
    /* text-align: center; */
  }

  .about-us .about-vision-mission .vision p,
  .about-us .about-team .team p {
    font-size: 16px;
    font-family: 'Degular-medium', sans-serif;
    line-height: normal;
    color: #00000080;
    line-height: 25px;
    /* text-align: center; */
  }

  .about-us .about-team {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 0px 20px;
  }

  .about-us .about-team .team {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    width: 100%;
    padding: 20px 30px;
  }

  .about-us .about-team .team .team-cards {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    width: 100%;
    padding: 0px 30px;
  }

  .about-us .about-team .team-cards .team-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* gap: 20px; */
    width: 100%;
    padding: 20px 30px;
    /* background-color: #1b1b1b; */
    /* border-radius: 20px; */
  }

  .about-us .about-team .team-cards .team-card img {
    width: 206px;
    height: 100%;
    /* object-fit: cover; */
  }

  .about-us .about-team .team-cards .team-card .team-details {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    padding: 20px 0px;
    background-color: #1b1b1b;
    /* border-radius: 20px; */
  }

  .about-us .about-team .team-cards .team-card h3 {
    font-size: 16px;
    font-family: 'Degular-medium', sans-serif;
    text-align: center;
    font-weight: 600;
    color: #ffffffbc;
  }

  .about-us .about-team .team-cards .team-card p {
    font-size: 12px;
    font-family: 'Degular-medium', sans-serif;
    line-height: normal;
    color: #ffffffbc;
    text-align: center;
  }
}

/* ================ About us Responsive screen 425px  ===================== */
@media only screen and (min-width: 425px) {
  .about-us-texts h2 {
    font-size: 28px;
  }

  .about-us-texts p {
    font-size: 16px;
  }

  .about-us .about-us-section img {
    width: 393px;
    height: 250px;
  }

  .about-us .about-principles .principles {
    width: 80%;
    height: 60px;
  }

  .about-us .about-team .team-cards .team-card img {
    width: 306px;
    height: 100%;
    object-fit: cover;
  }
}

/* ================ About us Responsive screen 768px  ===================== */
@media only screen and (min-width: 768px) {

  .about-us-texts h2 {
    font-size: 32px;
  }

  .about-us .about-us-section img {
    width: 640px;
    height: 500px;
  }

  .about-us .about-principles .principles {
    width: 385px;
  }

  .about-principles .principle-cards {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .about-principles .principle-cards .trust {
    width: 200px;
    height: 310px;
  }

  .about-principles .principle-cards .trust .fa-solid {
    font-size: 40px;
  }

  .about-us .about-vision-mission {
    display: flex;
    flex-direction: row;
  }

  .about-us .about-vision-mission .vision {
    width: 345px;
    order: 2;
  }

  .about-us .about-vision-mission .mission {
    width: 345px;
    order: 1;
  }

  .about-us .about-team .team-cards {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }

  .about-us .about-team .team-cards .team-card {
    width: 330px;
  }

  .about-us .about-team .team-cards .team-card img {
    width: 100%;
    height: 100%;
  }

  .about-us .about-team .team-cards .team-card h3 {
    font-size: 18px;
  }

  .about-us .about-team .team-cards .team-card p {
    font-size: 14px;
  }
}

/* ================ Responsive screen 1024px  ===================== */
@media only screen and (min-width: 1024px) {
  .about-us .about-us-section {
    padding: 20px 20px;
    display: flex;
    flex-direction: row;
    position: relative;
    border-bottom-right-radius: 40%;
    margin-right: 20%;
  }

  .about-us .about-us-section .about-us-texts {
    order: 1;
    width: 60%;
  }

  .about-us-texts h2 {
    font-size: 36px;
    font-weight: 800;
  }

  .about-us-texts p {
    font-size: 16px;
  }

  .about-us .about-us-section img {
    position: absolute;
    top: 0;
    right: -150px;
    width: 500px;
    height: 350px;
    order: 2;
  }

  .about-us .about-principles .principles {
    width: 547px;
  }

  .about-principles .principle-cards {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
  }

  .about-principles .principle-cards .trust {
    width: 290px;
    height: 270px;
    border-radius: 20px;
  }

  .about-us .about-vision-mission {
    flex-direction: row;
    justify-content: space-around;
  }

  .about-us .about-vision-mission .vision {
    width: 470px;
  }

  .about-us .about-vision-mission .mission {
    width: 470px;
  }

  .about-us .about-team .team-cards {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 20px;
    width: 100%;
    /* padding: 0px 30px; */
  }

  .about-us .about-team .team-cards .team-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* gap: 20px; */
    width: 228px;
    padding: 20px 10px;
    /* background-color: #1b1b1b; */
    /* border-radius: 20px; */
  }

  .about-us .about-team .team-cards .team-card img {
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
  }

  .about-us .about-team .team-cards .team-card h3 {
    font-size: 18px;
  }

  .about-us .about-team .team-cards .team-card p {
    font-size: 14px;
  }
}

/* ================ Responsive screen 1440px  ===================== */
@media only screen and (min-width: 1440px) {
  /* body {
    width: 100%;
    overflow-x: hidden;
  } */

  .about-us .about-us-section {
    padding: 20px 30px;
  }

  .about-us .about-us-section .about-us-texts {
    width: 65%;
  }

  .about-us-texts p {
    line-height: 30px;
  }

  .about-us .about-us-section img {
    position: absolute;
    top: 0;
    right: -170px;
    width: 540px;
    height: 410px;
  }

  .about-principles .principle-cards .trust {
    width: 270px;
    height: 270px;
    border-radius: 20px;
  }

  .about-us .about-vision-mission .vision {
    width: 650px;
  }

  .about-us .about-vision-mission .mission {
    width: 650px;
  }

  .about-us .about-team .team-cards .team-card {
    width: 285px;
  }
}


/* =============== contact us page screen size 320px ================= */
@media only screen and (min-width: 320px) {
  .contact-us {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
    padding: 30px 20px;
    position: relative;
    background-color: #ffffffbc;
  }

  .contact-us .contact-us-section {
    padding: 20px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .contact-us .contact-us-section img {
    width: 275px;
    height: 206px;
    object-fit: cover;
    margin-top: 20px;
    /* order: 1; */
  }

  .contact-us .contact-us-section .contact-us-texts {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    width: 100%;
  }

  .contact-us-texts h4 {
    font-size: 14px;
    font-family: 'Degular-medium', sans-serif;
    color: #00000080;
  }

  .contact-us-texts h2 {
    font-size: 28px;
    font-family: 'Degular-medium', sans-serif;
    font-weight: 700;
    color: #002405;
    line-height: 40px;
  }

  .contact-us-texts p {
    font-size: 16px;
    font-family: 'Degular-medium', sans-serif;
    line-height: 25px;
  }

  .contact-us .contact-us-details {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
  }

  .contact-us .contact-map {
    width: 280px;
    height: 300px;
    background-color: #000000;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .contact-us .contact-map iframe {
    width: 95%;
    height: 95%;
    object-fit: cover;
  }

  .contact-us .contact-us-cards {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 30px;
    width: 100%;
    background-color: #ecf8ed;
    border-radius: 20px;
    padding: 20px 0px;
  }

  .contact-us .contact-us-cards h2 {
    font-size: 24px;
    font-family: 'Degular-medium', sans-serif;
    text-align: center;
    font-weight: 700;
    letter-spacing: 0.5px;
  }

  .contact-us .contact-us-cards .contact-card {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    padding: 0px 10px;
  }

  .contact-us .contact-us-cards .contact-card .icon {
    background-color: #002405;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
  }

  .contact-us .contact-us-cards .contact-card .icon i {
    color: #ffffff;
    font-size: 14px;
  }

  .contact-us .contact-us-cards .contact-card .card-text {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .contact-us .contact-us-cards .contact-card h3 {
    font-size: 16px;
    font-family: 'Degular-medium', sans-serif;
    /* text-align: center; */
    font-weight: 600;
    color: #002405;
  }

  .contact-us .contact-us-cards .contact-card p,
  a {
    font-size: 14px;
    font-family: 'Degular-medium', sans-serif;
    line-height: normal;
    color: #002405c9;
    text-decoration: none;
    /* text-align: center; */
  }

  .contact-us .contact-us-form {
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
    gap: 20px;
    width: 100%;
    /* padding: 0px 20px; */
  }

  .contact-us .contact-us-form .contact-us-form-texts {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-bottom: 20px;
  }

  .contact-us .contact-us-form .contact-us-form-texts h2 {
    font-size: 24px;
    font-family: 'Degular-medium', sans-serif;
    /* text-align: center; */
    font-weight: 700;
    color: #002405;
    letter-spacing: 0.5px;
  }

  .contact-us .contact-us-form .contact-us-form-texts span {
    font-size: 16px;
    font-family: 'Degular-medium', sans-serif;
    line-height: normal;
    color: #002405c9;
    /* text-align: center; */
  }

  .contact-us .contact-us-form .contact-form {
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
    gap: 20px;
    width: 100%;
    /* padding: 0px 20px; */
  }

  .contact-us .contact-us-form .contact-form .form-group {
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
    gap: 5px;
    width: 100%;
  }

  .contact-us .contact-us-form .contact-form .form-group label {
    font-size: 14px;
    font-family: 'Degular-medium', sans-serif;
    color: #002405c9;
  }

  .contact-us .contact-us-form .contact-form input {
    width: 100%;
    height: 40px;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #002405;
    background-color: #ecf8ed;
    ;
    font-size: 12px;
    font-family: 'Degular-medium', sans-serif;
    color: #002405c9;
  }

  .contact-us .contact-us-form .contact-form textarea {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #002405;
    background-color: #ecf8ed;
    ;
    font-size: 12px;
    font-family: 'Degular-medium', sans-serif;
    color: #002405c9;
  }

  .contact-us .contact-us-form .contact-form .button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 118px;
    height: 47px;
    background-color: #002405;
    border-radius: 5px;
    outline: 0;
    border: 0;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Degular-medium', sans-serif;
    transition: all 0.3s;
    overflow: hidden;
    box-shadow: 0 4px 4px 0 rgb(33, 33, 70);
    cursor: pointer;
  }

  .button span {
    position: relative;
    z-index: 50;
  }

  .button:hover span {
    color: #002405;
  }

  .button::before,
  .button::after {
    content: "";
    position: absolute;
    transition: inherit;
    transform: scale(0);
    border-radius: 50%;
    background-color: whitesmoke;
  }

  .button::before {
    top: 0;
    left: 0;
    right: 50%;
    bottom: 50%;
  }

  .button::after {
    bottom: 0;
    right: 0;
    top: 50%;
    left: 50%;
  }

  .button:hover::before,
  .button:hover::after {
    transform: scale(3);
  }
}

/* =============== contact us page screen size 425px  ================= */
@media only screen and (min-width: 425px) {
  .contact-us .contact-us-section img {
    width: 380px;
    height: 285px;
  }

  .contact-us .contact-map {
    width: 380px;
    height: 400px;
  }
}

/* =============== contact us page screen size 768px ================= */
@media only screen and (min-width: 768px) {
  .contact-us {
    padding: 30px 40px;
  }

  .contact-us .contact-us-section img {
    width: 633px;
    height: 500px;
  }

  .contact-us-texts h2 {
    font-size: 32px;
  }

  .contact-us .contact-us-details {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    width: 100%;
  }

  .contact-us .contact-map {
    width: 100%;
    height: 466px;
    order: 2;
  }

  .contact-us .contact-us-cards {
    padding: 20px 10px;
    order: 1;
  }

  .contact-us .contact-us-form .contact-us-form-texts h2 {
    font-size: 32px;
  }

  .contact-us .contact-us-form .contact-form .form-group label {
    font-size: 16px;
  }

  .contact-us .contact-us-form .contact-form input,
  .contact-us .contact-us-form .contact-form textarea {
    font-size: 14px;
  }
}

/* =============== contact us page screen size 1024px ================= */
@media only screen and (min-width: 1024px) {
  .contact-us .contact-us-section {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 60px;
  }

  .contact-us .contact-us-section img {
    width: 500px;
    height: 300px;
  }

  .contact-us-texts h2 {
    font-size: 36px;
    font-weight: 900;
    padding-bottom: 10px;
    line-height: 50px;
  }

  .contact-us .contact-us-details {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
  }

  .contact-us .contact-map {
    width: 100%;
    height: 450px;
  }

  .contact-us .contact-us-cards {
    padding: 30px 20px;
    gap: 30px;
  }

  .contact-us .contact-us-cards h2 {
    font-size: 28px;
  }

  .contact-us .contact-us-cards .contact-card .icon {
    width: 40px;
    height: 40px;
  }

  .contact-us .contact-us-form {
    width: 60%;
  }

  .contact-us .contact-us-form .contact-us-form-texts h2 {
    font-size: 28px;
  }
}

/* =============== contact us page screen size 1440px ================= */
@media only screen and (min-width: 1440px) {
  .contact-us .contact-us-section img {
    width: 500px;
    height: 510px;
  }
}


/* ========= CONNECT-NOW =========*/
@media (min-width: 320px) {
  .connect-now {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 20px 10px;

  }

  .connect-now .connect-section {
    position: relative;
    width: 300px;
    height: 156px;
    background-color: #39b54a;
    border-radius: 10.6px;
    overflow: hidden;
  }

  .connect-now .connect-overlap-group-wrapper {
    position: relative;
    width: 340px;
    height: 644px;
  }

  .connect-group {
    position: relative;
    width: 1100px;
    height: 644px;
    background: linear-gradient(180deg, rgba(142, 28, 28, 0.126) 0%, rgb(5, 5, 5) 90%);
    z-index: 1;
  }

  .connect-now .swift-line {
    position: absolute;
    width: 100%;
    max-width: 140px;
    height: 146px;
    left: 160px;
    margin: auto;
  }

  .connect-now .iphone {
    position: absolute;
    width: 140px;
    height: 170px;
    left: 15px;
    top: 19px;
    margin: auto;
  }

  .connect-now .img {
    position: absolute;
    width: 140px;
    height: 189.81px;
    right: 50px;
    top: 19px;
    margin: auto;
  }

  .connect-now .iphone-2 {
    position: absolute;
    width: 97px;
    height: auto;
    left: 0;
    right: 30px;
    top: 27px;
    margin: auto;
  }

  .connect-now .my-connect {
    display: flex;
    gap: 5px;
    position: absolute;
    top: 119px;
    left: 80px;
    z-index: 1;
  }

  .connect-now .connect-frame {
    height: 24px;
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12.16px;
    /* padding: 12.92px 25.85px; */
    background-color: #021404e2;
    border-radius: 50px;
    border: 2px solid #349840a3;
    backdrop-filter: blur(17.42px) brightness(100%);
    -webkit-backdrop-filter: blur(17.42px) brightness(100%);
  }

  .connect-now .connect {
    font-size: 10px;
    color: #ffffff;
    font-weight: 500;
    font-family: 'Degular-medium', sans-serif;
    letter-spacing: -0.27px;
  }

  .connect-now .connect-frame-2 {
    height: 24px;
    width: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    /* padding: 12.92px 25.85px; */
    background-color: #021404e2;
    border-radius: 50px;
    border: 2px solid #349840a3;
    backdrop-filter: blur(17.42px) brightness(100%);
    -webkit-backdrop-filter: blur(17.42px) brightness(100%);
  }

  .connect-now .connect-frame-2 img {
    width: 12px;
    height: 12px;
  }

  .connect-now .connect-frame-3 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
  }

  .connect-now .connect-frame-3 .swiftier {
    width: 80px;
    height: 42px;
  }

  .connect-now .connect-frame-4 {
    background-color: #80CF2C;
    color: #ffffff;
    padding: 2px 6px 2px 6px;
    border-radius: 50px;
    font-size: 8px;
    font-weight: 500;
    font-family: 'Degular-medium', sans-serif;
  }

  .connect-now .connect-frame-5 {
    background-color: #000000;
    color: #ffffff;
    padding: 2px 6px 2px 6px;
    border-radius: 50px;
    font-size: 8px;
    font-weight: 500;
    font-family: 'Degular-medium', sans-serif;
  }

  .connect-now .connect-frame-6 {
    background-color: #ee2d26;
    color: #ffffff;
    padding: 2px 6px 2px 6px;
    border-radius: 50px;
    font-size: 8px;
    font-weight: 500;
    font-family: 'Degular-medium', sans-serif;
  }

  .connect-now .send-square {
    width: 20px;
    height: 20px;
  }
}

/* ======== responsiveness for screen 375px ======== */
@media (min-width: 375px) {

  .connect-now {
    padding: 30px 15px;

  }

  .connect-now .connect-section {
    width: 340px;
    height: 166px;
    border-radius: 18.6px;
  }

  .connect-now .swift-line {
    position: absolute;
    width: 100%;
    max-width: 170px;
    height: 166px;
    left: 170px;
    margin: auto;
  }

  .connect-now .iphone {
    position: absolute;
    width: 160px;
    height: 170px;
    left: 20px;
    /* right: 0; */
    top: 29px;
    /* transform: rotate(30deg); */
    margin: auto;
  }

  .connect-now .img {
    position: absolute;
    width: 160px;
    height: 189.81px;
    /* transform: rotate(30deg); */
    /* flex-shrink: 0 */
    /* left: 10px; */
    right: 20px;
    top: 29px;
    margin: auto;
  }

  .connect-now .iphone-2 {
    position: absolute;
    width: 97px;
    height: auto;
    left: 0;
    right: 0px;
    top: 29px;
    margin: auto;
  }

  .connect-now .my-connect {
    display: flex;
    gap: 5px;
    position: absolute;
    top: 129px;
    left: 85px;
    z-index: 1;
  }

  .connect-now .connect-frame {
    height: 28px;
    width: 92px;
  }

  .connect-now .connect {
    font-size: 12px;
    color: #ffffff;
    font-weight: 500;
    font-family: 'Degular-medium', sans-serif;
    letter-spacing: -0.27px;
  }

  .connect-now .connect-frame-2 {
    height: 28px;
    width: 58px;
  }

  .connect-now .connect-frame-2 img {
    width: 16px;
    height: 16px;
  }

  .connect-now .connect-frame-3 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 9.457px;
  }

  .connect-now .connect-frame-3 .swiftier {
    width: 89px;
    height: 42px;
  }

  .connect-now .connect-frame-4,
  .connect-now .connect-frame-5,
  .connect-now .connect-frame-6 {
    padding: 2px 6px 2px 6px;
    font-size: 10px;
  }

  .connect-now .send-square {
    width: 30px;
    height: 30px;
  }
}

/* ---- responsiveness for screen 768px ----- */
@media (min-width: 768px) {
  .connect-now {
    padding: 70px 50px;
    gap: 20px;
  }

  .connect-now .connect-section {
    width: 720px;
    height: 400px;
    border-radius: 28px;
  }

  .connect-now .swift-line {
    width: 90%;
    max-width: 380px;
    height: 400px;
    left: 340px;
    margin: auto;
  }

  .connect-now .iphone {
    width: 400px;
    height: auto;
    left: 20px;
    right: 0;
    top: 60px;
    margin: auto;
  }

  .connect-now .img {
    width: 400px;
    height: auto;
    left: 310px;
    /* right: 0px; */
    top: 60px;
    margin: auto;
  }

  .connect-now .iphone-2 {
    width: 230px;
    height: auto;
    left: 250px;
    right: 0px;
    top: 60px;
    margin: auto;
  }

  .connect-now .my-connect {
    top: 300px;
    left: 185px;
  }

  .connect-now .connect {
    font-size: 28px;
  }

  .connect-now .connect-frame {
    height: 48px;
    width: 202px;
  }

  .connect-now .connect-frame-2 {
    height: 48px;
    width: 112px;
  }

  .connect-now .connect-frame-2 img {
    width: 30px;
    height: 30px;
  }

  .connect-now .connect-frame-3 {
    display: flex;
    gap: 20.23px;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
  }

  .connect-now .connect-frame-3 .swiftier {
    width: 169px;
    height: 82px;
  }

  .connect-now .connect-frame-5,
  .connect-now .connect-frame-6,
  .connect-now .connect-frame-4 {
    padding: 5px 16px 5px 16px;
    font-size: 16px;
  }

  .connect-now .send-square {
    width: 50px;
    height: 50px;
  }
}

/* ======= RESPONSIVENESS FOR SCREEN SIZE 1024PX ======== */
@media (min-width: 1020px) {
  .connect-now {
    padding: 80px 60px;
    gap: 28px;
  }

  .connect-now .connect-section {
    width: 100%;
    max-width: 920px;
    height: 450px;
    border-radius: 38px;
  }

  .connect-now .swift-line {
    width: 90%;
    max-width: 450px;
    height: 500px;
    right: -130px;
    /* left: 0px; */
    margin: auto;
  }

  .connect-now .iphone {
    width: 470px;
    height: auto;
    left: 40px;
    right: 0;
    top: 60px;
    margin: auto;
  }

  .connect-now .img {
    width: 470px;
    height: auto;
    left: 420px;
    /* right: 0px; */
    top: 60px;
    margin: auto;
  }

  .connect-now .iphone-2 {
    width: 260px;
    height: auto;
    left: 340px;
    right: 0px;
    top: 70px;
    margin: auto;
  }

  .connect-now .my-connect {
    top: 340px;
    left: 265px;
  }

  .connect-now .connect {
    font-size: 32px;
  }

  .connect-now .connect-frame {
    height: 58px;
  }

  .connect-now .connect-frame:hover {
    transform: scale(1.02);
  }

  .connect-now .connect-frame:active {
    transform: scale(0.95);
  }

  .connect-now .connect-frame-2 {
    height: 58px;
    width: 122px;
  }

  .connect-now .connect-frame-2 img {
    width: 35px;
    height: 35px;
  }

  .connect-now .connect-frame-3 {
    display: flex;
    gap: 22.23px;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
  }

  .connect-now .connect-frame-3 .swiftier {
    width: 200px;
    height: 102px;
  }

  .connect-now .connect-frame-5,
  .connect-now .connect-frame-6,
  .connect-now .connect-frame-4 {
    padding: 5px 16px 5px 16px;
    font-size: 20px;
  }

  .connect-now .send-square {
    width: 58px;
    height: 58px;
  }
}

/* ======= RESPONSIVENESS FOR SCREEN SIZE 1440PX ======== */
@media (min-width: 1440px) {
  .connect-now {
    padding: 120px 80px;
    gap: 28px;
  }

  .connect-now .connect-section {
    width: 100%;
    max-width: 1038px;
    height: 506.228px;
    border-radius: 48px;
  }

  .connect-now .swift-line {
    width: 90%;
    max-width: 500px;
    height: 506.228px;
    right: -200px;
    /* left: 0px; */
    margin: auto;
  }

  .connect-now .iphone {
    width: 520px;
    height: auto;
    left: 40px;
    right: 0;
    top: 60px;
    margin: auto;
  }

  .connect-now .img {
    width: 520px;
    height: auto;
    left: 490px;
    /* right: 0px; */
    top: 60px;
    margin: auto;
  }

  .connect-now .iphone-2 {
    width: 300px;
    height: auto;
    left: 380px;
    right: 0px;
    top: 70px;
    margin: auto;
  }

  .connect-now .my-connect {
    top: 380px;
    left: 295px;
  }

  .connect-now .connect {
    font-size: 39px;
  }

  .connect-now .connect-frame {
    height: 68px;
    width: 284px;
  }

  .connect-now .connect-frame-2 {
    height: 68px;
    width: 144px;
  }

  .connect-now .connect-frame-2 img {
    width: 45px;
    height: 45px;
  }

  .connect-now .connect-frame-3 {
    display: flex;
    gap: 24.23px;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
  }

  .connect-now .connect-frame-3 .swiftier {
    width: 230px;
    height: 122px;
  }

  .connect-now .connect-frame-5,
  .connect-now .connect-frame-6,
  .connect-now .connect-frame-4 {
    padding: 8px 20px 8px 20px;
    font-size: 24px;
  }

  .connect-now .send-square {
    width: 68px;
    height: 68px;
  }
}

/* connect now responsiveness end */
/* connect now end */


/* frequently asked questions */
.Frequently-asked-questions {
  padding: 120px 80px 0px 80px;
  background-color: #39b54a1a;
  min-height: 100vh;
}

.Frequently-asked-questions .frequent-section {
  display: flex;
  justify-content: space-around;
  /* width: 30; */
  /* width: 90%; */
  padding: 0px 100px 0px 100px;
}

.frequent-section .frequent-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 42px;
  width: 300px;
  /* height: 90px; */
  padding-left: 0px;
}

.frequent-section .frequent-text .frequent-text1 {
  /* height: 90px; */
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-items: center;
  gap: 16px;
}

.frequent-text .frequent-text1 span {
  font-family: 'Degular-medium', sans-serif;
  color: #595959;
  font-size: 14px;
}

.Frequently-asked-questions .frequent-section .frequent-text .h2 {
  font-family: 'Degular-medium', sans-serif;
  font-weight: 700;
  color: #0a1519;
  font-size: 52px;
  /* text-align: center; */
  letter-spacing: -1.2px;
  /* line-height: 48px; */
}

.frequent-section .frequent-text .frequent-text2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-items: flex-start;
  gap: 16px;
}

.frequent-text .frequent-text2 span:first-child {
  font-family: 'Degular-regular', sans-serif;
  font-weight: 600;
  color: #595959;
  font-size: 14px;
  /* text-align: center; */
  letter-spacing: 0;
  justify-self: self-start;
  /* line-height: 24px; */
}

.frequent-text .frequent-text2 span:last-child {
  font-family: 'Degular-regular', sans-serif;
  font-weight: 600;
  color: #39b54a;
  font-size: 24px;
  /* text-align: center; */
  letter-spacing: 0;
  justify-self: self-start;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  /* line-height: 24px; */
}

.frequent-text .frequent-text2 span:last-child:hover {
  color: #1ad05c;
  transform: scale(1.02);
}

.frequent-text .frequent-text2 span:last-child:active {
  transform: scale(0.95);
}

.frequent-section .frequent-questions {
  display: flex;
  flex-direction: column;
  /* align-items: flex-start; */
  /* width: 770px; */
  /* padding-left: 70px; */
  padding-bottom: 90px;
}

.frequent-questions h3 {
  font-family: 'Degular-medium', sans-serif;
  font-weight: 700;
  color: #0a1519;
  font-size: 24px;
  /* text-align: center; */
  letter-spacing: -0.6px;
  /* line-height: 30px; */
}

/* Toggle icon */
.faq-toggle {

  font-size: 20px;
  font-weight: bold;
  min-width: 30px;
  text-align: center;
  color: #050b0df4;
}

.faq-item {
  display: flex;
  flex-direction: column;
  /* margin: 30px 0px 30px 0px; */
  border-top: 1px solid #d7e2d8;
  padding: 40px 10px;
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  /* padding-right: 10px; */
  gap: 90px;
}

.faq-item .faq-answer {
  display: none;
  font-family: 'Degular-regular', sans-serif;
  color: #00000094;
  padding: 10px 0px 0px 0px;
  font-size: 16px;
  line-height: 1.6;
  /* word-wrap: break-word; */
}

/* Show answer when active */
.faq-item.active .faq-answer {
  display: block;
}

.faq-item.active .faq-toggle {
  content: "-";
}

.faq-item:last-child {
  border-bottom: 1px solid #d7e2d8;
}

/* frequent questions responsiveness */
@media screen and (max-width: 768px) {
  .Frequently-asked-questions {
    padding: 60px 20px;
    background-position: center;
  }

  .frequent-section {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
    padding: 0;
    width: 100%;
  }

  .frequent-text {
    width: 100%;
    max-width: 500px;
    align-items: center;
    text-align: center;
    gap: 24px;
  }

  .frequent-text1 {
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 12px;
  }

  .frequent-text2 {
    align-items: center;
    text-align: center;
    gap: 8px;
  }

  .frequent-text .frequent-text1 span:first-child {
    font-size: 12px;

  }

  .frequent-text .frequent-text1 .h2 {
    font-size: 30px;
    letter-spacing: -1px;
  }

  .frequent-text .frequent-text2 span:first-child {
    font-size: 12px;
  }

  .frequent-text .frequent-text2 span:last-child {
    font-size: 18px;
  }

  .frequent-questions {
    width: 90vw;
    /* max-width: 500px; */
    /* padding-bottom: 40px; */
    background-color: white;
    border-radius: 20px;
  }


  .faq-question h3 {
    font-size: 14px;
    line-height: 14px;
  }

  .faq-toggle {
    font-size: 12px;
    /* min-width: 24px; */
    border: 1px solid #00000094;
    border-radius: 4px;
    /* padding: 5px 10px; */
  }

  .faq-item .faq-answer {
    font-size: 12px;
    line-height: 10px;
  }

  .faq-item:first-child {
    /* display: none; */
    border-top: none;
  }
}

@media screen and (max-width: 375px) {
  .faq-question h3 {
    font-size: 12px;
    line-height: 14px;
  }
}

/* frequent questions responsiveness end */
/* frequently asked questions end */

/* footer container */
.footer-container {
  position: relative;
  width: 100vw;
  background-color: #0a151a;
  overflow: hidden;
  /* padding-bottom: 20px; */
  display: flex;
  flex-direction: column;
  padding: 80px 30px;
  /* align-items: ; */
}

.footer-container .footer-content {
  display: flex;
  justify-content: space-evenly;
  /* flex-wrap: wrap; */
  padding: 0px 0px 50px 0;
  max-width: 1240px;
  margin: 0 auto;
  gap: 80px;
  /* border-bottom: 1.5px solid #ffffff14; */

}

.footer-container .BG {
  position: absolute;
  width: 1492px;
  top: 0;
  left: 0;
}

.footer-container .ellipse {
  width: 353px;
  height: 353px;
  top: 798px;
  left: 9px;
  background-color: #d2f80157;
  border-radius: 176.5px;
  position: absolute;
  filter: blur(200px);
  opacity: 0.5;
}

.footer-container .overlap-group {
  position: absolute;
  width: 1440px;
  height: 641px;
  top: 0;
  left: 25px;
}

.footer-container .div {
  width: 353px;
  height: 353px;
  top: 288px;
  left: 294px;
  background-color: #d2f80157;
  border-radius: 176.5px;
  position: absolute;
  filter: blur(200px);
  opacity: 0.5;
}

.footer-container .ellipse-2 {
  width: 250px;
  height: 250px;
  top: 0;
  left: 1184px;
  background-color: #d2f801;
  border-radius: 124.91px;
  position: absolute;
  filter: blur(200px);
  opacity: 0.5;
}

.footer-container .footer-links {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 250px;
  width: 100%;
  align-items: flex-start;
}

.footer-container .footer-links p {
  font-family: inter;
  font-size: 16px;
}

.footer-container .footer-social-media {
  display: flex;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
  z-index: 2;
}

.footer-container .footer-social-media img {
  transition: all 0.3s ease;
  /* Smooth transition */
}

.footer-container .footer-social-media img:hover {
  transform: scale(1.1);
  /* Slightly expand the button */
  transition: all 0.3s ease;
  /* Smooth transition */
  cursor: pointer;
}

.footer-container .footer-social-media img:active {
  transform: scale(0.98);
  /* Slightly expand the button */
}

.footer-container .footer-home,
.footer-app,
.footer-pages {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-container .footer-home .text-wrapper-3 {
  z-index: 1;
  text-decoration: none;
  color: #909696;
}

.footer-container h3 {
  font-size: 16px;
  font-weight: 500;
  color: white;
}

.footer-container p {
  font-size: 16px;
  font-weight: 300;
  color: #B5B9BA;
}

.footer-container .footer-home a {
  transition: all 0.3s ease;
  /* Smooth transition */
}

.footer-container .footer-home a:hover {
  transform: scale(1.02);
  /* Slightly expand the button */
  transition: all 0.3s ease;
  /* Smooth transition */
  cursor: pointer;
  color: #ffffff;
}

.footer-container .footer-home a:active {
  transform: scale(0.98);
  /* Slightly expand the button */
}

.footer-container .footer-download {
  display: flex;
  flex-direction: column;
  justify-items: flex-end;
  gap: 20px;
  background-color: #ffffff0a;
  padding: 24px 20px;
  border-radius: 20px;
  /* box-shadow: rebeccapurple; */
}

.footer-container .footer-download .download-links {
  background-color: #273135;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 50px;
  border-radius: 10px;
  z-index: 1;
}

.footer-container .footer-download .download-links h3:hover {
  transform: scale(1.01);
  /* Slightly expand the button */
  transition: all 0.3s ease;
  /* Smooth transition */
  cursor: pointer;
  color: #909696;
}

.footer-container .footer-download .download-links h3:active {
  transform: scale(0.98);
  /* Slightly expand the button */
}

.footer-container .footer-download .download-links img {
  width: 30px;
  height: 30px;
}

.footer-container .footer-download .download-links p {
  font-size: 12px;
}

.footer-container .footer-writeup {
  display: flex;
  justify-content: center;
  padding: 40px 20px;
  border-bottom: 1.5px solid #ffffff14;
}

.footer-container .footer-writeup p {
  font-family: 'Degular-medium', sans-serif;
  font-size: 16px;
}

.footer-container .footer-copyright {
  display: flex;
  justify-content: space-around;
  padding-top: 40px;

}

.footer-container .footer-copyright a,
.text-wrapper-1,
.footer-container .footer-pages a {
  text-decoration: none;
  cursor: pointer;
  transition: linear 0.4s;
  z-index: 2;
}

.footer-container .footer-copyright .text-wrapper-1:hover,
.footer-container .footer-pages a:hover {
  cursor: pointer;
  scale: 1.05;
  /* transition: all 0.3s ease-in-out; */
}

/* ===== Footer Responsive Breakpoints ===== */
/* footer 1024px responsiveness */
@media screen and ((max-width: 1024px)) {

  html,
  body {
    overflow-x: hidden;
    width: 100vw;
  }
}

/* footer 768px responsiveness */
@media (max-width: 768px) {
  .footer-container .footer-content {
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    padding: 60px 20px 20px;
    /* border-bottom: none; */
    gap: 32px;
  }

  .footer-container p,
  .footer-container a {
    font-size: 12px;
  }

  /* Top group */
  .footer-links {
    order: 1;
  }

  .footer-download {
    order: 2;
  }

  /* Bottom group */
  .footer-home {
    order: 3;
  }

  .footer-app {
    order: 4;
  }

  .footer-pages {
    order: 5;
  }

  /* Align Groups */
  .footer-links,
  .footer-download {
    /* flex: 1 1 100%;  */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .footer-home,
  .footer-app,
  .footer-pages {
    /* flex: 1 1 30%;  */
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .footer-container .footer-writeup {
    display: flex;
    justify-content: center;
    padding: 20px 20px;
    border-bottom: none;
  }

  .footer-container .footer-writeup p {
    font-size: 14px;
  }

  /* Make copyright at bottom */
  .footer-copyright {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    padding-left: 30px;
    padding-top: 20px;
    border-bottom: 1.5px solid #ffffff14;
    padding-bottom: 40px;
    border-top: none;
  }
}

/* footer 480px responsiveness */
@media (max-width: 480px) {

  .footer-container .footer-home,
  .footer-container .footer-app,
  .footer-container .footer-pages {
    flex-direction: column;
    align-items: center;
  }

  .footer-container .footer-links,
  .footer-container .footer-download {
    flex-direction: column;
    align-items: center;
  }
}