@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap");
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    scroll-behavior: smooth !important;
}
/* bootstrap custom */
.text-danger {
    color: var(--secondary) !important;
}
.text-primary {
    color: var(--primary) !important;
}
.btn-danger {
    color: #fff;
    background-color: var(--secondary) !important;
    border-color: var(--secondary) !important;
}
.bg-danger {
    background-color: var(--secondary) !important;
}
.btn-primary {
    color: #fff;
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
}
.btn-primary:hover {
    color: #fff;
    background-color: var(--secondary) !important;
    border-color: var(--secondary) !important;
}
.bg-light {
    background-color: var(--background) !important;
}
/* .badge-success {
    color: #fff;
    background-color: var(--price_badge_bg_color) !important;
} */
/* end bootstrap custom */
* {
    margin: 0;
    padding: 0;
    /*user-select: none;*/
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}
body {
    background: var(--background);
}
a:hover {
    text-decoration: none !important;
}
/*************** NAVBAR STYLE *****************/
/* .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
}
.col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
} */
.navbar {
    position: fixed;
    width: 100%;
    z-index: 1000;
    transition: 0.5s;
    background-color: var(--primary);
    padding: 0;
    margin: 0 !important;
    min-height: 70px;
}
.navbar.scrolled {
    background-color: var(--primary) !important;
}

.navbar:after {
    content: "";
    clear: both;
    display: table;
}
.navbar .logo {
    /* float: left; */
    font-size: 27px;
    font-weight: 600;
    /* line-height: 86px; */
    /* padding-left: 60px; */
    /* max-width: 300px; */
    text-align: center;
}
.navbar .logo img {
    width: 100%;
    max-width: min-content;
    height: auto;
    max-height: 50px;
}
.navbar .logo .prefix {
    color: var(--title_prefix);
}

.navbar .logo .suffix {
    color: var(--title_suffix);
}
.navbar ul {
    /* float: right;  */
    margin: 0;
    /* margin-right: 11%; */
    list-style: none;
    position: relative;
    line-height: 6;
    display: flex;
    justify-content: center;
}
.navbar ul li {
    float: left;
    display: inline-block;
    /* background: var(--primary); */
    margin: 0 5px;
}
.navbar ul li a {
    color: var(--navbar-links);
    line-height: 70px;
    text-decoration: none;
    font-size: 16px;
    padding: 8px 11px;
    text-decoration: none;
    transition: 0.4s;
    text-transform: uppercase;
    font-weight: 400;
}
.navbar ul li a:hover {
    color: var(--navbar-links-hover);
    text-decoration: none;
}
.navbar ul ul li a:hover {
    box-shadow: none;
    text-decoration: none;
}
.navbar ul ul {
    position: absolute;
    top: 106px;
    border-top: 3px solid var(--navbar-links-hover);
    opacity: 0;
    visibility: hidden;
    transition: top 0.4s;
}
.navbar ul ul ul {
    border-top: none;
}
.navbar ul li:hover > ul {
    top: 86px;
    opacity: 1;
    visibility: visible;
}
.navbar ul ul li {
    position: relative;
    margin: 0px;
    width: 150px;
    float: none;
    display: list-item;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.navbar ul ul li a {
    line-height: 50px;
}
.navbar ul ul ul li {
    position: relative;
    top: -60px;
    left: 150px;
}
.navbar .show,
.navbar .icon,
.navbar input {
    display: none;
}
.fa-plus {
    font-size: 15px;
    margin-left: 40px;
}

#reserveModal .modal-header,
#reserveModal .modal-body{
    color:  var(--primary);
}
@media all and (max-width: 1067px) {
    #resForm label{
        margin-top: 15px;
    }
    .col-3 {
        flex: 0 0 60%;
        max-width: 60%;
    }
    .col-9 {
        flex: 0 0 40%;
        max-width: 40%;
    }
    .navbar ul {
        margin-right: 0px;
        float: left;
        border-top: 2px #454340 solid;
        width: 100%;
    }
    .navbar .logo {
        padding-left: 10px;
        width: min-content;
        text-align: left;
        /* max-width: 200px; */
    }
    .show + a,
    .navbar ul {
        display: block;
        line-height: 0;
        position: fixed;
        top: 0px;
        left: 0;
        bottom: 0;
        background: var(--primary);
        width: 300px;
        transition: 0.4s;
        text-align: left;
        padding-left:50px;
        padding-top: 30px;
    }
    .navbar ul li,
    .navbar ul ul li {
        display: block;
        width: 100%;
        margin: 0 !important;
    }
    .navbar ul li a,
    .navbar ul ul li a {
        padding: 0.25rem !important;
    }
    .opacity-0{
        opacity: 0;
        display: none !important;
    }
    .navbar ul li a:hover {
        box-shadow: none;
    }
    .show {
        display: block;
        color: white;
        font-size: 18px;
        padding: 0 20px;
        line-height: 70px;
        cursor: pointer;
    }
    .show:hover {
        color: var(--navbar-links-hover);
    }
    .icon {
        display: block !important;
        color: white;
        position: absolute;
        top: 0;
        right: 40px;
        line-height: 70px;
        cursor: pointer;
        font-size: 25px;
        z-index: 999;
    }
    .navbar ul ul {
        top: 70px;
        border-top: 0px;
        float: none;
        position: static;
        display: none;
        opacity: 1;
        visibility: visible;
    }
    .navbar ul ul a {
        padding-left: 40px;
    }
    .navbar ul ul ul a {
        padding-left: 80px;
    }
    .navbar ul ul ul li {
        position: static;
    }
    [id^="btn"]:checked + ul {
        display: block;
        background: var(--primary);
    }
    .navbar ul ul li {
        border-bottom: 0px;
    }
    span.cancel:before {
        content: "\f00d";
    }
}
/*************** END NAVBAR STYLE *****************/
/**************************************************/
.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: var(--primary);
    background-color: var(--primary);
}
/*************** HOME STYLE *****************/
.home {
    width: 100%;
    height: auto;
    min-height: 90vh;
    color: var(--light);
    display: flex;
    align-items: center;
    position: relative;
    /* background: var(--primary); */
    background-image: url(/assets/images/bg-home.jpg),
        linear-gradient(#222222, var(--primary));
    background-position: center;
    background-blend-mode: multiply;
    background-size: cover;
    background-attachment: fixed;
}
.wave-style {
    z-index: -1;
    position: absolute;
    bottom: 0;
    height: auto;
    width: 100%;
}

.wave-style path {
    fill: var(--background);
}
.home h2 {
    font-size: 2.8rem;
}
.home p {
    font-size: 22px;
    margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
    .infos-form {
        width: 95% !important;
        margin-top: -100px !important;
    }
    .wave-style {
        display: none;
    }
    .home {
        min-height: 100vh;
    }
    .home h1 {
        margin-top: 30px;
    }
    .home img {
        margin-top: 40px;
    }
}
.home h1 {
    margin-bottom: 6%;
}
/*************** END HOME STYLE *****************/
/************************************************/
/*************** WHY US STYLE *****************/
.why-us {
    width: 100%;
    height: auto;
    min-height: 60vh;
    background: var(--background);
    padding-bottom: 15vh;
}
.why-us-icons {
    width: 65px;
    height: 65px;
}
.why-us-card {
    padding: 15px;
}
.why-us-card .no-gutters p {
    width: 100%;
    text-align: center;
}
.section-title {
    padding: 10px;
    border-left: 8px var(--secondary) solid;
    color: var(--primary);
    text-align: center;
    margin: auto;
    width: 280px;
}
@media screen and (max-width: 768px) {
    .why-us {
        padding-top: 10vh;
    }
}
/*************** END WHY US STYLE *****************/
/*************** FORM1 STYLE    *****************/
.form1 {
    width: 100%;
    height: auto;
    padding-bottom: 1vh;
    padding-top: 1vh;
}
/*************** END FORM1 STYLE ***************/
/*************** VEHICLE STYLE *****************/
.vehicles {
    width: 100%;
    height: auto;
    min-height: 60vh;
    background: var(--primary);
    padding-bottom: 10vh;
    padding-top: 10vh;
}
.vehicles-icons {
    width: 100%;
    height: auto;
    /* max-height: 240px; */
}
.vehicles-card {
    padding: 0px;
    position: relative;
}
.vehicles-card .card-header span {
    position: absolute;
    top: 5px;
    left: 5px;
    font-size: 13px;
}
.vehicles-card .no-gutters p {
    width: 100%;
    text-align: center;
}
.vehicles-title {
    padding: 10px;
    border-left: 8px var(--secondary) solid;
    color: var(--light);
    text-align: center;
    margin: auto;
    width: 280px;
}
nav .page-item.active .page-link{
    background-color:var(--secondary)!important;
    border-color:var(--secondary)!important;
  }
.vehicle-card-price {
    font-size: 16px;
    float: right;
}
.btn-reserve {
    width: 48%;
}
.btn-reserve i {
    font-size: 20px;
}
.reservation-form-img {
    height: auto;
    width: 100px;
    border-radius: 5px;
}
@media screen and (max-width: 768px) {
    .btn-reserve {
        width: 100%;
    }
}
/*************** END VEHICLE STYLE *****************/
/*************** testimonials STYLE *****************/
.testimonials {
    width: 100%;
    height: auto;
    min-height: 60vh;
    background: var(--primary);
    padding-bottom: 5vh;
    padding-top: 8vh;
    box-shadow: 0px 0px 200px -125px var(--secondary);
}
.testimonials-title {
    padding: 10px;
    border-left: 8px var(--secondary) solid;
    color: #fff;
    text-align: center;
    margin: auto;
    width: 230px;
}
.testimonials .box {
    background: #fff;
    width: calc(33% - 10px);
    padding: 25px;
    border-radius: 3px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
}
.testimonials .box i.quote {
    font-size: 20px;
    color: var(--secondary);
}
.testimonials .box .content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 10px;
}
.box .info .name {
    font-weight: 600;
    font-size: 17px;
    color: var(--primary);
}
.box p {
    color: var(--dark);
    font-family: verdana;
}
.box .info .job {
    font-size: 16px;
    font-weight: 500;
    color: var(--secondary);
}
.box .info .stars {
    margin-top: 2px;
}
.box .info .stars i {
    color: var(--warning);
}
.box .content .image {
    height: 75px;
    width: 75px;
    padding: 3px;
    background: var(--secondary);
    border-radius: 50%;
    display: flex;
    align-items: center;
}
.box .content .image span {
    margin: auto;
}
.box .content .image span i {
    font-size: 50px;
    color: var(--background);
}
.content .image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid #fff;
}
.box:hover .content .image img {
    border-color: #fff;
}
.testimonials .container .row .col-md-12 {
    max-width: 1200px;
    margin: auto;
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 1045px) {
    .testimonials .box {
        width: calc(50% - 10px);
        margin: 10px 0;
    }
}
@media (max-width: 702px) {
    .testimonials .box {
        width: 100%;
    }
}

/*************** END testimonials STYLE *****************/
/*************** CONTACT US STYLE *****************/
.contact-us {
    width: 100%;
    height: auto;
    min-height: 60vh;
    background: #424242;
    padding-bottom: 15vh;
    padding-top: 15vh;

    background-image: url(/assets/images/bg-testimontial.jpg),
        linear-gradient(#646464, var(--secondary));
    background-position: center;
    background-blend-mode: multiply;
    background-size: cover;
    background-attachment: fixed;
}
.btn-contact-form {
    position: relative;
    width: 145px;
}
.btn-contact-form img {
    width: 30px;
    position: absolute;
    top: 2px;
    right: 7px;
}
.hide {
    display: none;
}
.required {
    color: var(--secondary);
    font-size: 25px;
    line-height: 0.4;
    float: left;
    margin-right: 3px;
}
.contact-info {
    font-size: 17px;
}
/*************** END CONTACT US STYLE *****************/
/*************** COUNTER UP STYLE *****************/
.counter {
    width: 100%;
    height: auto;
    min-height: 40vh;
    padding-bottom: 9vh;
    padding-top: 9vh;
    background: #949494;
    background-image: url(/assets/images/bg-keys.jpg),
        linear-gradient(#a6a6a6, #4c3719);
    background-position: center;
    background-blend-mode: multiply;
    background-size: cover;
    background-attachment: fixed;
}
.counter-title {
    padding: 10px;
    border-left: 8px var(--secondary) solid;
    color: var(--primary);
    text-align: center;
    margin: auto;
    width: 230px;
}
.counter-up {
    min-height: 17vh;
    padding: 0 50px;
    position: relative;
    display: flex;
    align-items: center;
}
.counter-up::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.counter-up .content {
    z-index: 1;
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.counter-up .content .box {
    width: calc(25% - 30px);
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: column;
    padding: 20px;
}
.content .box i {
    font-size: 48px;
    color: var(--secondary);
}
.content .box .counter-nb,
.counter-plus {
    font-size: 50px;
    font-weight: 500;
    color: #fff;
    font-family: sans-serif;
}
.content .box .text {
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
}
@media screen and (max-width: 1036px) {
    .counter-up {
        padding: 50px 50px 0 50px;
    }
    .counter-up .content .box {
        width: calc(50% - 30px);
        margin-bottom: 50px;
    }
}
@media screen and (max-width: 580px) {
    .counter-up .content .box {
        width: 100%;
    }
}
@media screen and (max-width: 500px) {
    .wrapper {
        padding: 20px;
    }
    .counter-up {
        padding: 30px 20px 0 20px;
    }
}
/*************** END COUNTER UP STYLE *****************/
/*************** PRIVACY STYLE *****************/
.privacy {
    width: 100%;
    height: auto;
    min-height: 60vh;
    background: var(--background);
    padding-bottom: 15vh;
    padding-top: 15vh;
}
.privacy-title {
    padding: 10px;
    border-left: 8px var(--secondary) solid;
    color: var(--primary);
    text-align: center;
    margin: auto;
    width: 390px;
}
.privacy p,
.privacy ul {
    font-size: 15px;
    color: var(--dark);
    font-weight: 500;
    font-family: verdana;
}
.privacy ul {
    padding-left: 30px;
}
.privacy h2 {
    color: #202040;
    font-size: 24px;
    font-weight: 500;
    font-family: verdana;
}
@media screen and (max-width: 768px) {
    .privacy-title {
        width: auto;
    }
}
/*************** END PRIVACY STYLE *****************/
/*************** GENERAL TERMS STYLE *****************/
.general-terms {
    width: 100%;
    height: auto;
    min-height: 60vh;
    background: var(--background);
    padding-bottom: 15vh;
    padding-top: 15vh;
}
.general-terms-title {
    padding: 10px;
    border-left: 8px var(--secondary) solid;
    color: var(--primary);
    text-align: center;
    margin: auto;
    width: 390px;
}
.general-terms p,
.general-terms ul {
    font-size: 15px;
    color: var(--dark);
    font-weight: 500;
    font-family: verdana;
}
.general-terms ul {
    padding-left: 30px;
}
.general-terms h2 {
    color: #202040;
    font-size: 24px;
    font-weight: 500;
    font-family: verdana;
}
.general-terms h4 {
    color: #202040;
    font-size: 21px;
    font-weight: 500;
    font-family: verdana;
    margin-left: 10px;
}
@media screen and (max-width: 768px) {
    .general-terms-title {
        width: auto;
    }
}
/*************** END GENERAL TERMS STYLE *****************/
/*************** ABOUT US STYLE *****************/
.about-us {
    width: 100%;
    height: auto;
    min-height: 60vh;
    background: var(--background);
    padding-bottom: 15vh;
    padding-top: 15vh;
}
.about-us-title {
    padding: 10px;
    border-left: 8px var(--secondary) solid;
    color: var(--primary);
    text-align: center;
    margin: auto;
    width: 200px;
}
.about-us p {
    font-size: 15px;
    color: var(--dark);
    font-weight: 500;
    font-family: verdana;
}
@media screen and (max-width: 768px) {
    .about-us-title {
        width: auto;
    }
}
/*************** END ABOUT US STYLE *****************/
/*************** FOOTER STYLE *****************/
footer {
    width: 100%;
    background: var(--primary);
}
footer .main-content {
    display: flex;
}
footer .main-content .box {
    flex-basis: 50%;
    padding: 40px 30px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}
footer .box h2 {
    font-size: 1.125rem;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--navbar-links);
}
footer .box .content {
    margin: 20px 0 0 0;
    position: relative;
}
footer .box .content:before {
    position: absolute;
    content: "";
    top: -10px;
    height: 2px;
    width: 100%;
    background: var(--primary);
}
footer .box .content:after {
    position: absolute;
    content: "";
    height: 2px;
    width: 15%;
    background: var(--secondary);
    top: -10px;
}
footer .left .content p {
    text-align: justify;
    color: #fff;
}
footer .left .content .social {
    margin: 20px 0 0 0;
}
footer .left .content .social a {
    padding: 0 2px;
}
footer .left .content .social a span {
    height: 40px;
    width: 40px;
    color: var(--background);
    line-height: 40px;
    text-align: center;
    font-size: 1.4rem;
    border-radius: 5px;
    transition: 0.4s;
}
footer .left .content .social a span:hover {
    color: var(--secondary);
}
footer .center .content a {
    font-size: 1rem;
    font-weight: 500;
    padding-left: 10px;
    color: var(--navbar-links);
    transition: 0.4s;
}
footer .center .content a:hover {
    color: var(--navbar-links-hover);
}
footer .bottom center {
    padding: 5px;
    font-size: 0.9375rem;
    background: var(--primary);
}
footer .bottom center span {
    color: var(--light);
}
footer .bottom center a {
    color: var(--navbar-links);
    text-decoration: none;
    transition: 0.4s;
}
footer .bottom center a:hover {
    text-decoration: underline;
    color: var(--navbar-links-hover);
}
@media screen and (max-width: 900px) {
    footer {
        position: relative;
        bottom: 0px;
    }
    footer .main-content {
        flex-wrap: wrap;
        flex-direction: column;
    }
    footer .main-content .box {
        margin: 5px 0;
    }
}
/**************** END FOOTER STYLE *******************/

@media screen and (max-width: 690px) {
    #progressbar {
        display: grid !important;
    }
    #progressbar li {
        width: 100% !important;
        margin-top: 10px;
    }
}
