/* global css */

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

img {
    max-width: 100%;
}

img:focus-visible,
img:focus {
    outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
span,
p {
    margin-bottom: 0px;
}

p {
    font-size: 16px;
    font-weight: 400;
    color: #ffeccb;
}

body {
    font-family: 'poppins';
    line-height: 1.6;
    color: #fff;
    background-color: #000 !important;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.btn-all {
    color: #fff;
    background-color: #bb985b;
    padding: 3px 19px;
    border-radius: 20px;
    border: 1px solid #bb985b;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.5px;
    font-family: "DM Serif Display", serif;
}

.btn-all:hover {
    color: #bb985b !important;
    background-color: #fff !important;
    border: 1px solid #fff !important;
    box-shadow: inherit !important;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #bb985b !important;
    background-color: #fff !important;
    border: 1px solid #fff !important;
    box-shadow: inherit !important;
}


.btn-primary.focus,
.btn-primary:focus {
    color: #bb985b !important;
    background-color: #fff !important;
    border: 1px solid #fff !important;
    box-shadow: inherit !important;
}

.cardetail-section .carousel-control-next,
.cardetail-section .carousel-control-prev {
    width: 2%;
    top: -10%;
}

.navbar-toggler-icon {
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30"%3E%3Cpath stroke="white" stroke-width="2" stroke-linecap="round" stroke-miterlimit="10" d="M4 7h22M4 15h22M4 23h22"/%3E%3C/svg%3E') !important;
}

/* header css start */
ul.navbar-nav {
    column-gap: 60px;
}

.nav-link {
    color: #bb985b;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding-left: 0px !important;
    padding-right: 0px !important;
    font-size: 20px;
}

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

.navbar-nav .nav-link.active {
    color: #bb985b;
    border-bottom: 3px solid #fff;
}

.btnright-side {
    padding-left: 60px;
}

.navbar-toggler {
    border: 1px solid white !important;
    /* White Border */
}

/* slider section css */
.cardetail-section {
    position: relative;
}

.slidercar {
    max-width: 1920px;
    margin: auto;
}

.cardetail-section:after {
    content: '';
    background-image: url(../new-images/slider-rightbar.png);
    width: 110px;
    height: 100%;
    position: absolute;
    right: 0px;
    background-size: contain;
    background-position: right;
    top: 0;
    background-repeat: no-repeat;
    opacity: 0.1;
    z-index: -1;
    display: none;
}

.cardetail-section:before {
    content: '';
    background-image: url(../new-images/slider-bottombar.png);
    max-width: 800px;
    width: 100%;
    height: 94%;
    position: absolute;
    left: 0px;
    background-size: cover;
    background-position: left;
    bottom: 0;
    background-repeat: no-repeat;
    opacity: 0.8;
    z-index: -1;
    display: none;
}

.slidercar {
    padding-bottom: 60px;
}

.slidercar .carousel-control-prev-icon,
.slidercar .carousel-control-next-icon {
    background-image: none;
}

.slidercar .carousel-indicators {
    margin-bottom: 0px;
    bottom: 0px;
    column-gap: 60px;
}

.slidercar .carousel-indicators [data-bs-target] {
    width: 90px;
    height: 13px;
    border-radius: 15px;
    border-top: 0px;
    border-bottom: 0px;
    background-color: #d3d1d1;
    opacity: 1;
}

.slidercar .carousel-indicators button.active {
    background-color: #5f5f5f !important;
}

.carimg {
    padding-bottom: 20px;
    position: relative;
}

.carimg .soldout {
    position: absolute;
    background: red;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    top: 0px;
    left: 20px;
    font-size: 12px;
}


.cartitle h2 {
    color: #bb985b;
    font-size: 48px;
    letter-spacing: 0.5px;
    font-weight: 400;
    font-family: "DM Serif Display", serif;
}

.carimg img {
    max-width: 500px;
    width: 100%;
}

.carmb-title h2,
.bookrent-main h2 {
    font-size: 36px;
    font-family: "DM Serif Display", serif;
    font-weight: normal;
    line-height: 46px;
}

.carmb-title h2 span,
.bookrent-main h2 span {
    color: #bb985b;
    ;
}

.carcontent-right {
    padding-top: 16px !important;
}

.pricediv-inner {
    background-color: #000;
    padding: 10px 30px;
    box-shadow: 10px 10px 20px 0px rgb(33 88 137 / 20%);
    border-radius: 20px;
    column-gap: 30px;
}

.pricebox {
    column-gap: 10px;
    padding: 0px 30px 0px 0px;
    border-right: 1px solid #ddd;
    align-items: flex-start !important;
}

.pricebox input {
    margin-top: 4px;
}

.pricebox:last-child {
    border-right: 0px solid #ddd;
}

.price-title h3 {
    color: #bb985b;
    font-size: 20px;
    font-weight: 700;
    font-family: "DM Serif Display", serif;
}

.iconbox-inner img {
    max-width: 50px;
}

.pricecontent h4 {
    color: #ffeccb;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
}

.pricecontent h5 {
    color: #bb985b;
    font-size: 16px;
    font-weight: 700;

}

.carmb-title {
    margin-bottom: 50px;
}

.iconbox-main {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
    max-width: 420px;
}

.iconbox-inner {
    column-gap: 15px;
}

.iconbox-content h4 {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 500;
}

.iconbox-content p {
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 400;
    color: #FFF3CA;
}

.bookrent-main.carmb-title p {
    line-height: 32px;
}

.local-check-side {
    max-width: 420px;
    text-align: center;
}

.checklist {
    column-gap: 25px;
}

.checklist label {
    font-size: 16px;
    font-weight: 400;
    color: #bb985b;
    padding-left: 4px;
    font-family: 'poppins';
    line-height: 20px;
    margin-bottom: 0px;
}

.custom-checkbox {
    display: flex;
    align-items: center;
    column-gap: 5px;
}

input[type="checkbox"] {
    width: 15px;
    height: 15px;
}


.bookbtn {
    padding-top: 20px;
}

.bookbtn .btn-all {
    color: #fff;
    background-color: #bb985b;
    padding: 10px 30px;
    border-radius: 50px;
    border: 1px solid #bb985b;
    font-size: 18px;

    letter-spacing: 0.5px;
    max-width: 246px;
    width: 100%;
    font-family: "DM Serif Display", serif;
    letter-spacing: 2px;
}

.bookbtn .btn-all:hover {
    color: #bb985b;
    background-color: #fff;
    border: 1px solid #bb985b;
}

.bookbtn .btn-all.soldoutbutton {
    color: red;
    cursor: default;
}

.bookrent-main p {
    font-family: 'Poppins';
    font-size: 16px;
    letter-spacing: 0.1px;
    color: #FFF3CA;
}


/* logo section css */

.logomain {
    padding: 20px 20px 80px;
}

.logo-slider {
    overflow: hidden;
    white-space: nowrap;
    padding: 20px 0;
    position: relative;
}

.logo-slider .slide-track {
    display: flex;
    animation: scroll 20s linear infinite;
    width: calc(250px * 10);
    align-items: center;
}

.logo-slider .slide {
    width: 250px;
    margin: 0 20px;
    text-align: center;
}

.logo-slider img {
    max-width: 100%;
    filter: brightness(0.9);
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.slidercar span.visually-hidden {
    display: none;
}

/* testimonial section css start */

.testimonial-main {
    padding: 120px 0px 0px;
    position: relative;
}

.testimonial-main:after {
    content: '';
    background-image: url(../new-images/testi-before.png);
    width: 300px;
    height: 310px;
    display: block;
    top: 164px;
    position: absolute;
    left: 290px;
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
}

.testimonial-main:before {
    content: '';
    background-image: url(../new-images/testi-after.png);
    width: 300px;
    height: 297px;
    display: block;
    top: 0px;
    position: absolute;
    right: 260px;
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
}

.testimonial-topbar span {
    color: #000;
    background-color: #BB984B;
    padding: 10px 20px;
    font-size: 21px;
    font-family: "DM Serif Display", serif;
    ;
    font-weight: 600;
    border-radius: 10px;
}



.testimonial-sliderpart {
    padding-top: 80px;
}

.testimonial-slider {
    max-width: 100%;
    margin: auto;
}

.testimonial-item {
    display: flex;
}

.imgside,
.testimonial-content {
    min-height: 438px;
    width: 50%;
}

.testimonial-content {
    background-color: #141414;
    padding: 40px;
    border-radius: 0px 15px 15px 0px;
}

.stars {
    color: #FFD700;
    font-size: 20px;
    margin-bottom: 10px;
    display: flex;
    column-gap: 5px;
}

.stars img {
    width: 20px !important;
    height: 20px;
    border: none;
    border-radius: 0px;
    object-fit: unset;
    margin-right: 0;
}

.name {
    font-weight: 400;
    color: #BB985B;
    font-size: 24px;
    padding-top: 50px;
    font-family: "DM Serif Display", serif;
    ;
}

.location {
    font-size: 14px;
    color: #FFF3CA;
}

/* .owl-item.active.center .testimonial-item {
    opacity: 1;
    transform: scale(1);
} */

.rating {
    font-size: 64px;
    font-weight: 500;
    line-height: 70px;
    margin-bottom: 20px;
}

.rating span {
    font-size: 24px;
    line-height: 32px;
}

.testimonial-content p {
    margin-top: 50px;
    color: #fff;
    font-size: 18px;
    font-family: poppins;
}

.imgside img {
    height: 100%;
    object-fit: cover;
    border-radius: 15px 0px 0px 15px;
}


/* first book car section css */

.bookcar-main {
    position: relative;
}

.imgside-content.cartitle h2 {
    color: #fff;
    font-weight: 600;
}

.imgside-content.cartitle h2 span {
    color: #BB984B;
}

.textwidth {
    max-width: 480px;
    margin: auto;
}

.imgside-content .bookbtn .btn-all {
    font-size: 20px;
    max-width: 200px;
}

.imgside-car {
    background-image: url(../new-images/carbg.png);
    background-position: center left;
    background-size: 60% 100%;
    background-repeat: no-repeat;
    position: relative;
}

.bookcar-main:before {
    content: '';
    background-image: url(../new-images/carbefore.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    width: 530px;
    height: 126px;
    position: absolute;
    transform: translate(-100%, -50%);
    left: 35%;
    top: 60px;
    z-index: -1;
}

.bookcar-main:after {
    content: '';
    background-image: url(../new-images/carafter.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    width: 530px;
    height: 126px;
    position: absolute;
    transform: translate(-100%, 0%);
    left: 35%;
    bottom: 0px;
    z-index: -1;

}

.loop .owl-dots {
    display: none;
}

.imgside-car img {
    max-height: 500px;
}

.imgside-content.cartitle {
    background-image: url(../new-images/findbook-bg.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 100% 100%;
    min-height: 500px;
    display: flex;
    align-items: center;
}



/* footer css start */

.footer {
    padding: 50px 20px 25px;
    box-shadow: inset 0px 1px 10px rgb(187, 152, 91, 0.4)
}

.footer-logo {
    max-width: 142px;
}

.contact-info-1 img {
    filter: invert(1);
}

.contact-info-1 a,
.contact-info-1 {
    color: #fff !important;
    font-size: 14px !important;
}

.contentlist {
    display: flex;
    flex-direction: column;
    row-gap: 25px;
}

p.contact-info-1 {
    display: flex !important;
    column-gap: 15px !important;
}

.footer-head {
    font-family: 'poppins';
    font-size: 16px;
    margin-bottom: 30px;
    font-weight: 600;
    color: #BB985B;
}

ul.list-unstyled {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
}

ul.list-unstyled a {
    color: #fff;
    font-size: 14px;
}

.social-icons {
    display: flex;
    column-gap: 15px;
}

.social-icons img {
    filter: invert(1);
}

.footer hr {
    border: 1px solid #fff;
}

.copyright {
    color: #fff;
    font-size: 16px;
}

.copyright a {
    color: #bb985b;
}



/*modal css*/

.modalnew h4.modal-title {
    color: #bb985b;
    font-size: 25px;
    text-transform: uppercase;
    line-height: 30px;
    font-weight: 700;
}

.modalnew .modal-body {
    padding: 0px;
}

.modal-contentinner {
    padding: 1rem;
}

.topcontent {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.topcontent h4 {
    color: #000;
    font-size: 20px;
    border-bottom: 2px solid #bb985b;
    font-weight: 500;
}

.modalnew .modal-dialog {
    max-width: 800px;
}

.formmodal form {
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
    row-gap: 10px;
}

.formdiv {
    width: 49%;
}

.formdiv input,
.formdiv select {
    width: 100%;
    padding: 10px 10px;
    border-radius: 5px;
    border: 1px solid #ddd;
    color: #000;
    height: 48px;
    font-size: 16px;
}

.formdiv input::placeholder,
.formdiv input:focus,
.formdiv input:focus-visible {
    color: #000;
    font-size: 16px;
    outline: none !important;
}

.submitbtn.btndiv {
    width: 100%;
}

.submitbtn.btndiv button {
    width: 100%;
    padding: 15px 10px;
    color: #fff;
    background-color: #bb985b;
    padding: 10px 30px;
    border-radius: 50px;
    border: 1px solid #bb985b;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.5px;
    width: 100%;
    font-family: 'poppins';
}

.submitbtn.btndiv button:hover {
    color: #bb985b;
    background-color: #fff;
}


.mobilebutton {
    display: none;
}

.hr.formdiv.formdiv-full {
    width: 100%;
}

ul#iti-0__country-listbox {
    max-width: 262px;
    background-color: #000;
    font-size: 12px;
    box-shadow: none;
}

.modal-open .modal.show {
    display: flex;
    !important;
    align-items: center;
    justify-content: center;
}