@font-face {
  font-family: 'Helvethaica'; /* Give your font a consistent family name */
  src: url('/dist/font/DBHelvethaica/DB\ Helvethaica\ X\ Med.ttf') format('truetype');
  font-weight: normal; /* Or 400 */
  font-style: normal;
  font-display: swap; /* Recommended for better user experience */
}

@font-face {
  font-family: 'Helvethaica';
  src: url('/dist/font/DBHelvethaica/DB\ Helvethaica\ X\ Bd.ttf') format('truetype');
  font-weight: bold; /* Or 700 */
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Helcethaica';
  src: url('/dist/font/DBHelvethaica/DB\ Helvethaica\ X\ Med\ It.ttf') format('truetype');
  font-weight: normal; /* Or 400 */
  font-style: italic;
  font-display: swap;
}

@font-face{
    font-family: 'supermarket';
    src: url('/dist/font/supermarket/supermarket.ttf');
}
.anton-regular {
  font-family: "anton", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.navbar{
    position: fixed;
    background-color: red;
    width: 100%;
}
.logo{
    width: 90px;
    height: 90px;
    cursor: pointer;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;


}

body, html{
  height: 100vh;
  margin: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  background-image: url(/dist/img/temple.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
  object-fit: cover;
  overscroll-behavior: contain;
  position: relative;
}

body.no-scroll{
  height: 100vh;          /* full viewport height */
  overflow: hidden;       /* prevent scroll */
  position: relative;        /* lock content in place */
  width: 100%;
  touch-action: none;     /* prevent touch drag */
  overscroll-behavior: none;
  -webkit-overflow-scrolling: auto; /* disables momentum scroll */
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 10%;
  backdrop-filter: blur(10px);
  /* background-color: black; */
  height: 10%;
  border-radius: 100px;
  width: 98%;
  position: fixed;
  left: 1%;
  top: 5%;
}

.nav__links a,
.cta,
.overlay__content a {
  font-family: "Montserrat", sans-serif;
  font-family: helvethaica;
  font-size: 30px;
  font-weight: 500;
  color: #edf0f1;
  text-decoration: none;
}

.nav__links {
  list-style: none;
  display: flex;
}

.nav__links li {
  padding: 0px 20px;
}

.nav__links li a {
  transition: color 0.3s ease 0s;
}

.nav__links li a:hover {
  color: #a90000;
}

.cta {
  padding: 9px 25px;
  background-color: rgba(0, 136, 169, 1);
  border: none;
  border-radius: 50px;
  cursor: pointer;
  transition: background-color 0.3s ease 0s;
}

.cta:hover {
  background-color: rgba(0, 136, 169, 0.8);
}

/* Mobile Nav */

.menu {
  display: none;
}

.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  /* background-color: #24252a; */
  background: transparent;
  backdrop-filter: blur(10px);
  overflow-x: hidden;
  transition: width 0.5s ease 0s;
}

.overlay--active {
  width: 100%;
}

.overlay__content {
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.overlay a {
  padding: 15px;
  font-size: 36px;
  display: block;
  transition: color 0.3s ease 0s;
  cursor: pointer;
}

.overlay a:hover,
.overlay a:focus {
  color: #920000;
}
.overlay .close {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
  color: #edf0f1;
}


@media screen and (max-height: 450px) {
  .overlay a {
    font-size: 20px;
  }
  .overlay .close {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}


@media only screen and (max-width: 813px) {
  .nav__links,
  .cta {
    display: none;
  }
  .menu {
    display: initial;
  }
}


:root{
    --font-size: 20px;
    --frame-color: #000000;
    --size: 2.5em;
    --open-width: 18em;
    --open-padding: 0.3em 2.1em 0.3em 0.4em;
    --frame-thickness: 0.3em;
    --handle-height: 1.4em;
    --open-trans-time: 800ms;
    --close-trans-time: 150ms;
}

@import url("https://fonts.googleapis.com/css?family=Raleway:400,400i,700");






/* .upper{
  position: relative;
} */
/* .upperTemple{
  position: absolute;
  min-width: 100%;
  height: 100vh;
  margin-bottom: 0;
  overflow: hidden;
  object-fit: cover;
} */
/**Move Today hits down*/
@media screen and (max-width: 800px){
  .todayHits{
    margin-top: 25%;
  }
}
.text{
  font-family: anton;
  font-size: 90px;
  color: white;
  padding-top: 15%;
  padding-left: 10%;
  transition: 100ms;

}
.todayHitsThailand{
  /* position: absolute; */
  font-family: anton;
  font-size: 50px;
  color: white;

}
@media screen and (max-width: 800px) {
  .todayHitsThailand{
  }
}
/* .lower{
  width: 100vw;
  min-height: 150px;
  background-color: black;
  margin-top: 0;

} */
.flex-card{
  /* background-color: rgba(0, 0, 0, 0.5); */
  width: 80vw;
  display: flex;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  height: auto;
  border-radius: 30px;

}
.data-card{
  background-color: white;
  width: 400px;
  min-width: 400px;
  min-height: 500px;
  height: auto;
  margin: 50px;
  padding-bottom: 20px;
  border-radius: 20px;
  display: flex;
  flex: 0 1 400px;
  overflow: hidden;
  flex-direction: column;
}

.upperData img{
  border-radius: 20px;
  width: 400px;
  height: 200px;
  overflow: hidden;
  object-fit: cover;
  -webkit-mask-image: linear-gradient(to bottom, black 70%, transparent 100%);
  mask-image: linear-gradient(to bottom, black 70%, transparent 100%);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.data-card .header{
  margin-top: 20px;
  text-align: center;
  font-family: helvethaica;
  font-size: 50px;
  font-weight: bold;
}
.data-card .desc{
  font-family: helvethaica;
  font-size: 30px;
  text-align: left;
  padding: 20px;
}
.data-card .price{
  font-family: helvethaica;
  font-size: 40px;
  background-color: #0088a9;
  border: none;
  border-radius: 30px;
  width: 50%;
  margin-left: 25%;
  color: white;
  padding: 7.5px;
  cursor: pointer;
}
.data-card a #open{
  font-size: 20px;
}
.copyright{
  font-family: helvethaica;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  color: black;
}

@media (max-width: 420px) {
  .data-card {
    flex: 0 1 95%;   /* allow shrinking on tiny screens only */
    width: 95%;
    min-width: 0;
    margin: 0;
    margin-bottom: 50px;
  }
  .data-card:nth-child(1){
    margin-top: 50px;
  }
  /* .data-card button p{
    display: none;
  } */
}
