header{
    background-image: url("/img-2.webp");
    height: 600px;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment:scroll;
}

nav div{display: inline-block;
    height: 20px;
    text-align: center;

}
.name{
    padding-right: 80px;
    color: white;
    font-size: 3rem;
    color: red;
    font: bold;
    position: relative;
    top: 10px;
    left: 70px;
    
}
.button{
    position:relative ;
    left: 50%;
}
.line1{
    width: 900px;
    margin-left: 100px;
    font-weight: 700px;
    font-size: 4rem;
    color: white;
    position: relative;
    left: 180px;
    top: 80px;
    font-family: Arial, Helvetica, sans-serif;
}
.line3{
    margin-left:150px;
    color: white;
    position: relative;
    left: 210px;
    top: 85px;
   
    }

.line4{
    position: relative;
    left: 220px;
    top: 95px;
}
.but{
    width: 250px;
    color: white;
    height: 50px;
    background-color: rgb(227, 30, 30);
border-radius: 7px; 
font-size: 1.5rem; }
#bar{
    width: 400px;
    color: white;
 background-color: transparent;
    height: 44px;
    border-radius: 4px;
   
}
::placeholder{
    color: white;
    padding-left: 30px;
    font-size: 1.5rem;
    
}
nav{
    font-size: 2rem;
}
#lang{
    width: 150px ;
    height: 40px;
    background-color: transparent;
    color: white;
    padding-left: 30px;
    font-size: 1.2rem;
}
.sign{
    width: 150px ;
    height: 40px;
    background-color: rgb(227, 30, 30) ;
    color: white;
    font-size: 1.2rem;

}
body{
    background-color: black;
}
article{
    color: white;
}
.fig div{
    height: 500px;
    width: 300px;
    border: 1px solid transparent;
    border-radius: 20px;
    
}
.movies1{
    background-image: url("/HD1.jpeg");
    background-size: cover;
    height: 200px;
    width: 300px;
    text-align:center;
    
}
.movies2{
    background-image: url("/HD2.jpeg");
    height: 200px;
    background-size: cover;
    width: 300px;
    text-align:center;
}
.movies3{
    background-image: url("/HD3.jpeg");
    height: 300px;
    background-size: cover;
    width: 300px;
    text-align:center;
}
.movies4{
    background-image: url("/aforce.jpeg");
    height: 300px;
    background-size: cover;
    width: 300px;
    text-align:center;
}
.fig{
    display: flex;
    justify-content: space-evenly;
    margin-top: 40px;
}
#country{
    background-color: transparent;
    color: white;
    height: 50px;
    width: 180px;
    margin-right: 30px;
    font: bolder;
    font-size: 1.4rem;
    padding-left: 50px;
}
#movies{
    background-color: transparent;
    color: white;
    height: 50px;
    width: 180px;
    margin-right: 30px;
    font: bolder;
    font-size: 1.4rem;
    padding-left: 50px;
}
.trend{
    font-size: 1rem;
}

   

.col{
    color: white;
    height: 420px;
    width: 300px;
    border: 1px solid white;
    border-radius: 18px;
    background-image: url("/backgroung.jpg");
    background-size: cover;
}
aside span{
    display: block;
    font-size: 1.5rem;
    text-align: center;
    padding: 20px;
   
    
}
.tittle{
    color: white;
    display: block;
    margin-bottom: 40px;
    font-size: 1.8rem;
}
aside{
    display: flex;
    justify-content: space-around;
    
}
.main{
    font-size: 2rem;
    margin-bottom: 40px;
    text-align: center;
}
.column{
    height: 70px;
    width: 100%;
    border: 1px solid transparent;
    font-size: 3rem; 
    margin: 30px;
    background-color: rgb(100, 97, 97);
}
.column:hover{
    background-color: rgb(189, 185, 185);
   
}
.column-name{
    font-size: 2rem;
    border: 1px solid transparent;
    width: 500px;
    margin: 50px;
}
.sign:hover{
    background-color: white;
    color: black;
}
#lang:hover{
    border: 3px solid white;
    color: black;
    background-color: white;
  
}
.but:hover{
    background-color: white;
    color: black;
}
.name:hover{
    color: rgb(208, 123, 130);
}
.bar:hover{
    border: 2px solid white;
    
}
#country:hover{
    color: black;
background-color: white;
}
#movies:hover{
    color: black;
    background-color: white;
}
.movies1:hover{
    border: 7px rgb(244, 243, 248);
 border-style: groove;
}
footer{
    color: white;
    font-size: 2rem;
    display: grid;
    grid-template-columns: 3fr 3fr 3fr 3fr;
    margin-top: 200px;
    margin-bottom: 400px;
    padding-left: 130px;
}
footer span{
    display: block;
    padding-bottom: 40px;
}
.movies2:hover{
    border: 7px rgb(255, 255, 255);
 border-style: groove;
}
.movies3:hover{
    border: 7px rgb(246, 246, 247);
 border-style: groove;
}
.movies4:hover{
    border: 7px rgb(245, 245, 248);
 border-style: groove;
}
.col:hover{
    border: 7px solid;
    border-color: rgb(31, 227, 207);
}
footer span:hover{
    color: grey;
}