* {
    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);
}

/* kolkata */
.kolkata {
    height: 10vh;
    /* border: 2px solid black; */
    margin-left: 6%;
}



/* movies */
.movies {
    height: 385vh;
    width: 100%;
    /* border: 2px solid black; */
}


.moviesrap {
    width: 96%;
    display: grid;
    grid-template-columns: auto auto auto auto;
}


.moviesname img {
    /* margin-top: 22%; */
    margin-left: 25%;
    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;
}

.moviesname h3 {
    padding-top: 5%;
    margin-left: 27%;
}

.moviesname p {
    padding-top: 5%;
    margin-left: 27%;
}

/* 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;
}