:root {
    --primery: #825FFF;
    --dark: #090909;
    --secondary: #FFC876;
    --gray-bg: #1D1D1D;
    --gray: #828282;
    --white: #fff;
    --gradient: linear-gradient(90deg, #825FFF 20%, #FFC876 100%);
    --heading: 80px;
    --sub-heading: 70px;
    --font60: 60px;
    --font50: 50px;
    --font40: 40px;
    --font30: 30px;
    --font28: 28px;
    --font26: 26px;
    --font24: 24px;
    --font22: 22px;
    --font20: 20px;
    --font18: 18px;
    --fontp: 16px;
    --font14: 14px;
    --font12: 12px;
    --font10: 10px;
}

body {
    overflow-x: hidden;
    box-sizing: border-box;
    font-family: "Red Hat Display", sans-serif;
}

a {
    text-decoration: none;
}

.nav-bg {
    background-color: var(--dark);
}

.header .navbar {
    padding: 18px 0;
}

.brand-logo {
    width: 140px;
    height: auto;
}

.header .navbar-brand {
    padding: 0;
    margin: 0;
}

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

.header .header-right .Contact-link a {
    text-decoration: none;
    color: var(--white);
    padding: 10px 20px;
    font-weight: 500;
    font-size: var(--font);
    background-color: var(--primery);
    border-radius: 60px;
}

.header .header-right .Contact-link a svg {
    padding-left: 10px;
}

/* Update New Css */

.header .cart-link {
    position: relative;
}

.header .cart-btn {
    background-color: var(--gray-bg);
    color: var(--white);
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--gray-bg);
    border-radius: 50%;
    font-size: var(--font20);
}

.header .active-items {
    background: var(--primery);
    min-width: 16px;
    height: 16px;
    font-size: 12px;
    font-weight: 500;
    display: flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
}

/* End */

.header .nav-link.active,
.header .nav-link:hover {
    color: var(--primery) !important;
}

.header .nav-link {
    font-size: var(--font);
    font-weight: 500;
}

.header .navbar-nav {
    gap: 40px;
}

.fix-top .header-fixed-space span {
    content: "";
    display: block;
    height: 70px;
    background-color: transparent;
}

.fix-top .header {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    box-shadow: 0 0 4px #ccc;
    z-index: 999;
}

/* hero css */

.hero-bg {
    background-image: url(../img/bg.jpg);
    background-position: top right;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 120px 0;
}

.hero-content {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.hero-badge {
    background-color: var(--gray-bg);
    border-radius: 60px;
    padding: 10px 50px;
    color: var(--gray);
    font-weight: 400;
    font-size: var(--font20);
    margin-bottom: 20px;
}

.heading {
    color: var(--white);
    font-size: var(--heading);
    font-weight: 700;
    margin-bottom: 28px;
}

.heading span {
    background: linear-gradient(90deg, #552af1 20%, #FFC876 100%);/*var(--gradient);*/
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text {
    color: var(--gray);
    font-size: var(--font20);
    margin-bottom: 0;
}

.hero-section p.text {
    max-width: 800px;
}

.primery-btn {
    text-decoration: none;
    color: var(--white);
    padding: 10px 40px;
    font-weight: 500;
    font-size: var(--font20);
    background-color: var(--primery);
    border-radius: 60px;
    margin-top: 28px;
    display: block;
    border: 1px solid var(--primery);
    transition: 0.4s;
}

.primery-btn:hover {
    background-color: var(--dark);
    border: 1px solid var(--white);
}

.primery-btn svg {
    padding-left: 10px;
}

/* hero counter css */

.hero-counter {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 42px;
}

.counter-card {
    background: var(--dark);
    border: 1px solid var(--gray);
    border-radius: 10px;
    padding: 24px 40px;
    min-width: 320px;
}

.counter-top {
    font-size: var(--font60);
    font-weight: 600;
    color: var(--white);
    margin-bottom: 20px;
}

.counter-top .clr-gray {
    color: var(--gray);
}

/* hero footer css */

.hero-footer {
    background-color: var(--primery);
    padding: 16px;
}

.service-name {
    display: flex;
    align-items: center;
    gap: 16px;
    text-wrap: nowrap;
}

.service-name p {
    font-size: var(--fontp);
    color: #fff;
    margin: 0;
    overflow: hidden;
}

.service-name svg {
    width: 20px;
    height: 20px;
}


.service-section {
    padding: 80px 0;
    position: relative;
    background: url(../img/service-page-bg.jpg);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.section-header {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 50px;
}

.section-top-logo {
    width: 40px;
    height: auto;
}

.section-header h2 {
    font-size: var(--font20);
    font-weight: 500;
    margin-bottom: 0;
    color: var(--gray);
}

.section-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 60px;
}

.section-top h3 {
    color: var(--white);
    font-size: var(--sub-heading);
    margin-bottom: 0;
}

.view-btn {
    color: var(--white);
    background-color: var(--gray-bg);
    padding: 10px 40px;
    border-radius: 50px;
    transition: 0.4s;
    border: 1px solid var(--gray-bg);
}

.view-btn:hover {
    background-color: transparent;
    border-color: var(--white);
}

.service-card {
    background: var(--white);
    padding: 50px 30px;
    border-radius: 30px;
    text-align: right;
    height: 100%;
    transition: 0.4s;
    color: var(--gray-bg);
}

.service-icon {
    margin: 0 0 20px auto;
    background: var(--gray-bg);
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
}

.service-card .service-name {
    justify-content: end;
    text-align: end;
    font-size: var(--font30);
    font-weight: 700;
    margin-bottom: 20px;
}

.service-text {
    font-size: var(--font18);
    font-weight: normal;
    margin-bottom: 0;
}

.service-card:hover {
    background: var(--gray-bg);
}

.service-card:hover .service-icon {
    background: var(--dark);
}

.service-card:hover .service-name {
    background: var(--gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.service-card:hover .service-text {
    color: var(--white);
}

.about-section {
    position: relative;
    padding: 80px 0;
    background-color: var(--dark);
}

.about-left {
    box-shadow: 0 0 20px var(--dark);
}

.about-content p:first-child {
    margin-bottom: 40px;
}

.Product-section {
    padding: 80px 0;
    position: relative;
    background-image: url(../img/product-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top left;
}

.product-card {
    background: var(--white);
    padding: 16px;
    border-radius: 30px;
}

.product-img {
    overflow: hidden;
    border-radius: 20px;
    margin-bottom: 20px;
    background: linear-gradient(90deg, #e6dfff 20%, #fff2de 100%);
}

.product-name h4 {
    color: var(--dark);
    font-size: var(--font24);
    margin-bottom: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.product-footer {
    display: flex;
    justify-content: space-between;
        align-items: normal;
        flex-direction: column;
        gap: 16px;
}

.product-footer .price p {
    color: var(--dark);
    margin-bottom: 0;
    font-size: var(--font20);
    font-weight: 500;
}

.add-prdt-btn {
    font-size: var(--font18);
    font-weight: 500;
    padding: 10px 26px;
    border: none;
    background: var(--dark);
    color: var(--white);
    border-radius: 60px;
    transition: 0.4s;
    display: block;
    width: fit-content !important;
}

.add-prdt-btn:hover {
    background: var(--primery);
}

.add-prdt-btn svg {
    padding-right: 6px;
}


.appoint-prdt-btn {
    font-size: var(--font18);
    font-weight: 500;
    padding: 10px 26px;
    border: none;
    background: var(--dark);
    color: var(--white);
    border-radius: 60px;
    transition: 0.4s;
    display: block;
    text-align: center;
}

.appoint-prdt-btn:hover {
    background: var(--primery);
}

.appoint-prdt-btn svg {
    padding-right: 6px;
}

.owl-dots .owl-dot span {
    display: block;
    width: 12px;
    height: 12px;
    background-color: var(--gray);
    border-radius: 20px;
}

.owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 40px;
}

.owl-dots .owl-dot.active span {
    width: 20px;
    background-color: var(--primery);
}

.working-compny {
    padding: 40px 0px;
    background: var(--dark);
}

.company-logo {
    max-width: 120px;
    height: auto;
    opacity: 0.6;
    transition: 0.4s;
}

.company-logo:hover {
    opacity: 1;
}

.contact-page-bg {
    background: url(../img/contact-banner.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.Contact-section {
    padding: 80px 0;
    background: #00000061;
    position: relative;
}

.intro-sec-card {
    padding: 100px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
}

.intro-sec-card h1 {
    color: var(--white);
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 0;
}

.back-page-links ul {
    list-style: none;
    display: flex;
    gap: 10px;
    margin-bottom: 0;
    align-items: center;
    padding: 0;
}

.back-page-links ul li a {
    color: var(--white);
    font-size: 16px;
    font-weight: 500;
}

.min-heading {
    font-size: var(--font26);
    font-weight: 600;
    color: var(--white);
    margin-bottom: 20px;
}

.contact-btn {
    display: flex;
    align-items: center;
    color: var(--white);
    gap: 24px;
    font-size: var(--font20);
    margin-bottom: 20px;
}

.contact-btn p {
    margin-bottom: 0;
}

.contact-btn svg {
    color: var(--white);
}

h3.apoim-form-head {
    color: var(--dark);
    font-size: 26px;
    font-weight: 700;
}

.mb-60 {
    margin-bottom: 60px;
}

.contact-form {
    background: var(--white);
    padding: 32px;
    border-radius: 30px;
}

.contact-form .input-group .form-control, .contact-form .input-group .input-group-text, .contact-form .form-select {
    background-color: transparent;
    color: var(
    --dark) !important;
    box-shadow: none !important;
    border: 1px solid transparent !important;
    border-bottom-color: var(
    --gray) !important;
    border-radius: 0;
}

.contact-form .input-group .form-control::placeholder {
    color: var(--gray);
}

.contact-form .input-group-text {
    align-items: start;
    padding: 10px;
}

.back-page-links ul li:last-child a {
    color: var(--primery);
}

/* footer css */

.footer {
    padding: 60px 0;
    background: var(--dark);
}

.footer-logo {
    width: 140px;
}

.footer-align {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    justify-content: space-between;
}

.footer-first {
    max-width: 360px;
}

.footer-first .text {
    font-size: var(--fontp);
}

.footer-links {
    display: flex;
    align-items: start;
    flex-direction: column;
    gap: 16px;
}

.page-link-btn {
    color: var(--white);
    font-size: var(--fontp);
    font-weight: 400;
    transition: 0.4s;
}

.page-link-btn svg {
    padding-right: 8px;
    color: var(--gray);
    transition: 0.4s;
}

.page-link-btn:hover svg {
    padding-right: 4px;
    padding-left: 4px;
}

.footer-bottom {
    background: var(--gray-bg);
    padding: 12px 0;
}

.footer-btm-align {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.social {
    display: flex;
    align-items: center;
    gap: 24px;
}

.social .social-link {
    color: var(--white);
    font-size: 20px;
}

.copyright .text {
    font-size: var(--fontp);
}

/* LOGIN PAGE CSS */

.login-bg {
    background-image: url(../img/bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 100vh;
    width: 100%;
    position: relative;
    overflow-x: hidden;
}

.page-links-step {
    padding: 20px 0;
}

.login-card {
    display: flex;
    margin: 120px auto 0;
    max-width: 780px;
    background: var(--white);
    border-radius: 20px;
    border: 2px solid var(--primery);
}

.login-left {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--gray-bg);
    border-radius: 20px;
    margin: -2px;
}

.login-right {
    width: 50%;
    padding: 36px;
}

.login-right-logo {
    width: 60px;
    height: 60px;
    padding: 14px;
    border-radius: 10px;
    background: #ccc;
    margin-bottom: 20px;
}

.login-right .form-label {
    font-size: var(--font20);
    font-weight: 500;
}

.login-right .form-control {
    border: 1px solid var(--gray);
    border-radius: 10px;
    font-size: var(--fontp);
    box-shadow: none;
}

.login-right .form-control::placeholder {
    color: var(--gray);
}

.login-right .primery-btn {
    margin: 60px auto 0;
}

.product-listing {
    background: url(../img/service-page-bg.jpg);
    padding: 60px 0;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.pages-heading {
    font-size: var(--font30);
    font-weight: 700;
    margin-bottom: 40px;
    color: var(--white);
}

.product-listing-tabs .product-buttons {
    display: flex;
    align-items: center;
    gap: 32px;
    margin-bottom: 30px;
}

.product-listing-tabs .product-buttons {
    overflow-x: scroll;
    scrollbar-width: auto;
    padding-bottom: 20px;
}

.product-listing-tabs .product-buttons::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
    background-color: transparent;
    border-radius: 10px !important;
}

.product-listing-tabs .product-buttons::-webkit-scrollbar {
    max-width: 8px !important;
    height: 10px;
    background-color: #00000036;
}

.product-listing-tabs .product-buttons::-webkit-scrollbar-thumb {
    border-radius: 10px !important;
    background-image: -webkit-gradient(linear,
            left bottom,
            left top,
            color-stop(0.44, rgb(229, 171, 255)),
            color-stop(0.72, rgb(174, 82, 236)),
            color-stop(0.86, rgb(121, 31, 206)));
}

.product-listing-tabs .product-buttons button {
    color: var(--white);
    background-color: #0000004a;
    padding: 10px 40px;
    font-size: var(--font18);
    font-weight: normal;
    border: 1px solid var(--white);
    border-radius: 60px;
    text-wrap: nowrap;
}

.product-listing .prdt-listings .product-img {
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog-section .prdt-listings .product-img{
    aspect-ratio: auto;
}

.product-listing-tabs .product-buttons button.active {
    color: var(--white);
    background-color: var(--primery);
}

.product-details {
    background-image: url(../img/bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top right;
    padding: 60px 0 0;
}

.prdt-name h2 {
    font-size: var(--font60);
    color: var(--white);
    margin-bottom: 20px;
    font-weight: 600;
}

.prodt-price p {
    color: var(--white);
    font-size: var(--font30);
    font-weight: 500;
}

.add-cart-cation-btn {
    font-size: var(--font18);
    width: 100%;
    padding: 10px 30px;
    color: var(--white);
    background: transparent;
    border: 1px solid var(--white);
    border-radius: 60px;
    margin-top: 40px;
}

.simple-page {
    background: var(--dark);
    padding: 60px 0;
}

.sample-pages-card {
    padding: 24px;
    border: 1px solid var(--gray);
    border-radius: 20px;
    box-shadow: 0 10px 0 var(--gray);
}

.pages-sub-heading {
    font-size: var(--font20);
    color: var(--white);
    font-weight: 700;
}

/* cart css */

.cart-section .offcanvas-header {
    border-bottom: 1px solid var(--gray);
}

.cart-section {
    min-width: 540px;
}

.cart-heading {
    color: var(--dark);
    font-size: var(--font20);
    font-weight: 700;
    margin-bottom: 10px;
}

.cart-table .table-responsive {
    border: 1px solid var(--gray);
    border-radius: 14px;
}

.cart-table .table {
    margin-bottom: 0;
}

.cart-table .table tr td,
.cart-table .table tr th {
    padding: 6px 12px;
}

.cart-items ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.cart-items ul li {
    border: 1px solid var(--gray);
    border-radius: 14px;
    padding: 14px;
}

.cart-items ul li .cart-item {
    display: flex;
    gap: 16px;
}

.cart-item-image {
    max-width: 120px;
    border-radius: 10px;
    overflow: hidden;
    height: fit-content;
}

/* Update New CSS */
.cart-item .product-name h4 {
    font-weight: normal;
    font-size: var(--font18);
    margin-bottom: 10px;
    -webkit-line-clamp: 2;
}

/* End */

.cart-item-btm {
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.cart-item-details {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.item-prc {
    font-size: var(--font18);
    font-weight: 500;
    margin-bottom: 0;
}

.items-count #input_div {
    display: flex;
    align-items: center;
    border: 1px solid var(--gray);
    border-radius: 6px;
    overflow: hidden;
}

.items-count #input_div input {
    height: fit-content;
    border: none;
    background: transparent;
    font-weight: 600;
}

.items-count #input_div input#moins {
    border-right: 1px solid var(--gray);
    font-weight: normal;
}

.items-count #input_div input#plus {
    border-left: 1px solid var(--gray);
    font-weight: normal;
}

.cart-section .offcanvas-body {
    display: flex;
    flex-direction: column;
    gap: 24px;
    justify-content: space-between;
}

.cart-btn.user {
    color: var(--white);
    background-color: var(--primery) !important;
}

.dashboard-card {
    display: flex;
    gap: 16px;
    padding: 16px;
    background: var(--gray-bg);
    border-radius: 20px;
}

.dash-left {
    max-width: 80px;
    height: auto;
}

.dash-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

h3.dr-name {
    color: var(--white);
    font-size: var(--font30);
    font-weight: 700;
    margin-bottom: 6px;
}

p.dr-bottom {
    margin-bottom: 0;
    color: var(--white);
    font-size: var(--font20);
    font-weight: normal;
}

.dashboard-tabs .nav-pills .nav-item .nav-link {
    padding: 10px 40px;
    border-radius: 60px;
    color: var(--gray);
    background-color: var(--gray-bg);
    box-shadow: none;
    transition: 0.4s;
}

.dashboard-tabs .nav-pills {
    gap: 24px;
}

.dashboard-tabs .nav-pills .nav-item .nav-link.active,
.dashboard-tabs .nav-pills .nav-item .nav-link:hover {
    color: var(--white);
    background: var(--primery);
}

.doc-top {
    display: flex;
    gap: 16px;
}

.dashborad-order-card {
    padding: 16px;
    background: var(--gray-bg);
    border-radius: 20px;
    border: 1px solid var(--white);
}

.doc-image {
    max-width: 220px;
    border-radius: 16px;
    overflow: hidden;
}

.doc-mid .doc-product-name {
    font-size: var(--font30);
    color: var(--white);
    margin-bottom: 20px;
}

.doc-mid .doc-prdt-text {
    color: var(--white);
    font-size: var(--font18);
    margin-bottom: 10px;
}

.doc-price p {
    color: var(--white);
    font-size: var(--font20);
    font-weight: 500;
}

.dash-bottom-card {
    background: #272727;
    border: 1px solid #373737;
    border-radius: 16px;
    overflow: hidden;
    height: 100%;
    color: var(--white);
}

.dash-card-top h4 {
    padding: 10px 16px;
    background: #373737;
    margin-bottom: 16px;
}

.dash-card-btm p {
    padding-left: 16px;
    margin-bottom: 20px;
}
.textcolor{
    color:var(--gray);
}

ul.dropdown-menu.show {
    background-color: #090909;
    /* color: #fff; */
}

a.dropdown-item {
    color: var(--gray);
}

h3 {
    color: var(--white);
}


/* new css */

.checkout-page {
    padding: 60px 0;
    min-height: 100vh;
    background: var(--dark);
}

.checkout-page .cart-items-first {
    color: var(--white);
    border: 1px solid var(--gray-bg);
    border-radius: 20px;
    padding: 36px;
}

.checkout-page .cart-items-first .cart-heading {
    color: var(--white);
    margin-bottom: 20px;
}

.checkout-page .cart-items-first .form-control,
.checkout-page .cart-items-first .form-select {
    background: var(--dark);
    color: var(--white);
    border: 1px solid var(--gray);
    border-radius: 10px;
    padding: 10px 20px;
    background-color: var(--gray-bg);
}

.checkout-page .cart-items-first .form-control::placeholder {
    color: var(--gray);
}

.checkout-page .cart-items-first .form-select {
    color: var(--gray);
}

.checkout-page-right-card {
    background: var(--gray-bg);
    padding: 24px 32px 50px;
    border-radius: 20px;
}

.checkout-page-right-card .cart-items ul li {
    background: var(--white);
}

.checkout-page-right-card .total-ap-card {
    border: 1px solid var(--gray);
    border-radius: 14px;
    display: flex;
    padding: 16px 10px;
    justify-content: space-between;
    align-items: center;
}

.checkout-page-right-card .total-ap-card p {
    font-size: var(--font18);
    color: var(--white);
    margin-bottom: 0;
    font-weight: 700;
}





.landing-hero {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    z-index: -2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.landing-hero-content {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #00000070;
    padding: 160px 20px;
    /* backdrop-filter: blur(2px); */
}

.service-section.landing-services, .blog-section {
        background-color: #503A9B;
        background-image:none;
    /*background-image: url(../img/service-bg-img.jpg);*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

.landing-services .view-btn,  .blog-section .view-btn {
    color: var(--white);
    background-color: transparent;
    border: 1px solid var(--white);
}

.landing-services .view-btn:hover, .blog-section .view-btn:hover{
    color: var(--dark);
    background-color: var(--white);
}

.landing-services .service-card {
    background: #FFFFFD;/* #00000070;*/
    border: 1px solid #fff;
}

.landing-services .service-icon {
    border: 1px solid var(--white);
    background-color: transparent !important;
}

.landing-services .service-card .service-name {
    background: #552af1;/*var(--gradient);*/
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: 0.4s;
}

.landing-services .service-card .service-text {
    color: #552af1; /*var(--white);*/
}

.Contact-section.landing-contact {
    background-image: url(../img/contact-bg.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
    background-attachment: fixed;
}

.landing-contact .contact-form {
    background: #00000070;
    border: 1px solid var(--white);
    border-radius: 20px;
}

.landing-contact .contact-btn svg {
    color: var(--white);
}

.landing-contact .contact-form .input-group .form-control,
.landing-contact .contact-form .input-group .input-group-text,
.landing-contact .contact-form .form-select {
    background-color: transparent !important;
    color: var(--white) !important;
    border-bottom-color: var(--white) !important;
}

.landing-contact .contact-form .form-select option{
    color: var(--dark) !important;
}


body::-webkit-scrollbar {
    width: 10px;
}

body::-webkit-scrollbar-track {
    background-color: #f0defc;
}

body::-webkit-scrollbar-button{
    background-color: var(--dark);
    border-radius: 10px;
    box-shadow: inset 2px 2px 2px hsla(0, 0%, 100%, 0.25), inset -2px -2px 2px rgba(0, 0, 0, 0.25);
}


body::-webkit-scrollbar-thumb {
    background-color: var(--primery);
    border-radius: 10px;
    box-shadow: inset 2px 2px 2px hsla(0, 0%, 100%, 0.25), inset -2px -2px 2px rgba(0, 0, 0, 0.25);
}

.new-video-section {
    background: var(--dark);
    padding: 500px 0 0;
    position: relative;
}

.Product-section.blog-sec-overlay{
    /* background: #00000070; */
    background: transparent;
}

.nvid-sec-align{
    position: absolute;
    height: 1100px;
    top: 60px;
    right: 0;
    left: 0;
}

.nvid-sec-card {
    position: sticky;
    top: 300px;
    z-index: 9;
    padding: 0 12px;
}

.sec-videos{
    z-index: 1;
    position: relative;
}

.sec-videos::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #00000070;
    z-index: 2;
}

.nvid-sec-card .hero-badge {
    background-color: #00000070;
    color: var(--white);
    border: 1px solid var(--white);
}

.nvid-sec-card .text {
    color: var(--white);
}

.langing-logo-img {
    max-width: 510px;
}

.blog-section .product-card p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    min-height: 75px;
}

/* .product-img {
    aspect-ratio: 3/2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-img img {
    max-width: fit-content !important;
    min-height: 100%;
} */

.blog-page-content {
    h1, h2, h3, h4, h5, h6 {
        color: var(--white);
        margin-bottom: 26px;
        font-weight: 600;
    }

    h1{
        font-size: 34px;
    }

    h2{
        font-size: 26px;
    }

    h3{
        font-size: 24px;
    }

    h4{
        font-size: 22px;
    }

    h5{
        font-size: 20px;
    }

    h6{
        font-size: 18px;
    }

    p, ul li {
        font-size: 16px;
        font-weight: 400;
        color: #f9f9f9;
        margin-bottom: 20px;
    }
}

.login-left img {
    max-width: 200px;
}