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

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  overflow-x: hidden !important;
}

body {
  background-color: #FCFCFF;
  color: #333;
  font-family: 'DM Sans', sans-serif;
  overflow-x: hidden !important;
}

section,
footer {
  padding: 0rem 6rem 10rem 6rem;

}

footer {
  padding-bottom: 1rem;
  padding-top: 0;
}

header {
  padding: 3rem 6rem;
}

nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.5rem;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  padding: 3rem 6rem;
  background-color: #FCFCFF;
  overflow-y: hidden;
}

.nav-list {
  list-style: none;
  display: flex;
}

.nav-item:not(:last-child) {
  margin-right: 3.5rem;
}

.nav-link {
  text-decoration: none;
  color: #313131 !important;
  font-size: 1.6rem;
}

.link {
  text-decoration: none;
  border-radius: 6px;
  padding: 1rem 1.5rem;
  color: #313131 !important;
}

.button a:not(:last-child) {
  margin-right: 1.5rem;
}

.active {
  color: #6B1C87 !important;
  border-radius: 0.5rem;
  background: linear-gradient(90deg, #05C580 0%, #BBD437 54.69%, #F49867 97.40%);
  color: #fff;
  padding: 1.5rem 6rem;
}

/* HERO ....*/
.hero {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 8rem;
  position: relative;
}

.hero-text {
  width: 52%;
}
.play{
  display: flex;
  gap: 1rem;
}
h1 {
  color: #313131;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 6rem;
  text-transform: capitalize;
  margin-bottom: 2.5rem;
}

.hero-text p {
  color: #313131;
  font-size: 2rem;
  font-weight: 500;
  line-height: 3.85rem;
  margin-bottom: 2.5rem;
}

.hero-text a {
  text-decoration: none;
  display: inline-block;
}

.hero-start {
  color: #FFFAF9 !important;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: normal;
  border-radius: 0.5rem;
  background: linear-gradient(90deg, #05C580 0%, #BBD437 54.69%, #F49867 97.40%);
  padding: 1rem 4rem;
  margin-right: 1.5rem;
}

.hero-contact {
  border: 1px solid;
  border-image: linear-gradient(90deg, #05C580 0%, #BBD437 54.69%, #F49867 97.40%);
  border-image-slice: 1;
  background: linear-gradient(90deg, #05C580 0%, #BBD437 54.69%, #F49867 97.40%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  padding: 1rem 4rem;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: normal;
}

.hero-img {
  width: 45%;
}

/* OUR PARTNERS.............*/

#partner {
  margin-top: 10rem;
}

.trust h2 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 100%;
  text-align: center;
  margin-bottom: 2rem;
}

.slider {
  height: 100px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: auto;
}

.slider .slider-track {
  animation: scroll 30s linear infinite;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: fit-content;
}

.slider .slide {
  height: 100px;
  /* width: 250px; */
}

.slider .slider-track:hover {
  animation-play-state: paused;
}

.slide img {
  width: 12rem;
  height: auto;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

/* WHY SECTION............. */
#service {
  position: relative;
}

.why-heading {
  text-align: center;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
}

.why-heading h2 {
  font-size: 3.6583rem;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 3rem;
}

.why-heading p {
  font-size: 1.8291rem;
  font-family: 'Rubik';
  font-weight: 400;
  line-height: 2.9266rem;
  margin-bottom: 3rem;
}

.why-container {
  display: flex;
  justify-content: space-between;
}

.why-box {
  width: 30%;
  border-radius: 1.0896rem;
  background: #FFF;
  box-shadow: 0px 1.1299519538879395px 2.701291799545288px 0px rgba(0, 0, 0, 0.05);
  padding: 3.9rem 2.9rem;
}

.why-box h3 {
  color: #3E4581;
  font-size: 2.1792rem;
  font-family: DM Sans;
  font-style: normal;
  font-weight: 700;
  line-height: 1.9613rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.why-box p {
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 3.7rem;
}

.why-container2 {
  margin-top: 4rem;
}

/* WORK SECTION............. */
#work {
  position: relative;
}

.work-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

/* .work-container img {
  width: 40rem;
} */

.work-text {
  margin-top: 7rem;
}

.work-text h2 {
  margin-bottom: 9.2rem;
  font-size: 4rem;
  font-weight: 700;
  line-height: 100%;
  background: linear-gradient(90deg, #05C580 0%, #BBD437 54.69%, #F49867 97.40%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.work-box {
  display: flex;
  flex-direction: column;
  gap: 10rem;
}

/* ABOUT AND MISSION SECTION ......*/
.about {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 5rem;
}

.about-text {
  width: 50%;
}

.about-text h2 {
  color: #313131;
  font-size: 4rem;
  font-weight: 500;
  line-height: 4.8rem;
  text-transform: capitalize;
  margin-bottom: 1.5rem;
}

.about-text p {
  font-size: 2rem;
  font-family: DM Sans;
  font-style: normal;
  font-weight: 500;
  line-height: 4.8rem;
  color: #383A47;
}

/* TESTIMONIAL SECTION ...........*/
.testimonial-heading {
  text-align: center;
}

.testimonial-heading h2 {
  text-align: center;
  font-size: 4rem;
  font-weight: 700;
  line-height: 100%;

  background: linear-gradient(90deg, #05C580 0%, #BBD437 54.69%, #F49867 97.40%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-bottom: 3rem;
}

.testimonial-container {
  displaY: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.testimonial-box {
  width: 30%;
  border-radius: 1rem;
  background: #FFF;
  box-shadow: 0px 41.040000915527344px 42.47999954223633px 0px rgba(0, 0, 0, 0.05);
  padding: 2rem;
  text-align: center;
}

.stars {
  color: #FBB040;
  margin-bottom: 2rem;
}

.client-review {
  color: #000;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 3rem;
  margin-bottom: 3rem;
}

.client-info {
  color: #3E4581;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: normal;
}

/* DATA PRICING PLAN........................*/
.data h2 {
  color: #033221;
  text-align: center;
  font-size: 3rem;
  line-height: 6.1977rem;
  margin-bottom: 3rem;
  font-weight: 700;

}

.data-box {
  display: flex;
  justify-content: space-between;

}

.data-plan {
  width: 22%;
  border-radius: 0.7378rem;
  background: #033221;
  padding: 2.5rem 1.1rem;
  color: #fff;
}

.data-plan img {
  width: 30%;
  margin-right: 35%;
  margin-left: 35%;
  margin-bottom: 1rem;
}

.data-plan h4 {
  text-align: center;
  font-family: 'Mulish';
  font-size: 1.5rem;
  margin-bottom: 2rem;
}

.data-plan ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.data-plan ul li {
  font-size: 1.1rem;
}

.data-plan ul li:not(:last-child) {
  flex-basis: 30%;
  margin-bottom: 2rem;
}

.data-plan a {
  text-decoration: none;
  color: #033221;
  padding: 1rem 1.2rem;
  margin-top: 3rem;
  display: block;
  width: 60%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  font-size: 1.4rem;
  border-radius: 0.8854rem;
  background: #fff;
}

/* FREQUENTLY ASKED QUESTION........................*/


.faq-container {
  position: relative;
}

h2.faq-container-h2 {
  font-size: 2.8rem;
  color: #333333;
  text-align: center;
  margin-bottom: 4rem;
}

.faq-container h2 {
  padding-bottom: 2rem;
}

.accordion-button {
  font-size: 1.8rem !important;
  font-family: 'Rubik' !important;
  font-weight: 600 !important;
  color: #333 !important;
}

.accordion-body {
  font-size: 1.7rem !important;
  font-family: 'Rubik' !important;
  line-height: 3.2rem !important;
  color: #383A47 !;
}

.faq-review {
  color: #000;
  font-size: 1.8rem;
  line-height: 3.2rem;
  margin-top: 3rem;
  text-align: center;
}

/* TRANSACTION SECTION........................*/
#transaction {
  background-color: #ECFFF8;
}

.box-transaction {
  padding-top: 5rem;
}

.transaction-container {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.transaction-box {
  text-align: center;
}

.transaction-box h5 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 100%;
  background: linear-gradient(90deg, #05C580 0%, #BBD437 54.69%, #F49867 97.40%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.transaction-box p {
  font-size: 1.8rem;
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin-top: 1.8rem;
  color: #3E4581;
}

.transaction-textbox {
  margin-top: 8rem;
  text-align: center;
}

.transaction-textbox h3 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 100%;
  background: linear-gradient(90deg, #05C580 0%, #BBD437 54.69%, #F49867 97.40%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.transaction-textbox p {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 3rem;
  width: 60%;
  margin: 3rem auto;
}

.transaction-textbox a {
  color: #FFFAF9;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: normal;
  border-radius: 0.5rem;
  background: linear-gradient(90deg, #05C580 0%, #BBD437 54.69%, #F49867 97.40%);
  padding: 1rem 4rem;
  text-decoration: none;
}

/*..................CONTACT US......................*/
#contact {
  position: relative;
}

.contact {
  /* background-color: #F4F9FA; */
  margin-top: 10rem;

}

.contact h2 {
  font-size: 2.8rem;
  text-align: center;
  color: #333;
  margin-bottom: 1.5rem;
}

.contact-text {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 10rem;
}

.social-handle {
  display: flex;
  justify-content: space-evenly;
  align-items: flex-start;
}

.social {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 25.3001px;
  padding: 8rem 3rem;
}

.handle {
  display: flex;
  align-items: center;
}

.handle a {
  text-decoration: none;
  color: #239460;
}

.handle:not(:last-child) {
  margin-bottom: 5rem;
}

.handle i {
  font-size: 2rem;
  color: #239460;
}

.handle p {
  margin-left: 1rem;
  font-size: 1.8rem;
}

.icon {
  display: inline-flex;
  color: #239460;
  background: rgba(112, 112, 112, 0.25);
  height: 4rem;
  width: 4rem;
  border-radius: 50%;
  font-size: 1.6rem;
  text-align: center;
  padding: 1rem 1.3rem;
}

.icon:not(:last-child) {
  margin-right: 3rem;
}

.icon-link {
  text-decoration: none;
  margin-right: 2rem;
}

.input,
textarea,
.input:focus {
  font-family: 'DM Sans';
  display: block;
  font-size: 1.6rem;
  padding: 2rem;
  width: 100%;
  background: #FAFAFA;
  border: 0.75859px solid rgba(0, 0, 0, 0.1);
  border-radius: 3.79295px;
  outline: none;

}

.input:not(:last-child) {
  margin-bottom: 2rem;
}

.input::placeholder {
  font-family: 'DM Sans';
  font-size: 1.6rem;
  color: #333;
}

.submit {
  font-family: 'DM Sans';
  margin-top: 5rem;
  font-size: 1.5rem;
  margin-right: auto;
  margin-left: auto;
  padding: 1rem 8rem;
  display: block;
  background: linear-gradient(90deg, #05C580 0%, #BBD437 54.69%, #F49867 97.40%);
  border-radius: 7.11251px;
  color: #fff;
  cursor: pointer;
  border: none;
}

/*..................FOOTER......................*/

.footer-box {
  padding-top: 8rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.footer-about {
  flex-basis: 40%;
}

.footer-about p {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 3.7832rem;
}

.footer-box ul {
  list-style: none;
}

.footer-box h3 {
  font-size: 1.5rem;
  margin-bottom: 1.8rem;
}

.footer-box ul a,
.footer-box ul li {
  text-decoration: none;
  color: #313131;
  font-size: 1.3rem;
}

.footer-box ul li:not(:last-child) {
  margin-bottom: 1.8rem;
}


.copy {
  font-size: 1.4rem;
  text-align: center;
  margin-top: 8rem;
  padding-top: 1.5rem;
  border-top: 1px solid #cdcdcd;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.copy-icon {
  text-decoration: none;
  color: #ffff;
}

.copy-icon i {
  margin-right: .5rem;
}


/*HAMBURGER MENU..............*/
.openMenu {
  font-size: 3rem;
  display: none;
  color: #239460;
}

.closeMenu {
  font-size: 3rem;
  color: #fff;
  position: absolute;
  top: 8%;
  right: 10%;
  display: none;
}

.menu-list {
  list-style: none;
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  max-width: 2000px;
  width: 100%;
  color: #fff;
  background-color: #239460;
  padding: 5rem;
  padding-top: 15rem;
  height: 100%;
  display: none;
}


.login,
.menu-list li a {
  text-decoration: none;
  font-size: 2.8rem;
  color: #fff;
  display: block;
  margin-bottom: 3.8rem;
  border: none;
  display: none;
}

.login {
  border: 1px solid #fff;
  padding: 2rem;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
  border-radius: 1rem;
}

.act {
  color: #239460;
  background-color: #fff;
  border: none;
}

/* FANCY STUFF */
.abstract {
  position: absolute;
  top: 8rem;
  width: 10rem;
}

.serve {
  position: absolute;
  left: 0;
  top: -40rem;
  z-index: -2;
}

.serve1 {
  position: absolute;
  right: 0;
  z-index: -2;
}

.circle {
  position: absolute;
  left: 0;
  top: 3rem;
  z-index: -2;
}

.decorator {
  position: absolute;
  right: 0;
  top: 60rem;
  z-index: -2;
  width: 25rem;
}