@font-face {
    font-family: Degular Display;
    src: url(/assets/Degular/Degular/DegularDisplay-Regular.otf);
}
@font-face {
    font-family: Degular Display;
    src: url(/assets/Degular/Degular/DegularDisplay-Bold.otf);
    font-weight: 700;
  }

  @font-face {
    font-family: Degular Display;
    src: url(/assets/Degular/Degular/DegularDisplay-Medium.otf);
    font-weight: 500;
  }

* {
    box-sizing: border-box;
}
body {
    margin: 0;
    font-family: 'Degular Display', Arial, sans-serif;
    background: #FFFFFF;
    color: #2F1D37;
    overflow-x: hidden;
}
header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 32px 48px 18px 48px;
    padding-left: 108px;
    position: sticky;
    top: 0;
    z-index: 100;
    background-color: #FFFFFF;
}
.logo {
    font-weight: 900;
    font-size: 32px;
    letter-spacing: -2px;
}
.logo span {
    color: #0000FF;
}
.full-h-section {
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    height: calc(100vh - 78px);
    background-color: #FFFFFF;
    padding-left: 120px;
    padding-right: 32px;
}
.full-h-section-center {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: calc(100vh - 78px);
    background-color: #FFFFFF;
    padding-left: 32px;
    padding-right: 32px;
}
.download-btn {
    background: #F6FFF3;
    border: 1px solid  #97E047;
    color: #157621;
    padding: 20px 42px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    transition: background 0.2s, color 0.2s;
    font-family: Inter Tight;
    font-weight: 600;
    font-size: 18px;
    leading-trim: Cap height;
    line-height: 100%;
    letter-spacing: -1%;
    vertical-align: middle;
    transition: transform 0.2s;

}
.download-btn:hover {
    transform: scale(1.1);
    background-color: #97E047  !important;
    color: #1F2937;
}


.main-cta {
    font-family: Degular Display;
    font-weight: 600;
    font-size: 42px !important;
    line-height: 28px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;

    padding: 40px 76px !important;
    background-color: #97E047 !important;
}
.main-cta.cta-btn:hover {
    background-color: #7FC434 !important;
}
.supermain-title {
    font-family: Degular Display;
font-weight: 700;
font-size: 72px;
line-height: 72px;
letter-spacing: 0%;
text-align: center;
color: #97E047;

}
.arrow-bg {
    height: auto !important;
    padding-bottom: 0px;
}
.arrow-bg-content {
    background-image: url(/assets/arrow-2-bg.png);
    width: 1030px;
    height: 480px;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
    background-position: 823px 30px;

}
.disclaimer {
    font-family: Degular Display;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0%;
    text-align: center;
    color: #4B55634D;
    margin-top: 12px;
}
.disclaimer a {
    color: #4B55634D;
    text-decoration: underline;
}
.features-grid {
    gap: 12px !important;
}
.checkbox-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin-top: 3px;
    font-size: 12px;
    color: #4B55634D;
}

.checkbox-container input[type="checkbox"] {
    width: 16px;
    height: 16px;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: white;
    border: 2px solid red;
    border-radius: 3px;
    position: relative;
    flex-shrink: 0;
}

.checkbox-container input[type="checkbox"]:checked {
    background-color: transparent;
    border-color: #EBEBED;
}

.checkbox-container input[type="checkbox"]:checked::after {
    content: '';
    position: absolute;
    left: 3px;
    top: 2px;
    width: 4px;
    height: 6px;
    border: solid #EBEBED;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.grab-cta:disabled,
.grab-cta.disabled {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}
@media screen and (max-width: 1700px) {
    
    .feature-card {
        width: 23% !important;
    }
   
    .feature-card.perf {
        width: 300px;
        height: 282px;
    }
    .feature-icon img {
        width: 90%;
    }
}
@media screen and (max-width: 1500px) {
  
   
    .feature-desc {
        font-size: 12px !important;
        line-height: 14px !important;
    }
    .feature-title {
        
        font-size: 14px;
        line-height: 16px;
        
        margin-bottom: 8px;
        
    }
    .stats-grid {
        
        gap: 20px;
        
        font-size: 20px;
        
    }
    
    .footer {
        padding: 24px 50px !important;
    }
}


@media screen and (max-width: 1450px) {
    header {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .arrow-bg-content {
       
        height: 451px;
        
    }
}
@media screen and (max-height: 600px) {
    .index-title {
        line-height: 52px;
    }
    .hero-desc {
        margin-top: 12px;
        margin-bottom: 12px;
    }
    .arrow-bg-content {
        background-position: 831px 22px;
        background-size: 8%;
    }
}

@media screen and (max-height: 500px) {
    .index-title {
        font-size: 32px;
        line-height: 32px;
    }
    .hero-desc {
        margin-top: 4px;
        margin-bottom: 4px;
        font-size: 12px;
        max-width: 400px;
    }
    .cta-btn {
        padding-top: 8px !important;
        padding-bottom: 8px !important;
        font-size: 20px !important;
        padding-left: 12px !important;
        padding-right: 12px !important;
    }
    .hero-desc {
        margin-top: 12px;
        margin-bottom: 12px;
    }
    .arrow-bg-content {
        background-size: 7%;
        background-position: 658px 14px;
    }
    .disclaimer {
        font-size: 12px !important;
    }
}

@media screen and (min-width: 1700px) {
   
}

.secondary-title {
            
    font-family: Degular Display;
    font-weight: 700;
    font-size: 36px;
    line-height: 40px;
    letter-spacing: 0%;
    text-align: center;
    color: #97E047;
    text-transform: capitalize;
}
.secondary-title span {
    color: #0000FF;
    font-style: italic;
    letter-spacing: 5px;
}
.default-descr {
    font-family: Inter Tight;
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
    color: #4B5563;
}

.cta-btn {
    background: #F6FFF3;
    border: 1px solid  #97E047;
    color: #1F2937;
    padding: 20px 40px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    transition: background 0.2s, color 0.2s;
    font-family: Degular Display;
    font-weight: 600;
    font-size: 26px;
    line-height: 30px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;

    text-decoration: none;

}
.cta-btn:hover {
    background-color: #97E047  !important;
    color: #1F2937;
   
}
.cta-white {
    background: #F6F4FF;
    color: #2F1D37;
    border: none;
    border-radius: 9px;
    padding: 24px 56px;
   
    cursor: pointer;
    margin-bottom: 80px;
    box-shadow: 0px 0px 40px 0px #0000FF4D;

    transition: background 0.2s;
    font-family: Degular Display;
    font-weight: 700;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;

    box-sizing: border-box;
    border: 4px solid transparent;

}
.cta-white:hover {
    background: #D8AAFF;
    
}
.white-title {
    font-family: Degular Display;
    font-weight: 400;
    font-size: 40px;
    leading-trim: Cap height;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    text-transform: capitalize;
    color: #FFFFFF;
}
.white-title span{
    font-style: italic;
}
.vertical-line {
    height: 73px;
    width: 1px;
    background-color: #FFFFFF;
}
.faq-table {
    max-width: 1600px;
    margin: 0 auto;
    border-collapse: collapse;
    width: 100%;
    margin-top: 80px;
    width: 85%;
}
.faq-table tr {
    border-bottom: 1px solid #D8AAFF;
}
.faq-table td {
    padding: 63px 0;
    
}
.faq-question {
    font-family: Degular Display;
    font-weight: 600;
    font-size: 22px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #2F1D37;
    width: 40%;
}
.faq-answer {
    font-family: Degular Display;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #67627D;
    color: #6c648b;
}
/* Footer styles */
.footer {
    background: #1F2937;
    padding:  48px 200px;
    font-size: 1rem;
    color: #2D336B;
  }
  
  .footer-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 24px;
    padding-bottom: 18px;
  }
  
  .footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin-top: 32px;
  }
  .footer-p {
    font-family: Degular Display;
font-weight: 400;
font-size: 16px;
line-height: 24px;
letter-spacing: 0%;
max-width: 362px;
color: #9CA3AF;
  }
  .footer-links a, .copyright-links a {
    font-family: Degular Display;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #9CA3AF;
    text-decoration: none;
    transition: color 0.2s;
  }
  
  .footer-links a:hover {
    color: #2D336B;
  }
  .footer-col {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-right: 56px;
  }
  
  .copyright {
    text-align: left;
    color: #9CA3AF;
    padding: 32px 0;
    padding-bottom: 0;
    font-family: Degular Display;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;

    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .copyright-links {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
  }
.color-link {
    color: #0000FF;
}
@media screen and (max-width: 1300px) {
  .full-h-section {
    height: auto;
  }
}
  .legal-heading {
    font-family: Degular Display;
    font-weight: 400;
    font-size: 40px;
    leading-trim: Cap height;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    text-transform: capitalize;
    color:#2F1D37;
    margin-bottom: 24px;
  }
.legal-heading span {
    color: #0000FF;
}
.legal-description {
    font-family: Inter Tight;
font-weight: 400;
font-size: 16px;
line-height: 100%;
letter-spacing: 0%;
text-decoration: underline;
text-decoration-style: solid;
text-decoration-offset: 0%;
text-decoration-thickness: 0%;
text-decoration-skip-ink: auto;

    color: #828282;
    margin-top: 24px;
    margin-bottom: 56px;
}
.legal-plain-text, li {
    font-family: Inter Tight;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #2F1D37;
}
.legal-plain-text.bold {
    font-family: Inter Tight;
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #2F1D37;
}
.legal-plain-text li {
    margin-top: 16px;
    margin-bottom: 16px;
}
.legal-plain-text a {
    color: #0000FF;
}
.legal-container {
    padding: 120px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.ty-text {
    font-family: Degular Display;
    font-weight: 600;
    font-size: 56px;
    line-height: 72px;
    letter-spacing: 0%;
    text-align: center;
    color: #1F2937;
    margin-bottom: 56px;
}
#lottieplayer {
    cursor: pointer;
}
#img-ind {
    cursor: pointer;
}
@media screen and (min-width: 1300px) {
.in-container .modalWindow {
right: max(601px, 35%) !important;
}
}

@media screen and (min-width: 1800px) {
.in-container .modalWindow {
right: max(671px, 35%) !important;
}
}