.first-banner-title {
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-size: 102px;
    line-height: 120%;
    letter-spacing: -3.06px;
    text-align: center;
    vertical-align: middle;
    text-transform: capitalize;
}

.calculator-h3 {
    margin: 20px 0 10px 0;
}

.first-section-border {
    line-height: 1;
    padding: 35px 40px;
    font-size: 18px;
    /* overflow: hidden; */
    font-weight: 700;
    -webkit-transition: 300ms;
    transition: 300ms;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    letter-spacing: 1px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: #080b18;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid transparent;
    border-radius: 70px;
    -webkit-border-radius: 70px;
    -moz-border-radius: 70px;
    -ms-border-radius: 70px;
    -o-border-radius: 70px;
    margin: 20px 0 0 0;
    background-color: transparent;
    color: #fff;
    border-color: #7bd6ff;
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: fit-content;
}

.first-section-border-first-div {
    background: #ffffff;
    border-radius: 40px;
    display: flex;
}

.first-section-border-second-div {
    background: #ffffff;
    border-radius: 40px;
    display: flex;
    overflow: hidden;
    /* width: 100%; */
}

.first-section-border-first-div span {
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    padding: 15px 40px;
    color: #080b18;
    cursor: pointer;
}

.first-section-border-second-div span {
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    padding: 15px 40px;
    color: #080b18;
    cursor: pointer;
    /* width: 100%; */
}

.submit-button {
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    padding: 15px 40px;
    color: #080b18;
    cursor: pointer;
    background: #2dd98f;
    font-weight: 700;
}

.form-select option {
    background: #000000;
    color: #ebf7fd;
    border: 1px solid #c1c7de;
    border-radius: 3px;
    border-width: 1px;
}
.form-select::-webkit-scrollbar {
    display: none;
}

.form-select-option {
    padding: 0 0 0 20px;
}

option:hover {
    background: #444444 !important;
    color: #ffffff !important;
}

.first-section-border-second-div select {
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0%;
    /* text-align: center; */
    /* vertical-align: middle; */
    padding: 15px 40px;
    color: #080b18;
    cursor: pointer;
    border-radius: 0;
    border-right: 1px solid #7bd6ff;
    height: fit-content;
    width: fit-content;
}

.form-select:focus {
    border-color: none;
    outline: 0;
    box-shadow: none;
}

.first-section-border-first-div span:first-child {
    border-right: 1px solid #7bd6ff;
    border-radius: 40px 0 0 40px;
}
.first-section-border-second-div span:last-child {
    background: #2dd98f;
    font-weight: 700;
}

.first-section-border-first-div span:nth-child(2),
.first-section-border-first-div span:nth-child(3) {
    border-right: 1px solid #7bd6ff;
}

.first-section-border-second-div span:nth-child(1) {
    display: flex;
    gap: 10px;
    align-items: center;
}

.first-section-border-second-div span:nth-child(1),
.first-section-border-second-div span:nth-child(2) {
    border-right: 1px solid #7bd6ff;
}
.first-section-border-second-div span:nth-child(2),
.first-section-border-second-div span:nth-child(3) {
    display: flex;
    gap: 20px;
    align-items: center;
}

.first-section-border-first-div span:nth-child(3) {
    position: relative;
}
.first-section-border-first-div span:nth-child(4) {
    border-radius: 0 40px 40px 0 !important;
}

.new-bar {
    font-family: "Open Sans";
    font-weight: 600;
    font-size: 10px;
    line-height: 16px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    color: #ffffff;
    background: #2dd98f;
    position: absolute;
    padding: 2px 5px;
    border-radius: 5px;
    top: -7px;
    right: 20px;
}

input[type="text"] {
    width: 250px;
    height: 20px;
    border-radius: 0;
    background-color: white;
    padding: 0px;
    border: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;

    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #000000;
}

.Converter-div input[type="text"] {
    width: 100px;
    height: 20px;
    border-radius: 0;
    background-color: transparent;
    padding: 0px;
    border: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: var(--color-primary);
    width: 100%;

    font-family: "Manrope", sans-serif;

    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0%;
}
.Vector-img {
    width: 15px;
}
.arrow-img {
    width: 20px;
}
.scrolling-img {
    width: 130px;
}

.WhatsApp-img {
    width: 30px;
}

.area-home {
    display: flex;
    gap: 20px;
}

.Converter-div {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 40px;
}

.Converter-div-two {
    display: flex;
    gap: 40px;
    align-items: center;
    flex-direction: column;
}

.Converter-div h2,
h3 {
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: capitalize;
    margin: 0 0 40px 0;
    text-align: start;
}
.calculator-h3 {
    text-align: start;
}

.Converter-div-input {
    width: 100%;
    height: 50px;
    border-radius: 3px;
    border-width: 1px;
    gap: 10px;
    padding: 13px;
    border: 1px solid #ffffffb2;
    background: #0c144b99;
    display: flex;
    align-items: center;
    gap: 10px;
}
.Converter-div-input input[type="text"] {
    width: 100%;
}

.Converter-div-input select {
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #ffffff;
    padding: 0 0 0 30px;
}
.Converter-select-span {
    font-family: "Manrope", sans-serif;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 24px !important;
    letter-spacing: 0% !important;
    color: rgb(183, 183, 183) !important;
}

.Converter-select-input {
    position: relative;
    width: 40%;
}
.Converter-img {
    position: absolute;
    width: 12px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.Converter-img-select {
    width: 25px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.Swap-img {
    width: 25px;
    cursor: pointer;
}

.Converter-button {
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
    background: #00ffa0;
    padding: 13px 40px;
    border-radius: 1000px;
}

.hero-token {
    width: 40%;
}

.hero-sale {
    width: 60%;
}

.token-distribut-location-div {
    position: absolute;
    width: 100%;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 0;
    margin: auto;
    padding: 20px 35px;

    background-color: #41445c63;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.token-distribut-location-h1 {
    font-family: "Open Sans";
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #ffffff;
}

.token-distribut-location-span {
    font-family: "Open Sans";
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0%;
    color: var(--color-default);
    display: flex;
    gap: 10px;
    align-items: center;
}

.token-distribut-location-span-two {
    display: flex;
    gap: 10px;
    align-items: center;
    margin: 10px 0 0 0;
}

.token-distribut-location-span-two-one {
    font-family: "Open Sans";
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0%;
    color: #ffffff;
}
.token-distribut-location-span-two-two {
    font-family: "Open Sans";
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0%;
    color: var(--color-primary);
}

.token-location-button {
    display: flex;
    width: 100%;
    height: 50px;
    min-width: 36px;
    top: 613.13px;
    left: 20px;
    border-radius: 1000px;
    gap: 4px;
    background: #f7f7fc;
    justify-content: center;
    align-items: center;
    color: var(--color-primary);
    font-family: "Open Sans";
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0%;
    margin: 20px 0 0 0;
}

.token-distribut {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 28px;
    border: 1px solid #41445c;
    border-radius: 20px;
    height: 100%;
    margin-right: 24px;
    position: relative;
    height: 80vh;

    overflow: hidden;
}

.token-wrap-location-filter {
    border-bottom: 1px solid #ffffff;
    display: flex;
    gap: 40px;
    padding: 0 0 15px 0;
    overflow-x: auto; /* Keep scrollable but prevent shrinking */
    white-space: nowrap; /* Ensure text remains on one line */
}

.token-wrap-location-filter span {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0.5px; /* Adjusted for better readability */
    color: #ffffff;
    flex-shrink: 0; /* Prevents compression */
}

.token-wrap-location-filter {
    border-bottom: 1px solid #ffffff;
    display: flex;
    gap: 40px;
    padding: 0 0 5px 0;
    overflow-x: auto;
    white-space: nowrap;

    /* Hide scrollbar track and thumb */
    scrollbar-width: thin; /* Firefox */
    scrollbar-color: transparent transparent; /* Hide scrollbar track */
}

/* Hide scrollbar for Webkit browsers (Chrome, Safari, Edge) */
.token-wrap-location-filter::-webkit-scrollbar {
    width: 0px; /* Hide vertical scrollbar */
    height: 10px; /* Adjust height if needed */
    background: transparent; /* Remove background */
}

/* Hide scrollbar track */
.token-wrap-location-filter::-webkit-scrollbar-track {
    background: transparent; /* Removes track */
}

/* Hide scrollbar thumb (scrollbar bar) */
.token-wrap-location-filter::-webkit-scrollbar-thumb {
    background: transparent; /* Makes scrollbar bar invisible */
}

/* Keep scrollbar arrows visible */
.token-wrap-location-filter::-webkit-scrollbar-button {
    display: block;
}

.token-wrap-location-filter-two {
    font-family: "Open Sans";
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0%;
    color: #ffffff;
    padding: 15px 0 15px 0;
}

.active-filter-link {
    color: #2dd98f !important;
    text-decoration: underline;
    text-underline-offset: 13px;


}

.xb-item--content-process,
.xb-item--title-process {
    opacity: 0;
    visibility: visible;
    transform: translateY(20px);
    transition: opacity 0.4s ease, transform 0.4s ease, visibility 0.4s;
}

.process.in-view .xb-item--content-process,
.process.in-view .xb-item--title-process {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Remove hover effect for process section */
.process:hover .xb-item--content-process,
.process:hover .xb-item--title-process {
    opacity: unset;
    visibility: unset;
    transform: unset;
}

.margin-top{
    margin-top: 135px;
}
.xb-item--icon img {
    width: 80px;
}
.xb-item--feature-icon img {
    width: 100px;
}

.active-button-home {
    background: #2dd98f;
    font-weight: 700 !important;
}

.beds-baths-dropdown {
    position: absolute;
    width: 388px;
    height: fit-content;
    top: 180px;
    left: 600px;
    background: #000;
    border-radius: 5px;
    border: 1px solid #c1c7de;
    padding: 20px;
    display: none;
    z-index: 100;
}

.beds-baths-dropdown.active {
    display: block;
}

.beds-baths-options {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.beds-baths-options button {
    background: transparent;
    border: 1px solid #c1c7de;
    color: #ebf7fd;
    padding: 10px 15px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
}

.beds-baths-options button:hover,
.beds-baths-options button.active {
    background: #c1c7de;
    color: #000;
}

.done-btn {
    background: #2DD98F;
    color: white;
    padding: 10px 20px;
    font-size: 18px;
    text-align: center;
    border: none;
    border-radius: 5px;
    margin-top: 15px;
    cursor: pointer;
    width: fit-content;

    /* Centering */
    display: block;
    margin: 15px auto;
}

.done-btn:hover {
    background: #45a049;
}

.beds-baths-dropdown p {
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #ffffff80;
    padding: 10px 0;
}

.xb-item--brand_logo {
    /* width: 50%;
    height: 100px; */
    margin: 35px 0 0 0;
}
.xb-item--brand_logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img-cards-Featured {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    cursor: pointer;
}

.login-mobile-button {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #41445c;
    color: var(--color-white);
    font-size: 18px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

.login-mobile-button i {
    color: var(--color-primary);
}

.mobile-form-home {
    display: none;
}

.Filters-close-button-home {
    position: absolute;
    right: 0;
    top: 8px;
}

.dropdown-dialog-home {
    position: absolute;
    background: #000;
    border-radius: 5px;
    border: 1px solid #c1c7de;
    display: none;
    z-index: 100;
    top: -321px;

    padding: 0 20px;
    width: 110%;
}

.dropdown-dialog-home.active {
    display: block;
}

.dropdown-dialog-home p {
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #ffffff80;
    padding: 20px 0;
    display: flex;
    align-items: center;
    gap: 6px;
}
.dropdown-dialog-home h1 {
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: var(--color-primary);
    text-align: center;
    padding: 20px 0;
}
.partners {
    padding-top: 135px;
}

.up-img {
    position: fixed;
    z-index: 4;
    bottom: 10px;
    right: 2.5%;
    cursor: pointer;
}


.wh-black {
    position: fixed;
    z-index: 4;
    bottom: 78px;
    right: 2.5%;
    cursor: pointer;
    width: 57px;
    background: #2dd98f;
    padding: 6px;
    border-radius: 7px;
}


.wh-black .wh-black-icon {
    width: 100%;
    height: 100%;
    object-fit: cover;
}








.ul-span-div-one{
        display: flex
;
    align-items: center;
    gap: 6px;
}


.ul-span-div-two {
        display: flex;
            flex-direction: column;
}














@media (max-width: 768px) {
    .partners {
        padding-top: 40px;
    }
}
@media (max-width: 1199px) {
    .first-banner-title {
        font-weight: 700;
        font-size: 50px;
        line-height: 100%;
        letter-spacing: 0%;
        text-align: center;
        vertical-align: middle;
        text-transform: capitalize;
    }

    .desktop-form-home {
        display: none;
    }

    .mobile-form-home {
        display: block;
    }

    .first-section-border {
        background: linear-gradient(
            180deg,
            rgba(8, 11, 24, 0.2) 0%,
            rgba(32, 42, 207, 0.2) 100%
        );
        border: 1px solid;

        border-image-source: linear-gradient(
            180deg,
            rgba(123, 214, 255, 0.5) 0%,
            rgba(41, 69, 81, 0.5) 100%
        );

        border-radius: 20px;
        border-width: 1px;
        padding: 17px;
        width: 100%;
    }

    .first-section-border-second-div span:last-child {
        background: #0d0d17;
        border: 1px solid #8fe4f880;
        border-radius: 1000px;
        border-width: 1px;
        width: 100%;
        padding: 10px 20px 10px 3px;
        height: 60px;
    }
    .first-section-border-second-div {
        width: 100%;
    }

    .search-button-property-two {
        width: 60px;

        background: #2dd98f;
        display: flex;
        border-radius: 50% 0 0 50%;
        justify-content: center;
        align-items: center;
        height: 53px;
        padding: 0;
    }
    .Vector-img {
        filter: brightness(0) invert(1);
    }

    .first-section-border-second-div input[type="text"] {
        background-color: #0d0d17;
        font-weight: 400;
        font-size: 14px;
        line-height: 100%;
        letter-spacing: 0%;
        vertical-align: middle;
        color: #ffffff;
    }

    .row-mobile {
        flex-direction: column-reverse;
    }

    .hero-token,
    .hero-sale {
        width: 100%;
    }

    .Converter-div-two {
        flex-direction: column;
    }

    .hero .hero-sale {
        padding: 33px;
    }

    .Converter-div-input {
        width: 100%;
    }

    .Converter-div h2,
    h3 {
        font-weight: 700;
        font-size: 20px;
        line-height: 100%;
        letter-spacing: 0%;
        text-transform: capitalize;
    }

    .patners-title span {
        font-weight: 400;
        font-size: 15px;
        line-height: 28px;
        letter-spacing: 0%;
        text-align: center;
        vertical-align: middle;
        text-transform: uppercase;
    }

    .about .about-img img {
        position: unset;
        margin-bottom: 0;
        display: flex;
        width: 100%;
    }
    .about {
        display: flex;
        flex-direction: column-reverse;
        padding: 72px 10px 0 10px;
    }

    .ul_li {
        flex-direction: column-reverse;
    }

    .xb-item--social-link {
        width: 100%;
        display: flex;
        flex-direction: row;
    }

    .partner-slider .xb-item--brand {
        height: 210px;
    }
}

@media (max-width: 700px) {
    .first-section-border {
        max-width: 92%;
    }

    .xb-footer-wrap .xb-item--footer_widget-community {
        max-width: 100%;
    }
}

@media (max-width: 986px) {
    .dropdown-dialog-home {
        position: fixed;
        width: 100%;
        background: #000;
        border-radius: 5px;
        border: 1px solid #c1c7de;
        padding: 20px;
        display: none;
        z-index: 100;
        right: 0;
        left: 0;
        bottom: 0;
        margin: auto;
        top: auto;
        height: fit-content;
    }

    .first-section-border-second-div {
        width: 100%;
    }
    .Converter-div-input {
        justify-content: space-between;
    }

    .calculator-h3 {
        text-align: center;
    }

    .token-distribut {
        height: 64vh;
    }
    .token-sale {
        height: 64vh;
    }

    .token-distribut-location-div {
        padding: 7px 20px;
    }

    .featureProjects-p-one {
        font-size: 30px;
    }


.margin-top{
    margin-top: 25px;
}

.contact-info__item h3 {
text-align: center;
}
.about .about-wrap .xb-item--title {
text-align: center !important;
}


.breadcrumb {
    padding: 46px 0;
}



.Converter-select-input {
    width: 50%;
}





}

    .xb-item--content-process,
    .xb-item--title-process {
        opacity: 1 !important;
        visibility: visible !important;
        transform: none !important;
    }


._orientationRight__fugO9.wrap__YHOId {
    right: -12px !important;
    bottom: 60px !important;
}




.sticky-filter-container{
    display: flex;
    width: 100%;

    
}