/*
Author       : Promarketo
Template Name: Buy Auto Parts
Version      : 1.0
*/
/*============================
 [Table of CSS]

========================================*/

/*-----------------
	 General
-----------------------*/
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css');
@import url('../font/font.css');
html {
    height: 100%;
}

body {
    background-color: #F9FAFF;
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    height: 100%;
    line-height: 1.5;

}
a.plink {
    color: #e13a69;
}

html,
body {}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

a,
a:hover,
a:active,
a:focus {
    outline: none;
    text-decoration: none;
    color: #ffffff;
}
section.brand-section.thgf {
    padding-top: 129px;
}

/*-----------------
	 Typography
-----------------------*/
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
i,
button {
    transition: ease-in-out .4s;

}

img.l_logo {
    width: 33%;
    height: 69px;
}

.topmail {
    font-size: 14px;
    font-family: "Poppins";
    color: rgb(255, 255, 255);
    font-weight: 600;
    line-height: 1.2;
    text-align: left;
}
nav.desktop-menu.fixme.ffsfds {
    background: black;
}
ul.list-unstyled.p-0.m-0 li a {
    color: black !important;
}
ul.nav-links {
    margin-right: -34px !important;
}

.banner-title {
    font-size: 65px;
    font-family: "Poppins";
    color: rgb(255, 255, 255);
    
    text-align: left;
    font-weight: 200;
    text-transform: uppercase;
    letter-spacing: 0px;
}

.banner-subtitle {
    text-transform: uppercase;
    font-weight: 100;
}

.small-title {
    font-size: 14px;
    font-family: "Poppins";
    color: rgb(255 170 25);
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.2;
}

.title {
    font-size: 40px;
    font-family: "Poppins";
    color: rgb(4 30 57);
    font-weight: 600;
    line-height: 1;
    text-transform: capitalize;
}

.title-thin {
    font-size: 40px;
    font-family: "Poppins";
    color: rgb(4 30 57);
    font-weight: 200;
    line-height: 1;
    text-transform: capitalize;
}

p {
    font-size: 13px;
    font-family: "Poppins";
    color: #131D3B;
    line-height: 1.622;
    font-weight: 500;
}

.sub-title {
    font-size: 30px;
    font-family: "Poppins";
    color: rgb(0, 0, 0);
    font-weight: 600;

}

.card-title {
        font-size: 18px;
    font-family: "Poppins";
    color: #E12468;
    font-weight: 500;
}

.click {
    font-size: 14px;
    font-family: "Poppins";
    color: #041e39;
    font-weight: bold;
    text-transform: uppercase;
}

.arrow {
    font-size: 20px;
}
.form-title {
    text-transform: uppercase;
    color: #131D3B;
}






nav.logo-section {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    display: block;
    z-index: 100;
    padding: 18px;
}
/*-----------------
	 color
-----------------------*/
.text-white-50 {
    color: rgba(255, 255, 255, .702) !important;
    color: rgba(255, 255, 255, 0.702);
}

.text-green {
    color: #33c2b0 !important;
}

.text-purple {
    color: #4d3abb;
}

.text-blue {
    color: #3e68ba;
}

.text-gray {
    color: #464e63;

}

.text-yellow {
    color: #ffaa19;
}

.text-orang {
    color: #ffaa19;
}

.text-orang2 {
    color: #A75D56;
}

.text-orange3 {
    color: #e96518 !important;
}

.text-light-blue {
    color: rgb(91, 196, 223);
}

.text-light-blue2 {
    color: #55859C;
}

.text-pink {
    color: #D622AA;
}

.text-pink2 {
    color: #B787AA;
}

.text-pink3 {
    color: #ffc82f !important;
}

.text-dark {
    color: #3c4252 !important;
}

.text-black {
    color: #131D3B;
}
label {
    font-weight: 600;
}
/*-----------------
	 Background-color
-----------------------*/
.bg-green {
    background-color: #33c2b0;

}

.bg-white-50 {
    background-color: #ffffff36;
}

.bg-blue {
    background-color: #041e39;
}

.bg-dark {
    background-color: #000000 !important;
}

.bg-info {
    background-color: #3e68ba !important;
}

.bg-info2 {
    background-color: #28aae2;
}

.bg-black {
    background-color: #111111 !important;
}

.bg-gray {
    background-color: rgb(247, 251, 254);
}

.bg-sky {
    background-color: #C2D6FD;
}

.btn-gray {
    background-color: #768BB8 !important;
}

.bg-orang {
    background-color: #ffaa19;
}

.bg-orang2 {
    background-color: #e96518;
}

.btn-orang {
    background-color: #E34335 !important;
}

.bg-light-blue {
    background-color: #B7DFF2;
}

.btn-light-blue {
    background-color: #53ABD6 !important;
}

.bg-light-pink {
    background-color: #F7E2F3;
}

.bg-pink {
    background-color: #e12468 !important;
}

.border-info {
    background: linear-gradient(90deg, rgb(65, 60, 170) 85%, transparent 15%);
}

.border-small-info {
    height: 5px;
    width: 180px;
    position: relative;
    display: inline-block;
    background: linear-gradient(90deg, rgb(65, 60, 170) 85%, transparent 15%);
    background-repeat: repeat-x;
    background-size: 120px;
    background-position: 50px;
    animation: border-dance 4s infinite linear;
}


/*-----------------
	 Button
-----------------------*/
.btn-outline-purple{
border: 2px solid #E12468;
    box-sizing: border-box;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    color: #E12468;
    padding: 5px 25px;
    display: inline-block;
}
.btn-pink-big {
        background-color: #E12468;
    padding: 8px 50px;
    display: inline-block;
    font-size: 28px;
    font-weight: 500;
    border-radius: 6px;
}
.btn-pink {
    border: 0;
    background-color: #e12468;
    color: #fff;
    padding: 10px 30px;
    border-radius: 10px;
    display: inline-block;
    font-weight: 600;
}



.btn-outline {
    background: transparent;
    border: 2px solid #fff;
}

.btn-outline:hover {
    background: #fff;
    border: 2px solid #fff;
    color: #041e39;
}

.btn-outline-blue {
    background: transparent;
    border: 2px solid #041e39;
    color: #041e39;
}

.btn-outline-blue:hover {
    background: #041e39;
    border: 2px solid #041e39;
    color: #fff;
}


button {
    outline: none;
}

.accordion-button,
.accordion-collapse {
    border: none;
}

.accordion-button:not(.collapsed) {
    color: #0c63e4;
    background-color: #ffffff;
}

.accordion-button:not(.collapsed)::after {
    background-image: none;
    transform: rotate(90deg);
    content: "\f0da";
}

.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    background-image: none;
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-variant-caps: normal;
    font-variant-ligatures: normal;
    font-weight: 900;
    height: 16px;
    line-height: 16px;
    text-rendering: auto;
    width: 16px;
    -webkit-font-smoothing: antialiased;
    color: #e96518;
    font-size: 26px;
}

/*-----------------
	 Border-style
-----------------------*/
.rounded-3 {
    border-radius: 1.3rem !important;
}

.border-small {
    height: 5px;
    width: 180px;
    position: relative;
    display: inline-block;
    background: linear-gradient(90deg, rgb(255, 221, 0) 85%, transparent 15%);
    background-repeat: repeat-x;
    background-size: 120px;
    background-position: 50px;
    animation: border-dance 4s infinite linear;
}

@keyframes border-dance {
    0% {
        background-position: 30px 0px;
    }

    100% {
        background-position: 300px 0px;
    }
}

.border-yellow {
    background: linear-gradient(90deg, rgb(255, 227, 74) 85%, transparent 15%);
}

.small-border {
    width: 25px;
    height: 2px;
    background: #ffaa19;
    display: inline-block;
    margin-right: 15px;
}

.ml-15 {
    margin-left: 15px;
}

/*-----------------
	 Card
-----------------------*/
.input_main {
    width: 100%;
    float: left;
    background-color: #ffffff;
    padding: 40px 20px;
    border-radius: 20px;
    margin-top: 15px;
}
.form-group {
    margin-bottom: 15px;
    position: relative;
}
.input_main .form-control {
   background-color: #ffffff;
    color: #000;
    padding-left: 20px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    border-radius: 10px;
    height: 45px;
    margin-bottom: 15px;
}
.input_main .form-control:focus {
   background-color: #ffffff;
    color: #000;
    padding-left: 20px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    border-radius: 10px;
    height: 45px;
}
.input_main .form-control::placeholder{
    color: rgba(102, 109, 129, 0.5);
}
ul.list {
    width: 100%;
}
.form-icon {
    position: absolute;
    right: 13px;
    top: 9px;
}
.card {
    border: 0;
    /* box-shadow: 0px 7px 23px -4px #0000002e; */
    padding: 20px;
    border-radius: 0;
}

.project-card .card-title,
.project-card p {
    color: #fff;
}

.project-card {
    border-radius: 0;
    background-color: rgb(255 255 255 / 0%);
    padding: 20px;
    transition: ease-in-out .4s;
    border: 2px solid #fff;

}

.project-card:hover {
    background-color: #ffaa19;
    border: 2px solid #ffaa19;

}


.project-card:hover .img-gray {
    display: none;
}

.project-card:hover .img-color {
    display: block;
}

.project-card .img-color {
    display: none;
}



.base {
    border-radius: 40px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 22px 33.84px 2.16px rgb(99 78 183 / 16%);
    padding: 50px 20px;
    margin-top: -150px;
    z-index: 100;
    position: relative;

}

.base2 {
    border-radius: 15px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 22px 33.84px 2.16px rgb(99 78 183 / 16%);
    padding: 10px 6px;
    margin-top: -150px;
    z-index: 100;
    position: relative;
}

ol li {
    margin-bottom: 20px;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.Steps {
    margin-top: -100px;
    padding-top: 140px;
    padding-bottom: 60px;
}

.service-card {
    border-radius: 15px;
    padding: 20px;
    transition: all .4s;


}

.service-card:hover {
    border-radius: 15px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 22px 33.84px 2.16px rgba(99, 78, 183, 0.16);

}

section.brand {
    padding-bottom: 120px;
}

.service-card img {
    width: 50%;
    margin-bottom: 10px;
}

.contact-us-card {
    border-radius: 16px;
    background-color: rgb(74, 70, 187);
    padding: 20px 40px;
    margin-top: -120px;
    margin-bottom: 70px;
}

.clients-box {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 4px 27px -5px rgb(35 36 63 / 10%);
    padding: 20px;
    border-radius: 16px;
    transition: ease-in-out .4s;
    margin-top: 35px;
}

.clients-img img {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    border: 10px solid #ffdd00;
    margin-top: -50px;
    margin-right: 20px;
    z-index: 200;
    position: relative;
    display: block;
}

/*-----------------
	 Form Style
-----------------------*/
.form-control {
    display: block;
    width: 100%;
    padding: 10px 10px 10px 45px;
    font-weight: 500;
    line-height: 1.5;
    color: #ffffff;
    background-color: #112943;
    background-clip: padding-box;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    height: 60px;
    border: none;
    font-size: 14px;
}

.form-control::placeholder {
    color: #fff;
}

.contact img {
    position: absolute;
    top: 15px;
    left: 10px;
}

.form-control:focus {
    color: #ffffff;
    background-color: #112943;
    border-color: #63626200;
    outline: 0;
    border-bottom: 1px solid #f7fbfe00;
    box-shadow: 0 3px 5px -2px rgb(255 255 255 / 48%);
}

.contact-us .email-control {
    border-radius: 35px;
    background-color: rgb(255, 255, 255);
    height: 71px;
    width: 100%;
    border: 0;
    padding-left: 25px;
    padding-right: 125px;
    font-size: 16px;
    outline: none;


}

.contact-us .btn-yellow {
    position: absolute;
    right: 11px;
    top: 8px;
    border: 0;
    width: 110px;
}

.form-floating>label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 1rem 1.5rem;
    pointer-events: none;
    border: 1px solid transparent;
    transform-origin: 0 0;
    transition: opacity .1s ease-in-out, transform .1s ease-in-out;
    font-size: 18px;
    color: #717171;
}

.form-floating>.form-control,
.form-floating>.form-select {
    height: calc(3rem + 10px);
    padding: 1rem 1.5rem;
}

.banner .contact-us .email-control {
    border-radius: 35px;
    background-color: rgb(255, 255, 255);
    height: 56px;
    width: 100%;
    border: 0;
    padding-left: 25px;
    padding-right: 125px;
    font-size: 16px;
    outline: none;
}

/*-----------------
	 Slick Slider
-----------------------*/

.product-slider .slick-next:before,
.product-slider .slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    opacity: 1;
    color: #ffaa19;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.product-slider .slick-next,
.product-slider .slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 26px;
    display: block;
    width: 90px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    background: 0 0;
    z-index: 100;
}

.product-slider .slick-prev:before {
    content: '← PREV';
    font-size: 14px;
    font-family: "Poppins";
    font-weight: 500;
}

.product-slider .slick-next:before {
    content: 'NEXT→';
    font-size: 14px;
    font-family: "Poppins";
    font-weight: 500;
}

.product-slider .slick-prev {
    left: 85%;
}

.product-slider .slick-next {
    right: 0px;
}
.offer .slick-next, .offer .slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 110%;
    display: block;
    width: 35px;
    height: 35px;
    padding: 0;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    background: #e12468;
    border-radius: 50%;
    filter: drop-shadow(0px 6px 8px rgba(19, 29, 59, 0.2));
}
.offer .slick-next {
    right: 40%;
}
.offer .slick-prev {
    left: 40%;
}
.offer .slick-prev:before {
    background-image: url('../img/left-arroe.svg');
    content: '';
    background-size: 14px 14px;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
}
.offer .slick-next:before {
     background-image: url('../img/right-arrow.svg');
    content: '';
    background-size: 14px 14px;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
}
.offer .slick-next:before, .offer .slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: inherit;
    opacity: 1;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/*-----------------
	 Home
-----------------------*/

.banner {
    background: linear-gradient(90deg, #000000 0%, rgba(10, 14, 26, 0) 95.26%),url('../img/banner.svg');
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 150px;
    padding-bottom: 65px;
    margin-top: -92px;
    position: relative;
}
.brand-section {
    background: #000;
    margin-top: -4px;
    padding: 50px 0;
}
#brand .slick-track {
    display: flex;
    align-items: center;
}
#brand img{
margin: auto;
}

.About {
    margin-top: -162px;
    z-index: 100;
    position: relative;
    background-color: transparent;
}
.support ul li{
    display: block;
}
.support ul li a{
        padding: 8px 0;
    display: inline-block;
}
.selling img{
    height: 150px;
    width: 150px;
}
.engines .card p:after{
    content: '';
    background-image: url('../img/check.svg');
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 10px 10px;
    width: 10px;
    height: 10px;
        position: absolute;
    left: -14px;
    top: 4px;

}
.engines .card p{
    margin-left: 15px;
    position: relative;
}
.slick-slide {
    padding-left: 15px;
    padding-right: 15px;
    outline: none;
}
.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #e12468;
}

.slick-dots li button:before {
    font-family: slick;
    font-size: 55px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: #00000070;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots {
    position: absolute;
    bottom: -80px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.accordion_head {
        background-color: #e12468;
    color: white;
    cursor: pointer;
    font-family: arial;
    font-size: 12px;
    padding: 12px 30px 12px 12px;
    font-weight: 600;
    margin-bottom: 8px;
    position: relative;
}
.accordion_body {
    background: #fff;
    margin-bottom: 8px;
}
.accordion_head.bg-white {
    color: #e12468;
}
.accordion_body p {
    padding: 0px 20px 20px 20px;
    margin: 0px;
}
.plusminus {
   float: right;
    width: 20px;
    height: 20px;
    background-color: #fff;
    color: #e12468;
    text-align: center;
    border-radius: 50%;
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
    position: absolute;
    right: 4px;
    top: 12px;
}
#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(225 36 104);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top img {
    color: #fff;
    margin: 0;
    position: relative;
    left: 12px;
    top: 13px;
    width: 25px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover img {
    color: #fff;
    top: 5px;
}

/******** Footer ***************/
.top-bar {
    padding: 10px 0;
    position: relative;
    background-color: rgb(4 30 57);
}

.top-bar .social-icon a {
    width: 45px;
    height: 45px;
    display: inline-block;
    background-color: #ffffff21;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #ffffff00;
    color: #ffffff;
    border-radius: 50%;
    text-align: center;
    line-height: 45px;
    margin: 0 5px;
}

.top-bar .social-icon a:hover {
    background-color: #ffffff;
    color: #041e39;
}
 section#aboutss {
    background: #dfe5f0;
    padding-left: 90px !important;
    padding-right: 90px !important;
}

@media only screen and (max-width: 768px) {
 section#aboutss {
    background: #dfe5f0;
    padding-left: 10px !important;
    padding-right: 10px !important;
}
}

