/*FONTS*/
@font-face {
    font-family: 'January Shine';
    src: url('../assets/fonts/january_shine/January\ Shine.ttf');
}

.font-january-shine {
    font-family: "January Shine";
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Custom 1';
    src: url('../assets/fonts/custom-1/custom-1.woff2');
}

.font-custom-1 {
    font-family: "Custom 1";
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.font-cinzel {
    font-family: "Cinzel", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.font-raleway {
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.font-raleway-300 {
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}

.font-heebo {
    font-family: "Heebo", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}


/*COLORS*/

body {
    color: #494949!important;
    /* background-color: rgb(250, 250, 250)!important; */
}

.color-0 {
    color: #FFFFFF!important;
}

.color-1 {
    color: #555555!important;
}

.color-pink {
    color: #ffbceb!important;
}

.color-bg-pink {
    background-color: #ffbceb!important;
}

.bg-color-1 {
    background-color: #555555!important;
}

.bg-color-green {
    background-color: rgb(220, 227, 222);
}

.text-shadow {
    text-shadow: 2px 2px 4px #000000;
}

.text-shadow-sm {
    text-shadow: 2px 2px 4px #00000077;
}

/*STYLES*/
.bg-top {
    background-image: url("../img/boho/bg-1.png");
    background-size: contain;
    background-position-x: center;
    background-repeat: no-repeat;
}

.bg-top-right {
    background-image: url("../img/boho/bg-10.png");
    background-size: contain;
    background-position-x: right;
    background-repeat: no-repeat;
}

.bg-top-left-shine {
    background-image: url("../img/carmin/mirror-shine-pink-1.png");
    background-size: contain;
    background-position-x: left;
    background-repeat: no-repeat;
}

.portrait-bottom {
    background-image: url("../img/gallery/MP-17-2.jpg");
    background-size: cover;
    background-position-x: center;
    background-position-y: bottom;
    background-repeat: no-repeat;
}

.portrait-bottom-2 {
    background-image: url("../img/gallery/MP-5.jpg");
    background-size: cover;
    background-position-x: center;
    background-position-y: bottom;
    background-repeat: no-repeat;
}

.portrait-bottom-3 {
    background-image: url("../img/gallery/MP-15.jpg");
    background-size: cover;
    background-position-x: center;
    background-position-y: bottom;
    background-repeat: no-repeat;
}

.bg-bottom {
    background-image: url("../img/boho/bg-2.png");
    background-size: contain;
    background-position-x: center;
    background-position-y: bottom;
    background-repeat: no-repeat;
}

.bg-bottom-left {
    background-image: url("../img/boho/bg-9.png");
    background-size:cover;
    background-position-x: center;
    background-repeat: no-repeat;
}

.bg-bottom-right-shine {
    background-image: url("../img/carmin/mirror-shine-pink-2.png");
    background-size: contain;
    background-position-x: right;
    background-position-y: bottom;
    background-repeat: no-repeat;
}

.bg-bottom-left-shine {
    background-image: url("../img/carmin/shine-pink-2.png");
    background-size: contain;
    background-position-x: left;
    background-position-y: bottom;
    background-repeat: no-repeat;
}

@media (min-width: 576px) { 
    .bg-bottom-left {
        background-size: contain;
    }

    .svg-separator svg {
        height: 50px!important;
        width: 147px!important;
    }

    .img-profile {
        margin-top: 4vh;
        max-width: 120px!important;
        max-height: 120px!important;
    }
}

.bg-bottom-right {
    background-image: url("../img/boho/bg-5.png");
    background-size: contain;
    background-position-y: bottom;
    background-repeat: no-repeat;
}

.bg-top-left {
    background-image: url("../img/purple/mid-left.webp");
    background-size: contain;
    background-position-x: left;
    background-repeat: no-repeat;
}

.bg-right {
    background-image: url("../img/emerald/bg-1.PNG");
    background-size: contain;
    background-position-x: right;
    background-repeat: no-repeat;
}

.bg-left {
    background-image: url("../img/emerald/bg-2.PNG");
    background-size: contain;
    background-position-x: left;
    background-repeat: no-repeat;
}

.bg-right-1 {
    background-image: url("../img/green/bg-5.webp");
    background-size: cover;
    background-position-x: right;
    background-repeat: no-repeat;
}

.bg-left-1 {
    background-image: url("../img/green/bg-6.webp");
    background-size: cover;
    background-position-x: right;
    background-repeat: no-repeat;
}

.logo {
    margin-top: 6rem;
    max-height: 195px;
}

.img-profile {
    margin-top: 10vh;
    max-width: 250px;
    max-height: 250px;
}

.vh-95 {
    height: 95vh!important;
}

.vh-90 {
    height: 90vh!important;
}

.vh-80 {
    height: 80vh!important;
}

.mt-xl {
    margin-top: 8rem!important;
}
.mb-md {
    margin-bottom: 5rem!important;
}

.font-tall {
    font-size: 2rem;
    font-weight: 200;
    transform: scale(0.8, 1.7);
}

.countdown {
    margin-bottom: 1rem!important;
}

.countdown-box {
    padding: 0.5rem 1rem;
    font-size: .75rem;
    background-color: rgba(255, 255, 255, 0)!important;
}

.countdown-box .countdown-dots {
    /*margin-top: 0.5rem;*/
    font-size: 2rem;
    font-weight: 250;
}

.countdown-box li {
    border: 0!important;
    color: rgb(255, 255, 255) !important;
    background-color: transparent;
}


.separator-green {
    /* color: #212121!important; */
    font-style: italic;
    background-color: rgb(220, 227, 222);
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
}

.separator-emerald {
    /* color: #212121!important; */
    font-style: italic;
    background-color: rgb(84, 173, 152);
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
}

.separator-purple {
    /* color: #212121!important; */
    font-style: italic;
    background-color: rgb(236, 231, 241);
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
}

.separator-boho {
    /* color: #212121!important; */
    font-style: italic;
    background-color: rgb(236, 237, 240);
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
}

.ribbon {
    /* color: #212121!important; */
    background-color: #ffbceb;
    /*background-color: #ffcaef;*/
    font-style: italic;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
}

.font-italic {
    font-style: italic!important;
}

.fs-title {
    font-size: 3.5rem;
    letter-spacing: 0.75px;
}


.fs-subtitle {
    font-size: 3rem;
    letter-spacing: 0.75px;
    font-weight: 300;
}

.fs-subtitle-2 {
    font-size: 1.8rem;
    letter-spacing: 0.75px;
    font-weight: 150;
}

.fs-subtitle-3 {
    font-size: 1.5rem;
    letter-spacing: 0.75px;
    font-weight: 300;
}

.fs-subtitle-4 {
    font-size: 1rem;
    letter-spacing: 0.75px;
    font-weight: 250;
}

.fs-subtitle-5 {
    font-size: 1.1rem;
    letter-spacing: 0.75px;
    font-weight: 250;
}

.fs-help-text {
    font-size: 1rem;
    letter-spacing: 0.75px;
    font-weight: 200;
}

.spacing-normal {
    letter-spacing: normal!important;
}

@media (max-width: 852px) { 
    .img-profile {
        margin-top: 8vh;
        max-width: 160px;
        max-height: 160px;
    }

    .mt-4 {
        margin-top: 2.3rem!important;
    }
    
    .display-1 {
        font-size:2.5rem!important;
    }
    
    .display-4 {
        font-size:2rem!important;
    }

    .fs-title {
        font-size: 2.5rem;
        letter-spacing: 0.75px;
    }

    .fs-subtitle {
        font-size: 2rem;
        letter-spacing: 0.75px;
        font-weight: 300;
    }

    .fs-subtitle-2 {
        font-size: 1.6rem;
        letter-spacing: 0.75px;
        font-weight: 100;
    }
    
    .fs-subtitle-3 {
        font-size: 1rem;
        letter-spacing: 0.75px;
        font-weight: 250;
    }
    
    .fs-subtitle-4 {
        font-size: 0.65rem;
        letter-spacing: 0.75px;
        font-weight: 250;
    }
    
    .fs-subtitle-5 {
        font-size: 0.8rem;
        letter-spacing: 0.75px;
        font-weight: 250;
    }
    
    .fs-help-text {
        font-size: 0.65rem;
        letter-spacing: 0.75px;
        font-weight: 200;
    }
}

.display-xl {
    font-size: 5rem;
}

.owners-box li {
    border: 0!important;
    color: #555555!important;
    background-color: transparent;
    /*letter-spacing: 0.75px;*/
    font-weight: 300;
}

.btn-green {
    background-color: rgba(220, 227, 222, 0.95);
    border: 0;
    padding: .75rem 4.5rem;
    color: rgb(69, 69, 69)!important;
    font-family: "Heebo";
    font-size: .75rem;
}

.btn-green:hover{
    background-color: rgb(49, 49, 49);
    color: #FFF!important;
    
}

.btn-gray {
    background-color: rgb(208, 208, 208);
    border: 0;
    padding: .75rem 4.5rem;
    color: rgb(69, 69, 69)!important;
    font-family: "Heebo";
    font-size: .75rem;
}

.btn-gray:hover{
    background-color: rgb(49, 49, 49);
    color: #FFF!important;
    
}

.btn-pink {
    background-color: rgb(255, 162, 213);
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.15);
    border: 0;
    padding: .75rem 4.5rem;
    color: rgb(255, 255, 255)!important;
    font-family: "Heebo";
    font-size: 1rem;
    font-weight: 350;
}

.btn-pink:hover{
    background-color: rgb(255, 162, 213);
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.15);
    cursor: pointer;
}

.btn-white {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.15);
    border: 0;
    padding: .75rem 4.5rem;
    color: rgb(69, 69, 69)!important;
    font-family: "Heebo";
    font-size: 1rem;
    font-weight: 350;
}

.btn-white:hover{
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.15);
    cursor: pointer;
}

.gifts-card {
    box-shadow: rgba(40, 40, 40, 0.278) 0px 0px 5px 1px;
}


.box-card {
    background-color: rgba(255, 255, 255, 0.772)!important;
}

.box-card .card-body {
    margin-top: 1rem;
}

.box-card-overflow {
    position: relative; /* Esencial: establece el contexto de posicionamiento para los elementos internos */
    overflow: visible;
}

.box-card-overflow .img-container {
    position: absolute;
    top: -3.5rem; 
    right: -1.8rem;
    width: 70%;
    height: 50%;
    overflow: visible;
    opacity: 0.75;
}

.box-card-overflow .img-overflow {
    width: 100%;
    height: 100%;
    object-fit: contain; 
}

.box-card-overflow .img-container-top-left {
    position: absolute;
    top: -1.8rem; 
    left: -3.8rem;
    width: 55%;
    height: 55%;
    overflow: visible;
    opacity: 0.75;
}

.box-card-overflow .img-overflow-top-left {
    width: 100%;
    height: 100%;
    object-fit: contain; 
}

.box-card-overflow .img-container-bottom-ringht {
    position: absolute;
    bottom: -1.8rem; 
    right: -2.4rem;
    width: 55%;
    height: 55%;
    overflow: visible;
    opacity: 0.75;
}

.box-card-overflow .img-overflow-bottom-right {
    width: 100%;
    height: 100%;
    object-fit: contain; 
}


.box-card-overflow .img-container-top-left-2 {
    position: absolute;
    top: -2.8rem; 
    left: -1.8rem;
    width: 40%;
    height: 40%;
    overflow: visible;
    opacity: 0.75;
}

.box-card-overflow .img-overflow-top-left-2 {
    width: 100%;
    height: 100%;
    object-fit: contain; 
}






.carousel-control-prev-icon {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="white" class="bi bi-arrow-left-circle-fill" viewBox="0 0 16 16"><path d="M8 0a8 8 0 1 0 0 16A8 8 0 0 0 8 0m3.5 7.5a.5.5 0 0 1 0 1H5.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L5.707 7.5z"/></svg>')!important;
}
.carousel-control-next-icon {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="white" class="bi bi-arrow-right-circle-fill" viewBox="0 0 16 16"><path d="M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0M4.5 7.5a.5.5 0 0 0 0 1h5.793l-2.147 2.146a.5.5 0 0 0 .708.708l3-3a.5.5 0 0 0 0-.708l-3-3a.5.5 0 1 0-.708.708L10.293 7.5z"/></svg>')!important;
}

.carousel-control-prev, .carousel-control-next {
    opacity: 0.7!important;
}



/******** TIME LINE *******/
.time-line-box {
    width: 100%;
}

.time-line-box .timeline {
    list-style-type: none;
    display: flex;
    padding: 0;
    text-align: center;
}

.time-line-box .timestamp {
    margin: auto;
    margin-bottom: 10px;
    padding: 1rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.time-line-box .status {
    padding: 0px 10px;
    display: flex;
    justify-content: center;
    border-top: 3px solid #FFF;
    position: relative;
    transition: all 200ms ease-in;
}

.time-line-box .status span {
    padding-top: 1.8rem;
}

.time-line-box .status span:before {
    content: '';
    width: 1rem;
    height: 1rem;
    background-color: #FFF;
    border-radius: 1rem;
    border: 2px solid #FFF;
    position: absolute;
    left: 50%;
    top: 0%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: all 200ms ease-in;
}

.swiper-container {
    width: 95%;
    margin: auto;
    overflow-y: auto;
}

.swiper-wrapper {
    display: inline-flex;
    flex-direction: row;
    overflow-y: auto;
    justify-content: center;
}

.swiper-container::-webkit-scrollbar-track {
    background: #a8a8a8b6;
}

.swiper-container::-webkit-scrollbar {
    height: 2px;
}

.swiper-container::-webkit-scrollbar-thumb {
    background: #4F4F4F !important;
}

.swiper-slide {
    text-align: center;
    font-size: 12px;
    width: 100%;
    height: 100%;
    position: relative;
}

.date-logo {
    margin-left: 3rem;
    margin-right: 3rem;
}

@media (max-width: 576px) { 
    .date-logo {
        margin-left: 0.5rem;
        margin-right: 0.5rem;
    }
    .mb-md {
        margin-bottom: 3.5rem!important;
    }
}

@media (max-width: 400px) { 
    .mb-md {
        margin-bottom: 1.5rem!important;
    }
}

/******** END TIME LINE *******/

/******** PLAYER *******/

.ap_container {
    background-color: transparent!important;
    color: #ffbceb!important;
}

.ap_container .duration {
    display:none!important;
}

.ap_loop {
    display: none!important;
}

.ap_download {
    display: none!important;
}

.ap_time {
    display: none!important;
}

.ap_sound {
    display:none!important;
}

/******** END PLAYER *******/