* {
    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);
}

/* Caption text */
/* .text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
} */

/* Number text (1/3 etc) */
/* .numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
} */

/* The dots/bullets/indicators */
/* .dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
/* .fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}  */

/* movies */
.movies {
    height: 80vh;
    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 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;
}
.moviesname h3 {
    margin-left: 50px;
}
.moviesname p{
    margin-left: 50px;
}
/* banner */
.banner2{
    height: 25vh;
    /* width: 100%; */
    margin-top: 1%;
    background-image: url(./banner1.avif);
    background-repeat: no-repeat;
    background-size: 95%;
    margin-top: 3%;
    margin-left: 5%;
}
/* best events */
.bestevents{
    height: 45vh;
    width: 100%;
}
.bestevents h2 {
    /* margin-top: 20px; */
    margin-left: 50px;
}
.besteventsrap {
    width: 100%; 
    display: grid;
    grid-template-columns: auto auto auto auto auto;
}

.image img {
    margin-top: 14px;
    margin-left: 42px;
    border-radius: 6px;
}
/* music*/
.music {
    height: 80vh;
    width: 100%;
}

.music h2 {
    margin-top: 20px;
    margin-left: 50px;
}

.musicrap {
    width: 100%; 
    display: grid;
    grid-template-columns: auto auto auto auto;
} 

.musicname img {
    margin-top: 10px;
    margin-left: 55px;
    border-radius: 6px;
}
.musicname 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;
}
.musicname h3 {
    margin-left: 60px;
}
.musicname p{
    margin-left: 60px;
}
/*  events */

.events {
    height: 80vh;
    width: 100%;
}

.events h2 {
    margin-top: 20px;
    margin-left: 50px;
}

.eventsrap {
    width: 100%; 
    display: grid;
    grid-template-columns: auto auto auto auto auto auto;
    overflow: auto;
} 

.eventsname img {
    margin-top: 10px;
    margin-left: 50px;
    border-radius: 6px;
}
.eventsname 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;
}
.eventsname h3 {
    margin-left: 50px;
}

/* outdoor */
.outdoor {
    height: 80vh;
    width: 100%;
}

.outdoor h2 {
    margin-top: 20px;
    margin-left: 50px;
}

.outdoorrap {
    width: 90%; 
    display: grid;
    grid-template-columns: auto auto auto auto auto;
} 

.outdoorname img {
    margin-top: 10px;
    margin-left: 35px;
    border-radius: 6px;
}
.outdoorname 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;
}
.outdoorname h3 {
    margin-left: 50px;
}
.banner3{
    height: 80vh;
    width: 80%;
    background-image: url(./offer.png);
    background-repeat: no-repeat;
    background-size: 100%;
    margin-left: 150px;
} 



/*top movies */
.movies1 {
    height: 78vh;
    width: 90%;
}

.movies1 h2 {
    margin-top: 20px;
    margin-left: 50px;
}

.moviesrap1 {
    width: 90%; 
    display: grid;
    grid-template-columns: auto auto auto auto auto;
     /* overflow: auto;   */
}


.moviesname1 img {
    margin-top: 10px;
    margin-left: 35px;
    border-radius: 6px
}
.moviesname1 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;
}
.moviesname1 h3 {
    margin-left: 50px;
}
/*buy/rent movies */
.movies2 {
    height: 80vh;
    width: 100%;
}

.movies2 h2 {
    margin-top: 20px;
    margin-left: 50px;
}

.moviesrap2 {
    width: 100%; 
    display: grid;
    grid-template-columns: auto auto auto auto;
     /* overflow: auto;   */
}


.moviesname2 img {
    margin-top: 10px;
    margin-left: 65px;
    border-radius: 6px
}
.moviesname2 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;
}
.moviesname2 h3 {
    margin-left: 65px;
}

/*sports */
.sports {
    height: 80vh;
    width: 100%;
}

.sports h2 {
    margin-top: 20px;
    margin-left: 50px;
}

.sportsrap {
    width: 100%; 
    display: grid;
    grid-template-columns: auto auto auto auto;
     /* overflow: auto;   */
}


.sportsname img {
    margin-top: 10px;
    margin-left: 65px;
    border-radius: 6px
}
.sportsname 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;
}
.sportsname h4 {
    margin-left: 65px;
}
.footerbanner{
    height: 85vh;
    width: 80%;
    background-image: url(./banner3.avif);
    background-repeat: no-repeat;
    background-size: 100%;
    margin-left: 150px;
} 

/* 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;
}