.elementor-kit-7{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */body {
  background-image: linear-gradient(
      rgba(255, 255, 255, 0.05) 2px,
      transparent 2px
    ),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 2px, transparent 2px),
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 100px 100px, 100px 100px, 20px 20px, 20px 20px;
  background-position: -2px -2px, -2px -2px, -1px -1px, -1px -1px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.spacer {
  height: 20vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.main {
  position: relative;
  height: 300vh;
}

.container {
  position: absolute;
  width: 140px;
  height: 140px;
  border: 2px dashed var(--color-surface50);
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Start point */
.initial {
  left: 60%;
  top: 5%;
}

/* Down-the-page markers */
.second {
  left: 10%;
  top: 25%;
}

.third {
  right: 10%;
  top: 45%;
}

.fourth {
  left: 20%;
  top: 65%;
}

.fifth {
  left: 60%;
  top: 80%;
}

.sixth {
  left: 15%;
  top: 95%;
}

.marker {
  width: 100px;
  height: 100px;
  border-radius: 10px;
}

.box {
  
  transform: translate( -50%, -50%);
  width: 100px;
  scale: 300%;
  height: 100px;
  z-index: 10;
  border-radius: 10px;
  background-image: url("https://gsapburger.vimigo.vn/wp-content/uploads/2026/02/blackburger.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
}/* End custom CSS */