/* Start custom CSS for html, class: .elementor-element-57f4e26 */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;
}

body {
  font-family: sans-serif;
  line-height: 1.5;
}

* {
  box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

body {
  background-color: #341C3D;
  color: #fff;
  overflow-x: hidden;
}

.container {
  width: 65%;
  margin-left: auto;
  margin-right: auto;
}

.block-header {
  text-align: center;
  margin-bottom: 2%;
}
.block-header .block-title {
  font-size: 36px;
  font-weight: 900;
}
.block-header .block-text {
  font-size: 12px;
  letter-spacing: 2px;
  color: rgba(255, 255, 255, 0.5019607843);
}

.banner {
  margin-top: 37px;
}

/*
.banner{
    margin-bottom: 40px;
    .loge{
        display: block;
        color: #fff;
        font-family: "Raleway", sans-serif;
        width: 100%;
        text-align: center;
        background: #00000080;
        border-bottom: 1px solid #000;
        font-size: $fontSize*2;
        font-weight: 600;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1;
    }
}
*/
.parallax {
  transition: all 1s ease;
}

.contain {
  width: 100%;
}

.turnPages {
  margin: auto;
  margin-top: 4%;
  margin-bottom: 4%;
  width: 60%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.turnPages .boxHover {
  cursor: pointer;
  width: 30%;
}
.turnPages .boxHover .box {
  transition: all 1.5s ease;
  position: relative;
  transform-style: preserve-3d;
}
.turnPages .boxHover .box .front, .turnPages .boxHover .box .back {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.turnPages .boxHover .box .back {
  transform: rotateY(180deg);
}
.turnPages .boxHover:hover .box {
  transform: rotateY(180deg);
}

footer {
  color: rgba(255, 255, 255, 0.5019607843);
  padding: 8px;
  font-size: 10px;
  text-align: center;
}

@media (max-width: 991px) {
  .container {
    width: 80%;
  }
  .turnPages .boxHover {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .turnPages .boxHover {
    width: 100%;
  }
}/*# sourceMappingURL=page.css.map *//* End custom CSS */