* {
  margin: 0;
  padding: 0;
  font-family: sans-serif;
}

body {
  overflow-x: hidden;
}

#overlay {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 999; /* Sit below the modal but above everything else */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  background-color: black; /* Make the background dark */
  opacity: 0.9; /* You can adjust this value to make it darker or lighter */
}


.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1000; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgba(0,0,0,0.7); /* Black w/ opacity */
  backdrop-filter: blur(10px); /* Blur the background */
}

.main-content.blur {
  filter: blur(15px);
  background-color: #000000;
}


.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fefefe;
  padding: 20px;
  border: 1px solid #888;
  width: 30%; /* Could be more or less, depending on screen size */
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

#verify-age {
  color: white;
  padding: 10px 20px;
  background-color: #f44336; /* Red */
  border: none;
  cursor: pointer;
  margin-top: 20px;
  display: block; /* Make the button block level to fill modal width */
  width: 100%;
}

#exit-site {
  color: white;
  padding: 10px 20px;
  background-color: #555; /* Gray */
  border: none;
  cursor: pointer;
  margin-top: 10px;
  display: block; /* Make the button block level to fill modal width */
  width: 100%;
}



#hero {
  width: 100%;
  height: 111vh;
  background-image: url(img/slide/1.jpg);
  background-size: 99%;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  bottom: 35px;
  margin-top: 10px;
}

.user {
  display: flex;
  align-items: center;
}
.user img {
  width: 30px;
  margin-left: 50px;
  cursor: pointer;
}

button {
  padding: 8px 25px;
  background: #ceab57;
  outline: none;
  border: 2px solid #fff;
  border-radius: 20px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
}

.info button {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  border: 1px solid #ced0d2;
  color: #000000;
  font-size: 20px;
  font-weight: bold;
}

/*
.container3 {
    width: 50%;
    height: 100vh;
    background: rgba(86, 86, 86, 0.3);
    backdrop-filter: blur(10px);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 35px;
}
*/

.info {
  left: 4%;
  width: 550px;
  color: #fff;
  position: absolute;
  /* right: 0; */
  top: 50%;
  transform: translateY(-50%);
}
.info h1 {
  font-size: 60px;
  letter-spacing: 10px;
}
.info p {
  color: #f0eef1;
  font-size: 1.25em;
  margin: 20px 0;
  line-height: 18px;
}

.slider {
  display: flex;
  align-items: center;
  position: absolute;
  right: 30px;
  bottom: 200px;
}
#prev,
#next {
  width: 30px;
  cursor: pointer;
}
.preview {
  display: flex;
  align-items: center;
  margin: 0 60px;
}
.preview img {
  width: 60px;
  margin: 0 10px;
  opacity: 0.4;
}
.preview .active {
  display: block;
  border: 3px solid #fff;
  width: 100px;
  opacity: 1;
}



@media screen and (max-width: 992px) {
  #hero {
    width: 94%;
    margin: 20px auto;
    height: 94vh;
    background-size: 163%;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    bottom: 35px;
  }
  #hero .info {
    display: none;
  }
}

@media screen and (max-width: 714px) {
  #hero {
    width: 99%;
    margin: 20px -1px;
    height: 740px;
    background-size: 263%;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    bottom: 35px;
  }
  #hero .info {
    display: none;
  }
}

@media screen and (max-width: 490px) {
  #hero {
    width: 103%;
    margin: 4px 0px;
    height: 740px;
    background-size: 351%;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    bottom: 35px;
  }

  .preview img.thumbnail {
    width: 45px;
    margin: 0 10px;
    opacity: 0.4;
  }
  .preview img.active {
    display: block;
    border: 3px solid #fff;
    width: 65px;
    opacity: 1;
  }
  .preview {
    display: flex;
    align-items: center;
    margin: 0px 15px;
  }

  .slider {
    display: flex;
    align-items: center;
    position: absolute;
    right: 33px;
    bottom: 51px;
  }
  #hero .info {
    display: none;
  }
}

@media screen and (max-width: 375px) {
  #hero {
    width: 100%;
    margin: -37px 0px;
    height: 749px;
    background-size: 363%;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    bottom: 35px;
  }
  .slider {
    display: flex;
    align-items: center;
    position: absolute;
    right: 12px;
    bottom: 92px;
  }
  .preview {
    display: flex;
    align-items: center;
    margin: 0px 7px;
  }
}

@media screen and (max-width: 360px) {
  #hero {
    width: 100%;
    margin: -41px 0px;
    height: 732px;
    background-size: 364%;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    bottom: 35px;
  }
  .slider {
    display: flex;
    align-items: center;
    position: absolute;
    right: 10px;
    bottom: 92px;
  }
  .preview {
    display: flex;
    align-items: center;
    margin: 1px 2px;
  }
}
