@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');


/*******************************/
/********* General CSS *********/
/*******************************/


.slideshow-container {
    position: relative;
    max-width: 100%;
    height: 600px;
    margin: 0 auto;
    background: url('/img/background image.jpg') no-repeat center center;
    background-size: cover;
    overflow: hidden;
    padding-top: 60px;
}

.slide {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
}

.slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;

}

.prev,
.next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    font-size: 24px;
    padding: 12px;
    cursor: pointer;
    z-index: 10;
}

.prev {
    left: 20px;
}

.next {
    right: 20px;
}

.dots {
    text-align: center;
    position: absolute;
    bottom: 15px;
    width: 100%;
}

.dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    background-color: #bbb;
    border-radius: 50%;
    cursor: pointer;
}

.activePigment {
    background-color: #717171;
}


:root {
    --white: #fff;
    --back: #000;
    --icon: #999999;
    --body: #797979;
    --color: #454545;
}

body {
    color: #797979;
    background: #ffffff;
    font-family: "Nunito Sans", sans-serif;
    font-size: 12pt;
}

h1,
h3,
h4,
h5,
h6 {
    color: #2d2d2d;
    font-family: "Nunito Sans", sans-serif;
}

h2 {
    color: #ffc400;
    font-weight: bold;
}

a {
    color: var(--color);
    transition: .3s;
}

a:hover,
a:active,
a:focus {
    color: #092a49;
    outline: none;
    text-decoration: none;
}

.btn:focus,
.form-control:focus {
    box-shadow: none;
}

.container-fluid {
    max-width: 1366px;
}

.back-to-top {
    position: fixed;
    display: none;
    background: #0796fe;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 1;
    font-size: 22px;
    right: 15px;
    bottom: 15px;
    transition: background 0.5s;
    z-index: 9;
}

.back-to-top i {
    color: #ebebeb;
    padding-top: 10px;

}

.back-to-top:hover {
    background-color: transparent;
    border: 1.5px solid var(--color);
}

.back-to-top {
    background-color: black;
    border-radius: 10px;
    border: 1.5px solid white;
}

.back-to-top:hover i {
    color: var(--color);
}

@media (min-width: 992px) {
    .mt-125 {
        margin-top: 125px;
    }
}


/**********************************/
/********** Top Bar CSS ***********/
/**********************************/





/**********************************/
/*********** Nav Bar CSS **********/
/**********************************/



.navbar {
    position: fixed;
    width: 100%;
    top: 0;
}

.navbar .navbar-brand {
    margin: 0;
}

.navbar .navbar-brand img {
    max-width: 35%;
    max-height: 70px;
}

.navbar-dark .navbar-nav .nav-link {
    padding: 10px 3px 8px 20px;
    color: #000;
    font-family: "Nunito Sans", sans-serif;
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: #ffbb00;
}

.navbar-dark .navbar-nav .nav-link.active {
    color: #ffbb00;
}

.dropdown {
    position: relative;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #ebebeb;
    display: none;
    flex-direction: column;
    min-width: 250px;
    z-index: 100;
}

.dropdown-menu a {
    padding: 10px 16px;
    text-decoration: none;

}

.dropdown-menu a:hover {
    background-color: #ffee00;
}

.dropdown:hover .dropdown-menu {
    display: flex;
}

.loginbtn {
    background-color: var(--white);
    border-radius: 5px;
    border: 1px solid var(--white);
    width: 13%;
    height: 55px;
    transition: .3s;
    text-transform: uppercase;
    font-family: "Nunito Sans", sans-serif;
    letter-spacing: 1px;
    margin-left: 10px;
}

.loginbtn:hover {
    background-color: transparent;
    color: var(--white);
}

@media (min-width: 992px) {
    .navbar {
        position: absolute;
        width: 100%;
        padding: 5px 25px;
        background: rgba(255, 255, 255) !important;
        z-index: 20;
        position: fixed;
        border-bottom: 2px solid #ffbb00;
    }

    .page .navbar {
        background: rgb(255, 253, 253) !important;
    }

    .navbar a.nav-link,
    .navbarr a.nav-link {
        padding: 8px 20px;
        font-size: 12pt;
        text-transform: capitalize;
    }
}

@media (max-width: 991.98px) {
    .navbar {
        padding: 15px;
        background: rgba(255, 255, 255) !important;
        z-index: 20;
        border-bottom: 2px solid #ffbb00;
    }

    .navbar a.nav-link {
        padding: 5px;
    }

    .navbar .dropdown-menu {
        box-shadow: none;
    }

    .navbar .navbar-brand img {
        width: 45%;
    }

    .navbar-toggler {
        position: absolute;
        right: 15px;
        top: 15px;
    }
}


/*******************************/
/********** Hero CSS ***********/
/*******************************/
.carousel {
    position: relative;
    width: 100%;
    height: calc(100vh - 35px);
    min-height: 400px;
    background: rgb(255, 255, 252);
    margin-bottom: 45px;
}

.carousel .container-fluid {
    padding: 0;
}

.carousel .carousel-item {
    position: relative;
    width: 100%;
    height: calc(100vh - 35px);
    display: flex;
    flex-direction: column;
}

.carousel .carousel-img {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: right;
    overflow: hidden;
}

.carousel .carousel-img::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.head1 {

    margin-left: 70px;
}

.carousel .carousel-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.carousel .carousel-text {
    position: absolute;
    max-width: 1200px;
    height: calc(100vh - 35px);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 2;
}

.carousel .carousel-text h1 {
    text-align: start;
    color: #2d2d2d;
    font-size: 80px;
    font-weight: 800;
    margin-bottom: 20px;
    font-family: "Nunito Sans", sans-serif;
}

.carousel .carousel-text p {
    color: #000000;
    font-size: 20px;
    margin-bottom: 25px;
}



.wrp {
    display: grid;
    grid-template-columns: 2fr 1.5fr;
    height: 200px;
    align-items: center;
    width: 100%;
}

.imgag img {
    position: relative;
    height: 100%;
}

.carousel .carousel-text .btn {
    padding: 15px 30px;
    font-size: 16px;
    letter-spacing: 1px;
    color: #000000;
    background: var(--white);
    border: 2px solid #000000;
    border-radius: 0;
    transition: .3s;
    border-radius: 10px;
}

.carousel .carousel-text .btn i {
    margin-right: 5px;
}

.carousel .carousel-text .btn:hover {
    letter-spacing: 2px;
}

.carousel .carousel-btn .btn:first-child {
    margin-right: 15px;
}

.carousel .owl-nav {
    position: absolute;
    width: 122px;
    right: 2px;
    bottom: 2px;
    display: flex;
    z-index: 9;
}

.carousel .owl-nav .owl-prev,
.carousel .owl-nav .owl-next {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    background: var(--back);
    font-size: 22px;
    transition: .3s;
    border-radius: 10px;
}

.carousel .owl-nav .owl-prev:hover,
.carousel .owl-nav .owl-next:hover {
    color: var(--back);
    background: none;
    border: 1.5px solid var(--back);
}

.carousel .owl-nav .owl-prev {
    margin-right: 2px;
}

.carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

@media (max-width: 991.98px) {

    .carousel,
    .carousel .carousel-item,
    .carousel .carousel-text {
        height: calc(100vh - 105px);
    }

    .carousel .carousel-text h1 {
        font-size: 35px;
    }

    .carousel .carousel-text p {
        font-size: 16px;
    }

    .carousel .carousel-text .btn {
        padding: 12px 30px;
        font-size: 15px;
        letter-spacing: 0;
    }
}

@media (max-width: 767.98px) {

    .carousel,
    .carousel .carousel-item,
    .carousel .carousel-text {
        height: calc(100vh - 70px);
    }

    .carousel .carousel-text h1 {
        font-size: 30px;
        font-family: "Nunito Sans", sans-serif;
    }

    .carousel .carousel-text .btn {
        padding: 10px 25px;
        font-size: 15px;
        letter-spacing: 0;
    }
}

@media (max-width: 575.98px) {
    .carousel .carousel-text h1 {
        font-size: 25px;
    }

    .carousel .carousel-text .btn {
        padding: 8px 20px;
        font-size: 14px;
        letter-spacing: 0;
    }

}


/*******************************/
/******* Section Header ********/
/*******************************/
.section-header {
    position: relative;
    text-align: left;
    margin-bottom: 45px;
}

.section-header p {
    margin-bottom: 5px;
    position: relative;
    font-size: 16px;
}

.section-header h2 {
    position: relative;
    font-size: 35px;
    font-weight: bold;
}

@media (max-width: 991.98px) {
    .section-header h2 {
        font-size: 30px;
    }
}

@media (max-width: 767.98px) {
    .section-header h2 {
        font-size: 25px;
    }
}

@media (max-width: 575.98px) {
    .section-header h2 {
        font-size: 25px;
    }
}


/*******************************/
/********** Fact CSS ***********/
/*******************************/

.fact {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
}

.fact .fact-item {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    padding: 30px 0 25px 0;
    text-align: center;
    background: #ffffff;
    border: 1px solid transparent;
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
    transition: .3s;
}

.fact .fact-item:hover {
    border-color: rgba(0, 0, 0, .1);
    box-shadow: none;
}

.fact .fact-item img {
    max-height: 50px;
    margin-bottom: 15px;
}

.fact .fact-item h2 {
    font-size: 22px;
    font-weight: 300;
    letter-spacing: 1px;
}

.cars-div {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.cars {
    display: grid;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    border: 1px solid var(--back);
    padding: 10px;
    transition: .2s;
    position: relative;
}

.carss .container {
    text-align: center;
}

.cars img {
    width: 100%;
}

.rate .advance {
    margin-bottom: 30px;
}

.price {
    text-align: center;
}

.price span {
    font-size: 25pt;
    color: var(--back) !important;
}

.cars .pur-btn {
    width: 60%;
    height: 45px;
    background-color: #393939;
    color: var(--white);
    border-radius: 10px;
    border: 1px solid #393939;
    text-transform: uppercase;
    font-family: "Nunito Sans", sans-serif;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.cars:hover {
    transform: scale(1.05);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4);
}


/*******************************/
/********** About CSS **********/
/*******************************/


.about {
    position: relative;
    width: 100%;
    padding: 45px 0;
}

.about .section-header {
    margin-bottom: 30px;
    margin-left: 0;
}

.about .about-img {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: .5s;
}

.about .about-img::after {
    position: absolute;
    content: "";
    top: 60px;
    right: 60px;
    bottom: 60px;
    left: 60px;
    background: transparent;
    border: 30px solid;
    border-image: repeating-linear-gradient(45deg, rgba(0, 0, 0, .05), rgba(0, 0, 0, .05) .5%, rgba(0, 0, 0, .1) .5%, rgba(0, 0, 0, .1) 1%) 30;
    z-index: 1;
}

.about .about-img:hover::after {
    border-image: repeating-linear-gradient(45deg, rgba(0, 0, 0, .1), rgba(0, 0, 0, .1) .5%, rgba(0, 0, 0, .05) .5%, rgba(0, 0, 0, .05) 1%) 30;
}

.about .about-img-1 {
    position: relative;
    height: 100%;
    height: 100%;
    margin: 0 150px 150px 0;
}

.about .about-img-2 {
    position: absolute;
    height: 100%;
    height: 100%;
    top: 150px;
    left: 150px;
    z-index: 1;
}

.about .about-img-1 img,
.about .about-img-2 img {
    position: relative;
    width: 100%;
}

.about .about-text p {
    font-size: 16px;
}

.about .about-text a.btn {
    position: relative;
    margin-top: 15px;
    padding: 12px 25px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #092a49;
    border: 2px solid #092a49;
    border-radius: 0;
    background: none;
    transition: .3s;
}

.about .about-text a.btn:hover {
    color: #0796fe;
    background: #092a49;
}

@media (max-width: 767.98px) {
    .about .about-img {
        margin-bottom: 30px;
        height: auto;
    }
}


/*******************************/
/********* Service CSS *********/
/*******************************/
.service {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
}

.service .service-item {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    padding: 30px;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, .1);
    transition: .3s;
}

.service .service-item:hover {
    border-color: transparent;
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
}

.service .service-item img {
    max-height: 50px;
    margin-bottom: 20px;
}

.service .service-item h3 {
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 300;
    letter-spacing: 1px;
}

.service .service-item p {
    margin-bottom: 10px;
    font-size: 16px;
}

.service .service-item a {
    position: relative;
    font-size: 16px;
    color: #0796fe;
    transition: .3s;
}

.service .service-item a::after {
    content: "";
    position: absolute;
    width: 80%;
    height: 2px;
    bottom: -3px;
    left: 10%;
    background: #0796fe;
}

.service .service-item:hover a.btn {
    color: #092a49;
    background: #1d2434;
    border-color: #1d2434;
}


/*******************************/
/********* Feature CSS *********/
/*******************************/
.feature {
    position: relative;
    width: 100%;
    padding: 45px 0;
}

.feature .col-md-6 {
    height: 100%;
}

.feature .feature-img {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}

.feature .feature-img::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 70%;
    top: 30%;
    left: 0;
    border: 30px solid;
    border-image: repeating-linear-gradient(45deg, rgba(0, 0, 0, .05), rgba(0, 0, 0, .05) .5%, rgba(0, 0, 0, .1) .5%, rgba(0, 0, 0, .1) 1%) 30;
    z-index: 1;
}

.feature .feature-img:hover::after {
    border-image: repeating-linear-gradient(45deg, rgba(0, 0, 0, .1), rgba(0, 0, 0, .1) .5%, rgba(0, 0, 0, .05) .5%, rgba(0, 0, 0, .05) 1%) 30;
}

.feature .feature-img img {
    position: relative;
    max-width: 100%;
    max-height: 100%;
    margin: 0 30px 30px 30px;
    z-index: 2;
}

@media (max-width: 767.98px) {
    .feature .feature-img {
        margin-bottom: 45px;
    }
}

.feature .counters .col-6 {
    padding-top: 25px;
    display: flex;
    flex-direction: row;
}

.feature .counters i {
    padding: 5px 15px 0 0;
    font-size: 28px;
    color: #4c4b4b;
}

.feature .counters h2 {
    position: relative;
    display: inline-block;
    color: #0796fe;
    font-size: 30px;
    font-weight: 300;
}

.feature .counters h2::after {
    position: absolute;
    content: "+";
    top: -15px;
    right: -15px;
}

.feature .counters p {
    color: #092a49;
    font-size: 20px;
    margin: 0;
}


/*******************************/
/*********** Team CSS **********/
/*******************************/
.team {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
}

.team .row {
    display: flex;
    justify-content: space-between;
}

.team .team-item {
    position: relative;
    margin-bottom: 75px;
}

.team .team-img {
    position: relative;
}

.team .team-img img {
    width: 100%;
    height: 290px;
}

.team .team-text {
    position: absolute;
    width: calc(100% - 30px);
    height: 96px;
    bottom: -46px;
    left: 15px;
    padding: 25px 15px;
    text-align: center;
    background: rgba(256, 256, 256, .9);
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
    transition: .3s;
    overflow: hidden;
}

.team .team-text h2 {
    color: #393939;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.team .team-text p {
    margin-bottom: 20px;
    color: #5f5f5f;
}

.team .team-social {
    position: relative;
    font-size: 0;
}

.team .team-social a {
    display: inline-block;
    width: 35px;
    height: 35px;
    margin: 0 3px;
    padding: 5px 0;
    text-align: center;
    font-size: 14px;
    color: #092a49;
    border: 2px solid #092a49;
    transition: .3s;
}

.team .team-social a:hover {
    color: #0796fe;
    border-color: #0796fe;
}

.team .team-item:hover .team-text {
    height: 160px;
}


/*******************************/
/*********** Blog CSS **********/
/*******************************/
.blog {
    position: relative;
    width: 100%;
    padding: 45px 0;
}

.blog .section-header {
    margin-bottom: 75px;
}

.blog .blog-carousel {
    position: relative;
    width: calc(100% + 30px);
    left: -15px;
    right: -15px;
}

.blog .blog-item {
    position: relative;
    margin: 0 15px;
}

.blog.blog-page .blog-item {
    margin: -30px 0 0 0;
}

.blog .blog-img {
    position: relative;
    width: 100%;
    z-index: 1;
}

.blog .blog-img img {
    width: 100%;
}

.blog .blog-content {
    position: relative;
    width: calc(100% - 60px);
    top: -60px;
    left: 30px;
    padding: 25px 30px;
    background: #ffffff;
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
    z-index: 2;
}

.blog .blog-content h2.blog-title {
    font-size: 25px;
    font-weight: 400;
    letter-spacing: 1px;
}

.blog .blog-meta {
    position: relative;
    margin-bottom: 15px;
}

.blog .blog-meta * {
    display: inline-block;
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 300;
    color: #797979;
}

.blog .blog-meta i {
    color: #0796fe;
    margin: 0 2px 0 10px;
}

.blog .blog-meta i:first-child {
    margin-left: 0;
}

.blog .blog-text {
    position: relative;
}

.blog .blog-text p {
    margin-bottom: 10px;
}

.blog .blog-item a.btn {
    position: relative;
    padding: 0 0 0 35px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #0796fe;
    transition: .3s;
}

.blog .blog-item a.btn:hover {
    color: #092a49;
}

.blog .blog-item a.btn::before {
    position: absolute;
    content: "";
    width: 30px;
    height: 2px;
    top: 10px;
    left: 0;
    background: #0796fe;
}

.blog .owl-nav {
    position: relative;
    width: 100%;
    margin-top: -30px;
    display: flex;
    justify-content: center;
}

.blog .owl-nav .owl-prev,
.blog .owl-nav .owl-next {
    position: relative;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0796fe;
    font-size: 25px;
    transition: .3s;
}

.blog .owl-nav .owl-prev {
    padding-right: 80px;
}

.blog .owl-nav .owl-next {
    padding-left: 80px;
}

.blog .owl-nav .owl-prev:hover,
.blog .owl-nav .owl-next:hover {
    color: #092a49;
}

.blog .owl-nav .owl-prev::after,
.blog .owl-nav .owl-next::after {
    position: absolute;
    content: "";
    width: 80px;
    height: 3px;
    top: 11px;
    background: #0796fe;
    transition: .3s;
}

.blog .owl-nav .owl-prev::after {
    left: 9px;
}

.blog .owl-nav .owl-next::after {
    right: 9px;
}

.blog .owl-nav .owl-prev:hover::after {
    background: #092a49;
}

.blog .owl-nav .owl-next:hover::after {
    background: #092a49;
}

.blog .pagination {
    margin-bottom: 0;
}

.blog .pagination .page-link {
    margin-top: -30px;
    color: #092a49;
    border-radius: 0;
    border-color: #092a49;
}

.blog .pagination .page-link:hover,
.blog .pagination .page-item.active .page-link {
    color: #0796fe;
    background: #092a49;
}

.blog .pagination .disabled .page-link {
    color: #999999;
}


/*******************************/
/********* Contact CSS *********/
/*******************************/
.contact {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
}

.contact .contact-info {
    position: relative;
    display: flex;
    padding: 30px;
    border: 1px solid rgba(0, 0, 0, .1);
    margin-bottom: 30px;
    transition: .3s;
}

.contact .contact-info:hover {
    border-color: transparent;
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
}

.contact .contact-icon {
    position: relative;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(0, 0, 0, .1);
}

.contact .contact-icon i {
    font-size: 18px;
    color: #0796fe;
}

.contact .contact-text {
    position: relative;
    display: flex;
    flex-direction: column;
    padding-left: 15px;
}

.contact .contact-text h3 {
    font-size: 16px;
    font-weight: 400;
    color: #092a49;
    letter-spacing: 1px;
}

.contact .contact-text p {
    margin: 0;
    font-size: 16px;
}

.contact .contact-form {
    position: relative;
    padding: 30px;
    border: 1px solid rgba(0, 0, 0, .1);
    margin-bottom: 30px;
    transition: .3s;
}

.contact .contact-form:hover {
    border-color: transparent;
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
}

.contact .contact-form input {
    padding: 15px;
    background: none;
    border-radius: 0;
    border: 1px solid rgba(0, 0, 0, .1);
}

.contact .contact-form textarea {
    height: 100px;
    padding: 8px 15px;
    background: none;
    border-radius: 0;
    border: 1px solid rgba(0, 0, 0, .1);
}

.contact .contact-form .btn {
    padding: 15px 30px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #092a49;
    background: none;
    border: 2px solid #092a49;
    border-radius: 0;
    transition: .3s;
}

.contact .contact-form .btn:hover {
    color: #0796fe;
    background: #092a49;
}

.contact .help-block ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}


/*******************************/
/******* Single Page CSS *******/
/*******************************/
.single {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
}

.single img {
    width: 100%;
    margin: 0 0 25px 0;
}

.single .table,
.single .list-group {
    margin-bottom: 30px;
}

.single .ul-group {
    padding: 0;
    list-style: none;
}

.single .ul-group li {
    margin-left: 2px;
}

.single .ul-group li::before {
    position: relative;
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.single .ol-group {
    padding-left: 18px;
}


/*******************************/
/********* Footer CSS **********/
/*******************************/
.footer {
    position: relative;
    margin-top: 45px;
    padding-top: 90px;
    background: #000000;
}

.footer .footer-contact,
.footer .footer-link,
.footer .footer-newsletter,
.footer-logo {
    position: relative;
    margin-bottom: 45px;
    color: #ffffff;
}

.footer .footer-contact h2,
.footer .footer-link h2,
.footer .footer-newsletter h2 {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 10px;
    font-size: 22px;
    font-weight: 300;
    letter-spacing: 1px;
    color: #ffc400;
}

.footer-logo img {
    width: 200px;
}

.footer .footer-link a {
    display: block;
    margin-bottom: 10px;
    color: #ffffff;
    transition: .3s;
}

.footer .footer-link a::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .footer-link a:hover {
    letter-spacing: 1px;
}

.footer .footer-contact p i {
    width: 25px;
}

.footer .footer-social {
    position: relative;
    margin-top: 20px;
}

.footer .footer-social a {
    display: inline-block;
}

.footer .footer-social a i {
    margin-right: 15px;
    font-size: 18px;
    color: var(--white);
    transition: .3s;
}

.footer .footer-social a:last-child i {
    margin: 0;
}

.footer .footer-social a:hover i {
    transform: scale(1.5);
}


.footer .copyright {
    padding: 0 30px;
}

.footer .copyright .row {
    padding-top: 25px;
    padding-bottom: 25px;
    border-top: 1px solid rgba(255, 255, 255, .1);
}

.footer .copyright p {
    margin: 0;
    color: #999999;
}

.footer .copyright .col-md-6:last-child p {
    text-align: right;
}

.footer .copyright p a {
    color: #ffffff;
}

.footer .copyright p a:hover {
    color: #0796fe;
}

@media (max-width: 767.98px) {

    .footer .copyright p,
    .footer .copyright .col-md-6:last-child p {
        margin: 5px 0;
        text-align: center;
    }
}

.fix {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}


.imge {
    width: 100px;
}

.imge img {
    width: 150px;
    border-radius: 10px;
}

.wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    text-align: center;
}

.g {
    width: 100%;
    display: grid;
    justify-content: center;
    align-items: center;
    transition: .2s;

}

.g img,
.c img {
    width: 100%;
}

.contain {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    margin: 20px;
    justify-content: center;
    text-align: center;
}

.g:hover {
    transform: translateY(-8px);
}

.uyeye {
    background-color: #00000043;
    width: 100%;
}

.cars img {
    width: 250px;
}

.dark {
    height: 100%;
}

.logorr {
    width: 200px;
}

.select {
    border: 1.5px solid #2d2d2d;
    padding: 5px;
    border-radius: 10px;
    text-transform: uppercase;
    background-color: #eae7e7;
    color: #000;
    letter-spacing: 1px;
}

header {
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 20px;
}

main {
    max-width: 800px;
    margin: 20px auto;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}


@media (max-width: 992px) {

    .fix,
    .wrap,
    .cars-div {
        display: block;
    }

    .cars,
    .wrap {
        text-align: start;
        margin-bottom: 20px;
    }

    .imge {
        margin-bottom: 10px;
    }
}

.ser-div {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

.servicee img {
    width: 200px;
}

.servicee {
    display: grid;
    grid-template-rows: 1fr 1fr;
    padding: 15px;
    border: 1.5px solid #828282;
    border-radius: 15px;
    gap: 10px;
    justify-content: center;
}

.hover-image {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    position: fixed;
    width: 100%;
    text-align: center;
    background-color: #000000cf;
    height: 100vh;
    justify-content: center;
    align-items: center;
}

.hover-image .feat,
.hover-image h3 {
    color: white;
}


.hover-image .crs {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 20px;
}

.hover-image .feat {
    text-align: start;
}

.hover-image .fa {
    margin-top: 180px;
    margin-right: 30px;
    text-align: end;
    color: white;
}



.financeDetails {
    background-color: #f4f4f4;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 300px;
    margin: 0 auto;
}

.financeDetails h3 {
    font-size: 18px;
    margin: 0;
}

/* Style for the form elements */
label {
    display: block;
    margin-top: 10px;
}

input,
select {
    width: 100%;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 3px;
}

/* Adjust the spacing between form elements */
select {
    margin-top: 5px;
}


.jk {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 15px;
    border: 1px solid rgba(0, 0, 0, .1);
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
    border-radius: 10px;
    gap: 40px;
}

.popularcars {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.advice,
.populartitle {
    padding: 15px;
}

.popularcars a {
    color: #0796fe;
    list-style-type: none;
}

.popularcars img {
    width: 50px;
    border-radius: 8px;
}

.financeDetails span {
    color: rgb(80, 80, 80);
    font-weight: 600;
}

.disclaimer {
    padding: 15px;
    gap: 30px;
}

.selectt .btnn {
    border-radius: 8px;
    border: 1px solid #5f5f5f;
    background-color: #eae7e7;
    color: #5f5f5f;
    width: 100%;
    z-index: 2;
    padding: 15px;
}

.selectt {
    transform: translateY(-8px);
}

#loader-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}


#loader img {
    -webkit-animation: jello-horizontal 1.3s infinite both;
    animation: jello-horizontal 1.3s infinite both;
    width: 150px;
}

.dealerForm a {
    background-color: black !important;
    border: none;
    padding: 15px;
    color: white !important;
    text-transform: uppercase;
    border-radius: 10px;
    text-align: center;
}

@-webkit-keyframes jello-horizontal {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }

    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes jello-horizontal {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }

    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@media (min-width: 992px) {
    .navbarr {
        background: rgba(113, 166, 226, 0.879) !important;
        margin-top: 50px;
    }

}



.processes a {
    background-color: black !important;
    color: white !important;
    width: 100%;
}

.dealerbtn a {
    padding: 15px;
    color: white;
    background-color: black;
    border-radius: 10px;
    width: 100%;
}

.dealerbtn {
    text-align: center;
    margin-bottom: 20px;
}

#amountToPass {
    visibility: hidden;
}

.dealerForm {
    margin-bottom: 40px;
}

.logos {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    text-align: center;
}

.logos img {
    width: 150px;
    border-radius: 50%;
    margin-bottom: 30px;
}

@media only screen and (max-width: 1000px) {

    .ser-div,
    .jk,
    .disclaimer,
    .popularcars,
    .logos {
        display: block;
    }

    .servicee {
        margin-bottom: 20px;
    }

    .head1 {
        margin-left: 10px;
    }

    .financeDetails,
    .popularcars div {
        margin-bottom: 20px;
    }

    .logos {
        text-align: center;
    }

    .dealerForm {
        text-align: center;
    }

    .team .row {
        text-align: grid;
        justify-content: center;
        width: 85%;
    }

    .contain {
        display: grid;
        grid-template-columns: repeat(3, 1fr);

    }
}

/*Whatsapp button*/

.floating-button {
    display: table;
    font-family: sans-serif;
    text-decoration: none;
    margin: 1em;
    margin-right: 0;
    /* Adjust the margin as needed */
    color: #fff;
    font-size: 0.9em;
    padding: 1em 2em 1em 3.5em;
    border-radius: 1.5em;
    font-weight: bold;
    background: #25d366 url('https://tochat.be/click-to-chat-directory/css/whatsapp.svg') no-repeat 1.5em center;
    background-size: 1.6em;
    float: right;
    /* Make the button float on the right */
    position: absolute;
}

#whatsapp-button {
    display: block;
    position: fixed;
    left: 20px;
    /* Adjust the distance from the left side of the screen */
    bottom: 40px;
    /* Adjust the distance from the bottom of the screen */
    font-family: sans-serif;
    text-decoration: none;
    color: #fff;
    font-size: 0.9em;
    padding: 1em 2em 1em 3.5em;
    border-radius: 2em;
    font-weight: bold;
    background: #25d366 url('https://tochat.be/click-to-chat-directory/css/whatsapp.svg') no-repeat 1.5em center;
    background-size: 1.6em;
    z-index: 9999;
    /* Ensure it stays on top of other elements */
}



.slide {
    display: none;
    transition: opacity 0.5s ease-in-out;
}

.slide.active {
    display: block;
    opacity: 1;
}

.pigmantation {
    background-color: #d6d6d6;
}


.legend {
    margin-top: 0
}

.g-recaptcha {
    min-height: 78px;
}

.panel-body {
    padding: 5px;
}

.form-container {
    padding: 20px;
    border-radius: 0 0 4px 4px;
}

.panel-heading {
    background-color: rgba(0, 0, 0, 0.836) !important;
}

.filters {
    padding: 20px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    margin-bottom: 20px;
    width: 350px;
    float: left;
}

.filters label {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
}

.filters select {
    width: 100%;
    padding: 5px;
    margin-top: 5px;
}

.filters button {
    padding: 8px 16px;
    background-color: rgb(255, 217, 0);
    color: white;
    border: none;
    margin-top: 10px;
    cursor: pointer;
    width: 100%;
}

.slideshoww {
    display: flex;
    justify-content: center;
    gap: 10px;
    width: 100%;
    position: relative;
    padding: 20px;
    box-sizing: border-box;
}

.slidee {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    max-width: 1200px;
    justify-content: center;
}

.buycar-div {
    flex: 0 0 calc(25% - 20px);
    box-sizing: border-box;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 6px;
    background: white;
}


/* Responsive layout */
@media (max-width: 1024px) {
    .buycar-div {
        flex: 0 0 calc(50% - 20px); /* 2 per row on tablets */
    }

    .filters {
        width: 100%;
    }
}

@media (max-width: 600px) {
    .buycar-div {
        flex: 0 0 100%; /* 1 per row on phones */
    }

    .slideshoww {
        flex-direction: column;
    }

    .filters {
        width: 100%;
        order: -1; /* Filters appear first on mobile */
    }
}

.nav-btn {
    background-color: #000;
    color: #fff;
    border: none;
    padding: 10px 14px;
    cursor: pointer;
    font-size: 16px;
    border-radius: 4px;
}

.legend {
    margin-top: 0
}

.g-recaptcha {
    min-height: 78px;
}

.panel-body {
    padding: 5px;
}

.form-container {
    padding: 20px;
    border-radius: 0 0 4px 4px;
}

/*********** Theme Designer **********/
.form-container {
    font-family: Nunito;
}

#form-app {}

#form-app .form-group {}

#form-app .form-control {}

#form-app .form-control:focus {}

#form-app .btn.btn-primary {}

#form-app .btn.btn-primary:hover,
#form-app .btn.btn-primary:active,
#form-app .btn.btn-primary:focus {}

#form-app .btn.btn-default {}

#form-app .btn.btn-default:hover,
#form-app .btn.btn-default:active,
#form-app .btn.btn-default:focus {}

#form-app .btn.btn-warning {}

#form-app .btn.btn-warning:hover,
#form-app .btn.btn-warning:active,
#form-app .btn.btn-warning:focus {}

#form-app .btn.btn-danger {}

#form-app .btn.btn-danger:hover,
#form-app .btn.btn-danger:active,
#form-app .btn.btn-danger:focus {}

#form-app .btn.btn-info:hover,
#form-app .btn.btn-info:active,
#form-app .btn.btn-info:focus {}

#form-app .control-label {}

#form-app ::placeholder {}

#form-app h1,
#form-app h2,
#form-app h3,
#form-app h4,
#form-app h5,
#form-app h6,
#form-app .legend {}

#form-app p {}

#form-app .help-block {}

#form-app a {}

#form-app a:hover {}

#form-app .steps .step .stage,
#form-app .steps .step:before,
#form-app .steps .step:after {}

#form-app .steps .step .stage {}

#form-app .steps .step:after,
#form-app .steps .step:before {}

#form-app .steps .step.current .stage,
#form-app .steps .step.current:after,
#form-app .steps .step.current:before {}

#form-app .steps .step.success .stage,
#form-app .steps .step.success:after,
#form-app .steps .step.success:before {}

#form-app .steps .step .title {}

#form-app .steps .step.current .title {}

#form-app .steps .step.success .title {}

.alert {}

.alert-success {}

.alert-danger {}

.alert-info {}

.alert-warning {}

.has-error .form-control {}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {}

.required .control-label:after,
.required-control .control-label:after {}

#recaptcha,
.g-recaptcha {}

.signature-pad {}

.signature-pad canvas {}

input[type=checkbox] {}

.checkbox-inline {}

input[type=radio] {}

.radio-inline {}

.custom-control .checkbox label::before,
.custom-control .inline-control-checkbox label::before {}

.custom-control .checkbox label::after,
.custom-control .inline-control-checkbox label::after {}

.custom-control .checkbox input:checked+label::before,
.custom-control .inline-control-checkbox input:checked+label::before {}

.custom-control .checkbox input:checked+label::after,
.custom-control .inline-control-checkbox input:checked+label::after {}

.custom-control .radio label::before,
.custom-control .inline-control-radio label::before {}

.custom-control .radio label::after,
.custom-control .inline-control-radio label::after {}

.custom-control .radio input:checked+label::before,
.custom-control .inline-control-radio input:checked+label::before {}

.custom-control .radio input:checked+label::after,
.custom-control .inline-control-radio input:checked+label::after {}

.btn.prev {}

#form-app .btn.prev:hover,
#form-app .btn.prev:active,
#form-app .btn.prev:focus {}

.btn.next {}

#form-app .btn.next:hover,
#form-app .btn.next:active,
#form-app .btn.next:focus {}

.progress {}

.progress-bar {}

.table {}

.well {}

/* Fixed Button */
.about-btn {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background-color: #f1da03;
    color: white;
    padding: 10px 15px;
    border: none;
    border-radius: 8px 0 0 8px;
    cursor: pointer;
    z-index: 999;
    transition: background 0.3s ease;
}

.about-btn:hover {
    background-color: #ffee00;
}

/* Slide-In Panel */
.about-panel {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100dvh;
    background-color: #f4f4f4;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.3);
    padding: 20px;
    transition: right 0.4s ease;
    z-index: 1000;
}

.scroll {
    overflow-y: scroll;
    height: 100%;
}

.about-panel.open {
    right: 0;
}

.close-btn {
    background: transparent;
    border: none;
    font-size: 20px;
    position: absolute;
    top: 10px;
    left: 10px;
    cursor: pointer;
}

.end {
    display: flex;
    justify-content: end;
}

.accordionn {
    background-color: #f4f4f4;
    color: #333;
    cursor: pointer;
    padding: 15px 20px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 1rem;
    font-weight: bold;
    transition: background-color 0.3s ease;
    border-radius: 6px;
}

.accordionn:hover,
.accordionn.active {
    background-color: #ddd;
}

.panell {
    padding: 0 20px;
    background-color: #fafafa;
    display: none;
    overflow: hidden;
    border-left: 3px solid #ccc;
    margin-top: 5px;
    border-radius: 0 0 6px 6px;
}

.testimonial {
    background-color: #e0e0e0;
    padding: 70px 10px;
}

.sliderr {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 600px;
    margin: auto;
}

.slidesss {
    display: flex;
    transition: transform 0.5s ease-in-out;
    width: fit-content;
}

.testimonial-item {
    min-width: 100%;
    box-sizing: border-box;
    text-align: center;
}

.testimonial-item img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

.test-prev,
.test-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 30px;
    color: #333;
    background-color: rgba(252, 239, 59, 0.7);
    border: none;
    padding: 10px;
    cursor: pointer;
    z-index: 10;
}

.test-prev {
    left: 10px;
}

.test-next {
    right: 10px;
}

.mt-neg {
    margin-top: 0px;
}