@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Outfit", sans-serif !important;
}

.body-color {
    background-color: #f8f8f8 !important;
}

@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1400px !important;
    }
}

/* navbar css */
.navigation_bar {
    transition: background-color 0.1s ease;
}

.scrolled {
    background-color: #ffff !important;
}

.navbar-nav li a {
    text-decoration: none;
    font-weight: 500;
    font-size: 22px;
    color: #252525;
}

.navbar-nav li a:hover {
    color: #FEB200;
}

.navbar-nav .active {
    color: #FEB200 !important;
    font-weight: 500;
}

.nav-item a {
    position: relative;
}

.navbar-toggler:focus {
    box-shadow: none !important;
}

.navbar-brand {
    margin-right: 0px !important;
    text-decoration: none;
    white-space: nowrap;
}


/* hero section css */
.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 831px;
    object-fit: cover;
}

.hero-section-back {
    background-image: url('../img/banner_hero_bg_01.png');
    background-size: cover;
    background-position: center center;
}

.hero-text {
    position: absolute;
    top: 0;
    right: 0;
}

.hero-section-text {
    height: 831px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.hero-slide-01-text {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.hero-slide-01-text h1 {
    color: #FEB200;
    font-weight: 500;
    font-size: 70px;
    line-height: 90px;
}


.hero-slide-02-txt {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.hero-slide-02-txt h1 {
    color: #FEB200;
    font-weight: 500;
    font-size: 70px;
    line-height: 90px;
}

.hero-slide-03-text {
    height: 831px;
    display: flex;
    align-items: center;
}

.hero-slider-03 {
    background-image: url("../img/banner_hero_bg_03.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 831px;
}

.hero-slide-03-text h1 {
    color: #FEB200;
    font-weight: 500;
    font-size: 70px;
    line-height: 90px;
}

.hero-img-swiper {
    background: none;
    padding-top: 30px;
    display: flex !important;
    align-items: center;
    justify-content: end;
}

.hero-img-res {
    max-width: 80% !important;
    height: 624px !important;
}



@media (max-width:1400px) {
    .hero-img-res {
        max-width: 100% !important;
        height: auto !important;
    }
}

@media (max-width:992px) {
    .hero-img-section {
        display: none;
    }
    .hero-slide-02-txt {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
    }    
}
@media (max-width:425px) {
    .hero-img-section {
        display: none;
    }
    .hero-slide-01-text h1 {
        color: #FEB200;
        font-weight: 500;
        font-size: 55px;
        line-height: 70px;
    }
    .hero-slide-02-txt h1 {
        color: #FEB200;
        font-weight: 500;
        font-size: 50px;
        line-height: 70px;
    }
    .hero-slide-03-text h1 {
        color: #FEB200;
        font-weight: 500;
        font-size: 50px;
        line-height: 70px;
    }
   
}

/* trending product */

.header-txt h1 {
    font-size: 50px;
    font-weight: 600;
    line-height: 63px;
}


.trending-product {
    position: relative;
    width: 100%;
    max-width: 400px;
    margin: auto;
    overflow: hidden;
    border-radius: 5px;
}

.trending-product .trending-product-overlay {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.trending-product:hover .trending-product-overlay {
    opacity: 1;
}

.content-image {
    width: 100%;
}

.content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.trending-product:hover .content-details {
    top: 50%;
    left: 50%;
    opacity: 1;
}

.content-details h3 {
    font-size: 28px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 0.5em;
}

.content-details p {
    color: #fff;
    font-size: 0.8em;
}

.fadeIn-bottom {
    top: 80%;
}

/* category css */
.category-background {
    background-color: #FBF5E9;
    background-image: url('../img/bg_product_cetegory.png');
    background-size: cover;
    background-position: center center;
}

.category-navigation-btn {
    position: absolute;
    top: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.category-icon{
    height: 43px;
}

.category-navigation-btn button {
    background: none;
    border: none;
}

.category-slide {
    background: none;
}

.category-img {
    max-width: 100% !important;
    height: auto !important;
}

.category-img-text h3 {
    font-size: 24px;
    font-weight: 500;
    border-bottom: 1px solid #FEB200;
}

.category-ic-img {
    max-width: 100% !important;
    height: auto !important;
}

.category-price {
    font-size: 18px;
    font-weight: 500;
}

.category-price span {
    font-size: 18px;
    font-weight: 500;
    color: #ED1D24;
    text-decoration: line-through;
}


@media (max-width:768px) {
    .category-navigation-btn {
        position: relative;
        margin-top: 40px;
    }
}

/* quality section */
.quality-section {
    position: relative;
}

.quality-section::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 60px;
    width: 1px;
    background: #D9D9D9;
}


/* lippan art css */
.lippan-art-section{
    margin-bottom: 5rem;
}
.img-hover-lippan-art {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 5px;
    width: 326px !important;
    max-height: 325px !important;
    opacity: 0;
    transition: 0.4s;
}

.img-hover-lippan-art:hover {
    opacity: 1;
}

@media (max-width:992px) {
    .img-hover-lippan-art {
        position: absolute;
        top: 0px;
        left: 50%;
        transform: translateX(-49%);
        border-radius: 5px;
        opacity: 0;
        transition: all 0.4s ease 0s;
        width: 328px !important;
        height: 330px !important;
    }

    .quality-section::after {
        display: none;
    }
}

/* naturte wall art css */
.nature_wall_art_back {
    background-color: #FF6EAB;
    background-image: url("../img/bg_nature_wall_banner.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.nature-wall-art-text h2 {
    font-size: 50px;
    font-weight: 600;
    color: #fff;
}

.nature-wall-art-text p {
    color: #fff;
    font-size: 20px;
}

.nature-wall-art-text button {
    background-color: #fff;
    border: none;
    padding: 10px 17px 10px 17px;
    border-radius: 10px;
    font-weight: 500;
}

/* gallery img */
.img-hover-gallery {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 303px;
    max-height: 393px !important;
    border-radius: 5px;
    transition: 0.4s;
    cursor: zoom-in;
}

.img-hover-gallery:hover {
    opacity: 1;
}

#popupImage {
    display: block;
    max-width: 80%;
    max-height: 80%;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.image-popup-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 3;
}

.close-button {
    position: absolute;
    top: 20px;
    right: 50px;
    font-size: 60px;
    color: #fff;
    cursor: pointer;
}

.close-button:hover {
    color: #0092CB;
}


.fullscreen-container {
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 9999;
    overflow: auto;
}

.close-fullscreen {
    color: #FEB200;
    font-size: 3rem;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
}

#fullscreenImage {
    display: block;
    max-width: 90%;
    max-height: 90%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.gallery-pre-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10%;
    background-color: #FEB200;
    height: 51px;
    width: 51px;
    color: #fff;
    font-size: 25px;
    border: none;
    border-radius: 50%;
}

.gallery-next-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10%;
    background-color: #FEB200;
    height: 51px;
    width: 51px;
    color: #fff;
    font-size: 25px;
    border: none;
    border-radius: 50%;
}
@media (max-width:992px){
    .img-hover-gallery {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        opacity: 0;
        max-width: 100% !important;
        height: auto !important;
        border-radius: 5px;
        transition: 0.4s;
        cursor: zoom-in;
    }
}

/* footer css */
.footer-background {
    background-color: #FBF5E9;
    background-image: url("../img/footer_bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.footer_header h6 {
    font-size: 22px;
    font-weight: 500;
}

.footer_header p {
    font-size: 18px;
    font-weight: 400;
}

.footer-act-text {
    border-top: 1px solid #FEB200;
}

.festum-field-txt {
    text-decoration: none;
    color: #252525;
}

.footer-usefull {
    color: #252525;
}

.footer-usefull:hover {
    color: #FEB200 !important;
}

.festum-field-txt:hover {
    text-decoration: underline;
    color: #FEB200;
}

.footer-icon {
    color: #fff;
    background-color: #FEB200;
    height: 50px;
    width: 50px;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
}

.footer-icon:hover {
    background-color: #fff;
    color: #FEB200;
}

.footer-act-text-01 {
    font-size: 18px;
    font-weight: 400;
}

/* back to top button */
#btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
}

.back-to-top-button {
    padding: 3px 2px 7px 2px;
    background-color: #FEB200;
    border: none;
    z-index: 2;
    border-radius: 50%;
    height: 41px;
    width: 41px;
}