﻿/*.search__container {
    padding-top: 64px;
}

.search__title {
    font-size: 22px;
    font-weight: 900;
    text-align: center;
    color: #ff8b88;
}

.search__input {
    margin-left: 20%;
    margin-right: 10%;
    margin-bottom: 2%;
    width: 60%;
    padding: 12px 24px;
    background-color: transparent;
    transition: transform 250ms ease-in-out;
    font-size: 14px;
    line-height: 18px;
    color: #575756;
    background-color: transparent;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='54' height='54' viewBox='0 0 24 24'%3E%3Cpath d='M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 18px 18px;
    background-position: 95% center;
    border-radius: 50px;
    border: 1px solid #575756;
    transition: all 250ms ease-in-out;
    backface-visibility: hidden;
    transform-style: preserve-3d;
}

    .search__input:placeholder {
        color: rgba(87, 87, 86, 0.8);
        text-transform: uppercase;
        letter-spacing: 1.5px;
    }

    .search__input:hover,
    .search__input:focus {
        padding: 12px 0;
        outline: 0;
        border: 1px solid transparent;
        border-bottom: 1px solid #575756;
        border-radius: 0;
        background-position: 100% center;
    }*/
    select {
        text-indent: 50px;
        box-sizing: content-box;
    }
    
    /**.search_section {
        background: #deffff
    }*/
    
    .search__container {
        padding-top: 24px;
        padding-left: 0px;
        padding-bottom: 64px;
    }
    
    
    .search__title {
        font-size: 22px;
        font-weight: 900;
        text-align: center;
        color: #ff8b88;
    }
    
    #GenreType {
        /* margin-left: 20%;
        margin-right: 10%;
        width: 60%; */
        padding: 5px;
        background-color: transparent;
        transition: transform 250ms ease-in-out;
        font-size: 14px;
        line-height: 18px;
        color: #575756;
        background-color: #ffffffff;
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='54' height='54' viewBox='0 0 24 24'%3E%3Cpath d='M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-size: 18px 18px;
        background-position: 2.5% center;
        border-radius: 50px;
        border: 1px solid #ffffff;
        transition: all 250ms ease-in-out;
        backface-visibility: hidden;
        transform-style: preserve-3d;
    }
    
        #GenreType::placeholder {
            color: rgba(87, 87, 86, 0.8);
            text-transform: uppercase;
            letter-spacing: 1.5px;
        }


        #GenreType:hover,
        #GenreType:focus {
            outline: 0;
            border: 10px solid #7e767600;
            /* border-bottom: 1px solid #575756; */

            /*background-position: 100% center;*/
            box-shadow: 3px 3px 8px 1px #b5aeae94;
        }
    
    #GenreType {
        width: 90%;
        -webkit-appearance: none;
        border: 10px solid #7e767600;
        align-content: center;
        margin-top: 3px;
    }
    
    .videoSearch {
        background-color: white;
    }
    
    .img {
        padding: 10px;
    }
    
    .searchbar {
        background: linear-gradient(to right, #54bab9cc, rgb(118 215 196 / 84%));
        height: 70px;
        justify-content: center;
        box-shadow: 10px 3px 6px rgb(0 0 0 / 10%), 10px 3px 6px rgb(0 0 0 / 10%);
    }
    
    .search {
        /* margin-bottom: 10px; */ height: 10px;
        margin-top: 10px;
        margin-left: -45%;
        /* margin-right: 585px; */
    }
    
    .logo {
        margin: 0px;
        width: 20%;
    }
    
        .logo img {
            width: 25%;
            height: auto;
            margin-top: 6px;
            margin-left: -12px;
        }
    
        .logo .mobile {
            display: none;
        }
    /* when screen is less than 600px wide
         show mobile version and hide desktop */
    @media (max-width: 600px) {
    
        .logo .mobile {
            display: block;
            width: 55px;
            margin-block: auto;
            margin-top: 8px;
        }
    
        .logo .desktop {
            display: none;
        }
    }
    
    
    @media(max-width:1025px) {
        .logo img {
            width: 38%; /*Ajust with your compability*/
            height: auto;
            margin-top: 7px;
        }
    }
    
        @media(max-width:990px)
        {
            .logo img {
               /*Ajust with your compability*/
                height: auto;
                margin-top: 7px;
            }
           
        }
    
    @media(max-width:830px) {
        .logo img {
            width: 50%; /*Ajust with your compability*/
            height: auto;
            margin-top: 8px;
        }
    
        .search {
            margin-left: -35%;
        }
    
        #GenreType {
            width: 90%;
        }
    }
    @media(max-width:720px) {
        .logo img {
            width: 70%; /*Ajust with your compability*/
            height: auto;
            margin-top: 12px;
        }
        .search {
            margin-left: -260px;
        }
    
        #GenreType {
            width: 90%;
        }
    
    }
    
    @media(max-width:450px) {
        .logo img {
            width: 90%;
            height: auto;
            margin-top: 20px;
        }
        .search {
            margin-left: -260px;
        }
        #GenreType {
            width: 90%;
        }
    }
    @media(max-width:380px) {
        .logo img {
            width: 120%;
            height: auto;
            margin-top: 20px;
        }
    
        .search {
            margin-left: -260px;
        }
    
        #GenreType {
            width: 90%;
        }
    }
    
    
    
    
    
    .container .title {
        font-size: 2.5rem;
        margin: 2rem 0;
        text-shadow: 0 .3rem 0.5rem, rgba(0, 0, 0, 0.5);
        text-align: center;
        color: 000;
        text-transform: capitalize;
    }
    
    .container .video-all {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    
        .container .video-all .iframe {
            height: 15rem;
            width: 16rem;
            box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.7);
            border-radius: 1rem;
            overflow: hidden;
            margin: 1rem;
        }
    
        .container .video-all .video iframe {
            width: 100%;
            height: 100%;
            object-fit: cover;
            outline: none;
            border: none;
            cursor: pointer;
        }
    
        .container .video-all .iframe iframe:hover {
            transition: 0.2s linear;
            transform: scale(1.3);
        }
    
        .container .video-all .iframe .active {
            position: fixed;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            height: auto;
            width: 80%;
            box-shadow: 0 0 0 100vh rgba(0, 0, 0, 0.7);
            z-index: 1;
        }
    
            .container .video-all .iframe .active:hover {
                transition: none;
                transform: scale(1) translate(-50%, -50%);
            }