.green-btn,
.contact-page-container .content .form-part form .btn {
    background-color: #1A644B;
    color: #fff;
}

.green-btn:hover,
.contact-page-container .content .form-part form .btn:hover {
    background-color: #15503c;
    color: #fff;
    transition: all .5s ease-in-out;
}

.yellow-btn,
.first-banner-container .first-banner-button a,
.second-banner-container .row .btn,
footer .footer-sub-and-social .input-group .input-group-append button {
    background-color: #E8C43A;
    color: #fff;
}

.yellow-btn:hover,
.first-banner-container .first-banner-button a:hover,
.second-banner-container .row .btn:hover,
footer .footer-sub-and-social .input-group .input-group-append button:hover {
    background-color: #e5bd23;
    color: #fff;
    transition: all .5s ease-in-out;
}

.page-nav-container {
    background-color: transparent;
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.15);
}

@media (max-width: 768px) {
    .page-nav-container {
        top: 2%;
        height: 4em;
        padding-top: 2%;
    }
}

.page-nav-container .navbar {
    padding: 0;
}

.page-nav-container .navbar .navbar-brand {
    color: #1A644B;
}

.page-nav-container .navbar .navbar-toggler {
    line-height: 1.5em;
    outline: none;
    border: none;
    box-shadow: none;
}

.page-nav-container .navbar .navbar-toggler i {
    color: #1A644B;
}

.page-nav-container .navbar ul {
    margin-right: auto !important;
}

@media (max-width: 768px) {
    .page-nav-container .navbar ul {
        background-color: #fff;
        position: absolute;
        width: 100%;
        top: 57px;
        z-index: 111;
    }
}

.page-nav-container .navbar ul .active {
    background-color: #E8C43A;
    color: #333;
}

.page-nav-container .navbar ul li {
    padding: 1em;
    position: relative;
}

@media (max-width: 768px) {
    .page-nav-container .navbar ul li {
        padding-top: 0.5em;
        padding-bottom: 0.5em;
    }
}

.page-nav-container .navbar ul li a {
    color: #333;
    position: relative;
    border: none;
    box-shadow: none;
    outline: none;
}

@media (max-width: 768px) {
    .page-nav-container .navbar ul li a {
        outline: none;
        border: none;
        box-shadow: none;
    }
}

.page-nav-container .navbar ul li:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scaleY(0);
    transform-origin: right center;
    background: #E8C43A;
    z-index: -1;
    transition: transform 0.3s;
}

.page-nav-container .navbar ul li:hover::after {
    transform: scaleY(1);
}

.lang-btn {
    color: #333;
    outline: none;
    border: none;
    box-shadow: none;
    line-height: 3.8em;
}

@media(max-width: 768px) {
    .lang-btn {
        text-align: start;
        padding-left: 1em;
        padding-right: 1em;
    }
}

.page-nav-container .navbar .lang-btn:hover {
    color: #E8C43A;
}

.products-page-container {
    padding-top: 4%;
    padding-bottom: 4%;
    justify-content: center;
    text-align: center;
}

@media (max-width: 576px) {
    .products-page-container {
        padding-top: 10%;
        padding-bottom: 10%;
    }
}

.products-page-container .products-page-container-head {
    text-align: center;
}

.products-page-container .products-page-container-head h1 {
    color: #1A644B;
    width: fit-content;
    margin: auto;
}

.products-page-container .products-page-container-head h1::before {
    content: url(imgs/gears-ar.svg);
    margin: 0.5em;
    vertical-align: middle;
}

.products-page-container .products-page-container-head h1::after {
    content: "";
    border-bottom: 5px solid #E8C43A;
    position: absolute;
    /* border: 0; */
    width: 67px;
    height: 70px;
    right: 49%;
}

@media (max-width: 1024px) {
    .products-page-container .products-page-container-head h1::after {
        right: 48.5%;
    }
}

@media (max-width: 768px) {
    .products-page-container .products-page-container-head h1::after {
        right: 48.5%;
    }
}

@media (max-width: 576px) {
    .products-page-container .products-page-container-head h1::after {
        right: 48.5%;
    }
}

.products-page-container .products {
    margin-top: 5%;
    position: relative;
    justify-content: start;
}

@media (max-width: 768px) {
    .products-page-container .products {
        margin-top: 5%;
    }
}

@media (max-width: 576px) {
    .products-page-container .products {
        margin-top: 10%;
    }
}

.products-page-container .products .product {
    margin-bottom: 1.5em;
}

.products-page-container .products .product-container {
    text-align: center;
    background: #F3F7F6;
    padding-bottom: 1.5em;
    cursor: pointer;
    border-radius: 5px;
}

.products-page-container .products .product-container:hover {
    transform: scale(1.05);
    transition: all 0.5s ease-in-out;
}

.products-page-container .products .product-container img {
    width: 90%;
    margin: auto;
    display: block;
    height: 200px;
}

.products-page-container .products .product-container .product-name {
    font-size: 1em;
    color: #1A644B;
    display: block;
    width: 100%;
    font-weight: 600;
    height: 60px;
    border-bottom: 1px solid #e8c33b47;
    padding-bottom: 21px;
    padding-top: 1%;
}

.products-page-container .products .product-container .car-type {
    color: #333;
    display: block;
    width: 100%;
    margin: 0;
}

.brands-page-container {
    padding-top: 4%;
    padding-bottom: 4%;
}

@media (max-width: 576px) {
    .brands-page-container {
        padding-top: 10%;
        padding-bottom: 10%;
    }
}

.brands-page-container .brands-page-container-head {
    text-align: center;
}

.brands-page-container .brands-page-container-head h1 {
    color: #1A644B;
    width: fit-content;
    margin: auto;
}

.brands-page-container .brands-page-container-head h1::before {
    content: url(imgs/gears-ar.svg);
    margin: 0.5em;
    vertical-align: middle;
}

.brands-page-container .brands-page-container-head h1::after {
    content: "";
    border-bottom: 5px solid #E8C43A;
    position: absolute;
    /* border: 0; */
    width: 67px;
    height: 70px;
    right: 46%;
}

@media (max-width: 1024px) {
    .brands-page-container .brands-page-container-head h1::after {
        right: 42.5%;
    }
}

@media (max-width: 768px) {
    .brands-page-container .brands-page-container-head h1::after {
        right: 42.5%;
    }
}

@media (max-width: 576px) {
    .brands-page-container .brands-page-container-head h1::after {
        right: 36.5%;
    }
}

.brands-page-container .brands {
    margin-top: 3%;
    position: relative;
    justify-content: start;
}

@media (max-width: 768px) {
    .brands-page-container .brands {
        margin-top: 5%;
    }
}

@media (max-width: 576px) {
    .brands-page-container .brands {
        margin-top: 10%;
    }
}

.brands-page-container .brands .brand {
    margin-bottom: 1.5em;
}

.brands-page-container .brands .brand-container {
    text-align: center;
    padding: 1em;
    justify-content: center;
    cursor: pointer;
    border-radius: 5px;
}

.brands-page-container .brands .brand-container:hover {
    transform: scale(1.05);
    transition: all 0.5s ease-in-out;
}

.brands-page-container .brands .brand-container .brand-name {
    font-size: 1.2em;
    color: #1A644B;
    display: block;
    width: 100%;
    font-weight: 600;
    margin-bottom: 0.5em;
    text-align: center;
}

.brands-page-container .brands .brand-container .brand-img-div {
    width: 100%;
    margin: auto;
    display: block;
    height: 10em;
}

.brands-page-container .brands .brand-container .brand-img-div img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.vehicles-page-container {
    padding-top: 4%;
    padding-bottom: 4%;
}

@media (max-width: 576px) {
    .vehicles-page-container {
        padding-top: 10%;
        padding-bottom: 10%;
    }
}

.vehicles-page-container .vehicles-page-container-head {
    text-align: center;
}

.vehicles-page-container .vehicles-page-container-head h1 {
    color: #1A644B;
    width: fit-content;
    margin: auto;
}

.vehicles-page-container .vehicles-page-container-head h1::before {
    content: url(imgs/gears-ar.svg);
    margin: 0.5em;
    vertical-align: middle;
}

.vehicles-page-container .vehicles-page-container-head h1::after {
    content: "";
    border-bottom: 5px solid #E8C43A;
    position: absolute;
    /* border: 0; */
    width: 67px;
    height: 70px;
    right: 49%;
}

@media (max-width: 1024px) {
    .vehicles-page-container .vehicles-page-container-head h1::after {
        right: 48.5%;
    }
}

@media (max-width: 768px) {
    .vehicles-page-container .vehicles-page-container-head h1::after {
        right: 48.5%;
    }
}

@media (max-width: 576px) {
    .vehicles-page-container .vehicles-page-container-head h1::after {
        right: 48.5%;
    }
}

.vehicles-page-container .vehicles {
    margin-top: 5%;
    position: relative;
    justify-content: start;
}

@media (max-width: 768px) {
    .vehicles-page-container .vehicles {
        margin-top: 5%;
    }
}

@media (max-width: 576px) {
    .vehicles-page-container .vehicles {
        margin-top: 10%;
    }
}

.vehicles-page-container .vehicles .vehicle {
    margin-bottom: 2em;
}

.vehicles-page-container .vehicles .vehicle-container {
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
}

.vehicles-page-container .vehicles .vehicle-container:hover {
    transform: scale(1.05);
    transition: all 0.5s ease-in-out;
}

.vehicles-page-container .vehicles .vehicle-container .vehicle-img-div {
    width: 90%;
    margin: auto;
    display: block;
    border-radius: 5px;
}

.vehicles-page-container .vehicles .vehicle-container .vehicle-img-div img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 5px;
}

.vehicles-page-container .vehicles .vehicle-container .vehicle-name {
    margin-top: 1em;
    font-size: 1.2em;
    color: #1A644B;
    display: block;
    width: 100%;
    font-weight: 600;
    margin-bottom: 0.5em;
}

.news-page-container {
    padding-top: 4%;
    padding-bottom: 4%;
}

@media (max-width: 576px) {
    .news-page-container {
        padding-top: 10%;
        padding-bottom: 10%;
    }
}

.news-page-container .news-page-container-head {
    text-align: center;
}

.news-page-container .news-page-container-head h1 {
    color: #1A644B;
    width: fit-content;
    margin: auto;
}

.news-page-container .news-page-container-head h1::before {
    content: url(imgs/gears-ar.svg);
    margin: 0.5em;
    vertical-align: middle;
}

.news-page-container .news-page-container-head h1::after {
    content: "";
    border-bottom: 5px solid #E8C43A;
    position: absolute;
    /* border: 0; */
    width: 60px;
    height: 70px;
    right: 50.5%;
}

@media (max-width: 1024px) {
    .news-page-container .news-page-container-head h1::after {
        right: 51%;
    }
}

@media (max-width: 768px) {
    .news-page-container .news-page-container-head h1::after {
        right: 51.5%;
    }
}

@media (max-width: 576px) {
    .news-page-container .news-page-container-head h1::after {
        right: 53.5%;
    }
}

.news-page-container .all-news {
    margin-top: 5%;
    position: relative;
    justify-content: start;
}

@media (max-width: 768px) {
    .news-page-container .all-news {
        margin-top: 5%;
    }
}

@media (max-width: 576px) {
    .news-page-container .all-news {
        margin-top: 10%;
    }
}

.news-page-container .all-news .latest-news-swiper-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.news-page-container .all-news .news {
    text-align: start;
    /* Center slide text vertically */
    display: flex;
    justify-content: start;
    align-items: start;
    padding-bottom: 1.5em;
    cursor: pointer;
    border-radius: 5px;
    margin-bottom: 1em;
}

.news-page-container .all-news .news .news-card {
    width: 100%;
    border-radius: 10px;
    border-bottom-left-radius: 35px;
    background-color: #fff;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.06);
}

.news-page-container .all-news .news .news-card .news-img-div {
    width: 100%;
    margin: auto;
    display: block;
    height: 15em;
    overflow: hidden;
}

.news-page-container .all-news .news .news-card .news-img-div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 35px;
}

.news-page-container .all-news .news .news-card .news-content {
    padding: 1em;
}

.news-page-container .all-news .news .news-card .news-content .date {
    font-size: 0.9em;
    color: #707070;
    margin: 0;
}

.news-page-container .all-news .news .news-card .news-content h4 {
    color: #1A644B;
    margin-top: 0.2em;
    margin-bottom: 0.5em;
}

.news-page-container .all-news .news .news-card .news-content .news-text {
    color: #333;
    line-height: 1.7em;
    height: 10em;
    overflow: hidden;
}

.news-page-container .all-news .news .news-card .news-content a {
    text-decoration: none;
    color: #E8C43A;
}

.news-page-container .all-news .news .news-card .news-content a:hover {
    color: #e5bd23;
    transition: all 0.5s ease-in-out;
}

.news-details-container {
    padding-top: 2%;
    padding-bottom: 2%;
}

@media (max-width: 576px) {
    .news-details-container {
        padding-top: 10%;
        padding-bottom: 10%;
    }
}

.news-details-container .breadcrumb {
    background-color: transparent;
}

.news-details-container .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "/";
    margin-left: 0.5em;
}

.news-details-container .breadcrumb .breadcrumb-item a {
    text-decoration: none;
    color: #E8C43A;
}

.news-details-container .news-details-img .img-container {
    width: 100%;
    height: 35em;
}

@media (max-width: 576px) {
    .news-details-container .news-details-img .img-container {
        height: 17em;
    }
}

.news-details-container .news-details-img .img-container img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
}

.news-details-container .news-details-text {
    margin-top: 2%;
}

@media (max-width: 576px) {
    .news-details-container .news-details-text {
        margin-top: 5%;
    }
}

.news-details-container .news-details-text .news-details-date {
    color: #707070;
    text-align: start;
}

.news-details-container .news-details-text .news-details-title {
    color: #1A644B;
    text-align: start;
}

.news-details-container .news-details-text .news-details-body {
    text-align: start;
    margin-top: 1em;
    width: 90%;
    line-height: 2em;
    color: #333;
}

@media (max-width: 576px) {
    .news-details-container .news-details-text .news-details-body {
        width: 95%;
    }
}

.contact-page-container {
    padding-right: 0;
    padding-left: 0;
    padding-top: 4%;
    overflow: hidden;
}

@media (max-width: 576px) {
    .contact-page-container {
        padding-top: 10%;
    }
}

.contact-page-container .contact-page-container-head {
    text-align: center;
}

.contact-page-container .contact-page-container-head h1 {
    color: #1A644B;
    width: fit-content;
    margin: auto;
}

.contact-page-container .contact-page-container-head h1::before {
    content: url(imgs/gears-ar.svg);
    margin: 0.5em;
    vertical-align: middle;
}

.contact-page-container .contact-page-container-head h1::after {
    content: "";
    border-bottom: 5px solid #E8C43A;
    position: absolute;
    /* border: 0; */
    width: 60px;
    height: 70px;
    right: 49.5%;
}

@media (max-width: 1024px) {
    .contact-page-container .contact-page-container-head h1::after {
        right: 49%;
    }
}

@media (max-width: 768px) {
    .contact-page-container .contact-page-container-head h1::after {
        right: 49.5%;
    }
}

@media (max-width: 576px) {
    .contact-page-container .contact-page-container-head h1::after {
        right: 49.5%;
    }
}

.contact-page-container .content {
    margin-top: 3%;
    position: relative;
    justify-content: start;
}

@media (max-width: 768px) {
    .contact-page-container .content {
        margin-top: 5%;
    }
}

@media (max-width: 576px) {
    .contact-page-container .content {
        margin-top: 10%;
    }
}

.contact-page-container .content .form-part {
    padding: 2em;
}

@media (max-width: 576px) {
    .contact-page-container .content .form-part {
        padding: 1em;
    }
}

.contact-page-container .content .form-part form .form-group {
    margin-bottom: 1em;
}

.contact-page-container .content .form-part form input {
    border: none;
    outline: none;
    box-shadow: none;
    color: #333;
    background-color: #F3F7F6;
    padding-top: 1em;
    padding-bottom: 1em;
    text-indent: 1em;
    border-radius: 63px;
}

.contact-page-container .content .form-part form small {
    margin-inline-start: 2em;
    color: red;
    margin-top: 0.7em;
}

.contact-page-container .content .form-part form textarea {
    border: none;
    outline: none;
    box-shadow: none;
    color: #333;
    background-color: #F3F7F6;
    padding-top: 1em;
    padding-bottom: 1em;
    text-indent: 1em;
    border-radius: 40px;
    resize: none;
    height: 14em;
    padding: 1em;
}

.contact-page-container .content .form-part form .btn {
    box-shadow: none;
    border: none;
    outline: none;
    color: #fff;
    box-shadow: none;
    padding-top: .7em;
    padding-bottom: .7em;
    border-radius: 34px;
    margin-top: 2em;
}

.contact-page-container .content .info-part {
    padding: 1em;
}

.contact-page-container .content .info-part .part {
    padding: 1em;
}

.contact-page-container .content .info-part .part .part-content {
    background-color: #F3F7F6;
    border-radius: 10px;
    text-align: center;
    justify-content: center;
    padding-top: 2em;
    padding-bottom: 2em;
    padding-right: 0.5em;
    padding-left: 0.5em;
}

.contact-page-container .content .info-part .part .part-content img {
    width: 10%;
    margin: auto;
}

.contact-page-container .content .info-part .part .part-content p {
    margin-top: 1em;
    color: #333;
    overflow-wrap: break-word;
}

.contact-page-container .map {
    height: 40em;
    margin-top: 2em;
    overflow: hidden;
}

@media (max-width: 1024px) {
    .contact-page-container .map {
        height: 30em;
    }
}

.contact-page-container .map img {
    width: 100%;
    object-fit: cover;
}

* {
    margin: 0;
    padding: 0;
}

body {
    direction: rtl;
    font-family: "Cairo", sans-serif;
}

.nav-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 111;
}

@media (max-width: 768px) {
    .nav-container {
        top: 0%;
    }
}

.nav-container .navbar {
    padding: 0;
}

.nav-container .navbar .navbar-brand {
    color: #fff;
}

.nav-container .navbar .navbar-toggler {
    line-height: 1.5em;
    outline: none;
    border: none;
    box-shadow: none;
    background: #163f38;
}

.nav-container .navbar .navbar-toggler i {
    color: #fff;
}

.nav-container .navbar ul {
    margin-right: auto !important;
}

@media (max-width: 768px) {
    .nav-container .navbar ul {
        background-color: rgb(230 230 230 / 97%);
        z-index: -2;
        position: absolute;
        width: 100%;
    }
}

.nav-container .navbar ul .active {
    background-color: #E8C43A;
    color: #fff;
}

.nav-container .navbar ul li {
    padding: 1em;
    position: relative;
}

@media (max-width: 768px) {
    .nav-container .navbar ul li {
        padding-top: 0.5em;
        padding-bottom: 0.5em;
    }
}

.nav-container .navbar ul li a {
    color: #fff;
    position: relative;
    border: none;
    outline: none;
    box-shadow: none;
}

@media (max-width: 768px) {
    .nav-container .navbar ul li a {
        outline: none;
        border: none;
        box-shadow: none;
    }
}

.nav-container .navbar ul li:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scaleY(0);
    transform-origin: right center;
    background: #E8C43A;
    z-index: -1;
    transition: transform 0.3s;
}

.nav-container .navbar ul li:hover::after {
    transform: scaleY(1);
}

.nav-container .navbar .lang-btn {
    color: #fff;
    outline: none;
    border: none;
    box-shadow: none;
}

.nav-container .navbar .lang-btn:hover {
    color: #E8C43A;
}

.header {
    padding: 0;
    position: relative;
    justify-content: center;
    text-align: center;
    align-items: center;
}

.header video {
    width: 100%;
    filter: brightness(0.5);
    height: 100vh;
    object-fit: cover;
}

.header .head-content {
    position: absolute;
    z-index: 11;
    text-align: center;
    justify-content: center;
    right: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

@media (max-width: 576px) {
    .header .head-content {
        width: 90%;
        margin: auto;
        right: 4%;
        top: 38%;
        left: unset;
        transform: unset;
    }
}

.header .head-content .head-content-title {
    color: #fff;
    font-size: 4em;
    margin-bottom: 0.2em;
}

@media (max-width: 576px) {
    .header .head-content .head-content-title {
        font-size: 3em;
    }
}

.header .head-content .head-content-description {
    color: #fff;
    font-size: 1.5em;
}

@media (max-width: 576px) {
    .header .head-content .head-content-description {
        font-size: 1em;
    }
}

.why-us-container {
    padding-top: 4%;
    padding-bottom: 4%;
}

@media (max-width: 576px) {
    .why-us-container {
        padding-top: 10%;
        padding-bottom: 10%;
    }
}

.why-us-container .why-us-head {
    text-align: center;
}

.why-us-container .why-us-head h1 {
    color: #1A644B;
    width: fit-content;
    margin: auto;
}

.why-us-container .why-us-head h1::before {
    content: url(imgs/gears-ar.svg);
    margin: 0.5em;
    vertical-align: middle;
}

.why-us-container .why-us-head h1::after {
    content: "";
    border-bottom: 5px solid #E8C43A;
    position: absolute;
    /* border: 0; */
    width: 150px;
    height: 70px;
    right: 44%;
}

@media (max-width: 1024px) {
    .why-us-container .why-us-head h1::after {
        right: 39.5%;
    }
}

@media (max-width: 768px) {
    .why-us-container .why-us-head h1::after {
        right: 37.5%;
    }
}

@media (max-width: 576px) {
    .why-us-container .why-us-head h1::after {
        right: 30.5%;
    }
}

.why-us-container .why-us-content {
    margin-top: 2%;
    padding: 1.5em;
}

.why-us-container .why-us-content .why-card {
    cursor: pointer;
    display: flex;
    margin-bottom: 1em;
}

.why-us-container .why-us-content .why-card:hover {
    background-color: #fff;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.06);
    border-radius: 5px;
    transform: scale(1.05);
    transition: all 0.5s ease-in-out;
}

.why-us-container .why-us-content .why-card:hover .why-card-img .green {
    display: none;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.why-us-container .why-us-content .why-card:hover .why-card-img .white {
    display: unset;
    opacity: 1;
    transition: all 0.5s ease-in-out;
}

.why-us-container .why-us-content .why-card .why-card-img {
    display: inline-block;
    width: 35%;
    padding: 1em;
}

.why-us-container .why-us-content .why-card .why-card-img img {
    width: 90%;
    margin: auto;
}

.why-us-container .why-us-content .why-card .why-card-img .white {
    display: none;
    opacity: 0;
}

.why-us-container .why-us-content .why-card .why-card-text {
    display: inline-block;
    width: 80%;
    padding: .5em;
}

.why-us-container .why-us-content .why-card .why-card-text h5 {
    color: #1A644B;
    font-weight: 600;
}

.why-us-container .why-us-content .why-card .why-card-text p {
    color: #707070;
    text-align: justify;
}

.counter-container {
    height: 350px;
    background-image: url(imgs/parallex-bg.jpg);
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    padding-top: 4%;
    padding-bottom: 4%;
    background-size: 100%;
}

@media (max-width: 1024px) {
    .counter-container {
        height: 300px;
    }
}

@media (max-width: 768px) {
    .counter-container {
        height: 480px;
    }
}

@media (max-width: 576px) {
    .counter-container {
        height: 950px;
        padding-top: 12%;
        padding-bottom: 12%;
        background-repeat: initial;
    }
}

.counter-container .counter-part {
    text-align: center;
    justify-content: center;
}

@media (max-width: 768px) {
    .counter-container .counter-part {
        margin-bottom: 2em;
    }
}

.counter-container .counter-part img {
    display: block;
    margin: auto;
}

.counter-container .counter-part span {
    color: #fff;
    font-size: 4em;
    display: block;
}

@media (max-width: 1024px) {
    .counter-container .counter-part span {
        font-size: 3em;
    }
}

.counter-container .counter-part .text {
    color: white;
    font-size: 1.2em;
}

.products-container {
    padding-top: 4%;
    padding-bottom: 4%;
}

@media (max-width: 576px) {
    .products-container {
        padding-top: 10%;
        padding-bottom: 10%;
    }
}

.products-container .products-container-head {
    text-align: center;
}

.products-container .products-container-head h1 {
    color: #1A644B;
    width: fit-content;
    margin: auto;
}

.products-container .products-container-head h1::before {
    content: url(imgs/gears-ar.svg);
    margin: 0.5em;
    vertical-align: middle;
}

.products-container .products-container-head h1::after {
    content: "";
    border-bottom: 5px solid #E8C43A;
    position: absolute;
    /* border: 0; */
    width: 67px;
    height: 70px;
    right: 49%;
}

@media (max-width: 1024px) {
    .products-container .products-container-head h1::after {
        right: 48.5%;
    }
}

@media (max-width: 768px) {
    .products-container .products-container-head h1::after {
        right: 48.5%;
    }
}

@media (max-width: 576px) {
    .products-container .products-container-head h1::after {
        right: 48.5%;
    }
}

.products-container .products-slider {
    margin-top: 3%;
    position: relative;
}

@media (max-width: 768px) {
    .products-container .products-slider {
        margin-top: 5%;
    }
}

@media (max-width: 576px) {
    .products-container .products-slider {
        margin-top: 10%;
    }
}

.products-container .products-slider .products-swiper-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.products-container .products-slider .swiper-slide {
    text-align: center;
    background: #F3F7F6;
    /* Center slide text vertically */
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 1.5em;
    cursor: pointer;
    border-radius: 5px;
}

.products-container .products-slider .swiper-slide img {
    width: 90%;
    margin: auto;
    display: block;
    height: 200px;
}

.products-container .products-slider .swiper-slide .product-name {
    font-size: 1em;
    color: #1A644B;
    display: block;
    width: 100%;
    font-weight: 600;
    height: 50px;
    border-bottom: 1px solid #e8c33b4d;
}

.products-container .products-slider .swiper-slide .car-type {
    color: #333;
    display: block;
    width: 100%;
    margin: 0;
}

.first-banner-container {
    height: 250px;
    background-image: url(imgs/parallex-bg2.jpg);
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    padding-top: 4%;
    padding-bottom: 4%;
    background-size: 100%;
}

@media (max-width: 1024px) {
    .first-banner-container {
        height: 265px;
    }
}

@media (max-width: 768px) {
    .first-banner-container {
        height: 276px;
        padding-top: 8%;
        padding-bottom: 8%;
        background-repeat: initial;
    }
}

@media (max-width: 576px) {
    .first-banner-container {
        height: 350px;
        padding-top: 18%;
        padding-bottom: 18%;
        background-repeat: initial;
    }
}

.first-banner-container .first-banner-text p {
    color: #fff;
    font-size: 3em;
    text-align: start;
}

@media (max-width: 768px) {
    .first-banner-container .first-banner-text p {
        font-size: 2.5em;
    }
}

@media (max-width: 576px) {
    .first-banner-container .first-banner-text p {
        font-size: 2em;
        text-align: center;
        margin-bottom: 1em;
    }
}

.first-banner-container .first-banner-button {
    justify-content: center;
    text-align: center;
    display: flex;
    align-self: center;
}

.first-banner-container .first-banner-button a {
    width: 10em;
    height: 3em;
    border-radius: 32px;
    font-size: 1.2em;
    line-height: 2em;
}

.vehicles-container {
    padding-top: 4%;
    padding-bottom: 4%;
}

@media (max-width: 576px) {
    .vehicles-container {
        padding-top: 10%;
        padding-bottom: 10%;
    }
}

.vehicles-container .vehicles-container-head {
    text-align: center;
}

.vehicles-container .vehicles-container-head h1 {
    color: #1A644B;
    width: fit-content;
    margin: auto;
}

.vehicles-container .vehicles-container-head h1::before {
    content: url(imgs/gears-ar.svg);
    margin: 0.5em;
    vertical-align: middle;
}

.vehicles-container .vehicles-container-head h1::after {
    content: "";
    border-bottom: 5px solid #E8C43A;
    position: absolute;
    /* border: 0; */
    width: 67px;
    height: 70px;
    right: 49%;
}

@media (max-width: 1024px) {
    .vehicles-container .vehicles-container-head h1::after {
        right: 48.5%;
    }
}

@media (max-width: 768px) {
    .vehicles-container .vehicles-container-head h1::after {
        right: 48.5%;
    }
}

@media (max-width: 576px) {
    .vehicles-container .vehicles-container-head h1::after {
        right: 48.5%;
    }
}

.vehicles-container .vehicles-slider {
    margin-top: 3%;
    position: relative;
}

@media (max-width: 768px) {
    .vehicles-container .vehicles-slider {
        margin-top: 5%;
    }
}

@media (max-width: 576px) {
    .vehicles-container .vehicles-slider {
        margin-top: 10%;
    }
}

.vehicles-container .vehicles-slider .vehicles-swiper-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.vehicles-container .vehicles-slider .swiper-slide {
    text-align: center;
    /* Center slide text vertically */
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1em;
    padding-bottom: 1.5em;
    cursor: pointer;
    border-radius: 5px;
}

.vehicles-container .vehicles-slider .swiper-slide:hover {
    transform: scale(1.05);
    transition: all 0.5s ease-in-out;
}

.vehicles-container .vehicles-slider .swiper-slide .vehicle-img-div {
    width: 90%;
    margin: auto;
    display: block;
    border-radius: 5px;
}

.vehicles-container .vehicles-slider .swiper-slide .vehicle-img-div img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 5px;
}

.vehicles-container .vehicles-slider .swiper-slide .vehicle-name {
    margin-top: 1em;
    font-size: 1.2em;
    color: #1A644B;
    display: block;
    width: 100%;
    font-weight: 600;
    margin-bottom: 0.5em;
}

.second-banner-container {
    padding-top: 4%;
    padding-bottom: 4%;
    background-color: #1A644B;
    background-image: url(imgs/footer-bg.jpeg);
    height: 380px;
}

@media (max-width: 768px) {
    .second-banner-container {
        padding-top: 8%;
        padding-bottom: 8%;
    }
}

@media (max-width: 576px) {
    .second-banner-container {
        padding-top: 10%;
        padding-bottom: 10%;
    }
}

.second-banner-container .row {
    text-align: center;
    justify-content: center;
}

.second-banner-container .row .second-banner-text {
    font-size: 2.5em;
    width: 80%;
    margin: auto;
    text-align: center;
    color: #fff;
    display: block;
}

@media (max-width: 768px) {
    .second-banner-container .row .second-banner-text {
        font-size: 2.5em;
    }
}

@media (max-width: 576px) {
    .second-banner-container .row .second-banner-text {
        font-size: 2em;
    }
}

.second-banner-container .row .btn {
    display: block;
    margin-top: 2em;
    width: 10em;
    height: 3em;
    border-radius: 32px;
    font-size: 1.2em;
    line-height: 2em;
}

.latest-news-container {
    padding-top: 4%;
    padding-bottom: 4%;
}

@media (max-width: 576px) {
    .latest-news-container {
        padding-top: 10%;
        padding-bottom: 10%;
    }
}

.latest-news-container .latest-news-container-head {
    text-align: center;
}

.latest-news-container .latest-news-container-head h1 {
    color: #1A644B;
    width: fit-content;
    margin: auto;
}

.latest-news-container .latest-news-container-head h1::before {
    content: url(imgs/gears-ar.svg);
    margin: 0.5em;
    vertical-align: middle;
}

.latest-news-container .latest-news-container-head h1::after {
    content: "";
    border-bottom: 5px solid #E8C43A;
    position: absolute;
    /* border: 0; */
    width: 67px;
    height: 70px;
    right: 49%;
}

@media (max-width: 1024px) {
    .latest-news-container .latest-news-container-head h1::after {
        right: 48.5%;
    }
}

@media (max-width: 768px) {
    .latest-news-container .latest-news-container-head h1::after {
        right: 48.5%;
    }
}

@media (max-width: 576px) {
    .latest-news-container .latest-news-container-head h1::after {
        right: 48.5%;
    }
}

.latest-news-container .latest-news-slider {
    margin-top: 3%;
    position: relative;
}

@media (max-width: 768px) {
    .latest-news-container .latest-news-slider {
        margin-top: 5%;
    }
}

@media (max-width: 576px) {
    .latest-news-container .latest-news-slider {
        margin-top: 10%;
    }
}

.latest-news-container .latest-news-slider .latest-news-swiper-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.latest-news-container .latest-news-slider .swiper-slide {
    text-align: start;
    /* Center slide text vertically */
    display: flex;
    justify-content: start;
    align-items: start;
    padding-bottom: 1.5em;
    cursor: pointer;
    border-radius: 5px;
}

.latest-news-container .latest-news-slider .swiper-slide .news-card {
    width: 100%;
    border-radius: 10px;
    border-bottom-left-radius: 35px;
    background-color: #fff;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.06);
}

.latest-news-container .latest-news-slider .swiper-slide .news-card .news-img-div {
    width: 100%;
    margin: auto;
    display: block;
    height: 15em;
    overflow: hidden;
}

.latest-news-container .latest-news-slider .swiper-slide .news-card .news-img-div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 35px;
}

.latest-news-container .latest-news-slider .swiper-slide .news-card .news-content {
    padding: 1em;
}

.latest-news-container .latest-news-slider .swiper-slide .news-card .news-content .date {
    font-size: 0.9em;
    color: #707070;
    margin: 0;
}

.latest-news-container .latest-news-slider .swiper-slide .news-card .news-content h4 {
    color: #1A644B;
    margin-top: 0.2em;
    margin-bottom: 0.5em;
}

.latest-news-container .latest-news-slider .swiper-slide .news-card .news-content .news-text {
    color: #333;
    line-height: 1.7em;
    height: 10em;
    overflow: hidden;
}

.latest-news-container .latest-news-slider .swiper-slide .news-card .news-content a {
    text-decoration: none;
    color: #E8C43A;
}

.latest-news-container .latest-news-slider .swiper-slide .news-card .news-content a:hover {
    color: #e5bd23;
    transition: all 0.5s ease-in-out;
}

.brands-container {
    padding-top: 2%;
    padding-bottom: 2%;
}

@media (max-width: 576px) {
    .brands-container {
        padding-top: 0%;
        padding-bottom: 10%;
    }
}

.brands-container .brands-container-head {
    text-align: center;
}

.brands-container .brands-container-head h1 {
    color: #1A644B;
    width: fit-content;
    margin: auto;
}

.brands-container .brands-container-head h1::before {
    content: url(imgs/gears-ar.svg);
    margin: 0.5em;
    vertical-align: middle;
}

.brands-container .brands-container-head h1::after {
    content: "";
    border-bottom: 5px solid #E8C43A;
    position: absolute;
    /* border: 0; */
    width: 67px;
    height: 70px;
    right: 46%;
}

@media (max-width: 1024px) {
    .brands-container .brands-container-head h1::after {
        right: 42.5%;
    }
}

@media (max-width: 768px) {
    .brands-container .brands-container-head h1::after {
        right: 42.5%;
    }
}

@media (max-width: 576px) {
    .brands-container .brands-container-head h1::after {
        right: 36.5%;
    }
}

.brands-container .brands-slider {
    margin-top: 3%;
    position: relative;
}

@media (max-width: 768px) {
    .brands-container .brands-slider {
        margin-top: 5%;
    }
}

@media (max-width: 576px) {
    .brands-container .brands-slider {
        margin-top: 10%;
    }
}

.brands-container .brands-slider .brands-swiper-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.brands-container .brands-slider .swiper-slide {
    text-align: start;
    /* Center slide text vertically */
    display: flex;
    justify-content: start;
    align-items: start;
    padding-bottom: 1.5em;
    cursor: pointer;
    border-radius: 5px;
}

.brands-container .brands-slider .swiper-slide .brands-img-div {
    width: 100%;
    margin: auto;
    display: block;
    height: 10em;
}

.brands-container .brands-slider .swiper-slide .brands-img-div img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

footer {
    padding-top: 4%;
    background-color: #1A644B;
    padding-right: 0 !important;
    padding-left: 0 !important;
}

footer .footer-logo {
    display: flex;
    align-items: center;
}

@media (max-width: 768px) {
    footer .footer-logo {
        margin-bottom: 1em;
    }
}

footer .footer-logo p {
    font-size: 2em;
    color: #fff;
}

@media (max-width: 768px) {
    footer .footer-pages {
        margin-bottom: 1em;
    }
}

footer .footer-pages h4 {
    color: #E8C43A;
}

footer .footer-pages .pages-links {
    margin-top: 2em;
}

footer .footer-pages .pages-links a {
    display: block;
    text-decoration: none;
    color: #fff;
    margin-bottom: 1em;
}

footer .footer-pages .pages-links a:hover {
    color: #E8C43A;
    margin-inline-start: 5px;
    transition: all 0.5s ease-in-out;
}

@media (max-width: 768px) {
    footer .footer-contact-info {
        margin-bottom: 1em;
    }
}

footer .footer-contact-info h4 {
    color: #E8C43A;
}

footer .footer-contact-info .company-info {
    margin-top: 2em;
}

footer .footer-contact-info .company-info .part {
    margin-bottom: 1em;
}

footer .footer-contact-info .company-info .part img {
    display: inline-block;
    width: 5%;
}

footer .footer-contact-info .company-info .part p {
    display: inline-block;
    margin: 0;
    margin-inline-start: 0.5em;
    color: #fff;
}

@media (max-width: 768px) {
    footer .footer-sub-and-social {
        margin-bottom: 1em;
    }
}

footer .footer-sub-and-social h4 {
    color: #E8C43A;
}

footer .footer-sub-and-social p {
    margin: 0;
    color: #fff;
}

footer .footer-sub-and-social .input-group {
    margin-top: 1em;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 46px;
    padding: .3em;
}

footer .footer-sub-and-social .input-group .email-input {
    padding-top: 0.7em;
    padding-bottom: 0.7em;
    border-radius: 50px;
    outline: none;
    border: none;
    box-shadow: none;
    text-indent: 0.5em;
    border-top-right-radius: 50px !important;
    border-bottom-right-radius: 50px !important;
    background-color: transparent;
    color: #fff;
}

footer .footer-sub-and-social .input-group .input-group-append .btn {
    height: 100%;
    border: none;
    outline: none;
    box-shadow: none;
    border-radius: 49px;
    padding-right: 2em;
    padding-left: 2em;
    margin-inline-end: .1em;
}

@media (max-width: 1024px) {
    footer .footer-sub-and-social .input-group .input-group-append .btn {
        padding-right: 1.2em;
        padding-left: 1.2em;
    }
}

@media (max-width: 768px) {
    footer .footer-sub-and-social .input-group .input-group-append .btn {
        padding-right: 2em;
        padding-left: 2em;
    }
}

footer .footer-sub-and-social .social-links {
    margin-top: 2em;
}

footer .footer-sub-and-social .social-links a {
    text-decoration: none;
    margin-inline-end: 1.5em;
}

footer .footer-sub-and-social .social-links a i {
    color: #fff;
}

footer .footer-sub-and-social .social-links a:hover i {
    color: #E8C43A;
    transform: scale(1.1);
}

footer .copyright {
    margin-top: 3em;
    text-align: center;
    justify-content: center;
    background-color: #124634;
    padding-top: 1em;
    padding-bottom: 1em;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    background-image: url(imgs/footer_bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border-top: 4px solid #0e4734;
    height: 68px;
}

footer .copyright1 {
    text-align: center;
    justify-content: center;
    background-color: #071b14;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    padding: 0;
    padding-bottom: .25%;
}

footer .copyright1 p {
    color: #fff;
    margin: 0;
    width: 100%;
    font-size: 1em;
}

 ::placeholder {
    /* Most modern browsers support this now. */
    color: #fff;
}

.page-item.active .page-link {
    background-color: #1A644B !important;
    border-color: #1A644B !important;
}

.page-link {
    color: #E8C43A !important;
}

.links-pag ul {
    width: 0;
    margin: auto;
}

#alginBosagen {
    position: fixed;
    right: 0;
    z-index: 100;
    background: #ffc107;
    top: 20%;
    padding: 2em;
    border-top-left-radius: 2em;
    color: #FFF;
}

html {
    scroll-behavior: smooth;
}


/* width */

::-webkit-scrollbar {
    width: 10px;
}


/* Track */

 ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 0px;
}


/* Handle */

 ::-webkit-scrollbar-thumb {
    background: #E8C43A;
    border-radius: 0px;
}


/* Handle on hover */

 ::-webkit-scrollbar-thumb:hover {
    background: #E8C43A;
}


/*# sourceMappingURL=index.css.map */