/* google font */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
  padding: 0px;
  margin: 0px;
  text-decoration: none;
}

body {
  font-family: "Montserrat", sans-serif;
  background-color: #ffffff;
}

@media only screen and (max-width: 768px) {
  /* ================================================================ */
  /*                         banner                                   */
  /* ================================================================ */
  .home-banner {
    background-image: url("../imgs/backgrounds/BOOKLET---MOBILE_01.png");
    height: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 150px 0px;
  }

  .banner-h1 {
    font-size: 50px;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 3.5rem;
    font-weight: 800;
  }

  /* ================================================================ */
  /*                         sales                                    */
  /* ================================================================ */
  .sales {
    padding: 50px 0px;
  }

  .sales-h1 {
    color: #843593;
    font-size: 40px;
    font-weight: 900;
    text-transform: uppercase;
  }

  .sales-p1 {
    color: #212328;
    font-size: 25px;
    font-weight: 800;
  }

  .sales-h2 {
    color: #843593;
    font-size: 25px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 2.5rem;
  }

  .sales-to {
    color: #000000;
    text-transform: lowercase;
  }

  .sales-checklist {
    margin: 0;
    list-style: none;
    padding: 0px 50px;
  }

  .sales-checklist > li {
    line-height: 2.5rem;
  }

  .sales-check {
    width: 25px;
    height: auto;
  }

  .sales-checklist > li > .sales-checklist-text {
    color: #212328;
    font-weight: 600;
    font-size: 22px;
  }

  /* ================================================================ */
  /*                         make                                    */
  /* ================================================================ */
  .make {
    padding: 50px 0px;
  }

  .make-h1 {
    color: #212328;
    font-size: 60px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1.8rem;
  }

  .make-h2 {
    color: #843494;
    font-size: 60px;
    font-weight: 900;
    text-transform: uppercase;
  }

  .make-graph {
    width: -webkit-fill-available;
    height: auto;
  }

  /* ================================================================ */
  /*                         rose                                     */
  /* ================================================================ */
  .rose-logo {
    width: -webkit-fill-available;
    height: auto;
  }

  /* ================================================================ */
  /*                         results                                    */
  /* ================================================================ */
  .results-h1 {
    color: #843494;
    font-size: 30px;
    font-weight: 900;
    text-transform: uppercase;
  }

  .results-h2 {
    color: #212328;
    font-size: 28px;
    font-weight: 400;
    text-transform: uppercase;
  }

  .results-text {
    padding: 0px 0px 0px 20px;
  }

  .results-graph {
    width: -webkit-fill-available;
    height: auto;
  }

  .results-p1 {
    color: #212328;
    font-size: 26px;
    font-weight: 800;
  }

  .results-p2 {
    color: #843494;
    font-size: 30px;
    font-weight: 900;
  }

  /* ================================================================ */
  /*                         flwr                                     */
  /* ================================================================ */
  .flwr-logo {
    width: -webkit-fill-available;
    height: auto;
  }

  /* ================================================================ */
  /*                         results1                                 */
  /* ================================================================ */
  .results1-h1 {
    color: #843494;
    font-size: 30px;
    font-weight: 900;
    text-transform: uppercase;
  }

  .results1-h2 {
    color: #212328;
    font-size: 28px;
    font-weight: 400;
    text-transform: uppercase;
  }

  .results1-text {
    padding: 0px 0px 0px 20px;
  }

  .results1-graph {
    width: -webkit-fill-available;
    height: auto;
  }

  .results1-p1 {
    color: #212328;
    font-size: 26px;
    font-weight: 800;
  }

  .results1-p2 {
    color: #843494;
    font-size: 30px;
    font-weight: 900;
  }

  /* ================================================================ */
  /*                         leaf                                     */
  /* ================================================================ */
  .leaf-logo {
    width: 80%;
    height: auto;
  }

  /* ================================================================ */
  /*                         acquired                                 */
  /* ================================================================ */
  .acquired-right {
    width: -webkit-fill-available;
  }

  .acquired-graph {
    width: -webkit-fill-available;
    height: auto;
  }

  .acquired-h1 {
    color: #040707;
    font-size: 22px;
    font-weight: 900;
  }

  .acquired-p1 {
    color: #040707;
    font-size: 22px;
    font-weight: 700;
  }

  .acquired-p2 {
    color: #843494;
    font-size: 22px;
    font-weight: 900;
  }

  .acquired-graph1 {
    width: -webkit-fill-available;
    height: auto;
    padding: 0px 30px;
  }

  .acquired-graph-p1 {
    color: #212328;
    font-size: 24px;
    font-weight: 800;
  }

  .acquired-graph-p2 {
    color: #843494;
    font-size: 30px;
    font-weight: 900;
  }

  .acquired-graph-graph {
    width: -webkit-fill-available;
    height: auto;
  }

  .acquired-graph-text {
    padding: 0px 0px 0px 20px;
  }

  /* ================================================================ */
  /*                       mobile device                              */
  /* ================================================================ */
  .mobile-device {
    background-image: url("../imgs/backgrounds/BOOKLET---MOBILE_03.png");
    height: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .mobile-device-h1 {
    color: #ffffff;
    font-size: 52px;
    font-weight: 800;
    text-transform: uppercase;
  }

  .mobile-device-h2 {
    color: #ffffff;
    font-size: 30px;
    font-weight: 800;
    text-transform: uppercase;
  }

  .mobile-device-phone {
    width: -webkit-fill-available;
    height: auto;
    position: relative;
    transform: translateX(-30px);
  }

  .mobile-device-text {
    padding: 0px 20px;
  }

  .mobile-device-p1 {
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
  }

  .mobile-device-p2 {
    color: #843494;
    font-size: 18px;
    font-weight: 900;
  }

  .mobile-device-h3 {
    color: #ffffff;
    font-size: 50px;
    font-weight: 800;
    text-transform: uppercase;
  }

  .mobile-device .line {
    color: #ffffff;
    opacity: 1;
    width: 180px;
    height: 3px;
    margin: auto;
  }

  .mobile-device-h4 {
    color: #ffffff;
    font-size: 30px;
    font-weight: 800;
    text-transform: uppercase;
  }

  .mobile-device-handphone {
    width: 100%;
    height: auto;
  }

  .mobile-device-text2 {
    background: #ffffff;
    padding: 20px;
    margin: 0px 10px;
  }

  .mobile-device-h5 {
    color: #000000;
    font-size: 35px;
    font-weight: 800;
    text-transform: uppercase;
  }

  .mobile-device-checklist {
    margin: 0;
    list-style: none;
    padding-left: 0px;
  }

  .mobile-device-checklist > li {
    line-height: 2.5rem;
  }

  .mobile-device-check {
    width: 25px;
    height: auto;
  }

  .mobile-device-checklist > li > .mobile-device-checklist-text {
    color: #212328;
    font-weight: 400;
    font-size: 18px;
  }

  /* ================================================================ */
  /*                            web                                   */
  /* ================================================================ */
  .web-h1 {
    color: #000000;
    font-size: 35px;
    font-weight: 900;
    text-transform: uppercase;
  }

  .web-h2 {
    color: #843494;
    font-size: 35px;
    font-weight: 900;
  }

  .web-p1 {
    color: #843494;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
  }

  .web-img {
    width: 100%;
    display: flex;
  }

  .web-tab-img {
    width: 50%;
    height: auto;
  }

  /* ================================================================ */
  /*                          branding                                */
  /* ================================================================ */
  .branding-h1 {
    color: #000000;
    font-size: 35px;
    font-weight: 900;
    text-transform: uppercase;
  }

  .branding-h2 {
    color: #843494;
    font-size: 35px;
    font-weight: 900;
  }

  .branding-p1 {
    color: #843494;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
  }

  .branding-img {
    width: 100%;
    display: table;
  }

  .branding-tab-img {
    width: 50%;
    height: auto;
  }

  /* ================================================================ */
  /*                      promotions                                  */
  /* ================================================================ */
  .promotions-h1 {
    color: #000000;
    font-size: 35px;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0px;
  }

  .promotions-p1 {
    color: #843494;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
  }

  .promotions-img {
    width: 100%;
    height: auto;
  }

  /* ================================================================ */
  /*                      pos                                         */
  /* ================================================================ */
  .pos-h1 {
    color: #843494;
    font-size: 25px;
    font-weight: 900;
    text-transform: uppercase;
  }

  .pos-img {
    width: 100%;
    height: auto;
  }

  /* ================================================================ */
  /*                      marketing                                  */
  /* ================================================================ */
  .marketing-h1 {
    color: #000000;
    font-size: 25px;
    font-weight: 900;
    text-transform: uppercase;
  }

  .marketing-h2 {
    color: #843494;
    font-size: 25px;
    font-weight: 900;
    text-transform: uppercase;
  }

  .marketing-img {
    width: 100%;
    height: auto;
  }

  /* ================================================================ */
  /*                      menu                                  */
  /* ================================================================ */
  .menu-h1 {
    color: #000000;
    font-size: 25px;
    font-weight: 900;
    text-transform: uppercase;
  }

  .menu-h2 {
    color: #843494;
    font-size: 25px;
    font-weight: 900;
    text-transform: uppercase;
  }

  .menu-img {
    width: 100%;
    height: auto;
  }

  /* ================================================================ */
  /*                      menus                                  */
  /* ================================================================ */
  .menus-h1 {
    color: #000000;
    font-size: 25px;
    font-weight: 900;
    text-transform: uppercase;
  }

  .menus-h2 {
    color: #843494;
    font-size: 25px;
    font-weight: 900;
    text-transform: uppercase;
  }

  .menus-img {
    width: 100%;
    height: auto;
  }

  .menus-btn {
    color: #843494;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    background: transparent;
  }

  /* ================================================================ */
  /*                      web-m                                  */
  /* ================================================================ */
  .web-m {
    background-image: url("../imgs/backgrounds/BOOKLET---MOBILE_03.png");
    height: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .web-m-h1 {
    color: #ffffff;
    font-size: 45px;
    font-weight: 800;
    text-transform: uppercase;
  }

  .web-m-checklist {
    margin: 0;
    list-style: none;
    padding-left: 0px 20px;
  }

  .web-m-checklist > li {
    line-height: 2.5rem;
  }

  .web-m-check {
    width: 25px;
    height: auto;
  }

  .web-m-checklist > li > .web-m-checklist-text {
    color: #ffffff;
    font-weight: 400;
    font-size: 18px;
  }

  /* ================================================================ */
  /*                      consulting                                  */
  /* ================================================================ */
  .consulting {
    background-image: url("../imgs/backgrounds/BOOKLET---MOBILE_03.png");
    height: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .consulting-h1 {
    color: #ffffff;
    font-size: 45px;
    font-weight: 800;
    text-transform: uppercase;
  }

  .consulting-checklist {
    margin: 0;
    list-style: none;
    padding-left: 0px 20px;
  }

  .consulting-checklist > li {
    line-height: 2rem;
  }

  .consulting-check {
    width: 25px;
    height: auto;
  }

  .consulting-checklist > li > .consulting-checklist-text {
    color: #ffffff;
    font-weight: 400;
    font-size: 16px;
  }

  /* ================================================================ */
  /*                      rank                                  */
  /* ================================================================ */
  .rank-box {
    background: #ffffff;
    padding: 20px;
    margin: 20px;
  }

  .rank-h1 {
    color: #231f20;
    font-size: 25px;
    font-weight: 900;
    text-transform: uppercase;
  }

  .rank-p1 {
    color: #212328;
    font-weight: 600;
    font-size: 18px;
  }

  .rank-p2 {
    color: #843494;
    font-weight: 600;
    font-size: 18px;
  }

  .rank-h2 {
    color: #231f20;
    font-size: 28px;
    font-weight: 900;
  }

  .rank-h3 {
    color: #843494;
    font-size: 28px;
    font-weight: 900;
  }

  .book-btn {
    border: none;
    border-radius: 2px;
    background-color: #8b15a6;
    height: 50px;
    width: 175px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
  }

  .rank-website {
    color: #ffffff;
    font-weight: 700;
  }
}

/* ==================== small device ====================== */
@media only screen and (max-width: 480px) {
  .web-img {
    width: 100%;
    display: block;
  }

  .web-tab-img {
    width: 100%;
    height: auto;
  }

  .branding-img {
    width: 100%;
    display: block;
  }

  .branding-tab-img {
    width: 100%;
    height: auto;
  }
}

@media only screen and (max-width: 320px) {
  .banner-h1 {
    font-size: 45px;
  }

  .sales-h1 {
    font-size: 30px;
  }

  .make-h1 {
    font-size: 45px;
  }

  .make-h2 {
    font-size: 50px;
  }

  .web-m-h1 {
    font-size: 35px;
  }

  .consulting-h1 {
    font-size: 40px;
  }
}
