/* FONT IMPORT */


/* Google Font */

@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

/* Local Font */

:root {
    --white: #fff;
    --black: #000;
    --primary: #da467d;
    --secondary: #2d223d;
}

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

body {
    position: relative;
    background: #fff;
    overflow-x: hidden;
    height: 100%;
    font-family: "Jost", sans-serif;
}

section {
    position: relative;
}

p {
    font-family: "Roboto", sans-serif;
}

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

.cursor-inner {
    width: 8px;
    height: 8px;
    z-index: 10000001;
    background-color: var(--primary);
    transition: 0.05s ease-in-out;
}

.cursor-outer {
    margin-left: -1.25rem;
    margin-top: -1.25rem;
    width: 3rem;
    height: 3rem;
    border: 1px solid var(--white);
    mix-blend-mode: difference;
    opacity: 0.3;
    z-index: 10000001;
}


/* Cursor End */


/* PRELOADER */

.anloader {
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: var(--white);
}

.anloader>video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* PRELOADER */


/* GLOBAL CSS */

.themeBtn {
    background: var(--primary);
    font-size: 0.875rem;
    color: var(--white);
    text-transform: uppercase;
    font-weight: 500;
    display: inline-block;
    padding: 1.1rem 2.71em;
    border-radius: 50px;
    font-family: "Roboto", sans-serif;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.themeBtn:hover {
    color: var(--white) !important;
}

.themeBtn:before {
    content: "";
    position: absolute;
    background: var(--black);
    width: 30px;
    height: auto;
    border-radius: 50%;
    inset: 0;
    margin: auto;
    z-index: -1;
    aspect-ratio: 1;
    transition: 0.5s ease;
    opacity: 0;
}

.themeBtn:hover:before {
    width: 100%;
    opacity: 1;
}


/* !GLOBAL CSS */


/* NAV HEADER CSS */

header {
    transition: 0.3s ease-in-out;
    padding: 1rem 0;
}

.navbar-brand {
    padding: 0;
    margin: 0;
    width: 280px;
}

.navbar-brand>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

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

.navbar-brand h2 {
    color: var(--white);
    font-size: 1.875rem;
    margin: 0;
}

.navbar-nav .nav-item .nav-link {
    font-size: 0.9375rem;
    color: var(--black);
    text-transform: uppercase;
    font-weight: 500;
    padding: 7px 0.625rem;
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.navbar-nav .nav-item .nav-link:before {
    content: "";
    position: absolute;
    background: var(--primary);
    width: 1px;
    height: 40px;
    z-index: -1;
    inset: 0;
    transition: 0.5s ease;
    opacity: 0;
}

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

.navbar-nav .nav-item .nav-link:hover:before {
    opacity: 1;
    width: 100%;
}

.form-inline {
    margin-left: 2.5rem;
    gap: 1.125rem;
}

.headerBtn {
    color: var(--black);
    text-transform: uppercase;
    font-weight: 500;
    font-size: 0.75rem;
    border: 1px solid var(--black);
    display: inline-block;
    padding: 0.6875rem 2.5em;
    border-radius: 50px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.headerBtn:before,
.userBtn:before {
    content: "";
    position: absolute;
    background: var(--primary);
    width: 100%;
    height: 100%;
    left: 0;
    bottom: -2.5rem;
    border-radius: 50%;
    z-index: -1;
    transition: 0.5s ease;
}

.headerBtn:hover:before,
.userBtn:hover:before {
    bottom: 0;
    border-radius: 50px;
}

.headerBtn:hover,
.userBtn:hover {
    border-color: var(--primary);
    color: var(--white);
}

.userBtn {
    border: 1px solid var(--black);
    width: 42px;
    height: auto;
    aspect-ratio: 1;
    display: grid;
    place-items: center;
    border-radius: 50px;
    color: var(--black);
    font-size: 1.125rem;
    position: relative;
    overflow: hidden;
    z-index: 1;
}


/* !NAV HEADER CSS */


/* MAIN HERO SLIDER CSS */

.main-slider {
    height: 900px;
}

.homeSlider.swiper-container {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    overflow: hidden;
}

.homeSlider.swiper-container .swiper-slide {
    overflow: hidden;
}

.homeSlider .slide-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}

.homeSlider .slide-inner:before,
.innerBanner:before {
    content: "";
    position: absolute;
    background: linear-gradient(270deg, #000000, #000000, transparent);
    inset: 0;
    opacity: 65%;
}

.slideOne {
    margin: 6rem 0 0 3rem;
}

.mainHeading {
    color: var(--secondary);
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1;
    font-size: 3.4375rem;
}

.slideOne p {
    color: var(--white);
    font-size: 0.9375rem;
    line-height: 1.6;
    margin: 1rem 0 2rem 0;
}


/* !MAIN HERO SLIDER CSS */


/* About Sec Css Start */

.aboutSec {
    padding: 6.25rem 0;
}

.aboutContent span {
    font-size: 1.5625rem;
    color: var(--primary);
    font-weight: 500;
}

.aboutContent p {
    font-size: 0.875rem;
    line-height: 1.7;
    color: rgb(0 0 0 / 60%);
    width: 97%;
    margin-top: 1rem;
    font-weight: 500;
}

.aboutContent .themeBtn {
    margin-top: 1rem;
    padding: 1.1rem 3.15em;
}

.aboutImg img {
    width: 100%;
    border-radius: 1.875rem;
    object-fit: cover;
}


/* About Sec Css End */


/* Podcast Sec Css Start */

.helpSec .container {
    max-width: 1380px;
}

.helpWraps {
    border-radius: 60px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 14px 19px 0 rgb(0 0 0 / 20%);
}

.helpBox {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: end;
    flex-direction: column;
    justify-content: center;
    width: 670px;
    background: rgb(218 70 125 / 70%);
    right: -29rem;
    padding-right: 0px;
    border-radius: 225px 0 0 225px;
    transition: 0.8s ease;
}

.helpWraps:hover .helpBox {
    right: 0;
    padding-right: 6.875rem;
}

.helpBox h2 {
    color: var(--white);
    text-transform: uppercase;
    font-size: 2.625rem;
    font-weight: bold;
    text-align: right;
}

.helpBox p {
    color: var(--white);
    text-align: right;
    font-size: 0.875rem;
    line-height: 1.6;
    margin-bottom: 1.75rem;
}

.helpBox .themeBtn {
    background: var(--white);
    color: var(--black);
}


/* Podcast Sec Css End */


/* Podcast Sec Css Start  */

.podcastSec {
    padding: 6.875rem 0 6.25rem 0;
}

.podcastPara {
    line-height: 1.875;
    color: rgb(0 0 0 / 60%);
    font-weight: 500;
    width: 93%;
    margin: 0 0 0 auto;
}

.podcastWrap {
    border-radius: 12.5rem;
    border: 5px solid transparent;
    overflow: hidden;
    position: relative;
    transition: 0.7s ease;
}

.podcastWrap:hover {
    border-color: var(--primary);
}

.podcastContent {
    position: absolute;
    bottom: -11rem;
    display: flex;
    align-items: center;
    justify-content: end;
    flex-direction: column;
    left: 0;
    right: 0;
    padding-bottom: 3.75rem;
    height: 100%;
    background: linear-gradient(180deg, #00000000, rgb(0 0 0 / 60%));
    transition: 0.7s ease;
}

.podcastWrap:hover .podcastContent {
    bottom: 0;
}

.podcastSlider .swiper-slide-next .podcastContent {
    bottom: 0;
}

.podcastSlider .swiper-slide-next .podcastWrap {
    border-color: var(--primary);
}

.podcastContent h3 {
    color: var(--white);
    text-transform: uppercase;
    font-size: 2.25rem;
    font-weight: bold;
    margin-bottom: 1.3rem;
}

.podcastSlider {
    padding-top: 2.8125rem;
}

.podcastSec .swiper-button-next:after,
.podcastSec .swiper-button-prev:after,
.merchandiseSec .swiper-button-next:after,
.merchandiseSec .swiper-button-prev:after {
    font-size: 1.2rem;
    font-weight: 700;
}

.podcastSec .swiper-button-next,
.podcastSec .swiper-button-prev,
.merchandiseSec .swiper-button-next,
.merchandiseSec .swiper-button-prev {
    border: 2px solid var(--primary);
    width: 75px;
    height: auto;
    aspect-ratio: 1;
    border-radius: 50%;
    color: var(--primary);
    top: 57%;
    transition: 0.5s ease;
}

.podcastSec .swiper-button-next:hover,
.podcastSec .swiper-button-prev:hover,
.merchandiseSec .swiper-button-next:hover,
.merchandiseSec .swiper-button-prev:hover {
    background: var(--primary);
    color: var(--white);
}

.podcastSec .swiper-button-prev,
.merchandiseSec .swiper-button-prev {
    left: 13%;
}

.podcastSec .swiper-button-next,
.merchandiseSec .swiper-button-next {
    right: 13%;
}

.main {
    position: relative;
}

.main:before {
    content: "";
    position: absolute;
    background: #D9D9D9;
    width: 100%;
    height: 86%;
    bottom: 0;
    opacity: 40%;
}


/* Podcast Sec Css End  */


/* Video Sec Css Start */

.videoWra {
    position: relative;
}

.videoWra img {
    transition: 0.5s ease;
}

.videoWra:hover img {
    opacity: 0.8;
}

.videoBtn {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    margin: auto;
}

.videoBtn input {
    opacity: 0;
    position: absolute;
    pointer-events: none;
}

.videoBtn label {
    display: grid;
    border: none;
    background-color: var(--primary);
    width: 150px;
    height: auto;
    aspect-ratio: 1;
    border-radius: 50%;
    place-items: center;
    cursor: pointer;
    transition: 0.5s ease;
}

.videoBtn label:hover {
    background: var(--white);
}

.videoBtn label:hover .play_pause_icon {
    background: var(--black);
}

.videoBtn .play_pause_icon {
    width: 50%;
    height: auto;
    aspect-ratio: 1;
    background: white;
    translate: 0 0;
    transition: 0.5s ease;
}

.videoBtn .play {
    clip-path: polygon(20% 0, 20% 100%, 90% 50%, 90% 50%, 90% 50%, 90% 50%, 90% 50%, 90% 50%, 90% 50%);
    translate: 6% 0;
}

.videoBtn:has(input:checked) .play_pause_icon,
.pause {
    clip-path: polygon(0 0, 0 100%, 33.33% 100%, 33.33% 0, 66.66% 0, 100% 0, 100% 100%, 66.66% 100%, 66.66% 0);
    translate: 0 0;
}


/* Video Sec Css End */


/* Calender Sec Css Start */

.calenderSec {
    padding: 6.25rem 0;
}

.evo-calendar,
.calendar-inner,
.calendar-events {
    background-color: var(--white);
    border-radius: 10px;
    border: 0;
}

.evo-calendar {
    box-shadow: 0 20px 34px 0 rgb(0 0 0 / 15%);
}

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

.calendar-sidebar>span#sidebarToggler {
    box-shadow: 0px 3px 10px 0 rgba(0, 0, 0, 0.12);
    background: var(--primary);
}

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

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

.calendar-inner {
    margin-left: 17rem;
    padding-right: 7rem;
}

.calendar-sidebar>.calendar-months>li {
    padding: 7px 1.875rem;
    font-size: 1.1875rem;
    font-weight: 500;
}

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(--primary) !important;
}

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

tr.calendar-body .calendar-day .day {
    color: #828282;
    font-size: 1.25rem;
}

tr.calendar-header .calendar-header-day {
    font-size: 1.25rem;
    color: #2C2C2C;
    font-weight: 500;
}

th[colspan="7"] {
    font-size: 1.9375rem;
    color: var(--secondary);
    font-weight: bold;
    font-family: 'Roboto';
    padding-bottom: 2rem;
}


/* Calender Sec Css End */


/* Donate Sec Css Start */

.donateSec {
    padding-bottom: 6.25rem;
}

.donateImages {
    display: flex;
    align-items: end;
    gap: 1.5625rem;
}

.donateImages img {
    border-radius: 3.125rem;
}

.donateContent {
    margin: 5rem 0 0 3rem;
}

.donateContent p {
    font-size: 0.875rem;
    line-height: 1.7;
    color: rgb(0 0 0 / 60%);
    margin-bottom: 1.5rem;
}

.mainTwo:before {
    height: 67%;
}


/* Donate Sec Css End */


/* Merchandise Sec Css Start */

.merchandiseWrap {
    text-align: center;
    cursor: pointer;
}

.merchandiseWrap figure {
    width: 100%;
    border: 1px solid #9D9D9D;
    border-radius: 1.25rem;
    background: rgb(157 157 157 / 30%);
    /* padding: 4rem 0; */
    overflow: hidden;
}

.merchandiseWrap figure img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    transition: 0.5s ease;
}

.merchandiseWrap:hover figure img {
    transform: scale(1.1);
}

.merchandiseContent {
    margin-top: 1.75rem;
}

.merchandiseContent h3 {
    color: var(--black);
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: bold;
}

.merchandiseContent a {
    color: var(--black);
    font-weight: bold;
    font-size: 1.375rem;
}

.merchandiseSlider {
    padding-top: 2.2rem;
}

.merchandiseSec .swiper-button-next,
.merchandiseSec .swiper-button-prev {
    top: 50%;
}


/* Merchandise Sec Css End */


/* News Sec Css Start */

.newsSec {
    background: rgb(217 217 217 / 40%);
}

.newsHeading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2.5rem;
}

.newsWrap figure {
    position: relative;
}

.newsWrap figure img {
    border-radius: 1.125rem 1.125rem 0 0;
}

.newsDate {
    width: 70px;
    height: 60px;
    background: var(--primary);
    display: grid;
    place-items: center;
    border-radius: 0 0 10px 10px;
    position: absolute;
    top: 0;
    right: 2rem;
}

.newsDate h4 {
    font-size: 1.5625rem;
    font-weight: bold;
    font-family: 'Roboto';
    text-align: center;
    margin: 0;
    color: var(--white);
}

.newsDate h4 span {
    display: block;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 500;
}

.newsContent {
    background: var(--white);
    box-shadow: 0 8px 14px 0 rgb(0 0 0 / 18%);
    border-radius: 0 0 1.125rem 1.125rem;
    padding: 1.75rem 1.375rem 1rem 1.375rem;
}

.newsContent h5 {
    font-size: 1.5625rem;
    font-weight: bold;
    color: var(--black);
    font-family: 'Roboto';
}

.newsContent p {
    color: var(--black);
    font-size: 0.875rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.newsContent small {
    display: block;
    border: 2px solid #D9D9D9;
    margin: 0 -1.5rem;
}

.newsUser {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 1rem;
}

.newsUser figure {
    display: flex;
    align-items: center;
    gap: 0.625rem;
}

.newsUser figure h6 {
    margin: 0;
    font-size: 1rem;
    font-weight: bold;
    text-transform: uppercase;
    color: var(--black);
    line-height: 1;
}

.newsUser figure h6 span {
    font-size: 0.875rem;
    display: block;
    font-weight: 400;
    text-transform: none;
}

.newsUser .themeBtn {
    font-size: 0.625rem;
    padding: 9px 2.2em;
}


/* News Sec Css End */


/* Footer Css Start */

footer {
    background: var(--black);
    padding-top: 6.25rem;
}

.footLogo a img {

    margin-bottom: 1.5rem;
}

.footLogo a h2 {
    color: var(--white);
    font-size: 1.875rem;
    margin-bottom: 1.3rem;
}

.footLogo p {
    font-size: 0.875rem;
    line-height: 1.8;
    color: rgb(255 255 255 / 60%);
    margin: 0;
}

footer h3 {
    color: var(--white);
    text-transform: uppercase;
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
}

footer ul li a:hover {
    color: var(--primary);
}

.links li a {
    color: var(--white);
    font-size: 0.9375rem;
}

.links li+li {
    margin-top: 5px;
}

.contactLinks li {
    display: flex;
    align-items: center;
    gap: 0.9375rem;
}

.contactLinks li a {
    color: var(--white);
    font-size: 0.875rem;
    font-weight: 600;
}

.contactLinks li a span {
    display: block;
    font-size: 0.75rem;
    font-weight: 400;
}

.contactLinks li+li {
    margin-top: 2.5rem;
}

.footForm {
    background: var(--white);
    height: 53px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footForm input {
    background: unset;
    border: unset;
    outline: unset;
    box-shadow: unset;
    padding-left: 1rem;
    font-size: 0.8125rem;
    color: #474747;
    font-family: 'Roboto';
}

.footForm input::placeholder {
    color: #474747;
}

.footForm button {
    border: unset;
    background: var(--primary);
    width: 45px;
    height: 53px;
    border-radius: 8px;
    color: var(--white);
    outline: unset;
}

.socialLink {
    display: flex;
    gap: 0.625rem;
    margin-top: 1.875rem;
}

.socialLink li a {
    background: #EFEFEF;
    width: 36px;
    height: auto;
    aspect-ratio: 1;
    display: grid;
    place-items: center;
    border-radius: 50px;
    color: #231609;
}

.socialLink li a:hover {
    color: var(--white);
    background: var(--primary);
}

.copyRight {
    border-top: 1px solid rgb(255 255 255 / 42%);
    margin-top: 3.125rem;
    padding: 1.875rem 0;
}

.copyRight p {
    color: var(--white);
    font-size: 0.875rem;
    font-weight: 500;
    margin: 0;
    text-align: center;
}


/* Footer Css End */

.reveal {
    visibility: hidden;
    position: relative;
    overflow: hidden;
}


/* Inner Css Start */

.innerBanner {
    /* background: url(../images/innerBanner.png)center/cover; */
    height: 700px !important;
    display: flex;
    align-items: center;
}

.innerBanner .slideOne {
    margin: 2rem 0 0 4rem;
}

.aboutInner .aboutContent p+p {
    margin-top: 2rem;
}

.aboutInner .row+.row {
    margin-top: 1.5rem;
}

.innerPage footer {
    padding-top: 17.5rem;
}

.aboutHelp {
    margin-bottom: -14.5rem;
}

.donationInner {
    padding: 7.5rem 0;
}

.donationImage {
    position: relative;
    overflow: hidden;
    border-radius: 1.5rem;
}

.donationHeading {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    inset: 0;
    height: 100%;
    background: rgb(255 0 0 / 60%);
}

.donationHeading h2 {
    color: var(--white);
    font-size: 4rem;
    font-weight: bold;
    margin: 0;
    line-height: 1.4;
    position: relative;
}

.donationHeading h2 img {
    position: absolute;
    top: -1rem;
    left: 5rem;
}

.donationContent p {
    color: #828282;
    width: 94%;
    font-family: 'Jost';
}

.donationContent {
    margin-left: 1rem;
}

.donationContent h4 {
    font-size: 1.125rem;
    color: #333333;
}

.donationContent p {
    color: #828282;
    width: 94%;
    font-family: 'Jost';
    margin-bottom: 1.375rem;
}

.donationContent {
    margin-left: 1rem;
}

.donationContent h4 {
    font-size: 1.125rem;
    color: #333333;
}

.donationContent select {
    background: #F4F4F4;
    border: unset;
    width: 100%;
    height: 46px;
    border-radius: 6px;
    font-size: 1.125rem;
    color: #828282;
    padding: 0 0.75rem;
    outline: unset;
    margin-bottom: 1.375rem;
}

.radioBtns input,
.donationAmount input {
    width: 20px;
    height: 20px;
    position: unset;
    margin: 0;
}

.radioBtns .form-check,
.donationAmount .form-check {
    padding: 0;
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.radioBtns .form-check label {
    font-size: 1.5rem;
    color: #333333;
}

.donationContent small {
    font-size: 0.875rem;
    color: var(--primary);
    text-decoration: underline !important;
    margin-bottom: 10px;
    display: block;
}

.donationAmount label {
    font-size: 1.125rem;
    color: #828282;
}

.donationAmount {
    display: flex;
    gap: 0.625rem;
}

.donationAmount .form-check {
    background: #F4F4F4;
    border-radius: 6px;
    height: 46px;
    width: 230px;
    padding-left: 0.75rem;
    margin: 8px 0;
}

.donationContent span {
    color: #828282;
    font-size: 0.75rem;
    display: block;
    line-height: 1.7;
    margin: 5px 0 0.875rem 0;
}

.donationContent .btn-group {
    gap: 2rem;
}

.donationContent .btn-group .themeBtn {
    border-radius: 6px;
    min-width: 218px;
    text-align: center;
}

.donate1 {
    border: 1px solid var(--primary);
    background: transparent;
    color: var(--primary);
}

.podcastInner .row {
    gap: 5.625rem 0;
}

.merchandiseInner .row {
    gap: 1.875rem 0;
}

.merchandiseInner {
    padding-bottom: 9.375rem;
}

.contactBox {
    background: #F8F8F8;
    text-align: center;
    padding: 2.25rem 0;
    margin: 5rem 0;
}

.contactBox figure i {
    color: var(--primary);
    font-size: 3rem;
}

.contactBox h3 {
    text-transform: uppercase;
    font-size: 1.875rem;
    font-weight: 600;
    color: #16151A;
    margin: 0.625rem 0 3px 0;
}

.contactBox a {
    font-size: 0.9375rem;
    color: #5C5C5C;
}

.contactBox a span {
    color: var(--black);
}

.contactForm .form-control,
.contactForm select {
    border: unset;
    background: unset;
    outline: unset;
    box-shadow: unset;
    padding-left: 0;
    width: 100%;
    border-bottom: 1px solid #16151A;
    border-radius: unset;
    font-size: 1.375rem;
    color: #16151A;
    resize: none;
}

.contactForm .form-control::placeholder {
    color: #16151A;
}

.contactForm input,
.contactForm select {
    margin-bottom: 5rem;
    height: 50px;
}

.contactForm .themeBtn {
    outline: unset;
    border: unset;
    margin-top: 1.75rem;
    font-size: 1rem;
    font-weight: bold;
    font-family: 'Jost';
}

.contactInner .mainHeading {
    font-weight: 600;
    font-size: 3.75rem;
}


/* Inner Css Start */


/* privacy & terms page*/

.privacy,
.terms {
    padding: 6rem 0;
}

.privacyContent :is(p,
    li),
.termsContent :is(p,
    li),
.servicesList li,
.subText {
    font-size: 1.125rem;
    font-weight: 500;
    margin: 0 0 1rem;
}

.privacyContent p a,
.termsContent p a {
    color: var(--secondary);
    font-weight: 600;
}

.privacyContent h3,
.termsContent h3 {
    font-size: 2.125rem;
    font-weight: 600;
    margin: 1.125rem 0;
}

.privacyContent .list li,
.termsContent .list li,
.servicesList li {
    position: relative;
    padding-left: 1.75rem;
}

.privacyContent .list li::before,
.termsContent .list li::before,
.servicesList li::before {
    content: "";
    width: 16px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: var(--secondary);
    position: absolute;
    top: 0.25rem;
    left: 0;
}

.product-btn {
    margin: 2.5rem 0;
    gap: 1rem;
}

.product-btn select {
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--black);
    padding: 0.625em 1.25em;
    border-radius: .5em;
    border: none;
    outline: none !important;
}

.product-btn .numberone {
    padding: 0.625em .75em;
}

.product-btn .themeBtn {
    width: 100%;
    padding: 0.625em 1.5em;
    font-size: 1.125rem;
    text-align: center;
    background: var(--primary);
    color: var(--white);
}

.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-page */
.cart-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #1A1A1A;
    border: 1px solid #6E6E6E;
    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: 2rem;
    color: var(--white);
    font-family: var(--font-lexend);
}

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

.cart-quantity h5 {
    font-size: 1.25rem;
    font-family: var(--font-lexend);
    color: var(--white);
    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(--white); */
}

.cart-total h4 span {
    font-size: 1.875rem;
    font-family: var(--font-lexend);
    margin-right: 1.75rem;
}

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


/* checkout */
.checkout-form-box,
.checkout-item {
    background: #3E3E3E;
    border-radius: 1.5rem;
    padding: 1rem 1.5rem 1.875rem;
    margin: 0 0 2.8125rem;
}

.checkout-form-box h3,
.checkout-item h3 {
    font-size: 1.875rem;
    font-family: var(--font-lexend);
    color: var(--white);
    border-bottom: 1px solid var(--white);
    padding-bottom: 1rem;
    margin: 0;
}

.checkout-form-box input {
    display: block;
    width: 100%;
    background: #8E8D8C;
    border-radius: 1.875rem;
    border: none;
    outline: none !important;
    font-size: 1.25rem;
    color: var(--white);
    padding: .6em 1.5em;
    margin-top: 1.625rem;
}

.checkout-form-box input::placeholder {
    color: var(--white);
}

.input-radio {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-top: 1.5rem;
}

.input-radio label {
    margin: 0;
    cursor: pointer;
}

.input-radio input[type="radio"] {
    display: inline-block;
    width: fit-content;
    margin: 0;
    cursor: pointer;
}

.input-radio span {
    font-size: 1.25rem;
    color: var(--white);
}

.checkout-item {
    background: var(--primary);
    position: sticky;
    top: 2%;
}

.checkout-item h3 {
    color: var(--black);
    border-color: var(--black);
    margin-bottom: 1.625rem;
}

.item-box-card,
.item-subtotal ul,
.item-total ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}

.checkout-item .item-box-card:nth-of-type(1) {
    margin-bottom: 2.5rem;
}

.product-add {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.product-add figure {
    position: relative;
}

.product-add figure img {
    border-radius: 1.25rem;
    width: 110px;
    max-width: 110px;
    height: 84px;
    aspect-ratio: 1;
    object-fit: cover;
}

.product-add figure span {
    position: absolute;
    width: 24px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #404040;
    color: var(--white);
    font-size: 15px;
    top: -12px;
    right: 0;
    display: grid;
    place-items: center;
}

.product-add-content h5 {
    font-size: 1.125rem;
}

.product-add-content a {
    font-size: 15px;
    color: #404040;
}

.item-box-card h4 {
    font-size: 1.25rem;
    font-family: var(--font-lexend);
    font-weight: 500;
    color: var(--black);
    margin: 0;
}

.item-box-card:nth-of-type(2) {
    margin-bottom: 1.625rem;
}

.item-subtotal {
    border-block: 1px solid var(--black);
    padding: 1.625rem 0;
}

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

.item-subtotal ul li {
    font-size: 1.25rem;
    color: #404040;
}

.item-subtotal ul:nth-of-type(1) li:last-child {
    font-weight: 600;
    color: var(--black);
}

.item-total {
    padding: 1.625rem 0;
}

.item-total ul li {
    font-size: 1.5rem;
    font-weight: 700;
    color: #404040;
}

.checkout-item-btn .themeBtn {
    width: 100%;
    text-align: center;
    border-radius: 1.875rem;
    background: var(--black);
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--white);
}