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

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

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

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

:root {
    --white: #fff;
    --black: #000;
    --primary: #D4145A;
    --secondary: #111111;
}

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

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

section {
    position: relative;
}

h1,
h2,
h3 {
    font-family: "futura";
}

.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(--white);
    z-index: 11113;
}

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

/* PRELOADER */

/* GLOBAL CSS */

.themeBtn {
    background: var(--primary);
    font-size: 0.875rem;
    color: var(--white);
    text-transform: uppercase;
    display: inline-block;
    padding: 1.2rem 2rem;
    letter-spacing: 1.69px;
    line-height: normal;
}

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

/* !GLOBAL CSS */

/* MAIN HERO SLIDER CSS */

.main-slider {
    height: 1045px;
    margin-top: 2.8rem;
}

.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 .swiper-pagination {
    bottom: 3rem;
    width: fit-content;
    left: 50%;
    transform: translateX(-50%);
}

.homeSlider .swiper-pagination-bullet {
    height: 10px;
    width: 10px;
    display: inline-block;
    margin: 0 0.5rem !important;
    opacity: 1;
    background: var(--white);
}

.homeSlider .swiper-pagination-bullet-active {
    background: transparent;
    position: relative;
    border: 1.6px solid var(--white);
}

.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: end;
    padding-bottom: 6.875rem;
}

.slideOne h1 {
    color: var(--white);
    text-transform: uppercase;
    font-size: 6.25rem;
    letter-spacing: -0.48px;
    margin-bottom: 5.625rem;
}

/* !MAIN HERO SLIDER CSS */

/* Arrival Sec Css Start */

.arrivalSec {
    padding: 6.25rem 0;
}

.arrivalContent h2 {
    color: var(--secondary);
    text-transform: uppercase;
    font-size: 2.6875rem;
    letter-spacing: -0.48px;
    position: relative;
    margin-bottom: 3.5rem;
}

.arrivalContent p {
    color: var(--secondary);
    font-size: 1.0625rem;
    margin-bottom: 2.1875rem;
}

.arrivalContent h2:before {
    content: "";
    position: absolute;
    background: var(--secondary);
    height: 3px;
    width: 36px;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -1rem;
}

/* Arrival Sec Css End */

/* Best Seller Sec Css Start */

.bestsellerSec {
    padding-bottom: 2.5rem;
}

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

.secHeading {
    text-transform: uppercase;
    font-size: 2.25rem;
    color: var(--secondary);
}

.sellerHeading a {
    font-size: 1.25rem;
    color: var(--secondary);
}

.sellerSlider {
    margin-right: -35rem;
}

.sellerContent h4 {
    color: var(--secondary);
    font-size: 1rem;
    text-transform: uppercase;
    margin: 0.625rem 0 4px 0;
}

.sellerContent span {
    color: var(--secondary);
    font-size: 0.9375rem;
}

.bestsellerSec .swiper-button-next:after,
.bestsellerSec .swiper-button-prev:after {
    font-size: 0.625rem;
    font-weight: 700;
    color: var(--black);
}

.bestsellerSec .swiper-button-next,
.bestsellerSec .swiper-button-prev {
    background: var(--white);
    width: 44px;
    height: auto;
    aspect-ratio: 1;
    border-radius: 50px;
}

.bestsellerSec .swiper-button-prev {
    left: 8rem;
}

.bestsellerSec .swiper-button-next {
    right: 8rem;
}

/* Best Seller Sec Css End */

/* Jersey Sec Css Start */

.jerseySec {
    padding-top: 4rem;
}

.jerseyContent h2 {
    color: var(--secondary);
    font-size: 2.5625rem;
    margin-bottom: 5rem;
    position: relative;
}

.jerseyContent h2:before {
    content: "";
    position: absolute;
    background: var(--secondary);
    width: 36px;
    height: 3px;
    bottom: -1rem;
    left: 0;
    right: 0;
    margin: auto;
}

.jerseyContent .themeBtn {
    padding: 1rem 5rem;
}

.jerseyImg {
    margin-left: 5rem;
}

/* Jersey Sec Css End */

/* Collection Sec Css Start */

.collectionSec {
    padding: 6.25rem 0 3rem 0;
}

.collectionWrap {
    position: relative;
}

.collectionContent {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
}

.collectionContent h3 {
    color: var(--white);
    font-size: 1.625rem;
    text-transform: uppercase;
    margin: 0;
}

.collectionSec .swiper-button-next:after,
.collectionSec .swiper-button-prev:after {
    font-size: 10px;
    font-weight: 700;
    color: var(--black);
}

.collectionSec .swiper-button-next,
.collectionSec .swiper-button-prev {
    background: rgb(255 255 255 / 35%);
    width: 44px;
    height: auto;
    aspect-ratio: 1;
    border-radius: 50px;
}

.collectionSec .swiper-button-prev {
    left: 7rem;
}

.collectionSec .swiper-button-next {
    right: 7rem;
}

/* Collection Sec Css End */

/* Gallery Sec Css Start */

.galleryWraps figure img {
    width: 100%;
}

.galleryWraps {
    position: relative;
    margin-top: 1.5rem;
    overflow: hidden;
    cursor: pointer;
}

.galleryContent {
    position: absolute;
    bottom: 2.5rem;
    left: 0;
    right: 0;
    text-align: center;
    transform: translateY(6rem);
    transition: 0.8s ease;
}

.galleryWraps:hover .galleryContent {
    transform: translateY(0);
}

.galleryContent h3 {
    color: var(--white);
    text-transform: uppercase;
    margin: 0;
    font-size: 1.875rem;
}

.galleryContent .themeBtn {
    padding: 1rem 5rem;
    margin-top: 3.125rem;
}

/* Gallery Sec Css End */

/* Looks Sec Css Start */

.looksSec .secHeading span {
    font-family: "futuralight";
}

.looksSlider {
    margin-top: 5rem;
}

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

/* Looks Sec Css End */

/* About Sec Css Start */

.aboutSec {
    padding: 6.25rem 0 3.75rem 0;
    background: #FBF7F5;
}

.aboutContent h2 {
    color: var(--secondary);
    text-transform: uppercase;
    font-size: 1.75rem;
    margin: 0px 0 1.2rem 3.5rem;
}

.aboutContent p {
    color: var(--secondary);
    font-size: 1.0625rem;
    width: 80%;
    margin: auto;
}

/* About Sec Css End */

/* Footer Css Start */

footer {
    padding-top: 6.25rem;
}

.footLog ul {
    display: flex;
    gap: 1.875rem;
    margin-top: 2.5rem;
}

.footLog ul li a {
    color: var(--primary);
    font-size: 1.125rem;
}

footer h4 {
    color: var(--secondary);
    text-transform: uppercase;
    font-size: 1.125rem;
    font-weight: bold;
    font-family: "Inter", sans-serif;
    margin-bottom: 1.375rem;
}

.links li a {
    font-size: 1.0625rem;
    color: var(--secondary);
    text-transform: capitalize;
    font-family: 'Inter';
}

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

.joinUs p {
    color: var(--secondary);
    font-size: 1.125rem;
    width: 90%;
    margin-bottom: 2rem;
}

.joinUs {
    margin-left: 3rem;
}

.joinUs form {
    position: relative;
}

.joinUs input {
    border: unset;
    background: transparent;
    outline: unset;
    box-shadow: unset;
    border-bottom: 1px solid var(--secondary);
    width: 90%;
    padding: 0 0 1rem 0;
    color: var(--secondary);
}

.joinUs input::placeholder {
    color: var(--secondary);
}

.joinUs button {
    border: unset;
    background: unset;
    padding: 0;
    outline: unset;
    position: absolute;
    right: 3rem;
    color: var(--primary);
    font-size: 1.25rem;
}

.footPaymnt select {
    border: unset;
    outline: unset;
    font-size: 0.875rem;
    color: var(--secondary);
    font-family: 'Inter';
}

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

.copyRight {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 1.875rem 0 1.25rem 0;
}

.copyRight p,
.copyRight ul li a {
    margin: 0;
    font-size: 0.9375rem;
    color: var(--secondary);
    font-family: 'Inter';
}

.copyRight ul {
    display: flex;
    gap: 1rem;
}

/* 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 */

/* Inner Css Start */

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

.innerbanContent h2 {
    color: var(--white);
    text-transform: uppercase;
    font-size: 4rem;
    text-align: center;
    margin: 4rem 0 0 0;
}

.shopInner .sellerWraps {
    margin-bottom: 1rem;
    display: block;
}

.shopLeftBar h3 {
    color: var(--secondary);
    font-size: 3rem;
    margin-bottom: 2rem;
}

.catWraps {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 70%;
}

.catWraps+.catWraps {
    margin-top: 1rem;
}

.shopLeftBar {
    position: sticky;
    top: 2rem;
}

.shopInner {
    padding: 8rem 0 3rem 0;
}


.mySwiper img {
    width: 90%;
}

.mySwiper2 img {
    width: 100%;
}

.mySwiper {
    width: 90%;
    margin: auto;
    text-align: center;
    margin-top: 1rem;
}

.shopDetails h2 {
    color: var(--secondary);
}

ul.stars {
    display: flex;
    gap: 3px;
    margin: 1rem 0;
}

ul.stars li i {
    font-size: 0.875rem;
}

.shopDetails p {
    color: var(--secondary);
    font-size: 1.125rem;
}

.price {
    color: var(--secondary);
    font-weight: 600;
    font-size: 1.5rem;
}

.quantity-container {
    display: inline-flex;
    align-items: center;
    border: 1px solid var(--secondary);
    border-radius: 50px;
    overflow: hidden;
    width: fit-content;
}

.qty-btn {
    background-color: transparent;
    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;
}

a.themeBtn.cardsBtns {
    width: 80%;
    border-radius: 50px;
    text-align: center;
}

a.themeBtn.buyBtn {
    width: 100%;
    text-align: center;
    border-radius: 50px;
    margin-top: 0.75rem;
}

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

.sizes h3 {
    color: var(--secondary);
    margin-top: 1rem;
}

.sizes ul {
    display: flex;
    gap: 2rem;
}

.sizes ul li a {
    color: var(--secondary);
    font-weight: 700;
}

.tabsPack a.active,
.tabsPack a.current {
    border-color: var(--secondary);
}

[class^=box-] {
    display: none;
}

[class^=box-].showfirst {
    display: block;
}

.tabsPack a {
    font-size: 1.6875rem;
    font-weight: bold;
    color: var(--secondary);
    font-family: 'Gentium Plus';
    border-bottom: 2px solid transparent;
    padding-bottom: 1rem;
}

.tabsPack {
    display: flex;
    gap: 3rem;
    border-bottom: 1px solid rgb(23 64 60 / 8%);
    margin-bottom: 2rem;
}

.prodtabContent p {
    color: var(--secondary);
    margin-bottom: 1.5rem;
}

.producttabSec {
    padding: 5rem 0;
}

.contactInner {
    padding: 6.25rem 0;
}

.contactHeadings h2 {
    font-size: 2.75rem;
    font-weight: bold;
    color: var(--secondary);
}

.contactHeadings p {
    color: var(--secondary);
}

.contactForm .form-control {
    outline: unset;
    box-shadow: unset;
    background: transparent;
    height: 55px;
    border-radius: 50px;
    border: 1px solid var(--secondary);
    padding-left: 1.5rem;
    color: var(--secondary);
    margin-bottom: 1.375rem;
}

.contactForm .form-control::placeholder {
    color: var(--secondary);
}

.contactForm textarea {
    height: 150px !important;
    padding-top: 1rem;
    resize: none;
    border-radius: 20px !important;
}

.contactForm label {
    color: #17403C;
}

.contactForm .form-check {
    margin: 0.625rem 0 2rem 0;
}

.contactForm {
    margin-top: 1rem;
}

.contactBtn .themeBtn {
    outline: unset;
    border: unset;
    padding: 1.2rem 3rem;
}

.aboutTxtsss h2 {
    text-transform: uppercase;
    color: var(--secondary);
    font-size: 2.5rem;
}

.aboutTxtsss p {
    color: var(--secondary);
    width: 90%;
    line-height: 1.6;
    font-size: 1.125rem;
}

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

/* Inner Css End */
.innerBanner.overlay:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
}