@font-face {
    font-family: "Playfair Kapakana";
    src: url("/font/Kapakana-VariableFont_wght.ttf");
}

@font-face {
    font-family: "Playfair Junge";
    src: url("/font/fonnts.com-Playfair-Display-.otf");
}

@font-face {
    font-family: "Playfair Prata";
    src: url("/font/Prata-Regular.ttf");
}

@font-face {
    font-family: "Playfair Display";
    src: url("/font/PlayfairDisplay-VariableFont_wght.ttf");
}

body {
    margin: 0;
    background: #ffffff;
    font-family: "Playfair Display", serif;
}

section {
    width: 100%;
    display: flex;
    justify-content: center;
}
.hero-inner,
.editorial-inner,
.mac-inner,
.periodico-inner {
    width: 1250px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header {
  width: 100%;
  position: absolute; 
  top: 0;
  left: 0;
  z-index: 10;
  padding-top: 40px;
}

.navbar {
  display: flex;
  justify-content: right; 
  width: 100%;
}

.menu-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.nav-menu {
  display: flex;
  gap: 42px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-menu a {
  text-decoration: none;
  color: #dcdcdc;
  font-family: "Playfair junge";
  font-size: 15.5px;
  letter-spacing: 0.4px;
}

.nav-menu a:hover {
  color: white;
}

.underline {
  width: 1350px;
  height: 1px;
  background-color: #ffffff55;
  margin-top: 10px;
}
html {
  scroll-behavior: smooth;
}

.hero {
    width: auto;
    height: 100vh;
    position: relative;
    overflow: hidden;
    background: black;
}

.hero-img {
    position: absolute;
    left: -43px;
    top: 0;
    height: 100%;
    width: auto;
    object-fit: cover;
    z-index: 1;
}

.hero-text {
    position: absolute;
    right: 120px;
    top: 230px;
    text-align: right;
    z-index: 2;
    width: 10000px; 
    overflow: visible;
}

.hero-subtitle {
    position: absolute;
    right: 60px;
    top: -10px;
    font-family: "Playfair Prata";
    font-size: 70px;
    font-weight: 400;
    color: #ffb2ca;
    margin: 0;
    z-index: 20;
}

.hero-title {
    font-family: "Playfair Kapakana";
    font-size: 500px;
    font-weight: 400;
    margin: 0;
    line-height: 0.8;
    letter-spacing: 0px;
    color: white;
    z-index: 3;
    position: relative;
}
.section-editorial {
    width: 1440px;
    height: 1144px;
    margin: 10px auto;
    padding: 50px 0;
    background: white;
}

.editorial-inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
}


.editorial-text {
    width: 50%;
    padding-left: 40px;
}

.editorial-h2 {
    font-family: "Playfair Junge";
    font-size: 90px;
    font-weight: 10;
    line-height: 1.1;
    margin: 0 0 40px 0;
}

.editorial-h22 {
    font-family: "Playfair Junge";
    font-size: 90px;
    font-weight: lighter;
    color: #CB7885;
    margin: 0 0 10px 0;
}

.secretgarden {
    font-family: "Playfair Kapakana";
    font-size: 350px;
    font-weight: 400;
    color: #CB7885;
    line-height: 0.53;
    margin: -20px 0 20px ;
}
.editorial-title-group {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}
.secret-the {
    position: absolute;
    top: -40px;
    left: 292px;
    font-family: "Playfair Junge";
    font-size: 48px;
    color: #CB7885;
    font-weight: 400;
    line-height: 1;
    z-index: 10;
}
.editorial-desc {
    font-family: "Playfair Display";
    font-size: 24px;
    line-height: 32px;
    margin-top: 40px;
}
.editorial-img {
position: relative;
}
.editorial-img img {
    position: absolute;
    top: 150px;     
    left: -820px;    
    width: auto;
    height: 851px;
}

.section-mac {
    width: 100%;
    height: 1151px;
    display: flex;
    background-color: black;
}

.mac-inner {
    display: flex;
    width: 100%;
    height: 100%;
}
.mac-img-wrapper {
    width: 50%;
    height: 100%;
}

.mac-img {
    width: 847px;
    height: 1151px;
}

.mac-text {
    width: 50%;
    color: white;
    padding-left: 40px;
    padding-right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    position: relative;
    top: 150px;
    left: auto;
}

.mac-h2 {
    font-size: 64px;
    font-family: 'Playfair Junge';
    font-weight: 400;
    margin: 0;
    line-height: 1.1;
    position: relative;
    z-index: 2;
    margin-bottom: -50px; 
    top: 110px;
    left: -80px;
    letter-spacing: 4px;
}

.mac-title {
    font-family: 'Playfair Kapakana';
    font-size:300px;
    font-weight: 400;
    color: #CB7885;
    margin-top: 0;    
    margin-bottom: 0;            
    padding: 0;
    position: relative;
    z-index: 1;
    line-height: 0.75;       
    top: 110px;
    left: -30px;
}
.mac-desc {
    font-size: 24px;
    line-height: 1.6;
    font-family: 'Playfair Junge';
    font-weight: 400px;
    opacity: 0.9;
    position: relative;
    top: 60px;
    left: -70px;
  
}
/* llevo la pechera llena de diamaaaaaaaaaaaaaantes */
.section-cine {
    width: auto;
    height: 100vh;
    margin: 0 auto;
    padding: 50px 0;
    background: white;
    position: relative;
}

.cine-inner {
    display: flex;
    width: 100%;
    position: relative;
}
.cine-text {
    width: 50%;
    padding-left: 40px;
    z-index: 2;
}

.cine-h2 {
    font-family: "Playfair Junge";
    font-size: 90px;
    font-weight: 400;
    line-height: 1.1;
    margin: 0 0 10px 0;
    transform: translate(260px, 180px);
}

.cine-cine {
    font-family: "Playfair Kapakana";
    font-size: 350px;
    font-weight: 400;
    color: #CB7885;
    margin: 0 0 0px;
    letter-spacing: 1px;
    transform: translate(280px, 200px);
}

.cine-catalogo {
    font-family: "Playfair Junge";
    font-size: 48px;
    font-weight: 400;
    color: #CB7885;
    line-height: 0.65;
    margin: -30px 0 20px 0;
    transform: translate(260px, 256px);
}

.cine-desc {
    font-family: "Playfair Display";
    font-size: 24px;
    line-height: 32px;
    margin-top: 20px;
    font-weight: 400;
    transform: translate(260px, 120px);
}
.cine-image {
    width: 50%;
    position: relative;
}

.cine-image img {
    position: absolute;
    right: 0px; 
    top: -50px;
    width: 1100px;     
    height: auto;
    object-fit: contain;
    z-index: 1;
}
.section-periodico {
    width: auto;
    height: 100vh;
    margin: 0 auto;
    padding: 50px 0;
    background: black;
    position: relative;
}
.periodico-inner {
    display: flex;
    width: 100%;
    height: 100%;
}
.periodico-text {
    width: 50%;
    padding-left: 40px;
    z-index: 2;
}
.periodico-h2 {
    font-family: "Playfair Junge";
    font-size: 90px;
    font-weight: 400;
    line-height: 1.1;
    margin: 0 0 10px 0;
    color: white;
    transform: translate(300px);
}
.periodico-p {
    font-family: "Playfair Kapakana";
    font-size: 290px;
    font-weight: 400;
    color: #CB7885;
    margin: 0 0 20px 0;
    letter-spacing: 1px;
    transform: translate(300px);
}
.periodico-desc {
    font-family: "Playfair Display";
    font-size: 24px;
    line-height: 32px;
    margin-top: 20px;
    font-weight: 400;
    color: white;
    transform: translate(300px);
}
.periodico-img {
    width: 42.6%;
    position: relative;
}
.periodico-img img {
    position: relative;
    right: 0px; 
    top: -100px;
    width: 1100px;     
    height: relative;
    object-fit: contain;
    z-index: 1;
}

.section-lirio {
    width: auto;
    height: 1314px;
    margin: 0 auto;
    padding: 50px 0;
    background: white;
    position: relative;
}
.lirio-inner {
    display: flex;
    width: 100%;
    position: relative;
}
.lirio-text {
    width: 50%;
    padding-left: 40px;
    z-index: 2;
}
.lirio-h2 {
    font-family: "Playfair Junge";
    font-size: 90px;
    font-weight: 400;
    line-height: 1.1;
    margin: 0 0 10px 0;
    transform: translate(260px, 180px);
}
.lirio-inf {
    font-family: "Playfair Junge";
    font-size: 48px;
    font-weight: 400;
    color: #CB7885;
    margin: 0 0 0px;
    letter-spacing: 1px;
    transform: translate(260px, 200px);
}
.lirio-lirio {
    font-family: "Playfair Kapakana";
    font-size: 350px;
    font-weight: 400;
    color: #CB7885;
    line-height: 0.65;
    margin: -30px 0 20px 0;
    transform: translate(300px, 256px);
}
.lirio-desc {
    font-family: "Playfair Display";
    font-size: 24px;
    line-height: 32px;
    margin-top: 20px;
    font-weight: 400;
    transform: translate(260px, 250px);
}
.lirio-img {
    width: 50%;
    position: relative;
}
.lirio-img img {
    position: absolute;
    right: 0px; 
    top: -50px;
    width: 1100px;     
    height: auto;
    object-fit: contain;
    z-index: 1;
}
.vogue-section {
    width: auto;
    height: 100vh;
    margin: 0 auto;
    padding: 50px 0;
    background: black;
    position: relative;
}
.a1800-section {
    width: auto;
    height: 100vh;
    margin: 0 auto;
    padding: 50px 0;
    background: black;
    position: relative;
}
.candlelight-section {
    width: auto;
    height: 100vh;
    margin: 0 auto;
    padding: 50px 0;
    background: black;
    position: relative;
}
.contacto-section {
    width: 100%;
    background: black;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.contacto-texto {
    width: 100%;
    padding: 100px 0 60px;
    text-align: center;
}
.contacto-texto h2 {
    font-family: "Playfair Junge";
    font-size: 90px;
    font-weight: 400;
    letter-spacing: 0.1em;
    color: white;
}
.contacto-img {
    width: 100%;
    max-width: auto;
    height: auto;
    display: block;
}
#btn-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: none;
    background: rgba(0,0,0,0.7);
    color: #fff;
    font-size: 22px;
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    transition: all 0.4s ease;
    z-index: 9999;
    backdrop-filter: blur(6px);
}

#btn-top:hover {
    background: rgba(0,0,0,0.9);
    transform: translateY(-5px);
}

#btn-top.show {
    opacity: 1;
    pointer-events: auto;
}

.section-anim h1,
.section-anim h2,
.section-anim p,
.section-anim span {
    opacity: 0;
    filter: blur(6px);
    transition: opacity 1s ease, filter 1s ease;
}
.section-anim.show h1,
.section-anim.show h2,
.section-anim.show p,
.section-anim.show span {
    opacity: 1;
    filter: blur(0);
}
.section-anim h1 { transition-delay: .15s; }
.section-anim h2 { transition-delay: .25s; }
.section-anim p  { transition-delay: .4s; }
