@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: 'Poppins';
    src: url('../assets/fonts/Poppins-Regular.ttf');
}

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

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

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


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

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

.font-ames {
    font-family: 'Ames', 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;
}

.tagPoint {
    background-color: #fce98a;
    border: 2px solid #8b7355;
    width: 250px;
    border-radius: 35px;
}

.products {
    background-color: #f6f3ee;
    /* min-height: 500px; */
}

.placeholder-box {
    width: 93%;
    height: 480px;
    background: #d8e7ef;
    border-radius: 50px;
}

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

.product-title {
    font-size: 70px;
    line-height: 80px;
    margin-top: 10px;
}

.col-product-title {
    height: 450px;

}

.catalogue-text {
    font-size: 20px;
    margin-top: 40px;
}

.bi-check2-circle {
    color: #8b7355;
    font-size: 35px;
    font-weight: bolder;
}

.check-text {
    font-size: 20px;
    width: 80%;
    margin-left: -30px;
}

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

.series-container {
    background-image: var(--bg-desktop);
    height: 650px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

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

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

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

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

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

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

.credit {
    margin-top: 70px;
}

.swiper {
    width: 100%;
    padding: 10px 10px 50px;
    overflow: hidden;
}

.swiper-wrapper {
    align-items: stretch;
}

.swiper-slide {
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 125px;
}

/* LINK */
.card-link {
    width: 100%;
    display: flex;
    justify-content: center;
    text-decoration: none;
}

/* IMAGE */
.collection-img {

    width: 90%;

    max-width: 320px;

    height: auto;

    display: block;

    object-fit: contain;

    transition: 0.3s ease;
}

.collection-img:hover {
    transform: scale(1.03);
}

/* PAGINATION */
.swiper-pagination {
    position: absolute !important;
    bottom: 120px !important;
    left: 0;
    width: 100%;
}

/* DOT */
.swiper-pagination-bullet {

    width: 10px;
    height: 10px;

    background: #8b292c;

    opacity: 0.3;

    transition: 0.3s;
}

.swiper-pagination-bullet-active {

    opacity: 1;

    width: 28px;

    border-radius: 20px;
}

.logoFooter {
    width: 250px;
}

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

.product-description {
    background-color: #fce98a;
    padding: 15px 25px 5px 25px;
    border-radius: 10px;
}

.product-detail {
    min-height: 550px;
}

.col-product {
    padding-right: 1rem;
    text-align: start;
    border-right: 2px solid #8b7355;
}

.col-title {
    padding-left: 2.5rem;
}

.text-price {
    background-color: #93252a;
    border: 1px solid #fbe58b;
    width: 55%;
    border-radius: 55px;
}

.btn-try,
.btn-try:hover {
    background-color: #f2ede6;
    border: 1px solid #93252a;
    color: #93252a;
    width: 55%;
    vertical-align: middle;
    border-radius: 55px;
}

.btn-try:hover {
    transform: scale(0.95);
}

.text-product {
    background-color: #fce98a;
    width: 20%;
    border-radius: 10px;
}

.text-information {
    background-color: #fce98a;
    border-radius: 10px;
}

.series-title {
    padding-top: 3rem;
}

.carousel-control-prev,
.carousel-control-next {
    width: 5%;
}

/* Geser tombol lebih keluar */
.carousel-control-prev {
    left: 20px;
}

.carousel-control-next {
    right: 20px;
}

/* Style arrow */
.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    padding: 25px;
    background-size: 60% 60%;
}

.product-media {
    width: 88%;
    height: 435px;
    object-fit: contain;
}

.text-title {
    margin-bottom: 0rem;
}

.img-sosmed {
    width: 40px;
}


@media screen and (min-width: 1500px) {
    .series-container {
    background-image: var(--bg-desktop);
    height: 750px;
    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: 135px;
    }
    
}

@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;
    }
    
    .check-text {
    margin-left: -10px;
    }
    
    .text-try {
        font-size: 25px !important;
    }
    
    .product-media {
        width: 88%;
        height: 362px;
        object-fit: contain;
    }
    
    .profile{
        margin-start: 2px !important;
        width: 50px !important;
    }
}

@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;
    }
    
    .series-container {
    background-image: var(--bg-desktop);
    height: 420px !important;
    width: cover !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    }
    
    .swiper-slide {
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 80px !important;
    }

    .logoFooter {
        width: 250px;
        margin-top: -10px;
    }
    
    .list{
        margin-top: -100px;
    }

    .swiper-pagination {
        position: absolute !important;
        bottom: 70px !important;
        left: 0;
        width: 100%;
    }
    
    .check-text {
    margin-left: -50px !important;
    }
    
    .profile-text{
        display: block !important;
    }
    
    .profile-icon{
        display: none !important;
    }
    
    .product-media {
        width: 88%;
        height: 555px !important;
        object-fit: contain;
    }
}

@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%;
    }

    .series {
        min-height: 300;
    }

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

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

    .swiper {
        padding: 10px 5px 45px;
    }

    .collection-img {
        max-width: 100%;
    }

    .check-text {
        font-size: 17px !important;
        margin-left: 5px !important;
        margin-top: 5px !important;
        width: 80% !important;
    }

    .tagPoint {
        background-color: #fce98a;
        border: 2px solid #8b7355;
        width: 200px;
        border-radius: 35px;
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .text-doll {
        margin-top: 5px;
    }

    .text-clear {
        margin-top: 5px;
    }

    .product-title {
        font-size: 50px;
        line-height: 55px;
        text-align: center;
    }

    .text-product-title {
        font-size: 40px;
    }

    .text-catalog {
        font-size: 60px;
    }

    .catalogue-text {
        text-align: center;
    }

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

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

    .col-product {
        padding-right: 0rem;
        text-align: center;
        min-height: 0;
        border-right: none;
    }

    .col-title {
        padding: 0 10px;
        min-height: 0;
        margin-top: 25px;
    }

    .text-product {
        background-color: #fce98a;
        width: 100%;
        font-size: 20px;
        border-radius: 10px;
    }

    .series-title {
        padding: 0px;
        margin: 0px;
        padding-top: 3rem !important;
    }

    .text-title {
        margin-bottom: 1.5rem;
    }

    .series-container {
        background-image: var(--bg-mobile);
        min-height: 350px !important;
        height: 380px !important;
        background-size: cover !important;
        background-position: center top;
        background-repeat: no-repeat;
        padding-bottom: 40px !important;
    }

    .swiper-slide {
        padding-top: 58px !important;
    }

    /* PAGINATION */
    .swiper-pagination {
        position: relative;
        margin-top: 0px !important;
    }

    .swiper-pagination {
        position: absolute !important;
        bottom: 35px !important;
        left: 0;
        width: 100%;
    }
    
    .img-sosmed {
        width: 20px;
    }
    
    .product-media {
        width: 88%;
        height: 296px;
        object-fit: contain;
    }
    
    .btn-try,
    .btn-try:hover {
        background-color: #f2ede6;
        border: 1px solid #93252a;
        color: #93252a;
        width: 55%;
        vertical-align: middle;
        border-radius: 55px;
    }

    .btn-try:hover {
        transform: scale(1);
    }

    .text-try {
        font-size: 22px !important;
    }
}

