﻿body {
  background-color: white;
}

html {
  scroll-behavior: smooth;
}

@font-face {
  font-family: "crimson";
  src: url("/Content/fonts/Crimson-Roman.ttf");
}
@font-face {
  font-family: "Travel October";
  src: url("fonts/Travel October.ttf") format("truetype");
}
@font-face {
  font-family: "Chilet";
  src: url("fonts/Chilet.ttf") format("truetype");
}
* {
  font-family: Roboto, sans-serif;
  outline: none !important;
  font-family: "Lato", sans-serif;
}

/*New fonts elena*/
/* Import Lato Italic */
@font-face {
  font-family: "Lato";
  font-style: italic;
  font-weight: normal;
  src: url("/Content/fonts/Lato-Italic.ttf") format("truetype");
}
/* Import Lato Regular */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: normal;
  src: url("/Content/fonts/Lato-Regular.ttf") format("truetype");
}
/* Import MenoBannerExtraCondensed SemiBold */
@font-face {
  font-family: "MenoBannerExtraCondensed";
  font-style: normal;
  font-weight: 600;
  src: url("/Content/fonts/MenoBannerExtraCondensed-SemiBold.otf") format("opentype");
}
/* Import MenoBannerExtraCondensed Regular */
@font-face {
  font-family: "MenoBannerExtraCondensed";
  font-style: normal;
  font-weight: 400;
  src: url("/Content/fonts/MenoBannerExtraCondensed-Regular.otf") format("opentype");
}
/* Import MenoBannerExtraCondensed Light */
@font-face {
  font-family: "MenoBannerExtraCondensed";
  font-style: normal;
  font-weight: 100;
  src: url("/Content/fonts/MenoBannerExtraCondensed-Light.otf") format("opentype");
}
/* Import MenoBannerExtraCondensed LightItalic */
@font-face {
  font-family: "MenoBannerExtraCondensed";
  font-style: italic;
  font-weight: 100;
  src: url("/Content/fonts/MenoBannerExtraCondensed-LightItalic.otf") format("opentype");
}
/*MenoBannerCondensed-Regular*/
@font-face {
  font-family: "MenoBannerCondensed";
  font-style: normal;
  src: url("/Content/fonts/MenoBannerCondensed-Regular.otf") format("opentype");
}
/*MenoBannerCondensed-Italic*/
@font-face {
  font-family: "MenoBannerCondensed";
  font-style: italic;
  src: url("/Content/fonts/MenoBannerCondensed-Italic.otf") format("opentype");
}
@font-face {
  font-family: "Acme Gothic Regular";
  src: url("/Content/fonts/Acme Gothic Regular.otf") format("opentype");
}
a {
  cursor: pointer;
}

b, strong {
  font-weight: bolder;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  z-index: 100;
  padding-left: 56px;
  padding-right: 56px;
  height: 76px;
}

.menu-items {
  float: right;
  font-size: 14px;
  font-weight: 400;
  margin-top: 29px;
  text-transform: uppercase;
}
.menu-items a {
  color: #424242;
  margin-left: 45px;
  font-weight: 400;
  cursor: pointer;
}

.cover-photo {
  width: 100%;
  height: 78vh;
  background-color: #FEF2E8;
  background-size: cover;
  background-position: center;
  color: white;
  position: relative;
  background-image: url("/Content/img/cover1.jpg");
}
.cover-photo .img-swiper {
  width: 50%;
}
.cover-photo .img-swiper img {
  margin-left: 69%;
  transform: translateX(-50%);
}
.cover-photo .cover-content {
  position: absolute;
  top: 49%;
  transform: translateY(-50%);
  left: 10px;
  color: black;
  width: 50%;
  text-align: center;
}
.cover-photo .cover-content h1 {
  font-size: 18px;
  font-family: "quicksand", serif;
}
.cover-photo .cover-content p {
  font-size: 71px;
  line-height: 90px;
  color: #517c81;
}

.cover-mobile {
  background-color: #FEF2E8;
  width: 100%;
  height: 40vh;
  margin-bottom: 4px;
  padding-left: 24px;
  padding-top: 60px;
  background-image: url(/Content/img/coverMobile.jpg);
  background-size: cover;
  min-height: 260px;
}
.cover-mobile .img-swiper {
  width: 100%;
  margin-top: -40px;
}
.cover-mobile .img-swiper img {
  width: 100%;
}
.cover-mobile h1 {
  font-size: 16px;
  font-family: "crimson", serif;
  line-height: 27px;
}
.cover-mobile p {
  color: #517c81;
  font-size: 24px;
}

.bck-text {
  width: 100%;
  position: absolute;
  z-index: 1;
  pointer-events: none;
}

#menu {
  display: none;
  position: relative;
}
#menu .logged-user-email {
  position: absolute;
  top: 80px;
  left: 35px;
  color: black;
  text-transform: uppercase;
  max-width: 62%;
  overflow: hidden;
}
#menu .menu-logo-bottom {
  position: absolute;
  left: 35px;
  width: 122px;
  bottom: 10vh;
}
#menu .list {
  background-color: #F6F4F2;
  color: black;
  width: 75%;
  float: right;
  display: inline-block;
  height: 100vh;
  text-align: center;
  background-repeat: no-repeat;
  background-position-x: -50%;
  background-position-y: 50%;
}
#menu .close-menu-btn {
  position: absolute;
  right: 6%;
  top: 22px;
  width: 27px;
}
#menu .close-menu {
  width: 25%;
  background-color: transparent;
  float: left;
  display: inline-block;
  height: 100vh;
}
#menu .navbar-nav {
  margin-top: 39vh;
  padding-left: 0 !important;
}
#menu .navbar-nav li a {
  color: #2E3E54;
  text-transform: uppercase;
}
#menu .navbar-nav li {
  padding-top: 17px;
}
#menu .user-info {
  height: 80px;
  padding: 10px 0px;
  overflow: hidden;
  margin-bottom: 20px;
  padding-left: 15px;
}
#menu .user-info .left-u {
  width: 80px;
  height: 80px;
  padding: 10px;
  float: left;
}
#menu .user-info .left-u img {
  width: 60px;
}
#menu .user-info .right-u {
  font-weight: 100;
  padding-top: 22px;
  float: left;
  width: calc(100% - 100px);
  white-space: nowrap;
  font-size: 13px;
  overflow: hidden;
}

#menu > div:last-child {
  width: 0px !important;
}

@media (max-width: 991px) {
  #menu {
    display: block;
  }
}
.mobile-header {
  width: 100%;
  height: 54px;
  padding: 13px;
  position: fixed;
  top: 0;
  left: 0;
  background-color: white;
  z-index: 100;
}
.mobile-header .logo {
  width: 100px;
  margin-top: 2px;
}
.mobile-header #openMenu {
  float: right;
}

.render-body {
  padding-top: 75px;
}

@media (max-width: 991px) {
  .render-body {
    padding-top: 54px;
  }
}
.navbar-nav {
  list-style-type: none; /* Remove bullets */
}
.navbar-nav li {
  overflow-x: hidden;
  white-space: nowrap;
  overflow: hidden;
  padding-top: 24px;
}
.navbar-nav li a {
  color: #000;
  font-size: 14px;
  padding: 0.5rem 1rem;
  padding-top: 24px;
  overflow: hidden;
}
.navbar-nav img {
  width: 17px;
  margin-right: 21px;
  font-size: 20px;
}

/*PRODUCT */
.product-wrap {
  position: relative;
  padding-bottom: 11px;
  float: left;
  width: 31.3%;
  margin: 2% 1%;
}

.product-wrap:hover .next-arrow, .product-wrap:hover .prev-arrow {
  display: block;
}

.info-section {
  position: relative;
}
.info-section span {
  display: block;
}
.info-section .title {
  color: black !important;
  text-transform: uppercase;
  font-size: 12px;
  display: inline-block;
  padding-bottom: 8px;
  margin-bottom: 8px;
}
.info-section .price {
  margin-top: 2px;
  font-size: 12px;
  line-height: 24px;
}
.info-section .price .price-value {
  color: black;
  display: inline-block;
  font-weight: 700;
}
.info-section .price .price-before {
  display: inline-block;
  margin-right: 5px;
  text-decoration: line-through;
  font-weight: 100;
}
.info-section .cover {
  font-size: 12px;
  margin-top: 3px;
}
.info-section .min-pages {
  position: absolute;
  top: 5px;
  right: 7px;
  font-size: 11px;
  color: dimgray;
}
.info-section .create-book-btn {
  font-size: 11px;
  background-color: transparent;
  border: 1px solid #aeaeae;
  border-radius: 22px;
  margin-left: 5%;
  width: 90%;
  padding: 8px 0px;
  margin-top: 13px;
  border-radius: 4px;
  transition: 0.3s ease-out;
  background: linear-gradient(to left, #fff 50%, #2E3E54 50%) right;
  background-size: 200% 100%;
  background-position: right;
}
.info-section .create-book-btn:hover {
  color: white;
  background-position: left;
}

.slick-arrow {
  display: none !important;
}

.bestseller {
  position: absolute;
  width: 70px;
  top: 14px;
  left: 12px;
  transform: rotate(-30deg);
  pointer-events: none;
}

.sale-percentage {
  position: absolute;
  top: 6px;
  right: 6px;
  color: #ff0000;
  font-weight: 500;
  font-size: 14px;
}

.product-overview-wrap {
  padding: 30px;
  overflow: hidden;
}
.product-overview-wrap .img-part {
  width: 40%;
  float: left;
  cursor: pointer;
  position: relative;
}
.product-overview-wrap .img-part .slide {
  width: 100%;
  max-height: calc(100vh - 180px);
}
.product-overview-wrap .img-part .slide img, .product-overview-wrap .img-part .slide video {
  object-fit: contain;
  height: 100%;
}
.product-overview-wrap .img-part .next-arrow, .product-overview-wrap .img-part .prev-arrow {
  width: 20px;
  height: 30px;
  background: url("/assets/images/arrback.png");
  background-size: cover;
  position: absolute;
  top: 50%;
  transform: translateY(-100%);
  left: -31px;
  cursor: pointer;
  opacity: 0.2;
}
.product-overview-wrap .img-part .next-arrow {
  left: unset;
  right: -20px;
  background: url("/assets/images/arr.png");
  background-size: cover;
}
.product-overview-wrap .img-part .next-arrow:hover, .product-overview-wrap .img-part .prev-arrow:hover {
  opacity: 0.7;
}
.product-overview-wrap .info-part {
  width: 60%;
  float: left;
  padding-left: 10%;
}
.product-overview-wrap .info-part h1 {
  font-size: 32px;
  font-family: "Acme Gothic Regular";
  text-transform: uppercase;
}
.product-overview-wrap .info-part hr {
  width: 50px;
  display: inline-block;
  border-top: 2px solid black;
  margin: 6px 0px;
}
.product-overview-wrap .info-part .price {
  font-size: 15px;
  font-weight: 500;
}
.product-overview-wrap .info-part .price .price-value {
  font-weight: 700;
  color: #B16A4C;
}
.product-overview-wrap .info-part .book-preview-link {
  margin-top: 14px;
  margin-bottom: 20px;
  display: block;
  font-size: 14px;
  font-family: Lato;
  color: black;
  font-style: italic;
}
.product-overview-wrap .info-part .book-preview-link img {
  margin-right: 6px;
  margin-top: -5px;
}
.product-overview-wrap .info-part .price-before {
  display: inline-block;
  margin-right: 5px;
  text-decoration: line-through;
  font-weight: 100;
}
.product-overview-wrap .info-part .desc-div {
  margin-top: 20px;
  width: 100%;
  min-height: 100px;
  max-height: 100vh;
  overflow-y: auto;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
}
.product-overview-wrap .info-part .desc-div .ql-align-right {
  text-align: right;
  line-height: 14px;
}
.product-overview-wrap .info-part .create-book-btn {
  background-color: transparent;
  border: 1px solid #aeaeae;
  border-radius: 22px;
  width: 90%;
  padding: 8px 0px;
  margin-top: 13px;
  border-radius: 4px;
  color: black;
  height: 45px;
  font-size: 14px;
  text-transform: uppercase;
}
.product-overview-wrap .info-part .create-book-btn:hover {
  background: transparent;
  border: 1px solid #aeaeae;
  color: black;
}
.product-overview-wrap .info-part .dimension, .product-overview-wrap .info-part .cover {
  display: block;
  font-size: 12px;
}
.product-overview-wrap .info-part .dimension .val, .product-overview-wrap .info-part .cover .val {
  font-weight: 500;
}

@media (max-width: 991px) {
  .product-overview-wrap {
    padding: 0px;
  }
  .product-overview-wrap .img-part, .product-overview-wrap .info-part {
    width: 100%;
  }
  .product-overview-wrap .info-part {
    width: 100%;
    padding: 0 5%;
  }
  .product-overview-wrap .info-part .create-book-btn {
    width: 100%;
    margin-bottom: 50px;
  }
  .info-section .create-book-btn:hover {
    color: unset;
    background-position: right;
  }
}
/*product end ----------------------------------*/
.priv-policy {
  font-family: "Roboto", sans-serif;
  overflow-x: auto;
  white-space: pre-line;
}

.about-us {
  text-align: center;
  padding: 30px 10px;
}
.about-us h1 {
  font-size: 21px;
  margin-bottom: 26px;
  font-style: italic;
}
.about-us img {
  width: 80%;
  box-shadow: 4px 4px 11px 1px #b4b4b4;
  margin-bottom: 26px;
}
.about-us p {
  margin: 20px 0px;
  font-size: 15px;
}
.about-us .ps {
  color: gray;
  font-size: 14px;
  font-weight: 300;
}

.back-to-home-header {
  height: 54px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  border-bottom: 1px solid #f1f1f1;
  background-color: white;
  z-index: 101;
}
.back-to-home-header.noborder {
  border-bottom: none;
}
.back-to-home-header .back-arrow {
  content: url("/Content/img/arrow 2.svg");
  padding: 16px 15px;
}
.back-to-home-header .title {
  position: fixed;
  width: calc(100% - 110px);
  top: 14px;
  left: 55px;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  font-weight: 500;
  font-size: 17px;
}
.back-to-home-header .title .additional-info {
  display: block;
  font-weight: 100;
  font-size: 12px;
}
.back-to-home-header .title.has-additional {
  top: 6px;
}

.ql-font-OpenSansCondensed, .ql-picker-item[data-value=OpenSansCondensed], .ql-picker-label[data-value=OpenSansCondensed] {
  font-family: "Open Sans Condensed", sans-serif;
}

.ql-font-OpenSans, .ql-picker-item[data-value=OpenSans], .ql-picker-label[data-value=OpenSans] {
  font-family: "Open Sans", sans-serif;
}

.books-inprogress {
  background-color: #cee8ff;
  width: calc(100% - 30px);
  margin-left: 15px;
  height: 100px;
  margin-top: 15px;
  margin-bottom: 0px;
  -webkit-box-shadow: 5px 4px 5px -1px #8DB3C1;
  box-shadow: 5px 4px 5px -1px #8DB3C1;
}
.books-inprogress .img-part {
  width: 30%;
  float: left;
  padding: 10px;
}
.books-inprogress .img-part img {
  margin-top: 5px;
  width: 80%;
}
.books-inprogress .texts-part {
  width: 70%;
  float: left;
  padding-top: 28px;
}
.books-inprogress .texts-part p {
  font-size: 11px;
  color: #7c7c7c;
}
.books-inprogress .texts-part p:first-child {
  color: black;
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 0px;
}

.loader-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1001;
  background-color: rgba(0, 0, 0, 0.18);
  display: none;
}
.loader-overlay .loader-img {
  position: absolute;
  width: 50px;
  left: 50vw;
  top: 50vh;
  transform: translate(-50%, -50%);
}
.loader-overlay .loader-perosonalized-txt {
  position: absolute;
  width: 300px;
  padding: 24px 14px;
  left: 50vw;
  top: calc(50vh + 100px);
  transform: translate(-50%, -50%);
  background-color: white;
  color: black;
  border-radius: 10px;
  display: none;
}

.product-arrows {
  position: absolute;
  top: 35%;
  padding: 40px 3px;
  transform: translateY(-50%);
  cursor: pointer;
  display: none;
}
.product-arrows img {
  width: 22px;
}
.product-arrows.left {
  left: 1px;
}
.product-arrows.right {
  right: 8px;
}

.product-wrap:hover .product-arrows {
  display: block;
}

@media (max-width: 991px) {
  .product-arrows {
    display: block;
    opacity: 0.6;
    top: 34%;
  }
}
.show-product-arrows {
  position: absolute;
  top: 46%;
  padding: 40px 3px;
  transform: translateY(-50%);
  cursor: pointer;
  opacity: 0.2;
}
.show-product-arrows img {
  width: 27px;
}
.show-product-arrows.left {
  left: -33px;
}
.show-product-arrows.right {
  right: -32px;
}

.mobile-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.41);
  z-index: 1000;
  display: none;
}

.app-demo-section {
  width: 100%;
  min-height: 500px;
  background-color: #f8f4f5;
  padding: 64px 180px;
  margin: 40px 0px;
  overflow: hidden;
}
.app-demo-section .lefts {
  width: 30%;
  float: left;
  text-align: center;
}
.app-demo-section .lefts h2 {
  margin-bottom: 24px;
  font-size: 12px;
  letter-spacing: 1.7px;
}
.app-demo-section .lefts p {
  font-weight: 100;
  font-family: "crimson", serif;
  font-size: 18px;
  line-height: 1.6;
  padding-top: 6px;
}
.app-demo-section .rights {
  width: 70%;
  float: left;
  padding-left: 80px;
}
.app-demo-section .rights .demo-screen {
  text-align: center;
  width: 100%;
}
.app-demo-section .rights .demo-screen video {
  width: 80%;
  box-shadow: 3px 3px 22px 9px rgba(127, 127, 127, 0.75);
  -webkit-box-shadow: 3px 3px 22px 9px rgba(127, 127, 127, 0.75);
  -moz-box-shadow: 3px 3px 22px 9px rgba(127, 127, 127, 0.75);
}
.app-demo-section .rights .demo-btns {
  text-align: center;
  margin-top: 32px;
}
.app-demo-section .rights .demo-btns img {
  height: 77px;
  cursor: pointer;
}
.app-demo-section .rights .demo-btns img.selected {
  border-bottom: 3px solid #0E2F47;
}

@media (max-width: 991px) {
  .app-demo-section {
    padding: 16px;
  }
  .app-demo-section .lefts, .app-demo-section .rights {
    width: 100%;
  }
  .app-demo-section .lefts a {
    display: none;
  }
  .app-demo-section .rights {
    padding: 60px 0px 50px 0px;
  }
  .app-demo-section .rights .demo-screen video {
    width: 100%;
  }
}
.empty-btn-a {
  width: 170px;
  font-family: "Quicksand", sans-serif;
  height: 40px;
  padding-top: 10px;
  border: 1px solid #808080;
  background-color: transparent;
  color: #000000;
  margin-top: 40px;
  font-size: 12px;
  display: inline-block;
  border-radius: 5px;
  letter-spacing: 1.7px;
}

.section-four {
  text-align: center;
  margin-bottom: 20px;
}
.section-four h3 {
  margin-bottom: 24px;
  font-size: 12px;
  letter-spacing: 1.7px;
}
.section-four p {
  max-width: 600px;
  margin-left: 50%;
  transform: translateX(-50%);
  font-weight: 100;
  font-family: "crimson", serif;
  font-size: 20px;
  line-height: 1.6;
  padding-top: 6px;
}
.section-four img {
  width: 40px;
  margin-bottom: 50px;
  margin-top: 14px;
}

@media (max-width: 991px) {
  .section-four p {
    width: 80%;
  }
}
.aboutus h1, .aboutus h2, .aboutus h3 {
  font-size: 12px;
  letter-spacing: 1.7px;
  margin-bottom: 20px;
}
.aboutus p {
  margin-left: 50%;
  transform: translateX(-50%);
  width: 600px;
  font-size: 19px;
  font-family: "crimson", serif;
}
.aboutus .aus1 {
  text-align: center;
  background-color: #f8f4f5;
  padding: 50px 0px 0px 0px;
}
.aboutus .aus1 marquee {
  margin-top: 10px;
}
.aboutus .aus1 h1 {
  margin-bottom: 20px;
}
.aboutus .aus2 {
  text-align: center;
  padding: 70px 0px 50px;
  padding-bottom: 0px;
}
.aboutus .aus2 marquee {
  margin-top: 60px;
}
.aboutus .aus2 h3 {
  margin-bottom: 40px;
}
.aboutus .aus2 p {
  width: 800px;
  font-size: 19px;
}
.aboutus .aus2 .cols {
  margin-top: 70px;
}
.aboutus .aus2 .bullet {
  font-size: 26px;
}
.aboutus .aus2 .bullet img {
  width: 27px;
  margin-bottom: 30px;
}
.aboutus .aus2 .colp {
  font-size: 12px;
  margin-bottom: 20px;
  width: 70%;
  line-height: 22px;
  font-family: "Quicksand", sans-serif;
}
.aboutus .aus3 {
  padding: 70px 0px 70px 0px;
  text-align: center;
  background-color: #f4f5ec;
}
.aboutus .aus3 p {
  margin-top: 30px !important;
}
.aboutus .aus4 {
  text-align: center;
  overflow: hidden;
  background-color: #307065;
}
.aboutus .aus4 .leftaus p {
  margin-top: 24vh;
  color: #dadada;
}
.aboutus .aus4 .leftaus a {
  color: white;
}
.aboutus .aus4 .rightaus img {
  width: 100%;
}

@media (max-width: 700px) {
  .aboutus .aus1, .aboutus .aus2, .aboutus .aus3 {
    padding: 50px;
  }
  .aboutus .aus2 {
    margin-top: 30px;
  }
  .aboutus .aus2 p {
    width: 100%;
  }
  .aboutus p {
    width: 100%;
  }
  .aboutus .colp {
    width: 70% !important;
  }
  .aboutus .aus4 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .aboutus .aus4 .leftaus {
    padding-bottom: 50px;
  }
  .aboutus .aus4 .leftaus p {
    margin-top: 50px;
    color: #dadada;
    width: 70%;
  }
  .aboutus .aus4 .leftaus a {
    color: white;
  }
  .aboutus .aus4 .rightaus {
    padding: 0px;
  }
}
/*.embedsocial-fix {
    margin-top:100px;
    overflow:hidden;

    .embedsocial-hashtag{
        margin-top:-100px;
    }
}*/
@media (max-width: 900px) {
  .embedsocial-fix {
    display: none;
  }
}
.blogs-wrap {
  margin-top: 50px;
  padding: 0;
  position: relative;
  width: 90%;
  margin-left: 5%;
}
.blogs-wrap .single-blog {
  width: 20%;
  margin-right: 2.2%;
  margin-left: 2.2%;
  margin-bottom: 110px;
  height: 400px;
  display: inline-block;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
}
.blogs-wrap .single-blog .blog-thumbnail {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.blogs-wrap .single-blog .blog-date {
  padding-top: 20px;
  color: #777;
}
.blogs-wrap .single-blog .blog-title {
  font-size: 19px;
  margin-top: 20px;
  color: #4f4f4f;
  max-height: 80px;
  min-height: 53px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blogs-wrap .single-blog .blog-category {
  color: #777;
}
.blogs-wrap .single-blog hr {
  width: 20px;
  border-color: #777;
}
.blogs-wrap .single-blog:hover {
  opacity: 0.7;
}

@media (max-width: 900px) {
  .blogs-wrap {
    width: 100%;
    margin-left: 0%;
  }
  .blogs-wrap .single-blog {
    width: 90%;
    margin-left: 5%;
    height: auto !important;
    margin-bottom: 90px;
  }
  .blogs-wrap .blog-thumbnail {
    height: auto !important;
    max-height: 90vw;
  }
  .blogs-wrap .blog-title {
    max-height: unset !important;
    min-height: unset !important;
  }
}
.blog-display-wrap {
  overflow: hidden;
}
.blog-display-wrap .content-ob-wrap {
  margin-top: 80px;
  position: relative;
}
.blog-display-wrap .blog-date {
  margin-top: 70px;
  margin-bottom: 40px;
  text-align: center;
}
.blog-display-wrap h1 {
  font-family: "Roboto", sans-serif;
  text-align: center;
  font-weight: 100;
  font-size: 40px;
  padding: 0 10%;
}
.blog-display-wrap hr {
  width: 20px;
  margin-top: 36px;
  margin-bottom: 26px;
  border-color: #777;
}
.blog-display-wrap .blog-category {
  text-align: center;
  color: #777;
}
.blog-display-wrap .blog-content {
  float: left;
  width: 64%;
  overflow: hidden;
}
.blog-display-wrap .blog-content img {
  width: 100% !important;
}
.blog-display-wrap .other-blogs {
  float: left;
  padding-left: 14%;
  width: 36%;
  cursor: pointer;
}
.blog-display-wrap .other-blogs .obsingle {
  margin-bottom: 28px;
  overflow: hidden;
}
.blog-display-wrap .other-blogs .obsingle img {
  width: 100%;
}
.blog-display-wrap .other-blogs .obsingle label {
  font-weight: 100;
  margin-top: 10px;
  color: black;
}
.blog-display-wrap .other-blogs .obsingle .obdate {
  color: #777;
  font-size: 13px;
}
.blog-display-wrap .other-blogs .obsingle:hover {
  opacity: 0.6;
}

@media (max-width: 900px) {
  .blog-display-wrap {
    overflow: hidden;
  }
  .blog-display-wrap .blog-date {
    margin-top: 20px;
  }
  .blog-display-wrap h1 {
    font-size: 30px;
    padding: 0;
  }
  .blog-display-wrap .content-ob-wrap {
    margin-top: 26px;
  }
  .blog-display-wrap .blog-content {
    width: 100%;
  }
  .blog-display-wrap .other-blogs {
    border-top: 1px solid #b6b6b6;
    width: 100%;
    padding: 0px;
    padding-top: 60px;
    margin-top: 30px;
  }
}
.freedelivery {
  position: absolute;
  font-family: "Quciksand", sans-serif;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  font-weight: 400;
  color: white;
  margin-top: -63px;
  pointer-events: none;
  padding: 5px 15px;
}

.steps-btns {
  margin-top: 15px;
  text-align: center;
}
.steps-btns button {
  margin: 3px;
  border: none;
  color: #93ccca;
  padding: 8px 16px;
  background-color: #eef6f6;
}
.steps-btns button .optional {
  margin-top: -5px;
  font-size: 11px;
  display: block;
}
.steps-btns button:disabled {
  opacity: 0.5;
}

.step-wrap {
  max-width: 400px;
}
.step-wrap .step-img-wrap {
  text-align: center;
  margin: 15px;
}
.step-wrap .step-img-wrap img {
  width: 200px;
  height: 200px;
  object-fit: cover;
}

.positioner-wrap {
  position: relative;
  width: 300px;
  height: 300px;
  margin-left: 50%;
  transform: translateX(-50%);
}
.positioner-wrap .img-positioner-wrap {
  touch-action: none;
}
.positioner-wrap .img-positioner-wrap {
  width: 100%;
  height: 100%;
  margin-top: 30px;
  overflow: hidden;
}
.positioner-wrap .img-upload-frame {
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  position: absolute;
  top: -1px;
  left: -1px;
  pointer-events: none;
}

#draggable {
  background-color: #ccc;
  border: 1px solid #000;
}

.dragme {
  position: relative;
  width: 100%;
  cursor: move;
  pointer-events: none;
}

.kid-placeholder {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  pointer-events: none;
}

/*Slider*/
.slidecontainer {
  position: relative;
  width: 100%; /* Width of the outside container */
}

/* The slider itself */
.slider {
  -webkit-appearance: none; /* Override default CSS styles */
  appearance: none;
  width: 100%; /* Full-width */
  height: 25px; /* Specified height */
  background: #d3d3d3; /* Grey background */
  outline: none; /* Remove outline */
  opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
  -webkit-transition: 0.2s; /* 0.2 seconds transition on hover */
  transition: opacity 0.2s;
}

/* Mouse-over effects */
.slider:hover {
  opacity: 1; /* Fully shown on mouse-over */
}

/* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
.slider::-webkit-slider-thumb {
  -webkit-appearance: none; /* Override default look */
  appearance: none;
  width: 25px; /* Set a specific slider handle width */
  height: 25px; /* Slider handle height */
  background: #04AA6D; /* Green background */
  cursor: pointer; /* Cursor on hover */
}

.slider::-moz-range-thumb {
  width: 25px; /* Set a specific slider handle width */
  height: 25px; /* Slider handle height */
  background: #04AA6D; /* Green background */
  cursor: pointer; /* Cursor on hover */
}

.slidecontainer {
  margin-top: 13px;
  text-align: center;
  margin-bottom: 10px;
}

@media (max-height: 670px) {
  .slidecontainer {
    height: 0px;
    margin: 0px;
    overflow: hidden;
  }
}
@media (max-height: 670px) {
  #preview-iframe {
    width: 83% !important;
    margin-left: 8% !important;
  }
}
@media (max-width: 500px) {
  .slidecontainer {
    width: 100%;
  }
  .positioner-wrap .img-positioner-wrap {
    margin-top: 10px;
  }
}
/*Slider end*/
.story-step-btn {
  font-size: 11px;
  border: 1px solid #aeaeae;
  border-radius: 22px;
  margin-left: 5%;
  width: 90%;
  padding: 8px 0px;
  margin-top: 13px;
  border-radius: 4px;
  border-color: black;
  background-color: black;
  color: white;
  background: #141E30;
  background: -webkit-linear-gradient(to right, #243B55, #141E30);
  background: linear-gradient(to right, #243B55, #141E30);
}

.story-step-btn:hover, .story-step-btn:active, .story-step-btn:focus {
  color: white !important;
}

.story-step-btn:hover {
  width: 100%;
  margin-left: 0;
}

.story-step-btn.light-btn {
  font-size: 11px;
  background-color: transparent;
  border: 1px solid #aeaeae;
  border-radius: 22px;
  margin-left: 5%;
  width: 90%;
  padding: 8px 0px;
  margin-top: 13px;
  border-radius: 4px;
}

.upload-btn-shortcut {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  cursor: pointer;
}

.story-order-btn {
  background-color: #f5786e;
  color: #fff;
  border-radius: 0;
  font-size: 16px;
  display: inline-block;
  width: 250px;
  height: 46px;
  padding-top: 10px;
  margin-bottom: 20px;
}
.story-order-btn b {
  font-size: 12px;
}

.storybook-order-note {
  width: 100;
  padding: 5px;
  background-color: #fff6ca;
  text-align: center;
  padding-bottom: 12px;
}
.storybook-order-note h4 {
  font-weight: 600;
}

@media (max-width: 500px) {
  .storybook-order-note {
    font-size: 12px;
  }
}
.slider-steper {
  border: none;
  background-color: transparent;
  position: absolute;
  top: 0px;
  font-size: 16px;
  opacity: 0.7;
}
.slider-steper i {
  pointer-events: none;
}

.slider-steper-minus {
  left: 10px;
}

.slider-steper-plus {
  right: 10px;
}

.loader-img-preview {
  width: 20px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 200px);
}

.pinch-tooltip {
  display: none;
}

@media (max-width: 500px) {
  .pinch-tooltip {
    display: block;
    width: 80px;
    height: 80px;
    /* opacity: 0.5; */
    position: absolute;
    z-index: 100000;
    border-radius: 50%;
    /* left: 50%; */
    top: 56px;
    transform: rotate(-44deg);
    right: 62px;
    border: 1px solid #ccc;
    pointer-events: none;
  }
}
.review-bar {
  min-height: 400px;
  padding-top: 50px;
  padding-bottom: 90px;
}
.review-bar h2 {
  font-size: 13px;
  text-align: center;
  letter-spacing: 1.7px;
  text-transform: uppercase;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #2E3E54;
}
.review-bar h2 .h2-lower {
  font-family: "Acme Gothic Regular";
  font-size: 32px;
  line-height: 52px;
}
.review-bar .reviews-line {
  width: 100%;
  height: 350px;
  text-align: center;
  overflow: hidden;
  margin-top: 58px;
  padding: 20px 0px 20px 0px;
}
.review-bar .reviews-line .in-review {
  background-color: #F2F6FC;
  width: 260px;
  display: inline-block;
  height: 100%;
  padding: 70px 20px 20px 20px;
  position: relative;
  text-align: left;
  margin-right: 25px;
  margin-left: 25px;
  float: left;
  left: calc(50% - 617px);
  color: #2E3E54;
  border-radius: 14px;
  -webkit-box-shadow: 0px 0px 23px 0px rgb(230, 230, 230);
  -moz-box-shadow: 0px 0px 23px 0px rgb(230, 230, 230);
  box-shadow: 0px 0px 23px 0px rgb(230, 230, 230);
  background-repeat: no-repeat;
  background-position: bottom;
}
.review-bar .reviews-line .in-review p {
  color: #565656;
  font-size: 16px;
}
.review-bar .reviews-line .in-review .sign {
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-size: 18px;
  text-transform: uppercase;
}
.review-bar .reviews-line .in-review .stars {
  position: absolute;
  top: 32px;
  left: 26px;
  width: 98px;
}

@media (max-width: 991px) {
  .review-bar {
    padding: 25px;
    padding-bottom: 50px;
  }
  .review-bar .reviews-line {
    height: unset;
    margin-top: 10px;
  }
  .review-bar .reviews-line .in-review {
    width: 100%;
    float: unset;
    left: unset;
    margin: 20px 0px 20px 0px;
    min-height: 234px;
  }
}
.tutorial-layout {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.82);
  z-index: 1002;
}
.tutorial-layout button {
  transform: translateX(-50%);
  width: 230px;
  height: 45px;
  background-color: white;
  border: none;
  font-size: 15px;
  margin-left: 50%;
  margin-top: 20px;
}
.tutorial-layout .tutorial-desc {
  font-size: 20px;
  color: white;
  margin-top: 18px;
  text-align: center;
  padding: 0px 10px;
}
.tutorial-layout video {
  border-radius: 50%;
  width: 285px;
  margin-left: 50%;
  transform: translateX(-50%);
  margin-top: 73px;
}

/*New site*/
.footer-wrap {
  height: 649px;
  width: 100%;
  background-color: white;
}
.footer-wrap .footer-left, .footer-wrap .footer-right {
  width: 50%;
  height: 603px;
  float: left;
}
.footer-wrap .footer-left img, .footer-wrap .footer-left video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.9;
}
.footer-wrap .footer-right {
  padding: 42px 32px;
  position: relative;
}
.footer-wrap .footer-right .contact-details {
  font-size: 16px;
}
.footer-wrap .footer-right .contact-details p, .footer-wrap .footer-right .contact-details a {
  line-height: 19px;
  margin-bottom: 6px;
}
.footer-wrap .footer-right .footer-items {
  position: absolute;
  bottom: 28px;
  left: 32px;
  font-size: 16px;
}
.footer-wrap .footer-right .footer-items a {
  display: block;
  font-style: italic;
  font-family: Lato;
  color: #716E6E !important;
  text-transform: uppercase;
  margin-bottom: 4px;
  line-height: 19px;
}
.footer-wrap .footer-right .footer-items a:hover {
  text-decoration: none;
  color: #B18E6E !important;
}
.footer-wrap .footer-right .footer-social {
  position: absolute;
  left: calc(143px + 38%);
  bottom: 28px;
  transform: translateX(-50%);
}
.footer-wrap .footer-right .footer-social .icons {
  margin-bottom: 19px;
}
.footer-wrap .footer-right .footer-social .icons a {
  padding-right: 32px;
}
.footer-wrap .footer-end {
  border-top: 1px solid black;
  width: 100%;
  height: 46px;
  float: left;
  text-align: center;
  padding-top: 11px;
  background-color: white;
}
.footer-wrap .footer-end span {
  font-size: 14px;
}

@media (max-width: 900px) {
  .footer-wrap .footer-left, .footer-wrap .footer-right {
    width: 100%;
  }
  .footer-wrap .footer-left {
    max-height: 250px;
  }
  .footer-wrap .footer-right {
    padding-left: 28px;
    padding-bottom: 32px;
    height: unset;
    background-color: white;
  }
  .footer-wrap .footer-right .footer-items, .footer-wrap .footer-right .footer-social {
    position: unset !important;
    width: 100%;
    transform: none;
  }
  .footer-wrap .footer-right .footer-items {
    margin-top: 42px;
  }
  .footer-wrap .footer-right .footer-social {
    margin-top: 103px;
  }
  .footer-wrap .footer-end {
    padding-left: 21px;
    text-align: left;
  }
}
.home-page-info {
  padding-top: 70px;
  padding-bottom: 80px;
  overflow: hidden;
  background-color: #2E3E54;
  color: white;
}
.home-page-info .hpi-part {
  width: 33.33%;
  float: left;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}
.home-page-info .hpi-part .hpi-title {
  font-size: 24px;
  font-family: "Acme Gothic Regular";
  margin-bottom: 18px;
  line-height: 33px;
  color: #fff;
}
.home-page-info .hpi-part img {
  width: 50px;
  height: 50px;
  left: 50%;
  margin-bottom: 21px;
}
.home-page-info .hpi-part span {
  font-size: 16px;
  display: block;
  line-height: 20px;
  color: #F6F4F4;
}

@media (max-width: 991px) {
  .home-page-info {
    margin-top: 24px;
    padding-top: 40px;
  }
  .home-page-info .hpi-part {
    width: 100%;
    margin-top: 25px;
    padding-left: 8px;
    padding-right: 8px;
  }
  .home-page-info .hpi-part .hpi-title {
    font-size: 26px;
  }
  .home-page-info .hpi-part span {
    font-size: 12px;
  }
}
@media (min-width: 1400px) {
  .container.larger-container {
    width: 1370px;
  }
}
@media (min-width: 1500px) {
  .container.larger-container {
    width: 1470px;
  }
}
.title-line {
  width: 63px;
  display: inline-block;
  height: 1px;
  background-color: black;
}

.faq-wrap {
  padding-top: 101px;
  padding-bottom: 120px;
}
.faq-wrap .above-title {
  font-size: 16px;
  text-transform: uppercase;
  color: #2E3E54;
}
.faq-wrap h3 {
  font-size: 32px;
  font-family: "Acme Gothic Regular";
  text-transform: uppercase;
  margin-top: 12px;
  color: #2E3E54;
}
.faq-wrap .faq {
  padding-top: 90px;
}
.faq-wrap .faq .trial-item-header {
  background-color: #2E3E54;
  min-height: 38px;
  color: white;
  padding: 6px 8px 0px 8px;
  font-family: "Acme Gothic Regular";
  font-size: 16px;
  cursor: pointer;
}
.faq-wrap .faq .trial-item-header.collapsed {
  background-color: white;
  border-bottom: 1px solid #2E3E54;
  color: black;
}
.faq-wrap .faq .trial-content {
  padding-left: 8px;
  padding-right: 8px;
}

@media (max-width: 900px) {
  .faq-wrap {
    padding-top: 60px;
    padding-bottom: 90px;
  }
  .faq-wrap .faq {
    padding-top: 26px;
  }
}
.section-insta {
  width: 100%;
  height: 420px;
  background-color: #2E3E54;
  position: relative;
  margin-bottom: 120px;
  z-index: 2;
}
.section-insta .bck-text {
  bottom: 0;
}
.section-insta .insta-s2, .section-insta .insta-s1 {
  z-index: 2;
  position: relative;
  color: white;
  text-align: center;
}
.section-insta .insta-s1 {
  padding-top: 81px;
  font-size: 16px;
  margin-bottom: 2px;
  text-transform: uppercase;
}
.section-insta .insta-s2 {
  font-family: "Acme Gothic Regular";
  font-size: 32px;
}
.section-insta .insta-s2 a {
  font-family: "Acme Gothic Regular";
  font-size: 32px;
  color: white;
}
.section-insta .insta-s3 {
  padding-left: calc(50% - 632px);
}
.section-insta .insta-s3 a {
  position: relative;
}
.section-insta .insta-s3 img {
  margin-top: 48px;
  width: 211px;
  height: 211px;
  margin-right: 42px;
}
.section-insta .insta-s3 .insta-mobile-only-btn {
  background-color: #2E3E54;
  color: white;
  border: none;
  position: absolute;
  bottom: 11vw;
  height: 53px;
  pointer-events: none;
  width: 250px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}
.section-insta .insta-s3 .insta-hover {
  opacity: 0;
  position: absolute;
  width: 211px;
  height: 211px;
  top: -72px;
  left: 0;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.57);
  color: white;
  padding-left: 72px;
  padding-top: 94px;
}
.section-insta .insta-s3 .insta-hover img {
  height: 10px;
  width: 10px;
  display: inline-block;
  margin: 0;
  margin-top: -3px;
}
.section-insta .insta-s3 a:hover .insta-hover {
  opacity: 1;
  animation: visibilityAnimation 0.5s ease;
}
.section-insta .gotosite-link {
  border: 1px solid #10151D;
  background-color: white;
  height: 54px;
  min-width: 380px;
  text-align: center;
  padding-top: 16px;
  font-size: 14px;
  color: black !important;
  display: inline-block;
}
.section-insta .gotosite-link:hover {
  text-decoration: none;
}

.videos-bar {
  height: 18.3vw;
  width: 100%;
  overflow: hidden;
  margin-bottom: 50px;
}
.videos-bar .single-vid {
  height: 18.3vw;
  width: 13.4857%;
  float: left;
  margin-left: 0.4%;
  margin-right: 0.4%;
  position: relative;
  overflow: hidden;
}
.videos-bar .single-vid video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
}
.videos-bar .single-vid > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.videos-bar .single-vid .hover-play {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 18.3vw;
  display: none;
  cursor: pointer;
  z-index: 2;
  pointer-events: none;
}
.videos-bar .single-vid .hover-play img {
  margin-left: 50%;
  margin-top: 9.15vw;
  transform: translate(-50%, -50%);
}
.videos-bar .single-vid:hover .hover-play {
  display: block;
}
.videos-bar .single-vid:first-child {
  margin-left: 0;
  width: 13.8857%;
}
.videos-bar .single-vid:last-child {
  margin-right: 0;
  width: 13.8857%;
}
.videos-bar.mobile {
  height: 24vh;
}
.videos-bar.mobile .single-vid {
  height: 24vh;
  width: 31.33%;
  margin-left: 1%;
  margin-right: 1%;
}
.videos-bar.mobile .single-vid:hover .hover-play {
  display: none;
}

.about-us2 {
  overflow-x: hidden;
}
.about-us2 .onamabck {
  position: fixed;
  z-index: -1;
}
.about-us2 h1 {
  text-align: center;
  font-size: 32px;
  font-family: "Acme Gothic Regular";
}
.about-us2 .au-line {
  overflow: hidden;
  margin-top: 150px;
}
.about-us2 .au-line h2 {
  text-transform: uppercase;
  font-family: "Acme Gothic Regular";
  font-size: 32px;
  margin-top: 5px;
  margin-bottom: 10px;
}
.about-us2 .au-line .title-line {
  margin-bottom: 30px;
}
.about-us2 .au-line .left-img, .about-us2 .au-line .right-img, .about-us2 .au-line .left-txt, .about-us2 .au-line .right-txt {
  width: 50%;
  float: left;
}
.about-us2 .au-line .left-img img, .about-us2 .au-line .right-img img, .about-us2 .au-line .left-txt img, .about-us2 .au-line .right-txt img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-us2 .au-line .left-img .bottom-txt p, .about-us2 .au-line .right-img .bottom-txt p, .about-us2 .au-line .left-txt .bottom-txt p, .about-us2 .au-line .right-txt .bottom-txt p {
  font-size: 17px;
}
.about-us2 .au-line .left-txt {
  padding-right: 64px;
}
.about-us2 .au-line .right-txt {
  padding-left: 64px;
}
.about-us2 .a-btn {
  height: 54px;
  font-size: 14px;
  border: 1px solid #141E30;
  padding: 13px 40px;
  color: #141E30;
  text-transform: uppercase;
}
.about-us2 .kids-insta {
  text-align: center;
  padding-bottom: 80px;
  padding-top: 58px;
}
.about-us2 .kids-insta p:first-child {
  font-size: 18px;
  margin-bottom: 26px;
}
.about-us2 .kids-insta .plg {
  font-size: 32px;
  text-transform: uppercase;
  font-family: "Acme Gothic Regular";
  margin-bottom: 38px;
  line-height: 35px;
}
.about-us2 .section-insta {
  background-color: #F6F4F2;
  height: 439px;
}
.about-us2 .section-insta .insta-s1, .about-us2 .section-insta .insta-s2, .about-us2 .section-insta .insta-s2 a {
  color: #2E3E54;
}
.about-us2 .section-insta .insta-s1 h2, .about-us2 .section-insta .insta-s2 h2, .about-us2 .section-insta .insta-s2 a h2 {
  margin: 0;
}
.about-us2 .section-insta .ip {
  text-align: center;
  font-size: 18px;
  margin-top: 30px;
}

@media (max-width: 1315px) {
  .section-insta {
    height: unset;
    padding-bottom: 40px;
    padding-left: 40px;
  }
}
@media (max-width: 900px) {
  .section-insta {
    height: unset;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-bottom: 0px;
  }
  .section-insta .bck-text {
    bottom: unset;
    top: 0;
  }
  .section-insta .insta-s1 {
    padding-top: 64px;
    font-size: 12px;
  }
  .section-insta .insta-s2 {
    font-size: 32px;
    line-height: 44px;
  }
  .section-insta .insta-s3 {
    padding-bottom: 6vw;
  }
  .section-insta .insta-s3 a {
    display: none;
  }
  .section-insta .insta-s3 a:first-child {
    display: block;
  }
  .section-insta .insta-s3 img {
    width: 88vw;
    height: 88vw;
    margin-left: 6vw;
    margin-right: 0;
  }
  .section-insta .insta-s3 .insta-mobile-only-btn {
    display: block;
  }
  .section-insta .insta-s3 .insta-hover {
    width: 0;
    height: 0;
    overflow: hidden;
    opacity: 0 !important;
    display: none !important;
  }
}
@media (max-width: 900px) {
  .about-us2 .au-line {
    margin-top: 50px;
  }
  .about-us2 .au-line .left-img, .about-us2 .au-line .right-img, .about-us2 .au-line .left-txt, .about-us2 .au-line .right-txt {
    width: 100%;
    padding: 0;
  }
  .about-us2 .au-line .right-txt, .about-us2 .au-line .left-txt {
    margin-top: 20px;
  }
  .about-us2 .au-line .left-txt, .about-us2 .au-line .right-img {
    float: right !important;
  }
  .about-us2 .au-line .left-txt .a-btn, .about-us2 .au-line .right-img .a-btn {
    display: none;
  }
  .about-us2 .section-insta {
    height: unset !important;
    margin-top: 80px !important;
  }
  .about-us2 .kids-insta p:first-child {
    font-size: 14px;
  }
  .about-us2 .kids-insta .plg {
    font-size: 20px;
    line-height: 20px;
  }
}
#animated-cover-wrap {
  width: 100%;
  height: calc(100vh - 76px);
  position: relative;
}
#animated-cover-wrap .acw-page {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  overflow: hidden;
}
#animated-cover-wrap .pageobj {
  position: absolute;
  pointer-events: none;
}
#animated-cover-wrap #page0 {
  background: url(/Content/img/CoverAnimation/page0.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#animated-cover-wrap #page1 {
  background: url(/Content/img/CoverAnimation/page1.png);
  background-repeat: no-repeat;
  background-size: cover;
}
#animated-cover-wrap #page2 {
  background: url(/Content/img/CoverAnimation/page2.png);
  background-repeat: no-repeat;
  background-size: cover;
}
#animated-cover-wrap .title-box {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
#animated-cover-wrap .title-box p {
  font-family: "Acme Gothic Regular";
  font-size: 62px;
  line-height: 67px;
}
#animated-cover-wrap .title-box h1 {
  font-size: 22px;
}
#animated-cover-wrap .title-box h1 b {
  font-size: 18px;
}
#animated-cover-wrap .page-dots {
  position: absolute;
  bottom: 70px;
  left: 50%;
  transform: translateX(-50%);
}
#animated-cover-wrap .page-dots .pd {
  width: 12px;
  height: 12px;
  float: left;
  background-color: white;
  border-radius: 50%;
  margin: 0px 7px;
  cursor: pointer;
  opacity: 0.6;
}
#animated-cover-wrap .page-dots .pd:hover, #animated-cover-wrap .page-dots .pd:active, #animated-cover-wrap .page-dots .pd:focus, #animated-cover-wrap .page-dots .pd.selected {
  opacity: 1;
}

@media (max-width: 900px) {
  #animated-cover-wrap {
    height: calc(100vh - 110px);
  }
  #animated-cover-wrap #page0 {
    background-position-x: 18%;
  }
  #animated-cover-wrap #page0 .obj3 {
    transform: scaleX(-1);
  }
  #animated-cover-wrap .title-box {
    width: 100%;
  }
  #animated-cover-wrap .title-box p {
    font-size: 36px;
    line-height: 40px;
  }
  #animated-cover-wrap .title-box h1 {
    font-size: 16px;
    margin-top: 11px;
  }
  #animated-cover-wrap .title-box h1 b {
    font-size: 12px;
  }
  #animated-cover-wrap .page-dots {
    bottom: 17px;
  }
}
.previewbook-wrap {
  width: 100%;
  height: 100vh;
  background-color: #343434;
}
.previewbook-wrap .personalize-btn {
  color: #f3f3f3;
  position: absolute;
  top: 20px;
  left: 20px;
  border: 1px solid #a3a3a3;
  min-height: 46px;
  width: 18vw;
  text-align: center;
  padding-top: 11px;
  padding-bottom: 8px;
  background-color: #343434;
}
.previewbook-wrap .whitex {
  position: absolute;
  top: 36px;
  right: 40px;
  cursor: pointer;
  width: 40px;
}
.previewbook-wrap .switch-btn {
  cursor: pointer;
  position: absolute;
  top: calc(50vh - 20px);
  height: 64px;
}
.previewbook-wrap .switch-btn.prev {
  left: 30px;
}
.previewbook-wrap .switch-btn.next {
  right: 30px;
}
.previewbook-wrap .img-wrap {
  width: 64vw;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 14px;
  overflow: hidden;
}
.previewbook-wrap .img-wrap .previmg {
  width: 50%;
  float: left;
}

@media (min-width: 1920px) {
  .previewbook-wrap .img-wrap {
    width: 1344px;
  }
}
@media screen and (orientation: portrait) {
  .previewbook-wrap .switch-btn {
    cursor: pointer;
    position: absolute;
    right: unset;
    height: 100px;
  }
  .previewbook-wrap .switch-btn.prev {
    left: calc(50vw - 20px);
    top: 30px;
    transform: rotate(90deg);
  }
  .previewbook-wrap .switch-btn.next {
    left: calc(50vw - 20px);
    right: unset;
    top: unset;
    bottom: 30px;
    transform: rotate(90deg);
  }
  .previewbook-wrap .whitex {
    position: absolute;
    top: unset;
    bottom: 70px;
    right: 45px;
    cursor: pointer;
    width: 65px;
  }
  .previewbook-wrap .personalize-btn {
    display: none;
  }
  .previewbook-wrap .img-wrap {
    width: 70vh;
    transform: translate(-50%, -50%) rotate(90deg);
  }
}
.suggest-redirect {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 200vh;
  z-index: 1001;
  background-color: rgba(0, 0, 0, 0.18);
  display: none;
}
.suggest-redirect .switch-country-popup {
  background-color: white;
  width: 500px;
  min-height: 300px;
  border-radius: 5px;
  margin-left: 50%;
  margin-top: 50vh;
  transform: translate(-50%, -50%);
  padding: 18px;
  text-align: center;
  padding-bottom: 20px;
}
.suggest-redirect .switch-country-popup label {
  font-size: 22px;
  margin-bottom: 20px;
}
.suggest-redirect .switch-country-popup label img {
  margin-right: 10px;
}
.suggest-redirect .switch-country-popup p {
  margin-bottom: 100px;
  font-size: 16px;
}
.suggest-redirect .switch-country-popup a {
  display: inline-block;
  border: none;
  text-align: left;
}
.suggest-redirect .switch-country-popup a img {
  width: 23px;
  margin-right: 10px;
}
.suggest-redirect .switch-country-popup a.empty-btn-a {
  width: 100%;
  display: block;
  padding: 10px 20px;
  margin-top: 14px;
}
.suggest-redirect .switch-country-popup a.primaryswitch {
  color: white;
  background-color: #B3A7A7;
}

@media (max-width: 900px) {
  .suggest-redirect .switch-country-popup {
    width: 90%;
    margin-left: 5%;
    transform: none;
    padding: 18px;
    margin-top: 70px;
  }
  .suggest-redirect .switch-country-popup label {
    font-size: 18px;
    margin-bottom: 16px;
  }
  .suggest-redirect .switch-country-popup p {
    margin-bottom: 70px;
    font-size: 14px;
  }
}
