/* FONT IMPORT */
@import url("https://site-assets.fontawesome.com/releases/v6.0.0/css/all.css");

/* Google Font */

@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

/* Local Font */

@font-face {
    font-family: "brush";
    src: url("../fonts/brush.otf");
}

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

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

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

section {
    position: relative;
}

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

p {
    color: #D9D9D9;
}

.padd-y {
    padding: 6rem 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 */

.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 span {
    overflow: hidden;
}

.preLoader span img {
    transform: translateY(100%);
}


/* PRELOADER */


/* GLOBAL CSS */

.themeBtn {
    background: var(--primary);
    font-size: 1.125rem;
    color: var(--white);
    border: none;
    outline: none;
    font-weight: 500;
    display: inline-block;
    padding: 13px 1.8em;
    border-radius: 50px;
    line-height: normal;
}

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


/* !GLOBAL CSS */


/* NAV HEADER CSS */

header {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 111;
    top: 0;
    width: 100%;
    padding-top: 2rem;
    transition: 0.3s ease-in-out;
}

header:before {
    content: "";
    position: absolute;
    background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.00) 100%);
    width: 100%;
    height: 300px;
    top: 0;
}

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

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

.navbar-nav .nav-item .nav-link {
    font-size: 1rem;
    color: #D9D9D9;
    padding: 0 0;
    display: inline-block;
}

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

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

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

.signIn {
    border: 1px solid rgb(255 255 255 / 20%);
    padding: 0.75rem 1.85em;
    border-radius: 50px;
    font-size: 1rem !important;
    display: inline-flex;
    align-items: center;
    gap: 0.625rem;
}

.signIn:hover {
    background: var(--white);
    color: var(--black);
}


/* !NAV HEADER CSS */


/* MAIN HERO SLIDER CSS */

.mainbanner {
    height: 1020px;
    border-radius: 0 0 5rem 5rem;
    display: flex;
    align-items: center;
}

.main-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    inset: 0;
    border-radius: 0 0 5rem 5rem;
}

.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;
    border-radius: 0 0 5rem 5rem;
}

.slideOne {
    position: relative;
    margin-top: 5rem;
}

.slideOne:before {
    content: "";
    position: absolute;
    width: 36.125rem;
    height: 30.5rem;
    flex-shrink: 0;
    border-radius: 36.125rem;
    opacity: 0.7;
    background: #000;
    filter: blur(200px);
    z-index: -1;
    inset: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -6rem;
}

.slideOne h1 {
    color: var(--white);
    font-size: 2.5rem;
    display: flex;
    align-items: center;
    margin: 0;
    line-height: 1;
}

.slideOne h1 span {
    font-family: "brush";
    font-size: 6.4375rem;
    color: #14CBE8;
}

.slideOne h2 {
    color: var(--white);
    font-size: 8.125rem;
    line-height: 0.8;
    margin-bottom: 1.5rem;
}

.slideOne h2 span {
    font-size: 2.5rem;
    display: block;
    letter-spacing: 9px;
}

.scrollDown {
    position: absolute;
    bottom: 4rem;
    left: 50%;
    transform: translateX(-50%);
    animation: bounce-1 2s infinite linear;
    transform-origin: bottom;
}

.scrollDown a {
    color: var(--white);
    font-size: 2rem;
}

@keyframes bounce-1 {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
    }

    100% {
        transform: translateY(0);
    }
}

.homeSlider .swiper-pagination {
    top: 50%;
    width: fit-content;
    height: 320px;
    left: auto;
    right: 6.25rem;
    color: var(--white);
    font-size: 1.6875rem;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    font-weight: 600;
}

.homeSlider .swiper-pagination-current {
    padding-top: 3.5rem;
}

.homeSlider .swiper-pagination::before {
    content: '';
    position: absolute;
    top: 59%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 3px;
    height: 180px;
    background-color: var(--white);
}

.homeSlider .swiper-pagination::after {
    content: '';
    position: absolute;
    top: 43%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 5px;
    height: 80px;
    background-color: #14CBE8;
}

.homeSlider .swiper-pagination-total {
    margin-top: auto;
}


/* !MAIN HERO SLIDER CSS */


/* Fire Work Sec Css Start */

.fireworkSec {
    padding: 6.875rem 0;
}

.smallHeading {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 6px;
}

.smallHeading--left {
    justify-content: start;
}

.smallHeading small {
    color: var(--white);
    font-size: 1.125rem;
    padding: 0 0.75rem;
}

.secHeading {
    color: var(--white);
    font-size: 3rem;
    letter-spacing: 1px;
    line-height: 1;
}

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

.fireWraps {
    position: relative;
    overflow: hidden;
    border-radius: 100%;
    outline: 2px dashed transparent;
    outline-offset: 7px;
    cursor: pointer;
    transition: 0.8s ease;
}

.fireWraps:hover {
    outline-color: #14CBE8;
}

.fireWraps figure img {
    border: 1px solid #373737;
    border-radius: 100%;
}

.fireContent {
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    padding: 1.3rem 0 1rem 0;
    transform: translateY(3rem);
    transition: 0.5s ease;
}

.fireWraps:hover .fireContent {
    transform: translateY(0);
}

.fireContent:before {
    content: "";
    position: absolute;
    background: var(--primary);
    width: 100%;
    height: 100%;
    left: 0;
    bottom: -8rem;
    z-index: -1;
    opacity: 70%;
    transition: 0.5s ease;
}

.fireWraps:hover .fireContent:before {
    bottom: 0;
}

.fireContent h3 {
    color: var(--white);
    font-size: 1.75rem;
}

.fireContent a {
    color: var(--white);
    font-size: 2rem;
}

.fireSlider {
    padding: 2.5rem 0.625rem 1rem 0.625rem;
    margin: 0 4.375rem;
}


/* Fire Work Sec Css End */


/* About Sec Css Start */

.aboutSec {
    z-index: 1;
}

.aboutContent {
    background: #001829 url(../images/aboutBg.webp)center/cover;
    border-radius: 1.875rem;
    padding: 4.375rem 0;
        margin-top: 40px;
}

.aboutContent p {
    width: 83%;
    margin: 0 auto 1.5rem;
}

.aboutContent .themeBtn {
    margin-bottom: 2.5rem;
}

.partnerBtn {
    background: #001829;
    width: fit-content;
    padding: 4px 2em;
    border-radius: 3.125rem;
    margin: auto;
    position: relative;
    z-index: 1;
}

.logoBox {
    /*display: flex;*/
    /*justify-content: space-evenly;*/
    /*align-items: center;*/
    /*background: var(--black);*/
    border-radius: 1.875rem;
    padding: 3.125rem 0 1.875rem 0;
    /*box-shadow: 0px 10px 12px 0px rgba(82, 82, 82, 0.12);*/
    /*margin-top: 4.5rem;*/
}


/* About Sec Css End */


/* Gallery Sec Css Start */

.gallerySec {
    background: url(../images/galleryBg.webp)top/cover;
    height: 1250px;
    display: flex;
    align-items: end;
    padding-bottom: 6.875rem;
    margin-top: -23rem;
}

.galleryImage img,
.galleryWrap img {
    border: 1px solid #373737;
    border-radius: 0.625rem;
}

.galleryContent {
    margin-top: 2rem;
}

.galleryContent .smallHeading {
    justify-content: left;
}

.galleryContent .secHeading {
    margin: 0.625rem 0 1.5rem 0;
}

.gallerySlider {
    margin: 3rem -29rem 0 0;
}

.gallerySec .swiper-button-next:after,
.gallerySec .swiper-button-prev:after {
    font-size: 0.875rem;
    font-weight: 700;
}

.gallerySec .swiper-button-next,
.gallerySec .swiper-button-prev {
    color: var(--white);
    background: #001829;
    width: 50px;
    height: auto;
    aspect-ratio: 1;
    border-radius: 50px;
    top: 30%;
    transition: 0.5s ease;
}

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

.gallerySec .swiper-button-prev {
    left: inherit;
    right: 5rem;
}


/* Gallery Sec Css End */


/* Seller Sec Css Start */

.sellerSec {
    padding: 6.875rem 0;
    background: #ffffff;
}

.sellerHeading {
    margin-bottom: 2.5rem;
}

.sellerBox {
    margin-bottom: 2.8125rem;
}

.sellerBox figure {
    position: relative;
    /*border: 1px solid #373737;*/
    background: rgb(255 255 255 / 10%);
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
}

.sellerBox figure img {
    transition: 0.5s ease;
}

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

.sellerBox figure > span {
    color: var(--white);
    background: var(--primary);
    font-size: 1.125rem;
    font-family: 'Bebas Neue';
    padding: 5px 1.15em;
    display: inline-block;
    border-radius: 3.125rem 0 0 3.125rem;
    position: absolute;
    right: 0;
    top: 1.375rem;
}

.sellerBox figure > span * {
    color: var(--white);
}

.sellerContent p {
    color: #010c15;
    margin: 1.2rem 0 0 0;
    line-height: 1.3;
}

.blueBox {
    background: #094D7F !important;
}

.sellerContent p span {
    display: block;
    text-transform: uppercase;
    color: #14CBE8;
    font-size: 0.875rem;
}


/* Seller Sec Css End */


/* Video Sec Css Start */

.videoWrap {
    position: relative;
    border-radius: 5rem;
    overflow: hidden;
}

.videoWrap a {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    background: rgb(0 0 0 / 40%);
}


/* Video Sec Css End */


/* Client Sec Css Start */

.clientHeading {
    margin-bottom: 4rem;
}

.clientWrap {
    text-align: center;
}

.clientWrap p {
    color: var(--white);
    font-style: italic;
    line-height: 1.75;
    width: 76%;
    margin: 2rem auto 1.2rem;
}

.clientWrap h3 {
    color: var(--white);
    margin: 0;
    font-size: 1.125rem;
}

.clientSlider {
    padding-bottom: 3.5rem;
}

.clientSlider .swiper-pagination-bullet {
    height: 12px;
    width: 12px;
    background: #14CBE8;
    opacity: 20%;
}

.clientSlider .swiper-pagination-bullet-active {
    background: var(--primary);
    opacity: 100%;
}

.clientImage img {
    border-radius: 0 0 17.8125rem 17.8125rem;
}


/* Client Sec Css End */


/* Subscribe Sec Css Start */

.subscribeImage {
    margin-left: 1.2rem;
}

.subscribeContent {
    position: relative;
}

.subscribeContent:before {
    content: "";
    position: absolute;
    background: #001829;
    width: 750px;
    right: -1.2rem;
    z-index: -1;
    height: 520px;
    bottom: 0;
    top: 0;
    margin: auto;
    border-radius: 15.9375rem 0 0 15.9375rem;
}

.subscribeContent p {
    margin-top: 0.625rem;
}

.subscribeContent p span {
    font-weight: 800;
}

.subscribeForm input {
    background: transparent;
    outline: unset;
    border: unset;
    box-shadow: unset;
    font-size: 0.875rem;
    color: var(--white);
}

.subscribeForm {
    border-bottom: 2px solid rgb(255 255 255 / 18%);
    width: 78%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px;
}

.subscribeForm input::placeholder {
    color: var(--white);
}

.subscribeForm button {
    border: unset;
    outline: unset;
    background: transparent;
    color: var(--white);
    font-size: 0.875rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 0.625rem;
}

.subscribeForm button i {
    font-size: 1.375rem;
}


/* Subscribe Sec Css End */


/* Insta Sec Css Start */

.instaSec {
    padding-top: 6.875rem;
}

.instaSec:before {
    content: "";
    position: absolute;
    background: #001829;
    width: 100%;
    height: 55%;
    bottom: 0;
}

.instaWrap {
    overflow: hidden;
}

.instaWrap img {
    border: 1px solid #373737;
    transition: all 300ms ease-in-out;
}

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

.instaSlider .swiper-wrapper {
    transition-timing-function: linear;
}

.marqueWrap h2 {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgb(255 255 255 / 50%);
    font-size: 3rem;
    margin: 0;
    letter-spacing: 3px;
}

.marqueWrap marquee {
    display: block;
}

.marqueWrap {
    padding: 2.5rem 0 1.875rem 0;
}


/* Insta Sec Css End */


/* Footer Css Start */

footer {
    background: #001829;
    padding-top: 5.625rem;
    border-top: 1px solid rgb(255 255 255 / 50%);
}

footer h3 {
    color: var(--white);
    font-size: 1.5625rem;
    margin-bottom: 1.2rem;
}

.links li a {
    text-transform: capitalize;
    color: #D9D9D9;
}

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

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

.contactInfo a {
    display: block;
    color: #D9D9D9;
}

.footCall {
    font-size: 1.25rem;
    font-weight: bold;
    display: inline-flex !important;
    align-items: center;
    gap: 0.625rem;
    border: 2px dashed #14CBE8;
    padding: 0.75rem 1.5em;
    border-radius: 50px;
    margin-top: 1.2rem;
}

.footCall i {
    color: var(--primary);
}

.socialLinks {
    display: flex;
    gap: 1rem;
}

.socialLinks li a {
    border: 2px dashed #14CBE8;
    width: 56px;
    height: auto;
    aspect-ratio: 1;
    display: grid;
    place-items: center;
    border-radius: 50px;
    color: var(--white);
    font-size: 1.25rem;
}

.socialLinks li a:hover,
.footCall:hover {
    background: var(--primary);
    border-color: var(--primary);
    color: var(--white) !important;
}

.footCall:hover i {
    color: var(--white);
}

.copyRight p {
    font-size: 0.875rem;
    margin: 0;
}

.terms {
    display: flex;
    justify-content: end;
    gap: 1rem;
}

.terms li a {
    color: #D9D9D9;
    font-size: 0.875rem;
}

.copyRight {
    border-top: 1px solid rgb(255 255 255 / 50%);
    margin-top: 3.75rem;
    padding: 1.5625rem 0;
}


/* Footer Css End */


/* SEARCH BAR CSS */

#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
    z-index: 10000;
}

#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
}

#search input[type="search"] {
    position: absolute;
    top: 50%;
    width: 100%;
    color: #fff !important;
    background: rgba(0, 0, 0, 0);
    font-size: 55px;
    line-height: 65px;
    text-align: center;
    border: 0px;
    margin: 0px auto;
    margin-top: -51px;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
    font-family: arial;
}

#search .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 61px;
    margin-left: -45px;
    background-color: limegreen;
    border: black;
}

#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #fff;
    opacity: 1;
    padding: 10px 17px;
    font-size: 27px;
}

.srch-btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: -1;
}

.srch-btn .themeBtn {
    padding: 15px 120px;
    font-size: 20px;
}


/* !SEARCH BAR CSS */

/* Innerpages */
.main-slider--inner {
    height: 605px;
    background: #000C15;
}

.main-slider--inner .homeSlider .slide-inner {
    background-position: bottom;
}

.main-slider--inner .slideOne h2 {
    font-size: 5rem;
    margin: 0;
}

/* About Us Page */
/*.aboutSec--inner {*/
/*    margin-top: 5rem;*/
/*}*/

.about-us__img {
    width: 100%;
    height: 384px;
    border-radius: 0.625rem;
    overflow: hidden;
}

.about-us__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.team-card__img {
    width: 100%;
    height: 360px;
    border-radius: 0.625rem;
    overflow: hidden;
}

.team-card__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 300ms ease-in-out;
}

.team-card__content {
    margin-top: 1rem;
    text-align: center;
}

.team-card__content :is(h3, h4) {
    color: var(--white);
    margin-bottom: 0;
}

.team-card__content h3 {
    font-size: 1.75rem;
}

.team-card__content h4 {
    font-size: 1.5rem;
}

.team-card:hover .team-card__img img {
    transform: scale(1.1);
}

/* Gallery */
.gallery .row {
    gap: 2rem 0;
}

.gallery__img {
    width: 100%;
    height: 450px;
    overflow: hidden;
    border-radius: 0.625rem;
    display: block;
}

.gallery__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 300ms ease-in-out;
}

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

/* Cart Page */
.cart-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #001829;
    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: "Lato", sans-serif;
}

.cart-box-title h5 {
    font-size: 1.5rem;
    color: var(--primary);
    font-family: "Bebas Neue", sans-serif;
    margin: 0;
}

.cart-quantity h5 {
    font-size: 1.25rem;
    font-family: "Bebas Neue", sans-serif;
    color: var(--white);
    text-align: center;
    margin-bottom: 1rem;
}

.cart-quantity .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: 0.25rem;
}

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

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

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

/* Contact Us Page */
/*.contact {*/
/*    margin: 5rem 0;*/
/*}*/

.contact-form {
    background: #001829;
    border-radius: 1.875rem;
    padding-left: 8rem;
}

.contact-form .form {
    padding: 3rem 0;
}

.contact-form .form>input {
    width: 100%;
    background: transparent;
    outline: none;
    border: 1px solid var(--white);
    color: var(--white);
    border-radius: 0.5rem;
    padding: 0.75rem 0.75rem;
    margin-bottom: 1.5rem;
}

.contact-form .form>input::placeholder {
    color: var(--white);
}

.contact-form .form>input:focus {
    border-color: var(--primary);
}

.contact-form__check {
    display: flex;
    gap: 0.5rem;
    align-items: self-start;
    margin: 2rem 0;
}

.contact-form__check input {
    margin-top: 0.5rem;
}

.contact-form__check label {
    color: var(--white);
    margin: 0;
}

.contact-img img {
    width: 100%;
}

/* Testimonials */
.testimonials-card {
    background: #001829;
    text-align: center;
    padding: 2rem 9rem;
    margin-bottom: 2rem;
}

.testimonials-card p {
    font-size: 1.3125rem;
    font-style: italic;
    margin: 2rem 0;
}

.testimonials-card .quote-img {
    width: 76px;
}

.testimonials-card .star {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    font-size: 1.25rem;
    color: #F6FF00;
    margin-bottom: 1rem;
}

.testimonials-card .star i:last-child {
    color: var(--white);
}

.testimonials-card .user {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
}

.testimonials-card .user img {
    width: 80px;
    border-radius: 100%;
}

.testimonials-card .user div h4 {
    color: var(--white);
    text-align: left;
    margin: 0;
}

.testimonials-card .user div h4 span {
    color: #958C8C;
    display: block;
}

.logoSlider figure img {
    width: 200px;
    aspect-ratio: 3/2;
    object-fit: contain;
}

.term-21 .textwidget.custom-html-widget ul li:nth-of-type(1) a,
.term-37 .textwidget.custom-html-widget ul li:nth-of-type(2) a,
.term-22 .textwidget.custom-html-widget ul li:nth-of-type(3) a,
.term-36 .textwidget.custom-html-widget ul li:nth-of-type(4) a,
.term-20 .textwidget.custom-html-widget ul li:nth-of-type(5) a{
    font-weight: 900;
}

.woocommerce-loop-product__title {
    font-size: 1.25rem;
    color: var(--black);
}

li.product {
    list-style: none;
}