@import url('https://fonts.googleapis.com/css2?family=Bungee+Tint&family=Playfair+Display+SC:ital,wght@0,400;0,700;0,900;1,400;1,700;1,900&family=Poltawski+Nowy:ital,wght@0,400..700;1,400..700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Bungee+Tint&family=Lexend:wght@100..900&family=Playfair+Display+SC:ital,wght@0,400;0,700;0,900;1,400;1,700;1,900&family=Poltawski+Nowy:ital,wght@0,400..700;1,400..700&display=swap');

.poltawski-nowy {
    font-family: "Poltawski Nowy", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}

body{
    overflow-x: hidden !important;
}

.lexend {
    font-family: "Lexend", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: sans-serif;
}

:root {
    --primary: #a31747;
    --black: #030a3c;
    --white: #ffffff;
}

.text-primary {
    color: #a31747 !important;
    font-weight: 600;
}

.btn-primary {
    background-color: #0b123a !important;
    color: var(--white) !important;
}

/* ******************* Topbar Start ************************ */

.topbar {
    background-color: #0b123a;
}

.topbar a {
    text-decoration: none;
    color: var(--white);
}

.topbar a:hover,
.topbar a i:hover {
    /* color: #0b123a; */
}

.topbar .text-color {
    color: var(--white) !important;
}

.topbar .text-dark {
    color: var(--white) !important;
}

/************************* Topbar End ************************ */

/*************************** Navbar Start************************ ***/

.navbar {
    box-shadow: var(--box-shadow);
    border-bottom: 1px solid #0b123a;
}

.navbar-brand {
    width: 225px;
}

@media(max-width:576px) {
    .navbar-brand {
        width: 90px;
    }
}

@media(max-width:768px) {
    .navbar-brand {
        width: 90px;
    }
}

.navbar .navbar-nav .nav-link {
    margin-right: 24px;
    padding: 25px 0;
    color: var(--dark);
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    outline: none;
}

.navbar-toggler {
    float: right;
    border: none;
    padding-right: 0;
}

.navbar .navbar-toggler:active,
.navbar .navbar-toggler:focus {
    outline: none;
    border: none;
}

.navbar .navbar-toggler {
    color: #ffff !important;
    border-color: #ffff !important;
}

.navbar .navbar-toggler-icon {
    width: 24px;
    height: 18px;
    background-image: none;
    position: relative;
    border-bottom: 3px solid #0b123a;
    transition: all 300ms linear;
}

.navbar .navbar-toggler-icon:after,
.navbar .navbar-toggler-icon:before {
    width: 24px;
    position: absolute;
    height: 2px;
    background-color: #0b123a;
    top: 0;
    left: 0;
    content: '';
    /* z-index: 2; */
    transition: all 300ms linear;
}

.navbar .navbar-toggler-icon:after {
    top: 8px;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
    transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
    transform: translateY(8px) rotate(-45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    border-color: transparent;
}

@media (max-width: 991.98px) {

    .navbar .navbar-nav .nav-link,
    .sticky-top.navbar .navbar-nav .nav-link {
        padding: 10px 0;
    }

    .navbar-collapse {
        position: absolute;
        background: #a2a2a2bf;
        height: 100vh;
        width: 234px;
        left: -282px;
        top: 77px;
        box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
        padding-top: 10px;
        padding-left: 13px;
        transition: .3s linear;
        z-index: 99;
    }

    .navbar-collapse.show {
        top: 77px;
        left: 0px;
    }
}

@media screen and (min-width:577px) and (max-width: 840px) {
    .navbar-collapse {
        top: 56px;
    }

    .navbar-collapse.show {
        top: 56px;
    }
}

@media (max-width: 576px) {
    .navbar .navbar-brand img {
        /* width: 100%; */
        height: 51px;
        width: 69px;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: 1px solid #0b123a;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}

/************************* navbar end ************************ */


/*** ************************carousel start ***************************/

@media (max-width: 576px) {
    .carousel-caption h4 {
        font-size: 18px;
        font-weight: 500 !important;
    }

    .carousel-caption h1 {
        font-size: 30px;
        font-weight: 600 !important;
    }
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}



/* .carousel img {
    height: 640px;
    width: 100%;
}

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

    .carousel img {
        height: 260px;
        width: 100%;
    }

} */


/************************* carousel end  *************************/

.section-title {
    margin-bottom: 15px;
    /* padding: 15px; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* background: #FFFFFF; */
    /* border: 1px solid #dee2e6; */
    /* border-left: 5px solid #0b123a; */
}

.section-title h5 {
    margin-bottom: 15px;
    color: #0b123a;
    font-family: "Poltawski Nowy", serif;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* background: #FFFFFF; */
    /* border: 1px solid #dee2e6; */
    /* border-left: 5px solid #0b123a; */
}

@media(max-width:576px) {
    .section-title h5 {
        font-size: 15px;

    }
}

.section-title a {
    margin-bottom: 15px;
    color: #0b123a;
    font-family: "Poltawski Nowy", serif;
    border-radius: 10px;
    padding: 7px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #FFFFFF;
    border: 1px solid #0b123a;
    /* border-left: 5px solid #0b123a; */
}


/**********************************/
/********** Footer CSS ************/
/**********************************/
.footer {
    position: relative;
    padding: 30px 0 0 0;
    /* background: url(../img/h2-img-10.jpg); */
    background:#0b123a;
}

.footer .footer-widget {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
}

.footer .footer-widget h2 {
    font-size: 25px;
    white-space: nowrap;
    margin-bottom: 20px;
}

.footer .footer-widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer .footer-widget ul li {
    margin-bottom: 12px;
}

.footer .footer-widget ul li:last-child {
    margin-bottom: 0;
}

.footer .footer-widget ul li a {
    color: #ffffff;
    white-space: nowrap;
    text-decoration: none;
    display: block;
    line-height: 23px;
    transition: all .3s;
}

.footer .footer-widget ul li a::before {
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    padding-right: 5px;
}

.footer .footer-widget ul li a:hover {
    color: #ffffff;
}

.footer .footer-widget ul li a:hover::before {
    content: '\f101';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.footer .contact-info p {
    margin-bottom: 10px;
    font-size: 16px;
}

.footer .contact-info p i {
    margin-right: 5px;
}

.footer .social {
    position: relative;
    width: 100%;
}

.footer .social a {
    display: inline-block;
    margin: 10px 5px 0 0;
    width: 40px;
    height: 40px;
    padding: 6px 0;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 4px;
    transition: all .3s;
    /* text-decoration: none; */
}

.footer .social a:hover {
    color: #ffffff;
    border-color: #ffffff;
}

.footer .payment {
    padding-top: 25px;
    padding-bottom: 25px;
    border-top: 1px solid rgba(0, 0, 0, .1);
}

@media (min-width: 992px) {
    .footer .payment {
        max-width: 80%;
        margin: 0 auto;
    }
}

.footer .payment-method,
.footer .payment-security {
    overflow: hidden;
}

.footer .payment-method {
    text-align: left;
}

.footer .payment-security {
    text-align: right;
}

@media (max-width: 768.98px) {
    .footer .payment-method {
        margin-bottom: 15px;
    }

    .footer .payment-method,
    .footer .payment-security {
        text-align: center;
    }
}

.footer .payment-method h2,
.footer .payment-security h2 {
    display: inline-block;
    margin: 0 10px 0 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
}

.footer .payment-method img,
.footer .payment-security img {
    height: 25px;
}

.m-footer-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    /* border: 2px solid white; */
    padding: 6px 20px;
    /* border-radius: 10px; */
    text-decoration: none;
    color: white;
}

.m-footer-menu i {
    font-size: 22px;
}

/**********************************/
/******** Footer Bottom CSS *******/
/**********************************/
.footer-bottom {
    /* position: fixed; */
    position: relative;
    padding: 5px 0;
    /* bottom: 0; */
    background: #0b123a;
}

.position {
    position: fixed;
    bottom: 0;
    /* height: 100vh; */
}

.footer-bottom .copyright {
    text-align: left;
}

.footer-bottom .template-by {
    text-align: right;
}

.footer-bottom .copyright p,
.footer-bottom .template-by p {
    color: #ffffff;
    font-weight: 400;
    margin: 0;
}

.footer-bottom .copyright p a,
.footer-bottom .template-by p a {
    font-weight: 600;
    text-decoration: none;
}

.footer-bottom .copyright p a:hover,
.footer-bottom .template-by p a:hover {
    color: #ffffff;
}

@media (max-width: 768.98px) {

    .footer-bottom .copyright,
    .footer-bottom .template-by {
        text-align: center;
    }
}

/***************************** Footer End *****************************/



/**********************************/
/*********** policy CSS **********/
/**********************************/
.policy {
    position: relative;
}

.policy .policy-col {
    margin-bottom: 30px;
    height: 260px;
}

.policy .policy-content {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    padding: 30px 15px;
    text-align: center;
    background: #ededed;
}

@media(max-width:576px) {
    .policy .policy-content {
        position: relative;
        width: 100%;
        height: 100%;
        border-radius: 10px;
        padding: 8px 7px;
        text-align: center;
        background: #ededed;
    }

    .policy .policy-content i {
        color: #0b123a;
        font-size: 60px;
        margin-bottom: 7px !important;
    }
}

.policy .policy-content i {
    color: #0b123a;
    font-size: 60px;
    margin-bottom: 30px;
}

.policy .policy-content h2 {
    font-size: 18px;
    font-weight: 600;
}

.policy .policy-content p {
    font-size: 15px;
    margin: 0;
}



/* <!-- product -2 --> */
.latest-news-item .product-image img {
    object-fit: cover;
}

.latest-news .product-card .product-info img {
    width: 30px;
    height: 30px;
}

.latest-news .product-card {
    position: relative;
    background: white;
    border-radius: 20px;
    border: 1px solid #0b123a;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.latest-news .product-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.latest-news .product-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: linear-gradient(45deg, #ebb240, #f0aa1e);
    color: white;
    padding: 6px 12px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 12px;
    z-index: 10;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.latest-news .product-tilt-effect {
    overflow: hidden;
    transform-style: preserve-3d;
    perspective: 1000px;
}

.latest-news .product-image {
    /* height: 300px; */
    overflow: hidden;
    position: relative;
}

.latest-news .product-image img {
    height: 300px;
    width: 250px;
    object-fit: cover;
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

.latest-news .product-card:hover .product-image img {
    transform: scale(1.05);
}

.latest-news .product-info {
    padding: 15px;
    position: relative;
    /* background: url(../img/footer-bg.png); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.latest-news .product-category {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #71717A;
    margin-bottom: 8px;
}

.latest-news .product-title {
    font-size: 15px;
    font-weight: 700;
    color: #18181B;
    margin: 0 0 12px 0;
    letter-spacing: -0.5px;
    line-height: 1.2;
}

.latest-news .product-description p {
    font-size: 14px;
    color: #52525B;
    line-height: 1.5;
    margin-bottom: 5px;
}

.latest-news .product-features {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 20px;
}

.latest-news .feature {
    font-size: 11px;
    background-color: #F4F4F5;
    color: #71717A;
    padding: 4px 10px;
    border-radius: 12px;
    font-weight: 500;
}

.latest-news .product-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* margin-bottom: 15px; */
}

.latest-news .product-bottom a {
    text-decoration: none;
}

.latest-news .product-price {
    display: flex;
    flex-direction: column;
}

.latest-news .price-was {
    font-size: 14px;
    text-decoration: line-through;
    color: #A1A1AA;
    margin-bottom: 2px;
}

.latest-news .price-now {
    font-size: 22px;
    font-weight: 700;
    color: #18181B;
}

.latest-news .product-button1 {
    background: linear-gradient(45deg, #5c0707, rgb(192, 9, 9)) !important;
    color: white;
    border: none;
    border-radius: 12px;
    padding: 5px 7px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}

.latest-news .product-button2 {
    background: linear-gradient(45deg, #170fff, rgb(53, 208, 255)) !important;
    color: white;
    border: none;
    border-radius: 12px;
    padding: 5px 7px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}

.latest-news .product-button1::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transition: all 0.6s ease;
}

.latest-news .product-button1:hover {
    background: linear-gradient(45deg, #27272A, #3F3F46);
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.latest-news .product-button1:hover::before {
    left: 100%;
}


.latest-news .product-button2::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transition: all 0.6s ease;
}

.latest-news .product-button2:hover {
    background: linear-gradient(45deg, #27272A, #3F3F46);
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.latest-news .product-button2:hover::before {
    left: 100%;
}

.latest-news .button-icon {
    transition: transform 0.3s ease;
}

.latest-news .product-button1:hover .button-icon {
    transform: rotate(-10deg) scale(1.1);
}

.latest-news .product-button2:hover .button-icon {
    transform: rotate(-10deg) scale(1.1);
}

.latest-news .product-button3:hover .button-icon {
    transform: rotate(-10deg) scale(1.1);
}

.latest-news .product-button3 {
    background: linear-gradient(45deg, #151d58, rgb(57 103 23)) !important;
    color: white;
    border: none;
    border-radius: 12px;
    padding: 5px 5px;
    font-size: 10px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}

.latest-news .product-button3::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transition: all 0.6s ease;
}

.latest-news .product-button3:hover {
    background: linear-gradient(45deg, #27272A, #3F3F46);
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.latest-news .product-button3:hover::before {
    left: 100%;
}



.latest-news .product-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #F4F4F5;
    padding-top: 15px;
}

.latest-news .product-rating {
    display: flex;
    align-items: center;
    gap: 2px;
}

.latest-news .rating-count {
    margin-left: 8px;
    font-size: 12px;
    color: #71717A;
}

.latest-news .product-stock {
    font-size: 12px;
    font-weight: 600;
    color: #22C55E;
}

.testimonial .testimonial-item .testimonial-inner {
    height: 330px;
}

@media(max-width:576px) {
    .testimonial {
        position: relative;
        bottom: 42px;
    }
}

@media (max-width: 400px) {
    .latest-news .product-card {
        width: 100%;
    }

    .latest-news .product-title {
        font-size: 18px;
    }

    .latest-news .product-image {
        height: 200px;
    }

    .latest-news .product-bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .latest-news .product-price {
        margin-bottom: 5px;
    }

    .latest-news .product-button {
        width: 100%;
        justify-content: center;
    }
}

.latest-news .latest-news-carousel.owl-carousel {
    position: relative;
}

.latest-news .latest-news-carousel.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    top: -57px;
    right: 70px;
    font-size: 20px;
    padding: 0 20px !important;
    transition: 0.5s;
    margin-right: 10px;
    border: 1px solid #0b123a;
    color: var(--bs-dark);
    border-radius: 20px;
}

.latest-news .latest-news-carousel.owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: -57px;
    right: 7px;
    font-size: 20px;
    margin-left: 10px;
    padding: 0 20px !important;
    transition: 0.5s;
    border: 1px solid #0b123a;
    color: var(--dark);
    border-radius: 20px;
}

.latest-news .latest-news-carousel.owl-carousel .owl-nav .owl-prev:hover,
.latest-news .latest-news-carousel.owl-carousel .owl-nav .owl-next:hover {
    background: #0b123a;
    color: var(--bs-white);
    border-radius: 10px;
}

.owl-dots {
    display: block;
}

/* <!-- product -2 --> */


/* ==============================third---------------------------------- */
.third .image img {
    height: 155px;
    width: 155px;
    border-radius: 50%;
}

/* ==============================third---------------------------------- */


/* fourth========================================================== */

/* Circle */
.fourth .image {
    position: relative;
}

.fourth .image::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, .2);
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}

.fourth .image:hover::before {
    -webkit-animation: circle .75s;
    animation: circle .75s;
}

@-webkit-keyframes circle {
    0% {
        opacity: 1;
    }

    40% {
        opacity: 1;
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

@keyframes circle {
    0% {
        opacity: 1;
    }

    40% {
        opacity: 1;
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}



/*** Products 1 ***/
.product .product-card {
    position: relative;
    background: white;
    border-radius: 20px;
    border: 1px solid #0b123a;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.product .product-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.product .product-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: linear-gradient(45deg, #ebb240, #f0aa1e);
    color: white;
    padding: 6px 12px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 12px;
    z-index: 10;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.product .product-tilt-effect {
    overflow: hidden;
    transform-style: preserve-3d;
    perspective: 1000px;
}

.product .product-image {
    /* height: 303px; */
    overflow: hidden;
    position: relative;
}

.product .product-image img {
    height: 300px;
    width: 100%;
    object-fit: cover;
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

.product .product-card:hover .product-image img {
    transform: scale(1.05);
}

.product .product-info {
    padding: 15px;
    position: relative;
    /* background: url(../img/footer-bg.png); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.product .product-category {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #71717A;
    margin-bottom: 8px;
}

.product .product-title {
    font-size: 15px;
    font-weight: 700;
    color: #18181B;
    margin: 0 0 12px 0;
    letter-spacing: -0.5px;
    line-height: 1.2;
}

.product .product-description p {
    font-size: 14px;
    color: #52525B;
    line-height: 1.5;
    margin-bottom: 5px;
}

.product .product-features {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 20px;
}

.product .feature {
    font-size: 11px;
    background-color: #F4F4F5;
    color: #71717A;
    padding: 4px 10px;
    border-radius: 12px;
    font-weight: 500;
}

.product .product-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* margin-bottom: 15px; */
}

.product .product-bottom a {
    text-decoration: none;
}

.product .product-price {
    display: flex;
    flex-direction: column;
}

.product .price-was {
    font-size: 14px;
    text-decoration: line-through;
    color: #A1A1AA;
    margin-bottom: 2px;
}

.product .price-now {
    font-size: 22px;
    font-weight: 700;
    color: #18181B;
}

.product .product-button1 {
    background: linear-gradient(45deg, #151d57, rgb(137 22 20)) !important;

    color: white;
    border: none;
    border-radius: 12px;
    padding: 5px 7px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}

.product .product-button1::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transition: all 0.6s ease;
}

.product .product-button1:hover {
    background: linear-gradient(45deg, #27272A, #3F3F46);
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.product .product-button1:hover::before {
    left: 100%;
}

.product .product-card .product-info img {
    width: 30px;
    height: 30px;
}


.product .product-button2 {
    background: linear-gradient(45deg, #170fff, rgb(53, 208, 255)) !important;

    color: white;
    border: none;
    border-radius: 12px;
    padding: 5px 7px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}

.product .product-button2::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transition: all 0.6s ease;
}

.product .product-button2:hover {
    background: linear-gradient(45deg, #27272A, #3F3F46);
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.product .product-button2:hover::before {
    left: 100%;
}





.product .product-button3 {
    background: linear-gradient(45deg, #151d58, rgb(57 103 23)) !important;
    color: white;
    border: none;
    border-radius: 12px;
    padding: 5px 5px;
    font-size: 10px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}

.product .product-button3::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transition: all 0.6s ease;
}

.product .product-button3:hover {
    background: linear-gradient(45deg, #27272A, #3F3F46);
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.product .product-button3:hover::before {
    left: 100%;
}





.product .button-icon {
    transition: transform 0.3s ease;
}

.product .product-button1:hover .button-icon {
    transform: rotate(-10deg) scale(1.1);
}

.product .product-button2:hover .button-icon {
    transform: rotate(-10deg) scale(1.1);
}

.product .product-button3:hover .button-icon {
    transform: rotate(-10deg) scale(1.1);
}

.product .product-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #F4F4F5;
    padding-top: 15px;
}

.product .product-rating {
    display: flex;
    align-items: center;
    gap: 2px;
}

.product .rating-count {
    margin-left: 8px;
    font-size: 12px;
    color: #71717A;
}

.product .product-stock {
    font-size: 12px;
    font-weight: 600;
    color: #22C55E;
}

.testimonial .testimonial-item .testimonial-inner {
    height: 330px;
}

@media (max-width: 400px) {
    .product .product-card {
        width: 100%;
    }

    .product .product-title {
        font-size: 18px;
    }

    .product .product-image {
        height: 200px;
    }

    .product .product-bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .product .product-price {
        margin-bottom: 5px;
    }

    .product .product-button {
        width: 100%;
        justify-content: center;
    }
}



/* about===================================== */


.about .image {
    position: relative;
}

.about .image::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, .2);
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}

.about .image:hover::before {
    -webkit-animation: circle .75s;
    animation: circle .75s;
}

.about-right {
    position: relative;
    display: block;
    padding-left: 30px;
}

.site-title-tagline {
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 17px;
    font-weight: 700;
    color: var(--theme-color);
    position: relative;
    margin-bottom: 5px;
    display: inline-block;
}

.site-title {
    font-weight: 700;
    text-transform: capitalize;
    font-size: 34px;
    color: var(--color-dark);
    margin-top: 4px;
}

.about-list {
    margin-top: 20px;
    margin-bottom: 10px;
}

.about-list ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.about-list ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    color: var(--color-dark);
}

.about-list ul li i {
    width: 35px;
    height: 35px;
    line-height: 35px;
    color: var(--color-white);
    text-align: center;
    background: var(--theme-color2);
    border-radius: 50px;
}

.theme-btn {
    position: relative;
    font-size: 16px;
    background: var(--theme-color);
    color: var(--color-white);
    padding: 10px 20px;
    display: inline-block;
    vertical-align: middle;
    text-transform: capitalize;
    border-radius: 10px;
    font-weight: 500;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    border: none;
    box-shadow: var(--box-shadow);
    transition: var(--transition);
    z-index: 1;
}

.about-left {
    position: relative;
}

.about-us h3 {
    font-family: "Poltawski Nowy", serif;

}

@-webkit-keyframes circle {
    0% {
        opacity: 1;
    }

    40% {
        opacity: 1;
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

@keyframes circle {
    0% {
        opacity: 1;
    }

    40% {
        opacity: 1;
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

.counter .card {
    background-color: #0b123a;
}


.info-icon {
    background-color: #fff;
    width: 55px;
    height: 55px;
    font-size: 24px;
    color: #8b52ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}


.five .icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 1px solid rgb(255, 255, 255);
    background-color: #ffd88983;
    display: flex;
    justify-content: center;
    align-items: center;
}

.five .icon i {
    font-size: 35px;
}

.five h1 {
    font-size: 65px;
    color: #fdf1da;
    font-weight: 600;
}


.six .price {
    width: 138px;
    height: 77px;
    border-radius: 20px;
    border: 1px solid rgb(255, 255, 255);
    background-color: #ffd88983;
    display: flex;
    justify-content: center;
    align-items: center;
}

.six img {
    /* height: 400px; */
}

/*** Testimonial Start ***/
.testimonial .testimonial-carousel {
    position: relative;
}

.testimonial .testimonial-carousel .testimonial-item .testimonial-img {
    position: relative;
    width: 100px;
    height: 100px;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 3px solid #0b123a;
    border-style: dotted;
    border-radius: 50%;
}

.testimonial .testimonial-carousel .owl-dots {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial .testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: var(--bs-light);
    border: 1px solid #0b123a;
    border-radius: 10px;
    transition: 0.5s;
}

.testimonial .testimonial-carousel .owl-dot.active {
    width: 40px;
    background: #0b123a;
}

.testimonial .testimonial-carousel .owl-nav .owl-prev {
    position: absolute;
    top: -55px;
    left: 0;
    padding: 5px 30px !important;
    border: 1px solid #0b123a;
    border-radius: 30px;
    transition: 0.5s;
}

.testimonial .testimonial-carousel .owl-nav .owl-next {
    position: absolute;
    top: -55px;
    right: 0;
    padding: 5px 30px !important;
    border: 1px solid #0b123a;
    border-radius: 30px;
    transition: 0.5s;
}

.testimonial .testimonial-carousel .owl-nav .owl-prev i,
.testimonial .testimonial-carousel .owl-nav .owl-next i {
    color: #0b123a;
    font-size: 17px;
    transition: 0.5s;
}

.testimonial .testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial .testimonial-carousel .owl-nav .owl-next:hover {
    background: #0b123a;
}

.testimonial .testimonial-carousel .owl-nav .owl-prev:hover i,
.testimonial .testimonial-carousel .owl-nav .owl-next:hover i {
    color: var(--bs-white);
}

.testimonial .testimonial-carousel .owl-item.center .testimonial-item .testimonial-comment {
    background: #0b123a !important;
    color: var(--bs-white);
    transition: 0.5s;
}

.testimonial .testimonial-carousel .owl-item.center .testimonial-item .testimonial-img {
    border: 3px solid var(--bs-white);
    border-style: dotted;
    transition: 0.5s;
}

/*** Testimonial End ***/


/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
    background: linear-gradient(rgba(82, 99, 134, 0.5), rgba(224, 229, 239, 0.5)), url(../img/breadcumb.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 0 0 0 0;
}

.bg-breadcrumb .breadcrumb-item a {
    color: var(--bs-secondary) !important;
}

.f_right {
    float: right !important;
}

.product_imgg {
    height: 230px !important;
    width: 100% !important;
}

.slider_imgg {
    height: 450px;
    width: 100%;
}

@media(max-width:576px) {
    .slider_imgg {
        height: 200px;
    }

}

/*** Shop Page Start ***/
.shop .product-categories .categories-item {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
}

.shop .product-categories .categories-item a {
    transition: 0.5s;
}

.shop .product-categories .categories-item a:hover {
    color: var(--bs-primary) !important;
}

.shop .product-color .product-color-item {
    display: flex;
    padding: 10px 0;
}

.shop .product-color .product-color-item a {
    transition: 0.5s;
}

.shop .product-color .product-color-item a:hover {
    color: var(--bs-secondary);
}

.shop .price {
    padding: 10px 0;
}

.shop .additional-product .additional-product-item {
    padding: 10px 0;
}

.shop .featured-product .featured-product-item {
    display: flex;
    align-items: center;
    justify-content: start;
}

.shop .product-tags .product-tags-items a {
    display: inline-block !important;
    background: var(--bs-white);
    color: var(--bs-dark);
    transition: 0.5;
}

.shop .product-tags .product-tags-items a:hover {
    background: var(--bs-primary) !important;
    color: var(--bs-white) !important;
}

/*** Shop Page End ***/


/*** Single Products Start ***/
.single-product .owl-nav .owl-prev,
.single-product .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-top: -13%;
    font-size: 22px;
    color: var(--bs-primary);
}

.single-product .owl-nav .owl-prev {
    left: 0;
}

.single-product .owl-nav .owl-next {
    right: 0 !important;
}


.single-product .single-carousel .owl-dots {
    width: 100%;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    transition: 0.5s;
}

.single-product .single-carousel .owl-dots .owl-dot img {
    width: 60px;
    height: 60px;
    border-radius: 30px;
    margin-right: 15px;
    border: 2px solid var(--bs-primary);
    transition: 0.5s;
}

.single-product .single-carousel .owl-dots .owl-dot.active img {
    width: 80px;
    height: 80px;
    border-radius: 40px;
    border: 4px solid var(--bs-secondary);
}



/*--------------------------------------------------------------
# Best Sellers Section
--------------------------------------------------------------*/
.best-sellers {
    /* padding-top: 60px; */
    padding-bottom: 30px;
}

.best-sellers .product-item {
    height: 100%;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    border-radius: 2px;
    overflow: hidden;
    transition: all 0.4s ease;
}

.best-sellers .product-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
}

.best-sellers .product-item:hover .product-image img {
    transform: scale(1.02);
}

.best-sellers .product-item:hover .product-actions {
    opacity: 1;
    transform: translateY(0);
}

.best-sellers .product-item:hover .cart-btn {
    opacity: 1;
    transform: translateY(0);
}

.best-sellers .product-image {
    position: relative;
    overflow: hidden;
    aspect-ratio: 1;
    background-color: color-mix(in srgb, var(--black), transparent 96%);
}

.best-sellers .product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.best-sellers .product-badge {
    position: absolute;
    top: 10px;
    left: 20px;
    z-index: 2;
    background-color: #0b123a;
    color: var(--white);
    font-size: 0.75rem;
    font-weight: 500;
    /* font-family: var(--heading-font); */
    padding: 0.4em 1em;
    border-radius: 10px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.best-sellers .product-badge.sale-badge {
    background-color: #dc2626;
}

.best-sellers .product-badge.trending-badge {
    background-color: #0b123a;
}

.best-sellers .product-actions {
    position: absolute;
    top: 20px;
    right: 8px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    opacity: 0;
    transform: translateY(-10px);
    transition: all 0.3s ease;
}

.best-sellers .product-actions a {
    text-decoration: none;
}

.best-sellers .action-btn {
    width: 40px;
    height: 40px;
    border: none;
    background-color: #0b123a;
    color: var(--white);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 0.9rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.best-sellers .action-btn:hover {
    background-color: var(--white);
    color: #0b123a;
}

.best-sellers .action-btn.active {
    background-color: var(--black);
    color: #0b123a;
}

.best-sellers .cart-btn {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    padding: 12px 24px;
    background-color: #0b123a;
    color: var(--white);
    border: 1px solid color-mix(in srgb, var(--black), transparent 90%);
    font-weight: 500;
    font-size: 0.85rem;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    cursor: pointer;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.3s ease;
    border-radius: 10px;
}

.best-sellers .cart-btn:hover {
    background-color: var(--white);
    color: #0b123a;
    border-color: var(--white);
}

.best-sellers .product-info {
    padding: 14px 20px 10px;
    /* box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px !important; */
}

.best-sellers .product-category {
    color: color-mix(in srgb, var(--black), transparent 40%);
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.best-sellers .product-name {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.4;
    /* margin-bottom: 12px;
  height: 2.8rem; */
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.best-sellers .product-name a {
    color: #0b123a;
    text-decoration: none;
    font-weight: 600;
}

.best-sellers .product-name a:hover {
    color: var(--black);
}

.best-sellers .product-rating {
    display: flex;
    align-items: center;
    /* gap: 8px; */
    margin-bottom: 15px;
}

.best-sellers .stars {
    color: #f59e0b;
    font-size: 0.8rem;
}

.best-sellers .stars i {
    margin-right: 1px;
}

.best-sellers .rating-count {
    font-size: 0.75rem;
    color: color-mix(in srgb, var(--black), transparent 50%);
    font-weight: 400;
}

.best-sellers .product-price {
    margin-bottom: 15px;
}

.best-sellers .product-price .old-price {
    font-size: 0.9rem;
    color: color-mix(in srgb, var(--black), transparent 50%);
    text-decoration: line-through;
    margin-right: 8px;
}

.best-sellers .product-price .current-price {
    font-size: 1.1rem;
    font-weight: 500;
    color: var(--white);
}

.best-sellers .product-price:not(:has(.old-price)) {
    font-size: 1.1rem;
    font-weight: 500;
    color: var(--white);
}

.best-sellers .color-swatches {
    display: flex;
    gap: 6px;
}

.best-sellers .swatch {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    transition: all 0.2s ease;
}

.best-sellers .swatch:hover {
    transform: scale(1.15);
}

.best-sellers .swatch.active:after {
    content: "";
    position: absolute;
    top: -3px;
    left: -3px;
    right: -3px;
    bottom: -3px;
    border: 1px solid var(--white);
    border-radius: 50%;
}

@media (max-width: 1199.98px) {
    .best-sellers .product-info {
        padding: 25px 18px 22px;
    }

    .best-sellers .product-name {
        font-size: 0.95rem;
    }
}

@media (max-width: 991.98px) {
    .best-sellers .product-item {
        max-width: 320px;
        margin: 0 auto;
    }
}

@media (max-width: 767.98px) {
    .best-sellers .row {
        --bs-gutter-x: 2rem;
        --bs-gutter-y: 3rem;
    }

    .best-sellers .product-actions {
        opacity: 1;
        transform: translateY(0);
    }

    .best-sellers .cart-btn {
        opacity: 1;
        transform: translateY(0);
    }

    .best-sellers .product-info {
        padding: 22px 16px 20px;
    }
}

@media (max-width: 575.98px) {
    .best-sellers .row {
        --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 2.5rem;
    }

    .best-sellers .product-badge {
        top: 15px;
        left: 15px;
        font-size: 0.7rem;
        padding: 0.35em 0.8em;
    }

    .best-sellers .product-actions {
        top: 15px;
        right: 15px;
    }

    .best-sellers .action-btn {
        width: 36px;
        height: 36px;
        font-size: 0.85rem;
    }

    .best-sellers .cart-btn {
        bottom: 15px;
        left: 15px;
        right: 15px;
        padding: 10px 20px;
        font-size: 0.8rem;
    }
}

/* product single =============================================== */

.card-wrapper {
    max-width: 1100px;
    margin: 0 auto;
}

.card-wrapper img {
    width: 100%;
    display: block;
}

.card-wrapper .img-display {
    overflow: hidden;
}

.card-wrapper .img-showcase {
    display: flex;
    width: 100%;
    transition: all 0.5s ease;
}

.card-wrapper .img-showcase img {
    min-width: 100%;
}

.card-wrapper .img-select {
    display: flex;
}

.card-wrapper .img-item {
    margin: 0.3rem;
}

.card-wrapper .img-item:nth-child(1),
.card-wrapper .img-item:nth-child(2),
.card-wrapper .img-item:nth-child(3) {
    margin-right: 0;
}

.card-wrapper .img-item:hover {
    opacity: 0.8;
}

.card-wrapper .product-content {
    padding: 2rem 1rem;
}

.card-wrapper .product-title {
    font-size: 3rem;
    text-transform: capitalize;
    font-weight: 700;
    position: relative;
    color: #12263a;
    margin: 1rem 0;
}

.card-wrapper .product-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    width: 80px;
    background: #12263a;
}

.card-wrapper .product-link {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 0.9rem;
    display: inline-block;
    margin-bottom: 0.5rem;
    background: #256eff;
    color: #fff;
    padding: 10px;
    border-radius: 10px;
    transition: all 0.5s ease;
}

.card-wrapper .product-link:hover {
    opacity: 0.9;
}

.card-wrapper .product-rating {
    color: #ffc107;
}

.card-wrapper .product-rating span {
    font-weight: 600;
    color: #252525;
}

.card-wrapper .product-price {
    margin: 1rem 0;
    font-size: 1rem;
    font-weight: 700;
}

.card-wrapper .product-price span {
    font-weight: 400;
}

.card-wrapper .last-price span {
    color: #0b123a;
    text-decoration: line-through;
}

.card-wrapper .new-price span {
    color: #256eff;
}

.card-wrapper .product-detail h2 {
    text-transform: capitalize;
    color: #12263a;
    padding-bottom: 0.6rem;
}

.card-wrapper .product-detail p {
    font-size: 0.9rem;
    padding: 0.3rem;
    opacity: 0.8;
}

.card-wrapper .product-detail ul {
    margin: 1rem 0;
    font-size: 0.9rem;
}

.card-wrapper .product-detail ul li {
    margin: 0;
    list-style: none;
    background: url(https://fadzrinmadu.github.io/hosted-assets/product-detail-page-design-with-image-slider-html-css-and-javascript/checked.png) left center no-repeat;
    background-size: 18px;
    padding-left: 1.7rem;
    margin: 0.4rem 0;
    font-weight: 600;
    opacity: 0.9;
}

.card-wrapper .product-detail ul li span {
    font-weight: 400;
}

.card-wrapper .purchase-info {
    margin: 1.5rem 0;
}

.card-wrapper .purchase-info input,
.card-wrapper .purchase-info .btn {
    border: 1.5px solid #030303;
    border-radius: 25px;
    text-align: center;
    padding: 0.45rem 0.8rem;
    outline: 0;
    margin-right: 0.2rem;
    margin-bottom: 1rem;
}

.card-wrapper .purchase-info input {
    width: 60px;
}

.card-wrapper .purchase-info .btn {
    cursor: pointer;
    color: #fff;
}

.card-wrapper .purchase-info .btn:first-of-type {
    background: #256eff;
}

.card-wrapper .purchase-info .btn:last-of-type {
    background: #0b123a;
}

.card-wrapper .purchase-info .btn:hover {
    opacity: 0.9;
}

.card-wrapper .social-links {
    display: flex;
    align-items: center;
}

.card-wrapper .social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    color: #000;
    border: 1px solid #000;
    margin: 0 0.2rem;
    border-radius: 50%;
    text-decoration: none;
    font-size: 0.8rem;
    transition: all 0.5s ease;
}

.card-wrapper .social-links a:hover {
    background: #000;
    border-color: transparent;
    color: #fff;
}

@media screen and (min-width: 992px) {
    .card-wrapper .card {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 1.5rem;
    }

    .card-wrapper .card-wrapper {
        height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .card-wrapper .product-imgs {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .card-wrapper .product-content {
        padding-top: 0;
    }
}





/*--------------------------------------------------------------
# Checkout Section
--------------------------------------------------------------*/
.checkout {
    padding: 60px 0;
}

.checkout .checkout-container {
    margin-bottom: 2rem;
}

.checkout .checkout-container .checkout-form {
    position: relative;
}

.checkout .checkout-section {
    background-color: var(--white);
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
    margin-bottom: 24px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.checkout .checkout-section:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

.checkout .checkout-section .section-header {
    padding: 20px 24px;
    background-color: color-mix(in srgb, var(--white), var(--white) 30%);
    display: flex;
    align-items: center;
    gap: 16px;
    border-bottom: 1px solid color-mix(in srgb, var(--black), transparent 90%);
}

.checkout .checkout-section .section-header .section-number {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: var(--black);
    color: var(--white);


    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 0.9rem;
    flex-shrink: 0;
}

.checkout .checkout-section .section-header h3 {
    margin: 0;
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--black);
}

.checkout .checkout-section .section-content {
    padding: 24px;
}

.checkout .checkout-section .section-content .form-group {
    margin-bottom: 20px;
}

.checkout .checkout-section .section-content .form-group:last-child {
    margin-bottom: 0;
}

.checkout .checkout-section .section-content .form-group label {
    display: block;
    margin-bottom: 8px;
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--black);
}

.checkout .checkout-section .section-content .form-group .form-control,
.checkout .checkout-section .section-content .form-group .form-select {
    border: 2px solid color-mix(in srgb, var(--black), transparent 85%);
    border-radius: 12px;
    padding: 12px 16px;
    font-size: 0.95rem;
    height: auto;
    background-color: var(--white);
    transition: all 0.25s ease;
}

.checkout .checkout-section .section-content .form-group .form-control:hover,
.checkout .checkout-section .section-content .form-group .form-select:hover {
    border-color: color-mix(in srgb, var(--black), transparent 60%);
}

.checkout .checkout-section .section-content .form-group .form-control:focus,
.checkout .checkout-section .section-content .form-group .form-select:focus {
    border-color: var(--black);
    box-shadow: 0 0 0 4px color-mix(in srgb, var(--black), transparent 85%);
    outline: none;
}

.checkout .checkout-section .section-content .form-group .form-control::placeholder,
.checkout .checkout-section .section-content .form-group .form-select::placeholder {
    color: color-mix(in srgb, var(--black), transparent 60%);
    font-size: 0.9rem;
}

.checkout .checkout-section .section-content .form-group .form-control.is-invalid,
.checkout .checkout-section .section-content .form-group .form-select.is-invalid {
    border-color: #dc3545;
    background-image: none;
}

.checkout .checkout-section .section-content .form-group .form-control.is-invalid:focus,
.checkout .checkout-section .section-content .form-group .form-select.is-invalid:focus {
    box-shadow: 0 0 0 4px rgba(220, 53, 69, 0.15);
}

.checkout .checkout-section .section-content .form-group .form-select {
    background-position: right 16px center;
    padding-right: 40px;
}

.checkout .checkout-section .section-content .form-group .card-number-wrapper {
    position: relative;
}

.checkout .checkout-section .section-content .form-group .card-number-wrapper .card-icons {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    gap: 8px;
}

.checkout .checkout-section .section-content .form-group .card-number-wrapper .card-icons i {
    font-size: 1.2rem;
    color: color-mix(in srgb, var(--black), transparent 40%);
}

.checkout .checkout-section .section-content .form-group .card-number-wrapper input {
    padding-right: 80px;
}

.checkout .checkout-section .section-content .form-group .cvv-wrapper {
    position: relative;
}

.checkout .checkout-section .section-content .form-group .cvv-wrapper .cvv-hint {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: color-mix(in srgb, var(--black), transparent 40%);
    cursor: pointer;
    transition: color 0.2s ease;
}

.checkout .checkout-section .section-content .form-group .cvv-wrapper .cvv-hint:hover {
    color: var(--black);
}

.checkout .checkout-section .section-content .form-check {
    margin-bottom: 12px;
    padding-left: 1.8rem;
}

.checkout .checkout-section .section-content .form-check:last-child {
    margin-bottom: 0;
}

.checkout .checkout-section .section-content .form-check .form-check-input {
    width: 18px;
    height: 18px;
    margin-left: -1.8rem;
    margin-top: 0.2rem;
    border: 2px solid color-mix(in srgb, var(--black), transparent 70%);
    background-color: var(--white);
    cursor: pointer;
}

.checkout .checkout-section .section-content .form-check .form-check-input:checked {
    background-color: var(--black);
    border-color: var(--black);
}

.checkout .checkout-section .section-content .form-check .form-check-input:focus {
    border-color: var(--black);
    box-shadow: 0 0 0 3px color-mix(in srgb, var(--black), transparent 85%);
}

.checkout .checkout-section .section-content .form-check .form-check-label {
    font-size: 0.9rem;
    cursor: pointer;
}

.checkout .checkout-section .section-content .form-check .form-check-label a {
    color: var(--black);
    text-decoration: none;
    font-weight: 500;
}

.checkout .checkout-section .section-content .form-check .form-check-label a:hover {
    text-decoration: underline;
}

.checkout .checkout-section .section-content .form-check.terms-check {
    margin-top: 10px;
    margin-bottom: 20px;
}

.checkout .checkout-section .section-content .form-check.terms-check .form-check-label {
    font-size: 0.85rem;
}

.checkout .checkout-section .section-content .payment-options {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 24px;
}

.checkout .checkout-section .section-content .payment-options .payment-option {
    flex: 1;
    min-width: 120px;
    position: relative;
}

.checkout .checkout-section .section-content .payment-options .payment-option input[type=radio] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.checkout .checkout-section .section-content .payment-options .payment-option input[type=radio]:checked+label {
    border-color: var(--black);
    background-color: color-mix(in srgb, var(--black), transparent 95%);
}

.checkout .checkout-section .section-content .payment-options .payment-option input[type=radio]:checked+label .payment-icon {
    color: var(--black);
}

.checkout .checkout-section .section-content .payment-options .payment-option input[type=radio]:focus+label {
    box-shadow: 0 0 0 3px color-mix(in srgb, var(--black), transparent 85%);
}

.checkout .checkout-section .section-content .payment-options .payment-option label {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 16px;
    border: 2px solid color-mix(in srgb, var(--black), transparent 85%);
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.25s ease;
    text-align: center;
    height: 100%;
}

.checkout .checkout-section .section-content .payment-options .payment-option label:hover {
    border-color: color-mix(in srgb, var(--black), transparent 60%);
}

.checkout .checkout-section .section-content .payment-options .payment-option label .payment-icon {
    font-size: 1.8rem;
    margin-bottom: 8px;
    color: color-mix(in srgb, var(--black), transparent 30%);
    transition: color 0.25s ease;
}

.checkout .checkout-section .section-content .payment-options .payment-option label .payment-label {
    font-size: 0.9rem;
    font-weight: 500;
}

.checkout .checkout-section .section-content .payment-options .payment-option.active label {
    border-color: var(--black);
    background-color: color-mix(in srgb, var(--black), transparent 95%);
}

.checkout .checkout-section .section-content .payment-options .payment-option.active label .payment-icon {
    color: var(--black);
}

@media (max-width: 575.98px) {
    .checkout .checkout-section .section-content .payment-options .payment-option {
        min-width: 100%;
    }

    .checkout .checkout-section .section-content .payment-options .payment-option label {
        flex-direction: row;
        justify-content: flex-start;
        gap: 12px;
    }

    .checkout .checkout-section .section-content .payment-options .payment-option label .payment-icon {
        margin-bottom: 0;
    }
}

.checkout .checkout-section .section-content .payment-details {
    padding-top: 8px;
}

.checkout .checkout-section .section-content .payment-details.d-none {
    display: none;
}

.checkout .checkout-section .section-content .payment-details .payment-info {
    padding: 16px;
    background-color: color-mix(in srgb, var(--white), var(--white) 50%);
    border-radius: 12px;
    font-size: 0.9rem;
    margin-bottom: 0;
}

.checkout .checkout-section .section-content .success-message {
    padding: 16px;
    background-color: rgba(40, 167, 69, 0.1);
    border: 1px solid rgba(40, 167, 69, 0.2);
    border-radius: 12px;
    color: #28a745;
    font-weight: 500;
    margin-bottom: 20px;
    text-align: center;
}

.checkout .checkout-section .section-content .success-message.d-none {
    display: none;
}

.checkout .checkout-section .section-content .place-order-container .place-order-btn {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 24px;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 12px;
    background-color: var(--black);
    border: none;
    box-shadow: 0 4px 12px rgba(54, 144, 231, 0.2);
    transition: all 0.3s ease;
}

.checkout .checkout-section .section-content .place-order-container .place-order-btn:hover {
    background-color: color-mix(in srgb, var(--black), #000 10%);
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(54, 144, 231, 0.25);
}

.checkout .checkout-section .section-content .place-order-container .place-order-btn:active {
    transform: translateY(0);
    box-shadow: 0 2px 8px rgba(54, 144, 231, 0.2);
}

.checkout .checkout-section .section-content .place-order-container .place-order-btn .btn-price {
    background-color: rgba(255, 255, 255, 0.2);
    padding: 6px 12px;
    border-radius: 8px;
    font-weight: 700;
}

.checkout .order-summary {
    background-color: var(--white);
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
    position: sticky;
    top: 100px;
}

.checkout .order-summary .order-summary-header {
    padding: 20px 24px;
    border-bottom: 1px solid color-mix(in srgb, var(--black), transparent 90%);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.checkout .order-summary .order-summary-header h3 {
    margin: 0;
    font-size: 1.2rem;
    font-weight: 600;
}

.checkout .order-summary .order-summary-header .item-count {
    font-size: 0.9rem;
    color: color-mix(in srgb, var(--black), transparent 30%);
    background-color: color-mix(in srgb, var(--white), var(--white) 50%);
    padding: 4px 10px;
    border-radius: 20px;
}

.checkout .order-summary .order-summary-content {
    padding: 24px;
}

.checkout .order-summary .order-summary-content .order-items {
    margin-bottom: 24px;
}

.checkout .order-summary .order-summary-content .order-items .order-item {
    display: flex;
    gap: 16px;
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid color-mix(in srgb, var(--black), transparent 90%);
}

.checkout .order-summary .order-summary-content .order-items .order-item:last-child {
    margin-bottom: 0;
    border-bottom: none;
}

.checkout .order-summary .order-summary-content .order-items .order-item .order-item-image {
    width: 80px;
    height: 80px;
    border-radius: 12px;
    overflow: hidden;
    flex-shrink: 0;
    border: 1px solid color-mix(in srgb, var(--black), transparent 90%);
}

.checkout .order-summary .order-summary-content .order-items .order-item .order-item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.checkout .order-summary .order-summary-content .order-items .order-item .order-item-details {
    flex: 1;
}

.checkout .order-summary .order-summary-content .order-items .order-item .order-item-details h4 {
    font-size: 1rem;
    margin-bottom: 4px;
    font-weight: 600;
}

.checkout .order-summary .order-summary-content .order-items .order-item .order-item-details .order-item-variant {
    font-size: 0.85rem;
    color: color-mix(in srgb, var(--black), transparent 40%);
    margin-bottom: 8px;
}

.checkout .order-summary .order-summary-content .order-items .order-item .order-item-details .order-item-price {
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 500;
}

.checkout .order-summary .order-summary-content .order-items .order-item .order-item-details .order-item-price .quantity {
    color: color-mix(in srgb, var(--black), transparent 30%);
}

.checkout .order-summary .order-summary-content .order-items .order-item .order-item-details .order-item-price .price {
    color: var(--black);
}

.checkout .order-summary .order-summary-content .promo-code {
    margin-bottom: 24px;
}

.checkout .order-summary .order-summary-content .promo-code .input-group .form-control {
    border: 2px solid color-mix(in srgb, var(--black), transparent 85%);
    border-right: none;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    padding: 12px 16px;
    font-size: 0.95rem;
    transition: all 0.25s ease;
}

.checkout .order-summary .order-summary-content .promo-code .input-group .form-control:focus {
    border-color: var(--black);
    box-shadow: none;
    outline: none;
}

.checkout .order-summary .order-summary-content .promo-code .input-group .form-control::placeholder {
    color: color-mix(in srgb, var(--black), transparent 60%);
    font-size: 0.9rem;
}

.checkout .order-summary .order-summary-content .promo-code .input-group .btn {
    border: 2px solid color-mix(in srgb, var(--black), transparent 85%);
    border-left: none;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    padding: 0 16px;
    font-weight: 500;
    color: var(--black);
    background-color: var(--white);
    transition: all 0.25s ease;
}

.checkout .order-summary .order-summary-content .promo-code .input-group .btn:hover {
    background-color: var(--black);
    border-color: var(--black);
    color: var(--white);
}

.checkout .order-summary .order-summary-content .promo-code .input-group .btn:focus {
    box-shadow: none;
}

.checkout .order-summary .order-summary-content .order-totals {
    background-color: color-mix(in srgb, var(--white), var(--white) 30%);
    border-radius: 12px;
    padding: 16px;
    margin-bottom: 24px;
}

.checkout .order-summary .order-summary-content .order-totals>div {
    margin-bottom: 12px;
    font-size: 0.95rem;
}

.checkout .order-summary .order-summary-content .order-totals>div:last-child {
    margin-bottom: 0;
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px dashed color-mix(in srgb, var(--black), transparent 80%);
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--black);
}

.checkout .order-summary .order-summary-content .secure-checkout {
    text-align: center;
}

.checkout .order-summary .order-summary-content .secure-checkout .secure-checkout-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: var(--black);
    font-weight: 500;
    font-size: 0.9rem;
    margin-bottom: 12px;
}

.checkout .order-summary .order-summary-content .secure-checkout .secure-checkout-header i {
    color: #28a745;
    font-size: 1.1rem;
}

.checkout .order-summary .order-summary-content .secure-checkout .payment-icons {
    display: flex;
    justify-content: center;
    gap: 12px;
}

.checkout .order-summary .order-summary-content .secure-checkout .payment-icons i {
    font-size: 1.5rem;
    color: color-mix(in srgb, var(--black), transparent 40%);
}

@media (max-width: 991.98px) {
    .checkout .order-summary {
        position: relative;
        top: 0;
        margin-top: 2rem;
    }
}

.checkout .modal-content {
    border-radius: 16px;
    border: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.checkout .modal-content .modal-header {
    border-bottom-color: color-mix(in srgb, var(--black), transparent 90%);
}

.checkout .modal-content .modal-header .modal-title {
    font-weight: 600;
}

.checkout .modal-content .modal-footer {
    border-top-color: color-mix(in srgb, var(--black), transparent 90%);
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 767.98px) {
    .checkout .checkout-section .section-header h3 {
        font-size: 1.1rem;
    }

    .checkout .order-summary .order-summary-header h3 {
        font-size: 1.1rem;
    }
}

.checkout .swiper-wrapper {
    height: auto !important;
}



.wrapper {
    height: 160px;
    border: 1px solid;
    width: 504px;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    padding: 20px;
    background-color: #434343;
    border-radius: 10px;
}

.wrapper>h3 {
    text-transform: uppercase;
    text-shadow: 0px 0px 20px rgba(25, 25, 25, 0.8);
    color: #5bc0de;
    margin-bottom: 20px;
}

.wrapper>button {
    border: none;
    color: #424242;
    text-transform: uppercase;
    border-radius: 8px;
    outline: none;
}

.wrapper>button:focus,
.wrapper>button:active {
    outline: none;
}

/* modal css */
.video-dialog .embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    /* max-width: 100%; */
    width: 650px;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (min-width: 1200px) {
    .video-dialog {
        width: 60% !important;
    }
}

@media (max-width: 576px) {
    .video-dialog .embed-container {
        width: 100%;
    }
}

.video-dialog {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: table;
    width: 92%;
    margin: auto;
}

.video-dialog button.close {
    position: absolute;
    padding: 4px 5px;
    z-index: 2;
    opacity: 1;
    color: #fff;
    outline: 0;
    right: -14px;
    top: -14px;
    border-radius: 400px;
    background-color: #0b123a;
    outline: 0;
    cursor: crosshair;
}

.video-dialog .modal-content {
    display: table-cell;
    vertical-align: middle;
    height: auto;
    background-color: #ffffff94;
    border-radius: 20px;
    box-shadow: none;
    border: 1px solid rgba(0, 0, 0, 0);
}
/* bg section */
  .bgg_section {
  /* min-height: 100vh; */
  overflow: hidden;
}

/* Left side */
.bgg_left {
  background:
     linear-gradient(rgb(0 0 0 / 86%), rgb(0 0 0 / 85%)), url(/user/img/p-1.jpeg) center / cover no-repeat;
  padding: 60px;
}

.bg_contentt h1 {
  font-size: 3rem;
  line-height: 1.2;
}

.bg_contentt p {
  font-size: 1.1rem;
  opacity: 0.9;
}

/* Right image */
.bgg_right img {
  min-height: 50vh !important;
}

/* Responsive */
@media (max-width: 991px) {
  .bg_contentt h1 {
    font-size: 2.2rem;
  }

  .bgg_left {
    padding: 50px 30px;
  }
}
/*  */
/* product slider */


.product_ssccroll {
  display: flex;
  gap: 15px;
  overflow-x: auto;
  padding-bottom: 10px;

  /* scrollbar hide */
  scrollbar-width: none;      /* Firefox */
  -ms-overflow-style: none;   /* IE / Edge */
}

.product_ssccroll::-webkit-scrollbar {
  display: none;              /* Chrome / Safari */
}

.f_right{
    float: right;
}
.produ_ctard {
  min-width: 200px;
  border: 1px solid #e0e0e0;
  padding: 10px;
  background: #fff;
}

.produ_ctard img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.produ_ctard .title {
  font-size: 14px;
  margin: 8px 0;
}

.rating_r {
  font-size: 13px;
  color: #f0ad4e;
}

.pric_e {
  margin-top: 5px;
}

.disc_ount {
  color: #cc0c39;
  font-weight: bold;
  margin-right: 5px;
}

.fina_rice {
  font-size: 18px;
  font-weight: bold;
}

