@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@600&family=Nunito:ital,wght@0,600;0,700;0,800;1,600;1,700&display=swap');

.btn-wa {
  width: 60px;
}
.act-btn{
  /* background:green; */
  display: block;
  width: 30px;
  height: 30px;
  line-height: 50px;
  text-align: center;
  color: white;
  font-size: 30px;
  font-weight: bold;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  text-decoration: none;
  transition: ease all 0.3s;
  position: fixed;
  right: 45px;
  bottom: 45px;
  z-index: 999;
}

.img-crop {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

@media all and (min-width: 768px) {
    .testi img {
        height: calc(90vh - 100px);
        width: auto;
        margin: 0 auto; /* it centers any block level element */
        }
}
        

		.banner1 {
			/* background-image: url('img/bg.jpg');  */
			background-position: center center;
			background-repeat: repeat;
			background-size: cover;
			height: 100%;
			width: 100%;
			position: relative;
			/* border-bottom: 20px; */
		}

		.title {
			color: #fff;
			font-family: "Montserrat", Sans-serif;
			font-size: 82px;
			font-weight: 600;
			text-transform: capitalize;
			line-height: 1.2em;
			letter-spacing: 0px;
		}
		.sub-title1 {
			font-weight: 600;
			text-transform: capitalize;
			font-style: normal;
			line-height: 1.3em;
			letter-spacing: 0px;
            color: #fff;
            font-weight: bold;
		}
		.img-produk {
			width: 60%;
			max-width: 100%;
			border-style: solid;
			border-width: 2px 2px 2px 2px;
			border-color: #ffffff;
			box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 50%);
		}
		.cta1 {
			font-family: "Varela Round", Sans-serif;
			font-size: 23px;
			letter-spacing: 0.5px;
			fill: #ffffff;
			color: #ffffff;
			background-color: #ef2c00;
			border-radius: 30px 30px 30px 30px;
			box-shadow: 0px 2px 5px 0px #ffffff;
			padding: 17px 45px 17px 45px;
		}

		.bg	{
			background-color: #cc133b;
			opacity: 0.9;
			transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
			max-height: 100%;
			width: 100%;
			top: 0;
			left: 0;
			/* position: absolute; */
			/* border-radius: 20px; */
		}

		.shape {
			overflow: hidden;
			/* position: absolute; */
			left: 0;
			width: 100%;
			line-height: 0;
			direction: ltr;
			fill: white;
			
		}

		.title-2 {
			color: rgb(183, 31, 31);
			font-family: "Montserrat", Sans-serif;
			font-size: 45px;
			font-weight: 600;
			text-transform: capitalize;
			line-height: 1.2em;
		}

		.subtitle-2 {
			color: #000000;
			font-family: "Open Sans", Sans-serif;
			font-size: 22px;
			font-weight: 500;
			line-height: 1.5em;
		}

		.title-3 {
			color: rgb(183, 31, 31);
			font-family: "Montserrat", Sans-serif;
			font-size: 42px;
			font-weight: 600;
			text-transform: capitalize;
			line-height: 1.2em;
		}

		.subtitle-3 {
			color: #71351A;
			font-family: "Montserrat", Sans-serif;
			font-size: 23px;
			font-weight: 500;
			line-height: 1.5em;
		}

		.subtitle-4 {
			color: #8A3E1C;
			font-family: "Nunito", Sans-serif;
			font-size: 29px;
			font-weight: 500;
			text-transform: none;
			line-height: 1.5em;
		}

		.subtitle-5 {
			color: #000000;
			font-family: "Nunito", Sans-serif;
			font-size: 21px;
			font-weight: 500;
			text-transform: none;
			line-height: 1.5em;
		}

		.title-4 {
			color: #000000;
			font-family: "Montserrat", Sans-serif;
			font-size: 42px;
			font-weight: 600;
			text-transform: capitalize;
			line-height: 1.2em;
		}

		.subtitle-6 {
			color: #000000;
			font-family: "Nunito", Sans-serif;
			font-size: 22px;
			font-weight: 600;
			text-transform: none;
			line-height: 1.5em;
		}

		.img-1 {
			border-radius: 100px 0px 0px 20px;
		}

        /* .img-2 {
            width: 800px;
        } */

		.title-5 {
			color: rgb(183, 31, 31);
			font-family: "Montserrat", Sans-serif;
			font-size: 34px;
			font-weight: 600;
			text-transform: none;
			line-height: 1.3em;
		}

		ul li {
			font-family: "Open Sans", Sans-serif;
			font-size: 20px;
			font-weight: normal;
			text-transform: none;
			color: #000000;
  			padding-left: 5px;
		}

		.kenapa {
			background-color: #fcf7f3;
			padding: 30px;
		}

		.title-kenapa {
			font-family: "Montserrat", Sans-serif;
			font-size: 21px;
			font-weight: 600;
			line-height: 1.2em;
			letter-spacing: 0px;
			color: #71351A;
		}

		.subtitle-kenapa {
			color: #000000;
			font-family: "Open Sans", Sans-serif;
			font-size: 16px;
			line-height: 1.5em;
		}

		.promo-bonus {
			color: #000000;
			font-family: "Nunito", Sans-serif;
			font-size: 30px;
			font-weight: 600;
			text-transform: none;
			font-style: italic;
			line-height: 1.3em;
		}

		.img-bonus {
			width: 60%;
			max-width: 100%;
			border-style: solid;
			border-width: 2px 2px 2px 2px;
			border-color: #71351A;
		}

		.title-harga-1 {
			color: #000000;
			font-family: "Nunito", Sans-serif;
			font-size: 28px;
			font-weight: 600;
			text-transform: none;
			font-style: italic;
			line-height: 1.3em;
		}

		.title-harga-2 {
			color: #000000;
			font-family: "Lato", Sans-serif;
			font-size: 32px;
			font-weight: 700;
			line-height: 1.2em;
		}

		.title-harga-3 {
			color: #000000;
			font-family: "Open Sans", Sans-serif;
			font-size: 28px;
			font-weight: 500;
			line-height: 1.2em;
		}

		.title-harga {
			color: #247a19;
			font-family: "Exo", Sans-serif;
			font-size: 26px;
			font-weight: 800;
			line-height: 1.2em;
			letter-spacing: 0.3px;
		}

		.btn-pesan {
			font-family: "Varela Round", Sans-serif;
			font-size: 18px;
			font-weight: 500;
			letter-spacing: 0.5px;
			fill: #ffffff;
			color: #ffffff;
			background-color: #087a00;
			border-style: solid;
			border-width: 0px 0px 2px 0px;
			border-color: #ffffff;
			border-radius: 60px 60px 60px 60px;
			box-shadow: 1px 1px 10px 1px #8c8c8c;
			padding: 11px 25px 11px 25px;
		}

        .btn-detail {
			font-family: "Varela Round", Sans-serif;
			font-size: 18px;
			font-weight: 500;
			letter-spacing: 0.5px;
			fill: #ffffff;
			color: #ffffff;
			background-color: #0c0f0c;
			border-style: solid;
			border-width: 0px 0px 2px 0px;
			border-color: #ffffff;
			border-radius: 60px 60px 60px 60px;
			box-shadow: 1px 1px 10px 1px #8c8c8c;
			padding: 11px 25px 11px 25px;
		}

		.card-promo {
			border-style: solid;
			border-width: 1px 2px 2px 1px;
			border-color: #951B29;
			transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
			margin: 10px 10px 10px 10px;
			border-bottom-left-radius: 50px;
			border-bottom-right-radius: 50px;
		}

		.title-paket {
			color: #000000;
			font-family: "Montserrat", Sans-serif;
			font-size: 28px;
			font-weight: 600;
			text-transform: none;
			font-style: normal;
			line-height: 1.3em;
			letter-spacing: 0.5px;
			text-shadow: 1px 1px 0px #71351a;
		}

		.subtitle-paket1 {
			color: #000000;
			font-family: "Nunito", Sans-serif;
			font-size: 18px;
			font-weight: 600;
			text-transform: none;
			font-style: italic;
			line-height: 1.3em;
		}

        .subtitle-paket2 {
            color: #000000;
            font-family: "Lato", Sans-serif;
            font-size: 22px;
            font-weight: 700;
            line-height: 1.2em;
        }

        .title-pakhe {
            color: #000000;
            font-family: "Nunito", Sans-serif;
            font-size: 30px;
            font-weight: 700;
            text-transform: none;
            font-style: italic;
            line-height: 1.3em;
        }

        li {
            display: inline-block;
            font-size: 1.5em;
            list-style-type: none;
            padding: 1em;
            text-transform: uppercase;
            font-family: Poppins;
            font-weight: 600;
          }
          
          li span {
            display: block;
            font-size: 3.5rem;
            font-family: Poppins;
            font-weight: 600;
          }

          .card-countdown {
            background-color: #ffffff;
            border-radius: 5px 5px 5px 5px;
            box-shadow: 0px 1px 5px 1px rgb(184 178 178 / 92%);
          }


          /* ##########################  Mobile  ########################### */

@media all and (max-width: 768px) {
              
    .btn-wa {
      width: 60px;
    }

    .testi img {
        /* height: calc(90vh - 100px); */
        width: auto;
        margin: 0 auto; /* it centers any block level element */
        }

    .act-btn{
      /* background:green; */
      display: block;
      width: 30px;
      height: 30px;
      line-height: 50px;
      text-align: center;
      color: white;
      font-size: 30px;
      font-weight: bold;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      text-decoration: none;
      transition: ease all 0.3s;
      position: fixed;
      right: 45px;
      bottom: 45px;
      z-index: 999;
    }

            .banner1 {
                /* background-image: url('img/bg.jpg');  */
                background-position: center center;
                background-repeat: repeat;
                background-size: cover;
                height: 100%;
                width: 100%;
                position: relative;
                /* border-bottom: 20px; */
            }
    
            .title {
                color: #ffffff;
                font-family: "Montserrat", Sans-serif;
                font-size: 52px;
                font-weight: 600;
                text-transform: capitalize;
                line-height: 1.2em;
                letter-spacing: 0px;
            }
            .sub-title1 {
                color: #fff;
                font-family: "Nunito", Sans-serif;
                font-size: 23px;
                font-weight: 600;
                text-transform: capitalize;
                font-style: normal;
                line-height: 1.3em;
                letter-spacing: 0px;
                font-weight: bold;
            }
            .img-produk {
                width: 90% !important;
                max-width: 100%;
                border-style: solid;
                border-width: 2px 2px 2px 2px;
                border-color: #ffffff;
                box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 50%);
            }
            .cta1 {
                font-family: "Varela Round", Sans-serif;
                font-size: 18px;
                letter-spacing: 0.5px;
                fill: #ffffff;
                color: #ffffff;
                background-color: #ef2c00;
                border-radius: 30px 30px 30px 30px;
                box-shadow: 0px 2px 5px 0px #ffffff;
                padding: 17px 45px 17px 45px;
            }
    
            .bg	{
                background-color: #cc133b;
                opacity: 0.9;
                transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
                max-height: 100%;
                width: 100%;
                top: 0;
                left: 0;
                /* position: absolute; */
                /* border-radius: 20px; */
            }
    
            .shape {
                overflow: hidden;
                /* position: absolute; */
                left: 0;
                width: 100%;
                line-height: 0;
                direction: ltr;
                fill: white;
                
            }
    
            .title-2 {
                color: rgb(183, 31, 31);
                font-family: "Montserrat", Sans-serif;
                font-size: 35px;
                font-weight: 600;
                text-transform: capitalize;
                line-height: 1.2em;
            }
    
            .subtitle-2 {
                color: #000000;
                font-family: "Open Sans", Sans-serif;
                font-size: 20px;
                font-weight: 500;
                line-height: 1.5em;
            }
    
            .title-3 {
                color: rgb(183, 31, 31);
                font-family: "Montserrat", Sans-serif;
                font-size: 35px;
                font-weight: 600;
                text-transform: capitalize;
                line-height: 1.2em;
            }
    
            .subtitle-3 {
                color: #71351A;
                font-family: "Montserrat", Sans-serif;
                font-size: 20px;
                font-weight: 500;
                line-height: 1.5em;
            }
    
            .subtitle-4 {
                color: #8A3E1C;
                font-family: "Nunito", Sans-serif;
                font-size: 24px;
                font-weight: 500;
                text-transform: none;
                line-height: 1.5em;
            }
    
            .subtitle-5 {
                color: #000000;
                font-family: "Nunito", Sans-serif;
                font-size: 20px;
                font-weight: 500;
                text-transform: none;
                line-height: 1.5em;
            }
    
            .title-4 {
                color: #000000;
                font-family: "Montserrat", Sans-serif;
                font-size: 30px;
                font-weight: 600;
                text-transform: capitalize;
                /* line-height: 1.2em; */
            }
    
            .subtitle-6 {
                color: #000000;
                font-family: "Nunito", Sans-serif;
                font-size: 22px;
                font-weight: 600;
                text-transform: none;
                line-height: 1.5em;
            }
    
            .img-1 {
                border-radius: 100px 0px 0px 20px;
            }
    
            .title-5 {
                color: rgb(183, 31, 31);
                font-family: "Montserrat", Sans-serif;
                font-size: 30px;
                font-weight: 600;
                text-transform: none;
                line-height: 1.3em;
            }
    
            ul li {
                font-family: "Open Sans", Sans-serif;
                font-size: 17px;
                font-weight: normal;
                text-transform: none;
                color: #000000;
                  padding-left: 5px;
            }
    
            .kenapa {
                background-color: #fcf7f3;
                padding: 30px;
            }
    
            .title-kenapa {
                font-family: "Montserrat", Sans-serif;
                font-size: 21px;
                font-weight: 600;
                line-height: 1.2em;
                letter-spacing: 0px;
                color: #71351A;
            }
    
            .subtitle-kenapa {
                color: #000000;
                font-family: "Open Sans", Sans-serif;
                font-size: 16px;
                line-height: 1.5em;
            }
    
            .promo-bonus {
                color: #000000;
                font-family: "Nunito", Sans-serif;
                font-size: 25px;
                font-weight: 600;
                text-transform: none;
                font-style: italic;
                line-height: 1.3em;
            }
    
            .img-bonus {
                width: 60%;
                max-width: 100%;
                border-style: solid;
                border-width: 2px 2px 2px 2px;
                border-color: #71351A;
            }
    
            .title-harga-1 {
                color: #000000;
                font-family: "Nunito", Sans-serif;
                font-size: 24px;
                font-weight: 600;
                text-transform: none;
                font-style: italic;
                line-height: 1.3em;
            }
    
            .title-harga-2 {
                color: #000000;
                font-family: "Lato", Sans-serif;
                font-size: 28px;
                font-weight: 700;
                line-height: 1.2em;
            }
    
            .title-harga-3 {
                color: #000000;
                font-family: "Open Sans", Sans-serif;
                font-size: 25px;
                font-weight: 500;
                line-height: 1.2em;
            }
    
            .title-harga {
                color: #247a19;
                font-family: "Exo", Sans-serif;
                font-size: 40px;
                font-weight: 800;
                line-height: 1.2em;
                letter-spacing: 0.3px;
            }
    
            .btn-pesan {
                font-family: "Varela Round", Sans-serif;
                font-size: 24px;
                font-weight: 500;
                letter-spacing: 0.5px;
                fill: #ffffff;
                color: #ffffff;
                background-color: #087a00;
                border-style: solid;
                border-width: 0px 0px 2px 0px;
                border-color: #ffffff;
                border-radius: 60px 60px 60px 60px;
                box-shadow: 1px 1px 10px 1px #8c8c8c;
                padding: 17px 35px 17px 35px;
            }
    
            .card-promo {
                border-style: solid;
                border-width: 1px 2px 2px 1px;
                border-color: #951B29;
                transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
                margin: 10px 10px 10px 10px;
                border-bottom-left-radius: 50px;
                border-bottom-right-radius: 50px;
            }
    
            .title-paket {
                color: #000000;
                font-family: "Montserrat", Sans-serif;
                font-size: 31px;
                font-weight: 600;
                text-transform: none;
                font-style: normal;
                line-height: 1.3em;
                letter-spacing: 0.5px;
                text-shadow: 1px 1px 0px #71351a;
            }
    
            .subtitle-paket1 {
                color: #000000;
                font-family: "Nunito", Sans-serif;
                font-size: 23px;
                font-weight: 600;
                text-transform: none;
                font-style: italic;
                line-height: 1.3em;
            }
    
            .subtitle-paket2 {
                color: #000000;
                font-family: "Lato", Sans-serif;
                font-size: 28px;
                font-weight: 700;
                line-height: 1.2em;
            }
    
            .title-pakhe {
                color: #000000;
                font-family: "Nunito", Sans-serif;
                font-size: 25px;
                font-weight: 700;
                text-transform: none;
                font-style: italic;
                line-height: 1.3em;
            }
    
            li {
                /* font-size: calc(1.125rem * var(--smaller)); */
                font-family: Poppins;
                font-weight: 500;
                font-size: 16px;
              }
              
              li span {
                /* font-size: calc(3.375rem * var(--smaller)); */
                font-size: 30px;
                font-family: Poppins;
                font-weight: 600;
              }
          }