@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;700&display=swap');
* {
    font-family: Manrope,sans-serif;
    letter-spacing: .3px;
}
/*-----------------------------*/
/*--- Bootstrap (Overwrite) ---*/
/*-----------------------------*/
.container{
    max-width: 1360px;
    min-width: 320px;
}
.font-size-normal{ font-size: 14px; }
/*[class^='btn']{ 
    padding: 0 32px;
    height: 56px; 
}*/
.btn-primary, .btn-dark{
    position: relative;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    height: calc(56px - .75rem);
    border-radius: 10px;
    border: none;
    outline: none;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    flex-shrink: 0;
    user-select: none;
}
.btn-primary{ background-color: rgb(0, 155, 242);}
.btn-square{ width: 56px; height: 56px; }
.btn-rect{ 
    width: 100%;
    max-width: 200px;
    height: 56px;
    margin: 0 16px;
}

/*------------------------*/
/*--- Marketing Banner ---*/
/*------------------------*/
#marketing-banner{
    position: relative;
    padding: 12px 10px;
    font-size: 13px; 
    background: linear-gradient(90deg, rgb(77, 0, 60) 0%, rgb(18, 40, 156) 100%);
    color:#ffffff;
}
#marketing-banner .btn{ border: none; }
#marketing-banner .btn-light{
    padding: 3px 10px;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.14);
    font-weight: 700;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    color: rgb(255, 255, 255);
}
.btn-twitter-mobile{
    display:none;
}
.navbar-light .navbar-nav .nav-link{
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: rgb(39, 56, 82);
    white-space: nowrap;
    cursor: pointer;
}
.dropdown-toggle::after{ opacity: 0;}
.dropdown-menu.show{
    display: grid;
    grid-template-columns: repeat(3, minmax(0px, 1fr));
    gap: 8px;
    width: 828px;
    padding: 16px;
    background-color: rgb(43, 48, 54);
    border-radius: 20px;
}
.dropdown-menu-grid-2.show{
    grid-template-columns: repeat(2, minmax(0px, 1fr));
}

.dropdown-menu-center { right: auto !important; left: 50% !important; top: 100% !important; -webkit-transform: translate(-50%, 0) !important; -o-transform: translate(-50%, 0) !important; transform: translate(-50%, 0) !important; } 

.dropdown-item{
    display: flex;
    justify-content: start;
    padding: 16px;
    border-radius: 10px;
}
.dropdown-item.dropdown-item-col{
    flex-direction: column;
}
.dropdown-item:hover{
    color: rgb(255, 255, 255);
    background: rgba(255, 255, 255, 0.04);
}
.dropdown-item-list{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 32px;
    border-radius: 10px;
    cursor: pointer;
}
.dropdown-item-list>a{
    padding: 10px 16px;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: rgb(255, 255, 255);
    border-radius: 10px;
}
.dropdown-item>img{
    width: 40px;
    height: 40px;
    margin-right: 20px;
}
.dropdown-item>img.dropdown-item-img-sm{
    width: 24px; height: 24px;
}
.dropdown-item-content{
    flex: 1 1 0%;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.dropdown-item-content>h2{
    margin: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: rgb(255, 255, 255);
}
.dropdown-item-col .dropdown-item-content>h2{
    margin: 16px 0 0 0;
}
.dropdown-item-content>span{
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.5);
    white-space: initial;
}


/*---------------*/
/*--- Content ---*/
/*---------------*/


/*--- Banner ---*/
#banner{
    background: linear-gradient(rgb(243, 130, 123) 0%, rgb(234, 235, 161) 100%);
    overflow: hidden;
}
.banner-title{
    font-weight: 700;
    font-size: 48px;
    line-height: 66px;
    color: rgb(39, 56, 82);
}
.banner-subtitle{
    margin-top: 8px;
    font-size: 18px;
    line-height: 28px;
    color: rgb(39, 56, 82);
}
#banner-sun{
    position: absolute; 
    width: 1162px;
    right: -264px;
    bottom: -402px;
}
#banner-logo{
    position: absolute; width: 274px;
    right: 180px;
    bottom: 38px;
}

/*--- Sea Background ---*/
.home-sea-bg{
	position: relative;
    width: 100%;
    height: 377px;
    background: linear-gradient(rgb(101, 98, 255) 11.28%, rgb(0, 163, 255) 61.02%, rgb(99, 214, 210) 100%);
    overflow: hidden;
}
.home-info-title{
	font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
}
.home-info-figure{
	margin-top: 4px;
    font-weight: 700;
    font-size: 26px;
    line-height: 36px;
    text-align: center;
}

/*--- Section (General) ---*/
.section-title{
	font-weight: 700;
    font-size: 36px;
    line-height: 50px;
    text-align: center;
    color: rgb(39, 56, 82);
}

/*--- Section: Networks ---*/
#networks{
    position: relative;
    width: 100%;
    background: linear-gradient(0deg, rgb(238, 162, 125) 0%, rgb(255, 240, 186) 100%);
}
.network-block{
	position: relative;
	background-color: var(--white);
	padding: 40px 32px;
	border-radius: 20px;
	box-shadow: rgb(0 0 0 / 15%) 0px 8px 24px;
	height: 100%;
}
.network-block-highlight{
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 12px 40px 12px 20px;
    border-radius: 0px 20px;
    background-color: rgb(39, 56, 82);
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: rgb(255, 255, 255);
}
.network-block-highlight::after{
	content: url(./img/chevron-white.svg);
    position: absolute;
    top: 50%;
    right: 21px;
    transform: translateY(-50%);
}
.network-block>h2, .how-it-works-block>h2, .ecosystem-block h2 {
	margin-top: 16px;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    color: rgb(39, 56, 82);
}

/*--- Section: Ecosystem ---*/
#ecosystem{ background-color: rgb(248, 250, 252); }
.ecosystem-block{
    display: flex;
    background-color: var(--white);
    border-radius: 10px;
    padding: 24px 32px;
    height: 100%;
    box-shadow: rgb(221 224 231) 0px 8px 32px;
    align-items: center;
}
.ecosystem-block h2{ text-align:left; }


/*--- Section: How It Works ---*/
#lido-dao{
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    max-width: 896px;
    padding: 40px 52px;
    background: rgb(248, 250, 252);
    border-radius: 20px;
    margin-top: 90px;
    text-align: center;
}
.btn-equal{
	margin:0 5px;
	position: relative;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    height: 56px;
    border-radius: 10px;
    /*background-color: rgb(0, 163, 255);
    border: none;
    color: rgb(255, 255, 255);*/
    outline: none;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    flex-shrink: 0;
    user-select: none;
    width: 280px;
}

/*--- Section: Audits ---*/
#audits{ background-color: rgb(39, 56, 82); }

/*--- Section: Validators ---*/
#validators{ background-color: rgb(248, 250, 252);}
.validators-item{    height: 84px; }
#validators-subblock{
    display: flex;
    position: relative;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    overflow: hidden;
    width: 100%;
    max-width: 896px;
    margin: 107px auto 80px;
    padding: 40px;
    box-shadow: rgb(212 224 236) 0px 4px 32px;
    border-radius: 20px;
    background: linear-gradient(rgb(251, 158, 153) 0%, rgb(235, 197, 161) 100%);
}
#validators-subblock-bg{
    position: absolute;
    top: -13px;
    left: 50%;
    width: 896px;
    height: 896px;
    transform: translateX(-50%);
    background-image: url(../img/main-banner-sun.svg);
    background-size: contain;
    background-position: center center;
}
#validators-subbblock-content{
    position: relative;
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
}

/*--- Section: Stake With Lido ---*/
#stake-with-lido{ background-color: rgb(248, 250, 252);}
.stake-with-lido-item{
    flex: 1 1 0%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 32px;
    background: rgb(255, 255, 255);
    box-shadow: rgb(221 224 231) 0px 8px 32px;
    border-radius: 20px;
}
.stake-with-lido-item:not(:first-child) { margin-left: 32px;}
.stake-with-lido-item>img{ height: 64px;}
.stake-with-lido-item-figure{
    margin-top: 16px;
    font-weight: 700;
    font-size: 26px;
    line-height: 36px;
    text-align: center;
    color: rgb(39, 56, 82);
}

/*--- Section: Blog ---*/
#blog{ background-color: rgb(248, 250, 252);}
.blog-item{
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    padding: 0px;
    background-color: rgb(255, 255, 255);
    box-shadow: rgb(228 231 240) 0px 8px 32px;
    border-radius: 20px;
    overflow: hidden;
    cursor: pointer;
    transition: box-shadow 0.2s ease 0s;
    text-decoration: none !important;
    height: 100%;
}
.blog-item-img{
    position: relative;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    height: 223px;
    margin: 0px;
    border-radius: 0px;
    overflow: hidden;
}
.blog-item-img>img{ width:100%; }
.blog-item-content{
    flex: 1 1 0%;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 24px 32px 32px;
}
.blog-item-content>h2{
    flex: 1 1 0%;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: rgb(39, 56, 82);
}

/*--- Section: Community ---*/
#community{ background-color: rgb(248, 250, 252);}
.community-list{
    display: flex;
    max-width: 928px;
    margin-left: auto; margin-right: auto;
}
.community-item{
    display: flex;
    /*flex-direction: column;*/
    -webkit-box-align: center;
    align-items: center;
    padding: 20px;
    background-color: rgb(255, 255, 255);
    box-shadow: rgb(228 231 240) 0px 8px 32px;
    border-radius: 20px;
    overflow: hidden;
    cursor: pointer;
    transition: box-shadow 0.2s ease 0s;
    text-decoration: none !important;
    height: 100%;
    justify-content: start;
}
.community-list a:hover h2, .community-list a:hover h2:hover, .community-list a:hover p{ color:#ffffff !important; }
.community-list>.col-md-6:nth-child(1) .community-item:hover{
    background-color: rgb(86, 130, 163);
    box-shadow: rgb(0 0 0 / 5%) 0px 8px 12px;
}
.community-list>.col-md-6:nth-child(2) .community-item:hover{
    background-color: rgb(85, 172, 238);
    box-shadow: rgb(0 0 0 / 5%) 0px 8px 12px;
}
.community-list>.col-md-6:nth-child(3) .community-item:hover{
    background-color: rgb(114, 137, 218);
    box-shadow: rgb(0 0 0 / 5%) 0px 8px 12px;
}
.community-list>.col-md-6:nth-child(4) .community-item:hover{
    background-color: rgb(232, 161, 55);
    box-shadow: rgb(0 0 0 / 5%) 0px 8px 12px;
}
.community-list>.col-md-6:nth-child(5) .community-item:hover{
    background-color: rgb(0, 163, 255);
    box-shadow: rgb(0 0 0 / 5%) 0px 8px 12px;
}
.community-list>.col-md-6:nth-child(6) .community-item:hover{
    background-color: rgb(0, 163, 255);
    box-shadow: rgb(0 0 0 / 5%) 0px 8px 12px;
}
.community-item-img{ margin-right: 20px; }
.community-item:hover .community-item-img svg {
    color: rgb(255, 255, 255);
}
.community-item-content>h2{
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: rgb(39, 56, 82);
    transition: all 0.3s ease 0s;
    margin:0;
}
.community-item-content>p{
    font-size: 14px;
    margin: 4px 0 0 0;
}

/*--- Section: Subscribe ---*/
#subscribe{ background-color: rgb(248, 250, 252);}
#subscribe-form{
    margin-top: 24px;
    max-width: 548px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
.label-email{
    position: absolute;
    top: 50%;
    left: 20px;
    color: rgb(39, 56, 82);
    opacity: 0.3;
    font-size: 14px;
    line-height: 22px;
    transition: all 0.1s linear 0s;
    pointer-events: none;
    transform: translateY(-50%);
    white-space: nowrap;
}
.input-email{
    width: 100%;
    padding: 24px 20px 10px;
    outline: none;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(209, 216, 223);
    border-radius: 10px;
    font-size: 14px;
    line-height: 22px;
    margin-top: unset;
    margin-bottom: unset;
    padding-right: 142px;
}
.btn-subscribe{
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    border-radius: 6px;
    background-color: rgb(0, 163, 255);
    border: none;
    outline: none;
    color: rgb(255, 255, 255);
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    flex-shrink: 0;
    user-select: none;
    width: 130px;
        position: absolute;
    top: 6px;
    bottom: 6px;
    right: 6px;
    height: auto;
}

/*--------------*/
/*--- Footer ---*/
/*--------------*/
footer{ background-color: rgb(248, 250, 252); }
footer h2{
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    color: rgb(39, 56, 82);
}
footer a{
    display: block;
    margin-top: 12px;
    opacity: 0.7;
    font-size: 14px;
    line-height: 20px;
    color: rgb(122, 138, 160) !important;
}
.footer-copyright{
    border-top: solid 1px #;
    padding-top: 20px;
    padding-bottom: 20px;
}
.footer-copyright a{
    opacity: 0.7;
    font-size: 14px;
    line-height: 20px;
    color: rgb(122, 138, 160) !important;
    display: inline-block;
}
.footer-copyright a:not(:last-child){ margin-right: 6px;}
.footer-copyright a:not(:last-child)::after {
    content: "";
    border-right: 1px solid rgb(122, 138, 160);
    margin-left: 6px;
}

/*----------------*/

@media (max-width: 1424px){
    #validators-subblock{ 
        margin: 0 32px;
        width: calc(100% - 32px - 32px);
    }
}

@media (max-width: 1279px){
    .container{ padding:0 32px; }
    header:has(.navbar-collapse.collapse.show) {
        position: absolute !important; /*fixed*/
        top:0; left: 0;
        background-color: rgb(239, 242, 246) !important;
    }
    .btn-twitter-mobile{
        display: flex;
    }
    .btn-twitter-desktop{
        display: none;
    }
    .navbar>div:first-child{ 
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
    .navbar-light .navbar-toggler{
        color: unset;
        border: unset;
        position: absolute;
        top: 27px; 
        right: 0;


        position: absolute;
        width: 100%;
        height: 2px;
        opacity: 1;
        transition: all 0.3s ease-in-out 0s;
        background: rgba(8, 14, 20, 0);
    }
    .navbar-light .navbar-toggler-icon{
        position: absolute;
        background: rgb(39, 56, 82);
        width: 20px;
        height: 2px;
        top: calc(50% - 1px); right: 20px;
        opacity: 1;
        transition: all 0.3s ease-in-out 0s;
        background-image: unset;
    }
    .navbar-toggler-icon::before{
        position: absolute;
        background: rgb(39, 56, 82);
        width: 100%;
        height: 2px;
        top: 5px;
        content: "";
        display: block;
        transition: all 0.3s ease-in-out 0s;
    }
    .navbar-toggler-icon::after{
        position: absolute;
        background: rgb(39, 56, 82);
        width: 100%;
        height: 2px;
        bottom: 5px;
        content: "";
        display: block;
        transition: all 0.3s ease-in-out 0s;
    }

    nav:has(.navbar-collapse.collapse.show) .navbar-toggler-icon::before {
        transform: rotate(45deg);
        top: 0px;
    }
    nav:has(.navbar-collapse.collapse.show) .navbar-toggler-icon::before {
        position: absolute;
        background: rgb(39, 56, 82);
        width: 100%;
        height: 2px;
        top: 0;
        content: "";
        display: block;
        transition: all 0.3s ease-in-out 0s;
    }


    nav:has(.navbar-collapse.collapse.show) .navbar-toggler-icon::after {
        transform: rotate(-45deg);
        bottom: 0px;
    }
    nav:has(.navbar-collapse.collapse.show) .navbar-toggler-icon::after {
        position: absolute;
        background: rgb(39, 56, 82);
        width: 100%;
        height: 2px;
        bottom: 0;
        content: "";
        display: block;
        transition: all 0.3s ease-in-out 0s;
    }

    nav:has(.navbar-collapse.collapse.show) .navbar-toggler-icon {
        background: transparent;
    }



    .nav-item{ margin: 22px 0 0; }
    .navbar-light .navbar-nav .nav-link {
        font-weight: 700;
        font-size: 10px;
        line-height: 18px;
        letter-spacing: 0.4px;
        text-transform: uppercase;
        color: rgb(122, 138, 160) !important;
    }
    .dropdown-menu{
        display: grid !important;
        grid-template-columns: repeat(3, minmax(0px, 1fr));
        gap: 8px;
        background: rgb(255, 255, 255);
        border: none; border-radius: 20px;
        margin-top: 22px;
    }
    .dropdown-menu-center{
        -webkit-transform: unset !important;
        transform: unset !important;
    }
    .dropdown-item-content>h2, .dropdown-item-content>span{ color: #000; }
    .dropdown-item-content>span{ color: rgb(122, 138, 160); }
}

@media (max-width: 1199px){
    body{
        font-size: 14px;
    }
    #marketing-banner>.container{
        flex-direction: column;
        align-items: flex-start !important;
    }    
    #marketing-banner>.container>div{
        margin-bottom: 12px;
    }
    #marketing-banner>.container>a{
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .home-info-title{
        font-size: 12px;
        line-height: 20px;
    }
    .home-info-figure{
        font-size: 18px;
        line-height: 28px;
    }
    .section-title{
        font-size: 26px;
        line-height: 36px;
    }
    .validators-item{
        height: 74px;
    }
    .validators-item>img{
        width: 88px;
    }
    #lido-dao .d-flex{
        overflow: hidden;
        display: block !important;
        width: 100%;
    }
    #lido-dao .btn-equal{
        margin-top: 12px;
        margin-left: 0; margin-right: 0;
        width: 100%;
    }
    #stake-with-lido .row{
        margin: 24px auto 0 auto;
        flex-wrap: wrap;
        max-width: 520px;
        display: flex;
        -webkit-box-pack: center;
        justify-content: center;
        width: 100%;
    }
    .stake-with-lido-item{
        max-width: calc(33.3333% - 21.3333px);
        min-width: calc(33.3333% - 21.3333px);
        margin: 0px !important;
        -webkit-box-align: center;
        align-items: center;
        padding: 24px;
    }
    .stake-with-lido-item:not(:nth-child(3n+1)){
        margin-left: 32px !important;
    }
    .stake-with-lido-item:nth-child(n+4){
        margin-top: 32px !important;
    }

    #blog .row .col-md-6{
        margin-top: 32px;
    }

    footer .row .col-md-3 .mt-4, footer .row .col-md-3 .footer-sec-item{
        display: none;
    }

    footer .row .col-md-3.d-none{
        display: block !important;
    }
    .footer-copyright{
        display: flex;
        justify-content: space-between;
    }
}

@media (max-width: 767px){
    .navbar{ padding-bottom:32px; }
    .nav-item:has(.dropdown-item-list) .dropdown-item.dropdown-item-col{
        background: rgba(0, 10, 61, 0.04);
        border-radius: 10px;
        margin-left: 10px;
        margin-right: 10px;
        width: calc(100% - 20px);
    }
    .dropdown-item-list>a{ color: unset; }
    .nav-item .dropdown-menu {
        grid-template-columns: repeat(1, minmax(0px, 1fr));
    }
    .nav-item:first-child .dropdown-menu {
        grid-template-columns: repeat(2, minmax(0px, 1fr));
    }
    .stake-with-lido-item {
        max-width: calc(50% - 10px);
        min-width: calc(50% - 10px);
        margin: 0px !important;
    }

    .stake-with-lido-item:nth-child(2n) {
        margin-left: 20px !important;
    }
    .stake-with-lido-item:nth-child(n+3) {
        margin-top: 20px !important;
    }
    .stake-with-lido-item:not(:nth-child(3n+1)) {
        margin-left: 0px !important;
    }
    .stake-with-lido-item:nth-child(2n) {
        margin-left: 20px !important;
    }

    .blog-item-img{ height:unset; }

    #subscribe{ padding-bottom: 20px !important; }
}