.elementor-130694 .elementor-element.elementor-element-8e4160c > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-130694 .elementor-element.elementor-element-50a3a1e > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-130694 .elementor-element.elementor-element-3b084fd > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-130694 .elementor-element.elementor-element-05368df > .elementor-container{max-width:1440px;}.elementor-130694 .elementor-element.elementor-element-284711c > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-130694 .elementor-element.elementor-element-eb8cee8 > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-130694 .elementor-element.elementor-element-980314c{padding:0px 0px 0px 0px;}.elementor-130694 .elementor-element.elementor-element-65a6534 > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-130694 .elementor-element.elementor-element-b8be5af > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-130694 .elementor-element.elementor-element-98fc830 > .elementor-container{max-width:1000px;}.elementor-130694 .elementor-element.elementor-element-98fc830{margin-top:60px;margin-bottom:60px;padding:30px 30px 100px 30px;}.elementor-130694 .elementor-element.elementor-element-58a8b61 > .elementor-element-populated, .elementor-130694 .elementor-element.elementor-element-58a8b61 > .elementor-element-populated > .elementor-background-overlay, .elementor-130694 .elementor-element.elementor-element-58a8b61 > .elementor-background-slideshow{border-radius:25px 25px 25px 25px;}.elementor-130694 .elementor-element.elementor-element-58a8b61 > .elementor-element-populated{box-shadow:3px 5px 25px -5px rgba(0, 0, 0, 0.37);padding:25px 25px 25px 25px;}.elementor-130694 .elementor-element.elementor-element-bb4e32f{text-align:center;}.elementor-130694 .elementor-element.elementor-element-bb4e32f .elementor-heading-title{font-size:40px;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-130694 .elementor-element.elementor-element-98fc830{margin-top:20px;margin-bottom:20px;padding:60px 20px 60px 20px;}}/* Start custom CSS for html, class: .elementor-element-fd666d3 */#hero-section {
   
}

#hero-video-container {
    width: 100%;
    height: 100%;
    position: relative;
}

#web3-wallets-video-lg {
   width: 100vw;
   height: calc(100vh - 88px);
   object-fit: cover;
}

#content-wrap {
    width: 100%;
    max-width: 1100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-content: center;
    gap: 32px;
}

.hero-text {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 32px;
    color: #FFF;
}

.hero-text h1 {
    color: #FFF;
    font-size: 48px;
}

p {
    font-size: 18px;
}

.button-cta {
    background-color: #1EE66E;
    color: #130C34;
    border: none;
    border-radius: 25px;
    padding: 12px 32px;
    font-size: 16px;
    font-family: "Red Hat", Sans-Serif;
    width: fit-content;
    text-align: center;
    white-space: nowrap;
    transition: background-color 0.2s ease-out;
}

.button-cta:hover, .button-cta:active, .button-cta:focus {
    background-color: #1EE66Edd !important;
    color: #130C34 !important;
    border: none;
    outline: none;
}

.hero-img { 
    width: 50%;
    img {
        width: 540px;
        height: 500px;
    }
}

@media (max-width: 768px) {
    #content-wrap {
      flex-direction: column;
      padding: 20px;
      /*text-align: center;*/
   }
   
     .hero-text {
        width: 100%;
    }
    
    .hero-img { 
        display: none;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f541cbc */#section-2 {
    overflow-x: hidden;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}

.s2-bg-img-container {
    height: 300px;
    overflow: hidden;
    width: 100%;
}

.s2-bg-img {
    width: 105%;
    height: 300px;
    background: linear-gradient(180deg, #6E13C7 0%, #350184 100%);
    border-radius: 50% 50% 0 0 / 80% 80% 0 0;
    position: relative;
    left: -2.5%;
    overflow: hidden;
    z-index: 1;
}

#partners {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    top: 120px;
    z-index: 10;
}

#partners h2 {
    font-size: 40px;
    margin-bottom: 80px;
    margin-top: 0px;
}

.partner-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
    width: 100%;
    max-width: 1100px;
    background: rgba(255, 255, 255, 0.95);
    filter: drop-shadow(0px 0px 24px rgba(0, 0, 0, 0.14));
    border-radius: 20px;
    padding: 0 60px;
    position: relative;
}

.partner-wrap:nth-child(odd) {
    margin: 120px 0;
}

.partner-text {
    flex-basis: 45%;
    font-size: 20px;
    padding: 20px 0;
    color: #130C34;
}

.partner-text img {
    margin-bottom: 24px;
}

.partner-name {
    border-top: 1px solid #AAA8B6;
    font-weight: 600;
    font-size: 20px;
    padding-top: 16px;
    margin-top: 24px;
    display: flex;
    align-items: center;
    gap: 18px;
    
    img {
        margin: 0;
    }
    
    p {
        margin: 0;
        padding: 0;
    }
}

.partner-image {
    position: absolute;
    right: 40px;
    height: 120%;
    max-width: 500px;
}

.partner-image img {
    height: 100%;
    width: 100%;
}

@media (max-width: 1024px) {
    #partners {
     padding: 0 20px;
}

#partners h2 {
    margin-top: 0px;
    margin-bottom: 20px;
}

    .s2-bg-img {
        border-radius: 50% 50% 0 0 / 50% 50% 0 0;
    }
    
    .partner-wrap {
        flex-direction: column;
        padding: 30px 20px;
    }
    
    .partner-wrap:last-of-type {
        margin-top: 30px;
    }
    
    .partner-image {
        position: static;
    }
}

@media (max-width: 768px) {
    
.s2-bg-img-container {
   height: 200px;
}
    
    .s2-bg-img {
       display: none;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-677c004 */#section-3 {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #350184;
}

.s-content-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 32px;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 60px;
}

.s3-animation {
    width: 50% !important;
    background-blend-mode: multiply;

}

.s3-text {
    width: 50%;
    color: #FFF;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.s3-text h2 {
    color: #FFF;
    font-size: 40px;
}

@media(max-width: 768px) {
    .s-content-wrap {
       flex-direction: column;
       padding: 60px 20px;
   }
   
   #section-3 .s-content-wrap {
       padding-top: 20px;
   }
   
   .s3-text, .s3-animation {
       width: 100% !important;
   }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d96130c */#section-4 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 32px;
}

.s4-text {
    width: 40%;
    
    h2 {
        font-size: 40px;
    }
    
    p {
        font-size: 18px;
    }
}

.s4-tags {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
}

#s4-animation {
    width: 60%;
}

@media(max-width: 768px) {
    .s-content-wrap {
       flex-direction: column;
        padding: 60px 20px;
   }
   
   .s4-text, .s4-tags, #s4-animation {
       width: 100%;
   }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-26c459b */#section-5 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 32px;
    background: #EFF4F8;
}

#s5-animation {
    width: 50%;
}

.s5-text {
    width: 40%;
    
    h2 {
        font-size: 40px;
    }
    
    p {
        font-size: 18px;
    }
}


@media(max-width: 768px) {
   
   .s5-text, #s5-animation {
       width: 100%;
   }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7119131 */#section-6 {
    width: 100%;
    height: 100vh;
    max-height: 900px;
    position: relative;
}

.s6-content-wrap {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    width: 100%;
    max-width: 1440px;
    padding: 60px 120px;
}

.s6-text {
    width: 40%;
   
    
    h2 {
        font-size: 40px;
    }
    
    p {
        font-size: 18px;
    }
    
    button {
        margin-top: 20px;
    }
}

.s6-animation {
    position: absolute;
    right: 0;
    top: 0;
    width: 70%;
}


@media(max-width: 768px) {
    #section-6 {
        height: 85vh;
}
    
    .s6-content-wrap {
        padding: 60px 20px;
        top: 60%;
   }
   
   .s6-text, .s6-animation {
       width: 100%;
   }
   
   .s6-text button {
       margin-top: 40px;
   }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-270c48d */#section-7 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #EFF4F8;
    padding: 60px;
}

.s7-header {
    text-align: center;
    
    h2 {
        font-size: 40px;
    }
}

.s7-cards-container {
    display: grid;
    justify-content: center;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
    width: 100%;
    max-width: 1200px;
    padding: 30px 0px;
    margin: 0 auto;
}

.card, .card-1, .card-2, .card-3 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
   
    padding: 36px;
    border-radius: 20px;
    
    img {
        margin: 0 auto 40px auto;
    }
    
    h3 {
        font-size: 28px;
        font-weight: 700;
        margin: 0;
    }
    
    p {
        font-size: 18px;
        margin: 0;
    }
}

.card-cta-btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 700;
    
    img {
        margin: 0;
    }
    
    &:hover {
        cursor: pointer;
    }
}

.card-1 {
    background: #130C34;
    color: #FFF;
}

.card-2 {
    background: #5826C3;
    color: #F3F3F5;
}

.card-3 {
    background: #FFF;
    color: #130C34;
}

@media (max-width: 768px) {
    #section-7 {
        padding: 60px 20px;
   } 
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-1061dbd */#section-7 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.card {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 36px;
    
    
}/* End custom CSS */