@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Licorice&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@500;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Chonburi&display=swap');

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html, body {
	height: 100%;
	min-height: 100%;
	overflow-x: hidden;
  background: #000;
}

/* loader */
.loader {
	position: fixed;
	width: 100%;
	height: 100vh;
	background: #000;
	z-index: 3;
	overflow: hidden;
}

.loader marquee {
	opacity: 0.2;
	text-transform: uppercase;
	line-height: 180px;
	margin: 0;
	padding: 0;
  color: #959595;
	font-size: 200px;
	font-family: "Cinzel";
}

.loader .intro {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

.loader .intro h1 {
	font-size: 84px;
	text-transform: uppercase;
	font-weight: 200;
	color: rgba(200, 200, 200, 0.8);
	font-family: "Cinzel";
}

.intro-title .letter {
	display: inline-block;
	line-height: 1em;
}


/* slider section */
.home {
	background: #000;
  font-family: "Neue Montreal";
	width: 100%;
	height: 100vh;
  overflow: hidden;
}

.nav {
  position: fixed;
  top: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  z-index: 1;
  border-bottom: 3px solid rgb(250, 255, 219);
  box-shadow: 0 10px 100px #fff;
}

.menu_logo,
.menu_items-link {
  padding: 40px;
}

.menu_logo a {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
}

.menu_logo a:hover {
	color: hsl(36, 92%, 63%);
}

.menu_logo em {
  font-size: 24px;
  font-family: 'Dancing Script', cursive;
	font-style: normal;
  font-weight: 700;
  color: hsl(36, 92%, 63%);
  padding-right: 0.8rem;
}

.menu_items {
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu_items-link a {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
}

.menu_items-link a:hover {
	color: hsl(36, 92%, 63%);
}

.menu_items-link.active a {
  text-decoration: none;
}

.container {
  margin-top: 20%;
  margin-left: 150px;
}

.container_item {
  position: relative;
  width: 450px;
  height: 270px;
	top: -50px;
  margin: 50px 500px 20px 80px;
  box-shadow: 0 5px 20px rgb(250, 255, 219);
  object-fit: cover;
  -webkit-box-reflect: below 30px linear-gradient(transparent, transparent, rgba(0, 0, 0, 0.5));
  transition: all 0.5s ease;
}

.container_item-header h1 {
  position: relative;
  left: 40px;
  bottom: -40px;
  width: 450px;
  height: 270px;
  font-family: 'Chonburi', cursive;
  font-weight: lighter;
  font-size: 80px !important;
  text-shadow: 0 10px 20px rgb(250, 255, 219);
  color: #fff;
}

.container_item-title a {
  color: #fff;
  font-size: 1rem;
  text-decoration: none;
}

.container .container_item .container_item-title {
  position: absolute;
  left: 1rem;
  bottom: -4.5rem;
  color: #fff;
  font-family: 'Dancing Script', cursive;
  font-weight: 700;
  font-size: 2rem;
}

.container_item-1 {
  background: url(../images/img7.png) no-repeat 50% 50%;
  background-size: cover;
}

.container_item-2 {
  background: url(../images/img5.png) no-repeat 50% 50%;
  background-size: cover;
}

.container_item-3 {
  background: url(../images/img6.png) no-repeat 50% 50%;
  background-size: cover;
}

.container_item-4 {
  background: url(../images/img23.png) no-repeat 50% 50%;
  background-size: cover;
}

.container_item-5 {
  background: url(../images/img13.png) no-repeat 50% 50%;
  background-size: cover;
}

.container_item-6 {
  background: url(../images/img8.png) no-repeat 50% 50%;
  background-size: cover;
}

.container_item-7 {
  background: url(../images/img14.png) no-repeat 50% 50%;
  background-size: cover;
}

.container_item-8 {
  background: url(../images/img17.png) no-repeat 50% 50%;
  background-size: cover;
}

.container_item-9 {
  background: url(../images/img18.png) no-repeat 50% 50%;
  background-size: cover;
}

.container_item-10 {
  background: url(../images/img19.png) no-repeat 50% 50%;
  background-size: cover;
}

.container_item-11 {
  background: url(../images/img9.png) no-repeat 50% 50%;
  background-size: cover;
}

.container_item-12 {
  background: url(../images/img20.png) no-repeat 50% 50%;
  background-size: cover;
}

.container_item-13 {
  background: url(../images/img22.png) no-repeat 50% 50%;
  background-size: cover;
}

.container_item-14 {
  background: url(../images/img24.png) no-repeat 50% 50%;
  background-size: cover;
}

.container_item-15 {
  background: url(../images/img21.png) no-repeat 50% 50%;
  background-size: cover;
}

.anime-js-title.letter {
  display: inline-block;
  line-height: 1em;
}


/* media query*/
@media (max-width: 1024px) {
	.loader .intro h1 {
		font-size: 58px;
	}
}


@media(max-width: 900px) {
  .container_item {
    width: 300px;
    height: 200px;
    margin: 60px 200px 20px 80px;
  }

  .container_item-header h1 {
    font-size: 36px !important;
		top: 150%;
    left: 0;
  }

  .container_item h1 {
    font-size: 40px;
    bottom: -20px;
  }
}


@media (max-width: 820px) {
	.loader .intro h1 {
		font-size: 40px;
	}

  .menu_logo,
  .menu_items-link {
    margin: 0;
    padding: 0;
  }

  .menu a {
    display: inline-block;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 1rem;
    font-size: 1rem;
  }

  .menu_items-link a {
    margin-top: 0.6rem;
    font-size: 0.7rem;
  }
}


@media (max-width: 600px) {
	.loader .intro h1 {
		font-size: 36px;
	}
}


@media (max-width: 500px) {
	.loader .intro h1 {
		font-size: 24px;
	}

  .container_item-title a {
    bottom: -50px;
  }
}


@media(max-width: 450px) {
	.loader .intro h1 {
		font-size: 24px;
	}

  .container_item-header h1 {
    left: -30%;
  }

  .container_item-title a {
    font-size: 0.8rem;
  }
}


@media (max-width: 330px) {
  body {
    height: 50%;
  }

  .container_item-header h1 {
    font-size: 24px !important;
    top: 150%;
    left: -100%;
  }
}
