/*----------------------------------------------------*/
/* Fonts */
/*Color Variables*/
/*----------------------------------------------------*/
/*Prefix Styles*/
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lexend:wght@100..900&display=swap");

body {
    background: #000;
    font-family: "Lexend", sans-serif;
    /*Section Fix*/
    /*Ancore*/
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body p {
    margin: 0;
}

body a {
    text-decoration: none;
}

body p {
    color: #677a8b;
    font: 400 17px/27px "Lexend", sans-serif;
}

body ul {
    margin: 0;
    padding: 0;
}

body ul li {
    list-style: none;
}

body section.row,
body header.row,
body footer.row {
    margin: 0;
}

body #success {
    display: none;
}

body #error {
    display: none;
}

body iframe {
    border: none;
}

body i:before {
    margin-left: 0px !important;
}

body a,
body .btn,
body button {
    outline: none;
    transition: all 300ms linear 0s;
}

body a:before,
body a:after,
body .btn:before,
body .btn:after,
body button:before,
body button:after {
    transition: all 300ms linear 0s;
}

body a:focus,
body a:hover,
body .btn:focus,
body .btn:hover,
body button:focus,
body button:hover {
    outline: none;
    text-decoration: none;
    transition: all 300ms linear 0s;
}

/*----------------------------------------------------*/
header .custom-navbar {
    background-color: #1f1f1f !important;
    border-bottom: 0.8px solid rgba(240, 243, 246, 0.1);
    position: inherit;
    position: fixed;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    z-index: 9999 !important;
}

header .custom-navbar .main-header {
    padding: 6px 0;
}

header .custom-navbar .main-header .glamdemy-logo {
    padding: 0;
    margin: 0;
}

header .custom-navbar .main-header .glamdemy-logo img {
    width: 100px;
    height: 50px;
    object-fit: contain;
}

header .custom-navbar .main-header .navbar-collapse .navbar-nav .nav-item {
    margin-right: 38px;
}

header .custom-navbar .main-header .navbar-collapse .navbar-nav .nav-item:last-child {
    margin-right: 0;
}

header .custom-navbar .main-header .navbar-collapse .navbar-nav .nav-item .custom-nav-link {
    padding: 0;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 17px;
    line-height: 24px;
    color: #FFFFFF;
}

header .custom-navbar .main-header .right-sidebar-menu .cart-part .rounded-pill {
    background-color: #FF006A;
    position: absolute;
    top: -5px;
    left: 16px;
}

header .custom-navbar .main-header .right-sidebar-menu .menu-loging-btn {
    margin-left: 35px;
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
/*----------------------------------------------------*/
.theme-btn {
    background-color: #FF006A;
    padding: 10px 14px 10px 14px;
    border-radius: 6px;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    border: 0;
}

.theme-btn:hover {
    color: #fff;
}

.border-btn {
    border: 1px solid #FF3B30;
    background: transparent;
    border-radius: 6px;
    font-family: "Lexend", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #FF3B30;
    padding: 12px 32px;
}

.pagination {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 24px 20px 24px;
}

.pagination span {
    font-family: "Lexend", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #FFFFFFBF;
}

.pagination span strong {
    font-family: "Lexend", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    color: #FFFFFF;
}

.pagination ul li {
    display: inline-block;
    margin-left: 8px;
}

.pagination ul li:first-child {
    margin: 0;
}

.pagination ul li a {
    border: 1px solid #FFFFFF26;
    padding: 11px 14px;
    border-radius: 5px;
    font-family: "Lexend", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #FFFFFF;
    display: inline-block;
}

.pagination ul li .active {
    background-color: #FFE5EE1A;
    border: 1px solid #FF006A;
    color: #FF006A;
}

/*----------------------------------------------------*/
.banner-section {
    overflow: hidden;
    background-image: url(../images/banner.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 170px 0 230px 0;
    margin: 108px 30px 0 30px;
    border-radius: 8px;
    position: relative;
    z-index: 1;
}

.banner-section::after {
    position: absolute;
    content: "";
    display: block;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.71) 90.84%, black 100%);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.banner-section .badge-container {
    box-sizing: border-box;
    padding: 8px 35px 8px 8px;
    background: #000000;
    border: 1px solid rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(36.3px);
    border-radius: 50px;
}

.banner-section .badge-container .awesome-badge {
    font-family: "Lexend", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
    margin-right: -20px;
}

.banner-section .badge-container .awesome-badge:last-child {
    margin-left: 0;
}

.awesome-badge-title {
    margin-left: 20px !important;
}

.banner-section .main-banner-title {
    font-family: "Lexend", sans-serif;
    font-weight: 600;
    font-size: 60px;
    line-height: 120%;
    color: #FFFFFF;
    margin-top: 20px;
}

.banner-section .banner-subtitle {
    font-family: "Lexend", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #FFFFFF;
    opacity: 0.75;
    max-width: 618px;
    display: inline-block;
    margin-top: 16px;
}

.banner-section .download-buttons-group {
    align-items: center;
    margin-top: 30px;
}

/*----------------------------------------------------*/
.video-course-section {
    overflow: hidden;
    padding: 80px 0;
    position: relative;
    z-index: 1;
}

.video-course-section::before {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(../images/video-bg-left.png);
    background-repeat: no-repeat;
    z-index: -1;
}

.video-course-section::after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    right: -70%;
    background-image: url(../images/video-bg-right.png);
    background-repeat: no-repeat;
    z-index: -1;
}

.video-course-section .section-header .section-title {
    font-family: "Lexend", sans-serif;
    font-weight: 600;
    font-size: 36px;
    line-height: 120%;
    color: #FFFFFF;
}

.video-course-section .section-header .section-subtitle {
    font-family: "Lexend", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: #FFFFFF !important;
    opacity: 0.65;
    margin-top: 16px;
}

.video-course-section .filter-tags-wrapper {
    margin-top: 24px;
}

.video-course-section .filter-tags-wrapper .flex-nowrap {
    text-align: center;
}

.video-course-section .filter-tags-wrapper .flex-nowrap .btn {
    background-color: #1F1F1F;
    border: 1px solid #FFFFFF1A;
    font-family: "Lexend", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: rgba(255, 255, 255, 0.8);
    border-radius: 100px;
    padding: 8px 16px !important;
    transition: all 0.5s ease;
}

.video-course-section .filter-tags-wrapper .flex-nowrap .btn:hover {
    background-color: #fff;
    color: #1A1C1E;
    box-shadow: 0 8px 24px rgba(26, 28, 30, 0.15);
}

.video-course-section .filter-tags-wrapper .flex-nowrap .active-tag {
    background-color: #fff;
    color: #1A1C1E;
}

.video-course-section .video-card-grid {
    margin-top: 30px;
}

.video-course-section .video-card-grid .video-card .video-thumbnail {
    transition: all 0.3s;
    z-index: 1;
    cursor: pointer;
}

.video-course-section .video-card-grid .video-card .video-thumbnail:hover .play-icon-overlay {
    display: block;
}

.video-course-section .video-card-grid .video-card .video-thumbnail::after {
    position: absolute;
    content: "";
    display: block;
    opacity: 0.9;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.55) 82.84%, black 100%);
}

.video-course-section .video-card-grid .video-card .video-thumbnail img {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px !important;
}

.video-course-section .video-card-grid .video-card .video-thumbnail .play-icon-overlay {
    color: #FF006A;
    font-size: 20px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    text-align: center;
    line-height: 48px;
    background-color: #fff;
    position: absolute;
    top: 43%;
    left: 43%;
    cursor: pointer;
    z-index: 1;
    display: none;
    transition: all 0.3s ease;
}

.video-course-section .video-card-grid .video-card .video-thumbnail .duration-badge {
    font-family: "Lexend", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    color: #FFFFFF;
    position: absolute;
    left: 18px;
    bottom: 14px;
    z-index: 1;
}

.video-card-grid .owl-stage {
    display: flex;
    transition-timing-function: linear !important;
}

.play-icon-overlay::after,
.play-icon-overlay::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    border: 8px solid #fff;
    left: 0;
    top: 0;
    border-radius: 50%;
    animation-duration: 2.5s;
    animation-timing-function: linear;
    animation-name: video-animation;
    animation-iteration-count: infinite;
}

.play-icon-overlay::before {
    animation-delay: 1s;
}

@keyframes video-animation {
    0% {
        opacity: 0.5;
        transform: scale(1);
    }

    50% {
        opacity: 0.2;
        transform: scale(1.5);
    }

    100% {
        opacity: 0;
        transform: scale(2);
    }
}

/*----------------------------------------------------*/
.products-section {
    overflow: hidden;
    padding-bottom: 10px;
}

.products-section .section-header .section-title {
    font-family: "Lexend", sans-serif;
    font-weight: 600;
    font-size: 36px;
    line-height: 120%;
    color: #FFFFFF;
}

.products-section .section-header .view-all-btn {
    font-family: "Lexend", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #FFFFFF;
    padding: 8px 16px;
    background: #1F1F1F;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 100px;
}

.products-section .product-card-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
    margin-top: 24px;
}

/* hover-border-anamition */
.products-section .product-card-grid .product-card-items {
    position: relative;
    background-color: #0F0F0F;
    border-radius: 6px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.products-section .product-card-grid .product-card-items {
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
}

.products-section .product-card-grid .product-card-items::before,
.products-section .product-card-grid .product-card-items::after,
.products-section .product-card-grid .product-card-items span.border-bottom,
.products-section .product-card-grid .product-card-items span.border-left {
    content: "";
    position: absolute;
    background: linear-gradient(180deg, #7901D6 0%, #970056 100%);
    transition: transform 0.25s linear;
}

.products-section .product-card-grid .product-card-items::before {
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    transform: scaleX(0);
    transform-origin: left;
}

.products-section .product-card-grid .product-card-items::after {
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    transform: scaleY(0);
    transform-origin: top;
}

.products-section .product-card-grid .product-card-items span.border-bottom {
    bottom: 0;
    right: 0;
    width: 100%;
    height: 1px;
    transform: scaleX(0);
    transform-origin: right;
}

.products-section .product-card-grid .product-card-items span.border-left {
    bottom: 0;
    left: 0;
    width: 1px;
    height: 100%;
    transform: scaleY(0);
    transform-origin: bottom;
}

.products-section .product-card-grid .product-card-items:hover::before {
    transform: scaleX(1);
}

.products-section .product-card-grid .product-card-items:hover::after {
    transform: scaleY(1);
    transition-delay: 0.25s;
}

.products-section .product-card-grid .product-card-items:hover span.border-bottom {
    transform: scaleX(1);
    transition-delay: 0.5s;
}

.products-section .product-card-grid .product-card-items:hover span.border-left {
    transform: scaleY(1);
    transition-delay: 0.75s;
}

.products-section .product-card-grid .product-card-items:hover {
    transform: scale(1.03);
    box-shadow: 0 8px 24px rgba(121, 1, 214, 0.2);
}

.products-section .product-card-grid .product-card-items .product-image-container img {
    width: 100%;
    height: 190px;
}

.products-section .product-card-grid .product-card-items .product-image-container .discount-badge {
    font-family: "Lexend", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    display: inline-block;
    background-image: url(../images/discount.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 5px 15px 4px 9px;
    position: absolute;
    top: 0;
    left: 0;
}

.products-section .product-card-grid .product-card-items .card-body {
    padding: 7px 14px 14px 14px;
}

.products-section .product-card-grid .product-card-items .card-body .product-name {
    font-family: "Lexend", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -0.02em;
    color: rgba(255, 255, 255, 0.9);
}

.products-section .product-card-grid .product-card-items .card-body .product-price {
    font-family: "Lexend", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0.2px;
    color: #FFFFFF;
    margin-top: 8px;
}
.products-section .product-card-grid .product-card-items .card-body .product-price span{
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0.2px;
    text-decoration-line: line-through;
    color: rgba(255, 255, 255, 0.6);
}

.products-section .product-card-grid .product-card-items .card-body .product-rating {
    margin-top: 2px;
}

.products-section .product-card-grid .product-card-items .card-body .product-rating i {
    color: #FFB23F;
}

.products-section .product-card-grid .product-card-items .card-body .product-rating .rating-value {
    font-family: "Lexend", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.2px;
    color: #FFFFFF;
    margin-left: 4px;
}

.products-section .product-card-grid .product-card-items .card-body .product-rating .rating-count {
    font-family: "Lexend", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0.2px;
    color: rgba(255, 255, 255, 0.6);
    margin-left: 4px;
}

.products-section .product-card-grid .product-card-items .card-body .theme-btn {
    margin-top: 8px;
    padding: 6px 60px !important;
}

.products-section .product-card-grid .product-card-items .card-body .qty-box {
    display: flex;
    text-align: center;
    justify-content: space-between;
    background-color: #1F1F1F;
    padding: 6px 8px;
    border-radius: 4px;
    margin-top: 8px;
}

.products-section .product-card-grid .product-card-items .card-body .qty-box button {
    width: 23px;
    height: 23px;
    background-color: #141414;
    border-radius: 50%;
    border: 0;
    color: #fff;
    line-height: 20px;
    font-family: "Inter", sans-serif;
    font-weight: 600;
}

.products-section .product-card-grid .product-card-items .card-body .qty-box button:hover {
    background-color: #FF006A;
}

.products-section .product-card-grid .product-card-items .card-body .qty-box .qty-input {
    width: 100%;
    border: 0;
    outline: none;
    text-align: center;
    color: #fff;
    background-color: transparent;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 15px;
    line-height: 140%;
}

.e-books-section {
    margin-top: 56px;
}

.e-books-section .product-card-grid .product-card-items .card-body h6 {
    font-family: "Lexend", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 8px;
}

.e-books-section .product-card-grid .product-card-items .card-body h6 span {
    color: #16A34A;
}

.product-page-section {
    margin-top: 90px;
    overflow: hidden;
}

.product-page-section .flex-nowrap {
    text-align: center;
    width: 80%;
}

.product-page-section .flex-nowrap .all-category {
    background-color: #FFFFFF1A;
    border: 0;
    font-family: "Lexend", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: rgba(255, 255, 255, 0.8);
    padding: 8px 16px;
    border-radius: 100px;
    display: inline-block;
    width: 100%;
}

.product-page-section .flex-nowrap .all-category:hover {
    background-color: #fff;
    color: #1A1C1E;
}

.product-page {
    margin-top: 8px;
}

.product-page .section-header ul li {
    display: inline-block;
    color: rgba(255, 255, 255, 0.65);
}

.product-page .section-header ul li a {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -0.02em;
    color: rgba(255, 255, 255, 0.65);
}

.product-page .section-header ul li .active {
    color: #FF006A;
}

.pagination-component {
    text-align: center;
    margin-top: 40px;
}

.pagination-component ul li {
    display: inline-block;
    margin-right: 7px;
}

.pagination-component ul li:last-child {
    margin-right: 0;
}

.pagination-component ul li a {
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 5px;
    line-height: 49px;
    background-color: #1F1F1F;
    display: inline-block;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #FFFFFF;
}

.pagination-component ul li .active {
    color: #FF006A;
    border: 1px solid #FF006A;
    background-color: #FFE5EE1A;
}

/*----------------------------------------------------*/
.secend-section {
    overflow: hidden;
    padding: 80px 0;
}

.secend-section .secend {
    box-sizing: border-box;
    padding: 27px 24px 27px 37px;
    background: #1F1F1F;
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0px 10px 40px rgba(77, 12, 102, 0.4);
    border-radius: 8px;
    overflow: hidden;
}

.secend-section .secend .secend-card {
    display: flex;
    align-items: center;
    border-right: 1px solid #FFFFFF26;
    padding: 20px 24px 20px 0;
}

.secend-section .secend .secend-card .left-side img {
    max-width: 100%;
}

.secend-section .secend .secend-card .right-side {
    margin-left: 12px;
}

.secend-section .secend .secend-card .right-side .shipping {
    font-family: "Lexend", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.04em;
    text-transform: capitalize;
    color: #FFFFFF;
}

.secend-section .secend .secend-card .right-side p {
    font-family: "Lexend", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: rgba(255, 255, 255, 0.65);
    margin-top: 7px;
}

.secend-section .secend .secend-last-card {
    border: 0;
}

/*----------------------------------------------------*/
.app-banner-section {
    overflow: hidden;
    background-image: url(../images/app-banner-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.app-banner-section .banner-text-content .download-title {
    font-family: "Lexend", sans-serif;
    font-weight: 600;
    font-size: 36px;
    line-height: 120%;
    color: #FFFFFF;
    margin-bottom: 16px;
}

.app-banner-section .banner-text-content .description {
    font-family: "Lexend", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #FFFFFF;
    opacity: 0.75;
}

.app-banner-section .banner-text-content .download-buttons-group {
    margin-top: 40px;
    align-items: center;
}

/*----------------------------------------------------*/
.features-section {
    margin-top: 80px;
}

.features-section .section-header .section-title {
    font-family: "Lexend", sans-serif;
    font-weight: 600;
    font-size: 36px;
    line-height: 120%;
    color: #FFFFFF;
    margin-bottom: 16px;
}

.features-section .section-header .section-subtitle {
    font-family: "Lexend", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: #FFFFFF;
    opacity: 0.65;
    max-width: 672px;
    margin: 0 auto;
}

.features-section .feature-card-grid {
    margin-top: 40px;
}

.features-section .feature-card-grid .feature-card {
    background-color: #0F0F0F;
    border: 1px solid #FFFFFF33;
    border-radius: 8px;
    padding: 30px 14px;
    text-align: center;
}

.features-section .feature-card-grid .feature-card .icon-circle {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    line-height: 48px;
    margin: 0 auto;
}

.features-section .feature-card-grid .feature-card .bg-orange-icon {
    background: linear-gradient(180deg, #ff783e 0%, #c53a00 100%);
}

.features-section .feature-card-grid .feature-card .bg-purple-icon {
    background: linear-gradient(180deg, #5c00f3 0%, #390099 100%);
}

.features-section .feature-card-grid .feature-card .bg-green-icon {
    background: linear-gradient(180deg, #04ba32 0%, #00721d 100%);
}

.features-section .feature-card-grid .feature-card .bg-pink-icon {
    background: linear-gradient(180deg, #f400ba 0%, #920070 100%);
}

.features-section .feature-card-grid .feature-card .card-title {
    font-family: "Lexend", sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #FFFFFF;
    margin-top: 14px;
    display: inline-block;
}

.features-section .feature-card-grid .feature-card .card-text {
    font-family: "Lexend", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: rgba(255, 255, 255, 0.75);
    margin-top: 8px;
}


.feature-card {
    position: relative;
    overflow: hidden;
    padding: 30px;
    background: #fff;
    transition: transform 0.3s ease;
    z-index: 1;
}

.feature-card::before,
.feature-card::after,
.feature-card span.border-bottom,
.feature-card span.border-left {
    content: "";
    position: absolute;
    background: linear-gradient(139.5deg, rgba(143, 0, 253, 0.85) 25.78%, rgba(255, 0, 106, 0.6) 99.06%);
    transition: transform 0.25s linear;
    border-radius: 9px;
}

.feature-card::before {
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    transform: scaleX(0);
    transform-origin: left;
}

.feature-card::after {
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    transform: scaleY(0);
    transform-origin: top;
}

.feature-card span.border-bottom {
    bottom: 0;
    right: 0;
    width: 100%;
    height: 1px;
    transform: scaleX(0);
    transform-origin: right;
}

.feature-card span.border-left {
    bottom: 0;
    left: 0;
    width: 1px;
    height: 100%;
    transform: scaleY(0);
    transform-origin: bottom;
}


.feature-card:hover::before {
    transform: scaleX(1);
}

.feature-card:hover::after {
    transform: scaleY(1);
    transition-delay: 0.2s;
}

.feature-card:hover span.border-bottom {
    transform: scaleX(1);
    transition-delay: 0.4s;
}

.feature-card:hover span.border-left {
    transform: scaleY(1);
    transition-delay: 0.6s;
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(143, 0, 253, 0.1);
}

/*----------------------------------------------------*/
.faq-section {
    margin-top: 80px;
}

.faq-section .section-header .section-title {
    font-family: "Lexend", sans-serif;
    font-weight: 600;
    font-size: 36px;
    line-height: 120%;
    color: #FFFFFF;
}

.faq-section .section-header .section-subtitle {
    font-family: "Lexend", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: #FFFFFF;
    opacity: 0.65;
    margin-top: 16px;
}

.faq-section .accordion {
    margin-top: 40px;
}

.faq-section .accordion .accordion-item {
    margin-bottom: 16px;
    border-radius: 8px;
    background-color: #0F0F0F;
    border: 1px solid #FFFFFF26;
}

.faq-section .accordion .accordion-item .accordion-header {
    border-radius: 8px;
    background-color: #0F0F0F;
}

.faq-section .accordion .accordion-item .accordion-header .accordion-button {
    background-color: #0F0F0F;
    font-family: "Lexend", sans-serif;
    font-weight: 500;
    font-size: 21px;
    line-height: 30px;
    color: rgba(255, 255, 255, 0.9);
    outline: none;
    box-shadow: none;
    border: 0 !important;
    padding: 20px;
}

.faq-section .accordion .accordion-item .accordion-header .accordion-button::after {
    content: "-";
    position: absolute;
    font-size: 70px;
    font-weight: 200;
    right: 20px;
    color: #fff;
    transform: rotate(180deg);
    background: transparent;
}

.faq-section .accordion .accordion-item .accordion-header .collapsed::after {
    content: " +";
    position: absolute;
    right: 20px;
    font-size: 32px;
    color: #fff;
    top: 6px;
    transform: translate(6px, 10px);
    background: transparent;
}

.faq-section .accordion .accordion-item .accordion-collapse .accordion-body {
    font-family: "Lexend", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
    color: rgba(255, 255, 255, 0.65);
    padding: 0 20px 20px 20px;
}

/*----------------------------------------------------*/
.testimonial-section {
    margin-top: 80px;
    overflow: hidden;
}

.testimonial-section .section-header .section-title {
    font-family: "Lexend", sans-serif;
    font-weight: 600;
    font-size: 36px;
    line-height: 120%;
    color: #FFFFFF;
}

.testimonial-section .section-header .section-subtitle {
    font-family: "Lexend", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: #FFFFFF;
    opacity: 0.65;
    margin-top: 16px;
}

.testimonial-section .testimonial-card-grid {
    margin-top: 40px;
}

.testimonial-section .testimonial-card-grid .testimonial-card {
    background-color: #0F0F0F;
    border-radius: 8px;
    border: 1px solid #FFFFFF26;
    padding: 0 24px 24px 24px;
    position: relative;
    z-index: 1;
    margin-top: 40px;
}

.testimonial-section .testimonial-card-grid .testimonial-card::after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    background-image: url(../images/testimonial-card-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}

.testimonial-section .testimonial-card-grid .testimonial-card .profile-header {
    margin-top: -35px;
    position: relative;
    z-index: 9;
}

.testimonial-section .testimonial-card-grid .testimonial-card .profile-header img {
    width: 80px;
    height: 80px;
    display: inline-block;
}

.testimonial-section .testimonial-card-grid .testimonial-card .card-body .review-text {
    font-family: "Lexend", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: rgba(255, 255, 255, 0.9);
    opacity: 0.8;
    border-bottom: 1px solid #EBEBEB33;
    padding-bottom: 10px;
}

.testimonial-section .testimonial-card-grid .testimonial-card .card-body .reviewer-name {
    font-family: "Lexend", sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
    color: #FFFFFF;
}

.testimonial-section .testimonial-card-grid .testimonial-card .card-body .reviewer-title {
    font-family: "Lexend", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    opacity: 0.8;
    margin-top: 4px;
}

.testimonial-section .testimonial-card-grid .testimonial-card .card-body .star-rating {
    margin-top: 8px;
}

.testimonial-section .testimonial-card-grid .testimonial-card .card-body .star-rating ul li {
    display: inline-block;
    color: #FFA800;
    margin-left: 6px;
}

.testimonial-section .testimonial-card-grid .testimonial-card .card-body .star-rating ul li:first-child {
    margin-left: 0;
}

.testimonial-section .testimonial-card-grid .owl-dots {
    text-align: center;
    margin-top: 40px;
}

.testimonial-section .testimonial-card-grid .owl-dots .owl-dot {
    width: 16px;
    height: 16px;
    background-color: #FF006A;
    border-radius: 50%;
    margin-right: 10px;
}

.testimonial-section .testimonial-card-grid .owl-dots .owl-dot:last-child {
    margin-right: 0;
}

.testimonial-section .testimonial-card-grid .owl-dots .active {
    border: 1px solid #FF006A;
    background-color: transparent;
}





.testimonial-section .testimonial-card-grid .testimonial-card {
    background-color: #0F0F0F;
    background-image: url(../images/testimonial-card-bg.png);
    background-repeat: no-repeat;
    background-size: cover;

    border-radius: 8px;
    border: 1px solid #FFFFFF26;
    padding: 0 24px 24px 24px;
    position: relative;
    z-index: 1;
    margin-top: 40px;
    /* overflow: auto; */
    transition: transform 0.3s ease;
}

.testimonial-card::before,
.testimonial-card span.border-right,
.testimonial-card span.border-bottom,
.testimonial-card span.border-left {
    content: "";
    position: absolute;
    background: linear-gradient(139.5deg, rgba(143, 0, 253, 0.85) 25.78%, rgba(255, 0, 106, 0.6) 99.06%);
    transition: transform 0.2s linear;
    z-index: 1;
    border-radius: 9px;
}

.testimonial-card::before {
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    transform: scaleX(0);
    transform-origin: left;
}

.testimonial-card span.border-right {
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    transform: scaleY(0);
    transform-origin: top;
}

.testimonial-card span.border-bottom {
    bottom: 0;
    right: 0;
    width: 100%;
    height: 1px;
    transform: scaleX(0);
    transform-origin: right;
}

.testimonial-card span.border-left {
    bottom: 0;
    left: 0;
    width: 1px;
    height: 100%;
    transform: scaleY(0);
    transform-origin: bottom;
}


.testimonial-card:hover::before {
    transform: scaleX(1);
}

.testimonial-card:hover span.border-right {
    transform: scaleY(1);
    transition-delay: 0.2s;
}

.testimonial-card:hover span.border-bottom {
    transform: scaleX(1);
    transition-delay: 0.4s;
}

.testimonial-card:hover span.border-left {
    transform: scaleY(1);
    transition-delay: 0.6s;
}

.testimonial-card:hover {
    transform: translateY(-5px);
}








/*----------------------------------------------------*/
.main-footer {
    margin-top: 80px;
    overflow: hidden;
    background-color: #0F0F0F;
    padding: 80px 0 30px 0;
    position: relative;
    z-index: 1;
}

.main-footer::before {
    position: absolute;
    content: "";
    display: block;
    background-image: url(../images/footer-bg-1.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.main-footer::after {
    position: absolute;
    content: "";
    display: block;
    background-image: url(../images/footer-bg-2.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 40%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
}

.main-footer .footer-content-row .footer-col-brand .brand-description {
    font-family: "Lexend", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #FFFFFF;
    opacity: 0.78;
    margin-top: 24px;
}

.main-footer .footer-content-row .footer-col-brand .social-icons-group {
    margin-top: 20px;
    gap: 12px;
}

.main-footer .footer-content-row .footer-col-brand .social-icons-group .social-icon {
    width: 40px;
    height: 40px;
    background-color: #FFFFFF1F;
    text-align: center;
    line-height: 36px;
    border-radius: 50%;
}

.main-footer .footer-content-row .footer-col-brand .social-icons-group .social-icon svg {
    fill: #fff;
}

.main-footer .footer-content-row .footer-col-brand .social-icons-group .social-icon:hover {
    background-color: #FF006A;
}

.main-footer .footer-content-row .footer-col-brand .social-icons-group .social-icon:hover svg {
    fill: #fff;
}

.main-footer .footer-content-row .footer-col-brand .download-buttons-group {
    align-items: center;
    margin-top: 30px;
    gap: 20px;
}

.main-footer .footer-content-row .footer-col-category h5 {
    font-family: "Lexend", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #FFFFFF;
    margin-bottom: 24px;
}

.main-footer .footer-content-row .footer-col-category ul li {
    margin-bottom: 16px;
}

.main-footer .footer-content-row .footer-col-category ul li:last-child {
    margin-bottom: 0;
}

.main-footer .footer-content-row .footer-col-category ul li a {
    font-family: "Lexend", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #FFFFFF;
    opacity: 0.8;
}

.main-footer .footer-content-row .footer-col-links h5 {
    font-family: "Lexend", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #FFFFFF;
    margin-bottom: 24px;
}

.main-footer .footer-content-row .footer-col-links ul li {
    margin-bottom: 16px;
}

.main-footer .footer-content-row .footer-col-links ul li:last-child {
    margin-bottom: 0;
}

.main-footer .footer-content-row .footer-col-links ul li a {
    font-family: "Lexend", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #FFFFFF;
    opacity: 0.8;
}

.main-footer .copyright-section {
    border-top: 2px solid rgba(255, 255, 255, 0.1) !important;
    margin-top: 40px;
}

.main-footer .copyright-section p {
    font-family: "Lexend", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #F6F7F9;
    margin-top: 30px;
}

.profile-page-main-footer {
    margin-top: 0;
}

/*----------------------------------------------------*/
.product-details-section {
    overflow: hidden;
    margin-top: 100px !important;
}

.product-details-section .product-image-box {
    border: 1px solid #FFFFFF26;
    border-radius: 8px;
}

.product-details-section .product-info-col .product-title {
    font-family: "Lexend", sans-serif;
    font-weight: 600;
    font-size: 28px;
    line-height: 120%;
    color: #FFFFFF;
}

.product-details-section .product-info-col .action-buttons-group {
    margin-top: 24px;
    gap: 16px;
}

.product-details-section .product-info-col .action-buttons-group .theme-btn {
    border: 0;
    padding: 12px 45px;
}

.product-details-section .products-section {
    margin-top: 24px;
}

.product-details-section .products-section .section-header h4 {
    font-family: "Lexend", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
    color: #FFFFFF;
}

.product-details-section .products-section .product-card-grid {
    grid-template-columns: repeat(3, 1fr);
}

.product-rating-details {
    margin-top: 12px;
}

.product-rating-details i {
    color: #FFB23F;
    font-size: 16px;
}

.product-rating-details .rating-value {
    font-family: "Lexend", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0.2px;
    color: #FFFFFF;
    margin-left: 4px;
}

.product-rating-details .rating-count {
    font-family: "Lexend", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.2px;
    color: rgba(255, 255, 255, 0.6);
    margin-left: 4px;
}

.price-group {
    margin-top: 12px;
}

.price-group .product-current-price {
    font-family: "Lexend", sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: 0.2px;
    color: #FFFFFF;
}

.price-group .old-price {
    font-family: "Lexend", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0.2px;
    color: rgba(255, 255, 255, 0.6);
    margin-left: 5px;
}

.price-group .discount-badge-large {
    font-family: "Lexend", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    background-color: #FF3B30;
    padding: 5px 10px;
    border-radius: 4px;
    margin: 0 0 0 auto;
}

.description {
    font-family: "Lexend", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    opacity: 0.9;
}

.description a {
    color: #FF006A;
}

/*----------------------------------------------------*/
.video-details {
    overflow: hidden;
    margin-top: 30px;
    padding-top: 60px;
}

.video-details .main-video {
    width: 100% !important;
    max-height: 580px;
    cursor: pointer;
}

.video-details .video-details-header h2 {
    font-family: "Lexend", sans-serif;
    font-weight: 600;
    font-size: 28px;
    line-height: 120%;
    color: #FFFFFF;
}

.video-details .video-details-header p {
    margin-top: 12px;
    font-family: "Lexend", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    opacity: 0.9;
}

.video-details .video-details-header p a {
    color: #FF006A;
}

.video-details .video-details-header .download-buttons-group {
    margin-top: 30px;
    gap: 20px;
    align-items: center;
}

.video-details .related-video {
    font-family: "Lexend", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
    color: #FFFFFF;
    margin: 30px 0 20px 0;
}

.video-details .thumb {
    cursor: pointer;
}

.video-details .thumb img {
    width: 100%;
    height: 100%;
    border-radius: 6px;
}

.video-details .thumb .video-heading {
    margin-top: 8px;
}

.video-details .thumb .video-heading a {
    font-family: "Lexend", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -0.02em;
    color: #FFFFFF;
}

.video-details .thumb small {
    font-family: "Lexend", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.2px;
    color: rgba(255, 255, 255, 0.75);
    margin-top: 8px;
    display: inline-block;
}

/*----------------------------------------------------*/
.ebook-page-section {
    overflow: hidden;
    margin-top: 100px !important;
}

.ebook-page-section .preview-box img {
    width: 100%;
    height: 580px;
    border-radius: 8px;
}

.ebook-page-section .ebook-title {
    font-family: "Lexend", sans-serif;
    font-weight: 600;
    font-size: 28px;
    line-height: 120%;
    color: #FFFFFF;
}

.ebook-page-section .eldridge {
    margin-top: 17px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ebook-page-section .eldridge h6 {
    font-family: "Lexend", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.7);
}

.ebook-page-section .eldridge h6 span {
    color: #16A34A;
}

.ebook-page-section .action-buttons-group {
    margin-top: 24px;
    gap: 16px;
}

.action-buttons-group .border-btn:hover {
    background-color: #FF006A;
    color: #fff;
}

.action-buttons-group .theme-btn:hover {
    border: 1px solid #FF3B30 !important;
    background-color: transparent !important;
    color: #FF3B30 !important;
}

.ebook-page-section .action-buttons-group .theme-btn {
    border: 0;
    padding: 12px 45px;
}

.ebook-page-section .e-books-section {
    margin-top: 24px;
}

.ebook-page-section .e-books-section .section-header .section-title {
    font-family: "Lexend", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
    color: #FFFFFF;
}

.ebook-page-section .e-books-section .product-card-grid {
    grid-template-columns: repeat(3, 1fr);
}

.hard-and-digital-copy {
    display: flex;
    gap: 16px;
    margin-top: 24px;
}

.hard-and-digital-copy .hard-copy {
    background-color: #1F1F1F;
    padding: 8px 15px 8px 12px;
    border-radius: 6px;
    width: 170px;
}

.hard-and-digital-copy .hard-copy .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hard-and-digital-copy .hard-copy .top span {
    font-family: "Lexend", sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #FFFFFF;
}

.hard-and-digital-copy .hard-copy .top a i {
    color: #fff;
}

.hard-and-digital-copy .hard-copy .footer {
    margin-top: 6px;
    display: flex;
    align-items: center;
}

.hard-and-digital-copy .hard-copy .footer .product-current-price {
    font-family: "Lexend", sans-serif;
    font-weight: 600;
    font-size: 17px;
    line-height: 20px;
    color: #FFFFFF;
}

.hard-and-digital-copy .hard-copy .footer .old-price {
    margin-left: 6px;
    font-family: "Lexend", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #FFFFFF;
}

.hard-and-digital-copy .digital-copy {
    background-color: #1F1F1F;
}

/*----------------------------------------------------*/
.ebook-loging-modal .modal-dialog {
    max-width: 526px;
}

.ebook-loging-modal .modal-dialog .modal-content {
    background-color: #1F1F1F;
    border-radius: 16px;
}

.ebook-loging-modal .modal-dialog .modal-content .modal-body {
    padding: 40px 32px !important;
    position: relative;
}

.ebook-loging-modal .modal-dialog .modal-content .modal-body .btn-close {
    color: #FFFFFF;
    position: absolute;
    top: 17px;
    right: 15px;
}

.ebook-loging-modal .modal-dialog .modal-content .modal-body .modal-header-content h3 {
    font-family: "Lexend", sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 30px;
    color: #FFFFFF;
    margin-top: 20px;
}

.ebook-loging-modal .modal-dialog .modal-content .modal-body .modal-header-content h3 span {
    color: #FF006A;
}

.ebook-loging-modal .modal-dialog .modal-content .modal-body .modal-header-content p {
    font-family: "Lexend", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    color: #FFFFFF;
    opacity: 0.9;
    margin-top: 12px;
}

.ebook-loging-modal .modal-dialog .modal-content .modal-body .login-form {
    margin-top: 24px;
}

.ebook-loging-modal .modal-dialog .modal-content .modal-body .login-form .phone {
    margin-bottom: 20px;
}

.ebook-loging-modal .modal-dialog .modal-content .modal-body .login-form .form-label {
    font-family: "Lexend", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
}

.ebook-loging-modal .modal-dialog .modal-content .modal-body .login-form .form-control {
    background-color: transparent !important;
    border: 1px solid #FFFFFF26;
    box-shadow: none;
    outline: none;
    height: 48px;
    font-family: "Lexend", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    opacity: 0.8;
}

.ebook-loging-modal .modal-dialog .modal-content .modal-body .login-form .password {
    margin-bottom: 11px;
}

.ebook-loging-modal .modal-dialog .modal-content .modal-body .login-form .password .form-control {
    border-right: 0;
}

.ebook-loging-modal .modal-dialog .modal-content .modal-body .login-form .toggle-password {
    background-color: transparent;
    border-left: 0;
    border-color: #FFFFFF26;
}

.ebook-loging-modal .modal-dialog .modal-content .modal-body .login-form .form-check .form-check-input {
    background-color: transparent;
    border: 1px solid #FFFFFF;
    box-shadow: none;
    outline: none;
}

.ebook-loging-modal .modal-dialog .modal-content .modal-body .login-form .form-check .form-check-label {
    font-family: "Lexend", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    opacity: 0.8;
}

.ebook-loging-modal .modal-dialog .modal-content .modal-body .login-form .forgot-password-link {
    font-family: "Lexend", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-decoration-line: underline;
    color: #FFFFFF;
    opacity: 0.8;
}

.ebook-loging-modal .modal-dialog .modal-content .modal-body .login-form .theme-btn {
    margin-top: 24px;
}

.ebook-loging-modal .modal-dialog .modal-content .modal-body .or-sign-in {
    margin-top: 30px;
    border-top: 1px solid #D4D4D8;
    position: relative;
}

.ebook-loging-modal .modal-dialog .modal-content .modal-body .or-sign-in span {
    font-family: "Lexend", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: rgba(255, 255, 255, 0.6);
    background-color: #1F1F1F;
    position: absolute;
    top: -10px;
    left: 32%;
    right: 32%;
}

.ebook-loging-modal .modal-dialog .modal-content .modal-body .btn-google {
    margin-top: 25px;
    background-color: #333333;
    border: 0;
    border-radius: 8px;
    padding: 12px;
}

.ebook-loging-modal .modal-dialog .modal-content .modal-body .account {
    margin-top: 24px;
}

.ebook-loging-modal .modal-dialog .modal-content .modal-body .account span {
    font-family: "Lexend", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: rgba(255, 255, 255, 0.8);
}

.ebook-loging-modal .modal-dialog .modal-content .modal-body .account .sign-up-link {
    font-family: "Lexend", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #FF006A;
}

.confirmation-Modal .modal-dialog {
    max-width: 526px;
}

.confirmation-Modal .modal-dialog .modal-content {
    background-color: #1F1F1F;
    border-radius: 16px;
}

.confirmation-Modal .modal-dialog .modal-content .modal-body {
    position: relative;
    padding: 35px 50px;
}

.confirmation-Modal .modal-dialog .modal-content .modal-body .btn-close {
    position: absolute;
    top: 16px;
    right: 16px;
}

.confirmation-Modal .modal-dialog .modal-content .modal-body h1 {
    font-family: "Lexend", sans-serif;
    font-weight: 700;
    font-size: 26px;
    line-height: 30px;
    color: #FFFFFF;
    margin-top: 16px;
}

.confirmation-Modal .modal-dialog .modal-content .modal-body .lead {
    font-family: "Lexend", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
    opacity: 0.9;
    margin-top: 12px;
}

.confirmation-Modal .modal-dialog .modal-content .modal-body .download-buttons-group {
    margin-top: 30px;
    gap: 20px;
    align-items: center;
}

.confirmation-Modal .modal-dialog .modal-content .modal-body .small-cta {
    margin-top: 20px;
    font-family: "Lexend", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    opacity: 0.9;
}

.my-cart-side-bar {
    width: 480px !important;
    background-color: #1F1F1F;
    z-index: 9999;
}

.my-cart-side-bar .btn-close {
    background: none !important;
    border: 0;
    background-color: transparent;
}

.my-cart-side-bar .btn-close-white {
    background-image: none;
}

.my-cart-side-bar h5 {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    color: #FFFFFF;
}

.my-cart-side-bar .offcanvas-body {
    border-top: 1px solid #F3F3F326;
}

.my-cart-side-bar .offcanvas-body .cart-items {
    min-height: 70vh;
}

.my-cart-side-bar .offcanvas-body .cart-item {
    display: flex;
    padding: 12px 0 12px 14px;
    border-bottom: 1px solid #F3F3F326;
}

.my-cart-side-bar .offcanvas-body .cart-item .item-image-container {
    flex-shrink: 0;
    margin-right: 15px;
}

.my-cart-side-bar .offcanvas-body .cart-item .item-image-container .item-image {
    width: 64px;
    height: auto;
}

.my-cart-side-bar .offcanvas-body .cart-item .item-details {
    flex-grow: 1;
}

.my-cart-side-bar .offcanvas-body .cart-item .item-details .item-name {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}

.my-cart-side-bar .offcanvas-body .cart-item .item-details .item-description {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFFA6;
    margin-top: 4px;
}

.my-cart-side-bar .offcanvas-body .cart-item .item-details .item-price {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    margin-top: 8px;
}

.my-cart-side-bar .offcanvas-body .cart-item .card-right-side {
    text-align: right;
}

.my-cart-side-bar .offcanvas-body .cart-item .item-quantity-controls {
    display: flex;
    align-items: center;
    padding: 4px;
    border-radius: 4px;
    margin-top: 24px;
}

.my-cart-side-bar .offcanvas-body .cart-item .item-quantity-controls .quantity-btn {
    border: none;
    cursor: pointer;
}

.my-cart-side-bar .offcanvas-body .cart-item .item-quantity-controls .quantity-btn.plus {
    border-radius: 50%;
    width: 28px;
    height: 28px;
    background-color: #FFE5EE;
    line-height: 27px;
}

.my-cart-side-bar .offcanvas-body .cart-item .item-quantity-controls .quantity-btn.minus {
    border-radius: 50%;
    width: 28px;
    height: 28px;
    background-color: #3D3D3D;
    line-height: 25px;
}

.my-cart-side-bar .offcanvas-body .cart-item .item-quantity-controls .quantity-value {
    padding: 0 8px;
    min-width: 15px;
    text-align: center;
    font-size: 0.95em;
    color: #FFFFFF;
    margin: 0 18px;
}

.my-cart-side-bar .offcanvas-body .cart-item .item-delete-btn {
    background: none;
    border: none;
}

.my-cart-side-bar .offcanvas-body .cart-item .item-delete-btn .delete-icon svg {
    width: 20px;
    height: 20px;
}

.cart-footer {
    border-top: 1px solid #FFFFFF33;
    padding-top: 16px;
}

.cart-footer .summary-section .summary-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.cart-footer .summary-section .summary-line:last-child {
    margin-bottom: 0;
}

.cart-footer .summary-section .summary-line .summary-label {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFFCC;
}

.cart-footer .summary-section .summary-line .summary-value {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
}

.cart-footer .summary-section .summary-line .total-amount {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    color: #FFFFFF;
}

.cart-footer .summary-section .total-line {
    border-top: 1px solid #FFFFFF42;
    padding-top: 10px;
}

.cart-footer .checkout-actions {
    text-align: center;
    margin-top: 24px;
    display: flex;
    gap: 20px;
}

.cart-footer .checkout-actions a {
    width: 100%;
}

.cart-footer .checkout-actions .cancel {
    border-color: #FF3B30;
    color: #FF3B30;
    width: 100%;
}

.address-modal .modal-dialog {
    max-width: 780px;
    height: 100%;
}

.address-modal .modal-dialog .modal-content {
    border-radius: 16px !important;
    background-color: #1F1F1F;
}

.address-modal .modal-dialog .modal-content .modal-body {
    padding: 0 30px;
}

.address-modal .modal-dialog .modal-header {
    border-color: #4C4C4C;
    padding: 24px 30px;
}

.address-modal .modal-dialog .modal-header h1 {
    font-family: "Lexend", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    color: #FFFFFF;
}

.address-modal .modal-dialog .modal-header .btn-close {
    background-color: #3F3E3E;
    border-radius: 50%;
    font-size: 15px;
    box-shadow: none;
    outline: none;
    color: #fff;
    background-image: none;
    padding: 0;
    width: 30px;
    height: 30px;
}

.address-form {
    margin-top: 20px;
}

.address-form .form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 16px;
}

.address-form .form-row:last-child {
    margin-bottom: 0;
}

.address-form .form-row .form-group {
    width: 100%;
}

.address-form .form-row label {
    font-family: "Lexend", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    display: block;
    margin-bottom: 6px;
}

.address-form .form-row input {
    width: 100%;
    height: 48px;
    border: 1px solid #FFFFFF33;
    border-radius: 4px;
    padding-left: 14px;
    box-shadow: none;
    outline: none;
    font-family: "Lexend", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF99;
    background-color: transparent;
}

.bottom-nav {
    margin-top: 20px;
}

.bottom-nav h3 {
    font-family: "Lexend", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    margin-bottom: 16px;
}

.bottom-nav-body {
    display: flex;
}

.bottom-nav-body .address-type {
    margin-right: 30px;
}

.bottom-nav-body .nav-item {
    display: inline-block;
    text-align: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 39px;
}

.bottom-nav-body .nav-item:last-child {
    margin-right: 0;
}

.bottom-nav-body span {
    font-family: "Lexend", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    margin-top: 8px;
    display: block;
}

.bottom-nav-body .home {
    background-color: #0376E01A;
}

.bottom-nav-body .office {
    background-color: #FF950026;
}

.bottom-nav-body .partner {
    background-color: #7879F11A;
}

.bottom-nav-body .other {
    background-color: #0BBB071A;
}

.modal-footer {
    border: 0;
    display: block;
    text-align: center;
    padding: 0;
    margin: 28px 0 0 0;
    padding-bottom: 30px;
}

.modal-footer button {
    width: 188px;
    height: 48px;
}

.order-success-modal .modal-dialog {
    max-width: 409px;
}

.order-success-modal .modal-dialog .modal-content {
    border-radius: 10px !important;
    background-color: #1F1F1F;
}

.order-success-modal .modal-dialog .modal-content .modal-body {
    padding: 35px 18px 30px 18px !important;
}

.order-success-modal .modal-dialog .modal-content .modal-body .success-icon-container svg {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.order-success-modal .modal-dialog .modal-content .modal-body h4 {
    font-family: "Lexend", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    color: #FFFFFF;
    margin-top: 35px;
}

.order-success-modal .modal-dialog .modal-content .modal-body p {
    margin-top: 20px;
    font-family: "Lexend", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 160%;
    color: #FFFFFF;
}

.order-success-modal .modal-dialog .modal-content .modal-body .theme-btn {
    margin-top: 30px;
}

.review-modal .modal-dialog {
    max-width: 860px;
}

.review-modal .modal-dialog .modal-content {
    background-color: #1F1F1F;
    border-radius: 16px;
}

.review-modal .modal-dialog .modal-content .modal-header {
    border-color: #FFFFFF33;
}

.review-modal .modal-dialog .modal-content .modal-header h1 {
    font-family: "Lexend", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    color: #FFFFFF;
}

.review-modal .modal-dialog .modal-content .modal-header .btn-close {
    background-color: #3F3E3E;
    border-radius: 50%;
    font-size: 15px;
    box-shadow: none;
    outline: none;
    color: #fff;
    background-image: none;
    padding: 0;
    width: 30px;
    height: 30px;
}

.review-modal .modal-dialog .modal-content .modal-body {
    padding: 20px 24px 24px 24px !important;
}

.review-modal .modal-dialog .modal-content .modal-body .ratting-title {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}

.review-modal .modal-dialog .modal-content .modal-body .ratting {
    margin-top: 12px;
}

.review-modal .modal-dialog .modal-content .modal-body .ratting li {
    display: inline-block;
    margin-right: 8px;
}

.review-modal .modal-dialog .modal-content .modal-body .ratting li:last-child {
    margin-right: 0;
}

.review-modal .modal-dialog .modal-content .modal-body .review-modal-text-area {
    margin-top: 30px;
}

.review-modal .modal-dialog .modal-content .modal-body .review-modal-text-area .your-review {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    margin-bottom: 8px;
}

.review-modal .modal-dialog .modal-content .modal-body .review-modal-text-area textarea {
    width: 100%;
    height: 99px;
    background-color: transparent;
    border: 1px solid #FFFFFF40;
    border-radius: 8px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.81);
}

.review-modal .modal-dialog .modal-content .modal-footer {
    padding-bottom: 50px;
}

/*----------------------------------------------------*/
.check-out-section {
    overflow: hidden;
    margin-top: 90px;
}

.check-out-nav ul li {
    display: inline-block;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -0.02em;
    color: #FFFFFFB2;
}

.check-out-nav ul li a {
    color: #FFFFFFB2;
}

.check-out-nav ul li .active {
    color: #FF006A;
}

.check-out {
    border: 1px solid #FFFFFF33;
    padding: 24px;
    border-radius: 10px;
    margin-top: 20px;
}

.check-out .check-out-hedings {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #FFFFFF47;
    padding-bottom: 14px;
    margin-bottom: 16px;
}

.check-out .check-out-hedings h5 {
    font-family: "Lexend", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
}

.check-out .check-out-hedings .Shipping-btn {
    font-family: "Lexend", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #FF006A;
    background-color: #1F1F1F;
    border: 0;
    border-radius: 4px;
    padding: 10px;
}

.check-out .active {
    border-color: #FF006A;
}

.check-out .delivery-type-heading {
    margin-top: 24px;
}

.check-out .delivery-type-heading h5 {
    font-family: "Lexend", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    margin-bottom: 16px;
}

.check-out-card {
    background-color: #1F1F1F;
    border: 1px solid #FFFFFF33;
    border-radius: 4px;
    padding: 16px;
}

.check-out-card .head {
    display: flex;
    justify-content: space-between;
}

.check-out-card .head .left-side {
    display: flex;
}

.check-out-card .head .left-side .home-icons {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 36px;
    border-radius: 50%;
    background-color: #FF006A33;
}

.check-out-card .head .left-side .name {
    margin-left: 8px;
}

.check-out-card .head .left-side .name h6 {
    font-family: "Lexend", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}

.check-out-card .head .left-side .name p {
    font-family: "Lexend", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #FFFFFF;
    opacity: 0.8;
}

.check-out-card .head .right-side .checked-btn .form-check-input {
    background-color: transparent !important;
    border: 1px solid #979797;
    box-shadow: none;
}

.check-out-card .head .right-side .checked-btn .form-check-input:checked[type=radio] {
    background-image: url(../images/check.png) !important;
    background-repeat: no-repeat;
    background-position: center;
}

.check-out-card .head .right-side .checked-btn input:checked {
    border-color: #FF006A;
}

.check-out-card .location {
    font-family: "Lexend", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    opacity: 0.9;
    margin-top: 13px;
}

.your-order-summary {
    margin-top: 24px;
}

.your-order-summary .order-header {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #FFFFFF33;
    padding-bottom: 14px;
    margin-bottom: 13px;
}

.your-order-summary .order-header h4 {
    font-family: "Lexend", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
}

.your-order-summary .order-list .order-item {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #FFFFFF33;
    padding-bottom: 12px;
    margin-bottom: 13px;
}

.your-order-summary .order-list .order-item:last-child {
    border: 0;
    margin: 0;
}

.your-order-summary .order-list .order-item .item-left {
    display: flex;
    align-items: center;
}

.your-order-summary .order-list .order-item .item-left .item-info {
    margin-left: 8px;
}

.your-order-summary .order-list .order-item .item-left .item-info h5 {
    font-family: "Lexend", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}

.your-order-summary .order-list .order-item .item-left .item-info p {
    margin-top: 5px;
    font-family: "Lexend", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: rgba(255, 255, 255, 0.7);
}

.your-order-summary .order-list .order-item .item-left .item-info strong {
    font-family: "Lexend", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    opacity: 0.9;
    margin-top: 10px;
    display: inline-block;
}

.your-order-summary .order-list .order-item .item-left img {
    width: 84px;
    height: 84px;
    object-fit: contain;
}

.your-order-summary .order-list .order-item .item-right {
    text-align: right;
    text-align: -webkit-right;
}

.your-order-summary .order-list .order-item .item-right .delete-btn {
    border: 0;
    background-color: transparent;
    padding: 0;
    display: block;
}

.your-order-summary .order-list .order-item .item-right .qty {
    display: inline-block;
    margin-top: 23px;
    font-family: "Lexend", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 23px;
    color: #FFFFFF;
}

.order-summary {
    background-color: #1F1F1F;
    border: 1px solid #FFFFFF33;
    border-radius: 4px;
}

.order-summary .heading {
    border-bottom: 1px solid #FFFFFF26;
    padding: 17px 0 17px 20px;
}

.order-summary .heading h3 {
    font-family: "Lexend", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    color: #FFFFFF;
}

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

.order-summary .summary-body .items {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.order-summary .summary-body .items:last-child {
    margin-bottom: 0;
}

.order-summary .summary-body .items span {
    font-family: "Lexend", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    color: #FFFFFF;
}

.order-summary .summary-body .items h6 {
    font-family: "Lexend", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    color: #FFFFFF;
    opacity: 0.8;
}

.order-summary .summary-footer {
    border-top: 1px solid #FFFFFF33;
    margin: 0 20px 20px;
}

.order-summary .summary-footer .total-payable {
    margin: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.order-summary .summary-footer .total-payable span {
    font-family: "Lexend", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 23px;
    color: #FFFFFF;
}

.order-summary .summary-footer .total-payable h5 {
    font-family: "Lexend", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 23px;
    color: #FFFFFF;
}

/*----------------------------------------------------*/
.profile-section {
    overflow: hidden;
    padding-bottom: 80px;
    background-color: #131313;
}

.profile-section .profile {
    background: #000000;
    box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    margin-top: 30px;
    border-radius: 10px;
}

.profile-section .profile .col-lg-3 {
    padding: 0;
    margin: 0;
}

.profile-section .profile .col-lg-9 {
    padding: 0 0 0 0;
    margin: 0;
}

.profile-section .profile .profile-left-side-bar {
    border-right: 1px solid #FFFFFF26;
    min-height: 100vh !important;
    position: relative;
}

.profile-section .profile .profile-left-side-bar .side-menu .menu-header {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #FFFFFF26;
    padding-bottom: 24px;
    padding: 24px 20px;
}

.profile-section .profile .profile-left-side-bar .side-menu .menu-header .logo a img {
    width: 72px;
    height: 72px;
}

.profile-section .profile .profile-left-side-bar .side-menu .menu-header .name {
    margin-left: 15px;
}

.profile-section .profile .profile-left-side-bar .side-menu .menu-header .name span {
    font-family: "Lexend", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #FFFFFFCC;
    opacity: 0.9;
}

.profile-section .profile .profile-left-side-bar .side-menu .menu-header .name a {
    display: block;
    font-family: "Lexend", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
    margin-top: 5px;
}

.profile-section .profile .profile-left-side-bar .contain-menu {
    padding: 0 16px;
    margin-top: 6px;
}

.profile-section .profile .profile-left-side-bar .contain-menu ul li {
    border-radius: 4px;
}

.profile-section .profile .profile-left-side-bar .contain-menu ul li a {
    padding: 12px 10px 12px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.profile-section .profile .profile-left-side-bar .contain-menu ul li a .left-side .username {
    margin-left: 10px;
    font-family: "Lexend", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFFCC;
}

.profile-section .profile .profile-left-side-bar .contain-menu ul .active {
    background-color: #1F1F1F;
    border-left: 3px solid #FF006A;
}

.log-out-btn {
    padding: 0 16px 20px 16px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.log-out-btn .logoutButtons {
    display: block;
    padding: 10px 20px;
    border: 1px solid #FF006A;
    border-radius: 4px;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #FF006A;
    text-align: center;
}

.profile-right-side-bar .right-side-bar-top {
    padding: 15px 24px 15px 30px;
    border-bottom: 1px solid #FFFFFF26;
}

.profile-right-side-bar .right-side-bar-top .top-item {
    padding: 16px 20px;
    border-radius: 8px;
    background: #1F1F1F;
}

.profile-right-side-bar .right-side-bar-top .top-item h5 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: "Lexend", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    color: #FFFFFF;
}

.profile-right-side-bar .right-side-bar-top .top-item p {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #FFFFFF99;
    margin-top: 10px;
}

.profile-right-side-bar .right-side-bar-top .orders {
    background: #1F1F1F;
    background-image: url(../images/profile/top-item-bg-1.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.profile-right-side-bar .right-side-bar-top .processing {
    margin-left: 20px;
    background-image: url(../images/profile/top-item-bg-2.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.profile-right-side-bar .right-side-bar-top .delivered {
    background-image: url(../images/profile/top-item-bg-3.png);
    background-size: cover;
    background-repeat: no-repeat;
    margin-left: 20px;
}

.profile-right-side-bar .right-side-bar-top .cancelled {
    margin-left: 20px;
    background-image: url(../images/profile/top-item-bg-4.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.profile-update-section h2 {
    font-family: "Lexend", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    padding: 15px 0 15px 24px;
    border-bottom: 1px solid #FFFFFF26;
}

.profile-update-section .profile-grid {
    margin: 24px;
    /* Form Layout */
}

.profile-update-section .profile-grid .image-upload {
    cursor: pointer;
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.profile-update-section .profile-grid .image-upload input {
    display: none;
}

.profile-update-section .profile-grid .image-upload .upload-box {
    padding: 36px 12px;
    background-color: #1F1F1F;
    border-radius: 4px;
    text-align: center;
    display: inline-block;
    border: 1px dashed #FFFFFF33;
}

.profile-update-section .profile-grid .image-upload .upload-box p {
    font-family: "Lexend", sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 24px;
    color: #FFFFFF;
}

.profile-update-section .profile-grid .update-form {
    margin-top: 24px;
}

.profile-update-section .profile-grid .update-form .form-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .profile-update-section .profile-grid .update-form .form-row {
        grid-template-columns: 1fr;
    }
}

.profile-update-section .profile-grid .update-form .forms-group {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.profile-update-section .profile-grid .update-form .forms-group label {
    font-family: "Lexend", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
}

.profile-update-section .profile-grid .update-form .forms-group input,
.profile-update-section .profile-grid .update-form .forms-group select {
    height: 48px;
    background-color: #FFFFFF17 !important;
    border: 1px solid #FFFFFF3D;
    border-radius: 6px;
    padding: 12px 14px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF99 !important;
    box-shadow: none;
    outline: none;
}

.profile-update-section .profile-grid .update-form .forms-group input:focus,
.profile-update-section .profile-grid .update-form .forms-group select:focus {
    border-color: #FF006A;
    outline: none;
}

.profile-update-section .profile-grid .update-form .forms-group select option {
    background-color: #FFFFFF17;
}

.profile-update-section .profile-grid .update-form .button-row {
    margin-top: 24px;
    text-align: center;
}

.profile-update-section .profile-grid .update-form .button-row button {
    margin-left: 16px;
    width: 151px;
    height: 56px;
    padding: 0;
}

/*----------------------------------------------------*/
.description-reviews-nav-section {
    overflow: hidden;
    background-color: transparent;
    border-radius: 4px;
}

.description-reviews-nav-section .nav-pills .nav-item .nav-link {
    font-family: "Lexend", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    color: #FFFFFFB2;
    border-radius: 0;
    padding: 15px 16px;
}

.description-reviews-nav-section .nav-pills .nav-item .active {
    background-color: transparent;
    border-bottom: 1px solid #FF006A;
    color: #FF006A;
}

/*----------------------------------------------------*/
.online-orders-table {
    width: 100%;
}

.online-orders-table thead tr th {
    padding: 12px 0;
    text-align: center;
    background-color: #131313;
    font-family: "Lexend", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #FFFFFF;
}

.online-orders-table #orderContent tr {
    border-bottom: 1px solid #FFFFFF40;
}

.online-orders-table #orderContent tr td {
    text-align: center;
    padding: 14px 0;
    font-family: "Lexend", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #FFFFFFCC;
}

.online-orders-table #orderContent tr td .product {
    display: flex;
    justify-content: center;
}

.online-orders-table #orderContent tr td .product img {
    width: 40px;
    height: 40px;
}

.online-orders-table #orderContent tr td .product .right-side {
    margin-left: 16px;
    text-align: left;
}

.online-orders-table #orderContent tr td .product .right-side p {
    font-family: "Lexend", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
}

.online-orders-table #orderContent tr td .product .right-side span {
    font-family: "Lexend", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFFCC;
}

.view-details-table {
    margin-top: 24px;
    padding: 0 20px;
}

.view-details-table .online-orders-table tr {
    border: 1px solid #FFFFFF26;
}

.status {
    width: 100px;
    height: 28px;
    border-radius: 43px;
    font-family: "Lexend", sans-serif;
    font-weight: 500;
    font-size: 15px;
    text-align: center;
    line-height: 28px;
    display: inline-block;
}

.pending {
    background-color: #F68A3D4D;
    color: #FF8D28;
}

.pending:hover {
    color: #FF8D28;
}

.confirmed {
    color: #47F9FF;
    background-color: #47F9FF33;
}

.processing {
    color: #9640FF;
    background-color: #8827FF4D;
}

.delivered {
    background-color: #22A94E4D;
    color: #22A94E;
}

.cancelled {
    color: #FF3B30;
    background-color: #FF3B304D;
}

.returned {
    color: #00C7BE;
    background-color: #00C7BE1A;
}

.responsive-table {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.online-orders-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 800px;
}

/*----------------------------------------------------*/
.view-order-details {
    padding-bottom: 40px;
}

.view-order-details .order-details-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    border-bottom: 1px solid #FFFFFF26;
}

.view-order-details .order-details-heading h4 {
    font-family: "Lexend", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #FFFFFF;
}

.view-order-details .order-details-heading .order-chancel-btn {
    background-color: #FF006A;
    padding: 4px 20px;
    border-radius: 6px;
    font-family: "Lexend", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    display: inline-block;
}

.order-no {
    margin-top: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 18px 20px 0 20px;
}

.order-no .left-side h5 {
    font-family: "Lexend", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #FFFFFF;
}

.order-no .left-side p {
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    margin-top: 8px;
}

.order-no .right-side {
    text-align: right;
}

.order-no .right-side ul li {
    font-family: "Lexend", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFFCC;
    margin-bottom: 4px;
}

.order-no .right-side ul li:last-child {
    margin-bottom: 0;
}

.order-status-pending {
    color: #F68A3D;
}

.cash-on-delivery {
    color: #FFFFFF;
}

.payment-status-unpaid {
    color: #FF3B30;
}

.address-order-summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    margin-top: 4px;
}

.order-summary-card {
    width: 280px;
    border-radius: 4px;
    padding: 12px 16px;
}

.order-summary-card .summary-body .items {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.order-summary-card .summary-body .items span {
    font-family: "Lexend", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFFCC;
}

.order-summary-card .summary-body .items h6 {
    font-family: "Lexend", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFFCC;
}

.order-summary-card .summary-body .total {
    border-top: 1px solid #FFFFFF63;
    padding-top: 16px;
}

.order-summary-card .summary-body .total span {
    font-family: "Lexend", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: #FFFFFF;
}

.order-summary-card .summary-body .total h6 {
    font-family: "Lexend", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: #FFFFFF;
}

/*----------------------------------------------------*/
.profile-reviews-page {
    margin-top: 0;
}

.profile-reviews-page .nav-pills {
    border-bottom: 1px solid #FFFFFF26;
}

.profile-reviews-page .to-reviews .review-items {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px 15px 20px;
    border-bottom: 1px solid #FFFFFF26;
}

.profile-reviews-page .to-reviews .review-items:last-child {
    border-bottom: 0;
}

.profile-reviews-page .to-reviews .review-items .reviews-left {
    display: flex;
    align-items: center;
}

.profile-reviews-page .to-reviews .review-items .reviews-left img {
    width: 80px;
    height: 74px;
}

.profile-reviews-page .to-reviews .review-items .reviews-left .right {
    margin-left: 25px;
}

.profile-reviews-page .to-reviews .review-items .reviews-left .right p {
    font-family: "Lexend", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 23px;
    color: #FFFFFF;
}

.profile-reviews-page .to-reviews .review-items .reviews-right .reviews-btn {
    background-color: #FF006A;
    border-radius: 4px;
    padding: 7px 26px;
    display: inline-block;
    font-family: "Lexend", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    color: #FFFFFF;
    border: 0;
}

.review-history .history-items {
    display: flex;
    border-bottom: 1px solid #FFFFFF36;
    margin: 16px 20px 0 23px;
    padding-bottom: 16px;
}

.review-history .history-items:last-child {
    border: 0;
}

.review-history .history-items .history-left img {
    width: 70px;
    height: 69px;
}

.review-history .history-items .history-right {
    margin-left: 16px;
}

.review-history .history-items .history-right .rating {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.review-history .history-items .history-right .rating .left-side ul li {
    display: inline-block;
    margin-right: 2px;
}

.review-history .history-items .history-right .rating .left-side span {
    font-family: "Lexend", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 28px;
    color: #FFFFFF !important;
}

.review-history .history-items .history-right .rating .right-side a {
    border: 1px solid #9999994D;
    border-radius: 4px;
    padding: 8px 20px;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #999999;
}

.review-history .history-items .history-right p {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 23px;
    color: #FFFFFFA6;
    margin-top: 10px;
}

/*----------------------------------------------------*/
.profile-shipping-heading {
    padding: 7px 20px 7px 24px !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #FFFFFF26;
}

.profile-shipping-heading h5 {
    font-family: "Lexend", sans-serif;
    font-weight: 500;
    font-size: 17px;
    line-height: 24px;
    color: #FFFFFF;
}

.profile-shipping-heading .addshiping {
    color: #FFFFFF;
    background-color: #FF006A;
    border: 0;
    border-radius: 4px;
    padding: 8px 10px;
    font-family: "Lexend", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    color: #FFFFFF;
}

.address-body {
    padding: 24px 24px 30px 24px;
}

.address-card {
    display: flex;
    justify-content: space-between;
    border: 1px solid #FFFFFF33;
    padding: 20px;
    border-radius: 4px;
    margin-bottom: 17px;
}

.address-card:last-child {
    margin-bottom: 0;
}

.address-card .left {
    display: flex;
}

.address-card .left .icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #FF006A33;
    text-align: center;
    line-height: 34px;
    margin-right: 8px;
}

.address-card .left .info h4 {
    font-family: "Lexend", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}

.address-card .left .info p {
    font-family: "Lexend", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #FFFFFF;
}

.address-card .address {
    margin-top: 12px;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #FFFFFFD9;
}

.address-card .actions button {
    background-color: transparent;
    padding: 3px 10px;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
}

.address-card .actions .edit {
    border: 1px solid #00AC2B;
    color: #00AC2B;
    border-radius: 4px;
}

.address-card .actions .delete {
    color: #C52127;
    border: 1px solid #C52127;
    border-radius: 4px;
    margin-left: 8px;
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
@media (max-width: 1399px) {
    .products-section .product-card-grid {
        grid-template-columns: repeat(4, 1fr);
    }

    .secend-section .secend {
        padding: 27px 24px 27px 20px;
    }

    .secend-section .secend .secend-card {
        padding: 20px 6px 20px 0;
    }

    .main-footer .footer-content-row .footer-col-brand .download-buttons-group {
        display: block !important;
    }

    .main-footer .footer-content-row .footer-col-brand .download-buttons-group a {
        display: block;
        margin-top: 16px;
    }

    .products-section .product-card-grid .product-card-items .card-body .theme-btn {
        padding: 6px 0px !important;
    }
}

@media (max-width: 1199px) {
    .products-section .product-card-grid .product-card-items .card-body .theme-btn {
        padding: 6px 0px !important;
    }

    .secend-there-card {
        border: 0;
    }

    .app-banner-section {
        padding: 40px 0 0 0;
    }

    .lg-mb-30 {
        margin-bottom: 30px;
    }

    .lg-mb-30:last-child {
        margin-bottom: 0;
    }

    .product-details-section .products-section .product-card-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .ebook-page-section .e-books-section .product-card-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .profile-section .profile .profile-left-side-bar .side-menu .menu-header .name a {
        font-size: 16px;
    }

    .profile-section .profile .profile-left-side-bar .contain-menu ul li a {
        padding: 12px 8px 12px 10px;
    }
}

@media (max-width: 991px) {
    header .custom-navbar .collapse {
        margin-top: 20px;
    }

    header .custom-navbar .collapse .navbar-nav .nav-item {
        margin-bottom: 20px;
    }

    .products-section .product-card-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .secend-card-two {
        border: 0 !important;
    }

    .secend-there-card {
        border-color: #FFFFFF26;
    }

    .md-mb-30 {
        margin-bottom: 30px !important;
    }

    .md-mb-30:last-child {
        margin-bottom: 0 !important;
    }

    .ebook-page-section .e-books-section .product-card-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .profile-right-side-bar .right-side-bar-top .delivered {
        margin-left: 0;
    }

    .profile-section .profile .profile-left-side-bar .side-menu .menu-header .name a {
        font-size: 20px;
    }

    .profile-section .profile .profile-left-side-bar .contain-menu ul li a {
        padding: 12px 10px 12px 16px;
    }

    .log-out-btn {
        position: inherit;
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .banner-section {
        padding: 100px 0 140px 0;
    }

    .banner-section .main-banner-title {
        font-size: 45px;
    }

    .products-section .product-card-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .secend-card {
        border: 0 !important;
    }

    .secend-section {
        padding: 45px 0;
    }

    .faq-section .accordion .accordion-item .accordion-header .accordion-button {
        padding-right: 60px;
    }

    .footer-col-category {
        margin-bottom: 30px;
    }

    .ebook-page-section .e-books-section .product-card-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .address-order-summary {
        display: block;
    }

    .address-order-summary .check-out-card {
        margin-bottom: 30px;
    }

    .order-no {
        display: block;
    }

    .order-no .right-side {
        margin-top: 16px;
    }

    .address-card {
        display: block;
    }

    .address-card .actions {
        margin-top: 16px;
    }
}

@media (max-width: 575px) {
    .sm-mb-30 {
        margin-bottom: 30px;
    }

    .profile-right-side-bar .right-side-bar-top .processing {
        margin-left: 0px;
    }

    .profile-right-side-bar .right-side-bar-top .cancelled {
        margin-left: 0;
    }

    .pagination {
        display: block;
    }

    .pagination ul {
        margin-top: 16px;
    }
}

@media (max-width: 477px) {
    .banner-section .badge-container .awesome-badge {
        font-weight: 400;
        font-size: 14px;
    }

    .banner-section .download-buttons-group {
        display: block !important;
    }

    .banner-section .download-buttons-group a {
        display: block;
        margin-bottom: 15px;
    }

    .banner-section .main-banner-title {
        font-size: 35px;
    }

    .banner-section .banner-subtitle {
        font-size: 14px;
    }

    .products-section .product-card-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .app-banner-section .banner-text-content .download-title {
        font-size: 30px;
    }

    .app-banner-section .banner-text-content .description {
        font-size: 16px;
    }

    .app-banner-section .banner-text-content .description br {
        display: none;
    }

    .features-section .section-header .section-title {
        font-size: 30px;
    }

    .features-section .section-header .section-subtitle {
        font-size: 14px;
    }

    .product-details-section .products-section .product-card-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .product-page .pagination-component ul li {
        margin-bottom: 7px;
    }

    .ebook-page-section .e-books-section .product-card-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .ebook-page-section .eldridge {
        display: block;
    }

    .price-group {
        display: block !important;
    }

    .ebook-page-section .ebook-title {
        font-size: 20px;
    }

    .description {
        font-size: 14px;
        margin-top: 12px;
    }

    .check-out .check-out-hedings {
        display: block;
    }

    .check-out .check-out-hedings .Shipping-btn {
        margin-top: 16px;
    }
}

/*----------------------------------------------------*/



/* Default hidden state for WOW */
.wow {
    visibility: hidden;
}

/* Animate fade-up */
.fade-up {
    transform: translateY(30px);
    /* start slightly below */
    opacity: 0;
    transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1),
        opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

/* When WOW adds 'animated' class */
.animated.fade-up {
    transform: translateY(0);
    /* move to final position */
    opacity: 1;
}

.animated.fade-up {
    transform: translateY(0);
    opacity: 1;
    transition-delay: 0.2s;
    /* element-wise delay */
}

.wow:nth-child(1) {
    transition-delay: 0s;
}

.wow:nth-child(2) {
    transition-delay: 0.1s;
}

.wow:nth-child(3) {
    transition-delay: 0.2s;
}

/*# sourceMappingURL=style.css.map */
.product-header-btn {
    display: flex;
    /* width: 100%; */
}

/* .product-header-btn .flex-nowrap{
  display: flex;
} */

.product-search input {
    background-color: transparent;
    border: 1px solid #FFFFFF1A;
    outline: none;
    box-shadow: none;
    width: 258px;
    height: 40px;
    border-radius: 100px;
    font-family: 'Lexend';
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: rgba(255, 255, 255, 0.8);
    padding-left: 16px;
}

.product-search input::placeholder {
    color: rgba(255, 255, 255, 0.8);
}

.product-search {
    position: relative;
    margin-left: 10px;
    display: inline-block;
}

.product-search .search-icons {
    position: absolute;
    top: 5px;
    right: 16px;
}

@media(max-width: 1100px) {
    .product-header-btn {
        display: block;
    }

    .product-header-btn .product-search {
        margin-top: 10px;
        margin-left: 0;
    }

    .product-page-section .flex-nowrap {
        text-align: center;
        width: 100%;
    }
}

@media(max-width: 768px) {
    .product-search input {
        width: 100%;
    }

    .product-search {
        display: block;
    }
}

.secend::before,
.secend::after,
.secend span.border-bottom,
.secend span.border-left {
    content: "";
    position: absolute;
    background: linear-gradient(139.5deg, rgba(143, 0, 253, 0.85) 25.78%, rgba(255, 0, 106, 0.6) 99.06%);
    transition: transform 0.25s linear;
    border-radius: 9px;
}

.secend::before {
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    transform: scaleX(0);
    transform-origin: left;
    border-radius: 9px;
}

.secend::after {
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    transform: scaleY(0);
    transform-origin: top;
    border-radius: 9px;
}

.secend span.border-bottom {
    bottom: 0;
    right: 0;
    width: 100%;
    height: 1px;
    transform: scaleX(0);
    transform-origin: right;
}

.secend span.border-left {
    bottom: 0;
    left: 0;
    width: 1px;
    height: 100%;
    transform: scaleY(0);
    transform-origin: bottom;
}


.secend:hover::before {
    transform: scaleX(1);
}

.secend:hover::after {
    transform: scaleY(1);
    transition-delay: 0.2s;
}

.secend:hover span.border-bottom {
    transform: scaleX(1);
    transition-delay: 0.4s;
}

.secend:hover span.border-left {
    transform: scaleY(1);
    transition-delay: 0.6s;
}

.secend:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(143, 0, 253, 0.1);
}

.e-book-section-header ul li {
    display: inline-block;
    font-family: 'Inter';
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: rgba(255, 255, 255, 0.65);
}

.e-book-section-header ul li a {
    color: rgba(255, 255, 255, 0.65);
}

.e-book-section-header ul li .active {
    color: #FF006A;
}

.e-books-list {
    margin-top: 8px !important;
}


.banner_img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

/* otp Modal Styling */
#otpModal {
    z-index: 9999;
}

.otp-modal {
    background-color: #1F1F1F;
    border-radius: 16px;
    padding: 30px 48px 40px 48px !important;
}

.otp-modal .modal-header {
    padding: 0 !important;
}

.otp-modal .modal-header .btn-close {
    background-image: none !important;
    outline: none;
    box-shadow: none;
}

.otp-input {
    width: 45px;
    height: 52px;
    background-color: transparent;
    border: 1px solid #71717A;
    text-align: center;
    font-family: 'Inter';
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: #FFFFFF;
}

.otp-input:focus {
    background-color: transparent;
    color: white;
    border-color: #FF006A;
    box-shadow: none;
    outline: none;
}

.otp-modal h3 {
    font-family: 'Lexend';
    font-weight: 700;
    font-size: 26px;
    line-height: 30px;
    color: #FFFFFF;
    margin-bottom: 12px;
}

.otp-modal p {
    font-family: 'Lexend';
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    opacity: 0.9;
}

.otp-modal span {
    font-family: 'Inter';
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    display: block;
}

.otp-modal small {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #B4B7BA;
}

.otp-modal small a {
    font-family: 'Inter';
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #FF006A;
}

.otp-modal .btn-pink {
    background-color: #FF006A;
    color: white;
    border: none;
    border-radius: 6px;
    font-family: 'Inter';
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}

.otp-icon {
    background: #FECF8F24;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal {
    z-index: 9999;
}

.phone-input {
    display: flex;
}

.phone-input span {
    border: 1px solid #FFFFFF26;
    font-family: 'Lexend';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    opacity: 0.8;
    border-right: 0;
    padding: 11px 0 11px 14px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.phone-input .form-control {
    border-left: 0 !important;
}


.border-bottom {
    border-bottom-color: #7901D6 !important;
}

.login-modal {
    background-color: #1F1F1F;
    color: white;
    border-radius: 16px;
    border: none;
}

.login-modal .modal-body {
    padding: 17px 24px 30px 24px;
}

.login-modal .modal-body h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 13px;
}

.login-modal .nav-tabs {
    border-bottom: 1px solid #6C6F71 !important;
}

.login-modal .nav-tabs .nav-link {
    border: none !important;
    background: transparent !important;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #D2D6DB;
}

.login-modal .nav-tabs .nav-link.active {
    color: #FF006A !important;
    border-bottom: 2px solid #FF006A !important;
}

.login-modal .form-label {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
}

.login-modal .custom-input-group {
    border: 1px solid #6C6F71;
    border-radius: 8px;
}

.login-modal .custom-input-group span img {
    width: 32px;
    height: 20px;
    object-fit: contain;
}

.login-modal .custom-input-group span .number {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #D2D6DB;
    padding: 0 7px 0 10px;
}

.login-modal .custom-input-group .form-control {
    box-shadow: none;
    font-family: 'Inter';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #D2D6DB;
}

.login-modal .custom-input-group .form-control::placeholder {
    color: #D2D6DB;
}

.login-modal .custom-input-group:focus-within {
    border-color: #FF006A;
    box-shadow: none;
}

.vertical-divider {
    width: 1px;
    height: 21px;
    background-color: #E4E3DE;
}

.login-modal .btn-pink {
    background-color: #FF006A;
    border-radius: 6px;
    font-family: 'Inter';
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    border: 0;
}

.login-modal .custom-close-btn {
    background: #333;
    border: none;
    color: white;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 15px;
    right: 20px;
    z-index: 1;
}

.login-modal .account {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #E7EAED;
    text-align: center;
}

.login-modal .account a {
    font-family: 'Inter';
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #FF006A;
}

.modal-close-btn {
    position: relative;
}

.email-modal .form-label {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
}

.login-modal .full-name .form-control {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #D2D6DB;
}

.login-modal .full-name .form-control::placeholder {
    color: #D2D6DB;
}


.coupon {
    color: #fff;
}

.coupon:hover {
    color: #fff;
}









.coupon-modal-body .form-label {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    background-color: #1F1F1F;
    padding: 0 10px;
    position: absolute;
    left: 45px;
    top: 13px;
}

.coupon-card {
    background-color: #E6F6E817;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}

.coupon-list .coupon-card .coupon-left h4 {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #00932C;
}

.coupon-list .coupon-card .coupon-left .discount-2 {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #FC7F19;
}

.coupon-list .coupon-card .coupon-left small {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
    margin-top: 8px;
}

.coupon-left {
    min-width: 90px;
    padding: 15px;
}

.coupon-right {
    border-left: 2px dashed #1F1F1F;
}

.coupon-left::before,
.coupon-left::after {
    content: "";
    position: absolute;
    left: 80px;
    width: 25px;
    height: 25px;
    background-color: #1F1F1F;
    border-radius: 50%;
}

.coupon-left::before {
    top: -10px;
}

.coupon-left::after {
    bottom: -10px;
}

.coupon-right .spacial-offer {
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    color: #FFFFFF;
}

.coupon-right .flat {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
    opacity: 0.7;
    margin-bottom: 14px;
}

.coupon-right .till {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
}

.coupon-list {
    max-height: 400px;
    overflow-y: auto;
    padding-right: 5px;
}

.coupon-list::-webkit-scrollbar {
    width: 4px;
}

.coupon-list::-webkit-scrollbar-thumb {
    background: #444;
    border-radius: 10px;
}

.coupon-apply-btn {
    background-color: #FF006A;
    padding: 6px 20px;
    border-radius: 70px;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #FFFFFF;
    border: 0;
}

.coupon-modal .modal-dialog {
    max-width: 410px;
    min-height: 535px !important;
}

.just-offer {
    background-color: #313131;
    border: 1px solid #4C4C4C;
    padding: 5px 10px 10px 10px;
    border-radius: 8px;
}

.just-offer .special-offer {
    display: flex;
}

.just-offer .special-offer .right-side {
    margin-left: 10px;
}

.just-offer .special-offer .right-side span {
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    color: #FFFFFF;
    display: block;
}

.just-offer .special-offer .right-side small {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
    opacity: 0.9;
    display: block;
}

.just-offer .offer-code {
    display: flex;
    justify-content: space-between;
    margin-top: 6px;
}

.just-offer .offer-code .left-side h6 {
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    color: #FFFFFF;
    opacity: 0.9;
}

.just-offer .offer-code .right-side a {
    background-color: #FF006A;
    padding: 6px 14px;
    display: inline-block;
    border-radius: 70px;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #FFFFFF;
}

.coupon-items {
    margin-bottom: 16px;
}

.modal-backdrop.show {
    background: rgba(0, 0, 0, 0.9);
}

.preview-upload-img {
    display: none;
    width: 120px;
    height: 120px;
    border-radius: 4px;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.coupon-modal-body #coupon-input {
    color: #ffff;
}

.cart-variant-box {
    cursor: pointer;
    transition: 0.3s;
    border: 2px solid transparent;
}

.cart-variant-box.active {
    background-color: #634cf2 !important;
    color: #fff !important;
}

.cart-variant-box.active * {
    color: #fff !important;
}

#product-details .qty-wrapper {
    background: transparent;
}

#product-details .qty-box {
    width: 120px;
    border: 1px solid #444;
    border-radius: 4px;
    overflow: hidden;
}

#product-details .qty-btn {
    background: #111;
    color: #fff;
    border: none;
    width: 36px;
    font-size: 18px;
    line-height: 1;
}

#product-details .qty-btn:hover {
    background: #222;
    color: #fff;
}

#product-details .qty-input {
    background: #111;
    color: #fff;
    border: none;
    font-weight: 600;
    font-size: 16px;
}

#product-details .qty-input:focus {
    box-shadow: none;
    background: #111;
    color: #fff;
}
.products-section .product-card-grid .product-card-items .card-body h6{
    font-family: "Lexend", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 8px;
}
.products-section .product-card-grid .product-card-items .card-body span{
    color: #16A34A;
}

.table-action button{
    background-color: transparent !important;
    border: 0 !important;
}
.table-action button i{
    color: #999999;
}
.table-action .dropdown-menu{
    background-color: #1A1A1A !important;
    border: 0.7px solid #FFFFFF1A;
    padding: 8px 9px;
    min-width: 112px;
}
.table-action .dropdown-menu li a{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #FFFFFF;
}
.table-action .dropdown-menu li a i{
    margin-right: 6px;
}
.table-action .dropdown-menu li{
    margin-top: 8px;
}