/* navbar */
@font-face {
    font-family: "Helvetica";
    src: url("../fonts/Helvetica/Helvetica.ttf") format("truetype");
}
@font-face {
    font-family: "Helvetica Bold";
    src: url("../fonts/Helvetica/Helvetica-Bold.ttf") format("truetype");
}
@font-face {
    font-family: "Playfair Display Italic";
    src: url("../fonts/Playfair\ display/PlayfairDisplay-Italic-VariableFont_wght.ttf")
        format("truetype");
}
@font-face {
    font-family: "Playfair Display";
    src: url("../fonts/Playfair\ display/PlayfairDisplay-VariableFont_wght.ttf")
        format("truetype");
}

:root {
    --primary-color: #2e3094;
    --secondary-color: #f01d27;
    --bg-gray: #f6f6f6;
}
/*tabs*/
.nav-btn {
    background-color: white;
    padding: 4px 24px;
    border: 1px solid #e5e7eb;
    border-radius: calc(infinity * 1px);
}

.nav-btn.active {
    background-color: #d6295b;
    border: 1px solid #d6295b;
    color: white;
}
.nav-social-container {
    display: flex;
    gap: 12px;
    /* align-items: center; */
}

.navbar-top-right a {
    text-decoration: none;
    color: black;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 14px;
}
.navbar-top-right p {
    font-size: 14px;
    margin: 0;
}
.tab-content-container {
    background-color: #f9fafb;
    border-radius: 25px;
    padding: 16px;
}

.tab-content-container img {
    height: 350px;
    width: 100%;
    object-fit: cover;
    border-radius: 24px;
}
.bottom-logo {
    display: none;
}
/*heading*/

.heading-one {
    display: flex;
    justify-content: space-between;
    align-items: end;
    border-bottom: 1px solid #e5e7eb;
    padding-bottom: 8px;
}
.heading-one-sub {
    width: 40%;
}
.heading-one h2 {
    font-size: 32px;
    font-weight: 700;
}
.heading-one p {
    margin: 0;
}
.heading-one a {
    color: black;
    font-size: 14px;
    text-decoration: none;
}

.heading-container {
    margin-bottom: 50px;
}

.heading-two-container {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    text-align: center;
}
/* .heading-container {
  margin-bottom: 50px;
} */
.prev-arrow {
    position: absolute;
    top: 50%;
    left: 3%;
}
.next-arrow {
    position: absolute;
    top: 50%;
    right: 3%;
}

.custom-arrow span i {
    font-size: 20px;
    color: white;
}
.slick-dots li {
    height: auto !important;
    width: auto !important;
}
.slick-dots li.slick-active button {
    width: 50px !important;
    height: 20px !important;
    border: none;
    border-radius: 95px;
    transition: width 0.2s;
}
.custom-arrow-testimonials span i {
    font-size: 40px;
    color: rgb(255, 255, 255);
}
.navbar-wrapper {
    background-color: white;
}
.navbar-top {
    width: 100%;
}
.nav-contact {
    text-decoration: none;
    color: black;
    font-size: 14px;
}
.nav-social {
    text-decoration: none;
    color: black;
    font-size: 24px;
}
.nav-custom {
    background-color: var(--primary-color);
}
.navbar-top {
    display: flex;
}
.navbar-brand {
    /* height: 90px !important; */
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    object-fit: contain;
    height: 60px;
    width: 150px;
}
.nav-itm {
    align-items: flex-end;
    gap: 12px;
}
.navbar-collapse {
    flex-grow: 0 !important;
}

.nav-link {
    color: black !important;
    /* font-family: Helvetica Bold; */
    font-size: 16px;
    line-height: 23px !important;
    text-transform: uppercase;
}
.nav-link:hover {
    color: #d6295b !important;
}
.nav-link.active {
    color: #d6295b !important;
}
.nav-second {
    height: 50px;
    background-color: #21353f;
    margin-top: 10px;
    display: flex;
}
.nav-second ul {
    display: flex;
    list-style: none;
    height: 100%;
    float: right;
    margin: 0;
    color: white;
    font-size: 16px;
    font-family: Helvetica;
}
.nav-second ul li {
    display: flex;
    padding-left: 20px;
    align-items: center;
}
.nav-second ul:nth-child(1) {
    float: left;
    margin-left: -6.5%;
    text-transform: uppercase;
    font-family: Helvetica Bold;
}
.nav-second p {
    margin: 0;
    padding-left: 10px;
}

/*utilities*/

.text-white {
    color: white;
}
.section {
    padding: 100px 0;
}

.section-bg {
    background-image: linear-gradient(90deg, #fddce5 25%, rgba(0, 0, 0, 0) 75%);
}
.custom-btn {
    padding: 6px 28px;
    border-radius: calc(infinity * 1px);
    text-transform: capitalize;
    text-decoration: none;
}
.cus-btn-white {
    margin-top: 16px;
    background-color: white;
    border: 1px solid white;
    color: black;
}

.cus-btn-white:hover {
    background-color: transparent;
    color: white;
}
.cus-btn-primary {
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    color: white;
}
.cus-btn-primary:hover {
    background-color: transparent;
    color: var(--primary-color);
}
.cus-btn-secondary {
    padding: 6px 28px;
    border-radius: calc(infinity * 1px);
    background-color: black;
    border: 1px solid black;
    color: white;
    text-transform: capitalize;
    text-decoration: none;
}
.cus-btn-secondary:hover {
    background-color: transparent;
    border: 2px solid black;
    color: black;
}
.cus-btn-margin {
    margin-top: 50px;
}
.color-primary {
    color: #d6295b;
}

.cus-badge {
    padding: 8px 12px;
    font-size: 20px;
    font-weight: 600;
    color: white;
    text-transform: capitalize;

    background-image: linear-gradient(90deg, #9c022e 25%, #dc2d53 75%);
    display: inline-block;
    border-radius: calc(infinity * 1px);
    margin-bottom: 4px;
}

.inner-hero-wrapper {
    height: 70vh;
    background-color: var(--primary-color);
}

.inner-hero-subwrapper {
    height: 100%;
    display: flex;
    align-items: center;
}
.inner-content {
    width: 60%;
}

.breadcrumb-wrapper {
    background-color: var(--primary-color);
    padding: 8px 0;
}

.breadcrumb-subwrapper {
    display: flex;
    align-items: center;
    gap: 4px;
    list-style: none;
    margin: 0;
    padding-left: 0;
}
.breadcrumb-subwrapper li {
    color: white;
    text-decoration: none;
}
.breadcrumb-subwrapper a {
    color: white;
    text-decoration: none;
}
/* .heading-4{
  text
} */
/* .heading-one {
  font-size: 48px;
  font-weight: 700;
} */
.text-3 {
    font-size: 20px;
}
.text-4 {
    font-size: 16px;
}
.text-5 {
    font-size: 14px;
}
.text-6 {
    font-size: 12px;
}
/* home */
.home-hero-wrapper {
    height: 80vh;
    width: auto;
    background-color: var(--primary-color);
    position: relative;
}
.hero-img-container {
    display: flex;
    justify-content: right;
}
.hero-img {
    height: 550px;
    width: auto;
    object-fit: contain;
    text-align: center;
}

/* .hero-wrapper {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: end;
} */
.hero-slider-wrapper {
    /* position: relative; */
    width: 100%;
}
.hero-subwrapper {
    width: 100%;
}
.hero-content {
    padding-right: 2%;
}
.hero-categories-wrapper {
    display: flex;
    gap: 8px;
    margin-bottom: 36px;
}
.hero-categories {
    text-align: center;
    padding: 8px 16px;
    border: 1px solid #ffffff;
    width: 210px;
}
.hero-categories p {
    margin: 0;
    font-size: 16px;
    color: white;
}

.brand-sub-wrapper {
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: center;
}
.brand-items img {
    height: 100px;
    width: 100%;
    object-fit: contain;
}
.product-card-link {
    text-decoration: none;
}
.product-wrapper {
    background-color: white;
    cursor: pointer;
    margin-bottom: 30px;
    text-decoration: none;
}
.row > div:first-child .product-wrapper {
    background-color: var(--primary-color);
}
.row > div:first-child .product-wrapper h4,
.row > div:first-child .product-wrapper p,
.row > div:first-child .product-wrapper .prod-link-one,
.row > div:first-child .product-wrapper .prod-link-two,
.row > div:first-child .product-wrapper .prod-link-three {
    color: white !important;
}
.row > div:first-child .product-wrapper:hover {
    background-color: white;
}
.row > div:first-child .product-wrapper:hover h4 {
    color: var(--primary-color) !important;
}
.row > div:first-child .product-wrapper:hover p {
    color: black !important;
}

.row > div:first-child .product-wrapper:hover .prod-link-one {
    color: #bb1313 !important;
}

.row > div:first-child .product-wrapper:hover .prod-link-two {
    color: #e27d18 !important;
}

.row > div:first-child .product-wrapper:hover .prod-link-three {
    color: #119308 !important;
}
.product-wrapper:hover {
    background-color: var(--primary-color);
}
.product-image img {
    height: 200px;
    width: 100%;
    object-fit: contain;
}
.product-detail {
    padding: 16px 16px;
}
.product-detail h4 {
    color: var(--primary-color);
    font-size: 20px;
    margin: 0;
}
.product-detail p {
    margin: 0;
    color: black;
}
.prod-price {
    font-size: 20px;
}
.prod-link-one {
    color: #bb1313;
}
.prod-link-two {
    color: #e27d18;
}
.prod-link-three {
    color: #119308;
}

.product-wrapper:hover h4,
.product-wrapper:hover p,
.product-wrapper:hover .prod-link-one,
.product-wrapper:hover .prod-link-two,
.product-wrapper:hover .prod-link-three {
    color: white;
}
.ser-wrapper {
    display: flex;
    align-items: center;
    gap: 18px;
}
.ser-icon {
    height: 65px;
    width: 55px;
    background-color: var(--primary-color);
    border-radius: 8px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}
.ser-icon::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translate(110%, -50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 15px solid var(--primary-color);
    border-bottom: 10px solid transparent;
}
.ser-wrapper h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}
.ser-wrapper p {
    font-size: 14px;
    margin: 0;
}
.section {
    padding: 100px 0;
}
.section-gray {
    background-color: var(--bg-gray);
}
.home-cat {
    width: 100%;
    height: 400px;
    display: flex;
    padding: 16px;
    align-items: end;
}
.banner-home-wrapper {
    margin-top: 30px;
    padding: 100px 50px;
    background-color: var(--primary-color);
    color: white;
    text-align: center;
}
.banner-subwrapper {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}
.banner-home-wrapper h3 {
    font-size: 32px;
    font-weight: 700;
}
.testimonial-main-items {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.image-wrapper {
    position: relative;
    width: 100px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
    /* margin-top: 100px; */
}

.image-wrapper img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: contain;
    display: block;
}

.image-wrapper::before {
    content: "";
    background-image: url("../images/home/quote.png");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -10px;
    right: -30px;
    width: 50px;
    height: 50px;
    z-index: 2;
}
.testimonial-main-items h4 {
    font-size: 16px;
    font-weight: 700;
}
.review-star {
    color: #e2be10;
    display: flex;
    justify-content: center;
    gap: 4px;
}
/* .blog-wrapper {
  margin-bottom: 30px;
} */
.blog-wrapper img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 24px;
}
.blog-details {
    padding: 24px;
}
.blog-date {
    color: gray;
    margin: 0;
}
.blog-title {
    font-size: 20px;
    font-weight: 700;
}
.blog-description {
    color: gray;
}
.blog-details a {
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 600;
}
.blog-details a:hover {
    color: var(--secondary-color);
    text-decoration: none;
    font-weight: 600;
}

/* footer */
.footer {
    margin-top: 50px;
}
.footer-logo {
    height: 60px;
    width: auto;
    object-fit: contain;
    margin-bottom: 16px;
}
.footer-content h4 {
    font-size: 20px;
    font-weight: 700;
    color: var(--primary-color);
}
.footer-content ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.footer-content a {
    text-decoration: none;
    color: black;
}
.footer-social a {
    color: var(--primary-color);
    font-size: 24px;
}
.footer-subscribe {
    display: flex;
    gap: 8px;
    margin-top: 50px;
    padding: 4px;
    border: 1px solid black;
    border-radius: calc(infinity * 1px);
    width: 80%;
}
.footer-subscribe input {
    border: 0;
    flex-grow: 1;
    border-radius: calc(infinity * 1px);
}
.copyright-content {
    padding: 16px 0;
    margin-top: 50px;
    border-top: 1px solid #e5e7eb;
    text-align: center;
}
.copyright-content p {
    margin: 0;
    font-weight: 600;
}
.copyright-content a {
    color: var(--primary-color);
    text-decoration: none;
}

/* contact */
.contact-items h2 {
    text-decoration: none;
    color: var(--primary-color);
    font-size: 32px;
}
.contact-items a {
    text-decoration: none;
    color: var(--primary-color);
    font-size: 16px;
}
.contact-support {
    margin: 16px 0;
}
.contact-support a {
    text-decoration: none;
    color: var(--primary-color);
    font-size: 14px;
}
.contact-social a {
    text-decoration: none;
    color: var(--primary-color);
    font-size: 24px;
}
.form-container {
    background-color: white;
    border-radius: 8px;
}
.form-item {
    display: flex;
    flex-direction: column;
}
.form-item label {
    font-size: 14px;
    font-weight: 500;
}
.form-item input {
    margin-top: 12px;
    margin-bottom: 24px;
    height: 36px;
    border-radius: 6px;
    border: 1px solid #e5e5e5;
    padding: 4px 12px;
}
.form-item textarea {
    margin-top: 12px;
    margin-bottom: 24px;
    height: 60px;
    border-radius: 6px;
    border: 1px solid #e5e5e5;
    padding: 4px 12px;
}
.form-item button {
    width: 100%;
    padding: 8px 0;
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    color: white;
    border-radius: calc(infinity * 1px);
}
.form-item button:hover {
    background-color: transparent;
    color: var(--primary-color);
}

/* products */
.filter-container h2 {
    font-size: 20px;
    font-weight: 700;
}

.fa-star {
    color: #e2be10;
}
.price-input-container {
    width: 100%;
}

.price-input .price-field {
    display: flex;
    margin-bottom: 22px;
}

.price-field span {
    margin-right: 10px;
    margin-top: 6px;
    font-size: 17px;
}

.price-field input {
    flex: 1;
    height: 35px;
    font-size: 15px;
    font-family: "DM Sans", sans-serif;
    border-radius: 9px;
    text-align: center;
    border: 0px;
    background: #e4e4e4;
}

.price-input {
    width: 100%;
    font-size: 19px;
    color: #555;
}

/* Remove Arrows/Spinners */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.slider {
    width: 100%;
}

.slider {
    height: 6px;
    position: relative;
    background: #e4e4e4;
    border-radius: 5px;
}

.slider .price-slider {
    height: 100%;
    left: 25%;
    right: 15%;
    position: absolute;
    border-radius: 5px;
    background: var(--primary-color);
}

.range-input {
    position: relative;
}

.range-input input {
    position: absolute;
    width: 100%;
    height: 5px;
    background: none;
    top: -5px;
    pointer-events: none;
    cursor: pointer;
    -webkit-appearance: none;
}

/* Styles for the range thumb in WebKit browsers */
input[type="range"]::-webkit-slider-thumb {
    height: 18px;
    width: 18px;
    border-radius: 70%;
    background: var(--primary-color);
    pointer-events: auto;
    -webkit-appearance: none;
}

@media screen and (max-width: 768px) {
    .main {
        width: 80%;
        margin-right: 5px;
    }

    .custom-wrapper {
        width: 100%;
        left: 0;
        padding: 0 10px;
    }

    .projtitle {
        width: 100%;
        position: relative;
        right: 26px;
    }

    .price-input {
        flex-direction: column;
        align-items: center;
    }

    .price-field {
        margin-bottom: 10px;
    }
}

.cart-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.cart {
    display: grid;
    grid-template-columns: 1fr 400px;
    gap: 40px;
    margin-top: 20px;
}

.cart-products {
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.cart-header {
    padding: 24px;
    border-bottom: 1px solid #e9ecef;
    font-size: 24px;
    font-weight: 600;
}

.product-cart-item {
    display: flex;
    align-items: center;
    padding: 24px;
    border-bottom: 1px solid #e9ecef;
    gap: 16px;
}

.product-cart-item:last-child {
    border-bottom: none;
}

.product-cart-image {
    width: 80px;
    height: 80px;
    border-radius: 8px;
    object-fit: cover;
    flex-shrink: 0;
}

.product-info {
    flex: 1;
    min-width: 0;
}

.product-name {
    font-weight: 500;
    margin-bottom: 4px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.product-price {
    font-weight: 600;
    color: #495057;
}

.quantity-selector {
    display: flex;
    align-items: center;
    background: #f8f9fa;
    border-radius: 25px;
    padding: 4px;
    gap: 12px;
}

.quantity-btn {
    width: 32px;
    height: 32px;
    border: none;
    background: white;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.quantity-btn:hover {
    background: #e9ecef;
    transform: scale(1.05);
}

.quantity-btn:active {
    transform: scale(0.95);
}

.quantity-value {
    min-width: 40px;
    text-align: center;
    font-weight: 500;
}

.delete-btn {
    width: 40px;
    height: 40px;
    border: none;
    background: #fff5f5;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
    color: #dc3545;
}

.delete-btn:hover {
    background: #dc3545;
    color: white;
}

.order-summary {
    background: #1a365d;
    color: white;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.summary-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}

.summary-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
}

.summary-row.total {
    font-size: 18px;
    font-weight: 700;
    padding-top: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 0;
}

.coupon-section {
    margin: 20px 0;
}

.coupon-toggle {
    background: none;
    border: none;
    color: #63b3ed;
    cursor: pointer;
    font-size: 14px;
    padding: 0;
    text-decoration: underline;
}

.coupon-input-container {
    display: none;
    margin-top: 12px;
    position: relative;
}

.coupon-input {
    width: 100%;
    padding: 12px 40px 12px 12px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.1);
    color: white;
    font-size: 14px;
}

.coupon-input::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.coupon-submit {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: white;
    cursor: pointer;
    padding: 4px;
}

.checkout-btn {
    width: 100%;
    display: block;
    text-align: center;
    background: #fbbf24;
    color: #1a365d;
    border: none;
    padding: 16px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
    margin-top: 24px;
    text-decoration: none;
}

.checkout-btn:hover {
    background: #f59e0b;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(251, 191, 36, 0.3);
}

.empty-cart {
    text-align: center;
    padding: 60px 20px;
    color: #6c757d;
}

.empty-cart h2 {
    margin-bottom: 16px;
    color: #495057;
}

.blog-detail {
    max-width: 960px;
    margin: 0 auto;
}

.p-description p {
    margin-bottom: 10px;
}

.p-description ul {
    padding-left: 20px;
}

.p-description img {
    max-width: 100%;
    height: auto;
}
.blog-detail-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}
.blog-detail-header h2 {
    font-size: 36px;
    font-weight: 700;
}
.blog-detail-image {
    width: 100%;
}
.blog-detail-image img {
    width: 100%;
    height: 450px;
    object-fit: cover;
}
.blog-detail-tags p {
    margin-bottom: 0;
}
.blog-detail-tags a {
    text-decoration: none;
}
.about-title {
    font-size: 48px;
    font-weight: 700;
}
.about-img {
    height: 650px;
    width: 100%;
    object-fit: cover;
}
.about-detail-wrapper {
    display: flex;
    align-items: center;
}
.about-detail-wrapper p {
    font-size: 16px;
}
.why-detail-wrapper {
    display: flex;
    align-items: center;
}
.why-detail-wrapper p {
    font-size: 16px;
}
.why-detail-wrapper ul {
    padding-left: 0;
}
.why-detail-wrapper ul li {
    list-style: none;
    font-size: 18px;
}

.why-detail-wrapper ul li i {
    color: var(--primary-color);
}
@media (max-width: 768px) {
    .cart {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .cart-container {
        padding: 16px;
    }

    .cart-header {
        padding: 20px;
        font-size: 20px;
    }

    .product-item {
        padding: 20px;
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .product-controls {
        display: flex;
        justify-content: space-between;
        width: 100%;
        align-items: center;
    }

    .order-summary {
        order: 2;
    }
}

@media (max-width: 480px) {
    .product-item {
        padding: 16px;
    }

    .cart-header {
        padding: 16px;
    }

    .order-summary {
        padding: 20px;
    }
}
