html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

textarea {
  resize: none;
}

input {
  outline: none;
  box-shadow: none;
  text-shadow: none;
}

input[type="text"],
input[type="email"],
input[type="password"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote::before, blockquote::after,
q::before, q::after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.clearfix::after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

a {
  text-decoration: none;
  cursor: pointer;
}

/* Fonts */
@font-face {
  font-family: 'SVN-Apparat';
  src: url('../fonts/SVN-Apparat-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}


/* Main Layout */
.eMag-shoz-body {
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
  background-color: #0C0906;
}

.eMag-shoz-body .coverBox {
  padding: 44px 0 0 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  position: relative;
  background: #0C0906;
}

.eMag-shoz-body .coverBox .cover-thumb {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.eMag-shoz-body .coverBox .cover-thumb img {
  display: block;
  width: 100%;
  object-fit: cover;
}

.eMag-shoz-body .waiting {
  opacity: 0;
  transform: translateY(50%);
  display: inline-block;
}

.eMag-shoz-body .horizontalBox {
  height: 100vh;
  width: 120vw;
  backface-visibility: hidden;
  background: #0C0906;
  padding-top: 44px;
  box-sizing: border-box;
}

/* Quote Card */
.eMag-shoz-body .quote-card.card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.eMag-shoz-body .quote-card.card p {
  font-size: 3.5vh;
  line-height: 127%;
  font-family: Saira-Regular;
  color: #000;
}

.eMag-shoz-body .quote-card.card p b {
  font-family: Saira-Bold !important;
  color: #a81f1f;
}

.eMag-shoz-body .quote-card.card .label {
  display: flex;
  align-items: center;
}

.eMag-shoz-body .quote-card.card .label .txt {
  font-size: 21px;
  line-height: 110%;
  text-transform: uppercase;
  color: #888;
}

.eMag-shoz-body .quote-card.card .label .txt:first-child {
  margin-right: 50px;
}

/* List Card */
.eMag-shoz-body .list-card {
  display: flex;
  padding: 15px 0;
}

.eMag-shoz-body .list-card .card {
  margin-left: 15px;
  width: calc((100vh - 74px) / 1.77);
  height: calc(100vh - 74px);
  display: inline-flex;
  flex-direction: column;
  box-sizing: border-box;
}

.eMag-shoz-body .list-card .card:nth-last-child(1) {
  margin-right: 15px;
}

.eMag-shoz-body .list-card .swiper-card-inside {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.eMag-shoz-body .list-card .swiper-card-inside.one-thumb .swiper-pagination {
  display: none;
}

.eMag-shoz-body .list-card .swiper-slide {
  width: 100%;
  height: 100%;
  cursor: grab;
  background: #0C0906;
}

.eMag-shoz-body .list-card .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 0;
  left: 0;
  padding-bottom: 15px;
  z-index: 11;
  box-sizing: border-box;
}

.eMag-shoz-body .list-card .swiper-pagination .swiper-pagination-bullet {
  background: #4f4f4f;
  width: 10px;
  height: 10px;
  opacity: 1;
  margin: 0;
  box-sizing: border-box;
}

.eMag-shoz-body .list-card .swiper-pagination .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 4px;
}

.eMag-shoz-body .list-card .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #c4c4c4;
}

.eMag-shoz-body .list-card .swiper-button-next {
  top: 30px;
  right: 30px;
  width: 44px;
  height: 44px;
  border-radius: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f4692e;
  background-image: none;
  margin-top: 0;
  z-index: 99;
}

.eMag-shoz-body .list-card img,
.eMag-shoz-body .list-card video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.eMag-shoz-body .list-card .video-player {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.eMag-shoz-body .list-card .single-images {
  width: 100%;
  height: 100%;
  position: relative;
}

.eMag-shoz-body .list-card .images {
  z-index: 2;
  position: relative;
  height: 100%;
  border-radius: 0px;
  overflow: hidden;
}

.eMag-shoz-body .list-card .view-btn {
  position: absolute;
  z-index: 3;
  width: 11vh;
  height: 4vh;
  font-size: 1.7vh;
  line-height: 87.5%;
  font-family: NG-Bold;
  text-align: center;
  letter-spacing: -0.02em;
  color: #020202;
  background: #fff;
  border-radius: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
}


.centered-text-block {
  width: 660px;
  max-width: 100%;
  margin: 0 auto;
  padding: 60px 20px;
  font-family: 'svn-apparat', sans-serif;
  font-size: 18px;
  line-height: 145%;
  color: #EAEAEA;
}

.centered-text-block p {
  margin-bottom: 24px;
}
.youtube-wrapper {
  width: 1280px;
  max-width: 100%;
  margin: 60px auto;
  display: flex;
  justify-content: center;
  background-color: #0C0906;
}

