.search-header, .categorie-header {
    top: 0;
    width: 100%;
    padding: 1.2rem;
    position: fixed;
    z-index: 999;
    transition: background-color 0.5s ease;
}

.header-bg {
    background-color: rgba(0, 0, 0, 0.9);
}

.search-header .logo {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: .8rem;
}

.search-header .logo img {
    width: 8.2rem;
}

.search-header form {
    position: relative;
    margin-inline: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 27rem;
}

.search-header input {
    margin-left: .8rem;
    width: 100%;
    border: 1px solid #ADADAD;
    border-radius: .8rem;
    padding: 1.6rem 1rem 1.6rem 4rem;
    background-color: rgba(0, 0, 0, 0.6);
    color: #ADADAD;
    font-size: 1.4rem;
    font-weight: 600;
    outline: rgba(0, 0, 0, 0);
}

.search-header input::placeholder {
    color: #ADADAD;
    font-size: 1.4rem;
    font-weight: 600;
}

.search-header button {
    position: absolute;
    left: 1.8rem;
    top: 1.6rem;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    cursor: pointer;
}

.main-slide {
    z-index: 997;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    overflow: hidden;
}

.cover-blur {
    z-index: 997;
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.9738270308123249) 34%, rgba(217,217,217,0.40) 100%);
    backdrop-filter: blur(.4rem);
}

.carousel-container {
    z-index: 998;
    margin-top: 10rem;
    overflow: hidden;
    width: min(100%, 800px);
    height: 400px;
    display: flex;
    align-items: center;
    margin-inline: auto;
}

.carousel {
    display: flex;
    gap: 25px;
    transition: transform 0.5s ease;
}

.slide {
    width: 240px;
    height: 358px;
    flex-shrink: 0;
    opacity: 0.5;
    transition: transform 0.5s ease, opacity 0.5s ease;
    position: relative;
    display: flex;
    justify-content: center;
}

.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    border: 1px solid #ADADAD;
    transform: scaleY(0.9);
}

.carousel .slide.active {
    transform: scale(1.1, 1.2);
    opacity: 1;
}

.slide-info {
    width: 100%;
    position: absolute;
    bottom: 0;
    background: linear-gradient(0deg, rgba(0,0,0,0.8953956582633054) 0%, rgba(0,0,0,0.30155812324929976) 100%);
    padding: 1rem 0 3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: .8rem;
}

.slide-info .price {
    display: flex;
    flex-direction: column;
    gap: .4rem;
}

.slide-info span, .slide-info del {
    font-size: 1.4rem;
    font-weight: 600;
}

.slide-info del {
    color: #877d7d;
}

.slide-info .btn {
    background-color: #10B25B;
    width: 10.8rem;
    height: 3rem;
    font-size: 1.4rem;
    font-weight: 600;
    padding: .8rem;
    text-transform: uppercase;
    color: #fff;
    line-height: 1.4rem;
}

.slide .btn img {
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 0;
    border: 1px solid transparent;
    overflow: unset;
    object-fit: contain;
    transform: none;
}

.slide-controls {
    margin-top: 1.2rem;
    z-index: 998;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .4rem;
}

.slide-controls .slide-control {
    display: inline-block;
    background-color: #828282;
    width: 16px;
    height: 3px;
    cursor: pointer;
    border-radius: .4rem;
}

.slide-controls .active, .slide-control:hover {
    background-color: #fff;
    width: 18px;
    height: 5px;
}

.header-margin {
    margin-top: 16rem;
}

.hot-slide {
    margin-block: auto;
    margin-bottom: 2rem;
    padding: 2rem 0 2rem 1.2rem;
    width: 100%;
    height: 35rem;
    background: linear-gradient(151deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.9738270308123249) 62%, rgba(17, 29, 45, 1) 100%);
}

.hot-slide-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.6rem;
}

.hot-slide-header-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hot-slide-header-actions .btn {
    background: #ffffff00;
}

.hot-slide-header h2 {
    font-size: 2rem;
    font-weight: bold;
    text-transform: uppercase;
}

.hot-slide-content {
    margin: auto;
    max-width: 83.5rem;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding-left: 1.2rem;
}

.hot-slide-content::-webkit-scrollbar {
    display: none;
}

.hot-slide-content .hot-slide-item-cover {
    position: relative;
}

.hot-slide-content .hot-slide-item-cover::before {
    content: attr(data-count);
    position: absolute;
    left: -1rem;
    bottom: -1.8rem;
    color: #6A6666;
    font-size: 8rem;
    font-weight: bold;
    -webkit-text-stroke: .2rem #FFFFFF;
    font-family: "Montserrat Alternates", serif;
}

.hot-slide-item:nth-child(1) .hot-slide-item-cover::before {
    color: #000;
}

.hot-slide-item:nth-child(2) .hot-slide-item-cover::before {
    color: #000;
}

.hot-slide-item:nth-child(3) .hot-slide-item-cover::before {
    color: #000;
}


.hot-slide-itens {
    height: 40rem;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: .6rem 4rem;
}

.hot-slide-item {
    display: flex;
    gap: .8rem;
    padding-right: 1.2rem;
}

.hot-slide-item img {
    width: 9rem;
    height: 12.7rem;
    border-radius: .8rem;
}

.hot-slide-item-content {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.hot-slide-item h3 {
    font-size: 1.4rem;
    font-weight: 600;
    width: 7.8rem;
    line-height: 1.4rem;
}

.hot-slide-item .price {
    display: flex;
    flex-direction: column;
    gap: .4rem;
}

.hot-slide-item span, .hot-slide-item del {
    font-size: 1.3rem;
    font-weight: 600;
}

.hot-slide-item del {
    color: #616161;
}

.hot-slide-item .btn {
    background-color: #0faa57;
    width: 11rem;
    height: 3rem;
    font-size: 1.4rem;
    font-weight: 600;
    padding: .8rem;
    text-transform: uppercase;
    color: #fff;
    line-height: 1.4rem;
}

.hot-slide-item .btn img {
    width: 1.8rem;
}

main {
    margin-bottom: 10rem;
}

main section {
    padding-inline: 1rem;
    margin-top: 3.6rem;
}

main section header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 2rem;
}

main section header h2, main header h2 {
    font-weight: bold;
    font-size: 2rem;
}

.main-home section header a {
    cursor: pointer;
}

.main-home section header a img {
    width: 1.5rem;
}

.films-slide-box {
    position: relative;
}

.films-slide-box:hover .slide-control {
    background: linear-gradient(95deg, #0F0E0E 4.57%, rgba(15, 14, 14, 0.00) 149.08%);
}

.films-slide-box .slide-control {
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    background: linear-gradient(95deg, rgba(15, 14, 14, 0.35) 4.57%, rgba(15, 14, 14, 0.00) 149.08%);
    width: 2rem;
    border-radius: .8rem;
}

.films-slide-box .slide-control .icon {
    width: 2.5rem;
}

.films-slide-box .left {
    left: 0;
}

.films-slide-box .right {
    right: 0;
}

.films-slide-box .films {
    max-width: 100%;
    display: flex;
    align-items: stretch;
    gap: 1rem;
    overflow-x: auto;
    scroll-behavior: smooth;
}

.films-slide-box .films::-webkit-scrollbar {
    display: none;
}

.films-box .films {
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
    gap: 1.4rem 1.4rem;
}

.film {
    flex-shrink: 0;
    width: 10.9rem;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.cover {
    height: 16.3rem;
    border-radius: .8rem;
}

.cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.film-info {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: .8rem;
}

.film h2 {
    padding-top: .8rem;
    font-size: 1.6rem;
    font-weight: 600;
    text-decoration: none;
    color: #fff;
    line-height: 1.6rem;
}

.film .price {
    display: flex;
    flex-direction: column;
    gap: .4rem;
}

.film span, .film del {
    font-size: 1.2rem;
    font-weight: 600;
}

.film del {
    color: #616161;
}

.film .btn {
    background-color: #0faa57;
    width: 100%;
    height: 3.8rem;
    font-size: 1.4rem;
    font-weight: 600;
    padding: .8rem;
    text-transform: uppercase;
    color: #fff;
    line-height: 1.4rem;
}

.film .btn img {
    width: 1.5rem;
}

.main-categories {
    margin-top: 6rem;
}

.categorie-header {
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(0deg, rgba(0,0,0,1) 6%, rgba(17, 29, 45, 1) 100%);
}

.categorie-header h2 {
    text-align: center;
    width: 90%;
}

.categorie-header a {
    cursor: pointer;
}

.categorie-header a img {
    width: 1.5rem;
}

.main-categories .films-box .cover {
    height: 15.3rem;
}

.content-info {
    margin-top: 8rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

.content-info img {
    width: 8rem;
}

.main-search {
    margin-top: 8rem;
}

.menu {
    margin-top: 20rem;
    background-color: #000;
    width: 100%;
    height: 7rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: .2rem solid #ADADAD;
    padding-block: 2.8rem;
    position: fixed;
    bottom: 0;
    z-index: 999;
}

.menu ul {
    width: 94%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style: none;
}

.menu ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: .8rem;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 1rem;
    font-weight: bold;
    padding: .8rem;
    cursor: pointer;
}

.menu ul li a img {
    width: 2.2rem;
}

@media (min-width: 760px) {
    .search-header input {
        margin-left: 0rem;
    }

    .search-header button {
        left: 1rem;
    }
}