@charset "utf-8";
@font-face {
    font-family: 'TheSeasons';
    src: url('fonts/TheSeasonsRegular.woff2') format('woff2'),
        url('fonts/TheSeasonsRegular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'ARSMaquettePro';
    src: url('fonts/ARSMaquettePro-Light.woff2') format('woff2'),
        url('fonts/ARSMaquettePro-Light.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'ARSMaquettePro';
    src: url('fonts/ARSMaquettePro-Regular.woff2') format('woff2'),
        url('fonts/ARSMaquettePro-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
body {
	font-family: 'ARSMaquettePro', Arial, sans-serif;
    font-weight: 400;
	font-size: 15px;
    color: #fff;
	overflow-x: hidden;
	position: relative;
	margin: 0;
	padding: 0;
}
.wow {
  visibility: hidden;
}
.herobx {
    position: relative;
}
.herobx .imgbx {
    position: relative;
    overflow: hidden;
}
.herobx > .imgbx::before {
    content: "";
    display: block;
    padding-bottom: 100vh;
}
.herobx > .imgbx img, .herobx > .imgbx video {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    height: 100%;
    width: 100%;
    object-position: center;
}
.playpause {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  font-size: 0;
  z-index: 10;
}
.overlaybx {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
}
.textbx {
    width: 1100px;
    padding: 20px 15px;
    text-align: center;
}
.textbx .jamelsite {
    font-family: 'TheSeasons';
    font-weight: 400;
    font-size: 24px;
    color: #fff;
    text-decoration: none;
}
.textbx h1 {
    font-family: 'TheSeasons';
    font-weight: 400;
    font-size: 56px;
    margin: 20px 0 25px;
}
.textbx .logo {
    display: flex;
    align-items: end;
    justify-content: center;
}
.textbx .logo img {
    width: 50px;
}
.comingsoon {
    display: flex;
    align-items: end;
    justify-content: center;
    gap: 20px;
    font-family: 'TheSeasons';
    font-weight: 400;
    font-size: 24px;
    margin-bottom: 30px;
}
.comingsoon img {
    width: 40px;
}
.textbx .sound {
    cursor: pointer;
    display: flex;
    align-items: end;
    justify-content: center;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 1px;
    gap: 10px;
}
.textbx .sound img {
    width: 24px;
}
.timeline {
    margin: 50px 0 80px;
    background: url(../images/line-h.png) repeat-x left bottom;
    background-size: 9px auto;
}
.timeline .imgbx {
    width: 130px;
    display: flex;
    flex-direction: column;
    margin-bottom: -30px;
}
.timeline .imgbx3 {
    width: 150px;
}
.timeline .imgbx > img {
    border-radius: 5px;
}
.timeline span {
    position: relative;
    margin-top: 40px;
    font-weight: 200;
}
.timeline span::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -26px;
    margin: auto;
    background: url(../images/line-v.png) no-repeat;
    background-size: 1px auto;
    width: 1px;
    height: 12px;
}
.row {
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    justify-content: center;
    gap: 72px;
}
.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
}
.row > .col:nth-child(2) {
  margin-right: 67px;
}
.timeline .imgbx1 span {
    left: -5px;
}
.timeline .imgbx4 span {
    left: 4px;
}
.col {
    flex: 0 0 auto;
    width: auto;
}

@media only screen and (max-width:991px) {

.row {
    gap: 40px;
}
.row > .col:nth-child(2) {
    margin-right: 40px;
}
}

@media only screen and (max-width:767px) {
.textbx .jamelsite {
    font-size: 18px;
}
.textbx h1 {
    font-size: 32px;
    margin: 10px 0 15px;
}
.timeline {
    margin: 30px 0 60px;
    background-size: 7px auto;
}
.row {
    gap: 9px;
}
.row > .col:nth-child(2) {
    margin-right: 0;
}
.timeline .imgbx {
    width: 60px;
}
.timeline .imgbx3 {
    width: 75px;
}
.comingsoon {
    font-size: 18px;
    margin-bottom: 15px;
}
.comingsoon img {
    width: 30px;
}
.timeline .imgbx {
    margin-bottom: -27px;
}
.timeline span {
    margin-top: 35px;
    font-size: 12px;
}
.timeline .imgbx2 span {
    left: 3px;
}
.timeline .imgbx3 span {
    left: 3px;
}
}