@import url('../../css2');
@import url('../../css2-1');
:root{
    --black:#000000;
    --blue:#a1352e;
    --light-blue:#c7eafc;
    --white: #fff;
    --dark-blue:#a1352e;
}
body{
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #363636;
    background: var(--white);
    overflow-x: hidden !important;
}
h1, h2, h3, h4, h5, h6{
    font-family: "Oswald", sans-serif;
}
a{
    text-decoration: none;
}
section{
    padding: 50px 0;
}
.text-white{
    color: var(--white);
}
ul{
    list-style: none;
}
.fz-size{
    font-size: 22px !important;
}
.top-section {
    /* background: linear-gradient(173deg, rgba(5, 61, 112, 0.984) 21%, rgb(104, 238, 250) 66%); */
    background: var(--black);
    border-bottom: 1px #fff solid;
    /* padding: 10px 0; */
}

.top-left-content ul {
    list-style: none;
    margin-bottom: 0px;
    color: var(--white);
    margin-top: 8px;
}

.top-right-content ul {
    display: flex;
    list-style: none;
    margin-bottom: 0px;
    text-align: right;
}

.top-right-content ul li {
    display: inline-block;
    padding: 8px 10px 8px 0px;
    margin-right: 6px;
    font-size: 15px;
    /* font-weight: 600; */
}

.top-right-content {
    display: flex;
    justify-content: flex-end;
}

.top-right-content ul li a .fa-brands {
    font-size: 20px;
    width: 22px;
    height: 22px;
    text-align: center;
    line-height: 22px;
    border-radius: 50%;
    color: var(--white);
}

.top-right-content ul li a {
    color: var(--white);
}
.navbar{
    box-shadow: rgba(0, 0, 0, 0.356) 0px 3px 8px;
}
.navbar-nav .nav-item .nav-link {
    padding: 13px;
    color: var(--black);
    font-size: 17px;
    position: relative;
    display: block;
    
}
.nav-link::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(to right, #ac3932, #ac3932, #ab3831);
    z-index: 1;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.5s ease-in-out;
}

.nav-link:hover::before {
    transform: scaleX(1);
}

.dropdown-item:hover {
    color: var(--white);
    background: var(--blue);
}

.dropdown-item {
    font-size: 16px;
    padding: 10px 15px;
    font-weight: 600;
}

.nav-item:hover>.dropdown-menu {
    display: block !important;
}
/* button */
/* From Uiverse.io by niat786 */ 
.btn-1 {
    border: none;
    color: #fff;
    background-image: linear-gradient(30deg, #d2675f, #a12c25);;
    border-radius: 20px;
    background-size: 100% auto;
    font-family: inherit;
    font-size: 16px;
    padding: 7px 30px;
}
   
   .btn-1:hover {
    background-position: right center;
    background-size: 200% auto;
    -webkit-animation: pulse 2s infinite;
    animation: pulse512 1.5s infinite;
   }
   
   @keyframes pulse512 {
    0% {
     box-shadow: 0 0 0 0 var(--blue);
    }
   
    70% {
     box-shadow: 0 0 0 10px rgb(218 103 68 / 0%);
    }
   
    100% {
     box-shadow: 0 0 0 0 rgb(218 103 68 / 0%);
    }
   }
/* button */
/* about */
.sec-icon-1 {
    position: relative;
    display: inline-block;
    padding: 0;
    margin: 0 auto;
}
.sec-icon-1::before {
    content: "";
    position: absolute;
    height: 1.5px;
    margin-top: -5.5px;
    top: 60%;
    background: var(--blue);
    width: 50px;
}
.sec-icon-1::after {
    content: "";
    position: absolute;
    height: 1.5px;
    right: -55px;
    margin-top: -5.5px;
    top: 60%;
    background: var(--blue);
    width: 50px;
}


p.sec-icon-2 {
    text-align: center;
}

.sec-icon-1 .heading-line-icn {
    margin-left: 55px;
}
.heading-line-icn {
    height: 30px;
    width: 30px;
}
.about-content h2{
    font-size: 35px;
    font-weight: 700;
    color: var(--dark-blue);
}
.about-content p{
    font-size: 16px;
    line-height: 1.8;
   text-align: justify  ;
}
.about-us-img img{
    border-radius: 9px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}
.comfort {
    background-image: linear-gradient(30deg, #d2675f, #a12c25), url("../images/vission.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    -webkit-clip-path: polygon(0 20%, 100% 0, 100% 80%, 0% 100%);
    clip-path: polygon(0 20%, 100% 0, 100% 80%, 0% 100%);
    background-color: #ffffff;
    padding: 150px 0px;
}
.com-card {
    background: #f7efef;
    padding: 15px;
    border-radius: 9px;
    box-shadow: rgb(0 0 0 / 51%) 0px 10px 20px, rgba(4, 155, 243, 0.23) 0px 6px 6px;
    border: 2px solid #000000;
}
.com-card h3{
    font-size: 18px;
    margin-top: 10px;
    line-height: 1.5;
}
.com-card img{
    width: 50px;
}
.com-card p{
line-height: 1.8;
}
/* about */
/* why-us */
.choose-us-im{
    height: 70px;
    width: 70px;
  }
 .choose-us-card {
    background-image: linear-gradient(173deg, rgba(12, 12, 12, 0.644) 21%, rgba(15, 15, 15, 0.644) 66%),url("../images/whyus-card.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    /* width: 320px; */
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    padding: 20px;
    overflow: hidden;
    border-radius: 10px;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.320, 1);
    min-height: 280px;
  }
  .choose-us-title {
    font-size: 25px;
    text-shadow: 2px 2px #000000;
  }
  .choose-us-body{
    color: var(--white);
  }
.choose-us-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(-35deg, #cd6159 0%, #ae3b34 100%);
    /* z-index: -1; */
    transition: all 0.5s cubic-bezier(0.23, 1, 0.320, 1);
}
  .choose-us-outer{
    position: relative;
  }
  .choose-us-body{
    position: relative;
  }
  .choose-us-card:hover::before {
    height: 100%;
    color: var(--white);
  }
  
  .choose-us-card:hover {
    box-shadow: none;
    color: var(--white);
    position: relative;
  }
  .choose-us-card:hover #ci-1{
    content: url('../images/accumulator.png')!important;
  }
  .choose-us-card:hover #ci-2{
    content: url('../images/chassis.png')!important;
  }
  .choose-us-card:hover #ci-3{
    content: url('../images/budget.png')!important;
  }
  .choose-us-card:hover #ci-4{
    content: url('../images/hand.png')!important;
  }
  .choose-us-card:hover #ci-5{
    content: url('../images/hi-speed.png')!important;
  }
  .choose-us-card:hover #ci-6{
    content: url('../images/growth-arrow.png')!important;
  }
/* why-us */
/* product */
.product{
    background-image: url("../images/product-bg.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 70px 0;
}
.product-c{
    border: 1px solid #68646471;
    border-radius: 9px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.product-c img{
border-top-left-radius: 9px;
border-top-right-radius: 9px;
}
.product-c h4{
    font-size: 17px;
    font-weight: 600;
    color: var(--black);
    margin-bottom: 10px;
}
/* product */
/* feature */
.feature img{
    width: 100%;
    max-width: 250px;   
}
.feature{
    background:#a5a4a4;
    padding: 15px;
    margin: 7px;
    border: 1px solid #5e5c5cb6;
}
.all-header h2{
    color: var(--dark-blue);
}
.outer-form {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    padding: 20px 40px;
    background-image: url("../images/contact-us.jpg");
    /* background-color: #787a7a4f; */
    color: var(--white);
}
.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--black);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border-radius: var(--blue);
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
/* feature */
/* footer */
.footer {
    background-image:linear-gradient(173deg, rgba(12, 12, 12, 0.644) 21%, rgba(15, 15, 15, 0.644) 66%), url('../images/footer-bg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 45px 0px 30px 0;
}
.d-flex {
    display: flex!important;
}

.quick-link h5 {
    font-weight: 700;
    font-size: 25px;
    color: #ffffff;
    margin: 30px 0px;
}
.quick-link ul {
    padding: 0px;
}
.quick-link a {
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    color: var(--white);
    line-height: 35px;
}
.right-icon {
    height: 18px;
    width: 18px;
    margin: 0px 5px;
}
.info-icon {
    height: 25px;
    width: 25px;
    margin: 0px 5px;
}
.info-inner {
    display: flex;
    align-items: flex-start;
}
.info-inner li {
    color: var(--white);
    margin-bottom: 20px;
    /* font-weight: 600; */
}
.txt-f p {
    font-size: 15px;
    color: var(--white);
    font-weight: 500;
}
.social-icon .fa-brands {
    margin-right: 10px;
    font-size: 25px;
    color: var(--light-blue);
}
.copyright {
    /* background: linear-gradient(190deg, rgba(45, 26, 134, 0.9836309523809523) 15%, rgba(8, 180, 194, 1) 66%); */
    background: var(--black);
    color: var(--white);
    text-align: center;
    padding: 15px 0px;
    font-size: 16px;
}
.copyright a {
    color: var(--white);
    text-decoration: none;
}
/* footer */
@media (max-width:600px){
    .comfort {
        -webkit-clip-path: polygon(0 20%, 100% 0, 100% 80%, 0% 100%);
        clip-path: none;
        background-color: #ffffff;
        padding: 50px 0px;
    }
    .form-flex {
        display: block !important;
        width: 100% !important;
    }
    .frm-cntct {
        padding: 10px !important;
    }
    .contact-info-sec {
        width: 100%!important;
        margin-left: 0px !important;
    }
    .contact-form-sec {
        width: 100% !important;
    }

}
.slick-slide {
    margin: 0px 20px;
}

/* .slick-slide img {
    width: 100%;
} */
.slide-img{
    border: 1px solid #9e9b9ba2;
    border-radius: 9px;
}
.slide-img img{
    border-radius: 9px;
}
.about-content table {
    width: 100%;
}
.about-content table td {
    border: 1.5px #0595f594 solid;
    font-size: 15px;
    color: var(--black);
    padding: 5px 15px;
}

.inner-banner {
    text-align: center;
    height: 400px;
    /* display: flex; */
    align-content: center;
    align-items: center;
}

.inner-banner h2 {
    font-size: 55px;
    font-weight: 500;
    color: #ffffff;
}

.inner-banner p,a {
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
}

.inner-banner a:hover {
    color: #a1352e;
}
/* contact-page */
.contact-form {
    padding: 50px 0;
}
.form-flex {
    display: flex;
}
.contact-form-sec {
    width: 900px;
    width: 1000px;
    z-index: 0;
    position: relative;
}
.frm-cntct {
    background-image: url('../images/product-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 40px 240px 50px 40px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}
.contact-heading {
    padding-bottom: 25px;
}
.detail-flex {
    display: flex;
    color: #fff;
}
.contact-info-sec {
    width: 400px;
    width: 492px;
    z-index: 0;
    margin-top: 40px;
    margin-left: -200px;
    /* position: absolute; */
}
.detail {
    background-image: linear-gradient(rgb(159 44 37 / 68%), rgb(160 45 39 / 68%)), url(../images/contact-p.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
    padding: 20px;
}
.detail h1 {
    color: #fff;
    padding: 20px 30px 10px;
    font-size: 32px;
    margin-bottom: 20px;
}
.d-icon {
    height: 30px;
    width: 30px;
    margin-left: 20px;
    margin-top: 10px;
}
.detail-flex p {
    color: #fff;
    font-size: 15px;
    padding: 12px 20px;
    margin-bottom: 1px;
}
.detail-flex-icon {
    display: flex;
    align-items: flex-start;
    margin: 10px 25px;
    padding-bottom: 30px;
}
.detail h5 {
    color: #fff;
    padding: 10px 30px;
    font-size: 25px;
}
.form-control {
    display: block;
    width: 100%;
    padding: 15px 0.75rem;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
    /* color: var(--black-grey); */
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #f3f6f8dc;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.social-icon {
    height: 27px;
    width: 27px;
    margin-left: 10px;
}
/* contact-page */
#product-detail-section {
    margin: 45px 0px;
}

#product-detail-section .carousel-indicators button.thumbnail {
    width: 100px;
}

#product-detail-section .carousel-indicators button.thumbnail:not(.active) {
    opacity: 0.7;
}

#product-detail-section .carousel-indicators {
    position: static;
}
.about-content table th {
    background: var(--dark-blue);
    color: #fff;
    padding: 7px 15px;
    font-size: 20px;
    text-align: center;
    font-weight: 500;
}
.about-us-img .carousel-item img{
        border-radius: 9px;
        box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
    }
.custom-note p{
    font-size: 25px;
    font-weight: 600;
    color: var(--white);
    text-shadow: 1px 1px var(--blue);
    margin-bottom: 0;
}
.custom-note {
    background: var(--dark-blue);
    padding: 7px 10px;
border-radius: 9px;
box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}


/*seo page css*/

.about-content h1{
    font-size: 35px;
}

.product-content p{
    line-height: 28px;
    margin-top: 15px;
    text-align: justify;
}
 .sidecontent h2{
    margin-top: 104px;
}
.sidecontent ul li{
    line-height: 28px;
    text-align: justify;
}

.thank-you-img img{
    width: 60px;
}


@media only screen and (max-width:600px) {
    #product-detail-section {
        margin: 20px 0px;
    }
    .inner-banner {
    text-align: center;
    height: 200px;
    /* display: flex; */
    align-content: center;
    align-items: center;
}
.inner-banner h2 {
    font-size: 35px;
    font-weight: 500;
    color: #ffffff;
}

.inner-banner p, a {
    font-size: 14px!important;
    font-weight: 500;
    color: #ffffff;
}
}

@media screen and (min-width: 625px) and (max-width: 768px) {
    #product-detail-section {
        margin: 20px 0px;
    }
    .about-content h1 {
        font-size: 32px;
    }
}
@media screen and (min-width: 800px) and (max-width: 1024px) {

    element.style {
    }
    .about-content h1 {
        font-size: 32px;
    }
}