/* FONT IMPORT */
@import url(layout.min.css);
/* Google Font */
@import url('https://fonts.googleapis.com/css2?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=Epilogue:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

:root {
    --white: #fff;
    --black: #000;
    --primary: #FFC700;
    --secondary: #333333;
}

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

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

section {
    position: relative;
}

h1,
h2,
h3 {
    font-family: "Epilogue", 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;
}

/* 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(--black);
    z-index: 11113;
}

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


/* PRELOADER */

/* GLOBAL CSS */

.themeBtn {
    background: var(--primary);
    font-size: 0.9375rem;
    color: var(--black);
    text-transform: capitalize;
    font-weight: 500;
    display: inline-block;
    padding: 1.5rem 2.2rem;
    border-radius: 50px;
    line-height: normal;
    letter-spacing: 1.53px;
    font-family: "Inter", sans-serif;
    transition: 0.8s ease;
}

.themeBtn:hover {
    color: var(--black);
    transform: translateY(-10px);
}

/* !GLOBAL CSS */

/* Main Banner Sec Css Start */

.mainBanner {
    
    height: 965px;
    display: flex;
    align-items: end;
    padding-bottom: 6.875rem;
}

.mainBanner:before {
    content: "";
    position: absolute;
    background: var(--black);
    inset: 0;
    opacity: 60%;
}

.bannerContent>span {
    color: var(--white);
    font-size: 1.25rem;
    font-weight: bold;
    display: block;
    margin-bottom: 1.5rem;
}

.bannerContent h1 {
    color: var(--white);
    font-size: 4.375rem;
    font-weight: 800;
}

.bannerContent h1 span {
    color: var(--primary);
}

.bannerContent p {
    color: var(--white);
    font-size: 1.25rem;
    width: 70%;
    line-height: 1.75;
    margin: 0;
}

.banFlex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid var(--white);
    padding-top: 2rem;
    margin-top: 1.5rem;
}

.themeBtn1 {
    letter-spacing: 0.34px;
    padding: 1.5rem 5rem;
}

/* Main Banner Sec Css End */

/* About Sec Css Start */

.aboutSec {
    background: url(../images/aboutBg.png)center/cover;
    padding: 7.5rem;
}

.aboutSec:before {
    content: "";
    position: absolute;
    background: var(--white);
    inset: 0;
    opacity: 77%;
}

.aboutContent>span {
    color: var(--black);
    font-size: 1.25rem;
    font-weight: bold;
    display: block;
    margin-bottom: 2rem;
}

.secHeading {
    font-size: 3.1875rem;
    font-weight: bold;
    color: var(--black);
}

.secHeading span,.secHeading strong {
    color: var(--primary);
}

.aboutContent p {
    color: var(--black);
    font-size: 1.25rem;
    line-height: 1.75;
    width: 93%;
}

.aboutContent p span {
    font-weight: bold;
}

.aboutContent h2 {
    margin-bottom: 3rem;
}

.aboutText p span,.aboutText p strong {
    display: block;
}

.aboutText .themeBtn1 {
    color: var(--white);
    background: var(--black);
    margin-top: 10px;
}

.secHeadingTwo {
    font-weight: 800;
}

/* About Sec Css End */

/* Categorie Sec Css Start */

.categorieSec {
    background: var(--black);
    padding: 5rem 0 8.75rem 0;
}

.categorieHeading {
    margin-bottom: 4rem;
}

.categorieHeading span,
.categorieHeading p {
    font-size: 1.25rem;
}

.categorieHeading span {
    color: var(--primary);
    display: block;
    margin-bottom: 2rem;
}

.categorieHeading p {
    color: var(--white);
    line-height: 1.75;
    margin: 2rem 0 0 0;
}

.categorieBox figure {
    position: relative;
    overflow: hidden;
}

.categorieBox figure img {
    transition: 0.8s ease;
}

.categorieBox:hover figure img {
    transform: scale(1.15);
}

.categorieBox h4 {
    text-align: center;
    margin: 2rem 0 0 0;
    font-size: 1.25rem;
    font-weight: bold;
    color: var(--primary);
    text-transform: capitalize;
}

/* Categorie Sec Css End */

/* Choose Sec Css Start */

.chooseSec {
    background: url(../images/chooseBg.png)center/cover;
}

.chooseSec .aboutContent ul li {
    color: var(--black);
    font-size: 1.25rem;
}

.chooseSec .aboutContent ul {
    list-style: disc;
    /*list-style-position: inside;*/
    margin: 1.5rem 0 2rem 0;
}
.aboutImage.reveal {
  position: sticky;
  top: 155px;
}
.chooseSec .aboutContent ul li+li {
    margin-top: 10px;
}

.chooseSec .aboutContent h2 {
    margin-bottom: 2rem;
}

/* Choose Sec Css End */

/* Tools Sec Css Start */

.toolSec {
    
    padding: 15.625rem 0;
}

.toolSec:before {
    content: "";
    position: absolute;
    background: var(--black);
    inset: 0;
    opacity: 69%;
}

.toolContent p {
    color: var(--white);
    font-size: 1.25rem;
    line-height: 1.75;
    margin: 1.5rem 0 2rem 0;
}

/* Tools Sec Css End */

/* Product Sec Css Start */

.productSec {
    padding: 5rem 0 8.75rem 0;
    background: url(../images/chooseBg.png)center/cover;
    z-index: 1;
}

.productSec:before {
    z-index: -1;
}

.productHeading {
    margin-bottom: 4rem;
}

.productHeading p {
    color: var(--black);
    font-size: 1.25rem;
    line-height: 1.75;
    margin: 1.75rem 0 0 0;
}

.productWraps figure {
    position: relative;
    overflow: hidden;
}

.productWraps figure img {
    transition: 0.8s ease;
}

.productWraps:hover figure img {
    transform: scale(1.15);
}

.productWraps h5 {
    text-align: center;
    font-size: 1.375rem;
    color: var(--black);
    font-weight: 400;
    margin-top: 1.375rem;
}

.productWraps > span {
    display: block;
    text-align: center;
    font-size: 1.125rem;
    color: var(--black);
}

/* Product Sec Css End */

/* Testimonial Sec Css Start */

.testimonialSec {
    background: var(--black);
    padding: 7.5rem 0 9.375rem 0;
}

.testimonialBox {
    background: var(--white);
    text-align: center;
    padding: 5rem 0 3.75rem 0;
}

.testimonialBox h3 {
    font-size: 1.375rem;
    font-weight: 800;
    width: 80%;
    margin: 2.5rem auto 1rem;
    color: var(--black);
    line-height: 1.3;
}

.testimonialBox span {
    color: var(--black);
    font-size: 1.0625rem;
}

.testimonialSlider {
    margin: 5rem 4.375rem;
}

.testimonialSec .swiper-button-next:after,
.testimonialSec .swiper-button-prev:after {
    display: none;
}

.testimonialSec .swiper-button-next,
.testimonialSec .swiper-button-prev {
    background: rgb(255 199 0 / 70%);
    width: 60px;
    height: auto;
    aspect-ratio: 1;
    color: var(--black);
    font-size: 2rem;
    border-radius: 50px;
    bottom: 6rem;
    top: inherit;
}

.testimonialSec .swiper-button-next {
    right: 46%;
}

.testimonialSec .swiper-button-prev {
    left: 46%;
}
.gjs-row {margin: 0 !important;}
/* Testimonial Sec Css End */

/* Subscribe Sec Css Start */

.subscribeSec {
  
    padding: 4.375rem 0;
}

.subscribeSec:before {
    content: "";
    position: absolute;
    background: var(--black);
    inset: 0;
    opacity: 69%;
}

.subscribeContent h2 {
    color: var(--white);
    font-size: 2.5rem;
    font-weight: 800;
}

.subscribeContent p {
    color: var(--white);
    font-size: 1.25rem;
    line-height: 1.75;
    margin: 1rem 0 2rem 0;
}

.subscribeContent input {
    width: 470px;
    height: 70px;
    border: unset;
    outline: unset;
    box-shadow: unset;
    padding-left: 2rem;
}

.subscribeContent .themeBtn {
    border: unset;
    outline: unset;
    display: block;
    margin: 2rem auto;
}

.subscribeContent span {
    color: var(--white);
}

/* Subscribe Sec Css End */

/* Project Sec Css Start */

.projectSec {
    background: var(--primary);
    padding: 2.5rem 0;
}

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

.projectWraps h2 {
    color: var(--black);
    font-size: 2.5rem;
    font-weight: 800;
    margin: 0;
}

.projectWraps .themeBtn {
    background: var(--black);
    color: var(--primary);
    padding: 1.5rem 8rem;
}

/* Project Sec Css End */

/* Footer Css Start */

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

footer h3 {
    color: var(--primary);
    font-size: 1.6875rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
}
footer p {color: var(--white);}
footer ul li a {
    color: var(--white);
    font-size: 1.25rem;
    padding-top: 6px;
    display: block;
}

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

/* Footer Css End */

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

/* Inner Css Start */

.innerBanner {
    height: 473px;
    display: flex;
    align-items: center;
}

.innerBanner:before {
    content: "";
    position: absolute;
    background: var(--black);
    inset: 0;
    opacity: 69%;
}

.innerBanner h2 {
    text-align: center;
    color: var(--white);
    font-weight: 800;
    font-size: 4.375rem;
    margin: 10rem 0 0 0;
    text-transform: capitalize;
}

.aboutIner h2 {
    color: var(--black);
    font-size: 2.5rem;
    font-weight: bold;
}

.aboutIner .row+.row {
    margin-top: 2.5rem;
}

.missionText p span {
    margin-bottom: 1rem;
}

.toolsInner {
    background: #F4F4F3;
    padding: 14.375rem 4.375rem 2rem 4.375rem;
}

.toolsInner h2 {
    border-bottom: 1px solid rgb(0 0 0 / 20%);
    padding-bottom: 3.125rem;
    margin-bottom: 2rem;
}

.toolsList h4,
.toolsList ul li a {
    font-size: 1.25rem;
    color: var(--black);
}

.toolsList h4 {
    font-weight: bold;
}

.toolsList ul li a {
    padding-top: 10px;
    display: block;
}

.toolsBoxs {
    display: block;
    margin-bottom: 3.125rem;
}

.toolsBoxs figure {
    position: relative;
    overflow: hidden;
}

.toolsBoxs figure img {
    transition: 0.8s ease;
}

.toolsBoxs:hover figure img {
    transform: scale(1.15);
}

.toolsBoxs h3 {
    font-size: 1.25rem;
    color: var(--black);
    font-weight: 800;
    margin-top: 1.375rem;
}

.toolsBoxs span {
    color: var(--black);
    font-size: 1.0625rem;
    letter-spacing: 0.17px;
}

.toolsList {
    position: sticky;
    top: 11rem;
}

.contactInner {
    padding: 9.375rem 0 16.25rem 0;
}

.contactContent a {
    color: var(--black);
    font-size: 1.25rem;
    display: block;
    padding-top: 8px;
}

.contactContent h2 {
    margin-bottom: 1.5rem;
}

.contactContent a {
    color: var(--black);
    font-size: 1.25rem;
    display: block;
    padding-top: 8px;
}

.contactContent h2 {
    margin-bottom: 1.5rem;
}

.contactForm label {
    color: var(--black);
}

.contactForm input {
    border: 1px solid #A9A9A9;
    border-radius: unset;
    outline: unset;
    box-shadow: unset;
    height: 58px;
    background: #FAFAFA;
}

.contactForm .form-group {
    margin-bottom: 1.25rem;
}

.contactForm .themeBtn {
    background: var(--black);
    color: var(--white);
    border: unset;
    outline: unset;
    padding: 1.3rem 2.5rem;
}

.toolsdetailInner {
    background: var(--white);
}

.mySwiper {
    height: 650px;
}

.mySwiper .swiper-slide {
    height: auto;
    margin-bottom: 1rem !important;
}

.detailBottoms {
    text-align: center;
}

.toolsdetailInner .swiper-button-next,
.swiper-button-prev {
    color: var(--black);
}

.toolsSllidesss {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.mySwiper2 {
    flex: 1;
}

.quantity-container {
    display: inline-flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
    width: fit-content;
    margin-top: 0.625rem;
}

.qty-btn {
    background-color: #f0f0f0;
    border: none;
    padding: 0.625rem 0.9375rem;
    cursor: pointer;
    font-size: 1.125rem;
    user-select: none;
    transition: background 0.3s;
    outline: unset !important;
    box-shadow: unset;
}

.qty-btn:hover {
    background-color: #ddd;
}

.qty-input {
    width: 50px;
    text-align: center;
    border: none;
    font-size: 1rem;
    outline: none;
}

.detailsContents h2 {
    padding: 0;
    border: unset;
    margin: 0 0 1rem 0;
}

.detailsContents {
    margin-left: 2rem;
}

.detailsContents h3 {
    color: var(--black);
    font-size: 1.6875rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
}

.detailsContents p {
    font-size: 1.25rem;
    color: var(--black);
}

.detailsContents span {
    color: var(--black);
    font-size: 1.125rem;
    display: block;
}

.duration {
    display: flex;
    gap: 6px;
    margin-bottom: 1rem;
}

.duration li a {
    color: var(--black);
    font-weight: 500;
    font-family: 'Inter';
    border: 2px solid var(--black);
    border-radius: 50px;
    display: inline-block;
    padding: 1rem 1.75rem;
}

.detailsContents .themeBtn1 {
    display: block;
    text-align: center;
    width: 70%;
    margin-top: 1rem;
    background: var(--black);
    color: var(--white);
}

.productTypeSs ul li {
    font-size: 1.25rem;
    color: vaR(--black);
    padding-bottom: 1rem;
}

.productTypeSs ul li span {
    font-weight: bold;
}

/* Inner Css End */

.modalForms h2 {
    color: #333333;
    font-size: 1.375rem;
    font-weight: 800;
}

.modalForms {
    text-align: center;
}

.modalForms input {
    border: 1px solid #CCCCCC;
    width: 100%;
    height: 49px;
    border-radius: 6px;
    padding-left: 1rem;
    outline: unset;
    box-shadow: unset;
    margin: 1rem 0;
}

.modalForms button {
    width: 100%;
    background: #0077CC;
    border: unset;
    outline: unset;
    border-radius: 6px;
    color: var(--white);
    padding: 0.875rem 0;
}

.modal-content {
    max-width: 460px;
    margin: auto;
    padding: 2rem 1rem 2rem 1rem;
    border-radius: 12px;
}

.modal-header {
    border: unset;
}

.modal-header .close {
    outline: unset;
    padding: 0;
    box-shadow: unset;
}

ol.flex-control-nav.flex-control-thumbs {
    display: flex;
    gap: 10px;
}

.aboutText2 p strong {
  display: initial;
}

nav.woocommerce-MyAccount-navigation ul li {
    max-width: 220px !important;
}

nav.woocommerce-MyAccount-navigation ul li a {
    font-size: 14px !important;
}






















