*, *::before, *::after {
    box-sizing: border-box;
}

* {
    color: black;
}

form .form-group input:valid:not(:placeholder-shown) {
    border-color: rgba(248, 184, 51, 0.4);
}

form select {
    cursor: pointer;
}

form option {
    background-color: rgba(0, 0, 0, 0.57);
}

form .form-group .button-gen-password {
    width: 100%;
    border-style: solid;
    border-color: #fe815e;
    border-radius: 4px;
    background-color: #fe815e;
    color: #131313;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.4px;
    text-shadow: 1px 1px 0 #fff75a;
    height: 60px;
    line-height: 1;
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    font-weight: 800;
    color: #dc3545;
}

#loading-btn::after {
    display: inline-block;
    animation: dotty steps(1,end) 1s infinite;
    content: '';
}

/* select {
    border-radius: 30px!important;
    height: 50px!important;
    font-size: 20px !important;
    color: #9eabc0 !important;
    border: solid 13px#dcdcdc;
    padding-left: 15px;
    width: 170px;
} */

@keyframes dotty {
    0%   { content: ''; }
    25%  { content: '.'; }
    50%  { content: '..'; }
    75%  { content: '...'; }
    100% { content: ''; }
}

.d-none {
    display: none!important;
}

.d-block {
    display: block!important;
}

form .row .form-group,
.email,
.w-row .form-group,
.phone {
    margin-bottom: 13px;
}



.iti__country-list {
    color: black !important;
}

.embed-responsive {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.sdk-video-wrap .video.embed-responsive.stuck {
    top: 75px;
}

.w-layout-grid.grid-hero---b {
    z-index: 1;
}

.form-block.w-form .text-block {
    font-size: 18px;
}

.form-block.w-form .text-block.sk {
    font-size: 15px;
}

.form-block.w-form .text-block.pl {
    font-size: 16px;
}

.form-group .sdk-register-btn.submit-button.w-button {
    font-size: 29px;
}

.heading-hero.es {
    font-size: 55px;
}

.heading-hero.pl {
    font-size: 49px;
}

.sdk-register-btn.submit-button.w-button.pl {
    font-size: 27px;
}

.sdk-register-btn.submit-button.w-button.fi {
    font-size: 18px;
}

.sdk-register-btn.submit-button.w-button.sk {
    font-size: 24px;
}

.sdk-register-btn.submit-button.w-button.sk-s {
    font-size: 15px;
}


.w-tab-pane.w--tab-active .video.w-video.w-embed.stuck {
    top: 80px;
    padding-top: 0 !important;
}


.w-slider-mask {
    height: 100%;
}


.w-slider-mask .w-slide.one {
    background-image: url("../images/cover1.png");
    background-position: 50% 0;
    background-size: cover;
    background-repeat: no-repeat;
}


.w-slider-mask .w-slide.two {
    background-image: url('../images/time-mag.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.w-slider-mask .w-slide.three {
    background-image: url('../images/forbes-mag-5.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}


@media screen and (max-width: 991px) {
    .w-slider-mask {
        height: 460px;
        width: 100%;
    }

    .border-image {
        width: 100%;
    }

}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {


    .w-layout-grid.grid-hero---b {
        display: flex;
        justify-content: space-around;
    }

    .w-layout-grid.grid-2-columns {
        display: flex;
        justify-content: space-around;
    }

    .w-layout-grid.grid-location .location .image-2 {
        width: 92%;
    }

    .w-layout-grid.grid-image-2-columns {
        display: flex;
        justify-content: space-between;
    }

    .w-layout-grid.grid-faq {
        display: flex;
        flex-direction: column;
    }

    .w-layout-grid.grid-3-columns {
        display: flex;
        justify-content: space-between;
    }

    .w-layout-grid.grid-footer-down {
        display: flex;
        justify-content: flex-start;
    }


    .tab.w-inline-block.w-tab-link .txt1 {
        padding-left: 25px;
    }

    .brand.w-nav-brand {
        padding-right: 45px;
    }

    .block-navbar .brand.w-nav-brand .logo {
        max-height: 50px !important;
        max-width: 20vh;
        padding-left: 25px;
        padding-bottom: 3px;
    }
}

.iti {
    display: block;
}

.form-group {
    margin-bottom: 10px;
}

.w-container .w-row form .w-row {
    margin-left: -5px;
    margin-right: -5px;
}

form.resp .w-row {
    margin-left: -5px;
    margin-right: -5px;
}

form .w-row .w-col {
    padding-left: 5px;
    padding-right: 5px;
}

@media (max-width: 767px) {
    .form-block.w-form {
        margin-top: 20px;
    }
}

.section-why-choose {
    padding: 60px 0;
    background-color: #ffffff;
}

.grid-why-choose {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding: 20px;
}

.why-choose-item {
    background-color: #f9f9f9;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.why-choose-item:hover {
    transform: translateY(-5px);
}

.why-choose-item h3 {
    color: #fe815e;
    margin-bottom: 15px;
}

.why-choose-item p {
    font-size: 16px;
    color: #333;
}

.block-heading.center {
    text-align: center;
    margin-bottom: 40px;
}

.block-heading.center .heading {
    font-size: 32px;
    margin-bottom: 20px;
}

.block-heading.center .subtitle .text-subtitle {
    font-size: 20px;
    color: #fe815e;
}

.section-separator {
    border: none;
    border-top: 2px solid #fe815e;
    margin: 40px 0;
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

/* Responsive Adjustments */

/* Tablets and Small Desktops */
@media (max-width: 992px) {
    .grid-why-choose {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .why-choose-item h3 {
        font-size: 1.3em;
    }
    
    .why-choose-item p {
        font-size: 1em;
    }
}

/* Mobile Devices */
@media (max-width: 600px) {
    .grid-why-choose {
        grid-template-columns: 1fr;
        padding: 10px;
    }

    .why-choose-item {
        padding: 10px;
    }

    .why-choose-item h3 {
        font-size: 1.1em;
    }

    .why-choose-item p {
        font-size: 0.95em;
    }

    .why-choose-item img {
        margin-bottom: 10px;
    }
}

/* Ensure Images are Responsive */
.why-choose-item img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
}


.btn-custom2 {
    background-color: #fe815e;
    color: white;
    border: none;
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
}

.btn-custom2:hover,
.btn-custom2:focus,
.btn-custom2:focus-visible,
.btn-custom2:active {
    background-color: #fe815e;
    color: white !important;
}

.btn-custom2:hover {
    background-color: #e76b4c !important;
}

.custom-link {
    color: #fe815e !important;
    text-decoration: none;
}

.custom-input:focus {
    border-color: #fe815e50 !important;
    box-shadow: 0 0 0 .25rem rgba(255, 160, 52, 0.25);
}

.swal2-confirm {
    background-color: #fe815e !important;
    color: white !important;
}

.progress {
    height: 25px;
}

.progress-bar {
    background-color: #fe815e !important;
}


@media (max-width: 768px) {
    #step1 .d-flex {
        flex-direction: column !important;
    }

    #walletAddress {
        width: 100% !important;
        margin-bottom: 10px !important;
        font-size: 11px;
        height:40px;
       
    }

    #scanAddressBtn {
        width: 100% !important;
    }
}


.section-simulation {
    min-width: 100%;
    margin: 0 auto;
    padding: 2px;
}

@media (min-width: 768px) {
    .section-simulation {
        min-width: 1000px;
        max-width: 1200px;
        padding: 4rem;
    }
}

@media (max-width: 768px) {
    .overflow {
        padding: 20px;
    }
}

.manual-entry-btn {
    font-weight: bold !important;
    color: #fe815e !important;
}

.manual-entry-btn:hover {
    text-decoration: underline;
}