[v-cloak] {
    display: none;
}
.home-slide-text {
    /*background-color: rgba(156, 131, 255, 0.9);*/
    background-color: rgba(133, 49, 154, 0.95);
    /*background-color: rgba(95, 140, 41, 0.95);*/
    max-width: 450px;
    /*color: #fff;*/
    color: #fff;
}
.carousel-control-canv {
    width: 40px;
    height: 40px;
    background-color: #000;
    border-radius: 50%;
    padding-top: 4px;
}

.carousel-control-canv-prev {
    padding-right: 4px;
}

.carousel-control-canv-next {
    padding-left: 4px;
}

#homeCarousel .home-slide-text {
    height: 100%;
}
#header-logo {
    max-width:300px
}
.num-list-badge {
    display: flex;
    width: 50px; /* Set this to slightly wider than the longest string */
    align-items: center;
    justify-content: center;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    background: #85319a;
    color: #fff;
}
.container-home-message img {
    max-width: 500px
}
.container-home-message-artisan img {
    max-width: 100%
}
.container-slideshow-img {
    padding: 20px 0;
    /*border-top: 2px solid #5f8c29;*/
    /*border-bottom: 2px solid #5f8c29;*/
    border-top: 2px solid #85319a;
    border-bottom: 2px solid #85319a;
}
.bg-gold-light {
    background: #d7c7b3
}
.container-slogan .text-slogan {
    font-size: 2rem !important
}

/*Phone*/
@media only screen and (max-width: 480px) {
    #header-logo {
        max-width: 150px
    }
    #homeCarousel .phone {
        position: inherit !important;
        transform: inherit !important;
        top: inherit !important;
        left: inherit !important;
    }

    #homeCarousel .home-slide-text {
        height: 120px;
    }
    .home-slide-text {
        max-width:100%;
    }
    .container-slideshow-text {
        position: unset !important;
    }
    .container-slideshow-text > * {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .container-step {
        align-items: center;
    }
    .container-home-message img {
        max-width: 100%
    }
    .phone-center {
        text-align:center
    }
    .container-slideshow-img {
        padding: 15px 0;
        border-top: 2px solid #1a337d;
        border-bottom: 2px solid #1a337d;
    }
    .container-slogan .text-slogan {
        font-size: 1.25rem !important
    }
    .phone-padding-top-15 {
        padding-top: 15px
    }
    .phone-bg-light {
        background-color: #f8f9fa;
    }
}

/*Desktop*/
@media (min-width: 768px) {
    .num-list-badge {
        width:70px
    }
    .container-slideshow-text {
        position: absolute;
        transform: translate(-50%, -50%) !important;
        top: 50% !important;
        left: 50% !important;
    }
    .container-slideshow-text h2 {
        line-height: 80px
    }
    .desktop-mt-150 {
        margin-top:150px
    }
    .container-home-message-artisan .right {
        flex-basis: 200px;
        flex-grow: 0;
        flex-shrink: 0;
    }
    .container-slogan {
        margin-top: 50px;
        padding-top:30px;
        padding-bottom:30px
    }
}