/* fonts  */

@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");

body {
    font-family: "Open Sans", sans-serif;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/* header design */
.header {
    background-color: black;
    height: 100px;
    padding: 10px 0;
    /* margin-bottom: 300px; */
}

.header .navbar {
    background-color: black !important;
    z-index: 1111;
}

.navbar-brand img {
    width: 205px;
}

.navbar-toggler {
    /* border: 1px solid #DBAA51 !important; */
    border: 1px solid rgba(194, 136, 62, 0.5);
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(215, 161, 79, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

.nav-link.dropdown-toggle::after {
    display: none;
}

.dropdown-icon {
    width: 18px;
    margin-top: -5px;
    margin-left: 5px;
}

.dropdown-icon {
    transition: transform 0.3s;
}

.rotate-180 {
    transform: rotate(180deg);
}

.dropdown-menu {
    background-color: black !important;
}

.navbar-nav li {
    margin: 0 10px;
}

.nav-link:focus,
.nav-link:hover {
    color: #fff;
}

.navbar-nav li a {
    color: #fff;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: #fff !important;
}

.navbar-nav .nav-link:hover {
    color: #fff !important;
}

.btn-hr-1 {
    width: 60px;
    height: 60px;
    background-color: #4c4c4c !important;
    border: 1px solid rgba(194, 136, 62, 0.5);
    border-radius: 10px;
}

.btn-hr-2 {
    width: 158px;
    height: 60px;
    border-radius: 10px;
    color: #fff !important;
    font-size: 18px;
    font-weight: 700;
    background-color: #4c4c4c !important;
    border: 1px solid rgba(194, 136, 62, 0.5);
    margin-left: 10px;
}


/* footer area */
.footer {
    width: 100%;
    background-image: url(../images/Common/yellow-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    margin-top: 130px;
}

.footer-inner-first {
    width: 100%;
    background-image: url(../images/Common/black-bg.png),
        url(../images/Common/tire-bg.png);
    background-position: center, bottom left;
    background-size: cover, auto;
    background-repeat: no-repeat, no-repeat;
}

.footer-top {
    height: 433px;
    background-image: url(../images/Common/footer-bg1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0px 12.67px 90.05px 0px #00000017;
    border: 0.67px solid #e6e6e6;
    border-radius: 10px;
    background-color: #fdfaf3;
    position: absolute;
    width: 1295px;
    max-width: 1295px;
    left: auto;
    top: -130px;
}

.extra-1 {
    height: 60px;
}

.forPosition {
    height: 300px;
}

.footer-top-inner {
    padding: 50px;
}

.footer-top-inner h3 {
    font-size: 40px !important;
    font-weight: 700;
    line-height: 72px;
    color: #212121;
}

.footer-top-inner-title {
    width: 90%;
}

.footer-top-inner-content {
    width: 70%;
}

.footer-top-inner img {
    margin-bottom: 20px;
}

.footer-top-btn {
    width: 132px;
    height: 60px;
    background-color: rgba(215, 161, 79, 1) !important;
    border-radius: 10px;
    color: #fff !important;
    font-weight: 700 !important;
}

.footer-top-btn:active {
    outline: 0;
    box-shadow: none !important;
    border-color: transparent !important;
}

/* footer-middle */
.footer-middle {
    padding: 70px 0;
}

.footer-middle .Mfooter-title {
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
}

.footer-middle ul {
    margin: 0;
    padding: 0;
}

.footer-middle ul li {
    list-style: none;
    padding-bottom: 10px;
}

.footer-middle ul li a {
    text-decoration: none;
    color: #fff;
}

.footer-middle p {
    color: #fff;
}

.Mfooter-1 .footer-logo {
    margin-bottom: 20px;
}

.Mfooter-1 .social-icon {
    display: flex;
    gap: 20px;
}

.Mfooter-1 .social-icon .icon {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    text-align: center;
    padding: 10px 2px;
    ;
    background-color: rgba(255, 255, 255, 0.3);
}

.Mfooter-1 .social-icon .icon i {
    font-size: 24px;
    color: #fff;
}

.Mfooter3 ul li a img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.Mfooter3 ul li a {
    color: rgba(255, 255, 255, 0.8);
}

.Mfooter3 ul li a:hover {
    color: rgba(255, 255, 255, 1);
}

.Mfooter4-icon {
    color: #fff;
    margin-right: 5px;
}

.Mfooter4-icon {
    color: rgba(255, 255, 255, 0.8);
    margin-right: 5px;
}

.Mfooter-text p {
    color: rgba(255, 255, 255, 0.8);
}

.Mfooter-text span {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6);
}

.footer-hr {
    border-top: 1px solid rgb(255, 255, 255);
}

/* footer-bottom */
.footer-bottom {
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
}

.footer-bottom p {
    color: #fff;
    margin: 0;
}

.footer-bottom-payment {
    display: flex;
    gap: 20px;
}

.footer-bottom-payment img {
    width: 40px;
}



@media only screen and (min-width: 1200px) and (max-width: 1400px) {
    .extra-1 {
        height: 50px;
    }

    .footer-top {
        width: 1115px !important;
        max-width: 1115px !important;
        left: auto !important;
    }
}



@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .extra-1 {
        height: 40px;
    }

    .footer-top {
        width: 935px !important;
        max-width: 935px !important;
        left: auto !important;
        background-position: center;
        background-size: cover;
        height: 485px;
    }
}


@media only screen and (min-width: 991px) and (max-width: 1250px) {
    .header {
        height: 90px;
    }

    .navbar-nav li {
        margin: 0px;
    }

    .btn-hr-1 {
        width: 60px;
        height: 50px;
        background-color: #4c4c4c !important;
        border: 1px solid rgba(215, 161, 79, 1);
        border-radius: 10px;
    }

    .btn-hr-2 {
        width: 130px;
        height: 50px;
    }
}


@media only screen and (max-width: 991px) {
    .header {
        height: 80px;
    }

    .header .navbar {
        padding-bottom: 20px;
    }

    .dropdown-menu {
        background-color: black !important;
        border: 1px solid rgba(215, 161, 79, 1) !important;
    }

    .Mfooter-1 {
        padding-bottom: 30px;
    }

    .Mfooter-2 {
        padding-bottom: 30px;
    }
}


@media only screen and (min-width: 768px) and (max-width: 990.8px) {
    .extra-1 {
        height: 30px;
    }

    .footer-top {
        width: 696px !important;
        max-width: 696px !important;
        left: auto !important;
        height: 500px;
        overflow: hidden;
    }

    .footer-top-inner {
        width: 100%;
        padding: 25px;
        background-color: rgba(255, 255, 255, 0.8);
    }

    .footer-top-inner h3 {
        line-height: 60px;
    }

    .footer-top-inner-title,
    .footer-top-inner-content {
        width: 100%;
    }
}


@media only screen and (max-width: 767.8px) {
    .footer {
        margin-top: 0;
    }

    .extra-1 {
        height: 30px;
    }

    .footer-top {
        position: static;
        width: 100%;
        height: 452px;
        overflow: hidden;
    }

    .footer-top-inner {
        width: 100%;
        padding: 20px;
        background-color: rgba(255, 255, 255, 0.8);
    }

    .footer-top-inner h3 {
        line-height: 50px;
    }

    .footer-top-inner-title,
    .footer-top-inner-content {
        width: 100%;
    }

    .forPosition {
        display: none;
    }

    .footer-middle {
        padding: 60px 0;
    }

    .Mfooter-1 {
        padding-bottom: 30px;
    }

    .Mfooter2 {
        padding-bottom: 30px;
    }

    .Mfooter3 {
        padding-bottom: 30px;
    }

    .footer-bottom {
        flex-direction: column;
        text-align: center;
    }

    .footer-bottom-payment {
        margin-top: 10px;
        justify-content: center;
    }
}


@media only screen and (max-width: 576px) {
    .footer-top {
        height: 700px;
    }

    .footer-top-inner {
        height: 100%;
        background-color: rgba(255, 255, 255, 0.8);
    }
}

@media only screen and (max-width: 320px) {
    .footer-bottom-payment {
        display: flex;
        gap: 5px;
    }
}




/* banner design  */

.banner-container {
    background-image: url("../images/Common/Rectangle\ 3467932.png"), url("../images/Common/bg/right.png"),
        url("../images/Common/bg/left.png");
    background-size: cover, auto, auto;
    background-position: center, top right, top left;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    width: 100%;
    height: 300px;
}

.banner-title,
.page-title {
    font-size: 40px;
    font-weight: 700;
}

.banner-sub-title {
    font-size: 24px;
    font-weight: 400;
}

/* Responsive  */

@media only screen and (max-width: 576px) {
    .banner-title {
        padding: 0 20px;
    }

    .banner-title,
    .page-title {
        font-size: 30px;
    }

    .banner-sub-title {
        font-size: 20px;
        font-weight: 400;
    }

    .banner-sub-title {
        padding: 0 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 850px) {

    .banner-title,
    .page-title {
        font-size: 35px;
    }

    .banner-sub-title {
        font-size: 22px;
        font-weight: 400;
    }
}

.data-not-found {
    background-image: url("../images/Car\ Details/Bg image.png"), url("../images/Common/tire.png");
    background-size: cover, auto;
    background-position: center, bottom left;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    width: 100%;
    height: 300px;
}

.data-not-found-container {
    padding-bottom: 50px !important;
}

.front-breadcrumb {
    color: #d7a14f;
    font-weight: 400 !important;
    text-decoration: none;
}

.modal-header {
    display: block;
}

.booking {
    background-color: #2c7cbb !important;
}

.input-style {
    background-color: rgba(244, 244, 244, 1);
    border: 1px solid rgba(211, 158, 78, 0.2);
    padding: 13px 15px;
    margin-bottom: 22px;
}

.form-control:focus {
    box-shadow: none;
}

.text-required {
    color: #ea5455;
}

.car-model {
    color: black;
    text-decoration: none;
}

.lh-3 {
    line-height: 3;
}

html:not([dir=rtl]) .modal .modal-header .btn-close {
    right: 1rem;
}

.modal .modal-header .btn-close {
    position: absolute;
    top: 1.56rem;
}

.modal-header .btn-close {
    margin: calc(-.5 * var(--bs-modal-header-padding-y)) calc(-.5 * var(--bs-modal-header-padding-x)) calc(-.5 * var(--bs-modal-header-padding-y)) auto;
}


.pagination-row {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.pagination {
    list-style: none;
    display: flex;
    padding: 0;
}

.pagination li {
    margin: 0 5px;
}

.pagination a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    text-decoration: none;
    color: #d7a14f;
    /* Change to desired color */
    border: 1px solid #ddd;
    border-radius: 5px;
    transition: background-color 0.3s, color 0.3s;
}

.pagination a:hover {
    background-color: #f0f0f0;
    /* Change to desired hover color */
}

.pagination a.active {
    background-color: #d7a14f;
    /* Change to desired active color */
    color: #fff;
    /* Change to desired active text color */
}

.pagination span a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    text-decoration: none;
    color: #d7a14f;
    /* Change to desired color */
    border: 1px solid #ddd;
    border-radius: 5px;
    transition: background-color 0.3s, color 0.3s;
}

.pagination span a:hover {
    background-color: #f0f0f0;
    /* Change to desired hover color */
}

.pagination svg {
    width: 10px;
    height: 10px;
    fill: #d7a14f;
    /* Change to desired color */
}

@media (max-width: 768px) {

    .pagination a,
    .pagination span a {
        width: 25px;
        height: 25px;
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .pagination-row {
        flex-direction: column;
    }

    .pagination {
        flex-wrap: wrap;
        justify-content: center;
    }

    .pagination li {
        margin: 2px;
    }
}

.card-logo-image {
    height: 75px;
    width: 75px;
}
