
html{
  scroll-behavior: smooth;
}

body{
    margin:0px;
    padding: 0px;
    font-family: poppins;
    background-color: rgb(255, 255, 255);
}
*{
    box-sizing: border-box;
}
ul{
    list-style: none;
}
a{
    text-decoration: none;
}

nav .menu{
    display: flex;
}
nav .menu li a{
    height: 40px;
    line-height: 43px;
    margin: 0px;
    padding: 0px 22px;
    display: flex;
    font-size: 0.8rem;
    text-transform: uppercase;
    font-weight: 500;
    color:rgb(255, 255, 255);
    letter-spacing: 1px;
		background: rgb(255, 255, 255);
}


h4{
	color: white;
	
	width: 100%;
	position: relative;
}





/* Scroll top */
.scrolltop{
  position: fixed;
  right: 1rem;
  bottom: -20%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  background: rgba(32, 32, 32, 0.5);
  border-radius: .4rem;
  z-index: 10px;
  transition: .4s;
  visibility: visible;
}

.scrolltop:hover{
  background-color: rgb(255, 255, 255);
}

.scrolltop .icon{
  size: 5px;
  color: rgb(0, 0, 0);
	width: 100%;
	
}

/* Show scrolltop */
.show-scroll{
  visibility: initial ;
  bottom: 1.5rem;
}

h3{
    color:#000000;
}
nav .menu li a:hover{
    background-color: #000000;
    color:#ffffff;
    box-shadow: 5px 10px 30px rgba(0, 0, 0, 0);
    transition: all ease 0.2s;
}
#main{
    padding-top: 80px;
    background-color: #ffffff;
}
.showcase-box{
    width:430px;
    height: 250px;
    box-shadow: 5px 15px 30px rgba(41, 41, 41, 0);
    border-radius: 15px;
    margin:0px 20px 10px 20px;
    overflow: hidden;
}
.showcase-box img{
    width:100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.showcase-heading{
    padding-left: 30px;
    font-weight: 500;
    letter-spacing: 0px;
    text-transform: uppercase;
    font-size: 1.2rem;
    color: #000000;
}
.showcase-box:hover{
    transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */;
    transition: all ease 0.4s;
		background-color: rgba(15, 15, 15, 0);
		position: relative;
		text-emphasis: flex;

}
.cs-hidden{
    overflow: visible !important;
}
#latest{
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.latest-heading{
    margin: 30px 30px 0px 30px;
    font-weight: 800;
    font-size: 1.8rem;
		color: #000000;
}
.latest-box{
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.753);
    margin: 20px 10px;
    border-radius: 10px;
    overflow:hidden;
    width:200px;
    background-color: #000000;
}
.latest-b-img{
    width:100%;
    height: 270px;
}
.latest-b-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.latest-b-text strong{
    color:#ffffff;
    margin: 0px;
}
.latest-b-text{
    width:100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 10px;
}
.latest-b-text p{
    color:#f3f3f3;
    margin: 0px;
}
.latest-box:hover{
    transform: scale(1.3); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */;
    transition: all ease 0.7s;
}
.movies-heading h2{
    font-weight: 400;
    margin: 0px;
    padding: 1px 20px;
    background-color: rgb(0, 0, 0);
    border: 1px solid rgb(0, 0, 0);
    font-size: 1.7rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    width: 100%;
		color: #ffffff;
}
.movies-heading{
    display: flex;
    margin:0px 2%;
		color: #ffffff;
}
.movies-box{
    width:300px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    box-shadow: 2px 2px 30px rgb(20, 20, 20);
    margin: 20px;
    border-radius: 5px;
    overflow: hidden;
    border-top: 3px solid #000000;
}
.movies-img{
    width:100%;
    height: 400px;
    position: relative;
}
.movies-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.movies-box a{
    text-align:center;
    display: -webkit-flex;
    font-weight: 600;
    display: -webkit-box;
    max-width: 80%;
    -webkit-line-clamp: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #ffffff;
    margin: 20px;
		
}
.movies-box:hover{
    transform: translateY(-10px);
    transition: all ease 0.2s;
}
#movies-list{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.quality{
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #1f1f1f;
    color: #ffffff;
    padding: 5px 20px;
    font-weight: 500;
    border-radius: 0px 0px 10px 10px;
    box-shadow: 5px 10px 30px rgb(0, 0, 0);
}


footer{
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-top: 1px solid rgb(0, 0, 0);
 
}
footer p{
    color:#000000;
    margin: 10px 0px;
    font-size: 0.9rem;
}
nav .menu-btn{
    display: none;
}
@media(max-width:1120px){
    nav{
        justify-content: inherit ;
        height: 70px;
        padding: 0px 10px;
    }
    nav .menu{
       display: none;
        position: relative;
        top: 65px;
        left: 0px;
        background: rgb(0, 0, 0);
        border-bottom:4px solid #242424;
        width:80%;
        padding:0px;
        margin:0px;
    }
    .menu li{
        width:80%;
    }
    nav .menu li a{
        width: 100%;
        height: 40px;
        align-items: center;
        margin: 0px;
        padding:25px;
        border:1px solid rgba(38,38,38,0.03);
    }
 
    nav .menu-icon{
        cursor: pointer;
        float: right;
        padding:28px 20px;
        position: relative;
        user-select: none;
        display: block;
    }
    nav .menu-icon .nav-icon{
        background-color: #333333;
        display: block;
        height: 2px;
        position: relative;
        transition: background 0.2s ease-out;
        width: 18px;
    }
    nav .menu-icon .nav-icon:before,
    nav .menu-icon .nav-icon:after{
        background: #333333;
        content: '';
        display: block;
        height: 100%;
        position: absolute;
        transition: all ease-out 0.2s;
        width: 100%;
    }
    nav .menu-icon .nav-icon:before{
        top:5px;
    }
    nav .menu-icon .nav-icon:after{
        top:-5px;
    }
    nav .menu-btn:checked ~ .menu-icon .nav-icon{
        background: transparent;
 
    }
    nav .menu-btn:checked ~ .menu-icon .nav-icon:before{
        transform: rotate(-45deg);
        top: 0;
    }
    nav .menu-btn:checked ~ .menu-icon .nav-icon:after{
        transform: rotate(45deg);
        top: 0;
    }
    nav .menu-btn{
        display: none;
    }
    nav .menu-btn:checked ~ .menu{
        display: block;
    }
}
@media(max-width:680px){
    .showcase-box{
        max-width: 300px;
        height: 180px;
        margin: 10px;
    }
    .latest-box{
        width:190px;
        margin: 20px 5px;
    }
    .movies-box{
        flex-direction: row;
        width:90%;
        border: 1px solid rgba(0,0,0,0.2);
    }
    .movies-box a{
        width:65%;
    }
    footer{
        justify-content: space-between;
        padding:20px;
        text-align: center;
			  color:#ffffff;
    }
}
@media(max-width:440px){
    .movies-box a,.movies-box{
        width: 100%;
    }
    .movies-box{
        flex-direction: column;
    }
    .logo img{
        height: 30px;
    }
    .search{
        width: 90%;
        height: 40px;
    }
}