*,
body {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
}

.font-dmserif {
    font-family: "Baloo 2", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
}

.font-thin {
    font-weight: 100;
}

.font-extralight {
    font-weight: 200;
}

.font-light {
    font-weight: 300;
}

.font-normal {
    font-weight: 400;
}

.font-medium {
    font-weight: 500;
}

.font-semibold {
    font-weight: 600;
}

.font-bold {
    font-weight: 700;
}

.font-extrabold {
    font-weight: 800;
}

.font-black {
    font-weight: 900;
}

.header-top-container {
    background-color: #e7f3f1;
    padding: 10px;
}

.header-top {
    max-width: 1600px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    margin: 0 auto;
}

.header-top p {
    color: #191919;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}

.header-top-left {
    display: flex;
    align-items: center;
    color: #191919;
    gap: 5px;
}

.header-top-left p {
    font-size: 12px;
    color: #191919;
    font-weight: 500;
}

.header-top-right {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
}

.header-top-right p,
.header-top-right a {
    font-size: 12px;
    color: #191919;
    font-weight: 500;
}

.header-top-right a:hover {
    text-decoration: underline;
}

.trust svg {
    height: 20px;
    margin-left: 5px;
    vertical-align: text-bottom;
}

.header-center {
    display: flex;
    align-items: center;
    gap: 5px;
}

.header-center p {
    font-weight: 500;
}

.header-middle {
    max-width: 1244px;
    margin: 1.14286rem auto 0;
    padding-bottom: 20px;
    align-items: center;
    justify-content: space-between;
}

.header-middle .icon-users, .header-middle .icon-cart {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #f3f4f6;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.header-middle .icon-users:hover, .header-middle .icon-cart:hover {
    color: #0052A6;
}

.search-holder {
    max-width: 550px;
}

.search-holder input {
    border-radius: 22px;
    width: 100%;
    height: 40px;
    background: #f3f4f6;
    border: unset;
    font-size: 14px;
    font-weight: 400;
    padding-left: 15px;
}

.search-holder .icon-search:before {
    color: #ff6b6b;
}

.header-bottom {
    border-top: 1px solid #e5e5e5;
    width: 100%;
    z-index: 2;
}

.header-bottom-inner {
    max-width: 1244px;
    margin: 0 auto;
    justify-content: center;
}

.header-bottom-inner .group a {
    font-size: 14px;
    font-weight: 600;
    color: #081f2c;
}

.right-\[15px\] {
    right: 15px
}

.top-\[50px\] {
    top: 50px
}

.max-w-\[900px\] {
    max-width: 900px
}

.max-h-\[315px\] {
    max-height: 315px
}

.sub-menu {
    left: 50%;
    transform: translateX(-50%);
}

.marquee-container {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
}

.marquee {
    display: inline-block;
    animation: scroll-left 30s linear infinite;
}

.marquee-container:hover .marquee {
    animation-play-state: paused;
}

@keyframes scroll-left {
    0% {
        transform: translateX(100%);
    }

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

.head-top-stand {
    display: flex;
    align-items: center;
    background-color: #f1f1f1;
    padding: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #000;
}

.head-top-stand a {
    font-weight: 700;
    color: #0753a2;
}

.stand_block {
    width: 33.33%;
    padding: 6px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.stand_block figure {
    max-width: 125px;
    height: 23px;
}

.stand_block p {
    font-size: 12px;
    font-weight: 600;
    color: #000;
    line-height: 100%;
}

.stand_block p span {
    display: block;
    font-weight: 400;
    font-size: 10px;
    margin-top: 5px;
}

.stand_block .fa-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid;
    border-radius: 50%;
    height: 34px;
    width: 34px
}

footer {
    background: #0d63e3;
    margin-top: 20px;
}

.footer_inner {
    padding: 0 15px;
}

.footer_innertop_holder {
    max-width: 1280px;
    margin: 0 auto;
    padding: 32px 90px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 50px;
}

.footer_block h3 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 25px;
    font-family: "Baloo 2", sans-serif;
    line-height: 100%;
    font-weight: 400;
}

.footer_block a,
.footer_block span {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 22px;
    text-decoration: none;
}

.footer_block ul li+li {
    margin-top: 10px;
}

.footer_top_btm {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    max-width: 1285px;
    margin: 0 auto;
    padding: 0 90px;
}

.footer_top_btm ul {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: flex-end;
}

.footer_top_btm ul svg {
    height: 52px;
    vertical-align: middle;
    width: 48px;
}

.footer_middle {
    padding: 0 20px;
}

.footer_middle_inner {
    border-top: 1px solid #54697c;
    border-bottom: 1px solid #54697c;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 0;
}

.icon {
    stroke: none;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.icon--youtube {
    fill: red;
}

.socialLinks {
    display: flex;
    align-items: center;
    gap: 15px;
}

.socialLinks-item span {
    display: block;
    font-weight: 600;
    font-size: 14px;
    color: #fff;
}

.socialLinks-item span+span {
    margin-top: 8px;
}

.footer_bottom {
    padding: 32px 0
}

.footer_bottom_inner {
    max-width: 1284px;
    padding: 0 90px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-extra-links ul {
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-extra-links ul li a {
    color: #fff;
    font-size: 14px;
}

.footer-copyright {
    font-size: 14px;
    max-width: 380px;
    color: #fff;
}

.footer-top-text {
    padding: 40px 20px;
}

.footer-top-text-inner {
    max-width: 1336px;
    margin: 0 auto;
}

.ft-top-box+.ft-top-box {
    margin-top: 35px;
}

.ft-top-box {
    text-align: left;
}

.ft-top-box h2 {
    font-family: "Baloo 2", sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #000;
    margin-bottom: 15px;
}

.ft-top-box p {
    font-size: 16px;
    font-weight: 400;
    color: #000;
}

.ft-top-box p a {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    text-decoration: underline;
}

.ft-top-box p+p {
    margin-top: 24px;
}

.testimonials {
    background-color: #0d63e3;
    padding: 40px 20px;
}

.testimonial-container {
    max-width: 750px;
    margin: 0 auto;
    text-align: center;
}

.testimonial-container h2 {
    font-family: "Baloo 2", sans-serif;
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
}

.white-btn {
    padding: 0 10px;
    height: 44px;
    line-height: 44px;
    background-color: #fff;
    min-width: 200px;
    font-size: 16px;
    margin-top: 30px;
    border-radius: 14px;
    color: #0753a2;
    cursor: pointer;
    display: inline-block;
}

.testimonial-container p {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}

.banner-carousel-medium {
    background-color: #e7f3f1;
    max-width: 100% !important;
    height: auto !important;
    padding-bottom: 50px;
}

.banner-carousel, .banner-carousel-image {
    max-width: 1400px;
}

.banner-carousel-medium .banner-carousel-image {
    max-width: 985px;
    margin: 0 auto;
    aspect-ratio: inherit;
    height: auto;
}

.banner-carousel .icon-arrow-left,
.banner-carousel .icon-arrow-right {
    display: none !important;
    background: rgba(255, 255, 255, .8);
    border: 1px solid #d2d2d2;
    opacity: 1;
    color: #0052A6;
    font-size: 19px;
}

.banner-carousel:hover .icon-arrow-left,
.banner-carousel:hover .icon-arrow-right {
    display: flex !important;
    background: rgba(255, 255, 255, .8);
    opacity: 0.7;
    color: #0052A6;
}

.category-carousel:hover .category-swipe-left,
.category-carousel:hover .category-swipe-right {
    display: flex !important;
    background: rgba(255, 255, 255, .8);
    opacity: 0.7;
    color: #0052A6;
}

.scrollbar-hide::-webkit-scrollbar {
    display: none;
}

.scrollbar-hide {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.background-round {
    background-color: #e7f3f1;
}

.category-carousel-round {
    background-color: #e7f3f1;
    padding-bottom: 65px;
}

.categories-swiper {
    gap: 30px;
}

.category-swipe-left, .category-swipe-right {
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    display: none !important;
    background: rgba(255, 255, 255, .8);
    border: 1px solid #d2d2d2;
    opacity: 1;
    color: #0052A6;
    font-size: 19px;
}

.category-card {
    width: 235px;
    height: 258px;
    flex: 0 0 auto;
    position: relative;
}

.category-carousel-round .category-card {
    height: auto;
    width: auto;
}

.category-card-link {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    text-decoration: none;
    transition: transform 0.3s;
    background-color: #f5f5f5;
}

.category-item-round {
    border-radius: 50%;
    overflow: hidden;
}

.category-carousel-round .category-item-round {
    border-radius: 50%;
    overflow: hidden;
    height: 185px;
    width: 185px;
    border: 5px solid #fff;
}

.category-card-img {
    width: 100%;
    height: 100%;
}

.category-card-label {
    position: absolute;
    bottom: 15px;
    left: 5%;
    right: 5%;
    background-color: #fff;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    border: 1px solid #bababa;
}

.category-carousel-round .category-card-label {
    position: static;
    background-color: transparent;
    border-radius: 0px;
    border: 0;
}

.category-card-label p {
    font-size: 12px;
    font-weight: 500;
}

.category-carousel-round .category-card-label p {
    font-size: 18px;
    font-weight: 700;
}

.category-slider-heading p {
    display: block;
    font-weight: 700;
    text-align: center;
    font-size: 36px;
    padding-top: 40px;
    padding-bottom: 30px;
    color: #081f2c;
    font-family: "Baloo 2", sans-serif;
}

.product-card-grid-image {
    padding: 10px;
    border: 1px solid #f3f4f6;
    background-color: #fff;
}

.product-card-grid-info {
    margin: 0;
    display: flex;
    flex-direction: column;
    max-width: 100%;
}

.product-card-grid-info> p,
.product-card-grid-info> p> a {
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    min-height: 75px;
    word-break: break-word;
}

.product-card-grid-price {
    font-size: 16px;
}

.top-collection-container {
    overflow: hidden;
}

.top-collection-header {
    text-align: center;
    font-size: 36px;
    color: #081f2c;
    padding: 50px 15px 0;
}

.top-collection-header p {
    max-width: 595px;
    margin-left: auto;
    margin-right: auto;
    font-family: "Baloo 2", sans-serif;
    font-weight: 700;
}

.top-collection-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
    margin-top: 40px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 90px;
    padding-left: 90px;
}

.top-collection-card {
    position: relative;
    background: #f9fafb;
    border-radius: 20px;
    width: 455px;
}

.top-collection-card img {
    max-width: 100%;
    transition: transform 300ms ease;
    width: 100%;
}

.products-carousel {
    margin-top: 50px;
}

.products-carousel-header {
    display: flex;
    align-items: flex-end;
    position: relative;
    justify-content: center;
    margin-bottom: 50px;
}

.products-carousel-title {
    font-family: "Baloo 2", sans-serif;
    font-weight: 700;
    font-size: 36px;
}

.products-carousel-all {
    margin-left: 15px;
    font-size: 16px;
    color: #5d93c8;
    font-weight: 700;
    font-family: "Baloo 2", sans-serif;
}

.products-carousel-controls {
    position: absolute;
    right: 0;
}

.primary-button {
    background-color: #0753a2;
    border: 0;
    font-weight: 600;
}

.Brands_box {
    width: 25%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.Brands_outer {
    max-width: 1000px;
    margin: 0 auto;
    padding: 44px 0 0;
}

.Brands_outer h2 {
    font-family: "Baloo 2", sans-serif;
    font-weight: 700;
    font-size: 36px;
    color: #081f2c;
    text-align: center;
}

.Brands_outer .Brands_inner {
    display: flex;
    justify-content: center;
    padding-top: 40px;
    gap: 40px;
}

.Brands_box h4 {
    text-align: center;
    font-size: 20px;
    margin-top: 32px;
}

@media screen and (max-width: 1440px) {
    .footer_innertop_holder {
        padding: 32px 90px;
    }

    .max-w-\[900px\] {
        max-width: 650px;
    }
}

@media screen and (max-width: 1199px) {
    .footer_innertop_holder {
        gap: 20px;
        padding: 32px 75px;
        grid-template-columns: repeat(2, 1fr);
    }

    .category-carousel-round .category-item-round {
        height: 177px;
        width: 177px;
    }
}

@media screen and (max-width: 991px) {
    .header-top-left,
    .header-top-right {
        display: none;
    }

    .header-top {
        justify-content: center;
    }

    .icon-camera {
        display: none;
    }

    .footer_block a,
    .footer_block span {
        font-size: 14px;
        line-height: 18px;
    }

    .footer_block ul li+li {
        margin-top: 5px;
    }

    .footer_bottom_inner {
        padding: 0 20px;
        flex-direction: column;
    }

    .footer-copyright {
        max-width: 100%;
        text-align: center;
    }

    .footer_bottom {
        padding: 20px 0;
    }

    .footer-extra-links ul {
        margin-top: 10px;
    }

    .footer_top_btm {
        justify-content: center;
        padding: 0 20px;
    }

    .footer_top_btm ul svg {
        height: 40px;
        width: 50px;
    }

    .banner-carousel-medium .banner-carousel-image {
        max-width: 500px;
    }

    .category-swipe-left {
        left: 15px;
    }

    .category-swipe-right {
        right: 15px;
    }

    .category-carousel-round .category-item-round {
        height: 160px;
        width: 160px;
    }

    .Brands_outer {
        padding: 44px 15px 0;
    }

    .Brands_outer .Brands_inner {
        gap: 30px;
    }
}

@media screen and (max-width:768px) {
    .category-slider-heading p {
        font-size: 25px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .products-carousel-header {
        align-items: center;
    }

    .products-carousel-title {
        font-size: 25px;
    }

    .category-carousel-round .category-item-round {
        height: 150px;
        width: 150px;
    }

    .category-carousel-round .category-card-label p {
        font-size: 16px;
    }

    .top-collection-header {
        font-size: 25px;
        padding: 40px 15px 0;
    }

    .top-collection-grid {
        gap: 30px;
        margin-top: 30px;
    }

    .Brands_outer .Brands_inner {
        gap: 30px;
        flex-wrap: wrap;
    }

    .Brands_box h4 {
        text-align: center;
        font-size: 24px;
        margin-top: 15px;
    }

    .Brands_outer h2 {
        font-size: 25px;
    }
}

@media screen and (max-width: 575px) {
    .footer_innertop_holder {
        padding: 32px 0;
        grid-template-columns: repeat(1, 1fr);
    }

    .socialLinks {
        gap: 10px;
    }

    .icon {
        width: 28px;
        height: 28px;
    }

    .socialLinks-item span {
        font-size: 12px;
    }

    .socialLinks-item span+span {
        margin-top: 4px;
    }

    .footer_block h3 {
        margin-bottom: 10px;
        font-weight: 700;
    }

    .footer_block ul li+li {
        margin-top: 0;
    }

    .footer_block ul {
        display: flex;
        align-items: center;
        column-gap: 15px;
        row-gap: 10px;
        flex-wrap: wrap;
    }

    .footer_top_btm ul {
        transform: scale(0.8);
    }

    .ft-top-box p+p {
        margin-top: 10px;
    }

    .ft-top-box p {
        font-size: 14px;
    }

    .ft-top-box+.ft-top-box {
        margin-top: 20px;
    }

    .ft-top-box h2 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .banner-carousel-medium .banner-carousel-image {
        max-width: 350px;
    }

    .category-slider-heading p {
        font-size: 22px;
    }

    .categories-swiper {
        gap: 15px;
    }

    .top-collection-grid {
        padding-right: 20px;
        padding-left: 20px;
    }
}

@media screen and (max-width: 480px) {
    .footer-extra-links ul {
        flex-wrap: wrap;
        justify-content: center;
    }

    .banner-carousel,
    .banner-carousel-image {
        height: 290px;
    }

    .category-card {
        width: 185px;
        height: 205px;
    }

    .category-carousel-round .category-item-round {
        height: 128px;
        width: 128px;
    }

    .max-lg\:px-8 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .Brands_box {
        width: 40%;
    }

    .Brands_box h4 {
        font-size: 16px;
    }
}

/*** modal start ***/
.subscribe-modal-body h2 {
    font-size: 30px;
    color: #0753a2;
}

.subscribe-modal-form .text-3xl {
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
}

.subscribe-modal-container {
    width: 1020px;
}

.subscribe-modal-image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.subscribe-modal-form .text-xs {
    font-size: 16px;
    line-height: 20px;
}

@media only screen and (max-width: 1024px) {
    .subscribe-modal-image {
        display: none;
    }

    .subscribe-modal-container {
        width: 550px;
    }
}

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

    .subscribe-modal-container {
        width: 95%;
    }
}

/*** modal end ***/

.in-stock {
    display: inline-flex;
    align-items: center;
    color: #16a34a;
    font-weight: 500;
}

.in-stock::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: 0 6px;
    vertical-align: middle;
    background: url('green_checkmark.png') no-repeat center / contain;
}

.short-description ul,
.long-description ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.short-description ul li,
.long-description ul li {
    position: relative;
    padding-left: 28px;
}

.short-description ul li::before,
.long-description ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 18px;
    height: 18px;
    background: url('circle_green_checkmark.png') no-repeat center / contain;
}

@media (max-width: 640px) {
    .short-description ul li::before,
    .long-description ul li::before {
        top: 3px;
        width: 14px;
        height: 14px;
    }
}

.best-price {
    background: url('diamond.png') no-repeat center left;
    background-size: 18px;
    padding-left: 26px;
}

@media (max-width: 640px) {
    .best-price {
        background-size: 14px;
    }
}