@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/woff/Roboto-Regular.woff') format('woff'),
        url('../fonts/woff2/Roboto-Regular.woff2') format('woff2');
    /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
}

@font-face {
    font-family: 'Roboto';
    font-style: bold;
    font-weight: 700;
    src: url('../fonts/woff/Roboto-Bold.woff') format('woff')
        url('../fonts/woff2/Roboto-Bold.woff2') format('woff2');
    /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
}

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/woff/Lato-Regular.woff') format('woff'),
        url('../fonts/woff2/Lato-Regular.woff2') format('woff2');
    /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
}

@font-face {
    font-family: 'Lato';
    font-style: bold;
    font-weight: 700;
    src: url('../fonts/woff/Lato-Bold.woff') format('woff'),
        url('../fonts/woff2/Lato-Bold.woff2') format('woff2');
    /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
}

h3.c-primary {
    font-family: 'Lato';
}

.menu-social-item {
    max-width: 100%;
    max-height: 110px;
}

.menu-medium-item {
    max-height: 105px;
}

.centered-row {
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
}

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

.social-menu .menu-column {
    padding: 40px;
}

.social-menu .menu-column, .social-menu .menu-column a {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

.primary-menu-menu>li:first-of-type {
    padding: 20px 24px 22px 24px;
}

#bdns-search {
    padding: 1px 0px 1px 7px;
    border-radius: 12px;
    background-color: #190411da;
    caret-color: unset;
    margin-bottom: unset;
    font-weight: 400;
    width: 200px;
}
@media (max-width: 1200px) {
    #bdns-search {
        width: 140px;
    }
}

.about-us-main {
    text-align: justify;
}

.features-section {
    height: 350px;
    min-height: min-content;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.row+.features-section {
    margin-top: 32px;
}

.features-item {
    flex: 0 0 30%;
    height: 100%;
}

.feature-top {
    display: flex;
    flex-flow: column;
    align-items: center;
    pointer-events: none;
}

.feature-top .adot-icon {
    width: 50%;
    height: 50%;
    fill: #ee5b2d;
    color: #ee5b2d;
}

.feature-bottom {
    opacity: 0;
    margin-bottom: -55%;
    pointer-events: none;
}

.feature-bottom p {
    text-align: justify;
}

.feature-top, .feature-bottom {
    transition: all 0.6s ease;
}

.features-item:hover .feature-top {
    opacity: 0;
    margin-top: -58%;
}

.features-item:hover .feature-bottom {
    opacity: 1;
    margin-bottom: 0%;
}

.ecosystem-menu img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.ecosystem-menu li a {
    align-items: center;
    justify-content: flex-start;
    display: flex !important;
}

.ecosystem-menu h5 {
    text-align: left;
}

.ecosystem-menu .megamenu {
    width: 60% !important;
    right: 0 !important;
    left: unset !important;
}

.social-menu .megamenu-row .menu-column:first-of-type {
    padding-left: 60px;
}

#get-started {
    padding-left: 40px;
}

.supported-platforms {
    display: flex;
    align-items: center;
    position: relative;
    bottom: 68px;
    max-width: fit-content;
    max-width: -moz-fit-content;
}

.wallet-container .supported-platforms {
    left: calc(0% - 16px);
}

.extension-container .supported-platforms {
    left: calc(22% - 16px);
}

.extension-container>h3 {
    margin-bottom: 24px;
}

.wallet-container>h3 {
    margin-top: 52px;
    margin-bottom: 40px;
}

.supported-platforms a {
    margin: 0px 4px;
}

.supported-platforms a, .sup-platform {
    height: 76px;
    width: 76px;
}

.docs-link {
    color: #EE5B2D;
}

.docs-link:hover {
    color: #923372;
}

@media (max-width: 1400px) {
    .features-item:hover .feature-top {
        margin-top: -78%;
    }
}
@media (max-width: 1200px) {
    .supported-platforms {
        bottom: 72px;
    }
    .wallet-container .supported-platforms {
        left: calc(10% - 16px);
    }
    .extension-container .supported-platforms {
        left: calc(25% - 16px);
    }
    .wallet-container>h3 {
        margin-top: 50px;
        margin-bottom: 20px;
    }
    .extension-container>h3 {
        margin-top: 40px;
    }
    .wallet-container>img,
    .extension-container>img {
        margin: 20px 0px;
    }
    #get-started {
        padding-left: unset;
    }
}
@media (max-width: 991px) {
    .features-section {
        height: 900px;
        display: block;
    }
    .features-item {
        overflow: hidden;
        height: 300px;
    }
    .feature-bottom {
        display: flex;
        flex-flow: column;
        align-items: center;
    }
    .feature-bottom * {
        width: 94%;
    }
    .feature-bottom h6 {
        text-align: center;
        margin-bottom: 20px;
    }
    .feature-top .adot-icon {
        width: 32%;
        height: 32%;
    }
    .features-item:hover .feature-top {
        margin-top: -35%;
    }
    .supported-platforms a, .sup-platform {
        height: 56px;
        width: 56px;
    }
}
@media (max-width: 768px) {
    .social-menu .menu-column {
        display: flex !important;
        padding: 16px;
    }
    .social-menu .megamenu-row .menu-column:first-of-type {
        padding-left: 16px;
    }
}
@media (max-width: 560px) {
    .feature-top .adot-icon {
        width: 40%;
        height: 40%;
    }
    .features-item:hover .feature-top {
        margin-top: -50%;
    }
}

/* General Roadmap
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#roadmap .arrows {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 60px;
}
#roadmap .arrow {
    background: transparent;
}

#roadmap .arrows .arrow__prev {
    margin-right: 20px;
}

#roadmap .disabled {
    opacity: .5;
}

#roadmap .arrows img {
    width: 45px;
    height: 45px;
}

.timeline .timeline-title {
    color: #FFFFFF;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 700;
    text-align: left;
}

.timeline p {
    display: flex;
    flex-flow: column;
    text-align: justify;
    font-size: 1em;
    line-height: 1.75em;
    border-style: solid;
    margin: 0;
    padding: 40px;
    counter-increment: section;
    position: relative;
    color: #76859f;
    user-select: text;
}

.timeline .timeline-here {
    color: #FFFFFF;
    position: absolute;
    width: fit-content;
    width: -moz-fit-content;
    padding: 0px 8px;
    border-radius: 20px;
    background-color: #e740524d;
    font-size: 16px;
    font-weight: 400;
}

.timeline p .fa-check-circle {
    position: absolute;
    font-size: 28px;
}

/* Large Window Roadmap
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (min-width: 1200px) {
    #roadmap {
        overflow-x: hidden;
        margin-bottom: 140px;
    }
    .timeline, .timeline * {
        transition: all 0.4s ease-in-out;
    }
    .timeline {
        display: inline-flex;
        flex-flow: row;
    }
    .timeline p {
        border-image: linear-gradient(to top, #ef4334 0%, #d53a9d 100%);
        border-image-slice: 1;
        border-width: 0 3px 0 0;
        width: 420px;
        height: 320px;
    }
    .timeline p::before {
        content: '';
        position: absolute;
        right: 150px;
        border-radius: 4px;
        height: 22px;
        width: 6px;
        background-color: #eaeaea;
    }
    .timeline p .timeline-here {
        right: 102px;
    }
    .timeline p .fa-check-circle {
        right: 139px;
    }
    .timeline p:nth-child(odd) {
        border-top: 3px solid;
    }
    .timeline p:nth-child(odd)::before {
        top: -13px;
    }
    .timeline p:nth-child(odd) .timeline-here {
        top: -48px;
    }
    .timeline p:nth-child(odd) .fa-check-circle {
        color: #d53a9d;
        top: -48px;
    }
    .timeline p:nth-child(even) {
        border-bottom: 3px solid;
        padding-top: 43px;
    }
    .timeline p:nth-child(even)::before {
        bottom: -13px;
    }
    .timeline p:nth-child(even) .timeline-here {
        bottom: -48px;
    }
    .timeline p:nth-child(even) .fa-check-circle {
        color: #ef4334;
        bottom: -48px;
    }
    .timeline p:nth-child(2) {
        border-left: 3px solid;
    }
    .timeline p:first-child {
        border-right: unset;
        border-top-right-radius: 0;
        border-top-left-radius: 0;
        border-image: linear-gradient(to right, transparent 0%, #D53A9C 100%);
        border-image-slice: 1;
    }
    .timeline p:last-child {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        border-right: unset;
    }
    .timeline p:last-child:nth-child(odd) {
        border-image: linear-gradient(to right, #D53A9C 0%, transparent 100%);
        border-image-slice: 1;
    }
    .timeline p:last-child:nth-child(even) {
        border-image: linear-gradient(to right, #EF4435 0%, transparent 100%);
        border-image-slice: 1;
    }
}

/* Mobile / Narrow Window Roadmap
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (max-width: 1199px) {
    #roadmap .arrows {
        display: none;
    }
    .timeline {
        min-width: 300px;
        max-width: 600px;
        width: 86%;
        margin: auto;
        display: block;
    }
    .timeline p {
        border-image: linear-gradient(to right, #EF4435 0%, #D53A9C 100%);
        border-image-slice: 1;
        border-width: 3px 0 0 0;
    }
    .timeline p:before {
        content: '';
        position: absolute;
        top: 50%;
        border-radius: 4px;
        height: 6px;
        width: 22px;
        background-color: #eaeaea;
    }
    .timeline p:nth-child(odd) {
        border-right: 3px solid;
        padding-left: 0;
    }
    .timeline p:nth-child(odd):before {
        right: -13px;
    }
    .timeline p:nth-child(even) {
        border-left: 3px solid;
        padding-right: 0;
    }
    .timeline p:nth-child(even) .timeline-title {
        text-align: end;
    }
    .timeline p:nth-child(even):before {
        left: -13px;
    }
    .timeline p:first-child {
        border-top: unset;
        border-top-right-radius: 0;
        border-top-left-radius: 0;
        border-image: linear-gradient(to bottom, transparent 0%, #D53A9C 100%);
        border-image-slice: 1;
    }
    .timeline p:nth-last-child(2) {
        border-bottom: 3px solid;
    }
    .timeline p:last-child {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        border-top: unset;
    }
    .timeline p:last-child:nth-child(odd) {
        border-image: linear-gradient(to top, transparent 0%, #D53A9C 100%);
        border-image-slice: 1;
    }
    .timeline p:last-child:nth-child(even) {
        border-image: linear-gradient(to top, transparent 0%, #EF4435 100%);
        border-image-slice: 1;
    }
    .timeline .fa-check-circle {
        top: calc(48% - 6px);
    }
    .timeline p:nth-child(odd) .fa-check-circle {
        right: -48px;
        color: #D53A9C;
    }
    .timeline p:nth-child(even) .fa-check-circle {
        left: -48px;
        color: #EF4435;
    }
    .timeline .timeline-here {
        top: calc(48% - 6px);
    }
    .timeline p:nth-child(odd) .timeline-here {
        right: -120px;
    }
    .timeline p:nth-child(even) .timeline-here {
        left: -120px;
    }
}
@media (max-width: 900px) {
    .timeline .fa-check-circle {
        top: unset;
    }
    .timeline p:nth-child(odd) .fa-check-circle {
        right: 38px;
    }
    .timeline p:nth-child(even) .fa-check-circle {
        left: unset;
    }
    .timeline p .timeline-title {
        max-width: 90%;
    }
    .timeline p:nth-child(odd) .timeline-title {
        margin-right: auto;
    }
    .timeline p:nth-child(even) .timeline-title {
        margin-left: auto;
    }
    .timeline p .timeline-here+.timeline-title {
        max-width: 70%;
    }
    .timeline .timeline-here {
        left: unset;
        top: unset;
    }
    .timeline p:nth-child(odd) .timeline-here {
        right: 40px;
    }
    .timeline p:nth-child(even) .timeline-here {
        left: 40px;
    }
}
