* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html, body {
  height: 100%;
  font-family: 'Quicksand', sans-serif;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background: linear-gradient(-45deg, rgba(255, 102, 0, 0.6), rgba(180, 182, 67, 0.8));
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
}

input, button {
  font-size: 16px;
  font-family: inherit;
}

h1, h2, h3 {
  text-align: center;
}

h1 {
  padding: 8px;
}

h2 {
  color: rgb(0, 0, 0);
}

.title-separator {
  border: none;
  height: 2px;
  background: linear-gradient(to right, rgba(43,81,112,1), rgba(82, 113, 130, 1));
  border-radius: 5px;
}

.content-separator {
  border: none;
  height: 1px;
  background: linear-gradient(to right, rgba(43,81,112,1), rgba(82, 113, 130, 1));
  border-radius: 5px;
}

.aplus-dessert-icon {
  margin: 0 auto;
  width: 200px;
  height: 200px;
}

.navbar-icons {
  fill: white;
  vertical-align: middle;
  transition: color 0.3s ease;
  height: 20px;
  width: 20px;
}

.article-icons {
  height: 23px;
  width: 23px;
  padding-top: 4px;
}

.select-none {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 25px;
}

.col {
  display: flex;
  flex-direction: column;
  flex: 1 1 45%;
  gap: 25px;
  min-width: 300px;
}

.col-1 {
  display: flex;
  flex-direction: column;
  flex: 1 1 30%;
  gap: 25px;
  min-width: 300px;
}

.col-2 {
  display: flex;
  flex-direction: column;
  flex: 1 1 67%;
  gap: 25px;
  min-width: 300px;
}

header {
  display: block;
}

.header-wrap {
  font-size: 20px;
  color: white;
  text-align: center;
  background: linear-gradient(-45deg, rgba(255, 94, 0, 0.6), rgba(170, 0, 0, 0.8));
  padding: 60px;
}

.header-wrap p {
  font-size: 15px;
  letter-spacing: 2px;
}

.navbar {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  color: white;
  background: linear-gradient(-45deg, rgba(143, 83, 255), rgba(255, 0, 149));
  backdrop-filter: blur(10px);
  transition: box-shadow 0.3s ease, background 0.3s ease, top 0.3s ease;
  padding: 5px;
  line-height: 2;
  width: 100%;
}

.navbar.sticky {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

.navbar > ul > li {
  display: inline;
  list-style-type: none;
}

.navbar > ul > li > a {
  display: inline-flex;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  color: white;
  padding: 3px;
  margin: 10px;
  border: 2px dotted transparent;
  border-radius: 8px;
  align-items: center;
  justify-content: center;
  gap: 5px;
  transition: all 0.3s ease;
}

.navbar > ul > li > a:hover,
.navbar > ul > li > a.active {
  color: yellow;
  border-color: yellow;
}

.navbar > ul > li > a:hover svg,
.navbar > ul > li > a.active svg {
  fill: yellow;
}

main {
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  width: 100%;
  margin: 0 auto;
  padding: 25px;
  gap: 25px;
}

.article-1, .article-2, .article-3, .article-4 {
  width: 100%;
  height: auto;
  text-align: justify;
  justify-content: space-between;
  border: 5px solid;
  border-radius: 5px;
  border-image: linear-gradient(45deg, #919191, #00c8eb, #4ee717, #111111) 1;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  padding: 50px;
  flex: 1;
}

.article-1 {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.article-1, .article-2 {
  min-height: 600px;
}

.article-3, .article-4 {
  min-height: 350px;
}

.article-3 {
  text-align: center;
  align-items: center;
  justify-content: center;
}

.slide-wrapper, .indicator-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.slide-wrapper {
  margin-top: 28px;
}

.mySlides {
  display: none;
  border-radius: 15px;
  overflow: hidden;
}

.img-slide {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  object-fit: cover;
}

.text-slide {
  flex: 1;
  bottom: 15px;
  left: 20px;
  color: #fff;
  background: rgba(0,0,0,0.5);
  padding: 10px 20px;
  font-size: 16px;
}

.product-name {
  margin-right: 10px;
  font-weight: bold;
}

.old-price {
  text-decoration: line-through;
  color: #ebc0c4ff;
}

.current-price, .new-price {
  font-weight: bold;
  color: #ffeb3b;
}

.arrow {
  margin: 0 5px;  
}

.promo {
  background-color: #e53935;
  color: #fff;
  padding: 2px 6px;
  margin-left: 10px;
  border-radius: 4px;
  font-size: 14px;
}

.slide-indicator {
  height: 12px;
  width: 12px;
  margin: 18px 5px 40px 5px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 1.0s ease;
}

.active {
  background-color: #ff3188;
}

.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 10.5s;
  animation-name: fade;
  animation-duration: 10.5s;
}

@keyframes fade {
  from {
    opacity: 0.9
  }
  to {
    opacity: 5
  }
}

.description {
  margin-top: auto;
  flex-shrink: 0;
  line-height: 1.5;
}

.description > hr, .description > p {
  margin-bottom: 20px;
}

.description > span > p {
  margin-top: 20px;
}

.description > span > ol {
  padding-left: 30px;
  margin-top: 10px;
}

ol > li > p {
  text-align: left;
  line-height: 1.7;
}

figure {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  margin-top: 28px;
}

.myPhoto {
  width: 200px;
  border-radius: 10px;
}

.creator {
  margin: 28px 0;
  padding: 0 10px;
}

.creator-name, .course, .case-study {
	text-align: left;
  word-wrap: break-word;
  margin-bottom: 8px;
}

.toast {
  visibility: hidden;
  min-width: 300px;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  padding: 15px;
  position: fixed;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
  z-index: 9999;
  opacity: 0;
  transition: opacity 0.5s, bottom 0.5s;
  font-size: 15px;
  line-height: 1.4;
}

.toast.show {
  visibility: visible;
  opacity: 1;
  bottom: 50px;
}

.article-3 > h3 {
  margin-top: 43px;
  word-wrap: break-word;
}

.article-3 > p {
  margin-top: 20px;
  word-wrap: break-word;
  line-height: 1.5;
}

.form-footer {
  text-align: center;
  margin: 20px 0;
}

.input-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.input-email {
  padding: 15px;
  border: 1px solid #ccc;
  border-radius: 10px;
  width: 60%;
  max-width: 100%;
  font-size: 16px;
  line-height: 1.4;
}

.submit-button {
  padding: 12px 20px;
  border: 1px solid #ccc;
  border-radius: 10px;
  background-color: #ff7800;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.submit-button:hover {
  background-color: #ffc000;
}

.contactAddress, .contact-info {
  padding: 0 10px;
  margin: 20px 0;
}

.contact-info {
  text-align: justify;
  word-wrap: break-word;
  line-height: 1.5;
}

.myEmail, .myWhatsapp, .myInstagram, .myAddress {
	text-align: left;
  margin-bottom: 8px;
  white-space: pre-line;
  line-height: 1.5;
}

.sosmed {
  text-align: center;
  margin: 25px 0;
}

.btn {
  display: inline-block;
  margin: 0 10px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.btn img {
  width: 60px;
  height: 60px;
  border-radius: 15px;
  border: 2px solid transparent;
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0,0,0,0.2);
  transition: all 0.3s ease;
  cursor: pointer;
}

.btn:hover img {
  transform: translateY(-5px) scale(1.1);
  box-shadow: 0 8px 15px rgba(0,0,0,0.3);
  border: 3px solid #ffd700;
}

.btn.ig img {
  background-color: #ff2aac;
}

.btn.wa img {
  background-color: #239b76;
}

.btn.cod img {
  background-color: #ff2a2a;
}

footer {
  position: relative;
  flex-shrink: 0;
  padding: 20px;
  color: white;
  background: linear-gradient(-45deg, rgba(255, 94, 0, 0.6), rgba(170, 0, 0, 0.8));
  font-weight: bold;
  line-height: 1.5;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  gap: 20px;
}

.footer-left {
  text-align: center;
  flex: 1;
}

.footer-right {
  flex: none;
  margin-left: auto;
}

.scrollup {
  background-color: #ff7800;
  height: 52px;
  width: 52px;
  border-radius: 15px;
  cursor: pointer;
}

.scrollup:hover {
  border: solid 2px black;
}

@media screen and (max-width: 1024px) {
  h2 {
    font-size: 20px;
  }

  .col-1 {
    flex: 1 1 25%;
  }

  .col-2 {
    flex: 1 1 50%;
  }

  .article-icons {
    height: 20px;
    width: 16px;
  }

  .header-wrap > p {
    margin-top: 15px;
    line-height: 1.5;
  }

  .article-1, .article-2, .article-3, .article-4 {
    padding: 20px;
  }

  .text-slide > span {
    font-size: 13px;
  }

  .product-name {
    margin-right: 4px;
  }

  .arrow {
    margin: 0 2px;  
  }

  .promo {
    margin-left: 4px;
  }

  .description > p {
    line-height: 1.8;
  }

  .description .motto, .description .open {
    font-size: 18px;
    line-height: 1.6;
  }

  .myPhoto {
    height: 60%;
    width: 60%;
  }

  .input-email {
    width: 60%;
  }

  .myEmail, .myWhatsapp, .myInstagram, .myAddress {
    overflow-wrap: break-word;
    white-space: pre-line;
  }

  .btn > img {
    width: 40px;
    height: 40px;
    border-radius: 10px;
  }
}

@media (max-width: 767px) {
  h2 {
    font-size: 18px;
  }

  .header-wrap {
    font-size: 16px;
    padding: 15px 10px;
  }

  .header-wrap > h1 {
    font-size: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
  }

  .header-wrap > img.aplus-dessert-icon {
    width: 120px;
    height: auto;
    margin: 0;
  }

  .header-wrap > p {
    font-size: 13px;
    letter-spacing: 1px;
    margin-top: 5px;
    padding: 12px;
    line-height: 1.7;
  }

  .navbar {    
    padding-top: 15px;
  }

  .navbar > ul > li > a {
    font-size: 12px;
    margin: 0;
    padding: 0;
  }

  .navbar > p {    
    gap: 15px;
  }

  main {
    padding: 25px;
  }

  .col, .col-1, .col-2 {
    flex: 1 1 100%;
  }

  .navbar-icons, .article-icons {
    height: 20px;
    width: 16px;
  }

  .article-1, .article-2, .article-3, .article-4 {
    width: 100%;
    max-width: 100%;
    min-height: auto;
  }

  .text-slide > span {
    font-size: 8px;
  }

  .slide-indicator {
    height: 8px;
    width: 8px;
    margin: 18px 5px 30px 5px;
  }

  .product-name {
    margin-right: 4px;
  }

  .arrow {
    margin: 0 2px;  
  }

  .promo {
    margin-left: 4px;
  }

  .description > p {
    font-size: 12px;
    line-height: 2;
  }

  .description .motto, .description .open {
    font-size: 13px;
    line-height: 1.7;
  }

  .description > span > ol {
    font-size: 12px;
    padding-left: 25px;
  }

  ol > li > p {
    line-height: 2;
  }

  .creator {
    margin-top: 10px 0;
  }

  .myPhoto {
    height: 45%;
    width: 45%;
  }

  .creator-name, .course, .case-study {
    font-size: 12px;
    margin-bottom: 8px;
  }
  
  .input-email {
    width: 57%;
  }

  .input-email {
    padding: 10px;
    line-height: 1;
  }

  .submit-button {
    padding: 7px 10px;
  }

  .article-3 > h3 {
    padding-top: 10px;
    font-size: 15px;
  } 
  
  .article-3 > p, .input-email, .submit-button {
    font-size: 12px;
  }

  .contactAddress, .contact-info {
    margin: 15px 0;
    font-size: 12px;
  }

  .btn {
    margin: 0 8px;
  }

  footer {
    font-size: 15px;
  }
}