/* Hero CSS */
.hero {
    padding-top: 8em;
    padding-bottom: 63px;
    position: relative;
    z-index: 1;
}

.hero-content h1 {
    font-size: 5em;
    font-weight: 600;
    line-height: normal;
    color: #fff;
    margin-bottom: 25px;
}

.hero-content h1 span {
    background: -webkit-linear-gradient(45deg, #574EF4, #02F1E1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-content {
    text-align: center;
}

.hero-content h3 {
    font-size: 28px;
    font-weight: 600;
    line-height: normal;
    color: #fff;
    opacity: 80%;
    margin-bottom: 21px;
}

.hero-content h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: normal;
    background: -webkit-linear-gradient(75deg, #574EF4, #A257F2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 81%;
    margin-bottom: 43px;
}

/* Join IXIOS CSS */
.ixios-ecosystem {
    padding: 60px 0;
}

.header-ecosystem h2 {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0;
}

.card-blur {
    background: rgba(255, 255, 255, 0.065);
    border-radius: 8px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    padding: 30px 25px;
    height: 100%;
    border: 0px solid transparent;
    transition: 0.3s ease;
}

.card-blur:hover {
    border: 0px solid #574EF4;
    background-color: #110c15;
}

.card-ecosystem h3 {
    font-size: 30px;
    font-weight: 700;
    line-height: normal;
    background: -webkit-linear-gradient(45deg, #574EF4, #02F1E1 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 46px;
}

.card-ecosystem p {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: #fff;
    opacity: 64%;
    margin-bottom: 73px;
    min-height: 72px;
}

.btn-explore-wallet {
    background: rgb(87,78,244);
    background: -moz-linear-gradient(90deg, rgba(87,78,244,0.4822522759103641) 0%, rgba(162,87,242,0.5018601190476191) 100%);
    background: -webkit-linear-gradient(90deg, rgba(87,78,244,0.4822522759103641) 0%, rgba(162,87,242,0.5018601190476191) 100%);
    background: linear-gradient(90deg, rgba(87,78,244,0.4822522759103641) 0%, rgba(162,87,242,0.5018601190476191) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#574ef4",endColorstr="#a257f2",GradientType=1);
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    padding: 13px 17.7px;
    border-radius: 100px;
    transition: background .7s ease-out;
    position: relative;
    z-index: 1;
    text-align: center;
}

.btn-explore-wallet::after {
    content: '';
    position: absolute;
    left:0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    display: inline-block;
    border-radius: 100px;
    background: rgb(87,78,244);
    background: -moz-linear-gradient(90deg, rgba(87,78,244,0.3253895308123249) 0%, rgba(162,87,242,0.2581626400560224) 100%);
    background: -webkit-linear-gradient(90deg, rgba(87,78,244,0.3253895308123249) 0%, rgba(162,87,242,0.2581626400560224) 100%);
    background: linear-gradient(90deg, rgba(87,78,244,0.3253895308123249) 0%, rgba(162,87,242,0.2581626400560224) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#574ef4",endColorstr="#a257f2",GradientType=1);
    transition: opacity.3s ease-in-out;
    z-index: -1;
    opacity: 0;
}
.btn-explore-wallet:hover::after {
    opacity: 1;
}

.header-ecosystem {
    margin-bottom: 42px;
}

.acquire-btns {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 11px;
}

/* IXIOS Ecosystem CSS */
.ixios-ecosystem {
    padding: 60px 0;
    position: relative;
    z-index: 1;
}

.circle-ixios-ecosystem img {
    position: absolute;
    top: -185px;
    left: 0;
    z-index: -1;
    width: 240px;
    height: auto;
}

/* Build on IXIOS L1 CSS */
.build-on-ixios {
    padding-top: 65px;
    padding-bottom: 60px;
    position: relative;
    z-index: 1;
}
.wrapper-ixios {
    background: rgba(255, 255, 255, 0.07);
    border-radius: 8px;
    box-shadow: 0 0 40px rgb(255 255 255 / 15%);
    border-radius: 24px;
    padding: 35px 65px;
    position: relative;
    z-index: 2;
}

.build-on-ixios-header {
    text-align: center;
    margin-bottom: 75px;
}

.build-on-ixios-header h2 {
    font-size: 36px;
    color: #fff;
    line-height: normal;
    font-weight: 700;
    margin-bottom: 13px;
}

.build-on-ixios-header p {
    font-size: 24px;
    font-weight: 500;
    line-height: normal;
    color: #fff;
    opacity: 80%;
    margin-bottom: 0;
}

.build-on-ixios-block h3 {
    font-size: 28px;
    font-weight: 700;
    line-height: normal;
    color: #fff;
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
    min-height: 65px;
}

.build-on-ixios-block p {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    line-height: normal;
    opacity: 44%;
    margin-bottom: 0;
}

.build-on-ixios-block {
    padding-left: 16px;
}

.double-btns {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin-top: 83px;
}

/* Two way bridge CSS */
.two-way-bridge {
    padding-top: 60px;
    padding-bottom: 60px;
}

.two-way-bridge-content {
    background: linear-gradient(to right, #574EF4, #02F1E1);
    padding: 1px;
    border-radius: 24px;
}

.grid-bridge {
    background-color: #000;
    border-radius: 24px;
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 40px;
    padding: 30px 60px;
}

.left-bridge-content h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: normal;
    color: #fff;
    margin-bottom: 12px;
}

.left-bridge-content h4 {
    font-size: 24px;
    font-weight: 500;
    line-height: normal;
    color: #fff;
    opacity: 80%;
    margin-bottom: 49px;
}

.left-bridge-content p {
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    color: #fff;
    margin-bottom: 38px;
    opacity: 64%;
}

.right-bridge-content img, .bridge-showcase-mobile {
    border-radius: 12px;
    object-fit: cover;
    height: auto;
    width: 100%;
}

.bridge-showcase-mobile {
    display: none;
}



/* "Participate In" CSS */
.build-on-ixios-block.build-on-ixios-block-bottom h3 {
    min-height: 0;
}

/* Laptop Layout: 1200px. */
@media only screen and (min-width: 1399px) and (max-width: 1505px) {
    
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) { 
    .main-menu nav ul li.btn-buy-ixios-space {
        margin-left: 15px;
    }
}
/* Medium Layout: 992px. */
@media only screen and (min-width: 992px) and (max-width: 1200px) { 
    .hero {
        padding-top: 200px;
    }
    .hero-content h1 {
        font-size: 75px;
    }
    .hero-content h3 {
        font-size: 26px;
    }
    .circle-hero .circle-hero-bottom {
        width: 120px;
    }
    .acquire-btns {
        flex-wrap: wrap;
    }
    .card-ecosystem p {
        min-height: 96px;
    }
    .wrapper-ixios {
        padding: 35px 40px;
    }
    .build-on-ixios-block h3 {
        font-size: 23px;
    }
    .grid-bridge {
        gap: 30px;
        padding: 30px 40px;
    }
    .participate-ixios-circle-small {
        right: 9%;
    }
    .ecosystem-inside-content {
        padding-right: 220px;
    }
}
/* Tablet & mobile Layout: 768px. */
@media only screen and (max-width: 991px) { 
    .hero {
        padding-top: 200px;
    }
    .hero-content h1 {
        font-size: 70px;
    }
    .hero-content h3 {
        font-size: 26px;
    }
    .hero-content h2 {
        font-size: 36px;
    }
    .circle-hero .circle-hero-bottom {
        width: 135px;
    }
    .acquire-btns {
        flex-wrap: wrap;
    }
    .card-ecosystem h3 {
        margin-bottom: 25px;
    }
    .card-ecosystem p {
        margin-bottom: 35px;
        min-height: 35px;
    }
    .ixios-build-circle-big {
        top: -185px;
        width: 165px;
    }
    .ixios-build-circle-small {
        left: 11%;
        top: -55px;
        width: 140px;
    }
    .wrapper-ixios {
        padding: 35px 25px;
    }
    .grid-bridge {
        gap: 20px;
        padding: 30px 30px;
    }
    .build-on-ixios-block h3 {
        font-size: 24px;
    }
    .build-on-ixios-block p {
        font-size: 16px;
    }
    .build-on-ixios-header p {
        font-size: 22px;
    }
}

/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) { 
    
}
/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) { 
    /* Hero Responsive CSS */
    .hero {
        padding-top: 85px;
    }
    .hero-content h1 {
        font-size: 3em;
        margin-bottom: 20px;
    }
    .hero-content h3 {
        font-size: 20px;
    }
    .hero-content h2 {
        font-size: 24px;
    }
    .circle-hero .circle-hero-top {
        top: -35px;
        width: 100px;
    }
    .circle-hero .circle-hero-bottom {
        display: none;
    }
    /* hero btns */
    .hero-btns {
        gap: 20px;
        flex-wrap: wrap;
    }

    .circle-ixios-ecosystem img {
        width: 155px;
        left: -50px;
    }
    .ixios-ecosystem {
        padding: 25px 0;
    }
    .header-ecosystem h2 {
        font-size: 32px;
    }

    .card-ecosystem h3 {
        margin-bottom: 46px;
        font-size: 24px;
    }
    .card-ecosystem p {
        margin-bottom: 51px;
        min-height: 51px;
    }
    .card-blur {
        margin-bottom: 20px;
        height: auto;
    }
    .build-on-ixios {
        padding-top: 41px;
    }
    .ixios-build-circle-small {
        left: -22%;
        top: -120px;
        width: 140px;
    }
    .ixios-build-circle-big {
        display: none;
    }
    .build-on-ixios-header h2 {
        font-size: 32px;
    }
    .build-on-ixios-header p {
        font-size: 20px;
    }
    .build-on-ixios-header {
        margin-bottom: 41px;
    }
    .build-on-ixios-block h3 {
        font-size: 24px;
        min-height: auto;
    }
    .build-on-ixios-block {
        margin-bottom: 33px;
    }
    .double-btns {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-top: 0;
    }
    .two-way-bridge {
        padding-top: 0;
    }
    .two-way-bridge-content {
        border-radius: 24px;
    }
    .grid-bridge {
        gap: 0;
        padding: 30px 20px;
        grid-template-columns: 1fr;
        border-radius: 24px;
    }
    .bridge-showcase-mobile {
        display: block;
        margin-bottom: 48px;
    }
    .left-bridge-content h2 {
        font-size: 32px;
    }
    .left-bridge-content h4 {
        font-size: 20px;
    }
    .right-bridge-content img {
        display: none;
    }
    .program-circle img {
        display: none;
    }
    .participate-ixios-circle-small {
        display: none;
    }
    .wrapper-ixios {
        padding: 35px 25px;
        box-shadow: none;
    }
}
/* Wide Mobile Layout: 480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) { 
    
}
