@import url("https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap");

/* Reset and base styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Lexend", sans-serif;
  scroll-behavior: smooth;
}

body {
  background: linear-gradient(180deg, #faf7f2 0%, #fff 100%);
  color: #101115;
  line-height: 1.6;
}

a {
  text-decoration: none;
  color: inherit;
}

ul {
  list-style: none;
}

img {
  max-width: 100%;
}

.container {
  width: 100%;
  /*max-width: 1500px;*/
  margin: 0 auto;
  padding: 0 120px;
}

/*-------------------------  header css -------------------------*/

header {
  padding: 10px 0 5px 0;
  width: 100%;
  z-index: 999999;
  background: #fbf8f3;
  position: fixed;
  top: 0;
}

.header-section {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.header-section {
  position: relative;
}

.header-logo {
  z-index: 999;
}

.header-logo img {
  width: 180px;
}

.header-section .arrow {
  position: absolute;
  left: -21px;
  bottom: -35px;
  z-index: 999;
}

.header-list {
  display: flex;
  flex-direction: row;
  gap: 40px;
}

.header-list a {
  color: #101115;
  transition: 0.2s;
}

.header-list a:hover {
  color: #0d9488;
}

/* ------------------------ Banner Section --------------------------- */
.banner {
  padding: 100px 0 80px 0;
}
.banner-section {
  position: relative;
  background-image: url(../img/banner-bg.svg);
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  padding: 1.5rem 1.5rem;
  border-radius: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.banner-image img {
  width: 100%;
  padding: 40px;
}
@media (min-width: 768px) {
  .banner-section {
    flex-direction: row;
    padding: 3rem 3rem;
  }
}

.banner-content {
  flex: 1;
}

.badge {
  background: #ff8c42;
  color: white;
  font-size: 14px;
  padding: 6px 12px;
  border-radius: 20px;
  display: inline-block;
  margin-bottom: 1rem;
}

.banner-title {
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  text-transform: capitalize;
  color: #101115;
}

.banner-title span {
  color: #0d9488;
}

.description {
  margin: 1rem 0;
  color: #9f9f9f;
  font-size: 16px;
  font-weight: 300;
}

.banner-button {
  background-color: #0d9488;
  color: #fff !important;
  padding: 12px 24px;
  border: none;
  border-radius: 25px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  margin-top: 1rem;
}
.banner-button:hover {
  background-color: #ff8c42;
}

.cta-button {
  background-color: #0d9488;
  color: #fff !important;
  padding: 12px 24px;
  border: none;
  border-radius: 25px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  margin-top: 1rem;
}
.cta-button:hover {
  background-color: #ff8c42;
}

.banner-image {
  flex: 1;
  text-align: center;
  margin-top: 2rem;
}

.banner-image img {
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 1440px) {
  .banner-title {
    font-size: 40px;
  }
}

@media only screen and (max-width: 1024px) {
  .banner-section {
    position: relative;
    background-image: none;
    border: 1px solid #e1e1e1;
  }
  .banner-image img {
    width: 100%;
    padding: 20px;
  }
  .banner-title {
    font-size: 36px;
  }
}

/* ------------------------  End banner css ------------------------------ */

/* ------------------------  About css ------------------------------ */
.about-section {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  gap: 2rem;
  padding-bottom: 80px;
}

.mt-5 {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .about-section {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    align-items: center;
  }
  .about-image img {
    width: 100%;
    max-width: 90%;
    height: auto;
    padding: 20px;
  }
}

.about-image {
  width: 100%;
  text-align: center;
}

@media (min-width: 768px) {
  .about-image {
    width: 40%;
  }
}

.about-image img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.about-content {
  width: 100%;
}

@media (min-width: 768px) {
  .about-content {
    width: 60%;
  }
}

.about-content .section-label {
  margin: 20px 0;
}

.section-label {
  font-size: 20px;
  font-weight: 600;
  color: #101115;
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.5rem;
  width: fit-content;
  margin: 20px auto;
}

.section-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 30px;
  background-color: #ff7b39;
}

.section-title {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #101115;
}

.section-title span {
  color: #0d9488;
}

@media only screen and (max-width: 1024px) {
  .section-title {
    font-size: 30px;
  }
}
/*-------------------------  End About css -------------------------*/

/*-------------------------  how it work css -------------------------*/

.how-it-works {
  margin: 0 auto;
  padding-bottom: 80px;
  text-align: center;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  margin-top: 3rem;
}

@media (min-width: 1024px) {
  .steps-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 767px) {
  .steps-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

.step-card {
  background: #faf7f2;
  border-radius: 16px;
  padding: 1.5rem 1rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  text-align: center;
}

.step-image {
  position: relative;
  margin-bottom: 1rem;
}

.step-image img {
  width: 100%;
  border-radius: 8px;
  height: 160px;
  object-fit: cover;
}

.step-badge {
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  background: #ff7b39;
  color: white;
  font-weight: 600;
  padding: 7px 10px;
  font-size: 14px;
  border-radius: 50%;
  text-align: center;
  width: max-content;
  top: -18px;
}

.step-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #101115;
}

.step-description {
  font-size: 16px;
  color: #9f9f9f;
  line-height: 1.6;
  font-weight: 300;
}

/*------------------------- End how it work css -------------------------*/


/* ------------------------  Features css ------------------------------ */


.features-section-left {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  gap: 2rem;
  padding-bottom: 40px;
}

.features-section-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  padding-bottom: 40px;
}

.mt-5 {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .features-section-left {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    align-items: center;
  }
  .features-section-right {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    align-items: center;
  }
  .features-image img {
    width: 100%;
    max-width: 90%;
    height: auto;
    padding: 20px;
  }
}

.features-image {
  width: 100%;
  text-align: center;
}

@media (min-width: 768px) {
  .features-image {
    width: 50%;
  }
}

.features-image img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.features-content {
  width: 100%;
}

@media (min-width: 768px) {
  .features-content {
    width: 50%;
  }
}

.features-content .section-label {
  margin: 20px 0;
}

.section-label {
  font-size: 20px;
  font-weight: 600;
  color: #101115;
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.5rem;
  width: fit-content;
  margin: 20px auto;
}

.section-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 30px;
  background-color: #ff7b39;
}

.section-title {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #101115;
}

.section-title span {
  color: #0d9488;
}

@media only screen and (max-width: 1024px) {
  .section-title {
    font-size: 30px;
  }
}

.features-list{
  display: flex;
  margin-top: 40px;
  flex-direction: row;
  gap: 50px;
}

.features-left{
  width: 48%;
}

.features-right{
  width: 48%;
}

.features-list img{
  width: 60px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 580px) {
  .features-list {
    flex-direction: column;
    gap: 30px;
  }
  .features-left{
    width: 100%;
  }

  .features-right{
    width: 100%;
  }
}


/*-------------------------  End Features css -------------------------*/


/* ------------------------  Download css ------------------------------ */


.download-section {
    margin: 0 auto;
    padding-bottom: 20px;
    padding-top: 10px;
    text-align: center;
}

.download-box {
  margin-top: 60px;
    border-radius: 30px;
    background: #FAF7F2;
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: relative;
}

.download-content{
  text-align: left;
  padding: 40px;
}

.down-logo{
  width: 300px;
}

.download-title{
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 26px;
  margin-bottom: 10px;
}

.download-description{
  color: #505056;
  font-size: 16px;
  margin-bottom: 16px;
}

.down-button {
  background-color: #0d9488;
  color: #fff !important;
  padding: 17px 32px 22px 32px;
  border: none;
  border-radius: 100px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  margin-top: 1rem;
}

.down-button:hover {
  background-color: #ff8c42;
}

.down-button img{
    position: relative;
    top: 3px;
    right: 2px;
    width: 16px;
}

.download-ss{
  width: 50%;
}

@media (max-width: 768px) {
  .download-box {
    flex-direction: column;
    padding: 0 30px;
  }
  .download-content{
    text-align: center;
  }
  .download-ss{
    width: 100%;
  }
}


/* ------------------------  End Download css ------------------------------ */


/*-------------------------  Start terms & conditions page css -------------------------*/


.terms-section{
  padding-top: 120px;
  position: relative;
}

.star-1{
  position: absolute;
  top: 30%;
  left: 15%;
}

.star-2{
  position: absolute;
  bottom: 40px;
  left: 3%;
}

.star-3{
  position: absolute;
  top: 30%;
  right: 10%;
}

.star-4{
  position: absolute;
  bottom: -20px;
  right: 2%;
}

.terms-header{
  text-align: center;
}

.terms-header h2{
  color: #101115;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 56px;
  text-transform: capitalize;
}

.terms-header h2 span{
  color: #0D9488;
}

.terms-header p{
  color: #9F9F9F;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 32px;
  margin-top: 10px;
}

.terms-header .tag-line{
  border-radius: 100px;
  background: #FF8C42;
  color: #ffffff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: fit-content;
  margin: 0 auto;
  padding: 10px 22px;
  margin-bottom: 15px;
}

.terms-text{
  background: linear-gradient(180deg, #FAF7F2 0%, #FFF 116.32%);
  stroke-width: 1px;
  stroke: rgba(0, 0, 0, 0.04);
}

.data-box{
  margin: 20px 0;
}

.terms-content{
  margin-top: 50px;
}

.terms-text{
  border: 1px solid #dcdcdc;
  border-radius: 40px;
  padding: 50px 50px 30px 50px;
}

.terms-text .strong{
  font-weight: 600;
}

.terms-text p{
  font-weight: 300;
}

.terms-text ul{
  list-style: disc;
  margin-left: 30px;
  margin-top: 6px;
}

.terms-text li{
  font-weight: 300;
}

/*-------------------------  End terms & conditions page css -------------------------*/

/*------------------------- Start footer css -------------------------*/


footer{
  background-color: #FAF7F2;
  text-align: center;
  padding: 50px 0;
  margin-top: 90px;
  border-top: 1px solid #D0D0D0;
}

.footer-text ul{
  display: flex;
  flex-direction: row;
  width: 100%;
  gap: 30px;
  margin: 30px 0;
  justify-content: center;
}

.footer-text p{
  color: #101115;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 32px;
}

.footer-text a {
  color: #101115;
  transition: 0.2s;
}

.footer-text a:hover {
  color: #0d9488;
}

.copyright{
  background-color: #E57D39;
}

.copyright-data{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  padding: 10px 0 3px 0;
}

.copyright-left p{
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 32px; /* 177.778% */
}

.copyright-right ul{
  display: flex;
  flex-direction: row;
  width: 100%;
  gap: 15px;
  justify-content: center;
}


@media only screen and (max-width: 768px){
  footer{
    margin-top: 50px;
  }
  .terms-section .star-1{
    display: none;
  }
  .terms-section .star-2{
    display: none;
  }
  .terms-section .star-3{
    display: none;
  }
  .terms-section .star-4{
    display: none;
  }
}


@media only screen and (max-width: 600px){
  .footer-text ul{
      flex-direction: column;
  }
}

@media only screen and (max-width: 500px){
  .copyright-data{
      flex-direction: column;
      align-items: center;
      gap: 14px;
  }
}


/*------------------------- End footer css -------------------------*/


/*-------------------------  responsive menu css -------------------------*/

nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#ham-menu {
  display: none;
  font-size: 26px;
  cursor: pointer;
}

nav ul.active {
  left: 0;
}

@media only screen and (max-width: 841px) {
  #ham-menu {
    display: block;
    color: #0d9488;
  }
  nav ul {
    background-color: #0d9488f0;
    position: fixed;
    left: -100vw;
    top: 80px;
    width: 100vw;
    height: calc(100vh - 73.6px);
    display: flex !important;
    flex-direction: column !important;
    align-items: center;
    justify-content: space-around;
    transition: 0.6s;
    gap: 50px !important;
    justify-content: flex-start;
    backdrop-filter: blur(5px);
    padding-top: 40px;
  }
  .header-list a {
    color: #ffffff;
  }
  .header-list a:hover {
    color: #ffffff;
  }
  .banner-button {
    padding: 9px 16px;
    background-color: #ffffff;
    color: #0d9488 !important;
    font-weight: 600;
  }
  .banner-button:hover {
    color: #ffffff !important;
  }
}

@media only screen and (max-width: 575px) {
  nav ul {
    height: calc(100vh - 65.18px);
  }
}

/*----------------------------------------------------------------*/
/*----------------------------------------------------------------*/

/*-------------------------  responsive css -------------------------*/

@media only screen and (max-width: 1200px) {
  .container {
    margin: 0 auto;
    padding: 0 30px;
  }
}
