@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap');
:root {
    --white: #fff;
    --black: #000;
    --primary: #C97F4B;
    --secondary: #4E88AA;
}

html {
    scroll-behavior: smooth;
    height: 100%;
}

body {
    position: relative;
    background: #fff;
    overflow-x: hidden;
    height: 100%;
    font-family: "Poppins", sans-serif;
}

@media (min-width: 1700px) {
    .container {
        max-width: 1380px;
    }
}


/* How to add New font */


/* @font-face {
	font-family: "Font Name";
	src: url("../fonts/fontpath.ttf");
  } */

section {
    position: relative;
}
/*header,*/
/*footer{*/
/*    overflow-x: hidden;*/
/*}*/

p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 2;
    color: #828282;
}

h1,
h2,
h3,
h4 {
    font-family: 'Montserrat', sans-serif;
}

h5,
h6 {
    color: #000;
}

.img-auto {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

a,
button {
    text-decoration: none !important;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a:hover,
button:hover {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

figure {
    margin: 0;
}


/* loader */

.preLoader {
    width: 100%;
    height: 100%;
    z-index: 1111;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.preLoader.black {
    background-color: var(--white);
    z-index: 11113;
}

.preLoader.white {
    z-index: 11112;
    background-color: var(--theme-color);
}


/* loader */


/* btn css */

.themeBtn {
    background: var(--primary);
    font-size: 1.125rem;
    color: var(--white);
    text-transform: uppercase;
    font-weight: 500;
    display: inline-block;
    padding: 0.85em 2em;
    border-radius: 29px;
    line-height: normal;
}

.themeBtn:hover {
    background: var(--secondary);
    color: #fff;
}

.themeBtn2:hover {
    background: var(--primary);
    color: #fff;
}

.themeBtn2 {
    background: var(--secondary);
    font-size: 1.125rem;
    color: var(--white);
    text-transform: uppercase;
    font-weight: 500;
    display: inline-block;
    padding: 0.85em 2em;
    border-radius: 29px;
    line-height: normal;
}

.themeBtn.borderBtn {
    background: transparent;
    border: 1px solid #fff;
    padding: 1.04em 2em;
}


/* btn css */


/* navigation css */

header {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 111;
    top: 0;
    width: 100%;
    /* padding: 1rem 0; */
    transition: 0.3s ease-in-out;
}

.navbar-nav {
    align-items: center;
    gap: 2rem;
}

.navbar-nav .nav-item .nav-link {
    font-size: 1rem;
    color: var(--white);
    text-transform: uppercase;
    font-weight: 500;
    padding: 0 0;
    display: inline-block;
}

.an-navbar {
    background: var(--theme-color);
    padding: 1.35rem 0;
}


/* navigation css */


/* slider css */

.main-slider {
    height: 1034px;
}

.homeSlider.swiper-container {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    overflow: hidden;
}

.homeSlider.swiper-container .swiper-slide {
    overflow: hidden;
}

.homeSlider .swiper-pagination {
    bottom: 8rem;
    width: fit-content;
    left: 18rem;
}

.homeSlider .swiper-button-prev,
.homeSlider .swiper-button-next {
    width: 4.35rem;
    height: 4.35rem;
    font-size: 1rem;
    color: #fff;
    display: inline-grid;
    place-items: center;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.28);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    transition: 0.3s ease-in-out;
    cursor: pointer;
}

.homeSlider .swiper-button-next {
    right: 1rem;
}

.homeSlider .swiper-button-prev {
    left: 1rem;
}

.homeSlider .swiper-button-next:hover,
.homeSlider .swiper-button-prev:hover {
    background: var(--white);
    color: var(--black);
}

.homeSlider .swiper-pagination-bullet {
    height: 12px;
    width: 12px;
    display: inline-block;
    margin: 0 0.5rem !important;
    opacity: 1;
    border: 1px solid var(--white);
    background: transparent;
}

.homeSlider .swiper-pagination-bullet-active {
    background: var(--white);
    position: relative;
}

.homeSlider .slide-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}

.main-slider h1 {
    margin: 0;
    color: var(--white);
    font-size: 6.875rem;
    line-height: 1;
    font-weight: bold;
    text-transform: capitalize;
}

.main-slider h2 {
    margin: 0;
    color: var(--white);
    font-size: 1.875rem;
    line-height: 1;
    font-weight: 500;
    text-transform: uppercase;
}

.main-slider h3 {
    margin: 0;
    color: var(--white);
    font-size: 1.625rem;
    line-height: 1;
    font-weight: 400;
    text-transform: capitalize;
}

.main-slider p {
    color: var(--white);
    font-weight: 400;
    line-height: 1.7;
    margin-top: 1rem;
    font-size: 1.125rem;
}

.dbleimg img {
    position: absolute;
}

.blueline {
    bottom: -2rem;
    left: 16rem;
}


/* slider css */

.subHead {
    font-size: 1.5625rem;
    font-weight: 500;
    text-transform: uppercase;
}

.mainHead {
    font-size: 5.625rem;
    font-weight: bold;
    text-transform: capitalize;
}

img.img-fluid.mouse1 {
    bottom: 16rem;
    left: 18rem;
}


/* aboutsection css start  */

.aboutsection {
    padding: 21rem 0 5rem 0;
    background-color: #274455;
    margin-top: -13rem;
    z-index: -1;
}

.abtcntnt .subHead {
    color: #fff;
}

.abtcntnt .mainHead {
    color: #fff;
}

.abtcntnt h4 {
    font-size: 1.625rem;
    color: #fff;
    font-weight: 400;
}

.abtcntnt p {
    line-height: 1.6;
    font-size: 1.125rem;
    color: #fff;
}

section.aboutsection figure {
    position: relative;
}

img.img-fluid.abt2 {
    position: absolute;
    bottom: -1rem;
    left: 24rem;
    border: 5px solid var(--secondary);
    border-radius: 50%;
    box-shadow: -1.57px 14.92px 18px rgb(144 144 144 / 22%);
}

section.aboutsection figure::before {
    content: "";
    position: absolute;
    border: 1.5px dashed var(--secondary);
    width: 639px;
    height: 639px;
    border-radius: 50%;
    left: -2rem;
    top: -3rem;
    z-index: -1;
}


/* aboutsection css end  */


/* workSection css start  */

.workSection {
    padding: 5rem 0;
    background: #F3F3F3;
}

.workcntn p {
    font-size: 1.25rem;
    color: #000;
    margin-top: 1rem;
    font-weight: 500;
}

.workwrap {
    text-align: center;
}

.workwrap figure {
    border: 1px dashed #274455;
    border-radius: 50%;
    height: 233px;
    width: 233px;
    display: grid;
    place-content: center;
    margin: auto;
}

.workwrap figure:hover {
    background: var(--secondary);
}

.workwrap figure:hover img {
    filter: brightness(0) invert(1);
}

img.img-fluid.bmwimg {
    position: absolute;
    right: -10rem;
    top: -14rem;
}


/* workSection css end  */


/* rentalSection css start  */

.rentalSection {
    padding: 5rem 0;
    background: url(../images/rentalbg.png)no-repeat;
}

.rentbox figure img {
    width: 100%;
}

.rentalSection p {
    font-size: 1.125rem;
    color: #fff;
}

.rentalSection .mainHead {
    color: #fff;
}

.rentalSection .subHead {
    color: #fff;
}

.rentcntnt h4 {
    font-size: 1.875rem;
    color: #fff;
    font-weight: 600;
    margin-top: 1rem;
}

.rentcntnt h5 span {
    font-size: 0.875rem;
}

.rentcntnt p {
    font-size: 1rem;
    color: #fff;
}

.rentcntnt h5 {
    display: flex;
    align-items: center;
    font-size: 1.875rem;
    font-weight: 500;
    color: #fff;
    justify-content: space-between;
}

.star {
    color: #FEC007;
}

.rentwrap {
    border: 1px solid var(--secondary);
    border-radius: 10px;
    background: var(--secondary);
    padding: 33px 46px;
    min-height: 524px;
}

.rentwrap figure img {
    width: 315px;
    height: 172px;
    object-fit: cover;
}


/* rentalSection css end  */


/* rideshareSection css start */

.rideshareSection {
    padding: 5rem 0;
    background: #F3F3F3;
    z-index: -1;
}

.ridecntnt h2 {
    font-size: 3.625rem;
    font-weight: bold;
}

.ridecntnt p {
    font-size: 1.125rem;
    color: #000;
}

section.rideshareSection figure {
    position: relative;
}

section.rideshareSection figure::before {
    content: "";
    position: absolute;
    background: rgb(78 136 170 / 50%);
    width: 615px;
    height: 706px;
    border-radius: 10px;
    right: -2rem;
    top: 2rem;
    z-index: -1;
}


/* rideshareSection css end  */


/* testimonial css start  */

.testimonialSec {
    padding: 5rem 0;
}

.reviewBox {
    background: #fff;
    box-shadow: 0 2px 19px rgb(143 143 143 / 16%);
    padding: 3rem 1rem;
    margin: 1rem 10px;
}

.reviewBox span {
    color: #C97F4B;
    font-size: 1.2rem;
}

.reviewBox h2 {
    font-size: 1.625rem;
    text-transform: uppercase;
    font-weight: 600;
    margin: 16px 0 12px;
}

.reviewBox p {
    margin: 0 0 1.2rem;
}

.reviewBox figure {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.reviewBox figure span {
    font-size: 1.25rem;
    color: #000000;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
}

.testimonialSec .swiper-button-prev {
    left: -5rem;
    width: 68px;
    height: 68px;
    border: 2px solid #274455;
    border-radius: 50%;
}

.testimonialSec .swiper-button-prev:after {
    font-size: 1.5rem;
    color: #274455;
    font-weight: 800;
}

.testimonialSec .swiper-button-next {
    right: -5rem;
    width: 68px;
    height: 68px;
    border: 2px solid #274455;
    border-radius: 50%;
}

.testimonialSec .swiper-button-next:after {
    font-size: 1.5rem;
    color: #666666;
    font-weight: 800;
}

.testimonialSec .swiper-button-next:hover,
.testimonialSec .swiper-button-prev:hover {
    border-color: #CE8B5C;
}

.testimonialSec .swiper-button-next:hover:after,
.testimonialSec .swiper-button-prev:hover:after {
    color: #CE8B5C;
}


/* testimonial css end  */


/* blogsec css start*/

.blogSection {
    padding: 5rem 4rem;
    background: #274455;
}

.blogwrap figure img {
    width: 100%;
    border-radius: 20px;
}

section.blogSection .mainHead {
    color: #fff;
}

section.blogSection .subHead {
    color: #fff;
}

.blogcntnt h3 {
    font-size: 3.125rem;
    font-weight: bold;
    color: #fff;
    margin-top: 1rem;
}

.blogcntnt p {
    font-size: 1.25rem;
    color: #fff;
}

.blogcntnt a {
    font-size: 1.125rem;
    color: #fff;
}


/* blogsec css end  */


/* mutlilogo css start  */

.mltilogoSec .no-gutters {
    border-bottom: 0;
}

.mltilogoSec .no-gutters a {
    height: 179px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.mltilogoSec .no-gutters a:hover {
    box-shadow: 0 3px 54px rgb(191 191 191 / 30%);
}

section.mltilogoSec {
    padding: 5rem 0 10rem 0;
}

section.mltilogoSec p {
    font-size: 1.125rem;
    font-weight: 400;
    color: #000;
    text-align: center;
}

.col-md-3.rightlin a {
    border-right: unset;
}

.col-md-3.btdown a {
    border-bottom: unset;
}


/* mutlilogo css end  */


/* Footer Css Start */

footer {
    background: url(../images/footerbg.png)no-repeat;
    padding-top: 12rem;
    position: relative;
}

img.img-fluid.fotline {
    position: absolute;
    top: -1.5rem;
    left: 14rem;
}

footer ul li a:hover {
    color: var(--secondary);
}

footer h3 {
    font-size: 1.5625rem;
    color: var(--white);
    padding-bottom: 1.2rem;
}

.links li a {
    color: var(--white);
    text-transform: uppercase;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 500;
}

.links li+li {
    border-top: 1px dashed rgb(255 255 255 / 50%);
    padding-top: 10px;
    margin-top: 10px;
}

.contactInfom li a {
    color: var(--white);
}

.contactInfom li a span {
    display: block;
    font-size: 1rem;
    font-weight: 600;
    margin: 0 0 3px;
}

.contactInfom li+li {
    border-top: 1px dashed rgb(255 255 255 / 50%);
    padding-top: 1.25rem;
    margin-top: 1.25rem;
}

.socialLinks li a {
    display: inline-flex;
    align-items: center;
    gap: 1.25rem;
    color: var(--white);
}

.socialLinks li a span {
    text-decoration: underline !important;
}

.socialLinks li a i {
    background: rgb(255 255 255 / 20%);
    width: 39px;
    height: 39px;
    display: grid;
    place-items: center;
    border-radius: 50px;
    color: var(--white);
    font-size: 1.25rem;
}

.socialLinks li+li {
    border-top: 1px dashed rgb(255 255 255 / 50%);
    padding-top: 0.875rem;
    margin-top: 0.875rem;
}

.copyRight p {
    margin: 0;
    color: var(--white);
}

.copyRight {
    border-top: 1px solid rgb(223 223 224 / 50%);
    margin-top: 4rem;
    padding: 1.2rem 0;
}

.socialLinks li a i:hover {
    background: var(--secondary);
}


/* Footer Css End */

.topBar {
    background: var(--secondary);
    padding: 1rem 0;
    position: relative;
    z-index: 1;
}

.topBar p {
    font-size: 0.875rem;
    text-align: center;
    margin: 0;
    color: var(--white);
}

.topBar p a {
    color: #fff;
    text-transform: uppercase;
    text-decoration: underline !important;
}

.drpWraps {
    display: flex;
    gap: 0.625rem;
}

.dropdown+.dropdown {
    border-left: 1px solid #fff;
    padding-left: 0.625rem;
}

ul.socialLinks2 {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 1rem;
}

ul.socialLinks2 li {
    border: 1px solid #fff;
    border-radius: 50%;
    width: 33px;
    height: 33px;
    display: grid;
    place-content: center;
}

ul.socialLinks2 li a i {
    color: #fff;
}

.dropdown.show a {
    font-size: 0.875rem;
    color: #fff;
    font-family: 'Montserrat';
}

ul.socialLinks2 li:hover {
    background: var(--primary);
    border-color: var(--primary);
}

ul.socialLinks2 span {
    font-size: 0.875rem;
    color: #fff;
    font-family: 'Montserrat';
    font-weight: 400;
}

.navbar-nav .nav-item .nav-link:hover {
    color: var(--primary);
}

.rentcntnt .themeBtn:hover {
    background: #000;
}


/* innerpages Start */

.innerBan .overlay {
    position: absolute;
    text-align: left;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
}

.innerBan h2 {
    font-size: 90px;
    color: var(--white);
    text-transform: capitalize;
    font-weight: bold;
}

.innerBan {
    position: relative;
}

img.img-fluid.bluein {
    position: absolute;
    bottom: -2rem;
    left: 16rem;
}

figure.abtimg2::before {
    display: none;
}

.line {
    border: 1px solid rgb(255 255 255 / 50%);
    width: 1377px;
    margin-top: 6rem;
}

section.testimonialSec.innertesti {
    padding: 7rem 0;
}

section.testimonialSec.innertesti .reviewBox {
    margin-bottom: 2rem;
}

section.blogSection.bloginner .blogcntnt p {
    color: #000;
}

section.blogSection.bloginner .blogcntnt h3 {
    color: #000;
}

section.blogSection.bloginner {
    background: unset;
    padding: 7rem 4rem;
}

.contactBox {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.contactBox figure {
    background: #4E88AA;
    width: 100px;
    height: 100px;
    display: grid;
    place-items: center;
    border-radius: 100%;
    box-shadow: 0 0 0px 10px rgb(78 136 170 / 43%);
}

.contactInformations {
    width: calc(100% - 120px);
}

.contactInformations a {
    color: var(--black);
}

.contactInformations h4 {
    font-size: 24px;
    text-transform: uppercase;
    line-height: 1;
    color: #000;
}

section.cntactForm {
    padding: 8rem 0 3rem 0;
}

.contactInformations span {
    color: #000000;
    font-size: 16px;
}

.contactInformations a {
    color: #000000;
    font-size: 16px;
}

.contact-section {
    padding: 3rem 0 4rem 0;
}

.contactForm .form-group .form-control {
    border-left: unset;
    border-radius: unset;
    border-right: unset;
    border-top: unset;
    border-bottom: 1px solid #707070;
    height: 60px;
    margin-bottom: 2.5rem;
    box-shadow: none !important;
}

.contactForm .form-group .form-control:focus {
    border-color: var(--primary);
}

.contact-section .themeBtn {
    border: unset;
    background: var(--primary);
}

section.contact-section h5 {
    font-size: 25px;
    text-align: center;
    font-family: 'Montserrat';
    font-weight: 500;
}

.innerrental {
    padding: 7rem 0 7rem 0;
}

.rentbox figure img {
    border-radius: 10px 10px 0 0;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
}

.rentbox {
    margin-bottom: 3rem;
}

.rentalcntnt h4 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 1rem;
    font-size: 30px;
    font-weight: 600;
    font-family: 'Montserrat';
}

.rentalcntnt h4 span i {
    color: #C97F4B;
    font-size: 24px;
}

.rentalcntnt h4 span {
    font-size: 15px;
    font-weight: 500;
    font-family: 'Montserrat';
}

ul.renlist {
    display: flex;
    align-items: center;
    gap: 2rem;
    margin-top: 1rem;
    border-top: 1px solid rgb(112 112 112 / 30%);
    padding-top: 1rem;
}

ul.renlist li i {
    margin-right: 10px;
}

ul.renlist li {
    font-size: 14px;
    font-family: 'Montserrat';
    font-weight: 500;
}

ul.renlist li i {
    font-size: 18px;
}

.rentalcntnt p {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin-top: 10px;
}

.rentalcntnt h5 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.rentalcntnt h5 {
    font-size: 30px;
    font-weight: 500;
}

.rentalcntnt h5 .themeBtn {
    padding: 0.5em 1.1em;
    font-size: 16px;
}

.rentalcntnt {
    background: #F3F3F3;
    padding: 17px 22px;
    border-radius: 10px;
}

.pagination {
    width: fit-content;
    margin: auto;
    align-items: center;
    border-radius: 35px;
    border: 1px solid #7070709c;
}

.pagination a {
    background-color: transparent !important;
    border: 0;
    color: var(--black);
}

.pagination li:nth-child(2) a,
.pagination li:nth-child(3) a {
    border-right: 1px solid #7070709c;
    padding: 13px 25px;
}

.pagination li:first-child a,
.pagination li:last-child a {
    color: var(--white);
}

.list {
    list-style: disc;
    list-style-position: inside;
    color: #666666;
    margin-bottom: 2rem;
}

.list li+li {
    margin-top: 10px;
}

.workSection .mainHead {
    font-size: 4.625rem;
}

body.page-template-default.page.page-id-172.theme-buber-cars.woocommerce-checkout.woocommerce-page .checkout_form h3 {
    color: #000;
}
body.page-template-default.page.page-id-172.theme-buber-cars.woocommerce-checkout.woocommerce-page section.shop_detail.checkout_form {
    margin-top: 3rem;
}