﻿* {
    box-sizing: border-box;
}

html {
    height: 100%;
}

body {
    font-family: 'Montserrat', sans-serif;
    background-color: #161a1f;
    color: #f7fff7;
    height: 100%;
}

a {
    color: #44a4cd;
}

a:hover {
    color: #44a8cf;
}

#navbar {
    min-height: 70px;
    background-color: #161a1f !important;
    border-bottom: #404245 1px solid;
    padding-left: 100px;
    padding-right: 100px;
}

.nav-link {
    color: #f7fff7 !important;
    font-weight: 300;
    transition: .4s ease-in;
}

    .nav-link:hover {
        color: #ff6b6b !important;
        transition: .4s ease-out;
    }

    .nav-link.active {
        color: #ff6b6b !important;
        background-color: transparent !important;
        border-color: #ff6b6b !important;
        border-top: 0;
        border-left: 0;
        border-right: 0;
        border-bottom: 2px solid;
    }

.nav-icon {
    color: #404245;
    font-size: 1.1rem;
}

.logo {
    color: #fff;
    font-weight: 400;
}

.logo-left {
    padding: 3px 8px 3px 3px;
    margin-right: -5px;
    border-radius: 4px;
}

.logo-right {
    background-color: #ff6b6b;
    padding: 3px 5px 3px 8px;
    border-radius: 4px;
}

.index-content {
    margin-top: 80px;
    padding: 0;
}

.headline {
    color: #ff6b6b;
    font-weight: 350;
}

.welcome-container {
    padding-top: 150px;
    padding-bottom: 80px;
    margin-top: 0 !important;
    background-image: url("../img/header.jpg");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
}

.headline-hr {
    border: 1px solid #ff6b6b;
    width: 100px;
}

.welcome-text {
    font-size: 1rem;
    font-weight: 330;
    max-width: 500px;
    word-wrap: break-word;
}

h1 {
    font-size: 2.5rem;
    font-weight: 350;
}

.register-btn {
    background-color: #ff6b6b;
    color: #fff;
    font-weight: 350;
    font-size: 0.9rem;
    height: 35px;
    padding-right: 30px;
    padding-left: 30px;
    transition: .4s ease-in;
}

    .register-btn:hover {
        background-color: transparent;
        color: #fff;
        border: #ff6b6b 1px solid;
        transition: .4s ease-out;
    }

.videos {
    margin-top: 80px;
    margin-bottom: 50px;
    padding-left: 100px;
    padding-right: 100px;
}

.yt-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

    .yt-container iframe, .yt-container object, .yt-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.content {
    padding-left: 100px;
    padding-right: 100px;
    font-weight: 330;
    margin-top: 15px;
}

.card-partner {
    background-color: transparent;
    border: 1px solid #f8f9fa;
    margin-bottom: 20px;
    border-radius: 10px;
}

.card-title {
    color: #f8f9fa;
}

.card-text {
    color: #ced4da;
}

.btn-tvh {
background-color: #ff6b6b;
    color: #fff;
    font-weight: 350;
    font-size: 0.9rem;
    height: 35px;
    padding-right: 30px;
    padding-left: 30px;
    transition: .4s ease-in;
}

    .btn-tvh:hover {
        background-color: transparent;
        color: #fff;
        border: #ff6b6b 1px solid;
        transition: .4s ease-out;
    }

.partner-logo {
    width: 200px;
    height: 200px;
    object-fit: contain;
    border-radius: 15px;
}


.content-row {
    padding-top: 80px;
    padding-bottom: 80px;
}

.row-bg {
    background-color: #1e252f;
}

.benefits {
    list-style-type: none;
}

    .benefits li {
        margin: 15px 0;
    }

.benefits-bullet {
    color: #3e4146;
    margin-right: 15px;
}

.exchange {
    background-color: #1e252f;
    border-radius: 15px;
    width: 220px;
    height: 90px;
    display: flex !important;
    position: relative;
    transition: transform 0.3s ease;
    cursor: pointer;
    justify-content: center;
}

.exchange:hover {
    transform: translateY(-5px);
}

.exchange-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 10px;
    text-align: center;
    width: 100%;
}

.exchange-img {
    width: auto;
    max-height: 45px;
    vertical-align: middle;
    object-fit: contain;
    margin-bottom: 8px;
}

.exchange-name {
    color: #ffffff;
    font-size: 0.9rem;
    font-weight: 500;
    opacity: 0.8;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-align: center;
}

.modal-dialog {
    max-width: 75vw !important;
    max-height: 85% !important;
}

.modal-content {
    background-color: #3e3e3e !important;
    border: 1px solid #f7fff7 !important;
}

.close {
    color: #fff;
}

.close:hover {
    color: #fff;
}

.page-footer {
    border-top: #404245 1px solid;
}

    .page-footer hr {
        background-color: #404245;
    }

    .page-footer a {
        color: #f7fff7 !important;
        font-weight: 300;
        transition: .4s ease-in;
        text-decoration: none;
        font-size: 0.9rem;
    }

        .page-footer a:hover {
            color: #ff6b6b !important;
            transition: .4s ease-out;
        }


section {
    margin-top: 35px;
    margin-left: 15px;
    margin-right: 15px;
}

form {
    margin-top: 35px;
    margin-left: 15px;
    margin-right: 15px;
}

.error-cell {
    color: red;
}

.success-cell {
    color: #33cc33;
}

#app {
    padding-bottom: 150px;
}

hr {
    background-color: #f7fff7;
}

.dn-footer {
    background-color: #161a1f
}

@media (max-width: 330px) {
    .discord-btn-width {
        height: 55px;
    }
}

@media (max-width: 337px) {
    .reg-btn-width {
        height: 55px;
    }
}

@media (max-width: 740px) {
    .videos {
        margin-top: 80px;
        margin-bottom: 50px;
        padding-left: 20px;
        padding-right: 20px;
    }

    #navbar {
        padding-left: 20px;
        padding-right: 20px;
    }

    .content {
        padding-left: 60px;
    }

    .fa-ul {
        margin-left: 1rem !important;
    }

    h1 {
        font-size: 2rem;
    }
}

@media (min-width: 1200px) {
    .videos {
        margin-top: 80px;
        margin-bottom: 50px;
        padding-left: 60px;
        padding-right: 60px;
    }

    #navbar {
        padding-left: 60px;
        padding-right: 60px;
    }

    .content {
        padding-left: 60px;
    }
}

.exchanges-container {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: flex-start;
    justify-content: flex-start;
    padding-left: 0;
}

@media (max-width: 740px) {
    .exchanges-container {
        justify-content: center;
    }
}
