* {
    --bg-primary: #000000;
    --bg-secondary: #242424;
    --bg-hight: #244f2b;
    --hightlight: #30d87b;
    --text-color: #FFFFFF;
    --text-secondary: #000000;
}

@font-face {font-family: 'Gotham black bplay';src: url("./fonts/Gotham-Black.ttf");font-size: 18px;color: var(--text-color);line-height: 9;}
@font-face {font-family: 'Gotham black bplay-v2';src: url("./fonts/Gotham-Black.ttf");font-size: 18px;color: var(--text-color);line-height: 10;}
@font-face {font-family: 'Gotham book bplay';src: url("./fonts/Gotham-Book.ttf");font-size: 16px;color: var(--text-color);line-height: 19;}

nav {
    font-family: 'Gotham book bplay';
    text-transform: uppercase;
}
a span {
    font-family: 'Gotham black bplay';
}

body{
    background-color: var(--bg-primary);
}

.navbar a{
    color: var(--text-color);
    cursor: pointer;
}

.navbar-black {
    background-color: var(--bg-secondary);
}
.navbar-container {
    /* width: 70%; */
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    /* margin-right: 4rem; */
}
.dropdown-menu.menu-bplay {
    top: 3.3rem!important;
    right: 10%;
    /* top: 3rem!important;
    right: 15%; */
    width: 10%;
    margin-left: auto;
    color: var(--text-color) !important;
    background-color: var(--bg-secondary);
    border-radius: 0;
}
.dropdown-item:hover {
    color: var(--hightlight);
    background-color: transparent;
}
.bg-container {
    height: 100vh;
    background-color: var(--bg-primary);
}
.background{
    position: absolute;
    bottom: 2%;
    width: 100%;
    height: auto;
}
.background-desktop {
    height: 92vh;
    width: 100%;
    top: 0rem;
    left: 3rem;
    z-index: -1;
    min-width: 500px;
    min-height: 500px;
}
.background-mobile {
    position: relative; 
    bottom: 0;
    height: auto;
    z-index: -1;
}
.links-container{
    display: flex;
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 4rem;
    padding-left: 1rem;
    padding-right: 1rem;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.btn-bplay {
    display: inline-flex;
    color: var(--text-color);
    border: 1px solid var(--text-color);
    border-radius: 1rem;
    min-width: 20rem;
    width: 60%;
    height: 4rem;
    font-weight: 600;
    align-items: center;
    font-size: 1.8rem;
}
.btn-bplay:hover {
    color: var(--text-secondary);
    background-color: var(--hightlight);
    border-color: transparent;
    font-weight: 700;
    /* opacity: 1; */
}
.btn-bplay .flag {
    width: 3rem;
    /* height: 1.5rem; */
    max-height: 30px;
    margin-left: 0.1rem;
}
.btn-bplay span {
    margin-left: 2rem;
}
.bg-container {
    max-height: 50vh;
    height: 50vh;
}

.image-content{
    /* height: 50vh;
    background: url(./img/background-mb.png) no-repeat center;
    background-size: contain; */
}
.logo {
    width: 210px;
}
.img-wrap{
    position: relative;
    /* width: 65vw; */
    width: 75vw;
    height: 100%;
}
.col-right{
    /* flex-basis: content; */
    flex-basis: auto;
}
.wrap-row{
    position: relative;
    padding-left: 2vw;
}
.btn-bplay.dropdown-toggle.show {
    color: var(--text-secondary);
    background-color: var(--hightlight);
    border-color: transparent;
    font-weight: 700;
    /* opacity: 1; */
}
.dropdown-menu.dropdown-links {
    width: 100%;
    background-color: black !important;
    border: 3px solid white !important;
    border-radius: 0.75rem !important;
    padding: 0.5rem !important;
}
.dropdown-menu.dropdown-links li:hover,
.dropdown-menu.dropdown-links li a:active {
    background-color: var(--bg-hight);
    border-radius: 0.5rem;
    color: var(--text-color) !important;
}
.dropdown-menu.dropdown-links li a {
    color: #b3b3b3 ;
}
.dropdown-menu.dropdown-links li a:hover {
    color: var(--text-color);
}
.dropdown {
    min-width: 20rem;
    width: 60%;
}
.dropdown .btn-bplay {
    width: 100%;
}
.btn-toggle.show {
    background-color: var(--hightlight);
    color: var(--text-secondary);
}
.btn-toggle .arrow {
    width: 1.5rem;
    margin-left: auto;
}
.btn-toggle .arrow.up {
    display: none;
}
.btn-toggle .arrow.down {
    display: block;
}
.btn-toggle.show .arrow.up {
    display: block;
}
.btn-toggle.show .arrow.down {
    display: none;
}
.down,.up{
    cursor: pointer;
}
@media (max-width: 768px){
    .logo {
        width: 200px;
        margin-top: 5rem;
        margin-bottom: 3rem;
        margin-left: 0;
    }
    .btn-bplay {
        width: 250px;
        height: 40px;
        border: 2px solid var(--text-color);
        border-radius: 10px;
        align-items: center;
        font-size: 18px;
        border-color: lightgray;
    }
    .btn-bplay .flag {
        width: 2rem;
    }
    .links-container{
        position: relative;
        width: 100%;
        height: auto;
        padding: 1rem;
        flex-direction: column;
        align-items: center;
    }
    .wrap-row{
        position: unset;
        padding-left: 0vw;
        padding-right: 0rem;
    }
    .dropdown {
        min-width: auto;
        width: auto;
    }
    .dropdown .btn-bplay {
        width: auto;
    }
}