/*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-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(255, 253, 248);
}

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

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

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

/*STYLES*/

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

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

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

.bg-left {
    background-image: url("../img/green/bg-4.webp");
    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;
}

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

.countdown-box {
    padding: 0.5rem 1rem;
    font-size: .75rem;
    background-color: rgba(220, 227, 222, 0.74)!important;
}

.countdown-box li {
    border: 0!important;
    color: rgba(115,115,115,1) !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;
}

.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: 576px) { 
    .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.2rem;
        letter-spacing: 0.75px;
        font-weight: 150;
    }
    
    .fs-subtitle-3 {
        font-size: 1rem;
        letter-spacing: 0.75px;
        font-weight: 300;
    }
    
    .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;
    }
}

.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;
    
}

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



/******** 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;
    } 
}

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

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

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

.ap_loop {
    display: none!important;
}

.ap_download {
    display: none!important;
}

.ap_time {
    display: none!important;
}

.ap_sound {
    display: none!important;
}

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