* {
font-family: 'Google Sans', sans-serif;
}
.header__submenu a {

height: 105px;
font-weight: bold;
font-size: 14px;
}

.header__inner {
    gap: 30px;
    justify-content: space-between;
}
img.logo_img {
    width: 123px;
    margin-bottom: -8px;
}
.content {
    padding-top: 23px;
}
.footertext p{
  text-align:justify ;
}
.sect__title {
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 19px;
}
.sect__content.grid-items {
    
    padding: 0;
    margin-top: 0;
}
.item-poster__title {
    font-size: 12px;
    position: relative;
    z-index: 5;
    padding: 0 6px;
    margin-top: -15px;
}
#dle-content, .grid-items {
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(132px,1fr));
    grid-gap: 32px 29px;
}
.header__login-btn--not-logged, .btn-bd, .pmovie__fav {
    background: 0 0;
    border: 1px solid var(--bdc-lighter);
    font-size: 12px;
}
.pagination {
    gap: 30px;
    text-align: center;
    padding-top: 50px;
    font-size: 14px;
    font-weight: bold;
}
.wrapper {
    min-width: 320px;
    position: relative;
    background-color: transparent;  
}

.wrapper {
    min-width: 320px;
    position: relative;
    background-color: transparent;
}

.wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
   background: url(../images/bg.jpg) center -100px no-repeat; 
    background-size: 100% auto;
    filter: blur(15px) opacity(0.5);
    z-index: -1;
}
#scrolltop {
    position: fixed;
    width: 50px;
    height: 50px;
    line-height: 60px;
    right: 10px;
    bottom: 10px;
    z-index: 990;
    display: none;
    background-color: #e20613;
    color: #fffafa;
    cursor: pointer;
    font-size: 24px;
    border-radius: 50%;
    text-align: center;
    box-shadow: 0 5px 10px rgba(0,0,0,0.5);
}
.full-title{
    display: flex;
    justify-content: space-between;
}
.pmovie__header-main h1 {
    font-size: 21px;
    letter-spacing: 2px;
}
.pmovie__list {
 
    font-size: 14px;
 
}
.full-text {
    line-height: 1.6;
    font-size: 14px;
    word-wrap: break-word;
}
.pmovie__subtitle {
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 500;
}
.footer_text img {
    font-size: 13px;
    float: left;
    width: 100px;
    margin-right: 20px !important;
}
.footer_text {
    font-size: 13px;
    text-align: justify;
}
.footer__menu {
    gap: 50px;
    justify-content: center;
    text-align: center;
    margin-bottom: 22px;
}
.copyright p {
    font-size: 12px;
    margin-top: 12px;
    color: #ccc;
}
.footer__menu a{
    font-size: 12px;
    margin-top: 12px;
    color: #ccc;
}
.full-text.clearfix.home {
    background: #16191b;
    padding: 40px;
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 11px !important;
    font-weight: normal;
    text-align: justify;
    font-family: 'Circe' !important;
    color: #ccc;
}
img.hero_image {
    width: 300px;
    margin: 30px auto;
    display: block;
}
.full-text h1, .full-text h2, .full-text h3, .full-text h4, .full-text h5 {
    font-size: 16px;
    text-transform: capitalize;
    color: #e20613 !important;
    margin-top:10px !important ;
}
.full-text.clearfix.home {
    background: #16191b;
    padding: 40px;
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 14px !important;
    font-weight: normal;
    text-align: justify;
    font-family: 'Circe' !important;
    color: #ccc;
}
.full-text.clearfix.home {
    background: #16191b;
    padding: 40px;
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 15px;
    font-weight: normal;
    text-align: justify;
    font-family: 'Circe' !important;
    margin: 40px auto;
}
#synop {
    line-height: 1.6;
    font-size: 13px;
    word-wrap: break-word;
    max-height: 300px;
    overflow: auto;
    padding: 33px;
    padding-top: 23px;
    background: #171a1f;
    border-radius: 10px;
    line-height: 17px;
}
.full-text h1, .full-text h2, .full-text h3, .full-text h4, .full-text h5 {
    font-size: 14px;
    text-transform: capitalize;
    color: #e20613 !important;
    margin-top: 15px !important;
    margin-bottom: 0;
}

/* For WebKit browsers (Chrome, Safari) */
::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    background: #e20613 ;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background-color: #e20613 ;
    border-radius: 10px;
    border: 3px solid #f1f1f1;  /* Creates padding around the thumb */
}

::-webkit-scrollbar-thumb:hover {
    background-color: transparent;
}

/* For Firefox */
* {
    scrollbar-width: thin;
    scrollbar-color: #e20613 transparent;
}

.mobile_menu a {
    font-size: 13px;
    font-weight: 700;
    margin: 10px auto;
    display: block;
    width: 100%;
    color: #e20613;
}
