@font-face {
  font-family: 'sandro-universal-bold';
  src: url('../fonts/SandroUniversal-Bold.woff2') format('woff2'),
    url('../fonts/SandroUniversal-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'sandro-universal-regular';
  src: url('../fonts/SandroUniversal-Regular.woff2') format('woff2'),
    url('../fonts/SandroUniversal-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'helvetica-regular';
  src: url('../fonts/helvetica-regular') format('ttf'),
  font-weight: normal;
  font-style: normal;
}
@font-face{
  font-family:'MyriadPro-Bold';
  src: url('../fonts/MyriadPro-Bold.otf') format('otf');
  font-weight: bold;
  font-style: normal;
}
@font-face{
  font-family:'MyriadPro-regular';
  src: url('../fonts/MyriadPro-regular.otf') format('otf');
  font-weight: normal;
  font-style: normal;
}
html,body {height:100%;width: 100% !important;}

.page {
  height: 85%;
  min-height: 100%;
  position: relative;
  min-height: 600px;
  width: 90%;
  margin: 0 auto;
  max-width: 726px;
}
#home {
  padding-top: 40px;
  padding-left: 40px;
}
body {
  font-family: 'sandro-universal-regular';
  background-color: #e7e7e7;
}
header {
  position: fixed;
  top: 0px;
  z-index: 100;
  width: 100%;
  height: 130px;
  left: 0px;
}
.navicon {
    background: url(../svg/bg-burger.svg);
    margin: 0 auto;
    padding: 20px;
    z-index: 1000;
    width: 88px;
    height: 70px;
    padding-top: 15px;
}
nav {
  background-image: url(../svg/bg-nav.svg);
  height: 75px;
  width: 675px;
  background-size: 675px 75px;
  margin: 0 auto;
  padding: 15px 0;
  font-size: 40px;
  text-align: center;
  margin-top: 80px;
}
nav li {
  display: inline-block;
}
li.active {
  color: #77502C;
}
h1 {
  font-size: 34px;
  font-family: 'sandro-universal-bold';
}
h2 {
    font-size: 35px;
}
.cloud-one {
  width: 250px;
}
.cloud-two {
  width: 300px;
}
.cloud-three {
  width: 200px;
  margin-top: 0;
  vertical-align: middle;
  float: right;
  margin-right: 314px;
}
.cloud-four {
  width: 200px;
  margin-top: 30px;
  margin-left: 65px;
  vertical-align: top;
}
.cloud-five {
  width: 80px;
  float: left;
}
.cloud-six {
   width: 79px;
   position: absolute;
   left: 40%;
   bottom: 20px;
}
.cloud-five:nth-of-type(2n) {
  width: 80px;
  margin-top: 255px;
  vertical-align: middle;
}
hgroup {
    /* float: left; */
    position:  relative;
    left: 50%;
    transform: translateX(-50%);
}
.cloud-one {
    float: right;
    margin-right: 60px;
}
.rellax {
  display: inline-block

}
.main-book {
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 300px;
}
.stone {
    width: 200px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-100%,-50%);
    transition: all 3.5s;
}
.story {
    /* width: 900px; */
    height: 600px;
    background-image: url(../svg/bg-story.svg);
    background-size: 100% 100%;
    padding: 43px;
    font-size: 20px;
    /* min-width: 480px; */
    display: none;
    position:absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
}
.story p {
  margin-bottom: 16px;
}
.anim-story {
  /* width: 900px; */
  height: 600px;
  background-image: url(../svg/anim-story.gif);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  background-position: center;

  }
.sound{
  position: absolute;
  top: 8%;
  right: -2%;
  transform: translate(-50%,-50%);
  height: 96px;
  width: 90.26px;
  z-index: 10000;
}
.about svg {
  height: 100%;}
.story svg {
  height: 100%;
  width: 100%; }
.about
  svg {     height: 100%; }  .story
  svg {     height: 100%;
  width: 100%; }
/*.about
  svg {     height: 100%; }  .story
  svg {     height: 100%;
  width: 100%; }*/
 /* transform:;
  transform: translateY(-50%);
}*/
.book-carusel {
    width: 70%;
    margin: auto;
    position: absolute;
    bottom: 30px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
}
.book-carusel li {
    width: 30%;
    display: inline-block;
}
.slider-nav .slick-slide img {
  height: 200px;
  width: auto;
  margin: 0 6px;
}
/*modal*/
.modal {
  display:none;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(211, 188, 161, .95);
  z-index:100;
  overflow-y: scroll;
}
.hel {
    font-family: 'helvetica-regular';
    color: #77502C;
    font-size: 14px;
}

.read {
    font-family: sans-serif;
    font-size: 14px;
}

.ab a {
    color: #77502C;
    text-decoration: underline;
    font-size: 16px;
}

.sfont {
    font-size: 20px;
    font-family: 'sandro-universal-bold';
}

.read a {
    text-decoration: underline;
    color: #77512d;
}
p {
    margin-bottom: 3px;
}

.modal {
    line-height: 1;
}

.modal .col {
    margin-bottom: 12px;
}

.ma {
    margin: 0 auto;
}
.hed {
    text-align: center;
    font-size: 30px;
    font-family: 'helvetica-regular';
}

.ctlg {
    font-size: 20px;
    text-align: center;
    font-family: 'helvetica-regular';
    color: #774f2c;
    margin-bottom: 15px;
}
.nav2 {
    background: url(../svg/wh-burger.svg);
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
}
.ma .col-4 {
    width: auto !important;
    margin: 0 auto;
}

.x {
    margin: 0 auto;
}
.fixed {
    position: fixed;
    width: 100%;
}
.drunkline {
    width: 65px;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(-65%);
    line-height: 9px;
}
.arrow-down{
  width: 60px;
  position: absolute;
  top: 87%;
  left: 50%;
  transform: translateX(-50%);
}
/*background video*/
.video-background {
  background: #000;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -99;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.video-foreground,
.video-background video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
/*about*/
.sat{
  height:100vh;
}
.satabout {
    height: 70%;
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.about p {
    font-size: 20px;
}

.sandro,.tamar {
    background-repeat: no-repeat;
    height: 100%;
    background-position: center;
}
/*about*/
/* svg */
.about svg {
    height: 100%;
    width: 100%;
}

.story svg {
    height: 100%;
    width: 100%;
}
/* svg */
/* footer */
.footer {
    height: 260px !important;
    /* padding-top: 70px; */
}
/*books*/
.showsec {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 320px;
    margin: 0;
    position:  relative;
    margin: 0 500px;
    width: 50vw;
}
.cathel {
    text-align:  center;
    color: #d3bca1;
    font-size: 67px;
    width:  100%;
    margin: 0 auto;
    font-family: 'sandro-universal-bold';
    margin-bottom:  41px;
}

.publisher {
    text-align:  center;
}
.books {
    height: auto;
    padding-top: 100px;
    width: 100%;
    margin:  0 auto !important;
}

.libray img {
    width: 100%;
    height: 100%;
    display:none;
}
.libray img:nth-child(2) {
    display:none;

}
.libray img:first-child {
    display:block;

}
.l1 {
    /* display: none; */
    vertical-align: top;
}

.textdes {
    font-size: 13px;
    font-family: sans-serif;
    margin-top: 10px;
}

.libray {
         background-position: center;
         background-size: contain;
         background-repeat: no-repeat;
         margin: 20px 0;
         width: 50vw;
         }

.poa {
    position: absolute;
    top: 50%;
    left: 0;
    line-height: 1.3;
    padding: 0 55px;
    transform: translateY(-50%);
    height: 75%;
    margin:  0 auto;
}

.x1 {
    padding: 0px;
}

.limg {
    padding: 0 15px;
    margin: 0 0;
    box-sizing: content-box;
}

.books .container-fluid {
    width: 100%;
    margin-left:  auto;
    margin-right:  auto;
}

.more-book {}
/* /books */
.footer .row {
    margin: 0 auto;
    flex-direction: column;
    height: auto;
    width: 50vh;
}

.img {
    background-repeat: no-repeat;
    margin: 20px auto;
    background-position: center;
}

.footer h2 {
    margin: 30px auto 0;
}

.footer .input-group {
    margin: 0 auto;
    height: 60px;
    padding: 0;
}
.footer .input-group input:focus {box-shadow: none;
                                  border: 1px solid #ced4da;}
.footer .input-group-addon {
    width: 100px;
    font-size: 18px;
    font-family: 'sandro-universal-bold';
}

.arrow-xdown {
    height: 70px;
}

.xdown {
    width: 60px;
    margin: 20px auto;
}

.xdown svg {
}

.xdown path {
    fill: #fff;
}

.downloadpdf img {
    height: 180px;
    width: auto;
    margin-top: 40px;
    margin-bottom: 0px;
}

.socials img {
    height: 40px;
    width: auto;
    margin: 0 20px;
}

.socials {
    display: flex;
    margin: 0 auto;
    max-height: 6vh;
}

.h3 {
    margin: 20px auto;
    text-align: center;
    max-height: 45px;
}
.info {
    position: absolute;
    z-index: 100;
    top: 100%;
    left: 20px;
    color: #d4bca0;
}

.form-control+.input-group-addon:not(:first-child) {
    border-right: solid 1px #ced4da;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}
.snow {
  height: 100%;
  position: fixed;
  width: 100%;
}
.sound img:first-child {
    position: absolute;
    cursor: pointer;
}

.footer input {
    padding-left: 20px;
}
/* footer */
@media (min-aspect-ratio: 16/9) {
  .video-foreground { height: 300%; top: -100%; }
}
@media (max-aspect-ratio: 16/9) {
  .video-foreground {width: 300%;left: -100%;}
}
.video {
    height: 100vh;
}
/**/
/*other-page*/
.book-video {
    width: 100%;
    margin: 80px 0;
}
.play img {
    position: absolute;
    top: 0;
    width: 201px;
    height: 201px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: all 0.7s;
/*     display:none; */
}

.play {
    position: relative;
    cursor: pointer;
}
.content-div {
    margin: 0 auto;
    margin-top: 120px;
}

.m0a {
    margin: 0 auto;
}

.san-h1 {text-align: center;
         font-size: 67px;
         line-height: 100px;
         margin-top: 36px;}

.dso h2 {
    text-align: center;
    line-height: 90px;
    font-size: 60px;
}

.dso p {
    margin: 42.19px auto;
    font-family: 'MyriadPro-regular';
}

.other-book img {
}

.sidebar {
    position: absolute;
}

.other-book .read {
    text-align: center;
}

.mas {
    margin-top: 300px;
    margin-bottom: 100px;
}

.other-book {
    margin-bottom: 125px;
    padding: 0;
}
@media  (max-width: 1180px){
  .poa{padding: 0 25px;}
}
/*other-page*/
@media  (max-width: 993px){
.showsec{
  width:60vw;
}
.footer h2 {
    font-size: 28px;
    text-align: center;
}

.xdown {
    width: 40px;
    margin: 10px auto;
}

.footer .input-group {
    height: 50px;
}

.satabout {
    height: 100% !important;
    max-width: 100% !important;
}
}
/**/
.center {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.centerss {margin-bottom: 15px;}


@media  (max-width: 780px){
 .publisher{
   font-size:30px;
 }
 .cathel{
   font-size:25px;
 }
.libray{width: 330px;}
 .libray img:nth-child(2) {
    display:block;

}
.libray img:first-child {
    display:none;

}
.librayr{
    width: 80%;
    max-width: 80%;
    flex: 0 0 80%;
    height: 140px;
    margin:  0 auto;
}
.limg{
      width: 0%;
      max-width: 80%;
      flex: 0 0 80%;
      margin: 0 auto;
      }
.h3{

    font-size: 140%;}
.showsec{width: 330px !important;
height: 542px;}
h1 {
    font-size:  22px;
}

h2 {
    font-size:  20px;
}
.gamkopi{width: 305px !important;}
.gamkopi h2{font-size: 18px !important;}
}
.gamkopi h2 {
    font-size: 30px;
    text-align:  center;
    line-height: 60px;
    color: #fff;
    font-family: 'sandro-universal-bold';
}

.gamkopi {
    margin-top: 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 60px;
    width: 51vw;
}
.mainasart {
    margin: 0 auto;
    z-index: 1000 !important;
    height:  auto !important;
}

.mainasart svg {
    z-index: 100000 !important;
}
.nr {
    position:  absolute;
    top: 25px;
}
