*{
    font-family: "Roboto", sans-serif;
}
header{
    background-color:#162270;
}
header .btn{
    background-color: #0674fd;
    font-weight: bold;
    color: #fff;
}
header .btn:hover{
    background-color: #0674fd;
    text-decoration: underline;
    color: #fff;
}
.banner1{
    background-color: #000000;
    background-image: url("/img/bg_banner_1.png");
    background-position: bottom;
    background-repeat: no-repeat;
    min-height: 790px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.bannerBottom{
    background-color: #000000;
    background-image: url("/img/bg_banner_1.png");
    background-position: bottom;
    background-repeat: no-repeat;
    min-height: 590px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
@media (max-width: 991.98px) {
    .banner1{
        max-height: 830px;
        height: 100vh;

    }
}

.mainForm .email{

    background: #FFFFFF;
    border-radius: 100px;
    text-align: center;
    padding: 0 20px;
    font-size: 20px;
    line-height: 59px;
    color: #000000;
    border: none;
    width: 100%;
}
.mainForm .submit{

    background: #9FED61;
    border-radius: 100px;
    text-align: center;
    padding: 0 20px;
    font-size: 27px;
    line-height: 59px;
    color: #000000;
    width: 100%;
    font-weight: bold;
    border: none;
}
.banner1 .hours-minutes {
    color: rgba(255, 255, 255, 1);
    font-size: 21.6px;
    font-weight: 300;
    font-style: normal;
    letter-spacing: 0px;
    text-align: center;
    display: flex   ;
    flex-direction: row;
    justify-content: space-between;
}
.banner1 .counter {
    color: rgba(255, 255, 255, 1);

    font-size: 60px;
    font-weight: 900;
    font-style: normal;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}


.bannerBottom .hours-minutes {
    color: rgba(255, 255, 255, 1);
    font-size: 21.6px;
    font-weight: 300;
    font-style: normal;
    letter-spacing: 0px;
    text-align: center;
    display: flex   ;
    flex-direction: row;
    justify-content: space-between;
}
.bannerBottom .counter {
    color: rgba(255, 255, 255, 1);
    font-size: 120px;
    font-weight: 900;
    font-style: normal;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
@media (max-width: 991.98px) {
    .bannerBottom .counter {
        font-size: 40px;
    }
}

.bannerSignup .hours-minutes {
    color: rgba(255, 255, 255, 1);
    font-size: 21.6px;
    font-weight: 300;
    font-style: normal;
    letter-spacing: 0px;
    text-align: center;
    display: flex   ;
    flex-direction: row;
    justify-content: space-between;
}
.bannerSignup .counter {
    color: rgba(255, 255, 255, 1);
    font-size: 60px;
    font-weight: 900;
    font-style: normal;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.cta{
    background: #9FED61;
    border-radius: 100px;
    text-align: center;

    font-size: 27px;
    line-height: 59px;
    color: #000000;
    width: 100%;
    font-weight: bold;
    text-decoration: none;
    padding: 10px 30px;
}
.bg-gray{
    background-color: #D7D7D7;
}
.middleForm .email{
    border: solid 1px black;
    border-radius: 10px;
    padding: 5px 20px;
}
.middleForm .submit{
    border: solid 1px #9FE870;
    border-radius: 10px;
    padding: 5px 20px;
    background-color: #9FE870;
}



.search-bar {
    background-color: #f2f2f2;
    border-radius: 50px;
    padding: 10px 20px;
}

.search-bar input {
    border: none;
    background: transparent;
    outline: none;
    box-shadow: none;
}

.search-icon {
    color: #555;
}
.headerSearch{
    font-size: 11px;
}
.headerSearch:hover,.headerSearch:focus{

    background-color: transparent;
    border-color: transparent;
}

.ticker-bar {
    white-space: nowrap;
    overflow-x: auto;
    padding: 10px 0;

    scrollbar-width: none
}

.ticker-item {
    display: inline-flex;
    align-items: center;
    margin-right: 20px;
    font-size: 14px;
}

.ticker-divider {
    color: #ccc;
    margin: 0 10px;
}

.ticker-symbol {
    font-weight: bold;
    color: #333;
    margin-right: 5px;
}

.ticker-value {
    color: #888;
    margin-right: 5px;
}

.ticker-up {
    color: green;
    font-weight: bold;
}

.ticker-down {
    color: red;
    font-weight: bold;
}

.trending-news .trending-item img {
    width: 80px;
    height: 80px;
    object-fit: contain;
}
.main-news img {
    width: 100%;
    height: 250px;
    object-fit: contain;
    background-color: #162270;
    margin-bottom: 15px;
}

.related-news .news-item img {
    width: 100%;
    height: 200px;
    object-fit: contain;
    margin-bottom: 10px;
}

.related-news .news-item p {
    font-size: 0.9rem;
    font-weight: 500;
    margin-top: 8px;
}
.subscribe-section {
    background: url('/img/bg_banner_1.png') center center / cover no-repeat;
    padding: 60px 20px;
    text-align: center;
    color: white;
    background-color: black;
}

.subscribe-section h1 {
    font-weight: 900;
    font-size: 2rem;
}

.subscribe-form input {
    border-radius: 8px;
    padding: 10px 15px;
    border: 1px solid #ccc;
    width: 200px;
}

.subscribe-form .btn-subscribe {
    background-color: #80e27e;
    border: none;
    border-radius: 8px;
    padding: 10px 20px;
    font-weight: 600;
    color: #000;
}

@media (max-width: 768px) {
    .subscribe-form {
        flex-direction: column !important;
        gap: 10px;
    }

    .subscribe-form input,
    .subscribe-form .btn-subscribe {
        width: 100%;
        max-width: 300px;
    }
}

.newsletter-footer {
    background-color: #000;
    color: #fff;
    padding: 40px 20px 20px;
    text-align: center;
}

.newsletter-footer input {
    border-radius: 8px;
    padding: 10px 15px;
    border: none;
    width: 220px;
}

.newsletter-footer input::placeholder {
    color: #444;
}

.newsletter-footer .btn-subscribe {
    background-color: #0674fd;
    border: none;
    border-radius: 8px;
    padding: 10px 20px;
    font-weight: 600;
    color: #fff;
}

.newsletter-footer small {
    display: block;
    margin-top: 30px;
    color: #aaa;
}

@media (max-width: 768px) {
    .newsletter-footer .form-inline {
        flex-direction: column !important;
        gap: 10px;
    }

    .newsletter-footer input,
    .newsletter-footer .btn-subscribe {
        width: 100%;
        max-width: 320px;
    }
}

.crypto-table th,
.crypto-table td {
    vertical-align: middle;
    font-size: 0.9rem;
}

.text-green {
    color: #00c853;
}

.text-red {
    color: #d50000;
}

.news-title {
    font-weight: 700;
    font-size: 1.5rem;
    margin-top: 30px;
    margin-bottom: 15px;
}

.news-content p {
    margin-bottom: 1rem;
    font-size: 0.95rem;
}

.news-content a {
    text-decoration: underline;
}