@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap');
.font-garamong{
    font-family: "EB Garamond", serif !important;
}
.main-title, .main-subtitle{
    color: #F8F4E3;
    font-family: "EB Garamond", serif;
}
.main-subtitle{
    font-size: 1.9rem !important;
}
.five-star{
    width: 80%;
}
#mainNav .navbar-brand img{
    width: 40px !important;
}
#carousel-slide-001{
    background: linear-gradient( rgba(20,20,20,0.5),rgba(20,20,20,0.5) ),url( '../img/sliderbootstrap/slide1.jpeg' ) !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
.ns-bg-img-Contact{
    background: linear-gradient( rgba(20,20,20,.3),rgba(20,20,20,.3) ),url( '/img/bg/bg-cottaes.jpeg' ) !important;
    background-size: cover !important;
    background-position: center !important;
}
.ns-bg-img-Bg-Mobile-Girl{
    background: linear-gradient( rgba(20,20,20,.2),rgba(20,20,20,.2) ),url( '/img/bg/cup.jpeg' ) !important;
}
.ns-bg-img-Bg-Psychic-Nature{
    background:linear-gradient( rgba(20,20,20,.2),rgba(20,20,20,.2) ),url( '/img/bg/Bg-Psychic-Nature.jpg' ) !important;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
.ns-bg-img-Bg-UFO{
    background: linear-gradient( rgba(20,20,20,.2),rgba(20,20,20,.2) ),url( '/img/bg/bg-buddha.webp' ) !important;
    background-position: center !important;
}
.featured-slider .slide{
    display: flex;
    justify-content: center;
    align-items: center;
    height: fit-content !important;
}
.featured-slider .slide img{
    width: 60% !important;
    object-fit: cover;
    transition: all 0.3s ease;
}
.featured-slider .slide img:hover {
    filter: drop-shadow(0 0 20px rgba(255, 255, 255, 0.8)) brightness(1.1);
    transform: scale(1.1);
}
.fa-quote-left{
    font-size: 11px !important;
    transform: translateY(-5px);
}
.fa-quote-right{
    font-size: 11px !important;
}
@keyframes sparkle {
    0%, 100% {
        opacity: 1;
        transform: translateX(-50%) scale(1);
    }
    50% {
        opacity: 0.7;
        transform: translateX(-50%) scale(1.1);
    }
}
.welcome-text::after{
    content: '◆ ❖ ◆';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1rem;
    color: rgb(41, 27, 84);
    letter-spacing: 10px;
    /* text-shadow: 0 0 10px rgba(251, 191, 36, 0.8),
                 0 0 20px rgba(251, 191, 36, 0.5),
                 0 0 30px rgba(251, 191, 36, 0.3); */
    animation: sparkle 2s ease-in-out infinite;
}
@media screen and (max-width: 576px) {
    .main-title{
        font-size: 1rem !important;
    }
    .main-subtitle{
        font-size: 0.9rem !important;
    }
    .hero-logo{
        width: 90% !important;
    }
}
@media screen and (max-width:768px){
    .m-custom{
        margin-top: 2rem !important;
        margin-bottom: 2rem !important;
    }
    .five-star{
        width: 100%;
    }
}