@import url('https://fonts.googleapis.com/css2?family=Inter:wght@700&display=swap');

/* html {
  overflow: hidden;
} */

/* Primary Colors: */

.timenite-blue {
  color: #3ab0ff;
}

.timenite-peach {
  color: #f87474;
}

.timenite-white {
  color: #f9f2ed;
}

.timenite-black {
  color: #232323;
}

body {
  background-color: #f9f2ed;
  font-family: "Dangrek";
  color: #f87474;
  /* height: 100vh; */
  overflow-x: hidden;
}

@media (min-width:1048px)  {
.navbar {
    max-width: 75rem;
    display: flex;
    justify-content: center;
    margin: auto;
  }

  #item-shop-preview{
    max-width: 1080px;
    margin: auto;
  }

  .image-message {
    margin-top: -25px;
  }
  
  .item-shop-full {
    max-width: 1080px;
    margin-inline: auto;
  
  }
}






a {
  color: #3ab0ff;
}


.day-counter-days {
  font-size: 40px;
}

.countdown-hours {
  font-size: 90px;
  list-style-type: none;
}

.season-info {
  font-size: 50px;
}

.paragraph {
  font-family: "Inter";
}

.navbar {
  background-color: transparent;
  text-align: center;
}

.subtitle {
  overflow: hidden;
}



/* For mobile phones only: */
@media only screen and (max-width: 768px) {
  .countdown-hours {
    justify-content: center;
  }
  .countdown-hours {
    list-style-type: none;
  }
  .item-shop {
    padding-top: 150px;
  }
  .navbar-menu {
    background-color: #f9f2ed;
  }
  .item-shop-full {
    max-width: 480px;
    margin-inline: auto;
  }


}



@media (prefers-color-scheme: dark) {

  .navbar-menu {
    background: #101010;
  }
}





.li {
  color: #3ab0ff;
}

hr {
  display: block;
  max-width: 520px;
  height: 1px;
  border-bottom: 2px dashed #eee;
  background: #999;
  margin: 1em 0;
  padding: 0;
  margin: auto;
}


@media (prefers-color-scheme: dark) {
  body {
    background-color: #101010;
  }
  .timenite-black {
    color: #f9f2ed;
  }

  strong {
    color: #f9f2ed;
  }

  hr {
    border-bottom: 2px dashed #eee;
    background: #999;
  }

}

.support-section {
  max-width: 480px;
}

.blog-post {
  max-width: 480px;
  margin: auto;
}

.blog-section {
  max-width: 480px;
}

.advertisement {
  margin: auto;
  max-width: 728px;
}



/* .item-shop-full {
  z-index: 99;
} */


/* Loader */
.content-loader {
  padding-top: 150px;
  padding-bottom: 350px;

}


.loader {
height: 150px;
width: 100px;
border-radius: 55px 55px 10px 10px;
position: relative;
background: #FF3D00;
margin: auto;
margin-top: 70px;



background-image: linear-gradient(0deg,
#f63a99 25%,
#30dcf6 25%,
#30dcf6 25%,
#30dcf6 50%,
#f2d200 50%,
#f2d200 50%,
#f2d200 75%,
#70ca5c 75%);
background-position: 0px 0px;
background-size: auto 175px;
background-repeat: repeat-y;
animation: colorShift 6s linear infinite;

}
.loader:before {
content: '';
position: absolute;
left: 10px;
bottom: 15px;
width: 15px;
height: 80px;
border-radius: 50px;
background: rgba(255, 255, 255, 0.5);

}

.loader:after {
content: "";
position: absolute;
left: 50%;
top: 100%;
transform: translate(-50% , 0);
box-shadow: 0 15px 2px rgba(0, 0, 0, 0.25) inset;
width: 32px;
height: 45px;
background: #E09C5F;
border-radius: 0 0 12px 12px;
}

@keyframes colorShift {
to {    background-position: 0 175px}
}




.hider {
visibility: hidden;
}