* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}
@font-face {
  font-family: Sora;
  src: url("../assets/font/Sora-Regular.ttf") format("woff");
}
@font-face {
  font-family: Inter;
  src: url("../assets/font/Inter-4.0/web/Inter-Regular.woff2") format("woff2");
}
@font-face {
  font-family: Mulish;
  src: url("../assets/font/mulish/Mulish-Regular.ttf") format("woff");
}
:root {
  --main-bg-color: #f5f2fb; /* Define the background color */
  --main-text-color: #ffffff;
  --seconary-heade-text-color: #344054;
  --primary-head-text-color: #1a1a1a;
  --primary: #d70d4a;
  --container-radius: 40%; /* Default border radius */
}
.continer {
  width: 100%;
}
@media (max-width: 480px) {
  :root {
    --container-radius: 0%; /* Even smaller border radius for small screens */
  }
}

.menu-icon {
  width: 40px;
  height: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  gap: 2px;
}

/* Individual bars */
.menu-icon .bar {
  width: 100%;
  height: 2px;
  background-color: #333;
  border-radius: 2px;
  transition: all 0.3s ease;
}

/* Animation when active */
.menu-icon.active .bar:nth-child(1) {
  transform: translateY(13px) rotate(45deg);
}

.menu-icon.active .bar:nth-child(2) {
  opacity: 0;
}

.menu-icon.active .bar:nth-child(3) {
  transform: translateY(-13px) rotate(-45deg);
}
.liner-container {
  max-width: 2000px;
  margin: 0px auto;
  background-color: var(--main-bg-color) !important;
  /*** border-radius: 0 0 var(--container-radius) var(--container-radius) !important; **/
  padding-bottom: 80px;
}
.possibilities {
  font-family: Sora;
}
.spanInit {
  font-family: Inter;
  text-align: left;
}
.secion-container {
  position: relative;
}
.top-header {
  width: 100%;
  margin: 0px auto;
  height: 130px;
  padding: 0px 80px;
  position: relative;
  /** max-width: 1519px; **/
}
.top-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px 0;
}
.top-section ul {
  display: flex;
  list-style: none;
  align-items: center;
  gap: 42px;
  color: #000000;
  font-family: Inter;
}
.top-section ul li {
  font-size: 20px;
  font-weight: 400;
  line-height: 24.2px;
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  position: relative;
}
.top-section ul li a {
  font-size: 20px;
  font-weight: 400;
  line-height: 24.2px;
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  color: #000000;
}
.sing-up-sign {
  display: flex;
  gap: 48px;
  align-items: center;
}
.get_started_button {
  color: #b4acca;

  font-size: 14px;
  font-weight: 600;
  line-height: 17.64px;
  letter-spacing: 0.25px;
  text-align: center;
  text-decoration: none;
  font-family: Sora;
}
.get_started {
  font-family: Sora;
  font-size: 14px;
  font-weight: 600;
  line-height: 17.64px;
  letter-spacing: 0.25px;
  text-align: center;

  color: #ffffff;
  padding: 0px 16px;

  border-radius: 10px;
  background-color: #d70d4a;
  text-decoration: none;
  height: 50px;
  justify-content: center !important;
  align-items: center !important;
  font-size: 14px;
  display: flex;
  height: 60px;
  width: 180px;
}
.outlineImg {
  display: none;
  cursor: pointer;
}
.hiddenimg {
  display: none;
}
.mobile_image_foot {
  display: none;
}

@media only screen and (max-width: 1320px) {
  .card {
    gap: 20px !important;
  }
  .card h2 {
    font-size: 18px !important;
  }
  .card span {
    font-size: 16px !important;
  }
}
@media only screen and (max-width: 1255px) {
  .mymid-lag {
    gap: 20px !important;
  }
}
@media only screen and (max-width: 1150px) {
  .mymid-lag {
    flex-direction: column !important;
    gap: 66px !important;
  }
  .card {
    max-width: 566px;
    margin: 0px auto;
    width: 100%;
  }
  .card h2 {
    font-size: 28px !important;
  }
  .card span {
    font-size: 22px !important;
  }
}
@media only screen and (max-width: 810px) {
  .mycard {
    padding: 40px !important;
  }
}
@media only screen and (max-width: 1080px) {
  .lwd {
    margin-left: 30px !important;
  }
  .mdl {
    margin-left: 10px !important;
  }
  .lnd-fr-img {
    gap: 8px !important;
  }
  /**
  .lnd-fr-img .mgl {
    margin-left: -20px !important;
  }
    **/
  .log-service {
    gap: 18px !important;
  }
  .log-service .each-trans-verse img {
    width: 42px !important;
  }
  .log-service .each-trans-verse span {
    font-size: 16px !important;
    display: inline-block;
  }
}

@media only screen and (max-width: 960px) {
  .top-section ul {
    display: none;
  }
  .outlineImg {
    display: block;
  }
  .sing-up-sign .login {
    display: none;
  }
  .cardirlogo {
    width: 95.43px;
  }

  .sing-up-sign {
    gap: 16px;
  }
  .mymid-lag {
    display: flex;
    flex-direction: column !important;
  }

  .mid-text-container {
    max-width: 600px !important;
    width: 100%;
    margin: 0px auto;
  }
  .sec2 .digital {
    font-size: 2.25rem !important;
    font-family: Sora;
    font-weight: 700;
    line-height: 45.36px !important;
    text-align: center;
    padding-top: 40px;
  }
  .text-cross {
    font-family: Inter;
    font-size: 1.4rem !important;
    font-weight: 400;
    line-height: 19.36px !important;
    text-align: center;
  }
  .mycard {
    flex-direction: column !important;
    height: auto !important;
    position: relative;

    padding: 40px 40px !important;
    align-items: normal !important;
    gap: 16px !important;
  }
  .liner-img-dg {
    justify-content: flex-end !important;
    /** align-items: end; **/
  }
  .mycard .mycard-text-below span:nth-child(1) {
    font-size: 18px !important;
    line-height: 24px !important;
    font-family: Sora;
    padding: 0px !important;
  }
  .mdl {
    margin-left: -80px !important;
  }
  .necards {
    flex-direction: row !important;

    justify-content: space-between !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 10px !important;

    width: 100% !important;
  }
  .mgcl {
    max-width: 100px !important;
    margin-top: 37px !important;
    width: 100%;
    overflow: hidden;
  }
  .necards .mycard-text-below {
    gap: 10px !important;
    max-width: 165px !important;
  }
  .necards .log-service {
    display: flex !important;
    flex-direction: row !important;
    gap: 8px !important;
  }
  .necards .log-service img {
    width: 64px !important;
  }
  .necards .mycard-text-below span {
    font-family: Sora;
    font-size: 16px !important;
    font-weight: 700;
    line-height: 18px !important;
    text-align: left;
    width: 165px !important;
  }
  .necards .img-coversation {
    gap: 6px !important;
    margin-left: -50px;
  }

  .necards .img-coversation .conver-img img:nth-child(1) {
    width: 36.24px !important;
  }
  .necards .img-coversation .conver-img img:nth-child(2) {
    width: 20.19px !important;
    top: 25px !important;
  }
  .myimgcardr {
    height: 80%;
    right: 0;
    width: 100%;
  }
  .mycard-text-below {
    gap: 16px !important;
    width: 305px !important;
    margin: 0px auto !important;
    width: 100% !important
    ;
    align-items: normal !important;
  }
  .mycard-text-below span {
    font-family: Sora;
    font-size: 24px !important;
    font-weight: 700;
    line-height: 24px !important;
    text-align: left;
  }
  .log-service {
    flex-direction: column;
    gap: 10px !important
    ;
    align-items: normal !important;
    justify-content: flex-start;
  }
}

@media only screen and (max-width: 630px) {
  .top-header {
    padding: 20px !important;
  }
  .img-sec {
    display: none !important;
  }
  .img-sec2 {
    display: block !important;
  }
  .img-sec3 {
    display: block !important;
  }
  /**
  .secion-container {
    min-height: 850px !important;
  }
    **/
  .imgbig img {
    bottom: 0 !important;
    width: 85% !important;
  }
  .sec2 .digital {
    margin: 0px auto;
    font-size: 36px !important;
  }
  .mid-text-container {
    gap: 48px !important;
    max-width: 450px !important;
    width: 100% !important;
    padding: 0px 20px;
  }
  .text-cross {
    font-family: Inter;
    font-size: 1rem !important;
    font-weight: 400;
    line-height: 19.36px !important;
    text-align: center;
  }

  .app-mobile {
    gap: 8px !important;
  }
  .app-mobile img {
    width: 132px !important;
    height: 50px !important;
  }
  .bigimg {
    display: none;
  }
  .hiddenimg {
    display: block;
    margin: 0px auto;
  }
  .img2 {
    height: 100% !important;
    top: 10px !important;
  }
  .top-section3 {
    /** max-width: 355px;**/
    width: 100%;
    margin: 0px auto;
    padding: 20px 25px !important;
    right: 0;
    left: 0;
  }
  .inner-sec {
    gap: 24px !important;
  }
  .mobile_image_foot {
    display: block !important;
  }
  .hide-on-low {
    display: none !important;
  }
  .upper_text_section {
    gap: 15px !important;
  }
  .head2-text {
    font-family: Inter;
    font-size: 8px !important;
    font-weight: 800;
    line-height: 9.68px !important;
    text-align: center;
  }
  .int_text_upper h2 {
    font-family: Sora;
    font-size: 24px !important;
    font-weight: 700;
    line-height: 26px !important;
    text-align: center;
  }
  .lng-text {
    font-family: Inter;
    font-size: 14px !important;
    font-weight: 500;
    line-height: 16px !important;
    text-align: center;
  }
  .leftfrmae2 {
    display: block !important;
    margin: 0px auto;
    width: 100%;
  }
  .mymid-lag {
    display: flex;
    flex-direction: column !important;
    gap: 24px !important;
  }
  .card {
    max-width: 588px !important;
    padding: 30px 26px 30px 26px !important;
    gap: 16px !important;
    border-radius: 16px 0px 0px 0px !important;
    opacity: 0px !important;
    width: 100%;
    height: auto !important;
  }
  .card h2 {
    font-family: Inter;
    font-size: 18px !important;
    font-weight: 700;
    line-height: 21.78px !important;
    text-align: left;
  }
  .card span {
    font-family: Inter;
    font-size: 14px !important;
    font-weight: 500;
    line-height: 16.94px !important;
    text-align: left;
  }
  .innerframe {
    display: none;
  }
  .slider img {
    width: 158px !important;
    margin-top: 20px;
  }
  .slider-container {
    height: auto !important;
  }
  .mycard {
    flex-direction: column !important;
    height: auto !important;
    position: relative;

    padding: 20px !important;
    align-items: normal !important;
    gap: 16px !important;
  }
  .necards {
    flex-direction: row !important;

    justify-content: space-between !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 10px !important;

    width: 100% !important;
  }
  .mgcl {
    max-width: 100px !important;
    margin-top: 37px !important;
    width: 100%;
    overflow: hidden;
  }
  .necards .mycard-text-below {
    gap: 10px !important;
    max-width: 165px !important;
  }
  .necards .log-service {
    display: flex !important;
    flex-direction: row !important;
    gap: 8px !important;
  }
  .necards .log-service img {
    width: 64px !important;
  }
  .necards .mycard-text-below span {
    font-family: Sora;
    font-size: 16px !important;
    font-weight: 700;
    line-height: 18px !important;
    text-align: left;
    width: 165px !important;
  }
  .necards .img-coversation {
    gap: 6px !important;
    margin-left: -50px;
  }
  .make-payment {
    font-size: 24px !important;
  }
  .necards .img-coversation .conver-img img:nth-child(1) {
    width: 36.24px !important;
  }
  .necards .img-coversation .conver-img img:nth-child(2) {
    width: 20.19px !important;
    top: 25px !important;
  }
  .myimgcardr {
    height: 80%;
    right: 0;
    width: 100%;
  }
  .mycard-text-below {
    gap: 16px !important;
    width: 305px !important;
    margin: 0px auto !important;
    width: 100% !important
    ;
    align-items: normal !important;
  }
  .mycard-text-below span {
    font-family: Sora;
    font-size: 24px !important;
    font-weight: 700;
    line-height: 24px !important;
    text-align: left;
  }
  .log-service {
    flex-direction: column;
    gap: 10px !important
    ;
    align-items: normal !important;
    justify-content: flex-start;
  }
  .each-trans-verse img {
    width: 24px !important;
  }
  .each-trans-verse span {
    font-family: Inter;
    font-size: 16px !important;
    font-weight: 500;
    line-height: 19.36px !important;
    text-align: left;
    align-items: flex-start;
  }
  .liner-img-dg {
    max-width: 319.46px !important;
    /** width: 100% !important;
   **/
    margin: 0px auto !important;
  }
  .lnd-fr-img {
    gap: 6px !important;
  }

  .lnd-fr-img img:nth-child(1) {
    width: 195px !important;
  }
  .lnd-fr-img img:nth-child(2) {
    width: 45.12px !important;
  }
  .liner-img-dg .jsimage {
    width: 210px !important ;
  }
  .lwd {
    margin-left: 45px !important;
    padding-left: 20px !important;
    box-sizing: border-box !important;
  }
  .mdl {
    margin-left: 25px !important;
  }
  .slider-containers {
    gap: 72px !important;
  }
  .sliderd {
    margin-top: 30px;
  }
  .each-testimonial {
    max-width: 291px !important;
    width: 100%;
    height: 186px !important;
    position: relative;
  }
  .each-testimonial span {
    font-family: Inter;
    font-size: 8px !important;
    font-weight: 500;
    line-height: 10px !important;
    text-align: center;
    max-width: 172px !important;
    padding-bottom: 45px !important;
    width: 100%;
  }

  .bottom-liner-personal {
    height: 56px !important;
  }
  .personal_details {
    gap: 4px !important;
  }
  .personal_details img {
    width: 33.75px !important;
    height: 33.75px !important;
  }
  .profe-name {
    gap: 2px !important;
  }
  .profe-name h3 {
    font-family: Inter;
    font-size: 8px !important;
    font-weight: 700;
    line-height: 9.68px !important;
    text-align: left;
  }
  .profe-name p {
    font-family: Inter;
    font-size: 6px !important;
    font-weight: 400;
    line-height: 7.26px !important;
    text-align: left;
  }
  .faq-container {
    max-width: 375px !important;
    width: 100% !important;
  }
  .lng-tex {
    max-width: 322px !important;
    width: 100%;
  }
  details {
    gap: 10px !important;
  }
  details summary {
    font-family: Inter;
    font-size: 12px !important;
    font-weight: 700;
    line-height: 14.52px !important;
    text-align: left;
  }

  details p {
    font-family: Inter;
    font-size: 7.5px !important;
    font-weight: 400;
    line-height: 9.08px !important;
    text-align: left;
    padding: 0px 0px 25px;
  }
  .arrow {
    width: 15px !important;
    margin-right: 10px !important;
  }
  footer {
    height: auto !important;
    padding: 0px !important;
    padding: 20px 40px !important;
  }
  /**
  .left-footer-con {
    flex-direction: column !important;
    align-items: normal !important;
    max-width: 335px;
    margin: 0px auto;
    width: 100%;
    gap: 42px !important;
  }
    **/
  .inner-left {
    gap: 42px !important;
  }
  .social-con {
    gap: 16px !important;
    width: 100%;
  }
  .social-con img {
    width: 36px !important;
    align-items: center;
    justify-content: center;
  }
  .mylogo-text {
    gap: 24px !important;
    margin-top: 30px;
  }
  .text-logo span {
    font-family: Inter;
    font-size: 16px !important;
    font-weight: 400;
    line-height: 19.36px !important;
    letter-spacing: 0.25px;
    text-align: left;
  }
  .copy {
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.94px;
    text-align: left;
  }
}
.leftfrmae2 {
  display: none;
}
.sec2 {
  height: 100%;
  position: relative;
}
.mid-text-container {
  margin: 0px auto;
  max-width: 1000px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 45px;
}
.sec2 .digital {
  font-family: Sora;
  font-size: 55px;
  font-weight: 700;
  line-height: 69.3px;
  text-align: center;
  color: #fff;
  display: inline-block;
}

.inline-color {
  color: var(--primary) !important;
  display: inline-block;
}
.text-cross {
  font-family: Inter;
  font-size: 25px;
  font-weight: 400;
  line-height: 30.26px;
  text-align: center;
  color: #b4acca;
  display: inline-block;
}
.app-mobile {
  display: flex;
  gap: 36px;
  align-items: center;
  margin: 0px auto;
  z-index: 100;
}
.img-phones {
  margin: 0px auto;
  margin-top: 100px;
  display: flex;
  align-items: center;
  justify-content: center;

  height: 100%;
}
.img-phones img {
  border-top: 0;
  width: 90%;
  position: absolute;
}
.img-sec {
  position: absolute;
  top: 0;
  width: 50%;
  overflow: hidden;
  display: block;
  z-index: 0 !important;
}
.img-sec2 {
  position: absolute;
  top: 0;
  width: 65%;
  overflow: hidden;
  display: none;
  z-index: 0 !important;
  right: 0;
}
.img-sec3 {
  position: absolute;
  top: -100px;
  width: 65%;
  overflow: hidden;
  display: none;
  z-index: 0 !important;
  left: 0;
}
.img1 {
  bottom: 0;
  left: 0;
  top: 100px;
}
.img2 {
  bottom: 0;
  right: 0;
  top: 70px;
}
.imgbig {
  width: 100%;
  max-width: 1295.85px;
  margin: 0px auto;
  z-index: 9999;
  /** position: relative; **/
  bottom: 0;

  display: flex;
  justify-content: center;
  margin-bottom: 0px;
  align-items: flex-end;
  /** height: 300px;  **/
}
.imgbig img {
  position: absolute;
  width: 100%;
  padding: 0px 80px;
  background: transparent;
  bottom: 0;
}
.section1 {
  width: 100%;
  z-index: 99999px;
  position: relative;
}
.top-section3 {
  position: absolute;
  width: 100%;
  z-index: 99999;
  background-color: #fff;
  padding: 80px;
}
.inner-sec {
  display: flex;
  flex-direction: column;
  gap: 70px;
}
.upper_text_section {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.int_text_upper {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  max-width: 794px;
  padding: 0px 10px 0px 10px;
  margin: 0px auto;
  width: 100%;
}
.int_text_upper .head2-text {
  font-family: Mulish;
  font-size: 14px;
  font-weight: 800;
  line-height: 17.57px;
  text-align: center;
  color: var(--primary);
}

.int_text_upper h2 {
  font-family: Sora;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  text-align: center;
  color: #1a1a1a;
}
.int_text_upper .lng-text {
  font-family: Inter;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  text-align: center;
  color: #3a3a3a;
}
.mymid-lag {
  display: flex;
  gap: 66px;
  align-items: center;
  justify-content: center;
}
.first-lag {
  display: flex;
  gap: 25px;
  flex-direction: column;
}
.card {
  padding: 30px 26px 30px 26px;
  gap: 24px;
  border-radius: 16px;
  opacity: 0px;
  box-shadow: 0px 4px 60px 0px #04060f0d;
  width: 100%;
  max-width: 588px;

  height: auto;
  /***max-height: 260px;***/
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.card h2 {
  font-family: Inter;
  font-size: 28px;
  font-weight: 700;
  line-height: 33.89px;
  text-align: left;
  color: #344054;
  padding: 0px;
  margin: 0px;
}
.card span {
  font-family: Inter;
  font-size: 22px;
  font-weight: 500;
  line-height: 26.63px;
  text-align: left;
  color: #475467;
}

/* Basic container styling */
/* Basic container styling */
/* Basic container styling */
/* Basic container styling */
.slider-container {
  width: 100%;
  overflow: hidden;
  height: 300px;
}

.slider {
  display: flex;
  animation: slide 100s linear infinite;
}

.slider img {
  width: 280px;
  height: auto;
  flex-shrink: 0;
  padding: 0px 16px;
}

@keyframes slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.slider :hover {
  animation-play-state: paused;
}
.mycard {
  background-color: var(--primary);
  border-radius: 24px;
  height: 432px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px;
}
.necards {
  background-color: var(--primary);
  border-radius: 24px;

  display: flex;
  justify-content: center;
  align-items: center;
}
.mycard .myimgcardr {
  position: absolute;
  right: 0;
  width: 60%;
}
.mycard-text-below {
  display: flex;
  flex-direction: column;
  gap: 36px;
  max-width: 734px;
  width: auto;
  align-items: center;
  justify-content: center;
}
.mycard-text-below span {
  font-family: Sora;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  text-align: left;
  color: #ffff;
}
.log-service {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
.each-trans-verse {
  display: flex;
  gap: 10px;
  align-items: center;
}
.each-trans-verse span {
  font-family: Inter;
  font-size: 20px;
  font-weight: 500;
  line-height: 24.2px;
}
.each-trans-verse img {
  width: 42px;
}
.liner-img-dg {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.lnd-fr-img {
  display: flex;
  gap: 16px;
  align-items: center;
}
.slider-containers {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.sliderd {
  display: flex;
  /**animation: slide 100s linear infinite;**/
  gap: 16px;
}

.each-testimonial {
  width: 834px;
  height: 449px;
  flex-shrink: 0;

  gap: 0px;
  border-radius: 24px;
  opacity: 0px;
  background: #fbf9ff;
  display: flex;
  flex-direction: column;
  border: 1px solid #94949480;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bottom-liner-personal {
  height: 128px;
  background: #fcf1f5;
  overflow: hidden;
  border-top: 1px solid #94949480;
  position: absolute;
  bottom: 0;
  width: 100%;
  position: absolute;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
  justify-content: center;
  align-items: center;
  display: flex;
}
.each-testimonial span {
  font-family: Inter;
  font-size: 24px;
  font-weight: 500;
  line-height: 35px;
  text-align: center;
  max-width: 642px;
  text-align: center;
  display: flex;
  justify-self: center;
  padding-bottom: 90px;
  flex-shrink: 0;
}
.personal_details {
  width: 100%;
  display: flex;
  gap: 12px;
  align-items: center;
  height: 64px;
  justify-content: center;
}
.profe-name {
  display: flex;
  flex-direction: column;
  gap: 4px;
  height: 100%;
  justify-content: center;
}
.profe-name h3 {
  font-family: Inter;
  font-size: 20px;
  font-weight: 700;
  line-height: 24.2px;
  text-align: left;
  color: #1a1a1a;
  padding: 0px;
  margin: 0px;
}
.profe-name p {
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.94px;
  text-align: left;
  color: #1a1a1a;
}
.faq-container {
  width: 100%;
  margin: 0px auto;
}

.each-details {
  min-height: 81px;
  align-items: center;
  display: flex;
  position: relative;
  background-color: #faf7ff;
  margin-top: 20px;
  border-radius: 16px;
}
details {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
details summary {
  font-family: Inter;
  font-size: 20px;
  font-weight: 700;
  line-height: 26.63px;
  text-align: left;
  color: #1a1a1a;
  list-style: none;
  cursor: pointer;
  padding-right: 40px;
}
details[open] summary {
  margin-top: 26px;
}
details p {
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.36px;
  text-align: left;
  color: #3a3a3a;
  margin-top: 16px;
  margin-bottom: 16px;
}
.sum-arrpw {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/* Hide the default arrow */
.custom-summary::-webkit-details-marker {
  display: none;
}

/* Style the custom arrow */
.custom-summary .arrow {
  font-size: 16px; /* Adjust size as needed */
  margin-right: 8px; /* Space between arrow and text */
  transition: transform 0.3s ease;
  display: inline-block;
}

/* Rotate the arrow when the details are open */
.custom-details[open] .arrow {
  transform: rotate(90deg);
}

.navarrow {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-right: 2px solid #000000;
  border-bottom: 2px solid #000000;
  transform: rotate(45deg); /* Create the chevron shape */
  margin-right: 8px; /* Space between chevron and text */
  transition: transform 0.3s ease;

  right: 0;
}
.arrow {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 20px;
  border-right: 2px solid #1a1a1a;
  border-bottom: 2px solid #1a1a1a;
  transform: rotate(45deg); /* Create the chevron shape */
  transition: transform 0.3s ease;
  position: absolute;
  right: 0;
}

details[open] .arrow {
  transform: rotate(-135deg); /* Rotate the chevron to point upwards */
}
.mt-w {
  display: flex;
  flex-direction: column;
  gap: 36px;
  max-width: 734px;
  width: auto;
  justify-content: flex-start;
}
.img-coversation {
  display: flex;
  gap: 46px;
  align-items: center;
  height: 100%;
}
.img-mobile {
  position: absolute;
  bottom: 0;
  right: 70px;
}
.conver-img {
  display: flex;
  flex-direction: column;
  justify-items: flex-start;
  gap: 0px;
  position: relative;
}
.mycrcel {
  position: absolute;
  top: 95px;
  right: 0;
}
.mgcl {
  margin-top: 46px;
  z-index: 99999;
}
.mysec {
  position: absolute;
  width: 80%;
  bottom: 0;
  z-index: 0;
  left: 20px;
}
footer {
  width: 100%;
  background: #fff;
  height: 365px;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  padding: 0px 80px;
}

.left-footer-con {
  display: flex;
  width: 100%;
  max-width: 2000px;
  justify-content: space-between;
  margin: 0px auto;

  flex-wrap: wrap;
  column-gap: 40px;

  /*
  justify-content: space-between;
  align-items: center;

  */
}
.item-foot {
  flex-grow: 1;
  flex-basis: 422px;
}
.inner-left {
  display: flex;
  flex-direction: column;
  gap: 54px;
}
.inner-left ul {
  display: flex;
  gap: 16px;
  list-style: none;
  flex-direction: column;
}
.inner-left ul li:first-child {
  font-family: Inter;
  font-size: 20px;
  font-weight: 700;
  line-height: 24.2px;
  text-align: left;
  color: #000;
}
.inner-left ul li a {
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  line-height: 19.36px;
  text-align: left;
  color: #000;
  text-decoration: none;
}
.social-con {
  display: flex;
  gap: 32px;
  width: 100%;
  max-width: 400px;
}
.social-con img {
  width: 40px;
}
.mylogo-text {
  display: flex;
  flex-direction: column;
  gap: 54px;
  max-width: 422px;
  width: 100%;
}
.text-logo {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 422px;
}
.text-logo span {
  font-family: Sora;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.36px;
  letter-spacing: 0.25px;
  text-align: left;
  color: #000;
}
.mylogo-text span {
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.94px;
  text-align: left;
  color: #000;
}
.drop-down-product {
  max-width: 694px;
  min-width: 694px;
  background-color: #ffffff;
  top: 60px;
  position: absolute;
  right: 0;
  left: 0;
  padding: 42px;
  opacity: 0;
  gap: 48px;
  z-index: 10000;
  border-radius: 24px;
  width: 100%;
  display: none;
  transform: translateY(-20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.drop-down-company {
  max-width: 365px;
  min-width: 365px;
  background-color: #ffffff;
  top: 60px;
  position: absolute;
  right: 0;
  left: 0;
  padding: 42px;
  opacity: 0;
  gap: 48px;
  z-index: 10000;
  border-radius: 24px;
  width: 100%;
  display: flex;
  transform: translateY(-20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.active {
  display: flex;
  opacity: 1;
  transform: translateY(0);
}
.left-product-drop {
  max-width: 281px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 36px;
}
.each-drop-product {
  display: flex;

  gap: 16px;
  align-items: center;
}
.text-product-drop {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.text-product-drop h3 {
  font-family: Inter;
  font-size: 16px;
  font-weight: 600;
  line-height: 19.36px;
  letter-spacing: 0.25px;
  text-align: left;
  color: #202020;
  padding: 0px;
  margin: 0px;
}
.text-product-drop span {
  font-family: Inter;
  font-size: 11px;
  font-weight: 400;
  line-height: 13.31px;
  letter-spacing: 0.25px;
  text-align: left;
  color: #4a4e50;
}
.each-drop-product img {
  width: 48px;
}
.mobile-drop {
  height: 100vh;
  z-index: 100000;
  background-color: var(--main-bg-color);
  position: fixed;
  width: 100%;
  padding: 40px;
  right: 0;
  display: none;
  left: 0;
  top: 0;
  overflow: hidden;
}
.logo-cancel {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 40px;
}
.cancel-sign {
  width: 30px;
  height: 30px;
  position: relative;
}

.cancel-sign::before,
.cancel-sign::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px; /* Thickness of the line */
  background-color: #000; /* Color of the lines */
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.cancel-sign::before {
  transform: translateY(-50%) rotate(45deg);
}

.cancel-sign::after {
  transform: translateY(-50%) rotate(-45deg);
}
.mobile-list {
  list-style: none;
  display: flex !important;
  flex-direction: column;
  gap: 24px;
  justify-content: flex-start !important;
  width: 100%;
  align-items: self-start !important;
}
.mobile-list li {
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.36px;
  letter-spacing: 0.5px;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #000;
}
.mobile-list li a {
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.36px;
  letter-spacing: 0.5px;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #000;
  text-decoration: none;
}

.mobile-started {
  width: 120px;
  height: 40px;
  padding: 0px 16px 0px 16px;
  gap: 10px;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Sora;
  font-size: 12px;
  font-weight: 600;
  line-height: 15.12px;
  letter-spacing: 0.25px;
  text-align: center;
  color: #fff;
  margin-top: 40px;
  background-color: #d70d4a;
  outline: none;
  border: none;
}
.product_mobile_drop {
  display: none;
  flex-direction: column;
  gap: 36px;
  width: 281px;
}
.inner_prodct-drop {
  display: flex;
  gap: 16px;
  align-items: center;
}
.left_prodct_down {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.left_prodct_down h2 {
  font-family: Sora;
  font-size: 16px;
  font-weight: 600;
  line-height: 19.36px;
  letter-spacing: 0.25px;
  text-align: left;
  color: #000;
}
.left_prodct_down span {
  font-family: Inter;
  font-size: 11px;
  font-weight: 400;
  line-height: 13.31px;
  letter-spacing: 0.25px;
  text-align: left;
  color: #b4acca;
}
/***
@media only screen and (max-width: 5500px) {
  .secion-container {
    min-height: 1050px;
  }
}
@media only screen and (max-width: 1750px) {
  .secion-container {
    min-height: 950px;
  }
}
@media only screen and (max-width: 1400px) {
  .secion-container {
    min-height: 860px;
  }
}
  **/

@media only screen and (max-width: 499px) {
  .imgbig img {
    bottom: 0 !important;
    width: 100% !important;
  }
  .secion-container {
    min-height: 920px !important;
  }
}

.myfoot-linear {
  width: 100%;
  background-color: red;
  position: relative;
  height: 40px;
}
.arrow-container {
  position: absolute;

  padding: 10px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  top: 30%;
}
.arrow-container img {
  cursor: pointer;
}
@keyframes slide-in {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}

.animate-slide-in {
  animation: slide-in 1s ease-out forwards;
}
