@font-face {
    font-family: 'Brightster';
    src: url('/assets/fonts/BRIGHTSTER-Bold.ttf') format('truetype'), url('/assets/fonts/BRIGHTSTER-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: 'Themify';
    src: url('/assets/fonts/themify.eot');
    src: url('/assets/fonts/themify.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/themify.woff') format('woff'), url('/assets/fonts/themify.ttf') format('truetype'), url('/assets/fonts/themify.svg#Themify') format('svg');
    font-weight: normal;
    font-style: normal;
}

address {
    margin-bottom: 0 !important;
}

.themify-icon {
    font-family: 'Themify' !important;
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.footer-main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-image: url(/assets/images/pages/footer/blue-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: auto;
    object-fit: fill;
    color: white;
    width: 100%;
    position: relative;
    margin-top: 0;
}

.footer-top-content {
    display: flex;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
}

.footer-subscribe {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 60px 5% 50px;
    color: var(--black-color);
    width: 100%;
    height: max-content;
}

.footer-ded-link-main {
    display: flex;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    width: 90%;
    z-index: 1;
    color: white;
}

.footer-ded-link {
    width: 100%;
    height: auto;
    border: none;
    background: transparent;
    display: flex;
    flex-direction: column !important;
    flex-direction: row;
    align-items: center;
    gap: 0;
    justify-content: space-around;
}

.footer-ded-link-content {}

.footer-ded-link-title {
    font-size: 35px;
    font-weight: 700;
}

.footer-ded-link-text {
    font-size: 18px;
}

.footer-ded-link-buttons {
    display: flex;
    gap: 20px;
    margin-top: 15px;
    flex-direction: row;
}

.footer-ded-link-a {
    display: flex;
    text-decoration: none;
    padding: 13px 21px;
    border-radius: 15px;
    background: var(--secondary-color);
    box-shadow: 0 0 4px 0 var(--secondary-color);
    color: var(--white-color);
    justify-content: center;
    align-items: center;
    gap: 0 10px;
    min-width: 160px;
    height: max-content;
}

.footer-ded-link-a:hover {
    background: var(--white-color);
    color: var(--secondary-color);
}

.footer-ded-link-a2 {
    display: flex;
    text-decoration: none;
    padding: 13px 21px;
    border-radius: 15px;
    background: var(--primary-color);
    box-shadow: 0 0 4px 0 var(--secondary-color);
    color: var(--white-color);
    justify-content: center;
    align-items: center;
    gap: 0 10px;
    min-width: 145px;
    height: max-content;
}

.footer-ded-link-a2:hover {
    background: var(--white-color);
    color: var(--secondary-color);
}

.footer-favicon {
    width: 30% !important;
    height: auto;
}

.bytes {
    font-size: 50px;
    color: var(--secondary-color);
    font-family: 'Brightster', sans-serif;
    font-weight: 700;
}

.rack {
    font-size: 50px;
    color: var(--primary-color);
    font-family: 'Brightster', sans-serif;
    font-weight: 700;
}

.footer-subscribe-input {
    padding: 10px;
    border: 1px solid white;
    border-radius: 5px 0 0 5px;
}

.footer-subscribe-button {
    padding: 10px;
    background-color: var(--secondary-color);
    color: rgb(0, 0, 0);
    border: 1px solid white;
    font-weight: 700;
    border-radius: 0 5px 5px 0 !important;
    cursor: pointer;
    margin: 0;
    font-size: 16px;
    width: max-content;
}

.footer-subscribe-button:hover {
    background-color: white;
    color: var(--secondary-color);
    border-left: 1px solid var(--secondary-color);
}

.footer-findings {
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 0;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 0;
    align-content: center;
}

.footer-findings-links {
    display: flex;
    flex-wrap: wrap;
    margin: 20px 15px 0;
    justify-content: center;
    width: max-content;
    gap: 35px;
}

.footer-findings-links-box {
    display: flex;
    flex-direction: column;
    margin: 20px 0;
    flex-wrap: wrap;
}

.footer-findings-links-box-more {
    display: flex;
    flex-direction: column;
    margin: 10px;
}

.footer-findings-links-box-topic {
    font-size: 25px;
    color: var(--white-color);
    font-weight: bolder;
    margin-bottom: 10px;
}

.footer-findings-links-box-topic::after {
    content: " ";
    display: block;
    width: 40%;
    height: 2px;
    background-color: var(--secondary-color);
    margin: 10px 0;
}

.footer-findings-links-box-items {
    display: flex;
    flex-direction: column;
}

@media screen and (max-width:1200px) {
    .footer-findings-links-box-item {
        width: 170px !important
    }
}

.footer-findings-links-box-item a {
    text-decoration: none;
    color: var(--white-color);
    cursor: pointer;
    max-width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 2.25;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
}

.footer-findings-links-box-item {
    width: 230px;
    max-width: 220px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.footer-findings hr {
    width: 78%;
    height: 2px;
    background-color: var(--white-color);
}

.footer-findings-media {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.footer-payment-methods {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    height: max-content;
    width: fit-content;
    padding: 10px 0;
}

.footer-payment-methods-image {
    display: flex;
    justify-content: center;
    align-items: center;
    height: max-content;
    width: 80px;
    padding: 10px;
    background-color: var(--white-color);
    border-radius: 5px;
}

.footer-payment-methods-image img {
    width: auto;
    height: 30px;
}

.bytesrack-links {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    padding: 20px 10px 30px;
    flex-wrap: wrap;
    gap: 20px 0;
}

.footer-findings-media-private {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 2px;
}

.footer-findings-media-private-item a {
    display: flex;
    align-items: center;
    padding: 0 5px;
    color: var(--white-color);
    text-decoration: none;
}

.footer-findings-media-private-item-icon {
    color: hsl(0, 0%, 100%);
    margin: 0 5px;
}

.footer-findings-media-socials {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.footer-findings-media-social {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-findings-media-social a {
    color: var(--white-color);
    text-decoration: none;
    padding: 5px 10px;
    margin: 5px;
}

.footer-copyright {
    display: flex;
    justify-content: space-around;
    padding: 15px 10px;
    align-items: center;
    background-color: var(--black-color);
    width: 100%;
    flex-wrap: wrap;
}

.footer-copyright-links {
    display: flex;
    justify-content: center;
    align-items: center;
    width: max-content;
    padding: 5px 0;
    margin: 0;
    flex-direction: row;
    gap: 5px;
}

.footer-copyright menu {
    width: max-content;
}

.footer-copyright-statement {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: max-content;
}

.footer-copyright-statement-text {
    margin: 10px 0;
}

.footer-copyright-links a {
    color: var(--white-color);
    text-decoration: none;
    padding: 5px;
    margin: 5px;
}

@media only screen and (max-width:1600px) {
    .footer-findings hr {
        width: 83%
    }
}

@media only screen and (max-width:1535px) {}

@media only screen and (max-width:1439px) {}

@media only screen and (max-width:1380px) {
    .footer-findings hr {
        width: 90%
    }
}

@media only screen and (max-width:1279px) {
    .footer-copyright {
        flex-direction: column
    }
}

@media only screen and (max-width:1180px) {
    .footer-ded-link {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
        justify-content: center;
        text-align: center
    }
}

@media only screen and (max-width:767px) {
    .footer-findings-media-private {
        justify-content: center
    }

    .footer-findings-links-box {
        text-align: center
    }

    .footer-subscribe {
        padding: 60px 1% 50px
    }

    .footer-copyright-statement-text {
        width: 90%;
        text-align: center
    }
}

@media only screen and (max-width:575px) {
    .footer-copyright-statement {
        width: 100%;
        text-align: center
    }

    .footer-copyright-statement-text {
        width: 90%;
        margin-left: auto;
        margin-right: auto
    }

    .footer-subscribe-description {
        width: 100%
    }

    .footer-subscribe-description-topic {
        font-size: 25px;
        width: 100%
    }

    .footer-payment-methods {
        display: flex;
        gap: 10px 15px;
        flex-wrap: wrap
    }

    .footer-subscribe-inputs a {
        max-width: 250px
    }

    .footer-subscribe-inputs a button {
        min-width: 230px
    }

    .footer-findings-links-box {
        margin: 0;
        padding: 0 10px
    }

    .footer-findings-links-box-item {
        width: 100%;
        max-width: 100%
    }

    .footer-findings-links-box-topic {
        width: 100%
    }

    .footer-findings-links-box-topic::after {
        width: 15%
    }

    .footer-subscribe {
        padding: 0 0 15px 0
    }

    .footer-subscribe-description-topic {
        width: 100%
    }

    .footer-subscribe-description-text {
        display: none
    }

    .footer-subscribe-description-topic {
        display: none
    }

    .footer-copyright-links {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        width: 100%;
        padding: 5px 0;
        margin: 0;
        gap: 5px
    }

    .footer-findings-links-box {
        margin: 0 20px
    }

    .footer-findings-links-box-items {
        align-items: center;
        justify-content: center
    }

    .footer-findings-links-box-more {
        justify-content: center;
        align-items: center
    }

    .footer-copyright {
        justify-content: center;
        padding: 0
    }

    .footer-copyright-statement {
        text-align: center
    }

    .footer-subscribe-inputs {
        flex: none;
        width: 98%;
        font-size: 15px
    }

    .footer-subscribe-input {
        width: 90%
    }

    .footer-subscribe-inputs {
        flex-direction: column;
        margin-bottom: 10px
    }

    .footer-subscribe-input {
        width: 95%;
        border-radius: 5px;
        margin-bottom: 10px
    }

    .footer-subscribe-button {
        border-radius: 5px !important
    }

    .footer-findings-media-private {
        justify-content: center;
        padding: 0 0 14px 0;
        gap: 10px
    }

    .footer-subscribe-description {
        margin: 30px 0 10px 0
    }
}

@media only screen and (max-width:1730px) {
    .footer-main {
        position: relative;
        margin-top: 0
    }

    .footer-findings-links {
        display: flex;
        flex-wrap: wrap;
        margin: 0;
        justify-content: center;
        gap: 5px;
        width: 100%
    }

    .footer-subscribe-inputs a button {
        min-width: 300px
    }
}

@media only screen and (max-width:1315px) {
    .footer-subscribe-description-topic {
        display: none
    }
}

@media only screen and (max-width:930px) {}

@media only screen and (max-width:770px) {
    .footer-findings-links-box-item {
        width: 230px;
        max-width: 220px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: flex;
        justify-content: flex-start
    }

    .footer-findings-links-box-topic {
        font-size: 25px;
        color: var(--white-color);
        font-weight: bolder;
        margin-bottom: 10px;
        display: flex;
        flex-direction: column;
        align-items: flex-start
    }
}

@media only screen and (max-width:379px) {}

.footer-findings-media-private {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 20px 30px
}

.footer-findings-media-private-item-text {
    font-size: 14px;
    line-height: 1.4;
}

.footer-findings-media-private-item-text strong {
    color: var(--secondary-color);
    display: block;
    font-size: 12px;
    text-transform: uppercase;
}

@media only screen and (max-width:767px) {
    .footer-findings-media-private {
        flex-direction: column;
        align-items: center;
        text-align: center
    }
}

.network-status-btn {
    background-color: #27ae60;
    color: #ffffff !important;
    padding: 6px 15px !important;
    border-radius: 5px;
    font-weight: 700;
    font-size: 13px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all .3s ease;
    border: 1px solid #2ecc71;
    text-transform: uppercase;
    letter-spacing: .5px;
    margin-left: 10px;
}

.network-status-btn:hover {
    background-color: #219150;
    box-shadow: 0 0 8px rgba(39, 174, 96, .6);
    transform: translateY(-1px);
}

.status-dot {
    width: 8px;
    height: 8px;
    background-color: #fff;
    border-radius: 50%;
    display: inline-block;
    animation: pulse-green 2s infinite;
}

@keyframes pulse-green {
    0% {
        transform: scale(.95);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, .7)
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 4px rgba(255, 255, 255, 0)
    }

    100% {
        transform: scale(.95);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0)
    }
}

@media only screen and (max-width:575px) {
    .network-status-btn {
        margin: 10px 0
    }
}