@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap");
body {
  padding: 0;
  margin: 0;
  font-family: 'Roboto', sans-serif;
  background-image: url(../image/main-bg@2x.png);
  height: 100vh;
  overflow: hidden;
  background-size: cover;
  background-position: left center;
  background-repeat: no-repeat; }

figure {
  margin: 0; }

.container {
  width: 1230px;
  margin: 0 auto;
  max-width: 90%; }

/* book side */
.box-content {
  display: flex;
  height: 100vh; }

.leftSide {
  flex: 1;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 35px 0;
  color: #fff; }
  .leftSide .bookSide {
    display: none; }
  .leftSide .logo figure {
    position: relative;
    margin-top: 15px;
    float: left; }
    .leftSide .logo figure:after {
      content: '';
      position: absolute;
      bottom: -29px;
      left: 0;
      width: 67%;
      height: 12px;
      background: #fddd10;
      border-radius: 25px;
      transform: rotate(-15deg); }
  .leftSide .textContent {
    max-width: 90%; }
    .leftSide .textContent .title {
      padding-left: 20px;
      position: relative;
      font-size: 50px;
      line-height: 60px;
      letter-spacing: 1px; }
      .leftSide .textContent .title strong {
        letter-spacing: 0; }
      .leftSide .textContent .title:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 10px;
        height: 100%;
        background: #fff;
        border-radius: 25px; }
      .leftSide .textContent .title img {
        height: 41px;
        margin-right: 18px; }
    .leftSide .textContent .desc {
      font-size: 20px;
      font-weight: 200; }
      .leftSide .textContent .desc ul.list {
        margin: 45px 0;
        padding: 0 0 0 15px; }
        .leftSide .textContent .desc ul.list li {
          margin-bottom: 20px;
          position: relative;
          list-style: none;
          padding-left: 10px;
          font-weight: 400; }
          .leftSide .textContent .desc ul.list li:after {
            content: '';
            position: absolute;
            top: 7px;
            left: -15px;
            width: 8px;
            height: 8px;
            border: 2px solid #fff;
            border-radius: 55px; }
          .leftSide .textContent .desc ul.list li.last-child {
            margin-bottom: 0; }
    .leftSide .textContent p {
      line-height: 40px;
      font-size: 22px;
      max-width: 90%;
      padding-bottom: 10px;
      margin-bottom: 45px; }
    .leftSide .textContent .buttons {
      display: flex; }
      .leftSide .textContent .buttons .btn {
        font-weight: 500;
        font-size: 20px;
        border: none;
        border-radius: 35px;
        outline: none;
        min-width: 106px;
        padding: 6px;
        margin-right: 8px;
        cursor: pointer; }
        .leftSide .textContent .buttons .btn span {
          padding: 13.5px 16px;
          display: inline-block;
          border-radius: 35px;
          border: 1px solid;
          width: 100%;
          text-align: left;
          box-sizing: border-box; }
        .leftSide .textContent .buttons .btn.btn-white {
          background: #fff;
          width: 400px; }
          .leftSide .textContent .buttons .btn.btn-white span {
            border-color: #F5CCDA;
            background: #fff; }
        .leftSide .textContent .buttons .btn.btn-dark {
          background: #000;
          color: #fff; }
          .leftSide .textContent .buttons .btn.btn-dark span {
            border-color: transparent;
            text-align: center; }
  .leftSide .social a {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    margin: 0 3px;
    padding: 5px;
    color: #fff;
    border-radius: 5px;
    display: inline-block;
    border-radius: 70px; }
    .leftSide .social a span {
      display: inline-block;
      background: #000;
      border-radius: 50%;
      width: 35px;
      height: 35px;
      display: flex;
      align-items: center;
      justify-content: center; }
      .leftSide .social a span img {
        filter: brightness(0) invert(1);
        max-height: 17px; }

.bookSide {
  height: 100%;
  display: flex;
  align-items: center;
  flex: 0.8;
  position: relative; }
  .bookSide .bookContent {
    width: 316px;
    height: 316px;
    background: #cf3066;
    border: 13px solid #fff;
    border-radius: 50%;
    justify-self: unset;
    position: relative; }
    .bookSide .bookContent:after, .bookSide .bookContent:before {
      content: '';
      display: block;
      background: rgba(216, 58, 113, 0.1);
      position: absolute;
      border-radius: 50%;
      z-index: -1;
      border: 1px solid rgba(255, 255, 255, 0.1); }
    .bookSide .bookContent:after {
      left: -20%;
      top: -20%;
      width: 140.2%;
      height: 140.2%; }
    .bookSide .bookContent:before {
      left: -37%;
      top: -37%;
      width: 174.4%;
      height: 174.4%; }
    .bookSide .bookContent .book {
      position: absolute;
      left: -62px;
      top: -32px;
      max-height: 357px; }
      .bookSide .bookContent .book.book2 {
        right: -62px;
        left: auto;
        top: -20px; }

.palmeLogo {
  position: absolute;
  bottom: 25px;
  right: 20px; }
  .palmeLogo.mobile {
    display: none; }
  .palmeLogo img {
    height: 56px; }

@media screen and (max-height: 880px), screen and (max-width: 1368px) {
  body {
    background-position: center center; }

  .leftSide {
    padding: 20px 0 25px 0; }
    .leftSide .textContent {
      margin-top: 20px; }
      .leftSide .textContent .title {
        font-size: 40px;
        line-height: normal;
        padding: 0 20px; }
        .leftSide .textContent .title:after {
          width: 8px; }
        .leftSide .textContent .title img {
          height: 27px;
          margin-right: 5px; }
      .leftSide .textContent .desc ul.list {
        margin: 30px 0; }
        .leftSide .textContent .desc ul.list li {
          margin-bottom: 12px; }
      .leftSide .textContent p {
        line-height: 30px;
        font-size: 18px;
        max-width: 75%;
        margin: 0 0 15px 0; }
      .leftSide .textContent .buttons .btn span {
        padding: 12px 14px; 
      } }
@media (max-width: 991px) {
  body {
    height: auto;
    overflow: auto; }

  .leftSide .textContent .title {
    font-size: 27px;
    line-height: normal; }
    .leftSide .textContent .title img {
      height: 19px;
      margin-right: 4px; }
  .leftSide .textContent .desc {
    font-size: 20px; }
    .leftSide .textContent .desc ul.list li {
      margin-bottom: 8px; }
  .leftSide .textContent p {
    line-height: 29px;
    font-size: 16px; }

  .bookSide .bookContent {
    width: 233px;
    height: 233px; }
    .bookSide .bookContent .book {
      max-height: 287px; } }
@media (max-width: 768px) {
  .palmeLogo {
    position: static; }
    .palmeLogo.mobile {
      display: block;
      text-align: center; }
    .palmeLogo img {
      max-height: 40px!important;
      }

  body {
    background-image: url(../image/mobile-bg.png);
    background-position: left top;
    height: auto;
    overflow: auto;
    background-size: 100% auto;
    min-height: 100vh;
    position: relative; }
    body:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 5px;
      background: #000; }

  .container {
    max-width: 100%; }

  .box-content {
    height: auto;
    flex-direction: column; }
    .box-content .leftSide {
      color: #000;
      padding: 30px 0;
      flex-direction: column; }
      .box-content .leftSide .social {
        text-align: center;
        margin: 15px 0; }
        .box-content .leftSide .social a {
          cursor: pointer;
          background: none; }
          .box-content .leftSide .social a span {
            background: none;
            width: 30px;
            height: 30px; }
            .box-content .leftSide .social a span img {
              filter: none;
              max-height: 18px; }
      .box-content .leftSide .bookSide {
        display: block; }
      .box-content .leftSide .logo figure {
        position: relative;
        float: none;
        width: 101px;
        margin: 0 auto; }
        .box-content .leftSide .logo figure img {
          width: auto;
          max-height: 58px; }
      .box-content .leftSide .textContent {
        max-width: 100%; }
        .box-content .leftSide .textContent .title {
          font-size: 22px;
          line-height: normal;
          padding: 0;
          text-align: center;
          margin: 40px 0 60px;
          color: #fff; }
          .box-content .leftSide .textContent .title:after {
            display: none; }
          .box-content .leftSide .textContent .title img {
            height: 18px;
            margin-right: 5px; }
        .box-content .leftSide .textContent .desc {
          margin-top: 62px;
          text-align: center; }
          .box-content .leftSide .textContent .desc ul.list {
            max-width: 62%;
            margin: 0 auto; }
            .box-content .leftSide .textContent .desc ul.list li {
              padding-left: 13px;
              font-size: 15px;
              text-align: left; }
              .box-content .leftSide .textContent .desc ul.list li:after {
                width: 7px;
                height: 7px;
                top: 4px;
                left: -5px;
              background-color: #000;}
        .box-content .leftSide .textContent .buttons {
          background: #000;
          display: inline-block;
          border-radius: 40px;
          padding: 12px 36px;
          margin: 0 auto; }
          .box-content .leftSide .textContent .buttons .btn {
            float: left;
            padding: 0;
            font-size: 15px;
            min-width: auto;
            border-radius: 0; }
            .box-content .leftSide .textContent .buttons .btn span {
              padding: 0;
              border-radius: 0;
              border: none; }
              .box-content .leftSide .textContent .buttons .btn span img {
                width: auto;
                height: 15px;
                position: relative;
                top: 2px;
                margin-left: 5px; }
            .box-content .leftSide .textContent .buttons .btn.btn-white {
              background: transparent;
              color: #fff;
              width: auto; }
              .box-content .leftSide .textContent .buttons .btn.btn-white span {
                border-color: transparent;
                background: transparent; }
            .box-content .leftSide .textContent .buttons .btn.btn-dark {
              background: #000;
              color: transparent; }
              .box-content .leftSide .textContent .buttons .btn.btn-dark span {
                border-color: transparent;
                text-align: center; }
        .box-content .leftSide .textContent p {
          font-size: 15px;
          max-width: 92%;
          margin: 30px auto;
          line-height: 25px!important;
          text-align: center; }
    .box-content .bookSide {
      height: auto;
      display: none; }
      .box-content .bookSide .bookContent {
        width: 160px;
        height: 160px;
        margin: 0 auto; }
        .box-content .bookSide .bookContent .book {
          max-height: 199px;
          left: -43px; }
          .box-content .bookSide .bookContent .book.book2 {
            right: -43px;
            left: auto; } }

/*# sourceMappingURL=style.css.map */
