@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");

* {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}

html,
body {
  margin: 0px;
  min-height: 100%;
}

button:focus-visible {
  outline: 2px solid #4a90e2 !important;
  outline: -webkit-focus-ring-color auto 5px !important;
}

a {
  text-decoration: none;
}
@font-face {
    font-family: "Vividly-Regular";
    src: url("./Vividly-Regular.otf") format("woff2"),
         url("./Vividly-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
  font-family: "Single Day-Regular";
  src: local("Single Day-Regular");
}

@font-face {
  font-family: "Vividly-Regular";
  src: local("Vividly-Regular");
}

/* ===== MAIN SCREEN ===== */
.screen {
  background-color: #fff5fa;
  overflow: hidden;
  width: 100%;
  min-width: 390px;
  min-height: 3458.89px;
  position: relative;
}

/* ===== DECORATIVE ELEMENTS ===== */
.screen .rectangle {
  position: absolute;
  top: 37px;
  left: 325px;
  width: 34px;
  height: 3px;
  background-color: #5b1133;
  border-radius: 4.72px;
}

.screen .rectangle2 {
  position: absolute;
  top: 46px;
  left: 325px;
  width: 34px;
  height: 3px;
  background-color: #5b1133;
  border-radius: 4.72px;
}

.screen .rectangle3 {
  position: absolute;
  top: 55px;
  left: 325px;
  width: 34px;
  height: 3px;
  background-color: #5b1133;
  border-radius: 4.72px;
}

.screen .ellipse {
  top: 75px;
  left: calc(50.00% - 91px);
  width: 282px;
  height: 281px;
  background-color: #ffffff;
  border-radius: 140.84px / 140.61px;
  position: absolute;
  transform: rotate(0.88deg);
  filter: blur(65.26px);
}

.screen .div {
  top: 738px;
  left: calc(50.00% - 248px);
  width: 208px;
  height: 206px;
  background-color: #ffffff;
  border-radius: 104.03px / 102.92px;
  position: absolute;
  transform: rotate(0.88deg);
  filter: blur(65.26px);
}

.screen .ellipse-2 {
  top: 1535px;
  left: calc(50.00% - 2px);
  width: 208px;
  height: 206px;
  background-color: #ffffff;
  border-radius: 104.03px / 102.92px;
  position: absolute;
  transform: rotate(0.88deg);
  filter: blur(65.26px);
}

.screen .ellipse-3 {
  top: 2256px;
  left: calc(50.00% - 219px);
  width: 208px;
  height: 206px;
  background-color: #ffffff;
  border-radius: 104.03px / 102.92px;
  position: absolute;
  transform: rotate(0.88deg);
  filter: blur(65.26px);
}

.screen .ellipse-4 {
  top: 2865px;
  left: calc(50.00% + 39px);
  width: 208px;
  height: 206px;
  background-color: #ffffff;
  border-radius: 104.03px / 102.92px;
  position: absolute;
  transform: rotate(0.88deg);
  filter: blur(65.26px);
}

.screen .ellipse-5 {
  top: 2529px;
  left: calc(50.00% + 2px);
  width: 208px;
  height: 206px;
  background-color: #fff6fa;
  border-radius: 104.03px / 102.92px;
  position: absolute;
  transform: rotate(0.88deg);
  filter: blur(65.26px);
}

/* ===== IMAGE RECTANGLES ===== */
.img-1 {
  position: absolute;
  top: 46px;
  left: 325px;
  width: 34px;
  height: 3px;
  background-size: cover;
  background-position: center;
  border-radius: 4.72px;
}

.img-2 {
  position: absolute;
  top: 55px;
  left: 325px;
  width: 34px;
  height: 3px;
  background-size: cover;
  background-position: center;
  border-radius: 4.72px;
}

.img-3 {
  position: absolute;
  top: 220px;
  left: 74px;
  width: 241px;
  height: 206px;
  background-size: cover;
  background-position: center;
  border-radius: 67.62px;
  border: 2.36px solid #ffd5ea;
  transform: rotate(-67.93deg);
}

.img-4 {
  position: absolute;
  top: 215px;
  left: 70px;
  width: 239px;
  height: 206px;
  background-image: url('medi1.jpg');
  background-size: cover;
  background-position: center;
  border-radius: 67.62px;
  border: 2.36px solid #ffd5ea;
  transform: rotate(-50.65deg);
    z-index: 99999;

}

.img-5 {
  position: absolute;
  top: 1380px;
  left: 76px;
  width: 239px;
  height: 206px;
  background-size: cover;
  background-position: center;
  border-radius: 94.35px 56.61px 87.28px 58.19px;
  border: 2.36px solid #ffd5ea;
  transform: rotate(7.24deg);
}

.img-6 {
  position: absolute;
  top: 1380px;
  left: 76px;
  width: 239px;
  height: 206px;
  background-image: url('medi3.jpg');
  background-size: cover;
  background-position: center;
  border-radius: 94.35px 56.61px 87.28px 58.19px;
  border: 2.36px solid #ffd5ea;
  transform: rotate(-20.66deg);
    z-index: 99999;

}

.img-7 {
  position: absolute;
  top: 3069px;
  left: calc(50.00% - 111px);
  width: 239px;
  height: 206px;
  background-image: url('medi7.jpg');
  background-size: cover;
  background-position: center;
  border-radius: 164.37px 436.39px 115.62px 125.05px;
  border: 2.36px solid #ffd5ea;
  transform: rotate(9.46deg);
  z-index: 99999;
}

.img-8 {
  position: absolute;
  top: 3069px;
  left: calc(50.00% - 119px);
  width: 239px;
  height: 206px;
  background-size: cover;
  background-position: center;
  border-radius: 164.37px 436.39px 115.62px 125.05px;
  border: 2.36px solid #ffd5ea;
  transform: rotate(-18.97deg);
}

.img-9 {
  position: absolute;
  top: 1765px;
  left: 35px;
  width: 239px;
  height: 141px;
  background-image: url('medi4.jpg');
  background-size: cover;
  background-position: center;
  border-radius: 51.11px;
  border: 2.36px solid #ffd5ea;
}

.img-10 {
  position: absolute;
  top: 564px;
  left: calc(50.00% - 102px);
  width: 205px;
  height: 40px;
  background-size: cover;
  background-position: center;
  border-radius: 67.62px;
  border: 1.57px solid #ffd5ea;
  filter: blur(3.54px);
}

.img-11 {
  position: absolute;
  top: 564px;
  left: calc(50.00% - 102px);
  width: 205px;
  height: 40px;
  background-color: #ffffff;
  background-size: cover;
  background-position: center;
  border-radius: 67.62px;
  border: 1.57px solid #ffd5ea;
}

.img-12 {
  position: absolute;
  top: 2862px;
  left: calc(50.00% - 123px);
  width: 246px;
  height: 40px;
  background-size: cover;
  background-color: #ffffff;
  background-position: center;
  border-radius: 67.62px;
  border: 1.57px solid #ffd5ea;
}

.img-13 {
  position: absolute;
  top: 977px;
  left: calc(50.00% - 220px);
  width: 445px;
  height: 129px;
  background-image: url('medi2.png');
  background-size: cover;
  background-position: center;
  border: 1.57px solid #ffffff;
}

.img-14 {
  position: absolute;
  top: 2474px;
  left: calc(50.00% - 221px);
  width: 441px;
  height: 335px;
  background-color: #ffffff;
  background-size: cover;
  background-position: center;
}

.img-15 {
  position: absolute;
  top: 2672px;
  left: calc(50.00% - 222px);
  width: 444px;
  height: 55px;
  background-size: cover;
  background-position: center;
  border: 1.1px solid #5b1133;
}

.img-16 {
  position: absolute;
  top: 2914px;
  left: calc(50.00% - 123px);
  width: 246px;
  height: 40px;
  background-size: cover;
  background-position: center;
    background-color: #ffffff;
  border-radius: 67.62px;
  border: 1.57px solid #ffd5ea;
}

.img-17 {
  position: absolute;
  top: 2966px;
  left: calc(50.00% - 123px);
  width: 246px;
  height: 40px;
  background-size: cover;
  background-position: center;
  border-radius: 67.62px;
    background-color: #ffffff;
  border: 1.57px solid #ffd5ea;
}

.img-18 {
  position: absolute;
  top: 2233px;
  left: 35px;
  width: 239px;
  height: 141px;
  background-image: url('medi6.jpg');
  background-size: cover;
  background-position: center;
  border-radius: 51.11px;
  border: 2.36px solid #ffd5ea;
}

.img-19 {
  position: absolute;
  top: 2381px;
  left: 37px;
  width: 101px;
  height: 24px;
  background-size: cover;
  background-position: center;
  border-radius: 10.22px;
  border: 1.57px solid #ffd5ea;
}

.img-20 {
  position: absolute;
  top: 1995px;
  left: 116px;
  width: 239px;
  height: 141px;
  background-image: url('medi5.jpg');
  background-size: cover;
  background-position: center;
  border-radius: 51.11px;
  border: 2.36px solid #ffd5ea;
}

/* ===== TEXT STYLES ===== */
.screen .text-wrapper {
  top: 110px;
  left: calc(50.00% - 46px);
  font-family: "Single Day";
  font-size: 28.3px;
  text-align: center;
  position: absolute;
  font-weight: 400;
  color: #5b1133;
  letter-spacing: 0;
  line-height: normal;
}

.screen .text-wrapper-2 {
  top: 143px;
  left: calc(50.00% - 67px);
  font-family: "Single Day";
  font-size: 16.5px;
  text-align: center;
  position: absolute;
  font-weight: 400;
  color: #5b1133;
  letter-spacing: 0;
  line-height: normal;
}

.screen .p {
  position: absolute;
  top: 493px;
  left: calc(50.00% - 158px);
  width: 315px;
  font-family: "Vividly-Regular", Helvetica;
  font-weight: 400;
  color: #5b1133;
  font-size: 16.5px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.screen .designed-for-daily {
  position: absolute;
  top: 740px;
  left: calc(50.00% - 158px);
  width: 246px;
  font-family: "Vividly-Regular", Helvetica;
  font-weight: 400;
  color: #5b1133;
  font-size: 16.5px;
  letter-spacing: 0;
  line-height: normal;
}

.screen .text-wrapper-3 {
  position: absolute;
  top: 641px;
  left: calc(50.00% - 158px);
  width: 315px;
  font-family: "Vividly-Regular", Helvetica;
  font-weight: 400;
  color: #5b1133;
  font-size: 21.2px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.screen .text-wrapper-4 {
  position: absolute;
  top: 1680px;
  left: calc(50.00% - 158px);
  width: 315px;
  font-family: "Vividly-Regular", Helvetica;
  font-weight: 400;
  color: #5b1133;
  font-size: 21.2px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.screen .text-wrapper-5 {
  position: absolute;
  top: 1748px;
  left: calc(50.00% - 146px);
  width: 315px;
  font-family: "Vividly-Regular", Helvetica;
  font-weight: 400;
  color: #5b1133;
  font-size: 14.9px;
  letter-spacing: 0;
  line-height: normal;
}

.screen .text-wrapper-6 {
  top: 697px;
  left: calc(50.00% - 158px);
  width: 80px;
  font-family: "Vividly-Regular", Helvetica;
  font-size: 40.9px;
  position: absolute;
  font-weight: 400;
  color: #5b1133;
  letter-spacing: 0;
  line-height: normal;
}

.screen .supports-a-healthy {
  position: absolute;
  top: 1185px;
  left: calc(50.00% - 158px);
  width: 246px;
  font-family: "Vividly-Regular", Helvetica;
  font-weight: 400;
  color: #5b1133;
  font-size: 16.5px;
  letter-spacing: 0;
  line-height: normal;
}

.screen .text-wrapper-7 {
  top: 1142px;
  left: calc(50.00% - 158px);
  width: 80px;
  font-family: "Vividly-Regular", Helvetica;
  font-size: 40.9px;
  position: absolute;
  font-weight: 400;
  color: #5b1133;
  letter-spacing: 0;
  line-height: normal;
}

.screen .text-wrapper-8 {
  top: 868px;
  left: calc(50.00% - 88px);
  width: 246px;
  font-family: "Single Day";
  font-size: 16.5px;
  text-align: right;
  position: absolute;
  font-weight: 400;
  color: #5b1133;
  letter-spacing: 0;
  line-height: normal;
}

.screen .text-wrapper-9 {
  top: 824px;
  left: calc(50.00% + 78px);
  width: 80px;
  font-family: "Vividly-Regular", Helvetica;
  font-size: 40.9px;
  text-align: right;
  position: absolute;
  font-weight: 400;
  color: #5b1133;
  letter-spacing: 0;
  line-height: normal;
}

.screen .text-wrapper-10 {
  top: 519px;
  left: calc(50.00% - 158px);
  width: 315px;
  font-family: "Single Day";
  font-size: 12.6px;
  text-align: center;
  position: absolute;
  font-weight: 400;
  color: #5b1133;
  letter-spacing: 0;
  line-height: normal;
}

.screen .text-wrapper-11 {
  position: absolute;
  top: 579px;
  left: calc(50.00% - 88px);
  width: 177px;
  font-family: "Vividly-Regular", Helvetica;
  font-weight: 400;
  color: #5b1133;
  font-size: 16.5px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.screen .text-wrapper-12 {
  position: absolute;
  top: 2873px;
  left: calc(50.00% - 88px);
  width: 177px;
  font-family: "Vividly-Regular", Helvetica;
  font-weight: 400;
  color: #5b1133;
  font-size: 14.2px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.screen .text-wrapper-13 {
  position: absolute;
  top: 2924px;
  left: calc(50.00% - 76px);
  width: 152px;
  font-family: "Vividly-Regular", Helvetica;
  font-weight: 400;
  color: #5b1133;
  font-size: 14.2px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.screen .text-wrapper-14 {
  position: absolute;
  top: 2976px;
  left: calc(50.00% - 75px);
  width: 150px;
  font-family: "Vividly-Regular", Helvetica;
  font-weight: 400;
  color: #5b1133;
  font-size: 14.2px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.screen .element-medicube {
  position: absolute;
  top: 3346px;
  left: calc(50.00% - 88px);
  width: 177px;
  font-family: "Vividly-Regular", Helvetica;
  font-weight: 400;
  color: #5b1133;
  font-size: 14.2px;
  text-align: center;
  letter-spacing: 0;
  line-height: 14.2px;
}

.screen .text-wrapper-15 {
  top: 1912px;
  left: calc(50.00% - 146px);
  width: 116px;
  font-family: "Single Day";
  font-size: 14.9px;
  position: absolute;
  font-weight: 400;
  color: #5b1133;
  letter-spacing: 0;
  line-height: normal;
}

.screen .text-wrapper-16 {
  top: 2142px;
  left: calc(50.00% + 29px);
  width: 116px;
  font-family: "Single Day";
  font-size: 14.9px;
  text-align: right;
  position: absolute;
  font-weight: 400;
  color: #5b1133;
  letter-spacing: 0;
  line-height: normal;
}

.screen .text-wrapper-17 {
  position: absolute;
  top: 2216px;
  left: calc(50.00% - 146px);
  width: 315px;
  font-family: "Vividly-Regular", Helvetica;
  font-weight: 400;
  color: #5b1133;
  font-size: 14.9px;
  letter-spacing: 0;
  line-height: normal;
}

.screen .text-wrapper-18 {
  position: absolute;
  top: 2389px;
  left: calc(50.00% - 133px);
  width: 59px;
  font-family: "Vividly-Regular", Helvetica;
  font-weight: 400;
  color: #5b1133;
  font-size: 14.9px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.screen .text-wrapper-19 {
  position: absolute;
  top: 1978px;
  left: calc(50.00% - 170px);
  width: 315px;
  font-family: "Vividly-Regular", Helvetica;
  font-weight: 400;
  color: #5b1133;
  font-size: 14.9px;
  text-align: right;
  letter-spacing: 0;
  line-height: normal;
}

.screen .text-wrapper-20 {
  position: absolute;
  top: 2512px;
  left: calc(50.00% - 158px);
  width: 315px;
  font-family: "Vividly-Regular", Helvetica;
  font-weight: 400;
  color: #5b1133;
  font-size: 33px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.screen .text-wrapper-21 {
  position: absolute;
  top: 2561px;
  left: calc(50.00% - 158px);
  width: 315px;
  font-family: "Vividly-Regular", Helvetica;
  font-weight: 400;
  color: #5b1133;
  font-size: 25.2px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.screen .text-wrapper-22 {
  position: absolute;
  top: 2747px;
  left: calc(50.00% - 158px);
  width: 315px;
  font-family: "Vividly-Regular", Helvetica;
  font-weight: 400;
  color: #5b1133;
  font-size: 23.6px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.screen .text-wrapper-23 {
  position: absolute;
  top: 2691px;
  left: calc(50.00% - 158px);
  width: 315px;
  font-family: "Vividly-Regular", Helvetica;
  font-weight: 400;
  color: #5b1133;
  font-size: 23.6px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.screen .the-AGE-r-booster {
  position: absolute;
  top: 2603px;
  left: calc(50.00% - 143px);
  width: 287px;
  font-family: "Vividly-Regular", Helvetica;
  font-weight: 400;
  color: #5b1133;
  font-size: 19.7px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

/* ===== EXISTING IMAGES ===== */
.screen .foundation-makeup {
  position: absolute;
  top: 2850px;
  left: 81px;
  width: 22px;
  height: 22px;
}

.screen .powder {
  position: absolute;
  top: 2959px;
  left: 81px;
  width: 22px;
  height: 22px;
}

.screen .hello-kitty {
  position: absolute;
  top: 2906px;
  left: 276px;
  width: 22px;
  height: 22px;
}

.screen .right-arrow {
  position: absolute;
  top: 2872px;
  left: 288px;
  width: 17px;
  height: 21px;
}

.screen .img {
  top: 2924px;
  position: absolute;
  left: 288px;
  width: 17px;
  height: 21px;
}

.screen .right-arrow-2 {
  top: 2975px;
  position: absolute;
  left: 288px;
  width: 17px;
  height: 21px;
}

/* ===== SCROLL ANIMATIONS - KEEPS ALL ROTATIONS & DESIGNS ===== */

/* Initial hidden state */
.animate-on-scroll {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* When element becomes visible - !important keeps rotations safe */
.animate-on-scroll.visible {
  opacity: 1;
  transform: translateY(0) !important;
}

/* Different delays */
.animate-on-scroll.delay-1 { transition-delay: 0.1s; }
.animate-on-scroll.delay-2 { transition-delay: 0.2s; }
.animate-on-scroll.delay-3 { transition-delay: 0.3s; }

/* ===== HAMBURGER MENU ===== */
.hamburger-menu {
  position: absolute;
  top: 37px;
  right: 30px;
  width: 34px;
  height: 34px;
  cursor: pointer;
  z-index: 100;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 5px 0;
  transition: all 0.3s ease;
}

.hamburger-menu:hover {
  transform: scale(1.05);
}

.hamburger-menu .rectangle,
.hamburger-menu .rectangle2,
.hamburger-menu .rectangle3 {
  position: static !important;
  width: 34px;
  height: 3px;
  background-color: #5b1133;
  border-radius: 4.72px;
  transition: all 0.3s ease;
}

/* ===== SIDEBAR ===== */
.sidebar {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 999999999;
}

.sidebar.active {
  visibility: visible;
  opacity: 1;
}

.sidebar-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(4px);
}

.sidebar-content {
  position: absolute;
  top: 0;
  right: 0;
  width: 300px;
  max-width: 85%;
  height: 100%;
  background: #fff5fa;
  box-shadow: -10px 0 30px rgba(91, 17, 51, 0.1);
  padding: 30px 25px;
  transform: translateX(100%);
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: flex;
  flex-direction: column;
  border-left: 1.5px solid #ffd5ea;
}

.sidebar.active .sidebar-content {
  transform: translateX(0);
}

.sidebar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  padding-bottom: 20px;
}

.sidebar-logo {
  font-family: "Single Day";
  font-size: 24px;
  color: #5b1133;
}

.sidebar-close {
  background: none;
  border: none;
  font-size: 28px;
  color: #5b1133;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 5px;
  line-height: 1;
}

.sidebar-close:hover {
  transform: rotate(90deg);
  color: #ffd5ea;
}

.sidebar-links {
  list-style: none;
  padding: 0;
  margin: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.sidebar-links li {
  opacity: 0;
  transform: translateX(20px);
  animation: slideInLink 0.4s ease forwards;
}

.sidebar.active .sidebar-links li:nth-child(1) { animation-delay: 0.1s; }
.sidebar.active .sidebar-links li:nth-child(2) { animation-delay: 0.2s; }
.sidebar.active .sidebar-links li:nth-child(3) { animation-delay: 0.3s; }
.sidebar.active .sidebar-links li:nth-child(4) { animation-delay: 0.4s; }
.sidebar.active .sidebar-links li:nth-child(5) { animation-delay: 0.5s; }

@keyframes slideInLink {
  from {
    opacity: 0;
    transform: translateX(20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.sidebar-links a {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: "Vividly-Regular", Helvetica;
  font-size: 18px;
  color: #5b1133;
  padding: 12px 18px;
  border-radius: 15px;
  transition: all 0.3s ease;
  text-decoration: none;
  background: #ffffff;
  border: 1px solid #ffd5ea;
}

.sidebar-links a:hover {
  background: #ffe6f2;
  transform: translateX(5px);
}

.sidebar-footer {
  margin-top: 30px;
  padding-top: 20px;
  text-align: center;
}

.sidebar-footer p {
  font-family: "Vividly-Regular", Helvetica;
  font-size: 12px;
  color: #5b1133;
  line-height: 1.6;
}

/* ===== RESPONSIVE SIDEBAR ===== */
@media (max-width: 380px) {
  .sidebar-content {
    width: 260px;
    padding: 20px;
  }
  
  .sidebar-links a {
    font-size: 16px;
    padding: 10px 14px;
  }
  
  .sidebar-logo {
    font-size: 20px;
  }
}