@font-face {
    font-family: 'Alice';
    src: url('../assets/fonts/Alice/Alice-Regular.ttf');
}

@font-face {
    font-family: 'Fraunces';
    src: url('../assets/fonts/Fraunces-VariableFont_SOFT\,WONK\,opsz\,wght.ttf');
}

@font-face {
    font-family: 'Futura';
    src: url('../assets/fonts/FuturaHandwritten.ttf');
}

@font-face {
    font-family: 'ames';
    src: url('../assets/fonts/Ames-Regular.otf');
}

@font-face {
    font-family: 'Poppins';
    src: url('../assets/fonts/Poppins-Regular.ttf');
}

body {
    width: 100%;
    height: 100%;
    font-family: 'Fraunces', serif;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    background-color: #f6f3ee;
    overflow-x: hidden;
}

.font-alice {
    font-family: 'Alice', serif;
}

.font-poppins {
    font-family: 'Poppins', serif;
}

.font-futura {
    font-family: 'Futura', serif;
}

.font-ames {
    font-family: 'Ames', serif;
}

body.modal-open {
    padding-right: 0 !important;
}

.font-quicksand {
    font-family: 'Quicksand', serif;
}

.font-berkshire {
    font-family: 'Berkshire Swash', serif;
}

.text-brown {
    color: #8b7355;
}

.navbar {
    background-color: #f6f3ee;
}

.nav-item {
    border: 1px solid #8b7355;
    border-radius: 20px;
    min-width: 80px;
    padding: 0;
    margin: 0;
    text-align: center;
}

.nav-link {
    color: #8b7355;
}

.nav-link:hover {
    color: #8b7355;
    font-weight: bold;
}

.w-big {
    width: 185px;
}

.w-small {
    width: 100px;
}

.bg-yellow {
    background-color: #ffe671;
}

.active {
    color: #8b7355 !important;
    font-weight: bolder;
}

.btn-login:hover {
    color: #8b7355 !important;
    font-weight: bolder;
}

.product {
    min-height: 0;
}

.product-title {
    font-size: 50px;
}

.series {
    background: #f6f3ee;
    padding: 0 0;
}

.series-container {
    background-color: #8b292c;
}

.product-card {
    border: 1px solid black;
    border-radius: 10px;
    background-color: #FBE58B;
    height: 450px;
}

.card-btn {
    width: 250px;
    border-radius: 10px;
    background-color: #0163CB;
    color: white;
}

.card-btn:hover {
    background-color: #025fc2;
    color: white;
}

.series-subtitle {
    border: 1px solid black;
    border-radius: 20px;
    width: 150px;
    height: 35px;
    padding: 5px 0 2px 0;
    margin: 0;
    font-size: 14px;
}

.img-placeholder {
    height: 325px;
    background: #d8e7ef;
    border-radius: 10px;
    margin: 10px;
}

.img-placeholder img {
    border-radius: 10px;
    border: 1px solid black;
}

.carousel-control-prev {
    left: -60px;
    max-height: 50px;
    margin-top: 215px;
    transform: scale(2);
}

.carousel-control-next {
    right: -60px;
    max-height: 50px;
    margin-top: 215px;
    transform: scale(2);
}

.footer {
    background: #8B7355;
    color: white;
    padding-top: 40px;
}

.credit {
    margin-top: 70px;
}

.carousel-item {
    overflow: hidden;
}

.carousel,
.carousel-inner,
.carousel-item {
    max-width: 100%;
    overflow: hidden;
}

.logoFooter {
    width: 250px;
}

.list {
    margin-top: -80px;
}

.img-sosmed {
    width: 40px;
}

.select-red {
    background-color: #8B292C;
}


@media screen and (min-width: 896.1px) and (max-width: 1080.99px) {
    .series-container {
    background-image: var(--bg-desktop);
    height: 600px;
    width: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    }
    
    .swiper-slide {
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 120px;
    }
    
    .nav-item {
        border: 1px solid #8b7355;
        border-radius: 20px;
        padding: 0;
        margin: 0;
        width: 150px !important;
        text-align: center;
    }
    
    .img-placeholder {
        width: 185px;
    }
    
    .profile{
        margin-start: 2px !important;
        width: 50px !important;
    }
    
    .nav-link{
        font-size: 0.8rem;
    }
    
}

@media screen and (max-width: 896px) {
    .navbar-collapse {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .navbar-nav {
        width: 100%;
        align-items: center;
        padding-top: 10px;
    }

    .nav-item {
        text-align: center;
        width: 100% !important;
    }

    .navbar-nav .nav-link {
        display: block;
        width: 100%;
    }

    .navbar-collapse .d-flex {
        justify-content: center;
        width: 100%;
    }
    
    .series-title {
        background-color: #F6F3EE;
        padding: 10px 0 8px 0;
        margin: 0 20px;
    }

    .logoFooter {
        width: 250px;
        margin-top: -10px;
    }
    
    .list{
        margin-top: -100px;
    }
    
    .profile-text{
        display: block !important;
    }
    
    .profile-icon{
        display: none !important;
    }
    
    .product-card{
        width: 400px;
        margin: auto;
    }
    
    .img-placeholder{
        width: 210px !important;
    }
}

@media screen and (max-width: 440px) {
    .navbar-collapse {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .navbar-nav {
        width: 100%;
        align-items: center;
        padding-top: 10px;
    }

    .nav-item {
        text-align: center;
        width: 100%;
    }

    .navbar-nav .nav-link {
        display: block;
        width: 100%;
    }

    .navbar-collapse .d-flex {
        justify-content: center;
        width: 100%;
    }

    #cardCarousel .carousel-item .row {
        flex-wrap: nowrap;
    }

    #cardCarousel .carousel-item .col-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    #cardCarousel .card {
        width: 100%;
    }
    
    .product-card {
        border: 1px solid black;
        border-radius: 10px;
        background-color: #FBE58B;
        height: 450px;
        width: auto !important;
    }

    .carousel-control-prev {
        left: -17px;
        transform: scale(1.3);
    }

    .carousel-control-next {
        right: -17px;
        transform: scale(1.3);
    }

    .footer {
        background: #8B7355;
        color: white;
        padding-top: 20px;
    }

    .credit {
        margin-top: 40px;
        font-size: 10px;
    }

    .carousel-item .row {
        justify-content: center;
    }

    .carousel-item .col-md-4 {
        display: none;
    }

    .carousel-item .col-md-4:first-child {
        display: block;
    }

    .carousel-item .col-md-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .modal {
        padding-right: 0 !important;
    }

    .logoFooter {
        width: 180px;
        margin-top: -20px;
    }

    .list {
        margin-top: -60px;
    }
    .img-sosmed {
        width: 20px;
    }
    .img-placeholder {
        width: 184px;
    }
}