/* FONT IMPORT */


/* Google Font */

@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Wix+Madefor+Display:wght@400..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Wix+Madefor+Display:wght@400..800&display=swap');

/* Local Font */


/* @font-face {
	font-family: "Font Name";
	src: url("../fonts/fontpath.ttf");
  } */

:root {
    --white: #fff;
    --black: #000;
    --primary: #FE0000;
    --secondary: #333333;
    /* Font Variable */
    --font-text: "Poppins", sans-serif;
    --font-heading: "Poppins", sans-serif;
}

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

body {
    position: relative;
    background: #fff;
    overflow-x: hidden;
    height: 100%;
    font-family: var(--font-text);
}

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

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

h1,
h2,
h3 {
    font-family: "Open Sans", sans-serif;
}

h4,
h5,
h6 {
    color: #000;
    font-family: var(--font-heading);
}

.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;
}

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

figure {
    margin: 0;
}


/* 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(--primary);
    -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(--primary);
    opacity: 0.3;
}


/* Cursor End */


/* PRELOADER */

.preLoader {
    width: 100%;
    height: 100%;
    z-index: 1111;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.preLoader.black {
    background-color: var(--white);
    z-index: 11113;
}

.preLoader.white {
    z-index: 11112;
    background-color: var(--primary);
}

.preLoader img {
    width: 500px;
}


/* PRELOADER */


/* GLOBAL CSS */

.themeBtn {
    background: var(--primary);
    font-size: 0.875rem;
    color: var(--white);
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    padding: 1em 1.96em;
    border-radius: 26px;
    line-height: normal;
    font-family: 'Open Sans';
    overflow: hidden;
}

.themeBtn.borderBtn {
    background: transparent;
    border: 1px solid #fff;
    padding: 1.04em 2em;
}


/* NAV HEADER CSS */

.tophead {
    padding: 1rem 0;
    transition: 0.3s ease-in-out;
    background: #fff;
}

nav.navbar.navbar-expand-lg {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 999;
    background: rgb(0 0 0 / 50%);
    padding: 15px 0;
    border-bottom: 1px solid var(--primary);
}

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

.navbar-brand img {
    width: 200px;
}

.navbar-nav {
    align-items: center;
    gap: 2rem;
}

.navbar-nav .nav-item .nav-link {
    font-size: 0.875rem;
    color: var(--white);
    text-transform: capitalize;
    font-weight: 400;
    padding: 0 0;
    display: inline-block;
}

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

.phone-wrap {
    display: flex;
    gap: 5px;
}

.phone-wrap h2 {
    flex-shrink: 0;
}

.phone-wrap h2 {
    font-size: 1.125rem;
    font-weight: bold;
    margin: 0;
}

.phone-wrap h2 span {
    display: block;
    font-size: 0.875rem;
    font-weight: 500;
    color: #FE0000;
}

.mainbanner h1::before {
    position: absolute;
    content: "";
    background: var(--primary);
    height: 2px;
    width: 80px;
    bottom: -1rem;
    left: 0;
    right: 0;
    margin: auto;
}

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


/* !NAV HEADER CSS */


/* MAIN HERO SLIDER CSS */

.mainbanner {
    height: 828px;
    display: grid;
    place-items: center;
}

.mainbanner::before,
.inner-banner::before {
    content: "";
    background: #00000040;
    position: absolute;
    inset: 0;
    z-index: 1;
    user-select: none;
    pointer-events: none;
}

.mainbanner__video,
.inner-banner__video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    inset: 0;
}

.mainbanner h1 {
    margin-bottom: 2rem;
    color: var(--white);
    font-size: 5.3125rem;
    line-height: 1;
    font-weight: bold;
    text-transform: capitalize;
    font-family: "Inter", sans-serif;
    position: relative;
}

.mainbanner p {
    color: var(--white);
    font-weight: 400;
    line-height: 1.7;
    margin-top: 1rem;
    font-size: 1.125rem;
}

.mainbanner h3 {
    font-size: 1.5625rem;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}

.mainbanner .slideOne {
    text-align: center;
}

.mainbanner .slideOne .btn-group {
    gap: 1rem;
}

.mainbanner .themeBtn.bdrbtn {
    border: 1px solid #fff;
    background: transparent;
}

.mainbanner__bottom,
.inner-banner__bottom {
    position: absolute;
    bottom: 0;
    user-select: none;
    pointer-events: none;
    z-index: 1;
}


/* !MAIN HERO SLIDER CSS */

.mainHead {
    font-size: 4.6875rem;
    font-weight: 200;
    color: #333333;
    position: relative;
    margin-bottom: 3rem;
    overflow: hidden;
}

.mainHead span {
    font-weight: bold;
}

:is(.mainHead) .char {
    display: inline !important;
}


/*about-section */

.aboutbackgroud {
    background: url(../../upload/images/aboutbg.webp)center/cover no-repeat;
    padding: 1rem 0;
}

.about-content {
    text-align: center;
}

.about-content p {
    font-size: 1rem;
    color: #54595F;
    line-height: 1.7;
    font-family: "Heebo", sans-serif;
}

.about-content p+p {
    margin-top: 2rem;
}

.about-content .mainHead {
    margin-bottom: 3rem;
}

.mainHead::before {
    position: absolute;
    content: "";
    background: var(--primary);
    width: 80px;
    height: 2px;
    bottom: -1rem;
    left: 0;
    right: 0;
    margin: auto;
}


/*about-section */


/* maze-section */

.maze-section {
    padding: 2rem 0 5rem 0;
}

.mazewrap1 {
    position: relative;
    box-shadow: 0 0 12px -1px rgb(15 15 15 / 10%);
    border-radius: 10px;
}

.maze-cntnt1 {
    position: absolute;
    bottom: 2rem;
    left: 1rem;
}

.maze-cntnt1 h3 {
    font-size: 1.75rem;
    font-weight: bold;
    color: #fff;
    margin-bottom: 20px;
}

a.pricetag {
    background: var(--primary);
    width: 55px;
    height: 55px;
    place-items: center;
    display: inline-flex;
    border-radius: 50%;
    justify-content: center;
    font-size: 0.875rem;
    font-weight: bold;
    color: #fff;
    position: absolute;
    top: -8rem;
    right: -8rem;
}

a.pricetag i {
    transform: rotate(89deg);
    margin-right: 3px;
}

a.pricered i {
    transform: rotate(89deg);
    margin-right: 3px;
}

a.pricered {
    font-size: 0.875rem;
    font-weight: bold;
    color: var(--primary);
}

.mazewrap2 {
    display: flex;
}

.mazecntnt2 {
    flex: 1;
    box-shadow: 0 0 12px -1px rgb(15 15 15 / 10%);
    padding: 1rem;
}

.mazecntnt2 h3 {
    font-size: 1.75rem;
    font-weight: bold;
}

.mazecntnt2 p {
    font-size: 0.875rem;
    line-height: 2;
}


/* maze-section */


/* its-amazing */

.its-amazing {
    height: 680px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.its-amazing::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #00000020;
    z-index: 1;
}

.its-amazing :is(.shape-top,
    .shape-bottom,
    .its-amazing__video) {
    position: absolute;
}

.its-amazing .shape-top {
    top: 0;
    z-index: 1;
}

.its-amazing__video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    inset: 0;
}

.its-amazing .shape-bottom {
    bottom: 0;
    z-index: 1;
}

.its-amazing-cntnt {
    position: relative;
    z-index: 1;
}

.its-amazing-cntnt p {
    font-size: 0.875rem;
    color: #EEEEEE;
    margin-bottom: 2rem;
}

.its-amazing-cntnt .btn-group {
    gap: 2rem;
}

.its-amazing-cntnt a.themeBtn.bdrbtn {
    background: #EEEEEE;
    color: #000;
}

.its-amazing-cntnt .mainHead {
    color: #fff;
    font-size: 2.25rem;
}

.its-amazing-cntnt {
    text-align: center;
}


/* its-amazing */


/* review-section */

.reviewSlider .swiper-pagination-clickable .swiper-pagination-bullet {
    background: #707070;
    width: 12px;
    border-radius: 0;
    height: 4px;
    border-radius: 8px;
    opacity: 1;
}

.reviewSlider .swiper-pagination-clickable .swiper-pagination-bullet-active {
    background: var(--primary);
}

.reviewMain {
    text-align: center;
}

.reviewBox p {
    font-size: 1.25rem;
    font-weight: 400;
    color: #000;
    font-family: 'Open Sans';
    width: 91%;
    margin: 1.5rem auto;
}

.reviewUser {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.reviewUser h3 {
    font-size: 0.875rem;
    font-weight: 400;
    color: var(--primary);
    text-transform: uppercase;
    text-align: justify;
}

.reviewUser h3 span {
    display: block;
    font-size: 10px;
    color: #000;
}

.swiper.reviewSlider {
    margin: 2rem 0;
    padding-bottom: 3rem;
}

section.clientMain .mainHead {
    font-size: 2.25rem;
}

section.clientMain {
    padding: 0 0 2rem 0;
}


/* review-section */


/* contact-section */

.contact-section {
    background: #1f1d1d;
    background: url(../../upload/images/contactbg.webp)center/cover no-repeat;
}

.contactForm .form-group .form-control {
    border-left: unset;
    border-radius: unset;
    border-right: unset;
    border-top: unset;
    border: 1px solid #d4d4d4;
    height: 55px;
    margin-bottom: 2.5rem;
    background: #fff;
    box-shadow: none !important;
}

.contactForm .form-group .form-control:focus {
    border-color: var(--primary);
}

section.contact-section {
    padding: 72px 0 8rem 0;
    background-color: #f8f8f8;
}

.contactForm .form-group textarea {
    height: 170px !important;
}

.contact-top {
    text-align: center;
    margin-bottom: 2rem;
}

.contact-top .mainHead {
    font-size: 2.25rem;
    color: #fff;
}

form.contactForm button.themeBtn {
    border: unset;
}

.contact-top p {
    font-size: 1.125rem;
    color: #fff;
    font-family: 'Inter';
}


/* contact-section */


/* footer  */

.footerlink1 h3::before {
    position: absolute;
    content: "";
    background: var(--primary);
    width: 50px;
    height: 2px;
    bottom: 0rem;
    left: 0;
    right: 0;
    margin: auto;
}

.footerlink1 h3 {
    font-size: 1.875rem;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
}

footer h4 {
    font-size: 1.875rem;
    font-weight: bold;
    text-transform: uppercase;
}

footer p {
    font-size: 0.875rem;
    color: #767676;
    font-weight: 500;
}

ul.social-link {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}

ul.social-link li a {
    background: #FE0000;
    height: 50px;
    width: 50px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #fff;
}

.footerlink1 {
    text-align: center;
}

.footerlink2 a {
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--primary);
}

.footerlink2 a i {
    color: #000;
}

.footerlink2 {
    text-align: center;
}

.newsForm {
    display: flex;
}

.newsForm input {
    border: 1px solid rgb(224 224 224 / 50%);
    border-radius: unset;
    height: 50px;
    background: rgb(224 224 224 / 50%);
    color: #000;
    padding-left: 1.8rem;
    border-radius: 500px;
    box-shadow: unset;
    outline: none;
}

.newsForm input::placeholder {
    color: #757575;
    font-size: 15px;
    font-weight: 500;
}

.newsForm button {
    font-size: 1.25rem;
    color: #fff;
    font-weight: 500;
    background: var(--white);
    border: unset;
    padding: 14px 2.5em;
    border-radius: 500px;
    background: var(--primary);
    position: absolute;
    right: 18px;
    font-size: 0.875rem;
    text-transform: uppercase;
}

h3.ftrhead {
    font-size: 1.375rem;
    font-weight: 500;
    color: #000025;
    margin-bottom: 1rem;
}

.foterform {
    margin-top: 5rem;
}

footer {
    padding-top: 4rem;
}

.copyRight {
    border-top: 1px solid rgb(102 102 102 / 50%);
    margin-top: 3.5rem;
    text-align: center;
}

.copyRight p {
    font-size: 1rem;
    color: #666666;
    margin-bottom: 0;
    padding: 1rem 0;
}

.copyRight p span {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--primary);
}


/* footer  */

ul.social-link li a:hover {
    background: #000;
    color: #fff;
}

.newsForm button:hover {
    background: #000;
    color: #fff;
}

form.contactForm button.themeBtn:hover {
    background: #fff;
    color: #000;
}

.themeBtn:hover {
    background: #000;
    color: #fff;
}

.its-amazing-cntnt a.themeBtn.bdrbtn:hover {
    background: var(--primary);
    color: #fff;
    border-color: var(--primary);
}

a.themeBtn.bdrbtn:hover {
    background: #000;
    color: #fff;
    border-color: #000;
}

.gallery-section figure {
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.gallery-section figure:hover a img {
    transform: scale(1.1);
}

.gallery-section figure a img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    transform: scale(1);
    transition: all 0.3s ease-in-out;
}


/* Innerpages */

.mainbanner--inner h1::before {
    content: none;
}


/* About Us */

.about__img img {
    width: 100%;
    height: 420px;
    object-fit: cover;
}


/* Contact Us */

.contact--shape {
    width: 100%;
    position: absolute;
    bottom: 100%;
    left: 0;
    z-index: 1;
    filter: brightness(0) saturate(100%) invert(2%) sepia(11%) saturate(360%) hue-rotate(317deg) brightness(102%) contrast(81%);
}

.inner-banner {
    height: 700px;
}

.inner-banner__content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.inner-banner__content h1 {
    font-size: 4.6875rem;
    font-weight: bold;
    text-transform: capitalize;
    color: var(--white);
    margin: 0;
}

.inner_banner {
    background: url(../../upload/images/innrBnnr.png)no-repeat;
    height: 826px;
}

.innerbanner-head {
    padding: 231px 0 213px 0;
}

.event-card1 {
    background: url(../../upload/images/entimg1.png)no-repeat center/cover;
    width: 263px;
    height: 458.02px;
    border-radius: 10px;
}

.event-card1::before {
    content: "";
    width: 263px;
    height: 458.02px;
    background: #000;
    opacity: 70%;
    position: absolute;
    border-radius: 10px;
}

.eventcd-contnt {
    padding: 135px 53px 133px 53px;
    position: relative;
    z-index: 1;
    text-align: center;
}

.eventcd-contnt i {
    font-size: 3.25rem;
    color: var(--white);
    margin-bottom: 25.03px;
}

.eventcd-contnt h2 {
    font-family: "Poppins", sans-serif;
    color: var(--white);
    font-size: 2.25rem;
    font-weight: 600;
    margin-bottom: 25px;
}

.icard-anc {
    background: #FE0000;
    border-radius: 5px;
}

.icard-anc a p {
    font-size: 0.75rem;
    padding: 12px 33.33px;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}

.icard-anc a p i {
    position: absolute;
    font-size: 1.5rem;
    right: 26%;
}

.event-card {
    margin-bottom: 50px;
}

.cntnt-img img {
    border-radius: 10px 10px 0 0;
}

.card-cntnt {
    border-radius: 10px;
    box-shadow: 0 0 12px -1px #0F0F0F15;
}

.cntnt-info {
    padding: 17.23px 25px 20px 25px;
}

.cntnt-info h2 {
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    font-weight: bold;
}

.user-icon {
    display: flex;
}

.user-icon i {
    margin: 6px 6px 6px 0;
    color: #FE0000;
}

.user-icon p {
    font-family: "Open Sans", sans-serif;
    font-size: 11px;
    line-height: 2;
    margin: 6px 0 6px 6px;
}

.cntnt-info p {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    line-height: 2;
}

.evn-anc {
    background: #FE0000;
    border-radius: 500px;
}

.evn-anc p {
    padding: 13px 22px 13px 22px;
    text-align: center;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

.evn-anc p i {
    margin-right: 8.28px;
}

.product-card {
    text-align: center;
    margin-bottom: 40px;
}

.pcard-img img {
    width: 100%;
    height: 450px;
    object-fit: contain;
}

.pcard-cntnt {
    box-shadow: 0 0 20px 0 #00000010;
}

.pricing-cntnt {
    position: absolute;
    top: 0;
    right: 16%;
    background: #000;
    border-radius: 0 0 10px 10px;
}

.pricing-cntnt p {
    position: relative;
    color: #fff;
    font-family: "Inter", sans-serif;
    font-size: 12.88px;
    margin: 0;
    text-align: center;
    padding: 7px 5px;
    line-height: 2.32;
}

.pricing-cntnt p span {
    display: block;
    font-family: "Poppins", sans-serif;
    font-size: 22px;
    font-weight: bold;
    line-height: 0.9;
}

.pcdimg-info {
    text-align: center;
    padding: 0 0 34px 0;
}

.pcdimg-info h2 {
    font-family: "Poppins", sans-serif;
    font-size: 22.4px;
    font-weight: bold;
    margin-top: 9.17px;
    border-bottom: 1px solid #000;
    padding: 9.17px;
}

.pcdimg-info p {
    font-family: "Mulish", sans-serif;
    font-size: 15px;
    line-height: 1.46;
    margin: 0;
    padding: 12px 36px 33px 36px;
}

.pd-anc {
    display: flex;
    justify-content: center;
    padding: 0 34px;
    gap: 20px;
}

.pd-anc a {
    border: 1px solid #000;
    border-radius: 5px;
}

.pd-anc a:hover {
    background: #FE0000;
    color: #fff;
    border: 1px;
}

.pd-anc a:hover p {
    color: #fff;
}

.pd-anc a p {
    font-family: "Wix Madefor Display", sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #000;
    margin: 0;
    padding: 12px 47px;
    text-align: center;
}

/* Calender CSS */
.evo-calendar {
    box-shadow: 0 0 10px 5px #00000020;
}

.evo-calendar,
/* .calendar-inner, */
.calendar-events {
    background-color: var(--white);
    border-radius: 25px;
    border: 0;
}
.calendar-year p{
    color: var(--white);
}

.calendar-sidebar {
    background-color: var(--primary);
    box-shadow: 15px 0 20px 0 rgba(0, 0, 0, 0.12);
}

.calendar-sidebar>span#sidebarToggler {
    background: var(--primary);
    box-shadow: 0 0 10px 5px #00000020;
}

.sidebar-hide .calendar-inner {
    width: calc(100% - 0px);
}

button.icon-button>span.bars::after {
    width: 16px;
    height: 4px;
    border-radius: 4px;
}

button.icon-button>span.bars::before {
    width: 27px;
    height: 4px;
    border-radius: 4px;
}

button.icon-button>span.bars {
    width: 24px;
    height: 4px;
    border-radius: 4px;
}

.calendar-sidebar>.calendar-months>li.active-month {
    background: var(--secondary);
}

.day.calendar-active.calendar-today,
tr.calendar-body .calendar-day .day.calendar-active,
tr.calendar-body .calendar-day .day.calendar-active:hover,
tr.calendar-body .calendar-day .day.calendar-today:hover {
    background: var(--primary);
    border: none !important;
    color: var(--white) !important;
}

tr.calendar-body .calendar-day .day {
    color: var(--black) !important;
    border: unset !important;
    font-size: 22px;
}

tr.calendar-header .calendar-header-day {
    font-size: 30px;
    color: var(--black);
    font-family: "Bright";
}


/* product-details  */
.product-details__img {
    background: var(--white);
    border: 1px solid #E1E1E1;
    box-shadow: 0px 4px 4px rgb(0, 0, 0, 25%);
    padding: 1em;
    border-radius: 1.25rem;
}

.product-details__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: .75em;
}

.product-details__content {
    border-right: 1px solid #D1D1D1;
    height: 100%;
    padding-right: .5em;
}

.product-details .col-lg-4:last-child .product-details__content {
    border-right: none;
    padding-right: 0;
}

.product-details__content h5 {
    font-size: 1.375rem;
    color: #979797;
    margin-bottom: 1.25rem;
    letter-spacing: -0.6px;
}

.product-details__content h4 {
    font-size: 1.625rem;
    font-weight: bold;
    font-family: "Open Sans", sans-serif;
    color: var(--black);
    margin-bottom: 1.875rem;
    letter-spacing: -0.6px;
}

.product-details__content h4 span {
    font-weight: 400;
}

.product-details__content ul {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    margin-bottom: 2.375rem;
}

.product-details__content ul li span{
    font-size: 1.5rem;
    color: var(--black);
    letter-spacing: -0.6px;
}

.product-details__content ul li:first-child span {
    color: var(--primary);
}

.product-details__content h6 {
    font-size: 1rem;
    color: #979797;
    margin-bottom: 1rem;
    letter-spacing: -0.6px;
}

.product-details__content p {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--black);
    margin: 1.875rem 0 0;
    letter-spacing: -0.6px;
}

.product-details__content p a {
    color: var(--primary);
}

.product-details__total p {
    margin: 1.875rem 0 1.625rem;
}

.product-details__total ul {
    justify-content: space-between;
    margin-bottom: 1.875rem;
}

.product-details__total ul li span {
    font-size: 1.125rem;
}

.product-details__total ul li:first-child span {
    color: var(--black);
}

.product-details__total ul li:last-child span {
    color: #5B5D62;
}

.product-details__total #accordion .card {
    padding: 1.5rem 0 0;
    margin: 0;
    border: none;
    background: transparent;
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: #D1D1D1;
    border-radius: 0;
}

.product-details__total #accordion .card .btn-link {
    width: 100%;
    display: flex;
    align-items: center;
    border: none;
    border-radius: 0;
    padding: 0;
    font-size: 1.625rem;
    font-weight: bold;
    font-family: "Open Sans", sans-serif;
    color: var(--black);
    letter-spacing: -0.6px;
}

.product-details__total #accordion .card .btn-link span {
    font-weight: 400;
    margin-right: 6px;
}

.product-details__total #accordion .card .btn-link i {
    margin-left: auto;
    color: #5B5D62;
    font-size: 1rem;
    border-radius: 50%;
}

.product-details__total #accordion .card .btn-link i::before {
    content: "\f106";
}

.product-details__total #accordion .card .btn-link.collapsed i::before {
    content: "\f107";
}

.product-details__total #accordion .card+.card {
    margin-top: 0;
}

.product-details__total #accordion .card .card-body {
    padding: 0;
}

.product-details__total #accordion .card .card-body p {
    color: #767676;
    font-size: 1rem;
    margin: .75rem 0 0;
    line-height: 24px;
}

.product-details__title .mainHead {
    font-size: 3.75rem;
}




.login__wrap {
    background: var(--white);
    border: 1px solid #DDD5D5;
    border-radius: 1.875rem;
    padding: 4.25em 2.625em;
}

.login__title h4 {
    font-size: 1.625rem;
    font-weight: bold;
    font-family: "Open Sans", sans-serif;
    color: var(--black);
    margin-bottom: 2.125rem;
}

.login__title h4 span {
    font-weight: 400;
}

.login__form label {
    font-size: 1.25rem;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    color: #7C838A;
    margin-bottom: .75em;
}

.login__form input {
    display: block;
    width: 100%;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: var(--primary);
    background: #F3F4F5;
    padding: 1.25em 2em;
    margin-bottom: 1.875rem;
}

.forgotten__text a {
    display: block;
    font-size: 1.125rem;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    color: #7C838A;
    margin: 1.875rem 0;
}

.forgotten__text a span {
    color: var(--primary);
}

.login-section .forgotten__text span {
    display: block;
    position: relative;
    font-size: 1.125rem;
    font-family: "Open Sans", sans-serif;
    color: #7C838A;
    margin-bottom: 1.875rem;
}

.login-section .forgotten__text span::before,
.login-section .forgotten__text span::after {
    content: "";
    width: 48%;
    height: 1px;
    background: #B7B5B5;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.login-section .forgotten__text span::before {
    left: 0;
}

.login-section .forgotten__text span::after {
    right: 0;
}







.cart-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: var(--white);
    border: 1px solid #DCDCDC;
    border-radius: 1.125rem;
    margin: 2.5rem 0;
    padding-right: 3.125rem;
    position: relative;
}

.cart-wrap::before {
    content: "";
    width: 100%;
    position: absolute;
    bottom: -1.375rem;
    border-top: 1px solid #CCCCCC;
}

.cart-box {
    display: flex;
    align-items: center;
    gap: 1.75rem;
}

.cart-box-img {
    border: 1px solid #DCDCDC;
    border-radius: 1.125rem;
    overflow: hidden;
}

.cart-box-img img {
    width: 222px;
    aspect-ratio: 1;
    object-fit: cover;
}

.cart-box-title h4 {
    font-size: 1.375rem;
    color: var(--black);
    font-weight: 600;
}

.cart-box-title h5 {
    font-size: 1.5rem;
    color: var(--primary);
    margin: 0;
}

.cart-quantity h5 {
    font-size: 1.25rem;
    color: var(--black);
    margin-bottom: 1rem;
}

.numberone {
    max-width: 120px;
    align-items: center;
    justify-content: space-between;
    gap: 0;
    background: #F7F6FB;
    border: 1px solid #CCCCCC;
    padding: 0.375em 1em;
    border-radius: .5em;
}

.numberone :is(.minus, .plus) {
    font-size: 15px;
    color: #282828;
    cursor: pointer;
}

.numberone input {
    display: block;
    width: 100%;
    border: none;
    font-weight: 600;
    color: #282828;
    outline: none !important;
    user-select: none;
    background: transparent;
    text-align: center;
    padding: 0;
    margin-left: .65rem;
}

.cart-delete-btn {
    position: absolute;
    top: 0;
    right: 0;
    color: var(--white);
    width: 28px;
    aspect-ratio: 1;
    border-radius: 0.25rem;
    display: grid;
    place-items: center;
    background: var(--primary);
}

.cart-total {
    margin-top: 1rem;
}

.cart-total h4 {
    font-size: 0.9375rem;
    text-transform: uppercase;
    color: var(--black);
}

.cart-total h4 span {
    font-size: 1.875rem;
    margin-right: 1.75rem;
}

.cart-total p {
    font-size: 1.125rem;
    color: var(--black);
}

.checkout__wrap h4 {
    font-size: 1.875rem;
    font-weight: 400;
    color: var(--black);
    text-transform: uppercase;
    margin-bottom: 1.125rem;
}

.checkout__form :is(input, select) {
    display: block;
    width: 100%;
    padding: .75em;
    margin: 0 0 1.125rem;
    background: var(--white);
    border: 1px solid #707070;
    font-size: 1.125rem;
    color: #1F2328;
}

.checkout__form :is(input, select)::placeholder {
    color: #1F2328;
}

.checkout__form .checkbox {
    display: flex;
    align-items: center;
    gap: .5rem;
}

.checkout__form .checkbox input {
    width: fit-content;
    margin: 0;
}

.checkout__form .checkbox p {
    font-size: 1rem;
    color: #828282;
    margin: 0;
}

.checkout__product--main {
    background: #F5F5F5;
    border-radius: 1.875rem;
    padding: 2.5rem .875em;
}

.checkout__product--wrap {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding-bottom: 2.25rem;
    border-bottom: 1px solid #707070;
}

.checkout__product--img {
    width: 110px;
    height: 110px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #FAFAFA;
    display: grid;
    place-items: center;
}

.checkout__product--content {
    width: 100%;
}

.checkout__product--content h4 {
    font-size: 1.75rem;
    font-weight: bold;
    font-family: "Open Sans", sans-serif;
    color: #1F2328;
}

.checkout__product--content div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.checkout__product--content p {
    font-size: 1rem;
    color: #828282;
    margin: 0;
}

.checkout__product--content span {
    font-size: 1rem;
    color: var(--black);
}

.checkout__product--discount {
    position: relative;
    padding: 2.5rem 0;
    border-bottom: 1px solid #707070;
}

.checkout__product--discount input {
    display: block;
    width: 100%;
    background: var(--white);
    border-radius: 6.25rem;
    padding: 1.25em;
    color: #1F2328;
    border: none;
}

.checkout__product--discount input::placeholder {
    color: #1F2328;
}

.checkout__product--discount .themeBtn {
    position: absolute;
    top: 50%;
    right: .5rem;
    transform: translateY(-50%);
}

.checkout__product--subtotal {
    padding: 1.375rem 0;
    border-bottom: 1px solid #707070;
}

.checkout__product--subtotal ul,
.checkout__product--total ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.checkout__product--subtotal ul:not(:last-child) {
    margin-bottom: .5rem;
}

.checkout__product--subtotal ul li,
.checkout__product--total ul li {
    font-size: 1rem;
    font-weight: 500;
    color: #1F2328;
    text-transform: capitalize;
}

.checkout__product--subtotal ul:last-child li:last-child {
    color: #828282;
}

.checkout__product--total {
    padding: 1.375rem 0 0 ;
}

/* Faq Sec Css Start */

.faqSec {
    /* background-color: #F5F5F5; */
    padding: 6rem 0;
}

.faq-content .card {
    margin-bottom: 1.4rem;
    border-radius: 0;
    border: 0;
    background: #F4F7FC;
    border-radius: 10px;
}

.faq-content .card .btn {
    padding: 0;
    display: flex;
    align-items: center;
    gap: 20px;
    box-shadow: none;
    padding: 2rem 1.4rem;
    font-size: 1.6875rem;
    width: 100%;
    border-radius: 0;
    background-color: transparent;
    transition: 0.5s;
    position: relative;
    border: 0;
    font-weight: 500;
    font-family: "DM Serif Display", serif;
    color: #000000;
}


/* .faq-content .card .btn::before {
    content: '\f078';
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    top: 50%;
    right: 10px;
    font-size: 1.5rem;
    transform: translateY(-50%);
    transition: 0.5s ease;
}

.faq-content .card .btn.collapsed::before {
    content: '\f077';
} */

.faq-content .card .card-header {
    padding: 0;
    border-radius: 0;
    border: 0;
    background: transparent;
}

.faq-content .card-body {
    line-height: 1.9;
    padding: 0rem 0.5rem 3rem 1.5rem;
}

.faq-content .card .btn.collapsed {
    /* background-color: #F5F5F5; */
    /* border-color: #D1D1D1; */
}

.faq-content .card .btn span {
    font-size: 39px;
    padding: 0 1rem;
    height: 25px;
    border-right: 1px solid #707070;
    height: fit-content;
    display: block;
    font-family: 'Roboto';
}

.card-body p {
    color: #828282;
    font-size: 1rem;
    line-height: 2.1875rem;
    margin: 0;
}

.faqSec .heading1 {
    font-size: 45px;
    text-align: center;
    font-weight: 500;
}

.faqSec h6 {
    font-size: 25px;
    text-align: center;
    font-weight: 400;
    margin-bottom: 3rem;
}

.faq-content {
    display: flex;
    align-items: flex-start;
    gap: 40px;
}

.faq-content .set-one {
    flex: 1;
}

.products .row .col-md-6:nth-of-type(1) .product-card .pcard-img img{
    height: 420px;
}

/* Faq Sec Css End */
.product-details .row .col-lg-4.text-center p {
    max-width: 290px;
    margin: 0 auto;
}

.form-inline ul {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.form-inline ul li a {
    color: var(--white);
    padding: 0 0;
    position: relative;
}
.form-inline ul li a span {
    width: 18px;
    height: 18px;
    background: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    position: absolute;
    top: -8px;
    right: -16px;
    font-family: var(--font-text);
}

.form-inline ul li a i.fal.fa-shopping-cart {
    font-size: 1.3rem;
}


.headingMarquee  {
    font-size: 3rem;
    font-weight: 900;
    color: #00000010;
    color: black;
    -webkit-text-fill-color: white;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
    text-align: center;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.gallery_cards {
    columns: 3;
    column-gap: 1rem;
    margin-bottom: 1rem;
    padding: 0rem 2rem;
}

.gallery_cards figure {
    break-inside: avoid;
    margin-bottom: 1rem;
    overflow: hidden;
    border-radius: 10px;
}

.gallery_cards {
    columns: 3; /* default 3 columns */
    column-gap: 1rem;
    margin-bottom: 1rem;
    padding: 0rem 2rem;
}

.gallery_cards figure {
    break-inside: avoid;
    margin-bottom: 1rem;
    overflow: hidden;
    border-radius: 10px;
}

@media (max-width: 992px) {
    .gallery_cards {
        columns: 2;
        padding: 0rem 1.5rem;
        text-align: center;
    }
}

@media (max-width: 576px) {
    .gallery_cards {
        columns: 1;
        padding: 0rem 1rem;
        text-align: center;

    }
}


.gallery-section {
    padding-inline: 2rem;
}

.card-op-img{
  width: 100%;
  height: 245px;
  object-fit: cover;
}

.navbar-brand img{
    display: none;
}
.mein-logccc{
    width: 180px;
}
