@import url('https://fonts.googleapis.com/css2?family=Hind+Siliguri:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anek+Bangla:wght@100..800&display=swap');

:root {
    --primary-color: #ED145B;
    --secondary-color: #00aef0;
    --bg-color: #FFFCD2;
    --bg-secondary-color: #F5F5F5;
    --bn-font: "Hind Siliguri", sans-serif;
    --an-font: 'Anek Bangla', sans-serif;
}

body {
    margin: 0;
    padding: 0;
    outline: 0;
    font-family: var(--bn-font);
}


ul, li, h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    padding: 0;
    outline: 0;
}

li {
    list-style: none;
    display: inline-block;
}

a:hover,
a:focus,
a {
    text-decoration: none;
    color: #000;
}

form input::placeholder {
    font-size: 15px;
    color: #888;
}

button:focus,
button {
    border: none !important;
    box-shadow: none !important;
}

input:focus {
    box-shadow: none !important;
}


/*=== Banner section start===*/
section.banner-section {
    background-color: var(--bg-color);
}

.banner_title {
    margin-top: 40px;
    margin-bottom: 30px;
}

.banner_title h2 {
    color: var(--primary-color);
    margin: 40px 0;
    text-align: center;
    font-size: 40px;
    font-weight: 900;
}

.banner_title h3 {
    font-size: 30px;
    text-align: center;
    font-weight: 700;
}

.banner-img {
    text-align: center;
}

.banner-img img {
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
}

/*=== Banner section end===*/


section.countdown-section {
    padding: 30px 0;
    background-color: var(--bg-color);
}

.countdown-content h2 {
    font-size: 50px;
    font-weight: 700;
}

div#countdown-wrapper {
    padding: 30px 0;
}

.timer-item {
    text-align: center;
    position: relative;
}

.pie {
    transform: rotate(-90deg);
}

.pie circle {
    fill: none;
    stroke-width: 23px;
}

.pie circle.progress {
    stroke-width: 20px;
}

.pie .bg {
    stroke: #000000;
}

.pie .progress {
    stroke: #007bff;
    transition: stroke-dashoffset 0.5s linear;
    stroke-dasharray: 408;
    /* 2 * 3.14 * 65 */
    stroke-dashoffset: 408;
}


.timer-item.days .progress {
    stroke: var(--primary-color);
}

.timer-item.hours .progress {
    stroke: var(--secondary-color);
}

.timer-item.seconds .progress {
    stroke: #28a745;
}

.timer-item.minutes .progress {
    stroke: #ffc107;
}


.value {
    font-size: 42px;
    font-weight: 700;
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 100%;
}

.label {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 400;
    position: absolute;
    top: 35px;
    width: 100%;
}


.coundown-bottom {
    text-align: center;
}

.coundown-bottom h3 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 15px;
}

a.order-btn {
    background-color: var(--primary-color);
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 5px;
    font-size: 32px;
    font-weight: 600;
}

a.order-btn svg {
    width: 35px;
    height: 35px;
}



.campaign-title {
    text-align: center;
    background-color: var(--primary-color);
    border: 1px solid;
    border-color: var(--secondary-color);
    border-radius: 10px;
    margin-bottom: 30px;
}

.campaign-title h4 {
    color: #fff;
    font-size: 60px;
    font-weight: 700;
    padding: 20px 0;
    line-height: 80px;
}


.campaign-description-content ul li {
    display: block;
    font-size: 26px;
    padding: 5px;
    padding-left: 50px;
    font-family: var(--an-font);
    position: relative;
    font-weight: 600;
}

.campaign-description-content ul li::before {
    content: '\f25a';
    color: var(--primary-color);
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    position: absolute;
    transform: rotate(90deg);
    left: 5px;
}


section.campaign-description-section {
    padding: 50px 0;
}

.campaign-review-images {
    margin-top: 40px;
}

.campaign-review-carousel .owl-item {
    border: 2px solid;
    border-color: #666;
    border-radius: 15px;
    overflow: hidden;
}


section.why-us-section {
    padding: 80px 0;
}

.why-us-content {
    background-image: radial-gradient(at top center, #009E1C 0%, #000000 81%);
    padding: 20px;
    border-radius: 15px;
    color: #fff;
    text-align: center;
    border: 3px solid;
    border-color: #fff45a;
}

.why-us-content h4 {
    font-size: 52px;
    font-weight: 800;
    line-height: 80px;
}

.why-us-content ul {
    text-align: center;
}

.why-us-content ul li {
    display: block;
    font-size: 26px;
    font-weight: 500;
    line-height: 42px;
    color: #FFFFFF;
}

.why-us-content ul li::before {
    content: '*';
}

.why-us-content p {
    font-size: 40px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 700;
    color: #fff45a;
}

/*=======campaign color cart=========*/
.form_sec {
    margin: 30px 0;
    background: #f3f4f6;
    padding: 30px 0;
    margin-bottom: 0;
}

.main__check_sec {
    border: 2px solid var(--primary-color);
    padding: 20px;
    border-radius: 5px;
}

.color__product__items {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

p.card__title {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 15px;
    margin-top: 20px;
}

.color_wise_pro_sec h6 {
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    display: block;
}

.product-card {
    display: flex;
    align-items: flex-start;
    background: #fff;
    border: 2px solid;
    border-color: #ddd;
    border-radius: 8px;
    padding: 15px;
    padding-left: 50px;
    gap: 15px;
    max-width: 600px;
    margin-bottom: 20px;
    position: relative;
}

.product-card.checked {
    border-color: #b9b9b9;
}

.product-check {
    margin-top: 5px;
    transform: scale(1.2);
    pointer-events: none;
}

.product-image {
    width: 80px;
    height: 100px;
    object-fit: cover;
    border-radius: 5px;
}

.product-details {
    flex: 1;
}

.product-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.product-qty-price {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
}

.pro__qty {
    min-width: 250px;
}

.qty-cart {
    width: 150px;
    display: flex;
    gap: 5px;
    align-items: center;
}

.qty-cart .quantity {
    position: relative;
    border: 2px solid #15204e;
    height: 30px;
    overflow: hidden;
    margin: 5px 0 5px;
    width: 100px;
    border-radius: 3px;
}

.quantity .minus {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9;
    height: 30px;
    line-height: 29px;
    width: 30px;
    border-right: 1px solid #ddd;
    text-align: center;
    font-size: 37px;
    cursor: pointer;
    background: #f2f2f2;
}

.quantity input {
    position: relative;
    text-align: center;
    font-size: 16px;
    height: 100%;
    width: 100%;
    pointer-events: none;
    font-weight: 500;
    border: 0;
}

.quantity .plus {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 9;
    height: 30px;
    line-height: 35px;
    width: 30px;
    border-left: 1px solid #ddd;
    text-align: center;
    font-size: 23px;
    cursor: pointer;
    background: #f2f2f2;
}

.product-price {
    font-weight: bold;
    width: 69%;
    margin: auto;
    margin-bottom: 8px;
}

.product-price {
    text-align: center;
}

.product-price .old-price {
    text-decoration: line-through;
    color: #999;
    margin-right: 5px;
    font-weight: normal;
}

.product-sizes {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.size-box.selecteded {
    background-color: #222;
    color: #fff;
    border-color: #222;
}

.size-box {
    padding: 4px 10px;
    border: 1px solid #999;
    border-radius: 4px;
    font-size: 14px;
    background-color: #fff;
    cursor: pointer;
    transition: all 0.2s ease;
}

p.shipping__header {
    font-weight: bold;
    font-size: 18px;
    padding-bottom: 3px;
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: center;
}

.customized-input-box {
    position: relative;
}

.customized-input-box input {
    padding-left: 50px;
}

.checkout-shipping label {
    font-weight: 600;
    margin-bottom: 10px;
}

.shipping-item-wrapper {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
    border: 1px solid #dee2e6;
    border-radius: 5px;
    background-color: #fff;
}

.area-itemss {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
    padding: 0px 11px;
    cursor: pointer;
}

.area-itemss {
    border-top: 1px solid #dee2e6;
}

.area-itemss:first-child {
    border-top: none;
}

.area-itemss input {
    width: 30px;
    height: 23px;
}

.customized-input-box .input-icon-label {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #e5e5e5;
    height: 38px;
    border-radius: 5px 0 0 5px;
    width: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid;
    border-color: #ccc;
}

.area-itemss label {
    padding-top: 9px;
    font-size: 17px;
    color: #6e6e6e;
    font-family: var(--an-font);
    font-weight: 500;
}

.items__header {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    font-weight: 600;
    border-bottom: 2px dashed #ddd;
    margin-bottom: 7px;
    padding-bottom: 3px;
}

.main__items {
    display: grid;
    grid-template-columns: 17% 63% 20%;
    padding: 10px 0;
    margin-bottom: 5px;
    border-radius: 3px;
    border-top: 2px solid;
    border-color: #ddd;
}

.card__items__header {
    border-bottom: 2px solid;
    border-color: #ddd;
}

.cartlist img {
    height: 85px;
    width: 100%;
}

.main__items_data {
    margin-left: 10px;
}

.pro___name p {
    font-weight: 600;
}

.pro___size__colors p {
    font-size: 16px;
    font-weight: 600;
    color: #8b8686;
    line-height: 15px;
}

.main__items_prices {
    display: grid;
    text-align: right;
    font-weight: 600;
}

p.price__item {
    font-weight: 900;
}

p.item__delete a {
    text-decoration: underline;
    cursor: pointer;
}

.items__headers {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    padding-bottom: 5px;
    border-bottom: 2px solid #ddd;
    font-weight: 600;
}

.items__header_lefts p {
    font-weight: 600;
}

.items__charges {
    display: flex;
    justify-content: space-between;
    padding: 5px 0;
    border-bottom: 2px solid #ddd;
    margin-bottom: 7px;
    font-weight: 600;
    height: 36px;
}

.items__total {
    display: flex;
    justify-content: space-between;
    font-weight: 600;
    margin-bottom: 10px;
}

.pament__note {
    background: #e5e7eb;
    padding: 12px;
    border-radius: 5px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 4px;
}

.coupon_sec {
    display: flex;
}

p#coupon_btn {
    color: white;
    background: #ef5525;
    font-size: 16px;
    padding: 0 7px;
    line-height: 35px;
    margin-left: -5px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

.order_places {
    background: var(--primary-color);
    display: block;
    width: 100%;
    padding: 10px 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    margin-top: 15px;
    transition: 0.35s all;
    font-family: var(--bn-font);
    border-radius: 5px;
}

/* Hide original checkbox */
.circle-check input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.circle-check .checkmark {
    width: 28px;
    height: 28px;
    border: 2px solid #007bff;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: transparent;
    transition: all 0.25s ease;
    position: absolute;
    top: 40%;
    left: 10px;
}

/* When checked, show the ✓ centered */
.circle-check input:checked+.checkmark {
    background-color: #007bff;
    color: #fff;
    /* checkmark visible */
    border-color: #007bff;
}

.circle-check input:checked+.checkmark::after {
    content: "✓";
}


.order_notice {
    background-color: var(--primary-color);
    padding: 15px;
    border-radius: 8px;
    text-align: center;
}

.order_notice h2 {
    color: #fff;
}


.banner-image-wrapper {
    display: flex;
    align-items: center;
    column-gap: 30px;
}

.banner-image-wrapper a.order-btn {
    width: max-content;
    font-size: 20px;
    font-weight: 600;
    white-space: nowrap;
}

.banner-image-wrapper a.order-btn svg {
    width: 20px;
    height: 20px;
}

section.youtube-video-section {
    padding: 40px 0;
    padding-bottom: 0;
}

.video-wrapper iframe {
    height: 450px;
}


@media only screen and (min-width:320px) and (max-width:761px) {
    .banner_title h3 {
        font-size: 23px;
    }

    .banner-image-wrapper {
        flex-direction: column;
    }

    .banner-image-wrapper a {
        display: none;
    }

    .countdown-content h2 {
        font-size: 28px;
    }

    div#countdown-wrapper {
        flex-wrap: wrap;
    }

    .coundown-bottom h3 {
        font-size: 16px;
    }

    .video-wrapper iframe {
        height: 200px;
    }

    .campaign-title h4 {
        font-size: 30px;
        padding: 10px;
        line-height: 50px;
    }

    .campaign-description-content ul li {
        font-size: 18px;
    }

    .campaign-title {
        margin-bottom: 0;
    }

    .campaign-review-images {
        margin-top: 20px;
    }

    .why-us-content h4 {
        font-size: 32px;
        font-weight: 800;
        line-height: 45px;
    }

    .why-us-content ul li {
        font-size: 18px;
        line-height: 28px;
    }

    .why-us-content p {
        font-size: 21px;
    }

    section.why-us-section a.order-btn {
        font-size: 28px;
    }

    .order_notice h2 {
        color: #fff;
        font-size: 28px;
    }

    .color__product__items {
        grid-template-columns: 1fr;
    }

    .product-card {
        flex-wrap: wrap;
    }

    .qty-cart .quantity {
        flex: 0 0 100px;
    }

    .pro__qty {
        min-width: 250px;
    }

    .pro__qty {
        min-width: auto;
    }

    .product-card {
        padding-left: 35px;
    }

    .circle-check .checkmark {
        left: 10px;
        width: 20px;
        height: 20px;
    }

    .circle-check input:checked+.checkmark::after {
        content: "✓";
        font-size: 10px;
    }
}
