* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}

body {
  padding: 0px;
  margin: 0px;
  font-family: "Open Sans", sans-serif;
}

a {
  text-decoration: none !important;
  outline: none !important;
}

img {
  border: none;
}


/* HEADER-SECTION */

header.banner-bg {
  width: 100%;
  height: 650px;
  background-image: url(../images/banner-bg.svg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 2rem 0;
}

.top-strip {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 1rem;

  a.top-button {
    font-size: 17px;
    font-weight: 600;
    color: #000;
    padding: 10px 25px;
    border-radius: 30px;
    background-color: #E9C118;
  }
}

.top-logo {
  width: 130px;
  height: auto;

  img {
    width: 100%;
    height: 100%;
  }
}

.banner-in {
  width: 100%;
  height: auto;

  h1 {
    font-size: 40px;
    font-weight: 600;
    color: #fff;
    line-height: normal;
    margin-bottom: 20px;
  }

  p {
    font-size: 16px;
    font-weight: 600;
    color: #E9C118;
    line-height: 25px;
    margin-bottom: 30px;
  }

  a {
    font-size: 15px;
    font-weight: 600;
    color: #000;
    padding: 10px 25px;
    border-radius: 30px;
    background-color: #E9C118;
  }
}

img.vert-move.banner-image {
  width: 70%;
}

.banner-in.banner-image-main {
  display: flex;
  justify-content: center;
}

.banner-in.banner-text-left {
  padding: 82px 0 0 0;
}

.section-2-heading p {
  font-size: 20px;
}

/* HEADER-SECTION */


/* section 2 css */


.section-2-heading {
  text-align: center;
  padding: 37px 0 0 0;
  font-weight: 600;
}

.step-content h6 {
  font-family: Open Sans;
  font-size: 19px;
  font-weight: 600;
  line-height: 21.24px;
  text-align: left;
}

.step-content.section4-arrow-right img {
  padding-bottom: 19px;
}

.step-content h6 {
  font-family: Open Sans;
  font-size: 20px;
  font-weight: 600;
  line-height: 21.24px;
  text-align: left;
}

.step-content.section4-arrow-right p {
  padding-left: 35px;
  font-weight: 500;
}

.section-3-middle-img img {
  width: 117%;
  padding-left: 48px;
}

.step-content p {
  font-family: Open Sans;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.07px;
  text-align: left;
  font-weight: 500;
}

.steps-wrap {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.section-2-right-img {
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-2-right-img img {
  width: 100%;
}

.section-2-steps-wrap {
  padding-top: 74px;
}

.col-lg-4.section-3-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.col-lg-4.section-3-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.section-3-bg {
  background: rgba(255, 252, 238, 1);
}

/* section 2 css */


/* section 4 css */


.col-lg-4.section-4-left {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.row.section4wrap {
  margin-top: 70px;
}

.step-content.section4-arrow-top img {
  position: absolute;
}

.step-content.section4-arrow-bottom img {
  position: absolute;
}

.step-content.section4-arrow-top {
  position: relative;
}

.step-content.section4-arrow-bottom {
  position: relative;
}

.step-content.section4-arrow-top img {
  position: absolute;
  right: -44px;
  top: -74px;
}

.step-content.section4-arrow-bottom img {
  position: absolute;
  right: -35px;
  bottom: -129px;
}

/* section 4 css */
/* section 5 css */

a.get-beta-btn {
  font-size: 17px;
  font-weight: 600;
  color: #000;
  padding: 10px 25px;
  border-radius: 30px;
  background-color: #E9C118;
}

.col-lg-6.section-5-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: baseline;
}

.section-5-bg {
  background: url(../images/section-5-bg.svg);
  width: 100%;
  height: max-content;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 111px;
}

.col-lg-6.section-5-right img {
  width: 100%;
}

/* section 5 css */
/* section 6 css */

img.vert-move {
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
}

img.vert-move {
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
}

@-webkit-keyframes mover {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-10px);
  }
}

@keyframes mover {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-10px);
  }
}

.col-lg-6.section-6-right p {
  padding: 0;
  margin: 0;
}

.col-lg-6.section-6-right {
  display: flex;
  flex-direction: column;
  align-content: flex-start;
  justify-content: center;
}

.download-wrap {
  margin-top: 20px;
  display: flex;
  gap: 15px;
}

.section-2-heading {
  text-align: center;
  padding: 37px 0px 0 36px;
  font-weight: 600;
}

.col-lg-6.section-6-left img {
    width: 66%;
    padding: 43px 0 0 0;
}

.col-lg-6.section-6-left {
        width: 50%;
        display: flex
;
        justify-content: center;
    }

/* section 6 css */
/* section 7 css */

/* FAQ SECTION */

.faq-main-wrap {
  width: 100%;
  height: auto;
  padding: 40px 0;
}

.faq-left-wrap img {
  width: 472px;
  height: 329px;
  object-fit: cover;
  margin-top: -46px;
}

.faq-section-rpp {
  display: flex;
  margin: 23px 0 18px 0;
}

.accordion {
  /* --bs-accordion-color: #212529; */
  /* --bs-accordion-bg: #000; */
}

.accordion .accordion-item {
  border-radius: 0px;
  /* border: 1px solid rgba(23, 23, 72, 0.5); */
  margin-bottom: 15px;
  border: none;
}

.accordion .accordion-item button[aria-expanded="true"] {
  border-bottom: 1px solid rgba(23, 23, 72, 0.5);
}



.accordion button {
  position: relative;
  display: flex;
  text-align: left;
  width: 100%;
  padding: 10px 10px;
  color: #fff;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  /* outline: none; */
  align-items: center;
  background: rgba(233, 193, 24, 1);
}

.accordion button:hover,
.accordion button:focus {
  cursor: pointer;
  color: #fff;
}

.accordion button:hover::after,
.accordion button:focus::after {
  cursor: pointer;
  color: #fff;
  border: 1px solid #171748;
}

.accordion button .accordion-title {
  padding: 0;
  color: #000000;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
}

.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: auto;
  right: 10px;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}

.accordion button .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}

.accordion button .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}

.accordion button[aria-expanded="true"] {
  color: #fff;
}

.accordion button[aria-expanded="true"] .icon::after {
  width: 0;
}

.accordion button[aria-expanded="true"]+.accordion-content {
  opacity: 1;
  max-height: 100em;
  transition: all 200ms linear;
  will-change: opacity, max-height;
  background: #686868;
}

.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}

.accordion .accordion-content p {
  /* font-weight: 400; */
  padding: 6px 8px 9px 9px;
  margin: 0;
  font-size: 14px;
  color: rgba(79, 79, 79, 1);
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  background: rgba(250, 250, 250, 1);
}

.section7-bg {
  background: rgba(255, 252, 238, 1);
  width: 100%;
  height: max-content;
}

.section8-bg {
  background: url(../images/section-7-BG.svg);
  width: 100%;
  height: max-content;
  background-size: cover;
  background-repeat: no-repeat;
}

.col-lg-6.col-md-6.section-8-right img {
  width: 61%;
  margin-bottom: 33px;
}

.col-lg-6.col-md-6.section-8-right {
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin-top: 0px;
}

/* FAQ SECTION */
/* section 7 css */

/* section8 */
.form-contact {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-content: center;
  align-items: center;
  padding-top: 47px;
  border: 1px solid rgba(255, 255, 255, 1);
  border-radius: 17px;
  margin-top: 50px;
  padding-bottom: 30px;
  margin-bottom: 42px;
}

.form-contact input {
  width: 500px;
  height: 50px;
  padding: 14px;
}

.form-contact textarea {
  width: 500px;
  height: 96px;
  padding: 13px;
}

.form-contact p {
  color: white;
  padding: 0;
  margin: 0;
}

a.submit-btn {
  font-size: 17px;
  font-weight: 600;
  color: #000;
  padding: 10px 56px;
  border-radius: 30px;
  background-color: #E9C118;
}

/* section8 */
/* section9 */

.newsletter {
  padding: 34px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

.inputwrap {
  width: 541px;
  height: 60px;
  gap: 0px;
  border-radius: 35px;
  border: 1px solid rgba(255, 225, 98, 1);
}

.inputwrap input {
  width: 480px;
  height: 57px;
  border: none;
  outline: none;
  border-radius: 52px;
  padding: 16px;
}

.socialmediawrap {
  display: flex;
  align-content: center;
  align-items: center;
  gap: 10px;
}

.socialmediawrap h6 {
  margin: 0;
  font-size: 20px;
}

.newsletter h1 {
  font-weight: 600;
}

/* section9 */
/* section10*/



.footer-bg {
  background: rgba(243, 200, 19, 1);
}

.footer {
  padding: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer h6 {
  margin: 0;
}

.section-6-left img {
    width: 85%;
    padding: 43px 0 0 0;
}

.section-6-right {
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    justify-content: center;
}

.section-6-right p {
    padding: 0;
    margin: 0;
}

.download-wrap {
    margin-top: 20px;
    display: flex;
    gap: 15px;
}

.row.reverse-mockup {
    display: flex
;
    flex-direction: row-reverse;
}

/* section10*/

.inputwrap input[type="text"]:focus {

border: none;

}