.htp-body{
    font-family: Jost, Arial, Helvetica, sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
    margin:0;
    line-height:1;
    background-color: white;
    /*color:white;*/
}
.htp-body *,.htp-body  *:before,.htp-body *:after {
    box-sizing: border-box;
}

.htp-overlay-opacity {
    position: absolute;
    top: 0;
    left: 0;
    opacity:.9;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    z-index: 1;
}

.htp-overlay-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:url('https://www.flipmind.com/timezone/assets/images/timezone-bg-top.webp') no-repeat top;
    background-size:cover;
    z-index: 12;
}

.htp-container{
    max-width:750px;
    margin:0 auto;
    width:100%;
    overflow: hidden;
}

.htp-footer .htp-container{
  max-width:1200px;
  margin:0 auto;
  width:100%;
  overflow: hidden;
}

.htp-padding{
    padding-left:15px;
    padding-right:15px;
}


.htp-header{
    width: 100%;
    background-size:cover;
    background-position:center;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding:10px 0;
    margin-bottom:20px;
    height:25vw;
    min-height:200px;
    max-height:560px;

}

.htp-header__content{
    position: relative;
    z-index: 2;
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.htp-header__content h1{
    display:block;
    color:white;
    text-transform: uppercase;
    font-size:1.25rem;
    line-height:1.3rem;
    margin:0;
}
.htp-header__content h2{
    display:block;
    color:white;
    font-size:2rem;
    margin-top:.5rem;
    margin-bottom:.5rem;
    line-height:1.3rem;
}


.htp-main h1,.htp-main h2,.htp-main h3{
    font-weight: 700;
    line-height: 1.2;
    font-family:  Jost, Arial, Helvetica, sans-serif;
}

.htp-main h2{
    margin:.4rem 0 .7rem;
    font-size:1.5rem;
    @media only screen and (min-width: 768px) {
      font-size:2.3rem;
    }
}
.htp-main h3{
  margin:.75rem 0 .5rem;
  font-size:1.3rem;
  @media only screen and (min-width: 768px) {
    font-size:2rem;
  }
}

.htp-header-intro{
    line-height:1;
    padding-top:2rem !important;
    margin-bottom:0.2rem;
    font-size:1.2rem;
    letter-spacing: 1px;
    text-transform: uppercase;
}


.htp-main p, .htp-main li{
    line-height:1.5;
    margin:5px 0 15px;
}

.htp-main img{
    width:100%;
    margin: 0 auto;
    height:auto;
    text-align: left;
}

.htp-main li p{
    margin:0px 0 2px;
}


.htp-main li{margin:0 0 5px -20px;padding:0;}

  .htp-footer{
    background-image:url('https://games-egq.pages.dev/assets/images/timezone-bg-btm.webp');
    background-position: bottom;
    background-repeat: repeat-y;
    background-size:cover;
  }

  
  .htp-footer{
    text-align: center;
    padding:1rem 0;
  }
  .htp-footer a{
    display: inline-block;
    width:100%;
    padding:10px 15px;
    text-decoration: none;
  }
  .htp-footer h3{
    text-transform: capitalize;
    margin:.75rem 0 .5rem;
    font-size:1.4rem;
    @media only screen and (min-width: 768px) {
      font-size:1.8rem;
    }
  }
  
  .htp-footer p{
    font-size:1.5rem;
    margin:10px 0;
  }
  .htp-footer img{
    display: block;
  }
  .htp-scroll{
    margin-top:1rem;
    width:100%;
  }
  .htp-other{
    display: flex;
    flex-direction: column;
  }
.htp-embed-container { 
    position: relative; 
    padding-bottom: 56.25%; 
    height: 0; overflow: hidden; 
    max-width: 100%; 
  } 
  
  .htp-embed-container iframe, 
  .htp-embed-container object, 
  .htp-embed-container embed { 
    position: absolute; 
    top: 0; left: 0; 
    width: 100%; 
    height: 100%; 
  }


  .htp-scroll {
    width: 100%;
    margin-bottom:20px;
}

.htp-scroll::-webkit-scrollbar {
    height: 8px;
}

.htp-scroll::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

.htp-scroll::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
}

.htp-scroll::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.htp-other {
    display: flex;
    gap: 15px;
    padding: 0 20px;
    overflow-x: auto;
    white-space: nowrap;
    @media only screen and (min-width: 768px) {
          display: flex;
          flex-flow: row wrap;
          white-space: normal;
    }
    white-space: nowrap;
    padding: 5px 15px;
    scrollbar-width: thin;
    scrollbar-color: #888 #f1f1f1;
    flex-direction: row;
}

.htp-other a {
    display: inline-block;
    text-decoration: none;
    color: #333;
    text-align: center;
    flex: 0 0 auto;
    margin:0;
    padding:0;
    width:220px;
    @media only screen and (min-width: 768px) {
      width:260px;
    }
}

.htp-other img {
  width:220px;
  @media only screen and (min-width: 768px) {
    width:260px;
  }
    object-fit: cover;
    border-radius: 8px;
    aspect-ratio: 6 / 4;
}

.htp-other p {
    margin: 10px 0 5px;
    font-size: 16px;
    font-weight: 500;
}