@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
@import url("https://fonts.googleapis.com/css?family=Lora:var(--heading-4-font-weight),var(--heading-3-font-weight),500,var(--heading-2-font-weight),600|Open+Sans:var(--body-4-font-weight),var(--body-3-font-weight),var(--caption-font-weight),400,600,var(--body-2-font-weight')");
@import url('https://fonts.googleapis.com/css2?family=Gloria+Hallelujah&display=swap');

* {
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: var(--body-4-font-family)
}

body,
html {
    margin: 0
}

button:focus-visible {
    outline: 2px solid #4a90e2 !important;
    outline: -webkit-focus-ring-color auto 5px !important
}

:root {
    --fontprimary-color: rgba(41, 0, 23, 1);
    --fontsecondary-color: rgba(94, 64, 81, 1);
    --primarysecondary: rgba(146, 41, 35, 1);
    --primaryshade-1: rgba(255, 218, 203, 1);
    --primaryshade-2: rgba(254, 242, 237, 1);
    --other-colorscolor-1: rgba(247, 235, 232, 1);
    --other-colorscolor-2: rgba(223, 248, 235, 1);
    --other-colorscolor-3: rgba(255, 234, 220, 1);
    --other-colorscolor-4: rgba(238, 240, 242, 1);
    --neutral-0: rgba(255, 255, 255, 1);
    --neutralswhite: rgba(255, 255, 255, 1);
    --heading-1-font-family: "Lora", Helvetica;
    --heading-1-font-weight: 600;
    --heading-1-font-size: 56px;
    --heading-1-letter-spacing: 0.2800000000000001px;
    --heading-1-line-height: 140%;
    --heading-1-font-style: normal;
    --heading-2-font-family: "Lora", Helvetica;
    --heading-2-font-weight: 500;
    --heading-2-font-size: 40px;
    --heading-2-letter-spacing: 0.2px;
    --heading-2-line-height: 140%;
    --heading-2-font-style: normal;
    --heading-3-font-family: "Lora", Helvetica;
    --heading-3-font-weight: 500;
    --heading-3-font-size: 24px;
    --heading-3-letter-spacing: 0.12px;
    --heading-3-line-height: 140%;
    --heading-3-font-style: normal;
    --heading-4-font-family: "Lora", Helvetica;
    --heading-4-font-weight: 600;
    --heading-4-font-size: 20px;
    --heading-4-letter-spacing: 0.1px;
    --heading-4-line-height: 160%;
    --heading-4-font-style: normal;
    --body-3-font-family: "Open Sans", Helvetica;
    --body-3-font-weight: 400;
    --body-3-font-size: 16px;
    --body-3-letter-spacing: 0.08px;
    --body-3-line-height: 160%;
    --body-3-font-style: normal;
    --caption-font-family: "Open Sans", Helvetica;
    --caption-font-weight: 400;
    --caption-font-size: 12px;
    --caption-letter-spacing: 0.06px;
    --caption-line-height: 160%;
    --caption-font-style: normal;
    --body-2-font-family: "Open Sans", Helvetica;
    --body-2-font-weight: 400;
    --body-2-font-size: 18px;
    --body-2-letter-spacing: 0.09px;
    --body-2-line-height: 160%;
    --body-2-font-style: normal;
    --body-1-font-family: "Open Sans", Helvetica;
    --body-1-font-weight: 400;
    --body-1-font-size: 20px;
    --body-1-letter-spacing: 0.1px;
    --body-1-line-height: 160%;
    --body-1-font-style: normal;
    --body-4-font-family: "Open Sans", Helvetica;
    --body-4-font-weight: 400;
    --body-4-font-size: 14px;
    --body-4-letter-spacing: 0.07000000000000002px;
    --body-4-line-height: 24px;
    --body-4-font-style: normal
}

.landing-page {
    background-color: #fff;
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%
}

.landing-page .div {
    background-color: #fff;
    overflow: hidden;
    width: 100%;
    position: relative
}

.landing-page .overlap {
    width: 100%;

    height: fit-content;

    /* background-image: 

      linear-gradient(to right, rgba(249, 143, 98, 0.16) 2px, transparent 2px),
      linear-gradient(to bottom, rgba(249, 143, 98, 0.16) 2px, transparent 2px),
      linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0) 0%,
        #ffffff 20%,
        #ffffff 25%,
        #FFE9DF 100%
      ); */
  
    /* background-size: 100px 100px, 100px 100px, 100% 100%;
    background-repeat: repeat; */
    background-image: url('./assets/img/Grid1.png');
    background-size: cover; /* or contain, depending on your design */
    background-repeat: no-repeat;
    background-position: center;
    /* min-height: 100vh; Full viewport height */
    width: 100%;
    padding: 0 60px;
}

.section2 {
    
    padding: 0 60px;
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin: 30px 0;
    position: relative;
    /* background-color: yellow; */
background: linear-gradient(
  to bottom,
  rgba(255, 255, 255, 1) 0%,
  rgba(255, 231, 220, 1) 50%,
  rgba(255, 255, 255, 1) 100%
);



}

.section21{
   display: flex;
   flex-direction: column;
   align-items: flex-end;
}

.section21, .section22 {
    width: 45%;
}

.section21 p{
    font-family: "Lora", Helvetica;
    font-weight: 500;
    font-size: 40px;
    color: rgba(41, 0, 23, 1);
    letter-spacing: 0.5%;
    line-height: 140%;
    /* background-color: orange; */
    width: 100%;
    
}

.section21 img{
  /* background-color: #4a90e2; */
  object-fit: contain;
    transform: rotate(10deg);

}

.section22{
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.section221, .section222{
    display: flex;
    gap: 20px;
    justify-content: space-between;

}

.section221>div, .section222>div{
        width: 48%;
}

.percent{
    font-family: "Lora", Helvetica;
    font-weight: 500;
    font-size: 40px;
    color: rgba(41, 0, 23, 1);
    letter-spacing: 0.5%;
    line-height: 140%;
    margin-bottom: 15px;
}

.percentData{
    font-family: "Open Sans", Helvetica;
    font-weight: 400;
    font-size: 16px;
    color: rgba(94, 64, 81, 1);
    letter-spacing: 0.5%;
    line-height: 160%;
    margin-bottom: 15px;
}


.extra1{
    height: 100px;
}

.landing-page .img-3 {
    width: 16px;
    height: 16px
}

.landing-page .frame-31 {
    padding: 0 60px;
    /* background-color: yellow; */
}

.frame-311 {
    padding: 60px 0;
    border-top: 1px solid #ffdacb;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    /* background-color: yellowgreen; */
}

.dividor {
    height: 15px
}

.landing-page .frame-34 {
    /* height: fit-content */
    /* background-color: orange; */
}

.landing-page .text-wrapper-22 {
    position: relative;
    align-self: stretch;
    margin-top: -1px;
    font-family: "Open Sans", Helvetica;
    font-weight: 400;
    color: #280016;
    font-size: 14px;
    letter-spacing: .07px;
    line-height: 22.4px;
        text-decoration: none;

}

.landing-page .frame-35 {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    position: relative;
    flex: 0 0 auto
}

.landing-page .frame-36 {
    display: flex;
    /* height: fit-content */
    /* background-color: #F9C929; */
}

.frame-16{
    margin:20px 0;
}

.quick_links {
    margin-bottom: 12px;
      cursor: pointer;

}

.landing-page .frame-37 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    margin-right: 25px
}

.landing-page .text-wrapper-24 {
    margin-top: -1px;
    font-family: "Open Sans", Helvetica;
    font-weight: 600;
    color: #280016bf;
    font-size: 13px;
    letter-spacing: .07px;
    line-height: 20.8px
}

.landing-page .frame-38 {
    height: fit-content;
    width: 300px;
    min-width: 200px;
    /* background-color: cadetblue; */
}

.text-wrapper-26 {
    height: 100%;
    width: 85%;
    box-sizing: border-box;
    margin: 0 !important;
    padding-left: 10px
}

.landing-page .overlap-group-3 {
    height: 48px;
    max-width: 300px;
    background-color: var(--primaryshade-2);
    border-radius: 6px;
    padding: 0 2px !important;
    display: flex
}

.text-wrapper-26 {
    font-family: "Open Sans", Helvetica;
    font-weight: 400;
    color: var(--fontsecondary-color);
    font-size: 14px;
    letter-spacing: .07px;
    line-height: 22.4px;
    border: none;
    background-color: transparent
}

  .text-wrapper-26::placeholder {
    color: #290017;
    
  }
  

 .overlap-group-3 .imgClass{
    background-color: maroon;
    /* height: 100%; */
    width: 15%;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }



.imgClass img {
    height: 20px;
    width: 20px
}

.landing-page .group-9 {
    position: fixed;
    width: 100%;
    height: 80px;
    top: 0;
    left: 0;
    backdrop-filter: blur(8px) brightness(100%);
    -webkit-backdrop-filter: blur(8px) brightness(100%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 60px;
        z-index: 9999;

}

.landing-page .image-14 {
    width: 80px;
    height: 40px;
    max-width: 80px;
    max-height: 80px;
    object-fit: cover;
    cursor: pointer
}

.landing-page .frame-53 {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    cursor: pointer
}

.landing-page .frame-53>* {
    margin-left: 15px
}

.landing-page .style-filled {
    display: flex;
    width: 100px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-right: 12px;
    padding: 8px 14px;
    position: relative;
    background-color: #fff5ee;
    border-radius: 6px;
    overflow: hidden;
    border: none
}

.landing-page .style-filled::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px;
    border-radius: 6px;
    background: linear-gradient(180deg, rgba(159, 2, 94, 1) 0, rgba(249, 201, 41, 1) 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: 1;
    pointer-events: none
}

.landing-page .group-10 {
    position: relative;
    width: 68.55px;
    height: 17px
}

.landing-page .asset {
    position: absolute;
    width: 13px;
    height: 15px;
    top: 2px;
    left: 0;
    background-image: url(https://c.animaapp.com/m9scu6kfKkx5rS/img/layer-1.png);
    background-size: 100% 100%
}

.landing-page .text-wrapper-36 {
    position: absolute;
    top: 0;
    left: 17px;
    font-family: "Open Sans", Helvetica;
    font-weight: 600;
    color: #a30c5c;
    font-size: 12.2px;
    letter-spacing: .06px;
    line-height: normal
}

.landing-page .line-9 {
    position: relative;
    width: 1px;
    height: 14px;
    object-fit: cover
}

.landing-page .frame-54 {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    position: relative;
    flex: 0 0 auto
}

.landing-page .text-wrapper-37 {
    width: fit-content;
    text-align: center;
    line-height: var(--body-4-line-height);
    white-space: nowrap;
    position: relative;
    margin-top: -1px;
    font-family: var(--body-4-font-family);
    font-weight: var(--body-4-font-weight);
    color: var(--fontprimary-color);
    font-size: var(--body-4-font-size);
    letter-spacing: var(--body-4-letter-spacing);
    font-style: var(--body-4-font-style)
}

.center-line {
    position: absolute;
    width: 1px;
    height: 100%; 
    background: repeating-linear-gradient(
      to bottom,
      rgba(210, 116, 64, 0.32),
      rgba(210, 116, 64, 0.32) 5px,
      transparent 5px,
      transparent 10px
    );
    left: 50%;
    transform: translateX(-50%);
  }



.landing-page .text-wrapper-38 {
    position: relative;
    width: fit-content;
    font-family: var(--body-4-font-family);
    font-weight: var(--body-4-font-weight);
    color: var(--fontprimary-color);
    font-size: var(--body-4-font-size);
    text-align: center;
    letter-spacing: var(--body-4-letter-spacing);
    line-height: var(--body-4-line-height);
    white-space: nowrap;
    font-style: var(--body-4-font-style)
}

.landing-page .frame-55 {
    display: inline-flex;
    align-items: center;
    gap: 24px;
    position: relative;
    flex: 0 0 auto;
    padding: 0 10px
}

.landing-page .style-filled-2,  .style-filled-221{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 20px;
    position: relative;
    flex: 0 0 auto;
    border-radius: 6px;
    overflow: hidden;
    background: linear-gradient(153deg, rgba(141, 5, 81, 1) 0, rgba(149, 56, 14, 1) 100%);
    cursor: pointer;
}

.landing-page .text-wrapper-39 {
    position: relative;
    width: fit-content;
    margin-top: -1px;
    font-family: "Open Sans", Helvetica;
    font-weight: 400;
    color: var(--neutral-0);
    letter-spacing: .07px;
    line-height: 24px;
    white-space: nowrap
}

.menu-main {
    display: none
}

#menu-button {
    height: 24px;
    width: 24px
}


.landing-page .rectangle {
    width: 100%;
    /* height: 1233px; */
  
    /* background-image: 
      linear-gradient(to right, rgba(249, 143, 98, 0.16) 2px, transparent 2px),
      linear-gradient(to bottom, rgba(249, 143, 98, 0.16) 2px, transparent 2px),
      linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0) 0%,
        #ffffff 20%,
        #ffffff 25%,
        #FFE9DF 100%
      );
  
    background-size: 100px 100px, 100px 100px, 100% 100%;
    background-repeat: repeat; */
    display: flex;
    justify-content: space-between;
    gap: 80px;
    height: fit-content;
    /* background-color: blue; */
  }



  .text-wrapper-6 {
    /* margin-top: -1.00px;
    font-family: var(--caption-font-family);
    font-weight: var(--caption-font-weight);
    color: #280016;
    font-size: var(--caption-font-size);
    text-align: center;
    letter-spacing: var(--caption-letter-spacing);
    line-height: var(--caption-line-height);
    white-space: nowrap;
    font-style: var(--caption-font-style); */
    color: rgba(41, 0, 23, 0.75);
    background-color: #F5D5C9;
    padding: 8px;
    font-family: "Open Sans", Helvetica;
    font-size: 12px;
    font-weight: 600;
    width: fit-content;
  }


  .text-wrapper-61{
    font-family: "Lora", Helvetica;
    font-weight: 600;
    font-size: 48px;
    letter-spacing: 0.5%;
    line-height: 140%;
    margin-top: 30px;
  }


  .text-wrapper-62{
    font-family: "Open Sans", Helvetica;
    font-weight: 200;
    font-size: 20px;
    letter-spacing: 0.5%;
    line-height: 160%;
    margin: 30px 0 !important;
  }





  .rectangle2 {
    width: fit-content;
    height: fit-content;
    /* height: auto;            Remove fixed height */
    padding: 20px;
    background-color: #FAE9E1;
    border-radius: 12px;
    margin:30px 0;

}

.rectangle2 div{
    background-color: #FEFEFE;
    padding: 15px;
    border-radius: 12px;


}

.rectangle2 img {
    width: 100%;
    height: auto;
    object-fit: cover; /* or remove this if unnecessary */
    display: block;
    max-width: 503px; 
    max-height: 360px;

    border-radius: 12px;

}

.rectangle1{
    width: 60%;
}



  

  /* .rectangle2 img{
    object-fit: contain;

    height: 360px;
    display: block;
    width: 100%;

  } */

  .extra{
    height: 200px;
  }

 


  .section5{
    padding: 0 60px;
  
  }
  
  
  
     .section51 {
      position: relative;
      /* height: 300px; */
      z-index: 0;
      border-radius: 6px;
      overflow: hidden;
    }
    
    .section51::before {
      content: "";
      position: absolute;
      top: 0; left: 0; right: 0; bottom: 0;
      padding: 1px;
      background: linear-gradient(to bottom, #9F025E, #F9C929);
      -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
      -webkit-mask-composite: destination-out;
      mask-composite: exclude;
      z-index: -1;
      pointer-events: none;
      border-radius: 6px;
  
  
    }
    
    /* Background image inside the content box */
    .section51::after {
      content: "";
      position: absolute;
      inset: 0;
      background-image:
        linear-gradient(to right, rgba(249, 143, 98, 0.16) 1px, transparent 2px),
        linear-gradient(to bottom, rgba(249, 143, 98, 0.16) 1px, transparent 2px),
        url('./assets/img/Grid layers - v1.png');
      background-size: 100px 100px, 100px 100px, 100%,cover;
      background-repeat: repeat, repeat, no-repeat, no-repeat;
      background-position: top left, top left, top left, center;
      z-index: -3;
      border-radius: 6px;
      background-color: rgba(206, 105, 66, 0.1);
  
    }
    
  
    .section51 .bg-overlay {
      position: absolute;
      inset: 0;
      background-color: rgba(206, 105, 66, 0.1)    ;
      z-index: -2;
      border-radius: 6px;
      pointer-events: none;
    }
  
    .section51{
      display: flex;
      /* justify-content: space-between; */
      padding: 0 30px;
      gap: 60px;
      
    }

    .section51 img{
        /* background-color: yellow; */
        max-width: 320px;
        max-height: 320px;
        width: 100%;
    }
    
    .section511{
      /* background-color: maroon; */
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: flex-start;
      gap: 30px;
      width: 70%;
      /* background-color: maroon; */

    }
  
    .section511-one{
      font-size: 40px;
      font-weight: 500;
      font-family: "Lora", Helvetica;
      line-height: 140%;
      letter-spacing: 0.5%;
    }
  
    .section511-two{
      font-size: 16px;
      font-weight: 400;
      font-family: "Open Sans", Helvetica;
      /* margin-bottom: 10px; */
      line-height: 25px;
      color: rgba(94, 64, 81, 1);
    }

    .frame-521{
        padding:  0 60px;
        margin-bottom: 50px;
      }

      .landing-page .frame-18 {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 6px;
        gap: 8px;
        padding: 8px 12px;
        /* position: relative; */
        flex: 0 0 auto;
        background-color: var(--primaryshade-2);
        /* border-radius: 6px; */
        margin-bottom: 25px;
      }

      .how-it-works{

        margin-top: -1.00px;
        font-family: var(--caption-font-family);
        font-weight: var(--caption-font-weight);
        color: #280016;
        font-size: var(--caption-font-size);
        text-align: center;
        letter-spacing: var(--caption-letter-spacing);
        line-height: var(--caption-line-height);
        white-space: nowrap;
        font-style: var(--caption-font-style);
      }

      .landing-page .reduce-errors-in {
        /* position: relative;
        width: 570px; */
        font-family: "Lora", Helvetica;
        font-weight: 500;
        color: var(--fontprimary-color);
        font-size: 40px;
        letter-spacing: 0.20px;
        text-wrap: wrap;
        line-height: 56px;
      } 

      .landing-page .frame-19,  .frame-199{
    
   

        display: flex;
        justify-content: center;
        gap: 40px;
        /* overflow-x: auto; Ensure overflow is scrollable */
        position: relative;
        width: 100%; /* Make sure the parent container has enough width */
    
      }

      .landing-page .frame-19>.frame-20 {
        background-color: #ededed3d;
        padding: 20px;
        border-radius: 6px;
        width: 500px; /* Try increasing width to 500px or more */
        min-width: 500px;
        box-sizing: border-box;
        animation: scrollFrames 10s linear infinite;
      }
    
      .landing-page .frame-199>.frame-20 {
        background-color: #ededed3d;
        padding: 20px;
        border-radius: 6px;
        width: 500px; /* Try increasing width to 500px or more */
        min-width: 500px; /* Ensure it doesn't shrink below 500px */
        box-sizing: border-box;
        animation: scrollFramesNew 10s linear infinite;
      }

      .landing-page .frame-23 {
        /* display: inline-flex;
        align-items: flex-start;
        gap: 4px;
        position: relative;
        flex: 0 0 auto; */
        margin-bottom: 10px;
      }

        
  .landing-page .text-wrapper-14 {
    /* position: relative;
    align-self: stretch; */
    font-family: "Open Sans", Helvetica;
    font-weight: 400;
    color: var(--fontprimary-color);
    font-size: 18px;
    letter-spacing: 0.09px;
    line-height: 28.8px;
    margin-bottom: 40px;
    height: 120px;
  }

  .landing-page .text-wrapper-15 {
    /* position: relative;
    align-self: stretch; */
    margin-top: -1.00px;
    font-family: "Lora", Helvetica;
    font-weight: 500;
    color: var(--fontprimary-color);
    font-size: 16px;
    letter-spacing: 0.08px;
    line-height: 22.4px;
  }
  
   .landing-page .text-wrapper-16 {
    /* position: relative;
    align-self: stretch; */
    font-family: "Open Sans", Helvetica;
    font-weight: 400;
    color: var(--fontsecondary-color);
    font-size: 14px;
    letter-spacing: 0.07px;
    line-height: 22.4px;
  }

  .section3{
    /* background-color: maroon; */
    padding: 0 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .section31{
    /* background-color: yellow !important; */
    margin-top: 40px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.section311{
    background-color: rgba(251, 251, 251, 1);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 15px;
    width: 45%;
    border-radius: 6px;

}

.section3-para1{
    font-family: "Lora", Helvetica;
    font-weight: 500;
    font-size:24px;
    line-height: 140%;
    letter-spacing: 0.5%;
    margin: 20px 0;
    width: 100%;

}

.section312{
    /* background-color: green; */
    width: 48%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 30px;

}

.section3111{
}

.section3121{
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.section3121>div{
    background-color: rgba(251, 251, 251, 1);
 padding: 15px;
 width: 45%;
 display: flex;
 flex-direction:  column;
 justify-content: space-between;
 border-radius: 6px;
 
}

.section3121>div>img{
    height: 40px;
    width: 40px;
}

.section3-para2{
    font-family: "Open Sans", Helvetica;
    font-weight: 400;
    font-size:16px;
    line-height: 160%;
    letter-spacing: 0.5%;
    color: rgba(41, 0, 23, 0.75);
    width: 100%;

}


.section3112{
    margin-top: 50px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    /* width: 100%; */
}

.section3112 img{
    max-width: 628px;
    height: auto; /* Maintain aspect ratio */
    object-fit: contain;
    width: 100%;

}

.section3121{
    /* background-color: orange; */
    /* display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: sp; */
    height: 45%;

}

.section3H{
    font-size: 20px;
    font-weight: 600;
    font-family: "Lora", Helvetica; 
    line-height: 160%;
    letter-spacing: 0.5%;
    margin-bottom: 20px;
}


.section3P{
    font-size: 16px;
    font-weight: 400;
    font-family: "Open Sans", Helvetica;
    line-height: 160%;
    letter-spacing: 0.5%;
}

.paraSection3{
    font-size: 18px;
    font-weight: 400;
    font-family: "Open Sans", Helvetica;
    line-height: 160%;
    letter-spacing: 0.5%;
    color: rgba(41, 0, 23, 1);
    margin-top: 12px;
    text-align: center;
}



/* .frame91 {
  width: 100%;               
  max-width: 809px;          
  overflow-x: auto;         
  white-space: nowrap;   
   scrollbar-width: none; 
  -ms-overflow-style: none;  
  display: flex;
  flex-direction: column;   
  align-items: center;
}

.frame91-sub1 {
  display: flex;
  width: 809px;          
  justify-content: space-between;
  
  background-color: yellow;
}

.frame91-sub1 a {
  font-size: 18px;
  font-weight: 600;
  font-family: "Open Sans", Helvetica;
  line-height: 160%;
  letter-spacing: 0.5px;        
  text-decoration: none;
  color: rgba(94, 64, 81, 0.75);
  padding-bottom: 6px;
  display: inline-block;
  white-space: nowrap;         
}

.frame91-sub1 a.active {
  border-bottom: 2px solid rgba(255, 218, 203, 1);
  color: rgba(146, 41, 35, 1);
}

.image-wrapper{
    max-width: 809px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
}

.image-wrapper img:first-child{

    border: 1px solid rgba(255, 218, 203, 1);
}

.frame91-sub1 a.active {
  border-bottom: 2px solid rgba(255, 218, 203, 1);
  color: rgba(146, 41, 35, 1);
}



.image-wrapper img {
  display: none;
  width: 100%;             
  height: auto;             
  max-width: 100%;         
  object-fit: contain;      
}

.image-wrapper img.visible {
  display: block;
} */

.frame91 {
  width: 100%;
  max-width: 809px;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* background-color: yellowgreen; */
}

/* Scrollable wrapper */
.frame91-sub1-wrapper {
    /* background-color: orange; */
  width: 100%;
  overflow-x: auto;
  -ms-overflow-style: none;  /* IE/Edge */
  scrollbar-width: none;     /* Firefox */
}


.frame91-sub1-wrapper::-webkit-scrollbar {
  display: none; /* Chrome/Safari */
}

/* Scrollable content */
.frame91-sub1 {
  display: flex;
  gap: 24px;
  /* min-width: max-content; */
  padding: 10px;
  /* background-color: yellow; */
  justify-content: space-between;
 min-width: 809px;

}

.frame91-sub1 a {
  font-size: 18px;
  font-weight: 600;
  font-family: "Open Sans", Helvetica;
  text-decoration: none;
  color: rgba(94, 64, 81, 0.75);
  padding-bottom: 6px;
  white-space: nowrap;
}

.frame91-sub1 a.active {
  border-bottom: 2px solid rgba(255, 218, 203, 1);
  color: rgba(146, 41, 35, 1);
}

.image-wrapper {
  max-width: 809px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.image-wrapper img {
  display: none;
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 6px;
  object-fit: contain;
}

.image-wrapper img.visible {
  display: block;
}



.tour {
  background: linear-gradient(to bottom, rgba(26, 25, 25, 1), rgba(34, 27, 24, 1));

  padding: 0 60px;
}

.tour-sub {
  background-image: url('assets/img/grid blocks tour.png');
  padding: 81px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

    .mobileFrame {
      width: 100%;
      text-align: center;
      max-width: 320px;
      border-radius: 40px;
      border: 1px solid white;
      position: relative;
      margin: auto;
      height: 650px;

    }

.mobileFrame1{
        border-radius: 40px;
      /* padding: 5px; */
      height: 100%;
            background-color: black;

        border: 3px solid rgba(175, 176, 171, 1);

}


    .wrapp {
     
      left: 5px;
      right: 0;
      top: -2px;
      bottom: 0;
      margin: auto;
      border-radius: 32px;
      height: fit-content;
      height: 650px;
    }

  
    #button1{
      /* left: -100px; */
            position: absolute;
            left: -6px;
            z-index:99999;
            top: 120px;

    }

    #button3{
      /* left: -100px; */
            position: absolute;
            left: -6px;
            z-index:99999;
            top: 250px;
            /* height: 30px; */

    }

    #button2{
      /* left: -100px; */
            position: absolute;
            left: -6px;
            z-index:99999;
            top: 190px;
            /* height: 30px; */

    }

    #button4{
            position: absolute;
            right: -6px;
            z-index:99999;
            top: 190px;

    }

    .tour-div-content{
      width: 100%;
      /* background-color: orange; */
      margin-bottom: 81px;
    }

    .side-content-tour1,.side-content-tour2{
        position: absolute;
            height: fit-content;
            width: max-content;
        max-width: 320px;
    }
    
.side-content-tour1{
  left: -230px;
  bottom: 150px;
}

.side-content-tour2{
  right: -330px;
  bottom: 50px;
  
}

.gloria-font{
  font-family: 'Gloria Hallelujah';
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 1%;
  color: rgba(255, 255, 255, 1);
  text-align: start;

}

#gloria-font{
  display: none;
}

.resources{
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.resources-img{
  margin-left: 5px;
}
/* 
.resources-option{
  background-color: rgba(255, 255, 255, 0.4);
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  position: absolute;
  top: 50px;
  height: 96px;
  width: 160px;
  left: -75px;
  border-radius: 6px;
  border: 1px solid rgba(254, 242, 237, 1);
  box-shadow: 4px 4px 10px rgba(82, 82, 82,0.12);
  padding: 0 15px !important;
} */

.resources-option {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  background-color: rgba(255, 255, 255);
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  position: absolute;
  top: 50px;
  height: fit-content;
  width: 160px;
  left: -75px;
  border-radius: 6px;
  border: 1px solid rgba(254, 242, 237, 1);
  box-shadow: 4px 4px 10px rgba(82, 82, 82, 0.12);
  padding: 15px !important;
}

.resources-option.active {
  opacity: 1;
  pointer-events: auto;
}


.resources-option a{
  font-family: 'Open Sans';
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.5%;
  text-align: start;
  text-decoration: none;
  color: rgba(35, 35, 35, 1);


}

.resources-img, .resources-img-mob {
  transition: transform 0.3s ease;
}

.resources-img.rotate-up ,.resources-img-mob.rotate-up{
  transform: rotate(180deg);
}

#resources-mob{
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}


.resources-option-mob {
  opacity: 0;
  transition: opacity 0.3s ease;
  background-color: rgba(255, 255, 255, 0.4);
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  /* position: absolute; */
  /* top: 50px; */
  height: fit-content;
  width: 160px;
  /* left: -75px; */
  border-radius: 6px;
  border: 1px solid rgba(254, 242, 237, 1);
  box-shadow: 4px 4px 10px rgba(82, 82, 82, 0.12);
  padding: 15px !important;
  margin-top: 10px;

}

.resources-option-mob.active {
  opacity: 1;
  pointer-events: auto;
}


.resources-option-mob a{
  font-family: 'Open Sans';
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.5%;
  text-align: start;
  text-decoration: none;
  color: rgba(35, 35, 35, 1);


}

  .landing-page .frame-42 {
    /* background-color: yellow; */
    padding: 60px;
  }

    .frame-521{
    padding:  0 60px;
    margin-bottom: 50px;
  }

    .landing-page .frame-18 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    gap: 8px;
    padding: 8px 12px;
    /* position: relative; */
    flex: 0 0 auto;
    background-color: var(--primaryshade-2);
    /* border-radius: 6px; */
    margin-bottom: 25px;
  }

    .landing-page .clients , .how-it-works{

    margin-top: -1.00px;
    font-family: var(--caption-font-family);
    font-weight: var(--caption-font-weight);
    color: #280016;
    font-size: var(--caption-font-size);
    text-align: center;
    letter-spacing: var(--caption-letter-spacing);
    line-height: var(--caption-line-height);
    white-space: nowrap;
    font-style: var(--caption-font-style);
  }

    .landing-page .reduce-errors-in {
    /* position: relative;
    width: 570px; */
    font-family: "Lora", Helvetica;
    font-weight: 500;
    color: var(--fontprimary-color);
    font-size: 40px;
    letter-spacing: 0.20px;
    text-wrap: wrap;
    line-height: 56px;
  } 

    
  .landing-page .frame-46 {
  
    /* padding: 20px;
    border-radius: 6px;
    min-width: 300px;
    width: 22%; */
    padding: 20px;
    border-radius: 6px;
    /* min-width: 300px; */
    /* max-width: calc(25% - 30px); */
    box-sizing: border-box;
    width: 24%;

  }

    .frame-46-one{
      background-color: rgba(249, 235, 200, 1);
      /* max-width: 307px !important; */
  }


  .frame-46-two{
    background-color: rgba(218, 229, 208, 0.9);  
    /* max-width: 307px !important;   */
  }
  


  .frame-46-three{
    background-color: rgba(160, 188, 194, 0.6);  
    /* max-width: 307px !important;   */
  }

   .landing-page .img-4 {
    width: 40px;
    height: 40px;
  }
  


  .frame-46-four{
    background-color: rgba(234, 199, 199, 0.7);   
    /* max-width: 307px !important;  */
  }

  .text-wrapper-288{
    font-family: Lora;
    font-weight: 600;
    font-size: 20px;
    line-height: 160%;
    letter-spacing: 0.5%;
    color:rgba(41, 0, 23, 1);
    text-align: start;
  }

   
   .landing-page .text-wrapper-28 {
    
    font-family: "Lora", Helvetica;
    font-weight: 500;
    color: #311a14;
    font-size: 24px;
    letter-spacing: 0.12px;
    line-height: 33.6px;
    white-space: normal; /* allow text to wrap */
    word-break: break-word; /* if needed, break long words */
    /* text-align: center; optional: center the text nicely */
  }
  
  .landing-page .text-wrapper-29 {
    /* position: relative; */
    align-self: stretch;
    font-family: "Open Sans", Helvetica;
    font-weight: 400;
    color: #321b15bf;
    font-size: 16px;
    letter-spacing: 0.08px;
    line-height: 25.6px;
    text-wrap: wrap;
  }
  
  .landing-page .vuesax-linear-add {
    /* position: absolute; */
    width: 40px;
    height: 40px;
    /* top: 228px; */
    /* left: 219px; */
    background-color: #ffffff;
    border-radius: 20px;
  }

  .vuesax-linear-add-wrapper{
    /* background-color: yellow; */
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
  }

    
  .landing-page .overlap-6 {

    display: flex;
    /* flex-wrap: wrap; */
    justify-content: space-between;
    /* gap: 40px; */
    /* background-color: yellow; */
    
    
  }

  .section1{
    padding: 0 60px ;
  }

    .section1 p{
    font-family: "Lora", Helvetica;
    font-weight: 500;
    font-size: 24px;
    line-height: 140%;
    letter-spacing: 0.5%;
    text-align: center;
    margin-top: 50px;

  }

  .section02{
    /* background-color: yellowgreen; */
    width: 100%;
    padding: 0 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    
  }

  .section02-sub2{
    margin-top: 30px;
    font-family: "Lora", Helvetica;
    font-weight: 500;
    font-size: 40px;
    line-height: 140%;
    letter-spacing: 0.5%;
    text-align: center;
    /* background-color: yellow; */

  }

  .section02-sub21{
    display: none;
  }

  .section02Content{
    /* background-color: yellow; */
    display: flex;
    flex-direction: column;
    margin: 60px 0;
      /* position: relative; */
    /* background-color: yellowgreen; */
    justify-content: center;
    align-items: center;

  }

  .section02Content1{
    display: flex;
    /* background-color: orange; */
      gap: 60px;


  }


  
  .content02{
    /* background-color: orange; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* margin: 50px 50px 0px 50px; */
    /* background-color: maroon; */
  }

  .content02>img{
    object-fit: contain;
    max-width: 200px;
    height: 200px;
  }

    .content02>p,.positioning{
    font-family: "Lora", Helvetica;
    font-weight: 500;
    font-size: 24px;
    line-height: 140%;
    letter-spacing: 0.5%;
    margin: 30px 0;

  }

  .imgimg{
    height: 40px;
    width: 40px;
    background-color: rgba(255, 218, 203, 1);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    
  }

  .imgimg > img{
    object-fit: contain;
  }


  .content02 > p {
  position: relative; /* Required to anchor ::after and ::before */
  z-index: 1;
}



/* .content02:nth-child(2) > p::after {
 content: "";
  position: absolute;
  top: 50%;
  width: 100px;
  height: 2px;
  border-top: 2px dashed orange;
  transform: translateY(-50%);
}

.content02:nth-child(2) > p::before {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% + 95px);
  border: 6px solid transparent;
  border-left-color: orange;
  transform: translateY(-50%);
} */


.dashed-arrow {
  position: relative;
  width: 80px;
  height: 2px;
  border-top: 2px dashed rgba(41, 0, 23, 1);
  margin: 20px;
}

.dashed-arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -6px; 
  transform: translateY(-50%);
  border: 6px solid transparent;
  border-left-color: rgba(41, 0, 23, 1);
}

.spl-img{
  position: relative;
  margin: 0 40px;
}

.dashed-arrow{
  position: absolute;
  bottom: 65px;
}

.dashed-arrow1{
}

.dashed-arrow2{
  /* right: -100px; */
}

.dashed-arrow1 {
  left: 0;
  transform: translateX(-120%); /* Move the arrow left from the left edge */
}

/* Right edge of .spl-img */
.dashed-arrow2 {
  right: 0;
  transform: translateX(120%); /* Move the arrow right from the right edge */
}


.bigArrow{

  width: 60%;
  margin-top: 20px;
  height: 50px;
  /* background-color: yellow; */

}





.section7{
  padding: 0 60px;

}

.section7-heading{
  font-size: 40px;
  font-weight: 500;
  font-family: "Lora", Helvetica;
  text-align: center;

}

.section7-body{
  display: flex;
  /* background-color: yellow; */
  /* min-width: 350px; */
}

.section7-body>div{
  width: 50%;
  min-width: 200px;
}

.section7-body1{
  border-right: 1px dashed #FFDACB;
}

.questionContainer{
  /* background-color: yellowgreen; */
  width: 100% !important;
  padding: 20px 0;
  border-bottom: 1px solid #FFDACB;
  cursor: pointer !important;

} 

.question-box{

  /* background-color: maroon; */
  width: 100% !important;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  cursor: pointer !important;

 
}

.imgDiv{
  height: 40px !important;
  width: 40px !important;
  background-color: #FEF2ED;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  /* background-color: yellow; */
  margin-right: 10px;
  cursor: pointer;
}

.question-box img{

}

.section7-body2 .questionContainer{
  padding-left: 20px;
    cursor: pointer;


}

.section7-body1 .questionContainer{
  padding-right: 20px;
    cursor: pointer;


}

.question{
  font-family: "Open Sans", Helvetica;
  font-size: 18px;
  font-weight: 600;
  color: #290017;
  /* background-color: yellowgreen; */
  width: 85%;
  line-height: 30px;

}

.answer{
  font-family: "Open Sans", Helvetica;
  font-size: 16px;
  font-weight: 400;
  color: rgba(94, 64, 81, 1);
  display: none;
  line-height: 30px;


}

.questionContainer.active .answer {
  display: block;
}

.section-modal {
  display: none;
  position: fixed;
  z-index: 10000; /* higher than normal modal if needed */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5); /* darker background */
  display: flex;
  justify-content: center;
  align-items: center;
}



#close-menu {
  /* position: absolute; */
  /* top: 15px;
  right: 25px; */
  font-size: 30px;
  font-weight: bold;
  color: black;
  cursor: pointer;
  height: 24px;
  width: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.closeMenu-div{
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FEF2ED;
}

.graph-section{
  padding: 60px ;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
    box-sizing: border-box;

}

.graph-section img {
  border: 1px solid rgba(255, 218, 203, 1);
  width: 100%;         /* Makes it scale within its container */
  display: block;
  margin: 40px;   /* Optional: center the image */
}

.graph-sectionp{
  font-family: "Lora", Helvetica;
  font-weight: 500;
  font-size: 40px;
  line-height: 140%;
  letter-spacing: 0.5%;
  text-align: center;
  text-transform: capitalize;

}

.graph-sectionp1{
  font-family: "Open Sans", Helvetica;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 0.5%;
  text-align: center;
  margin-bottom: 20px;

}

.gs-content{
  /* background-color: yellow; */
  display: flex;
  width: 100%;
  /* padding: 20px; */
  /* gap:40px */
}

.gs-content>div{
  /* background-color: maroon; */
  padding: 20px;
  border-left: 2px solid rgba(255, 218, 203, 1);
  width: 25%;
}

.gsp1{
  font-family: "Lora", Helvetica;
font-weight: 500;
font-size: 24px;
line-height: 140%;
letter-spacing: 0.5%;
margin-bottom: 12px;
color: rgba(41, 0, 23, 1);

}

.gsp2{
  font-family: "Open Sans", Helvetica;
font-weight: 400;
font-size: 16px;
line-height: 160%;
letter-spacing: 0.5%;
color: rgba(94, 64, 81, 1);
}

.style-filled-2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 20px;
  position: relative;
  flex: 0 0 auto;
  border-radius: 6px;
  overflow: hidden;
  background: linear-gradient(
    153deg,
    rgba(141, 5, 81, 1) 0%,
    rgba(149, 56, 14, 1) 100%
  );
  border: none;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 400;
  font-family: "Open Sans", Helvetica;
}

#successMessage, #emailError{
  margin-top: 10px;
}

@keyframes pulseZoom {
  0% { transform: scale(1); }
  50% { transform: scale(1.15); }
  100% { transform: scale(1); }
}

.plus-icon,.imgimg {
  animation: pulseZoom 1s infinite ease-in-out;
}


  

  @keyframes scrollFrames {
    0% {
      transform: translateX(100%); /* Start from the initial position */
    }

    100% {
      transform: translateX(-100%); /* Return to the initial position */
    }
  }

  @keyframes scrollFramesNew {
    0% {
      transform: translateX(-100%); /* Start from the right side (off-screen) */
    }
    100% {
      transform: translateX(100%); /* Move to the left side (off-screen) */
    }
  }



@media (max-width :991px) {

  .bigArrow {
  width: 100%;
  position: absolute;
  right: -200px;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 550px; /* Adjust this value as needed */
}

.arrow-img {
  height: 60px;
  transform: rotate(90deg) scaleY(-1);
  object-fit: contain;
}
    .bigArrow {
    right: -150px;
  }

  .gs-content>div{
  /* background-color: maroon; */

  width: 100%;
}

.style-filled-2211{
  width: 100%;
}


    .dashed-arrow {
    width: 2px;
    height: 80px;
    border-top: none;
    border-left: 2px dashed rgba(41, 0, 23, 1);
    bottom: auto;
  }

  .dashed-arrow::after {
    border: 6px solid transparent;
    border-top-color: rgba(41, 0, 23, 1);
    right: 50%;
    top: auto;
    bottom: -6px;
    transform: translateX(50%);
  }

  .dashed-arrow1 {
    top: -30px;
    left: 0;
    transform: translateY(-120%);
  }

  .dashed-arrow2 {
    bottom: -30px;
    left: 0;
    transform: translateY(120%);
  }

  
  .section7-body2 > :last-child {
  border-bottom: none;
}


    .question{
font-weight: 600;
font-size: 16px;
line-height: 160%;
letter-spacing: 0.5%;

  }

  .answer{
font-weight: 400;
font-size: 16px;
line-height: 160%;
letter-spacing: 0.5%;

  }

  .gs-content{
    flex-direction: column;
      gap: 20px ;

  }

  .graph-section{
    padding: 0 30px;

  }

  .graph-sectionp{
font-weight: 600;
font-size: 24px;
line-height: 140%;
letter-spacing: 0.5%;
text-transform: capitalize;
text-align: start !important;
width: 100%;

  }

  .graph-sectionp1{
font-weight: 400;
font-size: 18px;
line-height: 160%;
letter-spacing: 0.5%;
text-align: start !important;
width: 100%;

  }


  

  .content02>p,.spl-img>p{
font-weight: 600;
font-size: 20px;
line-height: 160%;
text-align: start;
width: 100%;
  }

  .section02Content1{
    flex-direction: column;
    /* background-color: maroon; */
    /* width: 90%; */
    /* position: relative; */
    /* width: 100% !important; */
    gap: 150px;
  }
/* 
  .bigArrow{
   transform: rotate(90deg) scaleY(-1);
  
  width: 100%;
  position: absolute;
  right: -200px;
  margin: 0;


  } */

  .section7-heading{
  text-align: start;
}


.section7{
  padding: 0 20px;
}
  .section7-body{
    flex-direction: column;
  }

  .section7-body>div{
    width: 100%;

  }

  .section7-body2 .questionContainer{
    padding-left: 0px !important;
  
  }
  
  .section7-body1 .questionContainer{
    padding-right: 0px !important;
  
  }


    .section7-body1{
    border-right: none !important;

  }




  /* .dashed-arrow2,.dashed-arrow1{
    display: none;
  } */

  .spl-img{
    margin: 0 !important;
  }

 



  .content02{
    /* background-color: orange; */
    /* width: 100%; */
    justify-items: flex-start;
    align-items: flex-start;
  }

  .dashed-arrow{
    /* display: none; */
  }

  .section02{
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0 30px;
  }

    .section02-sub21{
    display: block;
    font-family: "Lora", Helvetica;
    font-weight: 600;
    font-size: 24px;
    line-height: 140%;
    letter-spacing: 0.5%;
    text-transform: capitalize;
    margin-top: 15px;


  }

    .section02-sub2{
    display: none;
  }

  .text-wrapper-28{
    font-weight: 500;
    font-size: 20px;
    line-height: 160%;
    letter-spacing: 0.5%;

  }

.section21 img{
  display: none;
}


  .section02Content{
    flex-direction:row !important;
    width: 100%;
    justify-content: flex-start;
  }


  .section1{
    padding: 0px 30px;
  }
  
  .section1 p{
    font-weight: 600;
    font-size: 20px;
    line-height: 160%;

  }

  .section21 p{
    font-weight: 600;
    font-size: 24px;
    line-height: 140%;

    text-transform: capitalize;

  }

 .frame-42{
      padding: 0px 30px!important;
    }

    .frame-46-one,.frame-46-two, .frame-46-three, .frame-46-four{
      width: 100% !important;
      margin-bottom: 20px;
    }

        /* .mobileFrame {
        height: 550px;
        margin-bottom: 30px;
        margin-top: 30px;
      }

          .mobileFrame {
      position: relative;
    } */

    .overlap-6{
      flex-direction: column;
      padding: 0 !important;
    }

    .tour-div-content{
      margin-bottom: 0px !important;
    }

    .side-content-tour1,.side-content-tour2{
      display: none;
    }


    #gloria-font{
      display: block;
      margin-bottom: 30px !important;
    }

    .paraSection3{
      margin-bottom: 16px !important;
    }


.paraSection3{
  text-align: start;
}
    .frame-311{
        flex-direction: column !important;
    }

    .section31{
        flex-direction: column;
    }

    .frame-34, .frame-36, .frame-38{
      width: 100% !important;
    }

    .frame-36{
      justify-content:space-between !important;
    }

    .frame-37{
      margin-right: 0 !important;
    }

    .frame-521{
        padding: 0 30px;

    }

    .rectangle{
        flex-direction: column-reverse;
        gap: 40px !important;
    
    }

    .section312,.section311{
        /* background-color: green; */
        width: 100% ;
    
    }

    .section3{
        padding: 0 30px;
        justify-content: flex-start;
        align-items: flex-start;
    }


    .section5{
        padding: 0 30px;
      }

    .section51{
        flex-direction: column-reverse;
        /* padding: 30px 0; */
        justify-content: center;
        align-items: center;
      }
    
      .section511{
        margin: 0;  
        margin-bottom: 30px;
        /* background-color: yellow; */
        width: 100%;
      }
    
      .section511-one{
        /* word-break:break-all; */
    
      }

    .text-wrapper-61{
        font-size: 26px;
    }

    .text-wrapper-62{
        font-size: 16px;
    }

    .rectangle2 {
        /* width: fit-content;
        height: fit-content; */
        /* height: auto;            Remove fixed height */
        padding: 0px;
        /* background-color: #FAE9E1; */
        border-radius: 0px;
        margin:0;
        align-items: center !important;
        justify-content: center !important;
        display: flex;
        background-color: transparent;

    
    }
    
    .rectangle2 div{
        background-color: #FEFEFE;
        padding: 0px;
        border-radius: 0px;
    
    
    }
    
    .rectangle2 img {
        width: 100%;
        border-radius: 12px;

        
    
    }

    .overlap{
        padding: 0 30px !important;
    }

    .extra{
        height: 150px !important;
    }

    .rectangle1, .rectangle2{
        width: 100%;
    }
    .frame-55 {
        display: none !important
    }

    .line-9,
    .style-filled {
        display: none !important
    }

    .menu-main {
        display: flex;
        background-color: #fef2ed;
        height: 40px;
        width: 40px;
        border-radius: 50%;
        justify-content: center;
        align-items: center
    }

    .section22{
        border-top: 1px dashed rgba(255, 218, 203, 1);
        border-bottom: 1px dashed rgba(255, 218, 203, 1);
        padding: 30px 0;
        margin-top: 20px;

    }

    .style-filled-2 {
        display: none !important
    }

    .group-9 {
        padding: 0 20px !important
    }

    .frame-31 {
        padding: 20px !important
    }


    .section2{
        flex-direction: column;

        padding: 0 30px;

    }

    .section21, .section22{
        width: 100%;

    }

    .section21,.section511-one{
        font-weight: 600 !important;
        font-size: 24px !important;
        
    }

    .landing-page .reduce-errors-in{
        font-weight: 600 !important;
        font-size: 24px !important;
        line-height: 140%;
    }

    .percent{
        font-weight: 600;
        font-size: 20px; 
    }


    .percentData,.section511-two{
        font-weight: 400;
        font-size: 16px; 
    }

    .center-line{
        display: none;
    }

    .section3121{
        flex-direction: column;
    }

    .section3121>div{
        width: 100%;
        gap: 30px;

    }

    
    .section3-para1{
        font-weight: 600;
        font-size:20px;
        line-height: 160%;
        letter-spacing: 0.5%;
      
    
    }

    .tour{
      padding: 30px 0;
    }

    .tour-sub{
        padding: 40px 30px;
        align-items: flex-start;

    }

    
}

@media (max-width: 395px) {
  .bigArrow {
  right: -130px;
  }
}

  /* @media (max-width :507px) {
    .bigArrow{
    transform: rotate(90deg) scaleY(-1);
  
    width: 100%;
    position: absolute;
    right: -150px;
    margin: 0;


    }
  } */

.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    justify-content: center;
    align-items: center;
    z-index: 1000
}

/*  */



.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 30px;
    cursor: pointer;
    height: 40px;
    width: 40px;
    background-color: #fef2ed;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center
}



.menu-modal {
    display: none;
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, .9)
}

.menu-modal-content {
    background-color: #fff;
    padding: 20px;
    width: 100%;
    height: 100%;
    position: relative
}

#close-menu {
    font-size: 30px;
    font-weight: 700;
    color: #000;
    cursor: pointer;
    height: 24px;
    width: 24px;
    display: flex;
    justify-content: center;
    align-items: center
}

.closeMenu-div {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fef2ed
}

.popup-header {
    display: flex;
    justify-content: space-between
}

.landing-page .style-filled-popup {
    display: flex;
    width: 100px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-right: 12px;
    padding: 8px 14px;
    position: relative;
    background-color: #fff5ee;
    border-radius: 6px;
    overflow: hidden;
    border: none
}

.landing-page .style-filled-popup::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px;
    border-radius: 6px;
    background: linear-gradient(180deg, rgba(159, 2, 94, 1) 0, rgba(249, 201, 41, 1) 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: 1;
    pointer-events: none
}

.landing-page .group-10-popup {
    position: relative;
    width: 68.55px;
    height: 17px
}

.landing-page .asset-popup {
    position: absolute;
    width: 13px;
    height: 15px;
    top: 2px;
    left: 0;
    background-image: url(https://c.animaapp.com/m9scu6kfKkx5rS/img/layer-1.png);
    background-size: 100% 100%
}

.landing-page .text-wrapper-36-popup {
    position: absolute;
    top: 0;
    left: 17px;
    font-family: "Open Sans", Helvetica;
    font-weight: 600;
    color: #a30c5c;
    font-size: 12.2px;
    letter-spacing: .06px;
    line-height: normal
}

#menu-modal-body {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.style-filled-22 {
    height: 48px;
    background-color: #8d0551;
    border-radius: 6px;
    border: none;
    color: #fff
}

#paraSection3{
  margin-bottom: 81px;
}


#paraSection3, #section511-one{
  color: rgba(255, 255, 255, 1);
}

#how-it-works{
  color: rgba(255, 255, 255, 1) !important;

}

#frame-18{
    background-color: rgba(43, 41, 41, 1);

}

.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    justify-content: center;
    align-items: center;
    z-index: 1000;
    padding: 20px; /* Add some padding for small screens */
    box-sizing: border-box;
}

.modal-content {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    width: 100%;
    max-width: fit-content;
    text-align: center;
    position: relative;
    box-sizing: border-box;
}

.content-image-section {
    width: 100%; /* Responsive width */
    object-fit: cover;
    margin-top: 30px;
}


.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 30px;
    cursor: pointer;
    height: 40px;
    width: 40px;
    background-color: #fef2ed;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#modal-body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    /* padding: 20px; */
    box-sizing: border-box;
}
