.slideshow-container
{
    margin-top: 20px;
    width: 100%;
    height: 300px;
    box-shadow: 4px 4px 4px 4px lightgray;
    border-radius: 15px;
}

.slideshow-container img{
    width: 100%;
    height: 300px;
}
.header
{
    background-color: darkslateblue;
    margin-top: -17px;
    padding: 7px;
    margin-left: -10px;
    margin-right: -10px;
    /* border: 2px solid black; */
    height: 60px;
}
.header .head-ol
{
    float: left;
    width: 1800px;
}
select{
    margin-left: 400px;
}
list{
    padding-right: 20px;
    color: white;
}
input{
    width: 600px;
    padding: 11px;
    border-radius: 11px;
}
select{
    background-color: transparent;
    border: 0ch;
    color: white;
}
option{
    background-color: black;
    color: white;
}
button{
    background-color: deeppink;
    border-radius: 7px;
    padding: 8px;
    color: white;
}
.options
{
    background-color: rgb(34, 37, 57);
    margin-top: -16px;
    margin-left: -10px;
    margin-right: -10px;
    height: 45px;
    color: white;
}
.right
{
    margin-left: 500px;
}
.slide-container{
    margin-top: 8px;
}
.Recommended{
    /* border: 2px solid black; */
    width: 1450px;
    height: 800px;
}

.Top div{
    width: 250px;
    height: 450px;
    display: inline-block;
    /* border: 2px solid black; */
    margin-left: 50px;
}
img{
    width: 250px;
    height: 450px;
    border-radius: 15px;
}
h2{
    margin-top: -2px;
}
.rec{
    margin-left: 100px;
}
.banner{
    border: 2px solid black;
    padding: 20px;
    border-radius: 20px;
    margin-left: 100px;
    margin-right: 100px;
    background-image: url("../images/mid.png");
    margin-top: -150px;

}
.banner h1{
    margin-left: 500px;
    color: transparent;
    font-size: 30px;
}
.types div{
    display:inline-flex ;
    padding: 30px;
    margin-left: 30px;
    
}
.types{
    /* border: 2px solid black; */
    height: 300px;
    
}
.types div img{
    height: 250px;
    border-radius: 25px;
}
.best{
    margin-left: 80px;
    margin-top: 90px;
    
}
.premium{
    border: 2px solid black;
    height: 750px;
    margin-top: 50px;
    background-color: rgb(43, 49, 72);
    color: white;
    margin-left: -10px;
    margin-right: -10px;
}
.top-pre {
    display: inline-flex;
    margin-left: 50px;
    margin-top: 20px;
}
.pre{
    margin-top: -20px;
}
.top-pre div{
    padding: 20px;
}
.logo{
    width: 80px;
    height: 80px;
}
.head{
    margin-left: 60px;
    margin-top: -30px;
}
.pre-mov{
    display: inline-flex;
    margin-left: 30px;
}
.pre-mov div{
    padding: 30px;
}
.pre-mov div img{
    height: 370px;
    width: 220px;
}
.div-logo{
    width: 100px;
    height: 100px;
}
.bottom
{
    background-color: rgb(51, 51, 56);
    height: 350px;
    margin-top: -140px;
}
body{
    background-color: black;
}
.inside div{
    display: inline-flex;
    padding-right: 40px;
    margin-left: 20px;
    color: white;
    margin-top: 50px;
}
pre{
    font-size: 20px;
}
.contactus{
    text-align: center;
    color: white;
}
body {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: lighter;
}