@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
body {
    font-family: "Montserrat", serif;
    font-weight:400;
}

p {
    margin-bottom: 0;
}

a {
    text-decoration: none;
}

.common-padding {
    padding: 0px 70px;
}

.fixed-top.scrolled {
    background-color: rgba(255, 255, 255, 0.8); /* Example color */
    transition: background-color 0.3s ease, padding 0.3s ease;
}
.fixed-top.scrolled .top_head {
    display: none;
}

.top_head {
    display: flex;
    align-items: start;
    justify-content: center;
    margin-top: 15px;
    border-radius: 48px;
    background: rgb(21 22 24 / 25%);
    padding: 15px;
}

.top_head p {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.28px;
    font-family: "Roboto", serif;
    font-weight:700;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0px;
    background: transparent;
    color: white;
}

.navbar .logo {
    color: white;
    text-decoration: none;
    height:60px;
}

.nav-menu ul {
    list-style: none;
    gap: 20px;
}

.nav-menu ul li {
    position: relative;
}
/*
.nav-menu ul li a {
    text-decoration: none;
    color: white;
    font-size: 16px;
}
*/

.nav-menu ul li a span {
    font-size: 10px;
    margin-left: 5px;
}

/*.fixed-top.scrolled .nav-menu ul li a{color:#000;font-size:14px;}*/
ul.dropdown li a:hover{background-color:#adb5bd;}

.navbar-right {
    display: flex;
    gap: 15px;
}

.icon-btn {
    /*background-color: #000;*/
    border-radius: 20px;
    /*padding: 5px 15px;*/
    display: flex;
    justify-content:Center;
    align-items: center;
    color: white;
    cursor: pointer;
    position:relative;
    font-size:12px;
}

.icon-btn-2 {
    /*width: 35px;
    height: 35px;
    line-height:35px;
    background-color: #000;*/
    border-radius: 90px;
    display: flex;
    justify-content: center;
    align-items:center;
    position:relative;
    font-size:12px;
    
}

.icon-btn-2 img,.icon-btn img {
    width: 26px;
}

.icon-btn i {
    margin-left: 8px;
}

.icon-btn span,.icon-btn-2 span {
    margin-right: 5px;
    width: 20px;
    height: 20px;
    display: inline-block;
    color: #000;
    text-align: center;
    border-radius: 50px;
    line-height: normal;
    position: absolute;
    bottom: -5px;
    right: -20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight:700;
}

/* Add hover effects */
.nav-menu ul li a:hover,
.icon-btn:hover {
    color: #212529;
}

.main_banner_img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    position: relative;
}

.banner_cont {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #6c757d 0%, rgba(0, 56, 63, 0) 100%);
    z-index: 999;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 7%;
}

/* Basic menu styles */
.menu {
    list-style: none;
    display: flex;
    gap: 20px;
    padding: 0;
    margin: 0;
}

.menu > li {
    position: relative;
}

.menu > li a {
    text-decoration: none;
    color: black;
    padding: 5px 10px;
    display: inline-block;
    font-size: 15px;
    font-family: "Roboto", serif;
    font-weight:500;
    letter-spacing:1px;
    text-transform:uppercase;
}
/*
.menu > li a:hover {
    color: #00c99e;
}
*/
/* Dropdown styles */
.dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    list-style: none;
    padding: 0;
    margin: 0;
    background-color: white;
    border: 1px solid #ddd;
    display: none;
    /* Initially hidden */
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 10;
}

.dropdown li {
    width: 200px;
}

.dropdown li a {
    padding: 10px;
    display: block;
    color: black;
    text-decoration: none;
    font-size: 13px;
    transition: background-color 0.3s ease;
}

.dropdown li a:hover {
    background-color: #f0f0f0;
}

.dropdown {
    display: none;
}

/* Show dropdown on hover */
.menu > li:hover .dropdown {
    display: block !important;
    /* Dropdown becomes visible on hover */
}

.dropdown li a {
    color: black !important;
}

.banner_cont h6 {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.36px;
}

.banner_cont h1 {
    color: #fff;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    /* 120% */
    margin-bottom: 30px;
    position: relative;
}

.banner_cont h1::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 10%;
    height: 5px;
    background-color: #00c99e;
    border-radius: 10px;
}

.banner_cont button {
    border-radius: 33px;
    background: #000;
    box-shadow: 0px 0px 20px 10px rgba(2, 165, 118, 0.1);
    padding: 10px 40px;
    width: fit-content;
    border: 0;
    line-height: 25px;

    color: white;
    font-size: 15px;
    font-weight: 600;

    display: flex;
    align-items: center;
    justify-self: center;
}

.baner_search p {
    color: rgba(255, 255, 255, 0.5);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

/* Search Container */
.search-container {
    display: flex;
    align-items: center;
    background-color: white;
    border-radius: 110px;
    padding: 10px 20px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 700px;
    margin-top: 20px;
}

/* Category Dropdown */
.search-category {
    display: flex;
    flex-direction: column;
    margin-right: 15px;
}

.search-category label {
    margin-bottom: 5px;
    padding-left: 10px;
    color: #90a6ac;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.search-category select {
    border: none;
    outline: none;
    background: transparent;
    font-size: 14px;
    color: #333;
    cursor: pointer;
    padding: 5px;
}

/* Product Search Input */
.search-input {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    margin-right: 15px;
}

.search-input label {
    font-size: 12px;
    color: #999;
    margin-bottom: 5px;
}

.search-input input {
    border: none;
    outline: none;
    font-size: 14px;
    color: #333;
    padding: 5px;
}

/* Search Button */
.search-button {
    background-color: #343a40 !important;
    color: white;
    border: none;
    padding: 10px 20px !important;
    border-radius: 30px;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.search-button:hover {
    background-color: #413939;
}

.search-button span {
    font-size: 16px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    display: none;
}

.swiper-pagination-bullet-active {
    background-color: #000 !important;
}

.main_pt {
    padding-top: 80px;
}

.pr_1 {
    background-image: url(../images/index/p1.png);
    width: 100%;
    height: auto;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 20px;
}

.pr_2 {
    background-image: url(../images/index/p2.png);
    width: 100%;
    height: auto;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 20px;
}

.product_img img {
    width: 100%;
}

.product_cont .badge h6 {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.32px;
    margin-bottom: 0;
}

.product_cont .badge {
    border-radius: 28px;
    background: #000;
    padding: 10px;
}

.product_cont h3 {
    color: #6c757d;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.6px;
}

.buy_btn {
    border-radius: 33px;
    background: #6c757d;
    padding: 10px 20px;
    color: #fff;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: 20px;
}

.w-40 {
    width: 64%;
}

.w-24 {
    width: 38%;
}

.head_Flex {
    display: flex;
    justify-content: space-between;
    padding-bottom: 30px;
}

.head_Flex h3 {
    color: #000000;
    font-size: 38px;
    font-style: normal;
    font-weight: 600;
    line-height: 38px;
    /* 130.435% */
    letter-spacing: -0.92px;
    margin-bottom:0px;
    font-family: "Roboto", serif;
    text-transform:uppercase;
}

.nav-tabs .nav-link {
    border-radius: 30px;
    color: #000;
    margin-left: 20px;
    font-weight: 600;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background: #6c757d;
    color: white;
}

.nav-tabs {
    border-bottom: 0;
}

.pr_box {
    border-radius: 0px;
    border: 1px solid #f1f1f1;
    background: #fff;
    position:relative;
    padding:10px 10px;
}
.pro_top_block{position:absolute;right:10px;top:10px;z-index:444;}
.pr_box img {
    width: 100%;
}

.pr_box h6 {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.36px;
}

.pr_box h4 {
    color: #000000;
    font-size: 16px;
    font-family: "Montserrat", serif;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    /*letter-spacing: 0.44px;*/
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding:3px 0px;
    margin-bottom:0px;
    text-transform:uppercase;
}

/* Rating Section */
.rating {
    display: flex;
    align-items: center;
    justify-content: left;
    gap: 5px;
    font-size: 14px;
    color: #ffa500;
}

.rating .stars {
    font-size: 16px;
    color: #ffa500;
}

.rating .reviews {
    font-size: 14px;
    color: #333;
}

/* Price Section */
.price {
    margin: 5px 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    font-family: "Montserrat", serif;
}

.current-price {
    font-size: 16px;
    font-weight: 600;
    color: #121212;
}

.original-price {
    font-size: 12px;
    text-decoration: line-through;
    color: #121212;;
    margin-top: 5px;
    
}

/* Add to Cart Button */
.add-to-cart {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    background-color: #000;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-top:5px;
}

.add-to-cart img {
    width: 20px;
    margin-top:-4px;
}

.add-to-cart:hover {
    background-color: #413939;
}

.cart-icon {
    font-size: 18px;
}

.offer_Section {
    position: relative;
}
/*
.offer_Content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
*/

.offer_Content h6 {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.32px;

    background-color: #000;
    padding: 10px;
    border-radius: 30px;
    width: fit-content;
}

.offer_Content h2 {
    color: #6c757d;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    padding-top: 20px;
    letter-spacing: -0.68px;
}

.offer_Content h5 {
    color: #6c757d;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.32px;
}

.offer_Content h5 span {
    font-size: 24px;
    font-weight: 700;
}

.offer_Content button {
    border-radius: 33px;
    background: #6c757d;
    padding: 10px;
    color: #fff;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 10px 20px;
    margin-top: 20px;
}

/* Countdown Container */
.countdown {
    display: flex;
    gap: 15px;
    justify-content: left;
    align-items: center;
    padding: 20px;
    border-radius: 10px;
}

/* Time Box Styling */
.time-box {
    background-color: #00a77a;
    color: white;
    text-align: center;
    padding: 15px 20px;
    border-radius: 8px;
    font-family: Arial, sans-serif;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.time {
    font-size: 22px;
    font-weight: bold;
    display: block;
}

.label {
    font-size: 13px;
    margin-top: 5px;
    text-transform: uppercase;
}

.off_main_img {
    height: auto;
}

.testimonial_Section {
    background-color: white;
    padding-top: 70px;
    padding-bottom: 0px;
}

.testi-content h3 {
    color: #fff;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 38px;
    /* 118.75% */
    letter-spacing: -0.64px;
}

.testi-content {
    padding-top: 50px;
}

.qoute img {
}

.testi_Flex {
    display: flex;
    padding-top: 10px;
}

.testi_Flex h5 {
    color: #6c757d;
    font-family: "Montserrat", serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    /* 150% */
    letter-spacing: 0.4px;
    padding-top: 20px;
}

.testi_name {
    display: flex;
    padding-top: 20px;
}

.testi_name h4 {
    color: #fff;
    font-family: "Montserrat", serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.36px;
    margin-bottom: 0;
}

.testi_name p {
    color: #6c757d;
    font-family: "Montserrat", serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.28px;
}

.show_more {
    color: #fff;
    font-family: "Montserrat", serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.32px;
    border-radius: 30px;
    background: #6c757d;
    border: 0;
    padding: 9px 18px;
    height: fit-content;
}

.blog_box {
    border-radius: 20px;
    border: 1px solid #f1f1f1;
    background: #fff;
    padding: 20px;
}

.blog_box img {
    width: 100%;
}

.blog_box p {
    color: #999;
    font-family: "Montserrat", serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.28px;
    padding-top: 15px;
}

.blog_box p span {
    color: #000;
    font-family: "Montserrat", serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.28px;
}

.blog_box h3 {
    color: #6c757d;
    font-family: "Montserrat", serif;
    font-size: 18px;
    padding-top: 10px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.44px;
}

.blog_box .show_more {
    width: 100%;
    margin-top: 10px;
}

.news_letter {
    background-image: url("../images/index/news.png");
    width: 100%;
    background-size: cover;
    height: auto;
    background-repeat: no-repeat;
    padding-top: 50px;
    padding-bottom: 50px;
}

.news_section h6 {
    color: #6c757d;
    font-family: Outfit, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.36px;
    text-align: center;
}

.news_section h3 {
    color: #6c757d;
    text-align: center;
    font-size: 44px;
    font-style: normal;
    font-weight: 600;
    line-height: 60px;
    /* 130.435% */
    letter-spacing: -0.92px;
}

.news_section p {
    color: #6c757d;
    text-align: center;
    font-family: Outfit, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.4px;
}

.news_input {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.news_input input {
    border-radius: 580px;
    border: 1px solid #000;
    background: #000;
    box-shadow: 0px 0px 20px 10px rgba(2, 165, 118, 0.1);
    border: 0;
    padding: 15px 20px;
    width: 500px;
    color: white;
}

.news_input input::placeholder {
    color: white;
}

.news_input button {
    color: #000;
    font-family: Outfit, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.28px;
    text-transform: uppercase;
    padding: 15px 30px;
    border-radius: 580px;
    background: #fff;
    border: 0;
    margin-left: -60px;
}

.features {
    padding-bottom: 50px;
}

.features {
    display: flex;
    justify-content: space-between;
}

.feature_box h5 {
    color: #6c757d;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.4px;
    margin-bottom: 0;
}

.feature_box {
    display: flex;
    align-items: center;
}

.feature_box p {
    color: #999;
    font-family: Outfit, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.28px;
}

.footer {
    background-color: #ccc;
    color: #ffffff;
    padding: 40px 20px;
}

.footer-container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;

    margin: 0 auto;
}

.footer-section {
    margin-bottom: 20px;
}

.logo-section .logo {
    font-size: 24px;
    font-weight: bold;
    font-family: Outfit, sans-serif;
}

h3 {
    margin-bottom: 10px;
    font-size: 16px;
}

.footer-section p,
.footer-section a {
    color: #000000;
    font-size: 14px;
    text-decoration: none;
    line-height: 1.6;
    font-family: "Montserrat", serif;
    word-break:break-word;
}

.footer-section a:hover {
    text-decoration: underline;
}

.footer-section ul {
    list-style: none;
    padding: 0;
}

.footer-section ul li {
    margin-bottom: 8px;
}

.social-icons img {
    width: 24px;
    height: 24px;
    margin-right: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    filter: grayscale(100%) brightness(0);
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 20px;
    border-top: 1px solid #000;
    padding-top: 20px;
}

.payment-icons img {
    width: 100%;
    height: 24px;
    margin-right: 10px;
}

.footer-bottom p {
    font-size: 14px;
    font-family: "Montserrat", serif;
    color:#000;
}

.desk_none {
    display: none;
}
.product-img-box{height:300px;position: relative;}
.product-img-box img{position: absolute;left:0;right:0;top:0;bottom:0;max-width:90%;max-height:90%;margin: auto;width: auto;}
.out-stock{color:rgb(62, 33, 3);}
.ftr-logo img{width: 150px;}

#searchForm{display:flex;justify-content:Center;}    
#searchInput {
    display: none; /* Hidden initially */
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
    margin-top: 30px;
    width: 100%; /* Full-width container for centering */
    text-align: center;
    position:fixed;
    top:110px;
    z-index:555;
            max-width: 90%;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        margin-lefT:auto;
        margin-right:auto;
}

#searchInput input {
    border-radius: 580px;
    border: 1px solid #000;
    background: #6c757d;
    /*box-shadow: 0px 0px 20px 10px rgba(2, 165, 118, 0.1);*/
    border: 0;
    padding: 15px 20px;
    width: 500px;
    color: white;
    margin-right: 10px; /* Add spacing between input and button */
}

#searchInput input::placeholder {
    color: white;
}

#searchInput button {
    color: #000;
    font-family: Outfit, sans-serif;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 15px 30px;
    border-radius: 580px;
    background: #fff;
    border:none;
    /*border-color: #144f3f;*/
}
.icon-btn a{color:#fff;}
.fa-bars{font-size:33px;color:#000000;}
.radius-15{border-radius: 15px;}
.wish_count{color:#fff;}
.footer-section h3{color:#000;font-weight:700;}
.swiper-wrapper {
    height: auto !important;
}
.custom-swiper-button {
    position: absolute;
}
.custom-swiper-button img{filter: grayscale(100%) brightness(0);width:40px;}
.custom-swiper-button-prev {
    right:30px; 
    top:3px;
}
.custom-swiper-button-next {
    right: 0px;
    top:3px;
}
.view-all-btn{color:#000;}
@media (max-width: 991.98px) {
    .icon-btn-2,.icon-btn{background-color:transparent;}
}