@import url("./images_hover.css");
@import url('./animation.css');
/* your styles go here */
@font-face {
    font-family: "Futura";
    src: url("../fonts/futura.ttf") format("truetype");
}

.title-label {
    font-size: 14px;
    font-weight: bold;
}

.radius-0 {
    border-radius: 0px !important;
}

.select-label {
    border-radius: 0px !important;
}
.img-album-thumb {
    width: 100px !important;
    height: 135px !important;
    object-fit: cover;
}

.img-youtube-thumb {
    width: 500px !important;
    height: 231px !important;
    object-fit: cover;
}

.nav-link:hover {
    color: #d464d3 !important;
}

.vertical-align-middle {
    vertical-align: middle !important;
}

.img-profile {
    width: 250px !important;
    height: 250px !important;
    object-fit: cover;
}

.img-album-cover {
    width: 100% !important;
    height: 386px !important;
    object-fit: cover;
}

.fz-14 {
    font-size: 14px;
}

.fz-11 {
    font-size: 12px;
}

.fz-12 {
    font-size: 12px;
}

/*Custom checkbox*/
input[type="checkbox"] {
    display: none;
}

input[type="checkbox"] + label {
    display: block;
    position: relative;
    padding-left: 25px;
    color: #ddd;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

input[type="checkbox"] + label:last-child {
    margin-bottom: 12px;
}

input[type="checkbox"] + label:before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border: 1px solid #6cc0e5;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.6;
    -webkit-transition: all 0.12s, border-color 0.08s;
    transition: all 0.12s, border-color 0.08s;
}

input[type="checkbox"]:checked + label:before {
    width: 5px;
    top: -5px;
    left: 5px;
    border-radius: 0;
    opacity: 1;
    border-top-color: transparent;
    border-left-color: transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.error {
    font-size: 13px !important;
    color: #d45c42 !important;
}

/*SCROLL BAR CUSTOM*/
::-webkit-scrollbar {
    width: 0px !important;
}

/* Track */
::-webkit-scrollbar-track {
    background: #333e52;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #333e52;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.main-cover {
    padding-top: 72px !important;
    background-image: url("../img/bg/bg1.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

.section-video {
    padding: 20px !important;
    /* background-image: url("../img/bg/bg2.jpg"); */
    background-color: #080808;
    background-size: cover;
    background-repeat: no-repeat;
}


@media screen and (min-width: 601px) {
    .label-music {
        font-size: 1.5vw !important;
    }

    .label-video {
        font-size: 1.5vw !important;
    }
    .label-contact {
        font-size: 2vw !important;
    }

    .title-last-release {
        margin-top: -20px;
        font-size: 3vw !important;
    }

    .title-by-pro {
        font-size: 1.5vw !important;
    }

    .title-date-release {
        font-size: 1vw !important;
    }

    .title-watch-now {
        font-size: 0.7vw !important;
    }

    .home-video-thumb{
        transform: scale(1.4);
    }
}

/* If the screen size is 600px wide or less, set the font-size of <div> to 30px */
@media screen and (max-width: 600px) {
    .label-music {
        font-size: 7vw !important;
    }

    .label-video {
        font-size: 7vw !important;
    }

    .label-contact {
        font-size: 14vw !important;
    }

    .title-last-release {
        margin-top: -20px;
        font-size: 12vw !important;
    }
    .title-by-pro {
        font-size: 8vw !important;
    }

    .title-date-release {
        font-size: 6vw !important;
    }

    .title-watch-now {
        font-size: 3vw !important;
    }


    .home-video-thumb{
        transform: scale(1.4);
    }

}

.img-youtube-thumb {
    width: 100% !important;
    height: 231px !important;
}

.card-image {
    height: 259px;
}



.gradient {
    animation-duration: 1.8s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: linear-gradient(to right, #fafafa 8%, #f4f4f4 38%, #fafafa 54%);
    background-size: 1000px 640px;

    position: relative;
}

@keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0;
    }
    100% {
        background-position: 468px 0;
    }
}

.has-search .form-control {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

@media (min-width: 992px) {
    #ytplayer {
        height: 354px;
    }
}


.home-video-thumb {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.home-video-thumb:hover {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.home-container-video i {
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    color: #fff;
    opacity: 0.5;
}

.home-container-video:hover img {
    -webkit-filter: blur(1px); /* Safari 6.0 - 9.0 */
    filter: blur(1px);
}

.home-container-video:hover i {
    opacity: .9;
}


.home-container-video {
    width: 100%;
    /* height: 280px; */
    overflow: hidden;
}

a:hover{
    color: #796AEE !important;
}


