.logo {
    width: 316px;
}

body {
    background-color: #fff;
    color: #999;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 2;
    background-image: url(../images/bg.jpg);
    background-position: left top;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
}

.navbar-nav {
    flex: 1;
    justify-content: flex-end;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: white;
}

.nav-link {
    color: white;
    text-align: center;
}

.navbar-toggler:focus {

    box-shadow: none;
}

.navbar-toggler-icon {
    background-color: white;
}

.navbar-toggler {
    border: none;
    background: white;
}

.slider_image {
    width: 100%;
    border: 19px solid #0F121D;
    border-right: 0;
}

#featured {
    margin: 20px 0 20px 0;
}

.featured-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.featured-text {
    font-size: 19px;
    color: #fff;
    font-weight: 700;
    background: #0F121D;
    padding-left: 6%;
    padding-bottom: 12px;
}

#featured img {
    width: 100%;
}

.contant_bg {
    background: #0F121D;
    padding: 20px 15px;
}

.contant_bg p {
    margin-bottom: 26px;
    color: #fff;
}

.copyright {
    margin-top: 30px;
    font-size: 11px;
    padding: 20px;
    text-align: center;
    border-top: 1px solid white;
}

.music-choice-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.new-form-group {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: center;
}

.new-form-check {
    flex: 1;
    justify-content: flex-end;
}

.options {
    display: flex;
    flex: 1;
}

.nav-link:focus, .nav-link:hover {
    color: #D583E3;
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1024px;
    }
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1024px;
    }
}

@media screen and (max-width: 767px) {
    .navbar-toggler {
        width: 100%;
    }

    .navbar>.container-fluid {
        justify-content: center;
        gap: 40px;
    }

    .first-feature {
        flex: 1;
    }

    .first-feature img {
        max-width: 100%;
    }

    .last-feature {
        flex: 1;
    }

    .last-feature img {
        max-width: 100%;
    }

}