/* 
@font-face {
    font-family: 'Sofia Pro';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Sofia Pro'), url('https://spareparts.me/assets/fonts/Sofia Pro Regular Az.woff') format('woff');
}

@font-face {
    font-family: 'Sofia Pro';
    font-style: normal;
    font-weight: 700;
    font-display: swap;

    src: local('Sofia Pro'), url('https://spareparts.me/assets/fonts/Sofia Pro Bold Az.woff') format('woff');
} */

@import url("https://use.typekit.net/njz1nzg.css");

*{
    font-family: montserrat,sans-serif;
    font-style: normal;
}

:root {
    --sp-primary: #D81D3A;
    --sp-gradient: transparent linear-gradient(156deg, #D61D3A 0%, #74101F 100%) 0% 0% no-repeat padding-box;
    --sp-dark: #0C0F16;
}

/*  Mega Menu*/
nav.navbar ul.navbar-nav .mega-menu{
    position: relative;

}
nav.navbar ul.navbar-nav .mega-menu a.nav-link{
    transition: all 0.4s ease-out;


}
nav.navbar ul.navbar-nav .mega-menu:hover a.nav-link{
    border-radius: 0px;
    background: white;
    color: var(--sp-primary);
}
nav.navbar ul.navbar-nav .mega-menu:hover a.nav-link i{
    color: var(--sp-primary);

}
nav.navbar ul.navbar-nav .mega-menu .mega-navbar{
    width: 700px;
    max-width: calc(100vw - 24px);
    z-index: 20;
    position: absolute;
    top: 35px;
    left: 0px;
    background-color: white;
    max-height: 0px;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out 0s;
    


}
nav.navbar ul.navbar-nav .mega-menu:hover .mega-navbar{
    max-height: 300px;
    box-shadow: 0 5px 5px rgb(0 0 0 / 30%) ;
    border-bottom: 4px solid var(--sp-primary);

}
nav.navbar ul.navbar-nav .mega-menu .mega-navbar .heading{
    font-size: 16px;
    font-weight: 300;
}
nav.navbar ul.navbar-nav .mega-menu .mega-navbar .categories a{
    font-size: 14px;
    font-weight: 300;
    color: #7b8397;
    text-decoration: none;
}
nav.navbar ul.navbar-nav .mega-menu .mega-navbar .categories a:hover{
    color: var(--sp-primary);
}


/* END Mega Menu */
.cursor-pointer{
    cursor: pointer;
}
input[type=radio]{
    accent-color: var(--sp-primary);
}
.radio-label{
    padding: 0.7rem 1rem;
    border-radius: 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #dee2e6;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
    font-weight: 600;
    color: #6b6a6a;

}
.radio-label.active{
    border: 1px solid var(--sp-primary);
    color: black;

}
.select2-container--default .select2-selection--multiple .select2-selection__choice{
    background-color: var(--sp-primary) !important;
    color: white !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
    color: white !important;
}
.blinking {
    
    animation: 1s blink ease infinite;
    
  }
@keyframes blink {
    from, to {
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
  }
  



#error-msg {
    color: red;
}

#valid-msg {
    color: #00C900;
}

input.error {
    border: 1px solid #FF7C7C;
}

.hide {
    display: none;
}

iframe {
    max-width: 100%;
}

.bg-sp-dark {
    background-color: #0C0F16;
}

.btn-sp-primary {
    background: var(--sp-gradient);
    color: white;
    padding: 16px 18px;
    font: normal normal 600 18px/18px Arial;
}
.text-sp-primary {
    color: var(--sp-primary) !important;
}


@keyframes spinner-border {
    to {
        transform: rotate(360deg);
    }
}

.slick-next:before,
.slick-prev:before {
    color: var(--sp-primary);
}

.brands-logo-card img {
    width: 125px;
    height: 125px;
    object-fit: contain;
}
.btnSpinner {
    position: relative;
}
.btnSpinner:after {
    content: '';
    position: absolute;
    top: calc(50% - 1em);
    left: calc(50% - 1em);
    z-index: 10;
    display: inline-block;
    width: 2em;
    height: 2em;
    vertical-align: text-bottom;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
}

.parts-banner {
    min-height: 180px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: stretch;
    border-top: 1px solid white;
    border-bottom: 1px solid white;

}

.select2-selection {
    min-height: 37px;
}


.bread-row{
    /* background-color: black; */
}
.breadcrumb li a{
    /* color:white */
}
.breadcrumb li a:hover {
    color: var(--sp-primary);
}
.breadcrumb li.active a {
    color: var(--sp-primary);
    font-weight: bold;
}

.pagination {
    width: 100%;
    justify-content: center;
}

.pagination .page-link {
    border: 1px solid var(--sp-primary);
    color: black;
    border-radius: 50%;
    margin: 5px;
}

.pagination .page-item.active .page-link {
    background-color: var(--sp-primary);
    color: white;
    border: 1px solid var(--sp-primary);

}

/*  */
.google-btn {
    padding: 1px;
    background-color: #4285F4;
    cursor: pointer;
}

.google-btn:hover {
    box-shadow: 0 0 6px #4285f4;
    cursor: pointer;
}

nav.navbar>.container.dark {
    background-color: black;
}

nav.navbar .navbar-toggler-icon {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30"><path stroke="white" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M4 7h22M4 15h22M4 23h22"/></svg>');
}

/*  */
.bg-sp-primary {
    background-color: var(--sp-primary);
    color:white
}

.txt-sp-primary {
    color: var(--sp-primary);
}

.breadcrumb-item a {
    text-decoration: none;
    color: black;
}

.animatedPlaceholder {
    background-image: linear-gradient(90deg,
            #e4e4e4 0%,
            #f1f1f1 40%,
            #ededed 60%,
            #e4e4e4 100%);
    background-position: 0px 0px;
    background-repeat: repeat;
    animation: animatedPlaceholder 1.5s linear infinite;
}

@keyframes animatedPlaceholder {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 1000px 0;
    }
}

/* Store */

#lblCartCount {
    font-size: 12px;
    background: #ff0000;
    color: #fff;
    padding: 0 5px;
    vertical-align: top;
    margin-left: -10px;
}

.sicon {
    color: white
}

.sicon i {
    font-size: 18px;
}

/* Store End */
/* Blog */
.tag-badge {
    padding: 5px 7px;
    border: 1px solid #dedede;
    border-radius: 4px;
    text-decoration: none;
    color: black;
    margin: 0px 6px 6px 0px
}

.tags-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap
}

.tag-badge:hover {
    background-color: var(--sp-primary);
    color: white;
    border: 1px solid var(--sp-primary);
}

.cat-badge {
    padding: 5px 7px;
    border: 1px solid #dedede;
    border-radius: 4px;
    text-decoration: none;
    color: white;
    margin: 0px 6px 6px 0px;
    background-color: var(--sp-primary);

}

.cat-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap
}

.cat-badge:hover {
    background-color: white;
    color: black;
}

.post-category {
    padding: 16px;
    border-radius: 8px;
    background-color: #25282F;
    margin: 16px 0px;
}

.post-category h3 {
    border-left: 2px solid var(--sp-primary);
    margin: 0px 0px 20px 10px;
    padding-left: 16px;
    color: white;

}

.post-category .item {
    background-color: white;
    color: black;
    font-weight: 700;
    height: 42px;
    margin: 10px;
}

.post-category .item span {
    width: 42px;
    height: 42px;
    background-color: var(--sp-primary);
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.8em;
}

.post-category .item a {
    color: inherit;
    font-size: 0.95em;
    text-decoration: none;
    margin: 10px 0px 0px 10px;
}

.section-heading {
    position: relative;
}

.section-heading:before {
    content: '';
    display: inline-block;
    height: 3px;
    position: absolute;
    top: 50%;
    margin-top: 2px;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #ededed;
}

.section-heading span {
    color: var(--sp-primary);
    position: relative;
    padding: 0 15px 0 24px;
    background-color: white;
    font-size: 24px
}

.section-heading span:before {
    display: inline-block;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 15px;
    width: 15px;
    background: var(--sp-primary);
    top: 50%;
    margin-top: -7.5px;
    border-radius: 50%;
}

.listing-post {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 16px
}

.listing-post .col1 {
    width: 90px;
    height: 63px;
}

.listing-post .col2 {
    width: 250px;
    padding-left: 7px;
}

.listing-post .col2 a {
    color: #223c7b;
    text-decoration: none;
    font-weight: 700;
    line-height: 18px;
    font-size: 15px;


}

.listing-post .col2 a:hover {
    color: black;

}

.listing-post .col1 img {
    width: 100%;
    height: 63px;
    object-fit: cover;

}

/* Blog End */
/* ------------------- */
nav.navbar i {
    color: white
}

nav.navbar {
    background-color: transparent;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 300;
    width: 100%;
    transition: background-color 0.7s ease-in-out;
}

.navbar-nav .nav-link {
    font: normal normal normal 14px/16px Arial;
    color: #FFFFFF;
    border-radius: 1.5rem;
    padding: 7px 13px !important;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
    background: var(--sp-gradient);
}

.carousel-item img {
    height: 700px;
    object-fit: cover;
}

.carousel-item:before {
    content: "";
    background: transparent linear-gradient(180deg, #0C0F1687 0%, #0C0F1617 48%, #0C0F16 100%) 0% 0% no-repeat padding-box;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.carousel-item div.text {
    background: transparent linear-gradient(248deg, #0C0F1600 0%, #0C0F16 100%) 0% 0% no-repeat padding-box;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.carousel-control-next,
.carousel-control-prev {
    display: none;
}

.carousel-item h2,.carousel-inner .carousel-item .h1 {
    font: normal normal medium 50px/78px Arial;
    color: #FFFFFF;
    text-transform: uppercase;
    opacity: 0.8;

}

.carousel-item h3 {
    font: normal normal normal 72px/85px Impact;
    letter-spacing: 0px;
    color: #FFFFFF;
    color: white
}

.carousel-indicators button {
    width: 43px !important;
    border: 0px !important;
    height: 15px !important;
    border-radius: 18px !important;
    background-color: var(--sp-primary) !important;
    background-clip: unset !important;
}

.carousel-indicators .active {
    width: 84px !important;
}

.red-badge {
    position: relative;
    padding: 0px 18px;
    z-index: 2;
}

.red-badge:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 88px;
    top: 0px;
    left: 0px;
    z-index: -1;
    background-color: var(--sp-primary);
    transform: skew(163deg);

}

.sliderr,
.popular-brands-slider {
    position: relative;

}

.popular-brands-slider:before {
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0px;
    position: absolute;
    background-color: #EBEBEB;
    border-radius: 11px;
}

.sliderr:before {
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0px;
    position: absolute;
    background-color: #262930;
    /* background: transparent linear-gradient(2deg, #FFFFFFFA -100%, #80808000 100%) 0% 0% no-repeat padding-box; */
    opacity: 0.63;
    backdrop-filter: blur(50px);
    -webkit-backdrop-filter: blur(50px);
    transform: skew(163deg);

}

.popular-brands {
    font: normal normal 600 50px/60px Arial;
    color: #FFFFFF;
    text-transform: capitalize;
}

.our-products {
    background-image: url('/newdesign-assets/images/bg-tyre.svg');
    background-repeat: no-repeat;
    background-position: left top;
}

.our-products h3,
.faq-section h3,.our-mission h3, .our-vision h3 {
    font: normal normal normal 50px/50px Impact;
    color: #FFFFFF;
}

.tag-txt {
    font: normal normal 600 30px/30px Arial;
    color: #FFFFFF;
    opacity: 0.8;
}

.our-products .brand-txt {
    font: normal normal bold 24px/28px Arial;
    color: var(--sp-primary);
}

.our-products .card-row {
    display: flex;
    flex-wrap: wrap;

}

.flip-card {
    margin: 10px;
    width: 240px;
    height: 240px;
    perspective: 1000px;
    /* Remove this if you don't want the 3D effect */
    background: #0C0F16 0% 0% no-repeat padding-box;
    border: 2px solid #45484E;
    border-radius: 13px;
    cursor: pointer;
}

/* This container is needed to position the front and back side */
.flip-card-inner {
    border-radius: 13px;

    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-card-front,
.flip-card-back {
    border-radius: 13px;
    padding: 16px;
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    /* Safari */
    backface-visibility: hidden;
    overflow: hidden;
}

/* Style the front side (fallback if image is missing) */
.flip-card-front {
    background-color: #0C0F16;
    color: black;
    /* border: 2px solid #45484E; */

}

.flip-card-front img {
    max-width: 100px;

    max-height: 140px;
    object-fit: cover;
}

.flip-card-front .front-row {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}

/* Style the back side */
.flip-card-back {
    border-radius: 13px;
    /* border: 2px solid #45484E; */

    background: transparent linear-gradient(135deg, #D81D3A 0%, #6C0F1D 100%) 0% 0% no-repeat padding-box;
    color: white;
    transform: rotateY(180deg);
}

.flip-card-front h4 {
    text-align: center;
    font: normal normal 600 23px/25px Arial;
    margin-top: 16px;
    color: #FFFFFF;
    text-transform: capitalize;
    width: 178px;
}

.footer-section {
    background-color: #020306;
}

.footer-section p {
    color: white;
    opacity: 0.8;
}

.footer-section h3 {
    color: white;
    opacity: 0.8;
}

.footer-section a {
    color: white ;
    opacity: 0.8;
    text-decoration: none;

}
.footer-section a:hover{
    color: var(--sp-primary)
}

.footer-section hr {
    border: 1px solid #707070;
}

.footer-section .contact-col p {
    text-indent: -21px;
}

.footer-section .contact-col {
    margin-left: 43px;
}
.footer-section .social-links{
    font-size: 20px;
}
.footer-section .social-links a{
    transition: all 0.2s ease-in-out;
    color: var(--sp-primary);


}
.footer-section .social-links a:hover{
    transform:translateY(-6px);
    color:white
}


.btn-sp-primary {
    background-color: var(--sp-primary);
    color: white;
}
.btn-sp-primary:hover{
    background: black;
    color:white;
}

/* .btn-sp-primary:hover{
    color: var(--sp-primary);
    border:1px solid var(--sp-primary);
    background: transparent;
} */
.send-enq-btn a {
    color: #fff;
    font-size: 17px;
    padding: 10px 8px;
    text-transform: capitalize;
    font-weight: bold;
    text-decoration: none;
}

.send-enq-btn {
    position: fixed;
    right: -1px;
    top: 30%;
    z-index: 10000;
    transition: all 0.2s ease-in-out 0s;
    background: var(--sp-gradient);
    border-radius: 12px 0px 0px 12px;
    padding: 10px 15px;
    cursor: pointer;
    -ms-writing-mode: tb-lr;
    -webkit-writing-mode: vertical-lr;
    -moz-writing-mode: vertical-lr;
    -ms-writing-mode: vertical-lr;
    /* writing-mode: vertical-lr; */
}

.send-enq-btn.up {
    right: -1px;

}

.send-enq-btn.down {
    right: -44px;
}
.bg-sp-dark{
    background-color: var(--sp-dark);
    color: white;
}
.faq-section,.our-mission,.our-vision {
    background-color: var(--sp-dark);
    color: white;
}

.faq-section .accordion {
    background-color: #252930;
    opacity: 0.8;
    backdrop-filter: blur(5px);
    border: 0px;
    border-radius: 1rem;

}

.faq-section .accordion-body {
    color: white;
    border-radius: 1rem;

}

.faq-section .accordion-item {
    background-color: inherit;
    backdrop-filter: blur(5px);

    border: 0px;
    border-radius: 1rem;
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>");
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>")
}

.accordion-button:focus {
    box-shadow: unset;
}

.faq-section .accordion-button {
    background-color: #252930;
    border: 0px;
    color: white;
}

@media (min-width: 992px) {
    .j-lg-end {
        justify-content: flex-end;
    }
}

@media (max-width:768px) {
    .parts-banner .container {
        padding-top: 1rem;
        ;
    }

    .parts-banner {
        min-height: 100px;
    }

    .send-enq-btn.up {
        right: -44px;
    }

    .send-enq-btn.down {
        right: -1px;
    }

    .flip-card {
        width: 100%;
    }

    .carousel-item h3 {
        font: normal normal normal 39px/44px Impact;
    }

    .red-badge:before {
        height: 54px;
    }
}
body {
    user-select: none !important
}