@import url(loginregister.css);
@import url(navbar.css);

video {
    position: fixed;
    min-width: 100%;
    filter: blur(5px) brightness(80%);
}

.card-group-container {
    display: flex;
    flex-direction: column;
    max-width: 25%;
}

.title-search-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 1em 1em;
}

.title-search-container form {
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
}

.card-group-container h2 {
    color: black;
}

.title-search-container input[type="text"] {
    border: none;
    border-radius: .2em;
    padding: .2em .5em;
    background-color: #f2f2f2;
}

.title-search-container input[type="text"]:hover {
    background-color: #d1d1d1;
}

.title-search-container input[type="text"]:focus-within {
    border: none;
}

.title-search-container input[type="text"]:focus-visible {
    border: none;
    outline-width: 0;
    background-color: #d1d1d1;
}

.title-search-container input[type="submit"] {
    border: none;
    padding: .3em 1em;
    border-radius: 1em;
    background-color: #d54215;
    font-weight: 600;
    color: #fff;
    font-size: .1.1em;
}

.card-group {
    width: 100%;
    padding: 1em;
    display: flex;
    gap: 3em;
    flex-wrap: wrap;
    justify-content: center;
}

.card {
    min-width: 17em;
    max-width: 17em;
    flex: 0 1 50%;
    transition: .5s;
    height: fit-content;
}

.card:hover {
    cursor: pointer;
    transform: scale(1.05) translate(-2px, -2px);
    box-shadow: 5px 5px 0 #fec445;

}

.card-body {
    flex: none;
}

.card .card-footer,
.card {
    border: none;
}

.card:hover>.card-body .card-title {
    text-decoration: underline;
    text-decoration-color: #d54215;
    text-decoration-thickness: .1em;
}
.no-content{
    width: 100%;
    padding: 3em;
    font-size: 1.5em;
    font-weight: 600;
    color: #4b4b4b65;
    text-align: center;
  }
/* .card:hover > img{
} */

.card i {
    color: #d54215;
}

img.card-img-top {
    width: 100%;
    max-height: 11em;
    align-self: center;
    object-fit: cover;
}

.card input[type="submit"] {
    display: none;
}

.card .card-footer {
    display: flex;
    justify-content: space-around;
}

.content {
    /* position: absolute; */
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    width: 94%;
    border-radius: 1em;
    /* background-color: rgba(209, 209, 209, 0.848); */
    margin: 2em 3%;
    padding: 2em 0;
    margin-top: .5em;
    padding-top: .5em;
}

/* .category-selectors .left{
    display: flex;
    width: 100%;

} */
.notify-badge-new {
    position: absolute;
    right: -20px;
    top: 10px;
    background: #d54215;
    text-align: center;
    border-radius: 30px 30px 30px 30px;
    color: white;
    padding: 5px 10px;
    font-size: 1em;
}

.notify-badge-popular {
    position: absolute;
    right: -20px;
    top: 10px;
    background: #d54215;
    text-align: center;
    border-radius: 30px 30px 30px 30px;
    color: white;
    padding: 5px 10px;
    font-size: 1em;
}
.notify-badge-top-rated {
    position: absolute;
    right: -20px;
    top: 10px;
    background: #d54215;
    text-align: center;
    border-radius: 30px 30px 30px 30px;
    color: white;
    padding: 5px 10px;
    font-size: 1em;
}


.left {
    margin-bottom: 2em;
    margin-left: 1em;
    height: fit-content;
    padding: 1em;
    background-color: rgba(255, 255, 255, 0.616);
    border-radius: .5em;
    border: 1px solid rgba(0, 0, 0, .3);
    /* box-shadow: rgba(6, 24, 44, 0.4) 0px 0px 0px 2px, rgba(6, 24, 44, 0.65) 0px 4px 6px -1px, rgba(255, 255, 255, 0.08) 0px 1px 0px inset; */
}

.left span {
    display: flex;
    justify-content: center;
    font-weight: 600;
    font-size: large;
    margin-bottom: 1em;
    width: 100%;
}

.form-check .categories {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 80%;
}

.form-check .category {
    display: flex;
    width: 100%;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.categories .text {
    width: 100%;
    display: flex;
    justify-content: left;
}

.form-check {
    display: flex;
    gap: 2em;
    flex-wrap: wrap;
    justify-content: space-evenly;
    flex-direction: row;
}

.form-check .show {
    display: flex;
    height: fit-content;
    padding: 1em 2em;
    /* box-shadow: 0px 10px 26px 15px rgba(0,0,0,0.2); */
}

.form-check label,
.form-check input[type="checkbox"],
.form-check label,
.form-check input[type="radio"] {
    cursor: pointer;
}

.form-check .category:hover>label {
    text-decoration: underline;
    text-decoration-color: #d54215;
    text-decoration-thickness: .1em;
}

.form-check input[type=submit] {
    margin-top: 1em;
    display: flex;
    border-radius: .2em;
    padding: .2em .5em;
    background-color: rgb(69 47 47);
    color: white;
    width: 50%;
    justify-content: center;
}

.form-check input[type="radio"]:focus,
.form-check input[type="checkbox"]:focus {
    box-shadow: 0 0 0 .25rem #d5421565;
}

.form-check-input:checked {
    background-color: #d54215;
    border-color: #d54215;
}

.form-check .submit-container {
    display: flex;
    width: 100%;
    justify-content: center;
}

.cards-container {
    width: 70%;
    padding: 1em;
    display: flex;
    gap: 1em;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row;
    align-items: center;
}
.card{
    display: none;
}
.card.active{
    display: flex;
}

.page-switcher-button{
    background-color: #f2f2f2;
    color:black;
    /* padding: .5em; */
    font-weight: 600;
    padding: .5em 1em;
    max-height: 3em;
}
.page-switcher-button.active{
    background-color: #d54215;
    color: #fff;
}
.page-switcher-button.active:hover{
    font-weight: 600;
    text-decoration: underline;
    text-decoration-color:#fff;
    text-underline-offset: 4px;
}
.page-switcher-button:hover{
    font-weight: 600;
    text-decoration: underline;
    text-decoration-color:#d54215;
    text-underline-offset: 4px;
}

.page-switcher-button:first-child{
    border-top-left-radius: 1em;
    border-bottom-left-radius: 1em;
}
.page-switcher-button:last-child{
    border-top-right-radius: 1em;
    border-bottom-right-radius: 1em;
}
.switchers{
    display: flex;
    gap: 0;
    
}

@media only screen and (max-width: 1020px) {
    .content {
        flex-direction: column;
    }
    .card-group {
        width: 100%;
        max-width: none;
    }

    .cards-container{
        width: 100%;
    }

    .card-group-container {
        display: flex;
        width: 100%;
        max-width: none;
    }

}