body {
    font-family: "Open Sans", sans-serif;
    color: #a2a2a2;
    font-weight: 400;
    line-height: 1;
    font-size: 17px;
    overflow-x: hidden;
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-os-font-smoothing: grayscale;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    outline: none;
    list-style: none;
    text-decoration: none;
    font-family: "Poppins", sans-serif;
}

a {
    text-decoration: none;
}

::-moz-selection {
    background: rgba(166, 175, 189, 0.3);
}

::selection {
    background: rgba(166, 175, 189, 0.3);
}

::-webkit-scrollbar {
    width: 2px;
}

::-webkit-scrollbar-track {
    background: #e8e8e8;
}

::-webkit-scrollbar-thumb:hover {
    background: #fb5496;
}

::-webkit-scrollbar-thumb {
    background-image: -webkit-linear-gradient(45deg, #ffbd84, #ff1f8e);
    background-image: -o-linear-gradient(45deg, #ffbd84, #ff1f8e);
    background-image: linear-gradient(45deg, #ffbd84, #ff1f8e);
}

.form-control {
    width: 100%;
    height: 50px;
    padding: 0 15px;
    margin: 0 0 15px 0;
    font-size: 16px;
    outline: none;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 2px solid #404040;
    color: #b4b4b4;
    background: #101010;
}

.form-group {
    margin-bottom: 16px;
}

.common-form-control {
    border: 1px solid #e4e4e4;
    font-size: 14px;
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    height: 40px;
    letter-spacing: 0.5px;
}

.common-form-control:focus {
    border-color: #ff6389;
}

.common-form-control::placeholder {
    color: #999999;
}

.common-form-label {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #000;
}

::placeholder {
    color: #b4b4b4;
}

.form-control::placeholder {
    color: #ffffff;
}

.btn {
    font-size: 16px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    padding: 0 32px;
    line-height: 52px;
    text-align: center;
    outline: none;
    color: #fff;
    background-color: #ff1f8e;
    border: none;
    border-radius: 100px;
    display: block;
    width: 100%;
    position: relative;
    box-shadow: 0 10px 15px 0 rgba(233, 30, 99, 0.15);
    max-width: 360px;
    margin: 10px auto 20px;
    cursor: pointer;
    overflow: hidden;
}

.btn-primary {
    background: linear-gradient(to right, #ffbd84 0%, #ff1f8e 100%);
    box-shadow: 0 10px 15px 0 rgba(175, 0, 87, 0.2);
}

.btn-primary:after {
    content: '';
    position: absolute;
    bottom: -55px;
    right: -20px;
    width: 70px;
    height: 100px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.2);
    transition: all 0.2s linear;
}

.btn-primary:hover:after {
    transform: scale(2);
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    padding: 0 16px;
}

/*Header Css*/
.top-navigation {
    background-color: #101010;
    padding: 16px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
}

.navigation-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo {
    width: 100%;
    max-width: 200px;
    height: auto;
}

.navigation-list {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: calc(100% - 200px);
    padding: 0 0 0 16px;
    margin: 0;
    list-style-type: none;
}

.header-burger-menu-button {
    background-color: #fff;
    width: 32px;
    height: 24px;
    position: relative;
    cursor: pointer;
    display: none;
}

.header-burger-menu-button:after {
    top: 3px;
}

.header-burger-menu-button:after, .header-burger-menu-button:before {
    content: "";
    width: 100%;
    height: 7.5px;
    background-color: #000;
    position: absolute;
    left: 0;
}

.header-burger-menu-button:before {
    bottom: 3px;
}

.navigation-list .item-link {
    text-decoration: none;
    color: #e6e6e6;
    padding: 12px 8px;
    margin: 0 8px;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}

.navigation-list .list-item .sub-menu-list {
    display: none;
    margin: 32px 0 0;
    padding: 16px 0 8px;
    background-color: #202020;
    list-style-type: none;
    position: absolute;
    top: 0;
    right: 0;
    transition: all 0.2s linear;
    z-index: 1;
}

.navigation-list .list-item .sub-menu-list .list-item .item-link {
    display: block;
    width: 100%;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-size: 15px;
    color: #a2a2a2;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    padding: 10px 15px;
    margin: 0;
}

.navigation-list .list-item .sub-menu-list .list-item .item-link.select-currency-nav {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 120px;
}

.navigation-list .list-item:hover .sub-menu-list {
    display: block;
}

.navigation-list .list-item {
    position: relative;
}

.logo .logo-image {
    width: 100%;
    height: auto;
}

.navigation-list .item-link.login-cart-btn {
    width: 50px;
    height: 50px;
    background-image: linear-gradient(90deg, #ffc49d, #e34992);
    border-radius: 50%;
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.navigation-list.mobile-active {
    display: block;
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    background-color: #e60072;
    padding: 0;
}

.navigation-list.mobile-active .list-item {
    width: 100%;
}

.navigation-list.mobile-active .item-link {
    padding: 10px 16px;
    margin: 0;
    display: flex;
}

.navigation-list.mobile-active .item-link:hover {
    background-color: #fff;
    color: #e60072;
}

.navigation-list.mobile-active .item-link.login-cart-btn {
    margin: 10px 16px;
}

.login-cart-btn .card-counter {
    position: absolute;
    right: -2px;
    top: -2px;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-color: #fff;
    border-radius: 50%;
    color: #101010;
    box-shadow: 0 0 4px 1px #fff;
    line-height: 20px;
    text-align: center;
    font-size: 14px;
}

/*Header Css End*/
/*Footer Css*/
.footer-section {
    background-color: #171717;
}

.footer-section-list {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 90px 0 70px;
}

.footer-about-section {
    width: calc(34% - 16px);
}

.footer-company-section, .footer-quick-links-section, .footer-quick-support-section {
    width: calc(22% - 16px);
}

.footer-about-section-title {
    font-size: 40px;
    line-height: 52px;
    font-weight: 600;
    color: #fff;
    font-family: "Poppins", sans-serif;
}

.footer-about-section-description {
    color: #fff;
    font-size: 17px;
    line-height: 28px;
    margin-top: 10px;
}

.footer-about-section-social-links {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.footer-about-section-social-links a {
    color: #fff;
    padding: 0 15px 0 0;
    font-size: 24px;
}

.footer-company-section-title, .footer-quick-support-section-title, .footer-quick-links-section-title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    color: #fff;
    font-family: "Poppins", sans-serif;
    margin-bottom: 30px;
}

.footer-company-contact {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding-bottom: 15px;
}

.footer-email-title {
    font-weight: 600;
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    line-height: 25px;
    color: #fff;
}

.footer-company-contact .fab {
    font-size: 21px;
    color: #a2a2a2;
}

.footer-email-add {
    font-weight: 400;
    font-size: 15px;
    font-family: "Open Sans", sans-serif;
    color: #a2a2a2;
    text-decoration: none;
    transition: all 0.2s linear;
}

.footer-email-add:hover {
    color: #ffffff;
}

.footer-quick-link-list {
    list-style-type: none;
}

.footer-quick-link {
    color: #a2a2a2;
    text-decoration: none;
    display: block;
    padding: 3px 0;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 24px;
    transition: all 0.2s linear;
}

.footer-quick-link:hover {
    color: #ffffff;
}

.footer-quick-support-qr {
    display: flex;
    align-items: flex-start;
    gap: 5px;
    margin-bottom: 30px;
}

.footer-quick-support-country {
    width: 90px;
    text-align: center;
}

.footer-qr-image {
    width: 90px;
    height: 90px;
    object-fit: contain;
    background-color: #fff;
    border-radius: 4px;
}

.footer-qr-country-name {
    font-size: 17px;
    line-height: 28px;
    color: #fff;
    font-weight: 400;
}

.footer-accepted-payments {
    display: flex;
    align-items: center;
    gap: 5px;
}

.footer-accepted-payments-logo {
    width: 110px;
}

.footer-accepted-payments-image {
    width: 100%;
    height: auto;
}

.copyright-privacy-links-section {
    border-top: 1px solid rgba(237, 237, 237, 0.05);
    padding: 35px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.copyright-text {
    font-size: 17px;
    line-height: 28px;
    color: #fff;
}

.terms-and-privacy-links {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 16px;
    list-style: none;
}

.terms-and-privacy-link {
    color: #a2a2a2;
    text-decoration: none;
    margin-left: 15px;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    transition: all 0.2s linear;
}

.terms-and-privacy-link:hover {
    color: #ffffff;
}

/*Footer Css End*/
.center-section {
    background-color: #101010;
    padding: 80px 0;
}

/*Register page Css*/
.contact-us-section-right {
    box-shadow: 0 0 6px #cccccc;
    padding: 24px;
    border-radius: 8px;
}

.register-page .create-account-form-title {
    color: #e6e6e6;
    margin-bottom: 30px;
    font-size: 22px;
    text-align: center;
}

.register-page .terms-text {
    margin: auto;
    text-align: center;
    font-size: 14px;
    line-height: 1.7;
    font-weight: 500;
}

.register-page .spam-privacy-text, .contact-us-section-right .spam-privacy-text {
    font-size: 13px;
    width: 100%;
    text-align: center;
    margin: 10px 0 0 0;
    font-weight: 400;
}

.register-page .interested-title, .contact-us-section-left .interested-title {
    color: #e6e6e6;
    font-size: 40px;
    line-height: 52px;
}

.register-page .talk-and-started, .contact-us-section-left .talk-and-started {
    font-size: 17px;
    margin-top: 10px;
    margin-bottom: 30px;
    text-transform: uppercase;
    line-height: 28px;
}

.register-page .send-us-email-link, .contact-us-section-left .send-us-email-link {
    border-radius: 8px;
    background: #ffdbdb;
    border: 1px solid rgb(255 195 195);
    padding: 20px;
    display: flex;
    margin-top: 30px;
    align-items: center;
    text-decoration: none;
    font-size: 14px;
    color: #050748;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2.2px;
}

.contact-us-section-left .send-us-email-link .email {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: calc(100% - 20px);
}

.register-page .send-us-email-link img, .register-page .send-us-email-link .fas, .contact-us-section-left .send-us-email-link img, .contact-us-section-left .send-us-email-link .fas {
    text-align: center;
    font-size: 25px;
    margin: 0 20px 0 0;
    color: #050748;
    border-right: 1px solid #ffa7a7;
    padding: 0 20px 0 0;
}

.register-page .join-our-company-title, .contact-us-section-left .join-our-company-title {
    margin: 60px 0 0;
    font-size: 22px;
    line-height: 32px;
    color: #e6e6e6;
}

.register-page .perks-list, .contact-us-section-left .perks-list {
    line-height: 32px;
    list-style-type: circle;
    color: #fff;
}

.register-page .company-perks, .contact-us-section-left .company-perks {
    padding: 0 0 0 20px;
    text-align: left;
    margin: 10px 0 0;
}

/*Register page Css End*/
/*Login Page Css*/
.login-page .login-page-section {
    width: 100%;
    height: 100vh;
    position: relative;
    font-family: 'Open Sans', sans-serif;
    background: #29303E;
    overflow: auto;
    padding: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-page .login-box-wrapper {
    width: 420px;
    border-radius: 12px;
    background-color: #fff;
    padding: 32px 24px;
    margin: auto;
}

.login-page .login-page-back-btn {
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #ff678a;
    text-decoration: none;
    margin-bottom: 16px;
}

.login-page .login-logo .logo-image {
    width: 100%;
    max-width: 200px;
    margin: 0 auto 16px;
    display: block;
}

.login-page .login-page-title {
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    color: #000;
    font-weight: 600;
    margin: 20px 0 30px 0;
    text-align: center;
}

.login-page .login-form-control {
    border: 0;
    border-bottom: 2px solid #e6e6e6;
    width: 100%;
    margin-bottom: 16px;
    padding: 8px;
    font-size: 16px;
}

.login-page .forget-password-link {
    font-size: 16px;
    color: #000;
    margin: 11px 0 0;
    text-decoration: none;
    text-align: center;
    display: block;
}

.login-page .forget-password-link:hover {
    color: #ff678a;
}

.login-page .login-register-btn-border {
    margin: 36px 0;
}

.login-page .new-user {
    text-align: center;
}

.login-page .new-user span {
    font-size: 16px;
    color: #000;
}

.login-page .new-user a {
    text-decoration: none;
    color: #ff678a;
}

.login-page .new-user-link:hover {
    color: #ff678a;
}

/*Login Page Css End*/
/*Cart Blank css*/
.cart-blank-box {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 300px;
    color: #fff;
    flex-wrap: wrap;
}

.cart-blank-text {
    font-size: 1.2rem;
    padding-right: 10px;
}

.cart-blank-btn {
    padding: 10px 35px;
    background-image: linear-gradient(90deg, #ffc49d, #e34992);
    border: none;
    border-radius: 25px;
    color: #fff;
    cursor: pointer;
    font-size: 1.2rem;
}

/*Cart Blank css end*/
/*Checkout Menu css*/
.checkout-menu-list {
    text-align: center;
    margin-bottom: 64px;
}

.checkout-menu-item {
    font-weight: 700;
    color: #fff;
    font-size: 20px;
    margin: 4px 0;
}

.checkout-menu-checklogo, .checkout-menu-text {
    color: #ff1f8e;
}

/*Checkout Menu css End*/
/*Cart Item css*/
.cart-item-table {
    padding: 64px 0;
}

.cart-item-table .custom-table {
    border: 1px solid #242424;
    border-radius: 16px;
    width: 100%;
    display: block;
    background-color: #181818;
}

.cart-item-table {
    background-color: #151515;
}

.custom-table th {
    color: #fff;
}

.custom-table th, .custom-table td {
    padding: 20px;
    border-bottom: 1px solid #242424;
    line-height: 22px;
    font-size: 16px;
    color: #e6e6e6;
}

.cart-item-table .cart-price-total-box {
    border: 1px solid #242424;
    border-radius: 8px;
    padding: 20px;
    color: #fff;
    margin-top: 50px;
    background: #181818;
}

.cart-price-total-box .total-box-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 24px;
}

.cart-item-action-btn .delete-btn-link {
    color: #ff0000;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
}

.cart-item-action-btn .delete-btn-link:hover {
    text-decoration: underline;
}

.cart-item-quantity {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
}

.cart-item-quantity-increment-decrement {
    width: 32px;
    height: 32px;
    color: #fff;
    border-radius: 50%;
    border: 0;
    background-color: #ff498b;
    font-size: 28px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart-item-quantity-numbers {
    background-color: #e9ecef;
    padding: 10px 10px;
    width: 72px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.cart-price-total-box {
    padding: 20px;
    background-color: #181818;
    border: 1px solid #242424;
    color: #e6e6e6;
    border-radius: 16px;
}

.st-tt-box .subtotal, .st-tt-box .total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #242424;
    padding: 10px;
}

.st-tt-box .subtotal .subtotal-title, .st-tt-box .total .total-title {
    font-weight: 700;
}

.cart-price-total-box .price-checkout-btn button {
    color: #fff;
    padding: 10px 50px;
    margin-top: 20px;
    border: none;
    border-radius: 100px;
    background: linear-gradient(to right, #ffbd84 0%, #ff1f8e 100%);
    box-shadow: 0 10px 15px 0 rgba(175, 0, 87, 0.2);
    cursor: pointer;
    font-size: 1rem;
    transition: all 0.2s linear;
}

.cart-price-total-box .price-checkout-btn button:hover {
    background: linear-gradient(to left, #ffbd84 0%, #ff1f8e 100%);
    box-shadow: none;
}

/*Cart Item css end*/
/*Cart Complete Payment Css*/
.shipping-details {
    margin-top: 50px;
    display: flex;
    align-items: flex-start;
    justify-content: space-evenly;
}

.shipping-detail {
    color: #fff;
}

.shipping-detail .shipping-detail-title, .shipping-address-ch .shipping-address-ch-title {
    font-size: 18px;
    font-weight: 700;
    color: #ff1f8e;
}

.shipping-address-ch-title {
    width: 100px;
    text-align: left;
}

.shipping-detail .shipping-address-ch {
    display: flex;
    align-items: center;
    gap: 16px;
    justify-content: space-between;
    margin: 20px 0;
    padding: 20px 32px;
    border-radius: 8px;
    background-color: #181818;
    border: 1px solid #242424;
}

.shipping-address-ch .shipping-address-ch-text {
    width: calc(100% - 100px - 80px);
    line-height: 22px;
}

.shipping-address-edit {
    text-align: right;
    width: 80px;
}

.coupon-code-box, .payment-method-box {
    margin-bottom: 32px;
}

.shipping-detail .coupon-code-box .coupon-code-box-title {
    margin: 32px 0 16px;
    font-size: 20px;
    font-weight: 600;
}

.coupon-code-box .coupon-code-box-input input {
    padding: 8px;
    background-color: #202020;
    border: 1px solid #202020;
    border-radius: 8px;
    color: #fff;
    margin-right: 8px;
}

.coupon-code-box .coupon-code-box-input button {
    padding: 10px 35px;
    background-image: linear-gradient(90deg, #ffc49d, #e34992);
    border: none;
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
}

.shipping-detail .payment-method-box-title {
    font-size: 1.2rem;
    color: #ff1f8e;
    font-weight: 700;
    margin: 0 0 16px;
}

.payment-method-box .payment-choose-box {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 32px 10px;
    gap: 20px;
    border-bottom: 1px solid #2b1e38;
}

.payment-method-box .payment-choose-box:last-child {
    border: 0;
}

.payment-choose-box .payment-choose-text {
    width: calc(100% - 24px - 64px);
}

.payment-choose-text .payment-choose-title {
    color: #e6e6e6;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 4px;
}

.payment-choose-box .payment-choose-card {
    font-size: 48px;
    width: 64px;
}

.payment-method-box-notice {
    font-size: 17px;
    line-height: 28px;
}

.payment-types-list {
    background-color: #181818;
    border: 1px solid #242424;
    padding: 20px;
    border-radius: 8px;
    margin-top: 8px;
}

.payment-choose-btn {
    width: 24px;
}

.payment-choose-notice {
    line-height: 22px;
    font-size: 15px;
    color: #fff;
}

.payment-btn {
    margin: 30px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.payment-btn .back-to-shipping-btn {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}

.payment-btn .complete-payment-btn button {
    color: #fff;
    padding: 16px 35px;
    border: none;
    border-radius: 100px;
    background: linear-gradient(to right, #ffc49d, #e34992 100%);
    box-shadow: 0 10px 15px 0 rgba(175, 0, 87, 0.2);
    cursor: pointer;
}

/*shipping details css END*/
/*cart item css*/
.cart-item-list {
    color: #fff;
    background-color: #181818;
    border: 1px solid #242424;
    border-radius: 8px;
    padding: 20px;
}

.cart-item-list .cart-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding-bottom: 20px;
}

.cart-item-img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    background-color: #fff;
    border-radius: 4px;
}

.cart-item-list .cart-item .cart-item-text {
    width: calc(100% - 80px - 80px);
    font-weight: 600;
    line-height: 22px;
}

.cart-item .price-total-box {
    border: 1px solid #919191;
    border-radius: 8px;
    margin: 35px 40px 15px 40px;
}

.price-total-box .subtotal {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    overflow-x: auto;
    border-bottom: 1px solid #242424;
    color: #e6e6e6;
}

.price-total-box {
    border: 1px solid #242424;
}

.price-total-box .total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    overflow-x: auto;
}

.price-total-box .subtotal-title, .price-total-box .total-title {
    font-weight: 700;
}

/*Cart Complete Payment Css End*/
/*Shipping Address css*/
.form-container ::placeholder {
    color: #e6e6e6;
}

.form-container .contact-information-title, .shipping-address-title {
    color: #ff1f8e;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px;
}

.form-container .contact-information-text, .cart-policy-text {
    color: #ff1f8e;
    margin: 4px 0;
    font-size: 14px;
}

/*Shipping Address css end*/
/*Blog Page css*/
.page-title-section .page-main-title {
    color: #e6e6e6;
    font-size: 45px;
    line-height: 56px;
    margin: 0;
    text-align: center;
    padding: 80px 16px;
}

.blogs-section, .contact-us-section, .review-section {
    background-color: #151515;
    padding: 100px 0;
}

.blog-list-card-image {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 8px 8px 0 0;
}

.blog-list-card-description-wrapper {
    border: 1px solid #ececec;
    border-top: 0;
    padding: 45px 25px 25px;
    position: relative;
    border-radius: 0 0 8px 8px;
    height: 230px;
}

.blog-list-card-description-wrapper a {
    text-decoration: none;
}

.blog-list-card {
    position: relative;
    margin-bottom: 24px;
}

.blog-list-card-category-name-upload-date {
    border-radius: 100px;
    padding: 10px 15px;
    font-size: 14px;
    width: calc(90% - 26px);
    margin: auto;
    position: absolute;
    top: 203px;
    right: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    gap: 16px;
    background-image: linear-gradient(45deg, #ff0048 0%, #ff3870 50%, #c300c3 100%);
    color: #fff;
    z-index: 1;
}

.blog-list-card-title {
    font-size: 22px;
    line-height: 32px;
    color: #fff;
    font-weight: 600;
    margin: 0 0 8px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.blog-list-card-description {
    font-size: 17px;
    line-height: 28px;
    color: #e6e6e6;
    margin: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* number of lines to show */
    -webkit-box-orient: vertical;
}

/*Blog Page css End*/
/*Review Page css*/
.review-list-card {
    position: relative;
    margin: 50px 0 80px;
    height: calc(100% - 80px);
    background: #181818;
    border: 1px solid #252525;
    padding: 50px 24px 24px;
    border-radius: 8px;
    box-shadow: 0 0 3px #efbd84 !important;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.review-list-card-image {
    position: absolute;
    top: -60px;
    left: 0;
    right: 0;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: auto;
}

.review-list-card-submit-time {
    color: #a2a2a2;
    margin-bottom: 8px;
    font-weight: 500;
}

.review-list-card-description {
    color: #fff;
    font-size: 17px;
    line-height: 28px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.review-list-card-user-detail {
    text-align: center;
}

.review-list-card-user-name {
    color: #e6e6e6;
    font-weight: 600;
    padding: 5px 0 0 0;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 4px;
}

.review-list-card-user-position {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 8px;
}

/*Review Page css End*/
/*Return Policy, Terms Policy, Privacy Policy, Disclaimer Page*/
.policy-description, .policy-description-white {
    margin-bottom: 10px;
    font-size: 17px;
    line-height: 28px;
    color: #a2a2a2;
}

.policy-third-layer-title {
    font-size: 17px;
    line-height: 28px;
    font-weight: bolder;
    color: #a2a2a2;
}

.policy-first-level-title {
    color: #e6e6e6;
    margin-bottom: 10px;
    margin-top: 30px;
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
    text-transform: uppercase;
}

.policy-circle-list {
    padding: 0 0 0 20px;
    margin-top: 10px;
    color: #fff;
    font-size: 17px;
}

.policy-circle-list li {
    list-style-type: circle;
    line-height: 32px;
}

.policy-second-level-title {
    color: #e6e6e6;
    font-size: 22px;
    line-height: 32px;
    margin: 10px 0;
}

.policy-description-white, .policy-description-white .policy-third-layer-title {
    color: #ffffff;
    list-style: decimal;
}

.policy-description-tabs-link a, .policy-description-white a, .policy-description a {
    color: #0d6efd;
    text-decoration: none;
}

.policy-description-tabs-link .policy-description {
    margin: 0;
}

/*Return Policy, Terms Policy, Privacy Policy, Disclaimer Page End*/
/*Card List Page*/
.metal-business-card {
    overflow: hidden;
    background-color: #191919;
    border: 1px solid #191919;
    border-radius: 8px;
    box-shadow: 0 3.4px 2.7px -30px rgba(0, 0, 0, 0.059), 0 8.2px 8.9px -30px rgba(0, 0, 0, 0.071), 0 25px 40px -30px rgba(0, 0, 0, 0.2);
    margin-bottom: 24px;
    height: calc(100% - 24px);
    position: relative;
}

.disabled .metal-business-card {
    pointer-events: none;
}

.disabled .metal-business-card .metal-business-add-to-card-btn {
    display: none;
}

.disabled .metal-business-card:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffffba;
    opacity: 0.6;
    pointer-events: none;
    cursor: default;
    z-index: 1;
}

.metal-business-card-link {
    display: block;
    margin-bottom: 32px;
}

.metal-business-card-img {
    width: 100%;
    padding: 32px;
    background-color: #cecece;
}

.metal-business-card-title {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 8px;
}

.metal-business-card-price {
    color: #e6e6e6;
    font-size: 20px;
    font-weight: 700;
    margin: 0;
}

.metal-business-card-price-add-to-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 8px 32px;
}

.metal-business-card-price span {
    text-decoration: line-through;
    font-size: 17px;
    color: #ffffff;
    font-weight: 600;
    margin-left: 8px;
}

.metal-business-add-to-card-btn {
    border: 0;
    outline: 0;
    background: linear-gradient(to right, #db007e 0%, #d6499a 100%);
    color: #fff;
    padding: 12px 16px;
    border-radius: 30px;
    font-weight: 500;
    font-size: 14px;
    text-transform: capitalize;
    text-decoration: none;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 225, 0.08);
    transition: all 0.2s linear;
}

.metal-business-add-to-card-btn:hover {
    background: linear-gradient(to left, #db007e 0%, #d6499a 100%);
    box-shadow: none;
}

.metal-tab-menu-button {
    outline: 0;
    background: linear-gradient(to right, #d9d9d9 0%, #b3b3b3 100%);
    border: none;
    border-radius: 30px;
    color: #000;
    margin: 0;
    padding: 10px 20px;
    cursor: pointer;
    font-weight: 500;
}

.metal-business-tab-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 16px;
    flex-wrap: wrap;
}

.metal-tab-menu-button.active, .metal-tab-menu-button:hover {
    background: linear-gradient(to right, #ffbd84 0%, #ff1f8e 100%);
    color: #fff;
}

.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0;
    padding: 16px 0 32px;
}

.pagination li a {
    display: block;
    padding: 8px 15px;
    border-radius: 5px;
    margin-right: 7px;
    border: 1px solid #ccc;
    color: #fff;
    text-decoration: none;
}

.pagination li a.current {
    background-color: #ed508b;
    border: 1px solid #ed508b;
    color: #fff;
}

.benefits-of-e-visiting-card li {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
}

.benefits-of-e-visiting-card li img {
    object-fit: cover;
    width: 50px;
    height: 50px;
    padding: 12px;
    margin: 0 10px;
    background: #cccccc52;
    border-radius: 50px;
}

.benefits-of-e-visiting-card li p {
    font-size: 17px;
    line-height: 28px;
    color: #fff;
    margin: 0;
}

/*Card List Page End*/
/*Card Detail Page*/
.card-item-detail-section {
    padding: 48px 0;
    background: url(../images/dot_bg.png);
}

.product-description {
    margin: 0 auto
}

.product-detail {
    padding: 20px 0
}

.panel-title {
    font-weight: 600;
    margin-bottom: 8px;
}

.panel-content {
    line-height: initial;
    font-size: 16px
}

.panel-content td {
    padding-left: 15px;
}

.panel-content p {
    margin: 0;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
}

.product-description th {
    color: #ff2f8d;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
}

.card-item-detail-image-description {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 24px;
}

.card-item-detail-images {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    justify-content: space-between;
    margin-bottom: 24px;
    background-color: #181818;
    border: 1px solid #242424;
    border-radius: 5px;
    padding: 16px;
}

.card-item-detail-small-images {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.card-item-detail-image-item {
    border-radius: 5px;
    border: 1px solid #cccc;
    height: 50px;
    width: 50px;
    object-fit: cover;
    opacity: .5;
    cursor: pointer;
}

.card-item-detail-image-item.active {
    opacity: 1;
}

.card-item-detail-main-image {
    border-radius: 5px;
    width: calc(100% - 50px - 16px);
    height: 500px;
    object-fit: cover;
}

.card-item-details-benefits {
    padding: 10px 10px 16px;
    border-radius: 8px 8px 8px 40px;
    text-align: center;
    background-color: #fff;
    margin-bottom: 16px;
    height: calc(100% - 24px);
    word-break: break-word;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    line-height: 28px;
}

.card-item-details-benefits-image {
    width: 64px;
    height: 64px;
    display: block;
    margin: auto auto 16px;
}

.card-item-detail-description-right {
    width: calc(40% - 12px);
    background-color: #181818;
    border: 1px solid #242424;
    padding: 16px;
    border-radius: 8px;
}

.card-item-detail-image-left {
    width: calc(60% - 12px);
}

.card-item-detail-description-card-item-title {
    color: #e6e6e6;
    font-size: 21px;
    line-height: 1.5;
    margin-bottom: 15px;
}

.card-item-detail-description-card-item-price {
    color: #e6e6e6;
    font-size: 20px;
    font-weight: 700;
}

.card-item-detail-description-card-item-price span {
    font-weight: 100;
    text-decoration: line-through;
    margin: 0 0 0 6px;
    font-size: 17px;
    color: #ffffff;
}

.card-item-detail-description-card-add-to-card-buy-now-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin: 16px 0 32px;
}

.card-item-detail-description-card-add-to-card-btn, .card-item-detail-description-card-buy-now-btn {
    font-size: 16px;
    font-weight: 400;
    padding: 18px 32px;
    text-align: center;
    outline: none;
    color: #fff;
    border: none;
    border-radius: 100px;
    text-decoration: none;
    transition: all 0.2s linear;
}

.card-item-detail-description-card-add-to-card-btn {
    background: linear-gradient(to right, #ffbd84 0%, #ff1f8e 100%);
    box-shadow: 0 10px 15px 0 rgba(175, 0, 87, 0.2);
}

.card-item-detail-description-card-add-to-card-btn:hover {
    background: linear-gradient(to left, #ffbd84 0%, #ff1f8e 100%);
    box-shadow: none;
}

.card-item-detail-description-card-buy-now-btn {
    background: linear-gradient(to right, #2e9b42 0%, #51a260 100%);
    box-shadow: 0 10px 15px 0 rgba(175, 0, 202, 0.2);
}

.card-item-detail-description-card-buy-now-btn {
    background: linear-gradient(to left, #2e9b42 0%, #51a260 100%);
    box-shadow: none;
}

.order-detail-note {
    font-size: 17px;
    line-height: 28px;
    color: #fff;
    margin-bottom: 32px;
}

.offer-available-tag {
    font-size: 17px;
    line-height: 28px;
    color: #fff;
    margin-bottom: 4px;
}

.buy-4-and-get-1-free {
    border-top: #ccc solid 3px;
    border-bottom: #ccc solid 3px;
    padding: 10px;
    color: #fff;
    font-size: 17px;
    line-height: 28px;
}

.bunch-of-perks-for-business {
    padding: 80px 0;
}

.bunch-of-perks-for-business-description {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.bunch-of-perks-for-business-description-left, .bunch-of-perks-for-business-description-right {
    width: 50%;
}

.bunch-of-perks-for-business-description-title {
    color: #e6e6e6;
    font-size: 40px;
    line-height: 52px;
    font-weight: 500;
    margin-bottom: 24px;
}

.bunch-of-perks-for-business-description-description {
    font-size: 17px;
    line-height: 28px;
    margin-bottom: 24px;
}

.bunch-of-perks-for-business-description-right-list-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 20px;
}

.bunch-of-perks-for-business-description-right-list-item-img {
    width: 65px;
    height: 65px;
    overflow: hidden;
    display: block;
    background-color: #f5f5f5;
    border-radius: 8px;
    padding: 10px;
}

.bunch-of-perks-for-business-description-right-list-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bunch-of-perks-for-business-description-right-list-item-desc {
    width: calc(100% - 65px - 16px);
}

.bunch-of-perks-for-business-description-right-list-item-title {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 10px;
    color: #e6e6e6;
}

.bunch-of-perks-for-business-description-right-list-item-description {
    font-size: 17px;
    line-height: 28px;
    margin: 0;
}

/*Card Detail Page End*/
/*Home Page*/
.home-page .blog-list-card-description-wrapper {
    border: 1px solid #232323;
    background-color: #171717;
}

.home-page-blogs-section-title {
    color: #e6e6e6;
    font-size: 34px;
    line-height: 46px;
    margin-bottom: 40px;
    text-align: center;
    font-weight: 600;
}

.testimonial__text {
    font-size: 16px;
    line-height: 28px;
}

.testimonial__job {
    font-weight: 900;
    color: #ff8c0a;
    margin: 0;
}

.testimonial__name {
    font-size: 20px;
    line-height: 30px;
    color: #e6e6e6;
    font-weight: 600;
    margin: 0 0 4px;
}

.testimonial__img {
    display: inline-block;
    width: 80px;
    height: 80px;
    margin-right: 10px;
}

.testimonial__img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.testimonial__details {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.testimonials-section {
    background: url(../images/dot_bg.png);
    padding: 48px 0;
}

.testimonials-customer-review-title {
    color: #e60072;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 15px 0;
    display: block;
}

.testimonials-customer-description {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    color: #fff;
}

.companies-we-served-section {
    padding: 48px 0;
}

.companies-we-serve-slider {
    max-width: 800px;
    margin: auto;
    width: 100%;
    background-color: #fff;
    padding: 16px;
}

.companies-we-serve-slider-image {
    width: 120px;
    height: 120px;
    object-fit: contain;
}

.connect-digital-business-card-section, .why-choose-linkye-section {
    background-image: url(../images/dot_bg.png);
    padding: 50px 0;
}

.home-page-main-section-title {
    font-size: 60px;
    line-height: 74px;
    margin-bottom: 30px;
    color: #e6e6e6;
}

.linkye-professionals-section {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/prof-ban.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0;
    position: relative;
}

.linkye-professionals-section-title {
    color: #fff;
    font-size: 40px;
    line-height: 52px;
    text-align: center;
    margin-bottom: 15px;
}

.linkye-professionals-section-description {
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    text-align: center;
    margin-bottom: 48px;
}

.linkye-professionals-sec-cards img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    margin-right: 8px;
}

.linkye-professionals-sec-cards {
    background: #181818;
    box-shadow: 0 15px 39px -11px #46638e45;
    transform: translate(0px, -5px);
    padding: 15px 20px;
    border-radius: 8px;
    margin-top: 30px;
    display: flex;
    align-items: center;
    transition: all 0.2s linear;
}

.linkye-professionals-sec-cards:hover {
    transform: translate(0, -10px);
}

.linkye-professional-card-desc {
    color: #e6e6e6;
    font-size: 22px;
    line-height: 32px;
    margin: 0;
}

.nfc-card-image {
    width: 180px;
    border-radius: 8px;
    height: 100px;
    position: absolute;
}

.nfc-business-card-design-images {
    position: relative;
    height: 450px;
}

img.nfc-card-image.image-1 {
    z-index: 1;
    left: 15%;
    top: 0;
    bottom: 0;
    margin: auto;
}

img.nfc-card-image.image-2 {
    z-index: 2;
    left: 24%;
    bottom: 15%;
    transform: rotate(135deg);
}

img.nfc-card-image.image-3 {
    z-index: 3;
    bottom: 15%;
    right: 24%;
    transform: rotate(225deg);
}

img.nfc-card-image.image-4 {
    z-index: 4;
    right: 15%;
    bottom: 0;
    top: 0;
    margin: auto;
    transform: rotate(180deg);
}

img.nfc-card-image.image-5 {
    z-index: 5;
    right: 24%;
    top: 15%;
    transform: rotate(135deg);
}

img.nfc-card-image.image-6 {
    z-index: 6;
    left: 24%;
    top: 15%;
    transform: rotate(45deg);
}

.nfc-card-image.image-1.second-image {
    z-index: 7;
    clip-path: inset(0px 0px 50px 0px);
}

.why-choose-vkardz-items {
    position: relative;
    height: 400px;
    margin: 0 0 24px;
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0 0 3px rgb(0 0 0 / 50%);
    display: flex;
    justify-content: center;
    transition: all 0.2s linear;
    overflow: hidden;
    align-items: flex-end;
}

.why-choose-linkye-section .col-12:nth-child(1) .why-choose-vkardz-title {
    background-image: url(../images/why-choose-01.webp);
}

.why-choose-linkye-section .col-12:nth-child(2) .why-choose-vkardz-title {
    background-image: url(../images/why-choose-02.webp);
}

.why-choose-linkye-section .col-12:nth-child(3) .why-choose-vkardz-title {
    background-image: url(../images/why-choose-03.webp);
}

.why-choose-vkardz-description {
    position: absolute;
    top: 0;
    background-color: #fff;
    width: 100%;
    z-index: 0;
    padding: 16px;
    font-size: 17px;
    line-height: 28px;
    text-align: left;
    transition: all 0.2s linear;
}

.why-choose-vkardz-title {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 16px;
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
    overflow: hidden;
    z-index: 1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.why-choose-vkardz-title span {
    padding: 5px 8px;
    color: #000;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    text-align: center;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    font-size: 26px;
    display: inline-block;
    transition: all 0.2s linear;
}

/*Home Page End*/
@media only screen and (max-width: 991px) {
    .footer-about-section, .footer-company-section, .footer-quick-links-section, .footer-quick-support-section {
        width: calc(50% - 16px);
        margin-bottom: 16px;
    }

    .card-item-detail-image-left, .card-item-detail-description-right {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .navigation-list {
        display: none;
    }

    .header-burger-menu-button {
        display: block;
    }

    .copyright-privacy-links-section {
        flex-direction: column;
    }

    .terms-and-privacy-links {
        justify-content: center;
        padding: 0;
    }

    .slick-prev {
        left: -16px !important;
    }

    .slick-next {
        right: -16px !important;
    }

    .card-item-detail-images {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .card-item-detail-small-images {
        width: 100%;
        flex-direction: row;
    }

    .card-item-detail-main-image {
        width: 100%;
        height: 300px;
    }

    .shipping-detail .shipping-address-ch {
        flex-direction: column;
        align-items: flex-start;
        padding: 16px;
    }

    .shipping-address-ch .shipping-address-ch-title, .shipping-address-ch .shipping-address-ch-text, .shipping-address-ch .shipping-address-edit {
        width: 100%;
    }

    .payment-btn {
        flex-direction: column;
    }

    .login-page .login-page-section {
        padding: 32px 16px;
    }
}

@media only screen and (max-width: 575px) {
    .footer-section-list {
        flex-direction: column;
    }

    .footer-about-section, .footer-company-section, .footer-quick-links-section, .footer-quick-support-section {
        width: 100%;
        margin-bottom: 32px;
    }

    .copyright-privacy-links-section, .terms-and-privacy-links {
        flex-direction: column;
        align-items: flex-start;
    }

    .terms-and-privacy-links {
        padding: 0;
        gap: 8px;
    }
}
