@import url('https://fonts.googleapis.com/css2?family=Shrikhand&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro&family=Shrikhand&display=swap');

.modal-whole {
    background: transparent !important;
}

.modal-btn-close {
    margin-bottom: 20px;
    padding-right: 0px !important;
}

.about-header1 {
    color: #F44;
    font-family: 'Shrikhand', serif;
    font-size: 42px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0px !important;
}

.about-header2 {
    color: #F44;
    font-family: 'Shrikhand', serif;
    font-size: 42px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0px !important;
}

.about-subheader {
    color: #444;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.home-header {
    color: #F44;
    font-family: 'Shrikhand', serif;
    font-size: 42px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0px !important;
}

.home-subheader {
    color: #444;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}


.hero-tab {
    padding: 40px 20px !important;
}

/* .stick {
    width: 5px;
    margin-right: 20px;
    height: 50px;
    background-color: #17C370;
} */
.prod-stick {
    width: 7px;
    height: auto;
    background-color: #F44;
    margin-right: 1rem;
}

.highlight-img1 {
    height: 185px;
}

.prod-title-start {
    color: #F44;
    text-align: center;
    font-family: 'Shrikhand', serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.prod-title-end {
    /* color: #444; */
    font-family: 'Be Vietnam Pro', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.nav-link.active {
    background-color: #FAFAFA !important;
    border-bottom: 4px solid red !important;
}

.hero-tab:hover {
    background-color: #FAFAFA;
    border-bottom: 4px solid red;
}

.banner_header_position {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.hero p {
    color: #F44;
    text-align: center;
    font-size: 42px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}


.index-banner-header {
    color: #FFF;
    text-align: center;
    font-family: 'Shrikhand', serif;
    font-size: 100px;
    font-style: normal;
    font-weight: 400;
    border-bottom: 3px solid white;
}

.index-carousel-header {
    color: #F44;
    text-align: center;
    font-family: 'Shrikhand', serif;
    font-size: 42px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.index-allprod {
    display: inline-flex;
    padding: 10px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
}


.index-banner-header2 {
    color: #FFF;
    text-align: center;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 8.8px;
    text-transform: uppercase;
}

.content-1-position {
    position: absolute;
    top: 60%;
    left: 45%;
    transform: translate(-50%, -50%);
}

.content-2-position {
    position: absolute;
    top: 45%;
    left: 70%;
    transform: translate(-50%, -50%);
}

/* Carousel */
.activity-images .image-box {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.activity-images .image-box img {
    transition: transform 0.6s;
}

.activity-images .carousel-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(32, 37, 41, 0.397);
    overflow: hidden;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.3s ease;
}

.activity-images .prod-card:hover .carousel-overlay {
    opacity: 1;
}

.activity-images .prod-card:hover img {
    transform: scale(1.1);
}

.activity-images .text {
    color: white;
    position: absolute;
    font-size: 50px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.prod-card:hover {
    /* box-shadow: 3px 3px 3px 3px; */
    box-shadow: 0 5px 5px 0 rgba(0, 0.3, 0.3, 0.3);
}

.search {
    background-color: #FF4444;
    padding: 5px;

}

.learn-more:hover {
    background-color: red !important;
    transition: 0.5s;
}

.learn-more {
    transition: 0.5s;
}


@media only screen and (max-width: 1024px) {
    .content-1-position {
        position: absolute;
        top: 50%;
        left: 45%;
        transform: translate(-50%, -50%);
    }

    .content-2-position {
        position: absolute;
        top: 40%;
        left: 70%;
        transform: translate(-50%, -50%);
    }

    .home-img {
        height: 400px;
        /* width: 300px !important; */
    }

    .home-header {
        color: #F44;
        font-family: 'Shrikhand', serif;
        font-size: 30px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-bottom: 0px !important;
    }

    .home-subheader {
        color: #444;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .home-p {
        font-size: 14px;
    }
}

/* Responsive for tablet */
@media only screen and (max-width: 991px) {
    .hero-tab {
        padding: 30px 20px !important;
    }

    .about-header1 {
        color: #F44;
        font-family: 'Shrikhand', serif;
        font-size: 32px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-bottom: 0px !important;
    }

    .about-left {
        margin-bottom: 20px;
    }

    /* .about-header2 {
        color: #F44;
        font-family: 'Shrikhand', serif;
        font-size: 30px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-bottom: 0px !important;
    } */
    .index-banner-header {
        color: #FFF;
        text-align: center;
        font-family: 'Shrikhand', serif;
        font-size: 70px;
        font-style: normal;
        font-weight: 400;
        border-bottom: 3px solid white;
    }

    .index-banner-header2 {
        color: #FFF;
        text-align: center;
        font-family: 'Be Vietnam Pro', sans-serif;
        font-size: 30px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: 8.8px;
        text-transform: uppercase;
    }

    .content-1-position {
        position: absolute;
        top: 50%;
        left: 45%;
        transform: translate(-50%, -50%);
    }

    .content-2-position {
        position: absolute;
        top: 40%;
        left: 70%;
        transform: translate(-50%, -50%);
    }

    .home-img {
        height: 300px;
        /* width: 300px !important; */
    }

    .home-header {
        color: #F44;
        font-family: 'Shrikhand', serif;
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-bottom: 0px !important;
    }

    .home-subheader {
        color: #444;
        font-size: 13px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        margin-bottom: 20px !important;
    }

    .home-p {
        font-size: 12px;
    }
}

@media only screen and (max-width: 480px) {

    .content-1-position {
        position: absolute;
        top: 50%;
        left: 53%;
        transform: translate(-50%, -50%);
        padding: 3px !important;
    }

    .content-2-position {
        display: none;
    }

    /* .content-2-position {
    position: absolute;
    top: 45%;
    left: 70%;
    transform: translate(-50%, -50%);
} */



    .home-btn {
        padding: 4px 8px !important;
        font-size: 12px !important;
        margin-top: 3px !important;
    }

    .index-banner-header {
        color: #FFF;
        text-align: center;
        font-family: 'Shrikhand', serif;
        font-size: 45px;
        font-style: normal;
        font-weight: 400;
        border-bottom: 3px solid white;
    }

    .index-banner-header2 {
        color: #FFF;
        text-align: center;
        font-family: 'Be Vietnam Pro', sans-serif;
        font-size: 10px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: 8.8px;
        text-transform: uppercase;
    }

    .home-header {
        color: #F44;
        font-size: 20px;
        font-family: 'Shrikhand', serif;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-bottom: 0px !important;
    }

    .home-subheader {
        color: #444;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        margin-bottom: 0px !important;
    }

    .home-p {
        font-size: 11px;
        margin-top: 3px;
        margin-bottom: 10px;
    }

    .home-btn {
        padding: 4px 8px !important;
        font-size: 12px !important;
        margin-top: 0px !important;
    }

    .prod-title-start {
        color: #F44;
        text-align: center;
        font-family: 'Shrikhand', serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin-left: -35px !important;
    }

    .prod-title-end {
        /* color: #444; */
        font-family: 'Be Vietnam Pro', sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .highlight-img1 {
        height: 235px;
    }

    .prod-left {
        font-size: 14px !important;
        margin-left: -40px !important;
    }

    .prod-right {
        font-size: 12px !important;
    }

    .factory {
        text-align: center;
    }

    .useful-link {
        text-align: center;
    }

    .social {
        text-align: center;
    }

    .social-link {
        justify-content: center;
    }

    .hero-tab {
        padding: 20px 20px !important;
    }
}

@media only screen and (max-width: 390px) {
    .home-btn {
        padding: 4px 8px !important;
        font-size: 12px !important;
        margin-top: 3px !important;
    }

    .highlight-img1 {
        height: 200px;
    }

    .home-header {
        color: #F44;
        font-size: 18px;
        font-family: 'Shrikhand', serif;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-bottom: 0px !important;
    }

    .home-subheader {
        color: #444;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        margin-bottom: 0px !important;
    }

    .home-p {
        font-size: 10px;
        margin-top: 3px;
        margin-bottom: 6px;
    }

    .home-btn {
        padding: 4px 8px !important;
        font-size: 8px !important;
        margin-top: 1px !important;
    }
}

@media only screen and (max-width: 320px) {
    .home-btn {
        padding: 4px 8px !important;
        font-size: 12px !important;
        margin-top: 3px !important;
    }

    .highlight-img1 {
        height: 168px;
    }

    .home-header {
        color: #F44;
        font-size: 16px;
        font-family: 'Shrikhand', serif;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-bottom: 0px !important;
    }

    .home-subheader {
        color: #444;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        margin-bottom: 0px !important;
    }

    .home-p {
        font-size: 9px;
        margin-top: 3px;
        margin-bottom: 2px;
    }

    .home-btn {
        padding: 2px 6px !important;
        font-size: 8px !important;
        margin-top: 1px !important;
    }

    .index-banner-header {
        color: #FFF;
        text-align: center;
        font-family: 'Shrikhand', serif;
        font-size: 35px;
        font-style: normal;
        font-weight: 400;
        border-bottom: 3px solid white;
    }

    .index-banner-header2 {
        color: #FFF;
        text-align: center;
        font-family: 'Be Vietnam Pro', sans-serif;
        font-size: 10px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: 6.7px;
        text-transform: uppercase;
    }
}