@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,600;1,600&family=Titillium+Web&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;1,100&display=swap');

body {
    font-family: "Titillium Web", sans-serif;
    font-weight: 400;
    font-style: normal;

    background-image: url("../illustrations/header-bg.jpg");
    background-repeat: repeat;
    overflow-x: hidden;
}

p {
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 1.5rem;
}

.arpan-font {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 100;
    font-style: normal;
}

.arpan-link {
    text-decoration: none;
    color: #FFFFFF;
    letter-spacing: 1.2px;
}

.arpan-link:hover {
    color: #b19056;
    transition: 0.2s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}


.title-gold {
    color: #b19056;
}

.icon-bg {
    color: #adadad;
}

#scrollToTopBtn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #b19056;
    color: white;
    border: none;
    outline: none;
    cursor: pointer;
    z-index: 1000;
}


.nav-link {
    color: #FFFFFF;
}

.nav-link:hover {
    color: #adadad;
}

.custom-section {
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #FFFFFF;
    background-color: #000000 !important;
    background-clip: padding-box;
    border: 1px solid #292929 !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-control:focus {
    color: #FFFFFF;
    background-color: #292929;
    border-color: #000000;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(177, 144, 86, 0.25);
}

.footer-section {
    height: 700px;
    display: flex;
    justify-content: center;
    align-items: center;

    position: relative;
}

.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: .5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #FFFFFF;
    text-align: left;
    list-style: none;
    background-color: #000000;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #adadad;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #FFFFFF;
    background-color: #b19056;
    transition: 0.2s;
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid rgba(0, 0, 0, .20);
}

.btn-outline-warning {
    color: #b19056;
    border-color: #b19056;
}

.btn-outline-warning:hover {
    color: #000;
    background-color: #b19056;
    border-color: #b19056;
}

.bg-image {
    background: url('../illustrations/blurbs-bg2.png') no-repeat center center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.footer-bg-image {
    background: url('../illustrations/footer-bg.png') no-repeat center center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.content {
    z-index: 1;
}

/*---------------*/
/***** Navbar *****/
/*---------------*/
.navbar-brand img {
    width: 80px;
}

.navbar-nav {
    align-items: center;
}

.navbar .navbar-nav .nav-link {
    color: #fff;
    font-size: 1.1em;
    padding: 0.5em 1em;
}

@media screen and (min-width: 768px) {
    .navbar-brand img {
        width: 100px;
    }

    .navbar-brand {
        margin-right: 0;
        padding: 0 1em;
    }
}

.navbar-brand-bg {
    background-color: transparent;
    transition: background-image 1s ease, background-color 1s ease;
    height: 12rem;
    margin-bottom: 2em;
    z-index: 10;
    position: relative;
}

/*---------------*/
/***** Carousel *****/
/*---------------*/
#carouselExampleCaptions {
    position: relative;
    top: -80px;
    z-index: 1;
}

.carousel-caption {
    bottom: 20%;
    text-align: center;
    color: #fff;
}

.carousel-caption h5,
.carousel-caption p {
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}

.carousel-caption p {
    font-size: 1.2em;
}

.carousel-inner .carousel-item {
    height: 100vh;
}

.carousel-inner .carousel-item .carousel-image {
    filter: brightness(30%);
    height: 100%;
    object-fit: cover;
}

.carousel-caption img {
    margin: 10px 0;
}

@media (max-width: 768px) {
    .carousel-inner .carousel-item {
        height: 40vh;
    }
}

/*---------------*/
/***** Layla *****/
/*---------------*/
.row figure {
    position: relative;
    overflow: hidden;
    width: 100%;
    background: #252525 !important;
    text-align: center;
    cursor: pointer;
    margin: 0;
    transition: all 0.3s ease;
}

.row figure img {
    position: relative;
    display: block;
    width: 100%;
    /* Ajustar al 100% del contenedor */
    height: auto;
    /* Mantener la relación de aspecto */
    opacity: 0.8;
}

.row figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.row figure figcaption::before,
.row figure figcaption::after {
    pointer-events: none;
}

.row figure figcaption,
.row figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

figure.effect-layla {
    background: transparent;
}

figure.effect-layla img {
    /* Eliminar la altura fija para permitir que la imagen se ajuste automáticamente */
    width: 100%;
    /* Asegura que la imagen ocupe el 100% del ancho del contenedor */
    height: auto;
    /* Mantiene la proporción de la imagen */
}

figure.effect-layla figcaption {
    padding: 3em;
}

figure.effect-layla figcaption::before,
figure.effect-layla figcaption::after {
    position: absolute;
    content: '';
    opacity: 0;
}

figure.effect-layla figcaption::before {
    top: 50px;
    right: 30px;
    bottom: 50px;
    left: 30px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

figure.effect-layla figcaption::after {
    top: 30px;
    right: 50px;
    bottom: 30px;
    left: 50px;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

figure.effect-layla h2 {
    padding-top: 26%;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}

figure.effect-layla p {
    padding: 0.5em 2em;
    text-transform: none;
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
}

figure.effect-layla img,
figure.effect-layla h2 {
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
}

figure.effect-layla img,
figure.effect-layla figcaption::before,
figure.effect-layla figcaption::after,
figure.effect-layla p {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

figure.effect-layla:hover img {
    opacity: 0.7;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

figure.effect-layla:hover figcaption::before,
figure.effect-layla:hover figcaption::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

figure.effect-layla:hover h2,
figure.effect-layla:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

figure.effect-layla:hover figcaption::after,
figure.effect-layla:hover h2,
figure.effect-layla:hover p,
figure.effect-layla:hover img {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}


/*---------------*/
/***** Zoe *****/
/*---------------*/

figure.effect-zoe figcaption {
    top: auto;
    bottom: 0;
    padding: 1em;
    height: 3.75em;
    background: #242424;
    color: #FFFFFF;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

figure.effect-zoe h2 {
    float: left;
}

figure.effect-zoe p.icon-links a {
    float: right;
    color: #FFFFFF;
    font-size: 1em;
}

figure.effect-zoe:hover p.icon-links a:hover,
figure.effect-zoe:hover p.icon-links a:focus {
    color: #c8a260;
    transition: 0.3s;
    transform: translateY(-5px);
}

figure.effect-zoe p.description {
    position: absolute;
    bottom: 8em;
    padding: 2em;
    color: #fff;
    text-transform: none;
    font-size: 90%;
    opacity: 0;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
    -webkit-backface-visibility: hidden;
    /* Fix for Chrome 37.0.2062.120 (Mac) */
}

figure.effect-zoe h2,
figure.effect-zoe p.icon-links a {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, 200%, 0);
    transform: translate3d(0, 200%, 0);
}

figure.effect-zoe p.icon-links a span::before {
    display: inline-block;
    padding: 8px 10px;
    font-family: 'feathericons';
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-eye::before {
    content: '\e000';
}

.icon-paper-clip::before {
    content: '\e001';
}

.icon-heart::before {
    content: '\e024';
}

figure.effect-zoe h2 {
    display: inline-block;
}

figure.effect-zoe:hover p.description {
    opacity: 1;
}

figure.effect-zoe:hover figcaption,
figure.effect-zoe:hover h2,
figure.effect-zoe:hover p.icon-links a {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

figure.effect-zoe:hover h2 {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}

figure.effect-zoe:hover p.icon-links a:nth-child(3) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

figure.effect-zoe:hover p.icon-links a:nth-child(2) {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

figure.effect-zoe:hover p.icon-links a:first-child {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}


/*----- Video Background -----*/
.video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}

.video-background video {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.navbar {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
}

.hero {
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    padding-top: 56px;
    /* Altura del navbar */
}

.hero-content {
    position: relative;
    z-index: 1;
}

.about-section {
    padding: 50px 20px;
}


.navbar-social {
    color: #FFFFFF;
    text-decoration: none;
}

.navbar-social:hover {
    color: #adadad;
    transition: 0.3s;
}

.navbar-nav .nav-item {
    display: flex;
    align-items: center;
}

.navbar-nav .nav-item a {
    font-size: 2.5rem;
}

.navbar-nav .nav-item.d-flex.align-items-center a {
    font-size: initial;
}

.navbar-nav .navbar-social {
    padding-left: 0;
    padding-right: 0;
}

.navbar-nav .nav-link {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-image: url("../illustrations/header-bg.jpg") !important;
    background-repeat: repeat;
    overflow-x: hidden;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    color: #FFFFFF;
}

.btn-close {
    filter: invert(100%);
}
.btn-close {
    background-color: transparent;
    border: none;
    outline: none;
}

.product-card {
    background-color: transparent;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.product-title {
    font-family: 'Helvetica', sans-serif;
    font-size: 2.5rem;
    font-weight: bold;
    color: #FFFFFF !important;
    margin-bottom: 0.5rem;
}

.product-subtitle {
    font-size: 1.2rem;
    color: #666666;
    margin-bottom: 1.5rem;
}

.product-description {
    font-size: 1rem;
    color: #a4a4a4;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.product-info {
    font-size: 0.9rem;
}

.info-icon {
    width: 24px;
    height: auto;
    margin-bottom: 0.5rem;
}

.info-item p {
    color: #a4a4a4 !important;
}

.product-buttons .btn-find {
    padding: 0.75rem 2rem;
    border-color: #333;
    color: #333;
}