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

:root {
    --white: #fff;
    --black: #000;
    --primary: #e00501;
    --secondary: #05b4d4;
}

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

body {
    position: relative;
    background: var(--black);
    overflow-x: hidden;
    height: 100%;
    font-family: "Poppins", sans-serif;
}

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

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

p {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.8;
    color: var(--white);
}

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

.aic {
    align-items: center;
}

.jcc {
    justify-content: center;
}

.jsb {
    justify-content: space-between;
}

.frr {
    flex-direction: row-reverse;
}

.fw {
    flex-wrap: wrap;
}

.fnw {
    flex-wrap: nowrap;
}

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 {
    max-height: 150px;
    transition: 0.3s ease-in-out;
}

header {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 99999;
    top: 0;
    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: 1.125rem;
    font-weight: 500;
    color: var(--white);
    padding: 0;
    text-transform: uppercase;
    line-height: 1;
    position: relative;
}

.navbar-nav .nav-item .nav-link::after {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -5px;
    transition: transform 0.3s ease-in-out;
    background-color: var(--primary);
    transform-origin: center;
    transform: scaleX(0);
}

.navbar-nav .nav-item.active .nav-link::after,
.navbar-nav .nav-item .nav-link:hover::after {
    transform: scaleX(1);
}

.form-inline {
    margin-left: 3rem;
    gap: 2rem;
}

.cartBtn {
    position: relative;
    font-size: 1.75rem;
    color: var(--white);
    line-height: 1;
}

.cartBtn span {
    position: absolute;
    top: 0;
    right: 0;
    display: grid;
    font-size: 10px;
    place-items: center;
    width: 14px;
    height: 14px;
    background-color: var(--white);
    color: var(--black);
    border-radius: 50%;
}

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

.themeBtn {
    display: inline-block;
    background: var(--primary);
    color: var(--white);
    font-size: 1.125rem;
    text-transform: uppercase;
    font-weight: 500;
    padding: 0.65em 1.25em;
    border-radius: 50px;
}

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

.main-slider {
    position: relative;
}

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

.main-slider h2 {
    font-size: 5rem;
    font-weight: 800;
    color: var(--white);
    text-transform: uppercase;
}

.main-slider h2 span {
    display: block;
    font-weight: 700;
    font-size: 2rem;
}

.main-slider p {
    color: var(--white);
    font-size: 1.125rem;
    font-weight: 400;
}

.carousel-indicators {
    bottom: 4rem;
    gap: 1rem;
}

.carousel-indicators li {
    flex: unset;
    position: relative;
    height: 5px;
    width: 5px;
    opacity: 1;
    border-radius: 50%;
    background-color: var(--white);
    border: 0;
}

.carousel-indicators li::before {
    content: "";
    height: 20px;
    width: 20px;
    border: 2px solid var(--white);
    position: absolute;
    left: -7.5px;
    top: -7.5px;
    border-radius: 50%;
    visibility: hidden;
}

.carousel-indicators li.active::before {
    visibility: visible;
}

.secHeading {
    font-size: 3.75rem;
    font-weight: 700;
    color: var(--white);
    line-height: 1;
    position: relative;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}

.secHeading span {
    display: block;
    font-size: 1.75rem;
    font-weight: 500;
}

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

.socialIo li a {
    height: 44px;
    width: 44px;
    border-radius: 50%;
    line-height: 44px;
    font-size: 18px;
    display: inline-block;
    color: var(--black);
    border: 1px solid var(--black);
}

.socialIo li a:hover {
    background-color: var(--black);
    color: var(--white);
}

/* About Section Start */

.aboutSec {
background-color: #151f33;
    /* background: url(../images/aboutBg.jpg) center/cover no-repeat; */
}

.aboutSec p {
    font-size: 1rem;
    font-weight: 300;
}

/* About Section End */

/* categorySection */

.categorySection {
    position: relative;
    background: url(../images/categoryBg.png) center/cover no-repeat;
}

.categorySection h3 {
    color: var(--white);
    font-weight: 700;
    font-size: 2rem;
}

.categorySection figure {
    background: url(../images/catBg.png) center/cover no-repeat;
}

/* counterSec */

.counterSec {
    background: url(../images/counterBg.jpg) center/cover no-repeat;
}

.counterBox {
    text-align: center;
    display: flex;
    gap: 1.75rem;
    align-items: center;
    flex-direction: column;
}

.counterBox h2 {
    font-size: 3.75rem;
    margin: 0;
}

.counterBox p {
    font-size: 1.125rem;
    font-weight: 300;
    color: var(--white);
    text-transform: uppercase;
    line-height: 1.778;
    margin: 0;
}

/* productSection */

.productSection {
    background: url(../images/productBg.jpg) center/cover no-repeat;
}

.categorySection .secHeading,
.productSection .secHeading {
    text-align: center;
}

.productTabs {
    display: flex;
    align-items: center;
    gap: 1rem 2rem;
    margin: 1rem 0 2rem;
    justify-content: center;
}

.productTabs li a {
    color: var(--white);
    font-size: 1.25rem;
    text-transform: uppercase;
    font-weight: 500;
}

.proCard {
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    background-color: var(--white);
    margin-bottom: 3.5rem;
}

.proCard .imgWrap {
    display: grid;
    overflow: hidden;
    place-items: center;
}

.proCard .imgWrap img {
    transition: 0.3s ease-in-out;
    height: 288px;
    object-fit: contain;
}

.proCard .content {
    padding: 1rem 3rem 0;
    text-align: center;
}

.proCard h3 {
    font-size: 1.125rem;
    font-weight: 500;
    color: #282828;
    text-transform: uppercase;
}

.proCard span i {
    font-size: 1.125rem;
    color: #f7941d;
}

.proCard p {
    font-size: 1.125rem;
    color: #828282;
    font-weight: 400;
    line-height: 1;
    margin: 1rem 0 0;
}

.proCard .themeBtn {
    border: 1px solid #d7d7d7;
    font-size: 1.125rem;
    color: #828282;
    padding: 0.65em 1.5em;
    background: var(--white);
    text-transform: uppercase;
    margin-bottom: -2rem;
    transform: translateY(1rem);
}

.proCard:hover .imgWrap img {
    transform: scale(1.125);
}

.proCard:hover .themeBtn {
    background: var(--primary);
    color: var(--white);
    border-color: var(--primary);
}

/* systemSec */

.systemSec {
    position: relative;
    padding-top: 12rem;
    background: url(../images/systemBg.jpg) center/cover no-repeat;
}

.systemSec .secHeading {
    text-align: center;
}

.systemCard {
    text-align: center;
    padding: 5rem 0rem 0;
    position: relative;
}

.systemCard .imgWrap {
    border-radius: 50%;
    background-color: #413d3e;
    margin: 0 auto;
    display: grid;
    place-items: center;
    width: 249px;
    height: 249px;
    margin-bottom: 4rem;
}

.systemCard h3 {
    font-size: 1.5rem;
    color: var(--white);
    text-transform: uppercase;
    line-height: 1;
}

.systemCard .content {
    padding: 2rem;
}

.systemCard p {
    font-size: 14px;
    font-weight: 500;
    color: var(--white);
    line-height: 1.667;
}

.systemCard > img {
    position: absolute;
    top: 0rem;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.4s ease-in-out;
}

.systemCard .imgWrap {
    transition: all 0.4s ease-in-out;
}

.systemCard:hover .imgWrap {
    transform: scale(1.25);
}

.chakraSec .systemCard:hover .imgWrap{
    transform: scale(1.15);
}

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

.systemCard .imgWrap {
    position: relative;
    display: block;

}

.systemCard .imgWrap img {
    transition: all 0.4s ease-in-out;
}

.systemCard .imgWrap .hovered {
    opacity: 0;
}

.systemCard:hover .imgWrap img {
    opacity: 0;
}

.systemCard:hover .imgWrap .hovered {
    opacity: 1;
}

.systemSec .col-md-4:nth-child(6) .systemCard .imgWrap,
.systemSec .col-md-4:nth-child(3) .systemCard .imgWrap {
    margin-bottom: 0;
}

.systemSec .col-md-4:nth-child(5) .systemCard > img,
.systemSec .col-md-4:nth-child(2) .systemCard > img {
    left: -1rem;
    transform: none;
}

.systemSec .col-md-4:nth-child(7) .systemCard > img,
.systemSec .col-md-4:nth-child(4) .systemCard > img {
    transform: scaleX(-1);
    left: auto;
    right: -1rem;
}

.systemCard > .sno {
    font-size: 1.375rem;
    color: var(--white);
    font-weight: 600;
    line-height: 1;
    position: absolute;
    top: -0.25rem;
}

.systemSec .col-md-4:nth-child(7) .systemCard .sno,
.systemSec .col-md-4:nth-child(4) .systemCard .sno {
    left: 49%;
    transform: translateX(-50%);
}

.systemSec .col-md-4:nth-child(6) .systemCard .sno,
.systemSec .col-md-4:nth-child(3) .systemCard .sno {
    right: 1rem;
    top: 25%;
}

.systemSec .col-md-4:nth-child(8) .systemCard .sno {
    top: 0.25rem;
    left: 70%;
    transform: translateX(-70%);
}

/* testimonialSec */

.testimonialSec {
    background: url(../images/testbg.jpg) center/cover no-repeat;
}

.testimonialSec .slick-track {
    padding: 2rem 0;
}

.testimonialCard {
    transition: 0.3s ease-in-out;
    transform: scale(0.85);
    border-radius: 10px;
    padding: 1.5rem 2rem 3rem;
    text-align: center;
    border: 1px solid var(--white);
    background-color: var(--white);
    position: relative;
    box-shadow: 0px 4px 40.95px 4.05px rgba(0, 0, 0, 0.06);
}

.testimonialCard h3 {
    font-size: 1.75rem;
    color: var(--black);
    line-height: 1;
    font-weight: 500;
    margin-top: 1rem;
}

.testimonialCard p {
    font-size: 1rem;
    color: #828282;
    font-weight: 400;
    font-style: italic;
    line-height: 1.833;
    text-align: center;
}

.testimonialCard .rating {
    color: #ffc107;
    font-size: 1.375rem;
}

.brandSection .slick-arrow::before,
.testimonialSec .slick-arrow::before {
    display: none;
}

.brandSection .slick-arrow,
.testimonialSec .slick-arrow {
    height: 2.5rem;
    z-index: 1;
    width: 2.5rem;
    border-radius: 50%;
    background-color: #6d6e70;
    display: grid;
    place-items: center;
    color: var(--white);
    font-size: 1rem;
}

.brandSection .slick-arrow:hover,
.testimonialSec .slick-arrow:hover {
    background-color: var(--primary);
    color: var(--white);
}

.testimonialCard.testimonialCenter,
.slick-current.slick-active .testimonialCard {
    transform: scale(1.125);
}

.testimonialSec .themeBtn {
    background-color: #ff9300;
}

/* blogSection */

.blogSection {
    background: url(../images/blogBg.jpg) center/cover no-repeat;
}

.blogSection p {
    font-size: 1rem;
    font-weight: 300;
}

.blogCard.mt-5 {
    margin-top: 5rem !important;
}

.blogCard .imgWrap img {
    width: 100%;
}

.blogCard .content {
    display: flex;
    gap: 1rem 2rem;
    padding: 1rem 0 0;
}

.blogCard .content span {
    color: var(--white);
    font-size: 1rem;
    display: block;
    font-weight: 300;
}

.blogCard .content span strong {
    font-weight: 500;
}

.blogCard .content p {
    font-size: 1.875rem;
    font-family: "Nunito", sans-serif;
    color: var(--white);
    font-weight: 700;
    line-height: 1.367;
}

.blogCard .content .themeBtn {
    font-size: 13px;
}

/* brandSection */

.brandSection {
    background: url(../images/brandBg.jpg) center/cover no-repeat;
    padding: 8rem 0;
}

.brandIco {
    border: 1px solid #ebebeb;
    border-radius: 10px;
    background-color: var(--white);
    height: 175px;
    margin: 0 0.5rem;
    display: grid !important;
    place-items: center;
}

/* Begin: Instagram */

.instaIco {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    border-radius: 50%;
    box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.15);
    width: 9.375rem;
    height: 9.375rem;
    background-color: var(--white);
    position: absolute;
    left: 50%;
    top: -75px;
    transform: translate(-50%);
    z-index: 1;
}

.instaIco i {
    font-size: 2rem;
    color: var(--black);
}

.instaCard {
    position: relative;
}

.instaCard .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease-in-out;
    transform-origin: center;
    transform: scale(0);
    background-color: rgba(9, 31, 69, 0.3);
}

.instaCard a {
    font-size: 4rem;
    color: var(--white);
}

.instaCard:hover .content {
    transform: scale(1);
}

/* END: Instagram */

/* Begin: footer */

footer {
    background-color: var(--black);
    padding-top: 6em;
    position: relative;
}

footer .footerLogo img {
    max-width: 150px;
}

footer h3 {
    font-size: 1.5rem;
    color: var(--white);
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 2.5rem;
    position: relative;
}

footer h3::before {
    content: "";
    height: 2px;
    width: 50px;
    position: absolute;
    left: 0;
    bottom: -0.75rem;
    background-color: var(--white);
}

footer p {
    color: var(--white);
    font-size: 14px;
    margin: 1.5rem 0 0;
}

footer .links,
footer .contInfo {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-flow: column;
    gap: 1.3rem 0;
}

footer .links {
    flex-wrap: wrap;
    max-height: 225px;
}

footer .contInfo {
    gap: 2rem 0;
}

footer .links li a,
footer .contInfo li a {
    font-weight: 400;
    color: var(--white);
    font-size: 1rem;
}

footer .contInfo li a {
    font-family: "Poppins", sans-serif;
    display: flex;
    align-items: center;
    gap: 0 1rem;
    line-height: 1.5;
}
footer .contInfo li a span{
    display: block;
}

footer .contInfo li a i {
    height: 3.5rem;
    width: 3.5rem;
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: var(--black);
    transition: 0.3s ease-in-out;
    background-color: #f7dd04;
}

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

footer .links li a:hover,
footer .links li a:focus {
    color: var(--primary);
}

.copyRight {
    border-top: 1px solid #707070;
    padding: 2em 0;
    margin-top: 5em;
    align-items: center;
}

.copyRight p {
    margin: 0;
}

.copyRight .footerSocial {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0 6px;
}

.copyRight .footerSocial a {
    font-size: 1rem;
    color: var(--white);
    display: grid;
    place-items: center;
    border-radius: 50%;
    background-color: var(--white);
    width: 3.125rem;
    height: 3.125rem;
}

.footerSocial a.fb {
    background-color: #4b69b0;
}

.footerSocial a.twitter {
    background-color: #37b1e1;
}

.footerSocial a.insta {
    background-color: #892393;
}

.footerSocial a.pinterst {
    background-color: #e83f3a;
}

/* END: footer */

/*#cursor-follow {*/
/*    margin: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*}*/

/*#cursor-follow canvas {*/
/*    display: block;*/
/*    position: fixed;*/
/*    z-index: -1;*/
/*    top: 0;*/
/*    mix-blend-mode: color-dodge;*/
/*}*/

/*#cursor-follow:hover canvas {*/
/*    z-index: 999;*/
/*}*/

/*.overlay{*/
/*    position: absolute;*/
/*    background: transparent;*/
/*    z-index: 10;*/
/*    height: 500px;*/
/*    width: 500px;*/
/*}*/

/*.overlay:after{*/
/*    content: '';*/
/*    position: absolute;*/
/*    background: rgba(0,0,0,0.95);*/
/*    z-index: 11;*/
/*    inset: 0;*/
/*    border-radius: 100%;*/
/*}*/

#cursor-follow {
    width: 15px;
    height: 15px;
    border: 0;
    background: #fff;
    box-shadow: 0 0 80px 45px rgb(0 255 255 / 75%);
    border-radius: 100%;
    position: absolute;
    transition-duration: 50ms;
    transition-timing-function: linear;
    pointer-events: none;
    z-index: 1111;
}

.overlay {
    cursor: none;
    --cursorX: 50vw;
    --cursorY: 50vh;
}

.overlay:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    inset: 0;
    pointer-events: none;
    background: radial-gradient(circle 15vmax at var(--cursorX) var(--cursorY), rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 80%, rgba(0, 0, 0, 0.85) 100%);
    z-index: 11;
}

.overlay2 {
    cursor: none;
    --cursorX: 50vw;
    --cursorY: 50vh;
}

.overlay2:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    inset: 0;
    pointer-events: none;
    background: radial-gradient(circle 15vmax at var(--cursorX) calc(var(--cursorY)), rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.95) 80%, rgba(0, 0, 0, 0.95) 100%);
    z-index: 11;
}

.systemSec,
.main-slider,
footer {
    z-index: 10;
}

.systemSec .secHeading {
    position: relative;
    z-index: 13;
}

section, footer {
    z-index: 99;
}

/* Inner Pages Css Start */

/* About Page Css Start */

.aboutInner h2 {
    font-size: 3.125rem;
    line-height: 1.1;
}

.lawrenceSec {
    background-image: url(../images/lawrenceBg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 11rem;
}

.lawrenceSec h2 {
    font-size: 3.125rem;
}

/* About Page Css End */

/* Blog Page Css Start */

.blogInner h5 {
    color: white;
    font-size: 30px;
    line-height: 1.5;
}

.blogInner .blogCard {
    margin-bottom: 3rem;
}

/* Blog Page Css End */

.shopInner {
    padding-bottom: 12rem;
}

/* getInTouchSec */

.getInTouchSec {
    background-image: url(../images/contactbg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.getInTouchSec h2.secHeading {
    font-size: 3.75rem;
    display: inline-block;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 1.5rem;
}

.getInTouchSec p {
    font-size: 1.125rem;
    color: var(--white);
    line-height: 1.667;
}

.contactForm {
    padding: 2rem 3rem;
    background-color: #272729;
    border-top: 2px solid #e00501;
}

.contactForm label {
    font-size: 1.125rem;
    font-weight: 400;
    color: var(--white);
    line-height: 1;
    margin-bottom: 0.75rem;
}

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

.contactForm .form-control {
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50px;
    background-color: transparent;
    height: 70px;
    padding-left: 1rem;
    font-size: 1rem;
    color: #828282;
    line-height: 1;
}

.contactForm textarea.form-control {
    min-height: 180px;
    resize: none;
    border-radius: 2rem;
}

.contactForm .form-control::placeholder {
    color: rgba(184, 184, 184, 0.502);
}

.contactForm .themeBtn {
    border: 0;
}

.contactLst {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    margin-top: 2rem;
}

.contactLst li a {
    display: flex;
    gap: 1rem;
    color: var(--white);
    font-size: 1rem;
    align-items: center;
}

.contactLst li a i {
    height: 50px;
    width: 50px;
    display: grid;
    font-size: 1.25rem;
    place-items: center;
    box-shadow: 0 0 0 5px rgba(211, 40, 46, 0.57);
    border-radius: 50%;
    background-color: #e00501;
    transition: 0.5s ease-in-out;
}

.contactLst a strong {
    display: block;
    font-weight: 500;
}

.contactLst a span {
    font-size: 1.125rem;
}

.contactLst a span span{
    display: block;
}

.getInTouchSec h3 {
    font-size: 3.75rem;
    padding-bottom: 1rem;
    font-weight: 800;
}

.mapSec {
    padding: 0;

}

.mapSec iframe {
    filter: grayscale(1);
}

.contactLst li a:hover i {
    background-color: #91019e;
    box-shadow: 0 0 0 5px #91019e;
}

.systemSec.banSec .secHeading {
    font-size: 3rem;
}

.systemSec.banSec .imgWrap {
    background: none;
    width: auto;
    height: auto;
}

/*.chakraSec{*/
/*    background: #fff;*/
/*}*/

/*.chakraSec .secHeading{*/
/*    color: #000;*/
/*}*/

/*.chakraSec .systemCard *{*/
/*    color: #000;*/
/*}*/

/*.chakraSec .systemCard > img{*/
/*    filter: invert(1);*/
/*}*/