:root {
    --primary: #171717;
    --secondary: #fcf3cf;
    --white: #fff;
    --black: #000;
    --theme-color: #fff;
}

html {
    scroll-behavior: smooth;
    height: 100%;
}

body {
    position: relative;
    background: #000;
    overflow-x: hidden;
    cursor: none;
    height: 100%;
    font-family: "Poppins", sans-serif;
}

@media (min-width: 1700px) {
    .container {
        max-width: 1380px;
    }
}

section {
    position: relative;
    padding: 6rem 0;
}

p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.8;
    color: #828282;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Montserrat", sans-serif;
}

img {
    max-width: 100%;
    height: auto;
}

.img-auto {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

a,
button {
    text-decoration: none !important;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a:hover,
button:hover {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

figure {
    margin: 0;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.navbar-brand img {
    min-height: 150px;
    transition: 0.3s ease-in-out;
}

header {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 99999;
    top: 10px;
    width: 100%;
    transition: 0.3s ease-in-out;
}

header.sticky {
    position: fixed;
}

header.sticky .navbar-brand img {
    max-width: 100px;
}

.navbar-nav {
    gap: 1rem 2rem;
}

.navbar-nav .nav-item .nav-link {
    font-size: 1rem;
    color: var(--white);
    /* text-transform: uppercase; */
    transition: 0.5s ease-in-out;
}

.navbar-nav .nav-item .nav-link:hover {
    color: var(--secondary);
}

.main-slider {
    position: relative;
    height: 100%;
}

.carousel-caption {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: center;
}

.themeBtn {
    border: 2px solid var(--secondary);
    color: var(--secondary);
    text-transform: uppercase;
    font-size: 0.875rem;
    padding: 0.625rem 2rem;
    border-radius: 50px;
    font-weight: 500;
    display: inline-block;
}

.themeBtn:hover {
    background-color: var(--secondary);
    color: var(--black);
}

.form-inline a i {
    color: var(--white);
    font-size: 1.75rem;
}

.form-inline a {
    position: relative;
}

.form-inline a span {
    color: var(--black);
    background-color: var(--secondary);
    border-radius: 100px;
    width: 1rem;
    height: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    position: absolute;
    top: 0;
    right: -7px;
}

.form-inline {
    display: flex;
    gap: 2rem;
}

.main-slider h2 {
    font-size: 4.375rem;
    color: var(--white);
    font-weight: 600;
    padding-top: 9rem;
}

.main-slider h2 span {
    display: block;
    font-size: 1.625rem;
    color: var(--secondary);
    font-family: "Poppins";
    font-weight: 400;
}

.main-slider p {
    margin-bottom: 1rem;
    line-height: 1.2rem;
}

/* .main-slider figure {
  margin-left: 4rem;
} */

/* Banner Css End */

/* About Css Start */

.aboutSec figure img {
    border-radius: 10px;
}

.secHeading {
    font-size: 2.8125rem;
    font-weight: 600;
    color: var(--white);
    text-transform: capitalize;
}

.abtContent {
    background-color: #080808;
    max-width: 640px;
    padding: 4rem 4rem;
    margin-left: auto;
    position: relative;
    margin-top: -15rem;
    border-radius: 10px;
}

.abtContent p {
    margin-bottom: 2.5rem;
}

/* About Css End */

/* Product Css Start */

.productSec {
    padding: 2rem 0rem;
}

.productSec .container-fluid {
    max-width: 87%;
    margin: 0 auto;
}

.porductBox {
    display: block;
    text-align: center;
    background-color: var(--primary);
    border-radius: 0.9375rem;
    padding: 1.875rem 1.25rem;
    border: 1px solid var(--primary);
    min-height: 445px;
    transition: 0.5s ease-in-out;
}

.porductBox:hover {
    border: 1px solid var(--secondary);
}

.porductBox figure {
    position: relative;
    overflow: hidden;
    display: block;
}

.porductBox figure img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.porductBox:hover figure img {
    transform: scale(0.9);
}

.subHeading {
    font-size: 3.125rem;
}

.porductBox figure {
    margin-bottom: 1.375rem;
}

.porductBox p {
    font-size: 1.125rem;
    color: var(--white);
    line-height: 1.4;
    margin: 0;
    text-transform: capitalize;
}

.porductBox ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
    margin: 5px 0 6px 0;
}

.porductBox ul li i {
    font-size: 0.875rem;
    color: var(--secondary);
}

.porductBox span {
    font-size: 1rem;
    color: var(--white);
    font-family: "Poppins";
}

/* Product Css End */

/* Testimonial Css Start */

.testimonialSec {
    margin-top: 2rem;
}

.testimonialSec figure {
    position: relative;
}

.testimonialSec figure:before {
    content: "'";
    position: absolute;
    border: 5px solid var(--secondary);
    width: 60%;
    height: 90%;
    right: 10px;
    top: 5.5rem;
    z-index: -1;
}

.testimonialContent {
    text-align: center;
}

.testimonialContent ul {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--secondary);
    font-size: 1.125rem;
    gap: 5px;
}

.testimonialContent h6 {
    font-size: 1.75rem;
    font-weight: 500;
    color: var(--white);
    margin-top: 10px;
    font-family: "Poppins";
}

.testimonialContent .quote1 {
    display: table;
}

.testimonialContent .quote2 {
    display: table;
    margin-left: auto;
}

.testimonialContent p {
    margin: 0;
    width: 92%;
    font-size: 1.125rem;
}

/* Testimonial Css End */

/* Signup Css Start */

.signupSec {
    background-color: #0a0a0a;
    padding: 6rem 0;
    margin-top: 10rem;
}

.signupSec h2 {
    font-size: 3rem;
    margin: 0;
}

.signUpForm input {
    width: 100%;
    height: 70px;
    background: transparent;
    border: 1px solid var(--secondary);
    border-radius: 3.125rem;
}

.signUpForm i {
    position: absolute;
    right: 2rem;
    color: var(--secondary);
    top: 1.375rem;
    font-size: 1.125rem;
}

.signUpForm {
    position: relative;
}

.signUpForm input::placeholder {
    color: #828282;
    padding-left: 2rem;
}

.rightImg {
    position: absolute;
    right: 0;
    bottom: 0;
}

.leftImg {
    position: absolute;
    bottom: 0;
    left: 0;
    mix-blend-mode: lighten;
}

/* Signup Css End */

/* Footer Css Start */

footer {
    padding-top: 7rem;
}

footer h4 {
    font-size: 1.375rem;
    color: var(--white);
    margin-bottom: 1.75rem;
}

footer ul li a {
    color: var(--white);
    transition: 0.5s ease-in-out;
}

.socialIcon li a i:hover {
    color: var(--white);
}

footer ul li a:hover {
    color: #707070;
}

footer ul li + li {
    padding-top: 1rem;
}

.contInfo li + li {
    padding-top: 1.75rem;
}

.contInfo li a span {
    padding-left: 0;
}

.socialIcon {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 1rem;
}

.socialIcon li + li {
    padding: 0;
}

.socialIcon li a i {
    color: var(--white);
    font-size: 1.75rem;
    transition: 0.5s ease-in-out;
}

.copyRight {
    border-top: 1px solid #484848;
    padding-top: 1rem;
    margin-top: 4rem;
}

.copyRight p {
    color: var(--white);
    margin: 0;
}

/* Footer Css End */

/* Cursor Start */

.mouse-cursor {
    position: fixed;
    left: 0;
    top: 0;
    pointer-events: none;
    border-radius: 50%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    visibility: hidden;
}

.cursor-inner {
    margin-left: 2px;
    margin-top: 2px;
    width: 7px;
    height: 7px;
    z-index: 10000001;
    background-color: var(--secondary);
    -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
    margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
    margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
    margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.cursor-inner.cursor-hover {
    margin-left: -10px;
    margin-top: -10px;
    width: 30px;
    height: 30px;
    background-color: var(--secondary);
    opacity: 0.3;
}

/*.cursor-outer {*/
/*    margin-left: -15px;*/
/*    margin-top: -15px;*/
/*    width: 40px;*/
/*    height: 40px;*/
/*    border: 2px solid var(--secondary);*/
/*    -webkit-box-sizing: border-box;*/
/*    box-sizing: border-box;*/
/*    z-index: 10000000;*/
/*    opacity: 0.5;*/
/*    -webkit-transition: all 0.08s ease-out;*/
/*    -o-transition: all 0.08s ease-out;*/
/*    transition: all 0.08s ease-out;*/
/*}*/

/*.cursor-outer.cursor-hover {*/
/*    opacity: 0;*/
/*}*/

/* Cursor End */

/* ====================== [ Start Preloader ] ====================== */

#preloader {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: fixed;
    z-index: 9999999;
}

#preloader:after,
#preloader:before {
    content: "";
    position: fixed;
    left: 0;
    height: 50%;
    width: 100%;
    background: var(--primary);
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

#preloader:before {
    top: 0;
}

#preloader:after {
    bottom: 0;
}

#preloader.isdone {
    visibility: hidden;
    -webkit-transition-delay: 1.5s;
    -o-transition-delay: 1.5s;
    transition-delay: 1.5s;
}

#preloader.isdone:after,
#preloader.isdone:before {
    height: 0;
    -webkit-transition: all 0.7s cubic-bezier(1, 0, 0.55, 1);
    -o-transition: all 0.7s cubic-bezier(1, 0, 0.55, 1);
    transition: all 0.7s cubic-bezier(1, 0, 0.55, 1);
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
}

.loading {
    position: fixed;
    left: 50%;
    top: calc(50% - 40px);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    font-weight: 300;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 10px;
    z-index: 9999999999;
    color: var(--secondary);
}

.loading.isdone {
    top: 50%;
    opacity: 0;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.loading span {
    -webkit-animation: loading 1.4s infinite alternate;
    animation: loading 1.4s infinite alternate;
}

.loading span:nth-child(1) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.loading span:nth-child(2) {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.loading span:nth-child(3) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.loading span:nth-child(4) {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.loading span:nth-child(5) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.loading span:nth-child(6) {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.loading span:nth-child(7) {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

@-webkit-keyframes loading {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes loading {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

/* ====================== [ End Preloader ] ====================== */

.typeWritter {
    animation: text1;
}

.typeWritter {
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    animation-duration: 8s;
    animation-timing-function: steps(30, end);
    animation-iteration-count: infinite;
}

.typeWritter::after {
    content: "|";
    position: absolute;
    right: 0;
    animation: caret infinite;
    animation-duration: 1s;
    animation-timing-function: steps(1, end);
}

@keyframes text1 {
    0%,
    50%,
    100% {
        width: 0;
    }
    10%,
    40% {
        width: 8em;
    }
}

@keyframes caret {
    0%,
    100% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
}

.benefits .benefits__inner {
    position: relative;
    margin-top: 15rem;
}

.benefits .benefits__list {
    margin-bottom: 1.5rem;
}

.benefits .benefits__image {
    max-width: 70%;
    margin: 0 auto 10px;
}

.benefits .benefits__image video {
    width: 100%;
}

.benefits .swiper-slide {
    height: auto;
}

.benefits .benefits__item {
    height: 100%;
}

.benefits .benefits__card {
    border-radius: 23px;
    border: 1px solid #c19c64;
    padding: 1.5rem 2rem;
    background-color: #232323;
    min-height: 100%;
}

.benefits .benefits__card .benefits__card-image {
    max-width: 360px;
    margin: 0 auto 0.75rem;
    border-radius: 10px;
    overflow: hidden;
}

.benefits .benefits__card h3 {
    font-size: 1.75rem;
    color: #fff;
}

.benefits .benefits__card p {
    margin-bottom: 0;
    color: #fff;
    font-weight: 300;
}

.benefits .bg-image {
    background-size: auto 75%;
}

.benefits .benefits__image video {
    position: absolute;
    left: 53%;
    transform: translateX(-50%);
    width: auto;
}

.benefits .benefits__list {
    display: block;
    overflow: visible;
    padding: 0 20px;
    margin: 0;
}

.benefits .benefits__list .swiper-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (40%) [ 2 ];
    grid-template-columns: repeat(2, 40%);
    grid-row-gap: 150px;
    -ms-flex-pack: justify;
    justify-content: space-between;
    transform: none !important;
}

.benefits .benefits__list .swiper-wrapper .swiper-slide {
    margin: 0 !important;
    width: auto !important;
}

.benefits .swiper-slide:nth-child(2n) .benefits__item .benefits__item-header {
    /* margin-left: auto; */
    /* text-align: right; */
    /* padding: 0; */
    justify-content: flex-end;
}

.benefits .benefits__item {
    position: relative;
    min-height: 80px;
}

.benefits .benefits__item.active {
    z-index: 2;
}

.benefits .benefits__item .benefits__item-header {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 0 1.25rem;
    text-transform: capitalize;
    color: #fff;
}

.benefits .benefits__item .benefits__item-header span {
    position: relative;
    width: 20px;
    height: 20px;
    background-color: #c19c64;
    border-radius: 50%;
    transition: transform 0.3s ease-in-out;
}

.benefits .benefits__item .benefits__item-header span:after,
.benefits .benefits__item .benefits__item-header span:before {
    position: absolute;
    content: "";
    transform: translate3d(-50%, -50%, 0);
    top: 50%;
    left: 50%;
    background-color: #c19c64;
    border-radius: 50%;
    transition: opacity 0.3s ease-in-out;
}

.benefits .benefits__item .benefits__item-header span:after {
    width: 60px;
    height: 60px;
    opacity: 0.1;
}

.benefits .benefits__item .benefits__item-header:hover {
    color: #c19c64;
}

.benefits .benefits__item .benefits__item-header:hover span:before {
    opacity: 0.3;
}

.benefits .benefits__item .benefits__item-header:hover span:after {
    opacity: 0.1;
}

.benefits .benefits__item .benefits__item-header span:before {
    width: 40px;
    height: 40px;
    opacity: 0.3;
}

.benefits .benefits__card {
    position: absolute;
    top: -20px;
    left: 0;
    opacity: 0;
    visibility: hidden;
    /* padding: 34px; */
    width: 100%;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.benefits .benefits__card.active {
    opacity: 1;
    visibility: visible;
}

.benefits .benefits__card h3 {
    margin-bottom: 0.75rem;
    font-family: Kanit, sans-serif;
    text-transform: none;
}

.benefits .benefits__card .button {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #c19c64;
}

.benefits .swiper-slide:nth-child(1) .benefits__item .benefits__item-header {
    margin-left: 15rem;
}

.benefits .swiper-slide:nth-child(2) .benefits__item .benefits__item-header {
    margin-right: 10rem;
}

.benefits .swiper-slide:nth-child(3) .benefits__item .benefits__item-header {
    margin-left: 2.5rem;
}

.benefits .swiper-slide:nth-child(5) .benefits__item .benefits__item-header {
    margin-left: 5rem;
}

.benefits .swiper-slide:nth-child(6) .benefits__item .benefits__item-header {
    margin-right: 5rem;
}

.benefits .swiper-slide:nth-child(7) .benefits__item .benefits__item-header {
    margin-left: 15rem;
}

.benefits .benefits__card .benefits__card-image {
    margin: 0;
}

.benefitBgVid {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.stunCtnt {
    text-align: center;
}

.stunCtnt h4 {
    font-size: 2.6rem;
    font-weight: 700;
    text-transform: capitalize;
    color: #c09c64;
}

.stunCtnt h5 {
    font-size: 2rem;
    font-weight: 600;
    color: #c09c64;
}

.leterCotnt h4 {
    color: #828282;
    font-size: 1.8rem;
}

.leterCotnt {
    margin-top: 2rem;

}

.leterCotnt ul {
    list-style-type: disc;
    padding-left: 4rem;
    color: #828282;
    margin: 0.7rem 0;
}

.leterCotnt p {
    font-size: 1rem;

}

.aboutInner p {
    line-height: 2.2;
}

.carousel-caption.shopInner h2 {
    padding: 18rem 0;
}

.contactInfo {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 11rem;
    margin: 4rem 0 5rem;
}

.contactInfo li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 200px;
    width: 200px;
    border-radius: 50%;
    position: relative;
    background: #000;
    border: 3px solid #ffffe0;
    margin-bottom: 1rem;
}

.contactInfo li span strong {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #ffffe0;
}

.contactInfo li span {
    font-size: 14px;
    font-weight: 500;
    color: #8e8e8e;
    text-align: center;
}

.contactInfo li:first-child a {
    background-color: #000;
}

.contactInfo li:last-child a {
    background-color: #000;
}

.contactInfo li:first-child a::before {
}

.contactSection form {
    margin-top: 3rem;
}

.contactSection .form-group .form-control {
    border-radius: 45px;
    border: 1px solid #000000;
    height: 74px;
    width: 90%;
    background-color: #171717;
}

.contactSection .form-group textarea.form-control {
    height: 190px;
    width: 100%;
}

.contactSection.contactPAge.testimonialSec.pt-0 label {
    color: #8e8e8e;
}

.contactSection.contactPAge.testimonialSec.pt-0 p {
    color: #8e8e8e;
}

/* product detail css start */

.main-prodtl .prodtl-img {
    position: relative;
}

/* .main-prodtl .prodtl-img:after {
  content: "";
  position: absolute;
  right: -60px;
  background-color: #ebebeb;
  width: 1px;
  height: 442px;
  top: 0;
} */

.prodtl-txt h2 {
    font-size: 3.125rem;
    color: #fff;
    font-weight: 500;
    line-height: 1.5;
    margin: 0;
}

.prodtl-txt h3 {
    font-size: 16px;
    color: #388980;
    margin: 25px 0 30px;
    font-weight: 500;
}

.prodtl-txt h3 span {
    padding-right: 7px;
}

.prodtl-txt h3 span i {
    color: #f7941d;
    padding-right: 5px;
}

.prodtl-txt h4 {
    font-size: 15px;
    color: #747474;
    font-weight: 500;
    margin: 0 0 25px;
}

.prodtl-txt .stckst {
    display: flex;
}

.prodtl-txt .stckst li:first-child {
    font-size: 26px;
    color: #323232;
    font-weight: 500;
    padding-right: 20px;
}

.prodtl-txt .stckst li:last-child {
    font-size: 1.75rem;
    color: #ffffff;
    font-weight: 500;
}

.prodtl-txt .stckst li:last-child i {
    padding-right: 7px;
}

.ad-crtstwo ul {
    margin: 30px 0 30px;
    display: flex;
    align-items: center;
}

.ad-crtst ul li {
    /* display: inline-block; */
}

.number .minus {
    font-size: 30px;
}

.main-prodtl .number .minus {
    width: 32px;
    height: 35px;
    background: #707070;
    border-radius: 4px;
    padding: 0px 5px 0 5px;
    /* border: 1px solid #e1e1e1; */
    display: flex;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    font-size: 24px;
    align-items: center;
    justify-content: center;
}

.number {
    display: flex;
}

.main-prodtl .number .plus {
    width: 32px;
    height: 35px;
    background: #707070;
    border-radius: 4px;
    padding: 0 5px 0 5px;
    /* border: 1px solid #707070; */
    display: flex;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    font-size: 24px;
    align-items: center;
    justify-content: center;
}

.number .minus {
    float: left;
}

.number span {
    cursor: pointer;
}

.number input {
    border: none;
    height: 36px;
    /* border-radius: 4px; */
    /* border: 1px solid #e2e2e2; */
    /* display: inline-block; */
    width: 34px;
    text-align: center;
    color: #fff;
    /* float: left; */
    background-color: transparent;
    margin: 0 10px;
}

.ad-crtst ul li a {
    border-radius: 5px;
    background-color: #388980;
    font-size: 14px;
    color: #ffffff;
    display: inline-block;
    padding: 14px 34px;
    text-transform: uppercase;
    margin: 0 0 0 20px;
}

.prodtl-txt h5 {
    font-size: 16px;
    display: inline-block;

    padding: 15px 12px;
    font-weight: 600;
    margin: 0 0 25px;
    color: #ffff;
}

.ratd-txt {
    padding: 70px 0 50px;
}

.ratd-txt h2 {
    font-size: 26px;
    color: #323232;
    font-weight: 600;
    margin: 0 0 20px;
}

.ratd-txt p {
    font-size: 17px;
    color: #747474;
    font-weight: 500;
    margin: 0 0 24px;
    line-height: 28px;
}

.slider-nav .cell {
    background: #0b0b0b;
    height: 130px;
    display: grid;
    place-items: center;
    border-radius: 10px;
    margin: 5px;
}

.slider-nav {
    padding-top: 20px;
}

.prodtl-txt p {
    font-size: 18px;
    color: #5e5e5e;
    /* width: 65%; */
    font-weight: 500;
    line-height: 27px;
}

.main-prodtl {
    padding: 100px 0 0;
}

.main-prodtl .prodtl-img .productIMAGE img {
    padding: 2rem 0;
}

/* product detail css end */

.ad-crtst ul li a:hover,
.d-btn:hover {
    background-color: #000;
    color: #fff;
}

.main-prodtl {
    padding-top: 17rem;
}

.prodtl-txt p strong {
    color: #fff;
}

/* Testimonial Page Css Start */

.testimonialInner .testimonlBox {
    transform: none;
    margin-bottom: 2rem;
    box-shadow: 0px 0px 35.72px 2.28px rgba(0, 0, 0, 0.08);
}

.testimonialInner::before {
    display: none;
}

.testimonialInner {
    background-color: #000;
}

.testimonialInner {
    position: unset;
}

.testimonlBox {
    border-radius: 10px;
    background-color: #090909;
    /* box-shadow: 0 0 8px #0000000d; */
    text-align: center;
    padding: 60px 0;
    width: 100%;
    transform: translate(0, 0) scale(0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.testimonialSlider .slick-list.draggable {
    min-height: 531px;
    padding: 50px 0 !important;
}

.testimonlBox .client img {
    margin: auto;
    margin-bottom: -10rem;
}

.testimonlBox span i {
    color: #ffffe0;
    font-size: 1.4rem;
    margin: 0 0.1em;
}

.testimonlBox p {
    font-size: 1rem;
    color: #828282;
    font-weight: 400;
    margin: 1em 0;
    padding: 0 3.5em;
    line-height: 1.8;
    font-family: "Poppins";
}

.testimonlBox .client h2 {
    font-size: 1.75rem;
    color: #fff;
    font-weight: 600;
    margin: 0.8rem 0 0.5rem;
}

.testimonlBox .iconUP {
    margin-right: 29rem;
    margin-bottom: 0rem;
}

.testimonlBox .iconDown {
    margin-left: 32rem;
    margin-bottom: -4rem;
}

.contactSection.contactPAge.testimonialSec.pt-0 .reviewPara {
    margin-bottom: -4rem;
}

.contactSection.contactPAge.testimonialSec.pt-0 {
    margin-top: -10rem;
}

.contactSection.contactPAge.testimonialSec.pt-3 label {
    color: #8e8e8e;
}

.main-prodtl .prodtl-img .productIMAGE {
    background: #0b0b0b;
    display: grid;
    place-items: center;
    border-radius: 10px;
}

ul.listING {
    list-style: disc;
    display: contents;
    color: #828282;
    list-style-position: inside;
}

.col-md-6.productSIDE {
    padding-left: 2rem;
}

.main-slider.innerBnr img {
    height: 100%;
}

.cardbutton a {
    width: 100%;
    text-align: center;
}

.cardbutton {
    display: flexx;
    display: flex;
    justify-content: space-between;
    gap: 2rem;
    align-items: center;
}

.cardbutton button {
    background: transparent;
    border-radius: 6px;
    /* padding: 1rem 1rem; */
}

.cardbutton button i {
    font-size: 1.3rem;
}

.ad-crtst.ad-crtstwo strong {
    color: #fff;
    padding-right: 1rem;
}

.aboutInner a {
    color: #fcf3cf;
}

.brandicon {
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    border-radius: 20px;
    border: 1px solid #000;
    margin-bottom: 1rem;
}

.brandicon img {
    max-width: 150px;
}

.brandicon h2 {
    font-size: 1.5rem;
    margin-top: 1rem;
    font-weight: 500;
}

.shopBOX figure img {
    filter: brightness(0) invert(1);
}

.shopBOX {
    min-height: 200px;
}

.innerBnr video {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* .boxx figure img {
  filter: revert;
} */

.shopBOX p {
    text-transform: uppercase;
}

.shopBan h2 {
    font-size: 5.5rem;
}

.moretext {
    display: none;
}

.main-Img img {
    position: absolute;
    bottom: -2rem;
    right: -15rem;
}

.socialIcon img {
    height: 40px;
}

.main-slider.abtBg img {
    height: auto;
}

.prodtl-txt a {
    color: #5d5d5d;
    font-weight: 700;
}

.footPara {
    font-size: 12px;
    margin-top: 1.5rem;
}

.brandBox figure img {
    filter: none;
}

.rating-box {
    display: inline-block;
}

.rating-box .rating-container {
    direction: rtl !important;
}

.rating-box .rating-container label {
    display: inline-block;
    margin: 0;
    color: #d4d4d4;
    cursor: pointer;
    font-size: 2rem;
    transition: color 0.2s linear;
}

.rating-box .rating-container input {
    display: none;
}

.rating-box .rating-container label:hover,
.rating-box .rating-container label:hover ~ label,
.rating-box .rating-container input:checked ~ label {
    color: gold;
}

.productDetailBox h2 {
    color: var(--secondary);
    font-size: 3rem;
}

.productDetailBox h4 {
    font-size: 2.5rem;
    color: #fff;
}

.productDetailBox p {
    font-size: 1.25rem;
    line-height: initial;
    color: #fff;
}
.prodtl-txt p a {
    color: #fffa64;
    font-weight: 600;
}