@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;

  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  /* border: .5px solid black; */
}
body {
  overflow-x: hidden;
}
.container {
  width: 100%;
}
.dataHidden{
  display: none;
}
@media (min-width: 640px) {
  .container {
      max-width: 640px;
  }
  .dataHidden{
    display: inline;
  }
 
  
}
@media (min-width: 768px) {
  .container {
      max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .container {
      max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  .container {
      max-width: 1280px;
  }
}
@media (min-width: 1536px) {
  .container {
      max-width: 1536px;
  }
}


/* Navbar */
.navbar {
  height: 60px;
  margin: 10px 41px;
}

.nav-buttons-1 img {
  height: 40px;
}

img {
  image-rendering: crisp-edges;
}

/* section 01 */

.data {
  display: flex;
  flex-direction: row;
}

.text-sec-1 {
  width: 55%;
  display: flex;
  flex-direction: column;
  position: relative;
}

.img-sec-1 {
  width: 50%;
  display: flex;
  justify-content: center
}

.modernise {
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
  text-align: left;
  color: rgba(71, 61, 193, 1);
}
.like-div {
  position: relative;
}
#like {
  background-color: rgba(71, 61, 193, 1);
  border-radius: 50%;
  height: 45.03px;
  width: 45.03px;
  padding: 5px;
  z-index: 2;
  position: absolute;
  left: 7px;
  bottom: -27px;
}
#top-buttons {
  display: none;
}
#texts-btn {
  z-index: 1;
  position: absolute;
}

.texts h6 {
  font-size: 56px;
  font-weight: 700;
  line-height: 67.2px;
  text-align: left;
  margin-top: 5px;
}

.texts-btn {
  width: 244px;
  height: 64px;
  background: #000000;
  color: white;
  border: none;
  padding: 13.45px 32.28px 13.45px 32.28px;
  gap: 13.45px;
  border-radius: 50px;
  opacity: 0px;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.84px;
  text-align: center;
}
.texts {
  /* position: absolute;
  
  z-index: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  min-height: 80vh;
  text-wrap: wrap; */
  /* border: 1px solid red; */
  display: flex;
  flex-direction: column;
  gap: 100px;
  margin-top: 50px;
  justify-content: space-evenly;
height: 80%;
}
.space-y-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2.5rem /* 40px */ * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.5rem /* 40px */ * var(--tw-space-y-reverse));
}

#arrow {
  position: absolute;
  z-index: 1;
  right: -11px;
  top: -100px;
}

/* section 02 */
.sec-2 {
  /* min-height: 80vh; */
  display: flex;
  justify-content: center;
  align-items: center;
  text-wrap: wrap;
}

.sec-2-data {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.img-2 {
  width: 40%;
}
.img-2 img {
  width: 65%;
}
.text-2 {
  width: 60%;
  text-wrap: wrap;
}
.sec-2 h4 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 3rem;
  letter-spacing: 0.01em;
  text-wrap: wrap;
  text-align: left;
}
#fav {
  color: rgba(71, 61, 193, 1);
}

/* section-03 */
.sec-3 {
  margin-top: 150px;
  position: relative;
  /* min-height: 90vh; */
}
.sec-3-data {
  display: flex;
  flex-direction: row;
}
.cards-container {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.sec-3-img {
  min-width: 40%;
  /* min-height: 75vh; */
  position: relative;
  z-index: 100;

}
.sec-3-img img {
  opacity: 0px;
  /* min-width: 100%; */
  width: 75%;
}

#girl-img {
  /* position: absolute; */
  z-index: 2;
  bottom: 2px;
}

.sec-3-text {
  min-width: 60%;
  display: flex;
  /* min-height: 75vh; */
  flex-direction: row;
  justify-content: space-between;
  flex-direction: column;
  /* border: 1px solid yellow; */
}
#card-1 {
  margin-bottom: 30px;
}
.card-item {
  margin: 30px 0px;
  margin-bottom: 0px;
}

.card-body {
  display: flex;
  justify-content: space-evenly;
  flex-direction: column;
}

.card-text {
  color: #666666;
  margin: 10px 10px 10px 0px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.01em;

  text-align: left;
  padding-right: 38px;
}
.item-1 {
  border-right: 2px dashed gray;
}
.sec-3-text h2 {
  color: #473dc1;

  font-size: 32px;
  font-weight: 600;
  line-height: 43.2px;
  letter-spacing: 0.01em;
  text-align: left;
}

/* cards */
.cards-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.cards-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.card-item {
  flex: 1 1 45%;
  display: flex;
  flex-direction: column;
}

.card-img-top {
  margin-bottom: 15px;
}

.card-title {
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.card-text {
  font-size: 1rem;
  color: #6c757d;
}

/* section 04 */

.sec-4 {
  position: relative;
  margin-top: 125px;
  /* min-height: 100vh; */
  /* margin: 70px 0px; */
}
.img-part button {
  background: none;
}
.sec-img {
  position: absolute;
  z-index: 1;
  top: -250px;
}
.sec-img svg {
  opacity: 0.2;
}
.sec-4-data {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  /* min-height: 90vh; */
  z-index: 2;
}
.text-part {
  
  width: 40%;
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  text-wrap: wrap;
  justify-content: space-evenly;
  /* min-height: 90vh; */
  /* gap: 3rem; */

}
.text-part p {
  color: #666666;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  padding-right:10px ;
  letter-spacing: 0.01em;
  text-align: left;
}
.text-part h6 {
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.8px;
  text-align: left;

  color: rgba(71, 61, 193, 1);
}
.text-part h1 {
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
  text-align: left;
}
.img-part {
  width: 60%;
  /* min-height: 90vh; */
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  /* position: relative; */
  /* overflow-x: hidden; */
  /* gap: 3rem; */

}
.mobile-cards {
  margin-top: 16px;
  display: none;
}
.stars-div {
  margin-top: 50px;
  text-align: end;
}

.img-part-cards {
  display: flex;
  flex-direction: row;
  z-index: 5;
  gap: 20px;
  position: relative;
  width: 120%;
  /* transform: translateX(2rem); */
  /* overflow: hidden; */
}
.img-part-card {
  /* width: 337.01px;
  height: 478.52px; */
  width: 35%;
  height: 60%;
  /* display: flex; */
}

#rectangle {
  position: absolute;
  z-index: -1;
  top: -30px;
  left: -30px;
}
.img-part-card img {
  width: 100%;
  gap: 0px;
  opacity: 0px;
}

/* section-05 */
.sec-5 {
  margin-top: 125px;
  position: relative;
}

.sec-5-data {
  display: flex;
  flex-direction: row;

  
}
.text-part-5 {
  width: 60%;
  display: flex;
  flex-direction: column;
  /* border: 1px solid red; */
  /* justify-content: space-around; */
  text-align: start;
}
.text-part-5 h1 {
  font-size: 40px;
  font-weight: 500;
  line-height: 54px;
  letter-spacing: 0.01em;
  text-align: left;
}

.img-5-part {
  width: 40%;
  display: flex;

  justify-content: flex-end;
  align-items: flex-end;
  position: relative;
}

.vector-5-img {
  position: absolute;
  z-index: -30;
  opacity: 0.1;
  right: -48px;
  bottom: 404px;
}

.faq-container {
  display: flex;
  justify-content: space-evenly;
  flex-direction: column;
  height: 90%;
}

.que-1 {
  display: flex;
 
  justify-content: space-between;
  margin-top: 10px;
  flex-direction: column;
  padding-left: 5px;
}

.que-1-left {
  display: flex;
  justify-content: space-between;
}

.que-1 svg {
  height: 30px;
  width: 40px;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.que-1 p {
  display: none;
  width: 90%;
  color: rgba(102, 102, 102, 1);
}

.que-1.active p {
  display: block;
}

.que-1.active .plus-icon {
  display: none;
}
/* plus minus */
#icon {
  transition: transform 0.3s ease;
  outline: none;
}

.icon.active .vertical {
  transform: rotate(90deg);
  opacity: 0;
}

#icon.active #horizontal {
  opacity: 1;
}

.que-1-left span {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out, padding 0.5s ease-in-out;
}

.que-1-left span.show {
  max-height: 500px;
  padding: 10px 0;
}

#icon:hover {
  transform: scale(1.1);
  transition: transform 0.3s ease-in-out;
}

/* sec-06  */
.sec-06 {
  /* min-height: 100vh; */
  margin: 50px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
 .sec-6-data {
  margin-top: 125px;
  box-shadow: 0px 4px 35px 0px rgba(0, 0, 0, 0.1);
  /* min-height: 75vh; */
  display: flex;
  flex-direction: row;
  width: 100%;
  padding: 40px 0px 0px 0px;
  background: white;
  z-index: 99;
  border-radius: 40px;
}
.sec-6-data .container {
  display: flex;
  flex-direction: row;

}
.sec-6-data-left {
  display: flex;
  width: 50%;
  display: flex;
  /* justify-content: center; */
  align-items: flex-end;
}
.sec-6-data-left img {
  width:75%;
  border-radius: 40px;
  padding: 0;
}

.sec-6-data-right h6 {
  font-size: 20px;
  font-weight: 600;
  line-height: 27px;
  letter-spacing: 0.01em;
  color: rgba(102, 102, 102, 1);
}

#ellipse {
  height: 17px;
  width: 22px;
}
.ellipse-span {
  display: flex;
  flex-direction: row;
}
.ellipse-span h6 {
  font-size: 20px;
  font-weight: 600;
  line-height: 27px;
  letter-spacing: 0.01em;
  display: flex;
  margin-bottom: 23px;
  flex-direction: row;
  align-items: center;
}
.ellipse {
  border-radius: 50%;
  height: 42px;
  width: 42px;
  background-color: #473dc1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}

.sec-6-data-right h1 {
  font-size: 40px;
  font-weight: 700;
  text-wrap: wrap;
  line-height: 54px;
  letter-spacing: 0.01em;

  padding-right: 20px;
}

.sec-6-data-right {
  width: 50%;
  display: flex;
  align-items: center;
}

.right-top {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.right-top button {
  margin-top: 20px;
}
/* footer */
.footer {
margin-top: 125px;}
.footer .container {
  border-top: 2px dashed gray;
  height: 100px;
  display: flex;
  align-items: end;
  justify-content: space-between;
}
.footer-data {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 20px;
  width: 100%;
  padding: 0px;
  margin-bottom: 10px;
}
.footer h5 {
  color: rgba(100, 100, 100, 1);
  font-size: 17px;
}

/*  responsive  */

@media (max-width: 768px) {
  .sec-4{
    margin-top: 50px;
  }
  .navbar .container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }

  .navbar img {
    margin: 0 auto;
    display: block;
  }
  .nav-buttons {
    display: none;
    gap: 24px;
  }

  /* sec-01 */
  .data {
    display: flex;
    flex-direction: column;
  }
  .text-sec-1 {
    width: 100%;
    position: static;
    /* min-height: 80vh; */
    align-items: center;
    justify-content: center;
  }
  .img-sec-1 {
    width: 100%;
  }
  /* #five {
    display: none;
  } */

  #arrow {
    display: none;
  }

  /* ...... */
  .img-sec-1 {
    width: 55%;
  }

  .modernise {
    font-size: 24px;
    font-weight: 500;
    line-height: 29px;
    text-align: left;
    color: rgba(71, 61, 193, 1);
  }
  .like-div {
    position: relative;
  }
  #like {
    padding: 5px;
    z-index: 2;
    position: absolute;
  }
  #texts-btn {
    z-index: 1;
    position: absolute;
  }

  .texts-btn {
    width: 244px;
    height: 64px;
    border: none;
  }
  .texts {
    position: absolute;
    z-index: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    min-height: 80vh;
  }

  #arrow {
    position: absolute;
    z-index: 1;
    right: -150px;
    top: -100px;
  }

  /* sec-02 */

  .sec-2-data {
    display: flex;
    flex-direction: column-reverse;
  }
  .img-2 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .img-2 img {
    width: 70%;
    margin-top: 5%;
  }

  .text-2 {
    width: 100%;
    padding: 2% 1%;
  }

  .sec-2 h4 {
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 3rem;
    letter-spacing: 0.01em;
    text-wrap: wrap;
    text-align: left;
  }

  /* sec-3 */
  .sec-3-data {
    display: flex;
    flex-direction: column-reverse;
  }
  .sec-3-text {
    width: 100%;
  }
  .sec-3-img {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #girl-img {
    top: 0;
    position: static;
    bottom: 0;
  }
  .card-item {
    flex: 1 1 100%;
    padding-left: 20px;
    border-left: 2px dashed gray;

    margin: 30px 0px;
  }
  #rectangle {
    display: none;
  }

  .item-1 {
    border-right: none;
  }

  /* sec-04 */
  .sec-img svg {
    display: none;
  }
  .sec-4-data {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .text-part {
    width: 100%;
  }
  .img-part {
    width: 100%;
    overflow-x: hidden;
  }

  /* sec-5 */

  .img-5-part svg {
    display: none;
  }
  .sec-5-data {
    display: flex;
    flex-direction: column;
  }
  .text-part-5 {
    width: 100%;
    padding: 0px;
  }
  .img-5-part {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  /* sec-06 */
  .sec-6-data {
    display: flex;
    flex-direction: column;
  }

  .sec-6-data-left {
    width: 90%;
  }
  .sec-6-data-right {
    width: 100%;
    display: flex;
    padding: 30px 0%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-wrap: wrap;
  }
}

@media (max-width: 435px) {
  .navbar {
    height: 100px;
    margin: 0px;
  }
  /* section 01 */
  .data {
    display: flex;
    flex-direction: column;
  }

  .modernise {
    font-size: 16px;
    font-weight: 500;
    line-height: 19.2px;
    text-align: center;

    color: rgba(102, 102, 102, 1);
  }

  .img-sec-1 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .img-sec-1 img {
    width: 100%;
  }

  .texts h6 {
    font-size: 32px;
    font-weight: 700;
    line-height: 41.6px;
    text-align: center;
  }
  #top-buttons {
    display: block;
    text-align: center;
    margin-top: 30px;
  }

  .sec-1 {
    /* min-height: 40vh; */
  }

  .like-div {
    display: none;
  }
  .text-sec-1 {
    min-height: 0vh;
  }
  .texts {
    margin-top: 0px;
    position: static;
    min-height: 0vh;
    display: inline;
  }

  /* sec-02 */

  .text-2 {
    display: flex;

    flex-direction: column;
  }

  .sec-2 {
    /* min-height: 75vh; */
  }

  .sec-2 h4 {
    margin-top: 20px;
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: 0.01em;
    text-align: center;
    /* text-align: center; */
  }

  /* sec-3 */
  .sec-3 {
    position: static;
    padding: 0px;
    /* min-height: 70vh; */
    /* border: 1px solid purple; */
  }
  .sec-3-text h2 {
    display: none;
  }
  .sec-3-text h1 {
    display: none;
  }
  .card-text {
    font-size: 16px;
  }

  .card-title {
    font-size: 20px;
  }

  .cards-row {
    gap: 0px;
  }

  .sec-3-img {
    margin-top: 40px;
    min-width: 40%;

    position: static;
  }
  .sec-3-img img {
    opacity: 0px;
    width: 90%;
  }
  /* section-4 */
  .sec-4 {
    /* margin: 0px; */
    /* border: 1px solid red; */
  }

  .text-part h6 {
    font-size: 18px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: -0.800000011920929px;
    text-align: center;
    color: rgba(102, 102, 102, 1);
    margin-bottom: 10px;
  }
  .text-part h1 {
    font-size: 24px;
    font-weight: 500;
    line-height: 28.8px;
    letter-spacing: -0.8;
    text-align: center;
    /* padding-bottom: 10px; */
  }
  .text-part p {
    color: #666666;
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: 0.01em;
    text-align: center;
  }
  .texts-btn {
    width: 40%;
    height: 35px;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-wrap: wrap;
  }
  .text-part button {
    text-align: center;
    width: 183px;
    height: 48px;
    opacity: 0px;
  }
  .text-part {
    align-items: center;
    /* border: 1px solid red; */
    min-height: 45vh;
    padding: 12px;
    margin-top: 40px;
    gap: 0;
  }
  .text-part h6 {
    padding-bottom: 5px;
  }

  /* section-5 */
  .que-1-left{
    display: flex;
 
    align-items: center;
  }
  .que-1-left svg {
    /* width: 25px;
    height: 19px; */
    width: 28px;
    height: 22px;
  }
  .que-1-left h5 {
    font-size: 18px;
    font-weight: 500;
    line-height: 24.8px;
    text-align: left;
    width: 85%;
  }

  .que-1 p {
    display: none;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.01em;

    text-align: left;
    padding-right: 38px;
    color: var(--Grey, rgba(102, 102, 102, 1));
  }

  .text-part-5 h1 {
    font-size: 24px;
    text-wrap: wrap;
    font-weight: 500;
    line-height: 31.2px;
    letter-spacing: 0.01em;
    text-align: center;
    padding: 0px 41px 20px 41px;
    /* border: 1px solid red; */
  }
  .img-5-part img {
    width: 85%;

    margin-top: 30px;
    /* border: 1px solid yellow; */
  }
  .img-part-card {
    width: 324.1px;
    height: 487px;
  }
  .img-part {
    /* padding: 20px; */
    /* border: 1px solid rgb(123, 0, 255); */
  }
  .pc-cards {
    display: none;
  }
  .mobile-cards {
    display: block;
  }
  .mobile-cards img {
    /* width: 400px; */
    width: 100%;
  }

  .stars-div {
    display: none;
  }
  .sec-5 {
    padding: 0%;
  }
  .vector-5-img {
    display: none;
  }
  #rectangle {
    display: none;
  }

  /* sec-6 */

  .sec-6-data-right {
    width: 100%;
    display: flex;
    padding: 30px 0px;
    flex-direction: column;
  }
  .sec-06 {
    padding: 20px;
  }
  .sec-6-data-right h1 {
    font-size: 24.37px;
    font-weight: 700;
    line-height: 32.9px;
    letter-spacing: 0.01em;
    text-align: center;
  }

  .sec-6-data-right h6 {
    padding-left: 0px;
    font-size: 12.18px;
    font-weight: 600;
    line-height: 16.45px;
    letter-spacing: 0.01em;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .sec-6-data-left img {
    border-radius: 0px;
    width: 100%;
  }

  .ellipse {
    display: none;
  }
  .ellipse-span h6 {
    font-size: 16px;
    font-weight: 600;
    line-height: 27px;
    letter-spacing: 0.01em;
    margin-bottom: 23px;
    text-align: center;
  }
  .right-top {
    width: 90%;
    /* height: 170px; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #nav-buttons {
    display: flex;
    gap: 4px;
    padding-bottom: 24px;
  }
  /* footer */
  .footer{
    margin-top: 0px;
  }
  .footer-data {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footer h5 {
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.36;
    text-align: center;
    padding-top: 15px;
  }
  #footer-li {
    color: rgba(2, 77, 202, 1);
    padding-top: 20px;
  }
  .footer {
    padding: 20px;
  }
  .footer .container {
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
  }
}
