html,
body {
    font-family: acumin-pro, sans-serif;
    font-weight: 300;
    font-style: normal;
    background-color: black;
    width: 100%;
    height: 100%;
    overflow: scroll;
    overflow-x: hidden;
}

::-webkit-scrollbar {
    width: 0px;
    /* remove scrollbar space */
    background: transparent;
    /* optional: just make scrollbar invisible */
}

/* optional: show position indicator in red */
::-webkit-scrollbar-thumb {
    background: #FF0000;
}

.row {
    max-width: 150rem !important;
}

.item {
    background-color: rgb(0, 0, 0, 000) !important;
    width: 350px !important;
    padding: 5px !important;
    opacity: 0.5;
    margin-bottom: 50px;

}

.wraper {
    margin-top: 280px !important;
    height: 600px !important;
    display: flex !important;
    align-items: center !important;
}

.big {
    width: 400px !important;
    margin-bottom: 220px !important;
    opacity: 1;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
    line-height: 25px
}

.InfoOfItem {
    color: white;
    text-align: center;
    height: 180px;
}

.InfoOfItem>p {
    color: white;
    font-size: 0.78em;
    height: 115px;
    overflow: hidden;
}

.InfoOfItem>small {
    font-size: 12px;
    color: rgb(173, 173, 173);
}

.Stars {
    padding-top: 10px !important;
}

.fa,
.fas {
    color: #FFE60F;
    padding-top: 11px !important;
}

.resize {
    font-family: acumin-pro, sans-serif;
    font-weight: 300;
    font-style: normal;
    width: 100%;
    color: white;
    font-size: 1.5em;
    margin: 0px 0px 10px 0px;
    text-align: center;
    height: 33px;
    overflow: hidden;
}

.noDisplay {
    display: none
}

.container {
    border: 1px solid red;
    width: 1820px;
    height: 848px;
    margin: 50px;
    position: absolute;
}

.owl-item {
    margin-left: 5.4px !important;
}

.fitImg {
    height: 584.88px;
    object-fit: cover;

}

.borderWhite {
    border: 1px solid white;
}

.logo {
    margin-left: 50px;
    margin-top: 50px;
    position: absolute;
}

.subtext {
    width: 570px;
    color: white;
    margin: 20px 0px 50px 50px;
    position: absolute;
    top: 90px;

}

h4 {
    font-family: acumin-pro, sans-serif;
    font-weight: 300;
    font-style: normal;
    margin-left: 365px;
    margin-top: 20px;
    width: 1000px;
    color: #FFE60F;
    margin: 0px 0px 0px 50px;
    padding: 0px;
    font-size: 23.5px
}

.movieTitles {
    position: absolute;
    z-index: 999;
    top: 262px;
}

.whiteText {
    color: white
}

.logIn {
    border: 1px solid #FFE60F;
    height: 40px;
    width: 160px;
    position: absolute;
    right: 50px;
    top: 50px;
}

.logIn>h2 {
    color: #FFE60F;
    text-align: center;
    font-size: 15px;
    margin: 8px 0px 0px 0px;
}

.arrowNav {
    position: absolute;
    font-size: 40px;
    right: 327px;
    top: 226px;
}
.Regester>h2{
    color: #FFE60F;
    font-size: 15px;
    position: absolute;
    right: 230px;
    top: 12px;
}