@font-face {
    font-family: 'OptimaDisplay-Book';
    src: url('/assets/fonts/OptimaDisplay-Book.otf');
}

html {
  scroll-behavior: smooth;
}

html, body {
  font-family: "OptimaDisplay-Book", sans-serif;
}

*{
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

h1, h2, h3, h4, h5, h6, p {
    color: #ffffff;
}

.banner {
  height: 60vh;
  width: 100%;
  background: url('/assets/Renutrive_LP_Hero-Banner_PC.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.banner-btn {
  position: absolute;
  margin: 0 !important;
  top: 20rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.countdown-container{
  display: flex;
  justify-content: center;
  flex-direction: column;
  background-image: url('/assets/Star-2.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.countdown-container button{
  width: 120px;
}

.text-container {
  display: flex;
  justify-content: center;
  margin: 50px 0px;
  text-align: center;
}

.countdown{
  display: flex;
  justify-content: center;
  gap: 20px;
}

.countdown-text h1{
  font-size: 2rem;
}

.btn-section {
  margin-bottom: 30px;
}

.btn-section a {
  width: 150px;
  padding: 8px 10px;
  background-color: black;
  color: white;
  border: 2px solid goldenrod;
  border-radius: 2px;
}

.countdown-dots {
  align-self: center;
  font-size: 3rem;
}

.countdown > div{
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  outline: 1px solid goldenrod;
  width: 150px;
  height: 200px;
  margin: 0px 30px;
}

.image-gallery-container{
  display: flex;
  flex-direction: column;
  background-color: black;
  padding-bottom: 25px;
}

.image-gallery-container .venue-text h1{
  font-size: 1.5rem;
}

.image-tout > div {
  outline: 2px solid goldenrod;
}

.image-tout{
  display: flex;
  justify-content: space-evenly;
  padding: 0px 30px;
  margin-bottom: 150px;
}

.image-gallery-container.desktop img{
  width: 400px;
  height: 400px;
}

.image-gallery-container.mobile img{
  width: 100%;
  height: unset;
}

.number {
  font-weight: 500;
  font-size: 44px;
  color: #CAA78C;
}

div span:last-of-type{
  font-size: 12px;
}

.time-text {
  color: goldenrod;
  font-size: 5rem;
}

a:hover {
  text-decoration: none;
}

@media screen and (max-width:600px){
  .countdown{
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-top: 30px;
  }
  .countdown > div{
    width: 250px;
    height: 60px;
    margin: 0;
    flex-direction: row;
    justify-content: space-between;
    padding: 20px;
  }
  div span:last-of-type{
  font-size: 24px;
    text-transform: uppercase;
}
  .number {
  font-size: 34px;
}

  .time-text{
    font-size: 3rem;
  }

  .countdown h2{
    font-size: 1.5rem;
    margin: 0;
    text-align: start;
  }

}


@media screen and (max-width:1600px) {
  .image-gallery-container.desktop img{
    width: 300px;
    height: 300px;
  }

  .venue-text h1{
    font-size: 1.2rem;
  }
}

@media screen and (max-width:1200px) {
  .image-gallery-container.desktop img{
    width: 200px;
    height: 200px;
  }
}

@media screen and (max-width:865px) {
  .image-gallery-container.desktop img{
    width: 150px;
    height: 150px;
  }

}

@media screen and (min-width:768.99px) {
  .mobile {
    display: none;
  }
}

@media screen and (max-width:768.99px) {
  .desktop {
    display: none;
  }
  
  .time-text{
    font-size: 3rem;
  }

  .countdown > div {
    margin: 10px;
  }

  .countdown-dots{
    display: none;
  }

  .venue-text h1{
    font-size: 1.2rem;
  }
}

@media (max-width: 1920px) { 

  .banner-btn {
    top: 25rem;
  }

 }

@media (max-width: 575px) { 

  .banner {
    height: 50vh;
  }

  .banner-btn {
    top: 16rem;
  }
}

@media (max-width: 480px) { 

  .banner-btn {
    top: 16rem;
  }

}

@media (max-width: 375px) { 

  .banner-btn {
    top: 16rem;
  }

 }