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;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

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;
}

* {
  box-sizing: border-box;
  text-decoration: none;
}

a {
  cursor: pointer;
}

.single-mini {
  margin-bottom: 80px;
}
.single-mini .img-wrap {
  height: 100vh;
  position: fixed;
  width: calc(50% - 50px);
  top: 0;
  right: 0;
  padding-top: 75px;
  z-index: -1;
}
.single-mini .img-wrap ul {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  position: relative;
  overflow: hidden;
}
.single-mini .img-wrap ul a {
  opacity: 0;
  position: absolute;
  transition: all ease-in-out 0.1s;
}
.single-mini .img-wrap ul a .caption {
  margin-top: 15px;
  color: black;
  font-size: 20px;
}
.single-mini .img-wrap ul a.active {
  opacity: 1;
  transition: all ease-in-out 0.1s;
}
.single-mini .img-wrap ul a.head {
  height: 750px;
  width: 100%;
  top: 0;
}
.single-mini .img-wrap ul a.head li {
  height: 100%;
  width: 100%;
}
.single-mini .img-wrap ul a.head li img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-mini .img-wrap ul a:not(.head) {
  padding: 0px 25px;
}
.single-mini .img-wrap ul a:not(.head) li img {
  width: 100%;
  max-height: 600px;
}
.single-mini .content-wrap {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  padding-top: 80px;
}
.single-mini .content-wrap .item {
  width: calc(50% - 50px);
  padding-left: 80px;
}
.single-mini .content-wrap .item .img-mobile {
  display: none;
}
.single-mini .content-wrap .item.head {
  padding-top: 80px;
  min-height: 750px;
}
.single-mini .content-wrap .item.head h2 {
  font-size: 20px;
  color: #ea3516;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.single-mini .content-wrap .item.head h1 {
  font-size: 100px;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.single-mini .content-wrap .item.head h3 {
  font-size: 18px;
  margin-bottom: 35px;
  border-bottom: 1.5px solid #ea3516;
  padding-bottom: 25px;
}
.single-mini .content-wrap .item.head p {
  font-size: 26px;
  line-height: 1.4;
}
.single-mini .content-wrap .item.child {
  padding-bottom: 120px;
}
.single-mini .content-wrap .item.child h2 {
  font-size: 36px;
  color: #ea3516;
  margin-bottom: 20px;
}
.single-mini .content-wrap .item.child p {
  font-size: 24px;
  color: #3b3c3e;
  margin-bottom: 20px;
  line-height: 1.4;
}
.single-mini .content-wrap .item.child p:last-of-type {
  padding-bottom: 30px;
  border-bottom: 1px dashed #c9c9c9;
}
.single-mini .content-wrap .item.child div {
  font-size: 22px;
  line-height: 1.4;
}
.single-mini .content-wrap .item.child div a {
  color: #ea3516;
}

.achive-mini {
  height: 100vh;
  min-height: 400px;
  overflow: hidden;
  position: relative;
}
.achive-mini .guide-wrap {
  padding-top: 160px;
  text-align: center;
  margin: 0 auto;
  overflow: scroll;
  height: 100%;
  padding-bottom: 120px;
}
.achive-mini .guide-wrap h1 {
  text-transform: uppercase;
  font-size: 20px;
  color: white;
  margin-bottom: 40px;
  z-index: 1;
}
.achive-mini .guide-wrap .stick-img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  opacity: 1;
  filter: brightness(0.8);
}
.achive-mini .guide-wrap .guide-item {
  margin: 0px auto 20px auto;
  width: -moz-fit-content;
  width: fit-content;
}
.achive-mini .guide-wrap .guide-item a {
  text-transform: uppercase;
  font-size: 70px;
  color: white;
  z-index: 2;
  cursor: pointer;
  font-family: "db_ozone_xmedium";
  letter-spacing: 0;
}
.achive-mini .guide-wrap .guide-item img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all ease-in-out 200ms;
  filter: brightness(0.8);
}
.achive-mini .guide-wrap .guide-item:hover > img {
  transition: all ease-in-out 200ms;
  opacity: 1;
}
.achive-mini .guide-wrap::-webkit-scrollbar {
  display: none;
}

.home .wrap.achive-mini {
  height: auto;
  min-height: unset;
  max-height: unset;
}
.home .wrap.achive-mini .guide-wrap {
  padding-top: 140px;
  padding-bottom: 100px;
}
.home .wrap.achive-mini .guide-wrap h1 {
  font-size: 26px;
}
.home .wrap.achive-mini .guide-wrap .guide-item {
  margin-bottom: 0px;
}
.home .wrap.achive-mini .guide-wrap .guide-item a {
  font-size: 100px;
}

@media screen and (max-width: 991px) {
  .single-mini {
    padding-top: 150px;
  }
  .single-mini .img-wrap {
    display: none;
  }
  .single-mini .content-wrap {
    padding: 0px 20px;
    padding-top: 0px;
  }
  .single-mini .content-wrap .item {
    width: 100%;
  }
  .single-mini .content-wrap .item .img-mobile {
    display: block;
    width: 100%;
  }
  .single-mini .content-wrap .item .img-mobile img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .single-mini .content-wrap .item.head {
    height: auto;
    padding: 0;
  }
  .single-mini .content-wrap .item.head .img-mobile {
    margin-bottom: 30px;
  }
  .single-mini .content-wrap .item.head p {
    font-size: 26px;
  }
  .single-mini .content-wrap .item.child {
    padding: 0;
  }
  .single-mini .content-wrap .item.child .img-mobile {
    margin: 80px 0px 60px 0px;
  }
  .achive-mini .guide-wrap {
    padding-top: 120px;
    padding-bottom: 0px;
  }
  .achive-mini .guide-wrap .guide-item a {
    font-size: 48px;
  }
}
@media screen and (max-width: 768px) {
  .single-mini .content-wrap .item.head h1 {
    font-size: 70px;
  }
  .single-mini .content-wrap .item.head p {
    font-size: 24px;
  }
  .single-mini .content-wrap .item.child h2 {
    font-size: 32px;
  }
  .single-mini .content-wrap .item.child p {
    font-size: 22px;
  }
  .single-mini .content-wrap .item.child div {
    font-size: 20px;
  }
  .home .wrap.achive-mini .guide-wrap h1 {
    font-size: 20px;
  }
  .home .wrap.achive-mini .guide-wrap .guide-item a {
    font-size: 48px;
  }
}/*# sourceMappingURL=mini.css.map */