/* Header part */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.fs-6 {
    color: #121112;
}

.wraper {
    width: 100%;
    height: 50vh;
    display: flex;
    align-items: center;
    padding: 25px;
}

.image-slider1 .owl-nav {
    display: block !important;
    /* Ensure arrows are visible */
}

.image-slider1 .owl-prev,
.image-slider1 .owl-next {
    position: absolute !important;
    top: 40% !important;
    transform: translateY(-50%) !important;
    color: #000 !important;
    font-size: 1.2em !important;
    width: 40px !important;
    height: 65px !important;
    font-weight: bold !important;
    padding: 15px !important;
    text-align: center !important;
}

.owl-carousel .owl-prev:hover,
.owl-carousel .owl-next:hover {
    background-color: transparent !important;
    color: #000 !important;
}

.image-slider1 .owl-prev {
    left: -30px !important;
}

.image-slider1 .owl-next {
    right: -30px !important;
}


/* Responsive design custom css */
@media only screen and (max-width:480px) {
    .owl-theme .owl-dots .owl-dot {
        display: none;
    }

    .image-slider1 .owl-prev,
    .image-slider1 .owl-next {
        width: 30px;
        height: 30px;
        font-size: 14px !important;
        top: 45%;
    }

    .image-slider1 .owl-prev {
        left: 0px;
    }

    .image-slider1 .owl-next {
        right: 0px;
    }
}

body {
    overflow-x: hidden;
    background-color: rgb(116, 15, 141);
    /* -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; */
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
    text-align: center !important;
    -webkit-tap-highlight-color: transparent !important;
    font-size: 30px !important;
    font-weight: bold !important;
    margin-top: 10px !important;
    margin-bottom: 5px !important;
}

.owl-theme .owl-dots .owl-dot {
    margin-right: 15px !important;
}

.owl-theme .owl-nav .owl-prev,
.owl-theme .owl-nav .owl-next {
    margin-left: 15px !important;

}

/* Container to hide overflow */
.marquee-container {
    overflow: hidden;
    font-size: 13px;
    white-space: nowrap;
    position: relative;
    width: 100%;
    color: #f4f4f6;
    background: #292929;
    font-family: "Kanit", sans-serif;
    padding: 10px 0;
}

/* Marquee content setup */
.marquee {
    /* display: flex; */
    animation: scroll 30s linear infinite;
}

.marquee span {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding-right: 50px;
}

/* Style for icons */
.marquee i {
    margin-right: 10px;
    font-size: 1.2rem;
    color: #dedede;
}

.marquee .text {
    display: inline-block;
    white-space: nowrap;
    color: #dedede;
}

@keyframes scroll {
    from {
        transform: translateX(0%);
    }

    to {
        transform: translateX(-100%);
    }
}


/* navbar css */

.navbar {
    margin-top: 0;   /* Remove any margin at the top */
    padding-top: 0;  /* Remove any padding at the top */
}

.navbar-nav .nav-item {
    margin-right: 20px;
}

.navbar-nav .nav-link {
    color: #36332f;
    position: relative;

}
.nav-link{
    font-family: auto !important;
} 
.navbar-nav .nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: #000;
    transition: width 0.3s ease;
}

.navbar-nav .nav-link:hover::after {
    width: 100%;
}

.navbar-nav .dropdown-toggle::after {
    content: none !important;
}

.logo-img {
    width: 140%;
    }

@media (max-width: 767px) {
    .logo-img {
        width: 25%; /* adjust this value as needed */
        align-items: center !important;
    }
}
/* navbar css */
.home {
    background-color: #f2f2f5;
    padding: 100%;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.card-session1 {
    padding: 10px;
}

.card {
    color: #333333;
    margin: 10px;
    padding: 10px;
    border: none;
    border-radius: 5px;
}

/* banner session 1 */
.card-img-top {
    border-radius: 5px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card-img-top:hover {
    transform: scale(1.01);
    box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.2);
}

/* banner4 css */
.banner-session4 {
    color: #121112;
    text-align: center;
}

.custom-heading {
    font-size: 35px;
    font-weight: bold;
    color: #2c2d2e;
}

/* Style the title */
.card-brand {
    border: none;
    /* padding: 5px; */
    /* padding-right: 30px; */
    /* padding-left: 20px; */
}

.brand-title {
    margin-top: 20px;
    font-size: 1.1em;
    text-align: center;
}

.banner-session5 {
    color: #121112;
    text-align: center;
}

.cust-head {
    font-size: 35px;
    font-weight: bold;
}

.content {
    padding: 20px;
    min-height: calc(100vh - 60px);
}

footer {
    background-color: black;
    color: white;
    text-align: center;
    padding: 20px;
    position: relative;
    bottom: 0;
    width: 100%;
}

footer p {
    margin: 0;
}

.whatsapp-chat {
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 10px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10000000000000;
}

.content {
    padding: 20px;
    min-height: calc(100vh - 80px);
    box-sizing: border-box;
}

.whatsapp-chat a {
    display: block;
    text-decoration: none;
}

.whatsapp-chat img {
    display: block;
    filter: grayscale(0%);
    width: 60px;
}

/* home page contact us form  */
form {
    width: 100%;
    max-width: 500px;
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin: 50px auto;
    font-family: Arial, sans-serif;
}

form,
p {
    text-align: center;
}

form h2 {
    text-align: center;
    margin-bottom: 20px;
    color: #333;
}

.form-group {
    margin-bottom: 15px;
}

.form-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    color: #555;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
}

.form-group textarea {
    resize: vertical;
}

.form-group button {
    width: 100%;
    padding: 10px;
    background-color: #000;
    color: #fff;
    font-size: 16px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.form-group button:hover {
    background-color: #333;
}

/* close */

.session6 {
    background-color: #121112;
    padding: 10px;
    margin-top: 5px;
    text-align: center;
    color: #b5b3b5;
}


/* card session 2 */
.card-session1 {
    background-color: transparent;
    padding: 10px;
}

.card-1 {
    color: #333333;
    margin: 10px;
    padding: 10px;
    border: none;
    border-radius: 5px;

}

/* contact page css */

.contact-head {
    text-align: center;
    font-size: 22px;
}

/* demo */
#search-icon {
    cursor: pointer;
    font-size: 15px;
    color: black;
}

.search-container {
    padding: 13%;
    text-align: center;
}

.search-container input[type="text"] {
    padding: 10px;
    width: 310px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 5px;
    outline: none;
}

.custom-card {
    height: 420px !important;
}

.custom-card-img {
    border-radius: 5px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.custom-card-img:hover {
    transform: scale(1.01);
    box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.2);
}

.bestsellers-card {
    height: 370px !important;
}

.bestsellers-card-img {
    height: 260px;
    object-fit: contain;
    border-radius: 3px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.bestsellers-card:hover {
    transform: scale(1.01);
    box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.2);
}

@media (max-width: 768px) {
    .card-session1 .col {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .card {
        margin: 0 auto;
    }

    .card-session2 .col {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .card {
        margin: 0 auto;
    }
}

.head {
    margin-top: 80px;
    margin-bottom: -50px;
    font-style: bold;
    font-size: 2rem;
    color: #121112;
}

.product-image {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: none;
}

.product-image:hover {
    transform: scale(1.05);
    /* Slight zoom effect on hover */

}

.follow {
    margin-right: 150px;
}

.social-img1 {   
    display: block;
    margin-right: auto;
    height: 34px;
    width: 34px;
}

.social-img {   
    display: block;
    height: 30px;
    width: 30px;
    border-radius: 5px;
}



#text-short {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;

}