* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

/* navigtion bar */
#nav {
    width: 100%;
    height: 12vh;
    border: 1px solid grey;
}

.navrap {
    width: 90%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto;
    /* grid-column-gap: 20px; */
    /* border: 2px solid black; */
}

.search {
    padding-top: 9px;
    margin-left: -350px;
}

#search {
    width: 90%;
    height: 8vh;
}

#nav1 {
    /* margin-top: 20px; */
    height: 10vh;
    width: 100%;
    border-bottom: 1px solid black;
}

.navrap1 {
    width: 80%;
    margin: auto;
}

.menu1 {
    margin-left: -6%;
}

.menu1 ul {
    margin-top: 20px;
}

.menu1 ul li {
    display: inline;
}

.menu1 ul li a {
    text-decoration: none;
    color: black;
    padding-right: 5px;
}

.menu1 ul li a:hover {
    background-color: rgba(0, 0, 0, 0.2);
    border-top: 2px solid white;
    border-bottom: 2px solid white;
    border-radius: 5px;
}
/* slideshow */
* {
    box-sizing: border-box
}

/* Slideshow container */
.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
}

/* Hide the images by default */
.mySlides {
    display: none;
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}
/* movies */
.movies {
    height: 85vh;
    width: 100%;
}

.movies h2 {
    margin-top: 20px;
    margin-left: 50px;
}

.moviesrap {
    width: 100%; 
    display: grid;
    grid-template-columns: auto auto auto auto auto auto auto auto;
     overflow: auto;  
}


.moviesname img {
    margin-top: 10px;
    margin-left: 50px;
    border-radius: 6px
}
.moviesname img:hover {
    background-color: rgba(0, 0, 0, 0.2);
    border-top: 2px solid white;
    border-bottom: 2px solid white; 
    border-radius: 25px;
     transition: 0.2s ease-in-out;
}

/* stream */
.stream {
    height: 75vh;
    width: 100%;
}

.stream h2 {
    margin-top: 20px;
    margin-left: 50px;
}

.streamrap {
    width: 100%; 
    display: grid;
    grid-template-columns: auto auto auto auto auto auto auto auto auto auto auto auto;
     overflow: auto;  
}


.streamname img {
    margin-top: 10px;
    margin-left: 50px;
    border-radius: 6px
}
.streamname img:hover {
    background-color: rgba(0, 0, 0, 0.2);
    border-top: 2px solid white;
    border-bottom: 2px solid white; 
    border-radius: 25px;
     transition: 0.2s ease-in-out;
}

/* tv show */
.show{
    height: 75vh;
    width: 100%;
}

.show h2 {
    margin-top: 20px;
    margin-left: 50px;
}

.showrap {
    width: 100%; 
    display: grid;
    grid-template-columns: auto auto auto auto auto auto auto auto auto auto;
     overflow: auto;  
}


.showname img {
    margin-top: 10px;
    margin-left: 50px;
    border-radius: 6px
}
.showname img:hover {
    background-color: rgba(0, 0, 0, 0.2);
    border-top: 2px solid white;
    border-bottom: 2px solid white; 
    border-radius: 25px;
     transition: 0.2s ease-in-out;
}

/* offer */
.offer{
    height: 71vh;
    width: 100%;
}

.offer h2 {
    margin-top: 20px;
    margin-left: 50px;
}

.offerrap {
    width: 100%; 
    display: grid;
    grid-template-columns: auto auto auto auto auto auto auto auto auto auto;
     overflow: auto;  
}


.offername img {
    margin-top: 10px;
    margin-left: 50px;
    border-radius: 6px
}
.offername img:hover {
    background-color: rgba(0, 0, 0, 0.2);
    border-top: 2px solid white;
    border-bottom: 2px solid white; 
    border-radius: 25px;
     transition: 0.2s ease-in-out;
}
/* footer  */
.footer {
    width: 100%;
    height: 40vh;
    background: linear-gradient(to bottom ,white,grey,grey);
    border-top: 1px solid #222;
}

.footrap {
    width: 80%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    padding-top: 20px;
}

/* #icon1{
    margin-top: 10px;
} */
.box8 ul li {
    list-style: none;
    font-size: 20px;
}

.box8 ul li a {
    color: black;
    font-size: 20px;
}