﻿/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
background-color:#fcfcfc;
color: #1b2429;
}

/* NAVBAR
-------------------------------------------------- */
header nav.navbar.main-menu ul.navbar-nav li.nav-item a.nav-link {
    font-size: 1.4rem;
    text-transform: uppercase;
    font-weight: 400;
    padding: 0px;
    border-bottom: 1px solid;
    color: #1b2429;
}

header nav.navbar.main-menu ul.navbar-nav li.nav-item a.nav-link:hover {
    border-bottom: 1px solid;
    border-bottom-color: cornflowerblue;
    color: #1b2429;
}

.navbar-brand:hover {
    transform: scale(1.1);
    transition: all 0.7s;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
}

.navbar-brand:not( :hover ) {
    transform: scale(1.0);
    transition: all 0.7s;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
}

#sideNav ul {
    font-size: 1.5em;
    text-transform: uppercase;
}

.offcanvas-collapse {
    position: fixed;
    top: 0px; /* Height of navbar */
    bottom: 0;
    left: 100%;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: #fcfcfc;
    transition-timing-function: ease-in-out;
    transition-duration: .3s;
    transition-property: left, visibility;
}

.offcanvas-collapse.open {
    left: 0;
    visibility: visible;
}
i.fa-bars {
    color: white;
    text-shadow: 0px 0px 8px #1b2429;
}

.logoMobile {
    padding: 0;
}
.logoMobile > .container-fluid {
    min-height:300px;
    padding:0;
}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
/* Carousel base class */
.carousel {
    margin-bottom: 3rem;
    width: 100%;
    padding:0;
}

.carousel img {
    width:100%;
    object-fit:cover;
}

.carousel i.fas.fa-angle-left {
    color: #1b2429;
    font-size: 4em;
}
.carousel i.fas.fa-angle-right {
    color: #1b2429;
    font-size: 4em;
}


.car-presentation {
    background-color: #f0f0f0;
}

.MultiCarousel {
    float: left;
    overflow: hidden;
    width: 80%;
    margin: 0;
    position: relative;
    display: inline;
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}

.MultiCarousel .MultiCarousel-inner {
    transition: 1s ease all;
    float: left;
}

a.leftLst, a.rightLst {
    font-size: 2em;
    color: #1b2429;
}
.arrow-container {
    display: inline;
    width: 10%;
    height: 100%;
    margin: auto 0;
    box-sizing: border-box;
    padding: 0;
    text-align: center;
}
@media (min-width: 768px) {
    .MultiCarousel  {
        width:90%;
    }

    .arrow-container {
        width:5%;

    }

    a.leftLst, a.rightLst {
        font-size: 4em;
    }
}

.MultiCarousel .MultiCarousel-inner .item {
    float: left;
}

.MultiCarousel .MultiCarousel-inner .item > div {
    text-align: center;
    padding: 10px;
    margin: 10px;
    background: #f1f1f1;
    color: #666;
}

.MultiCarousel img:hover {
    transform: scale(1.1);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}



.MultiCarousel img:not( :hover ) {
    transform: scale(1.0);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

.MultiCarousel a {
    text-decoration: none;
    color: #1b2429;
}

.leftLst.over, .rightLst.over {
    visibility: hidden;
}



    /* Featurettes
------------------------- */

    .featurette-divider {
        margin: 5rem 0; /* Space out the Bootstrap <hr> more */
    }


    /* RESPONSIVE CSS
-------------------------------------------------- */

    @media (min-width: 40em) {
        /* Bump up size of carousel content */
        .carousel-caption p {
            margin-bottom: 1.25rem;
            font-size: 1.25rem;
            line-height: 1.4;
        }

        .featurette-heading {
            font-size: 50px;
        }
    }

    @media (min-width: 62em) {
        .featurette-heading {
            margin-top: 7rem;
        }
    }

    /*
 * Footer
 */
    .blog-footer {
        padding: 2.5rem 0;
        color: #999;
        text-align: center;
        background-color: #f9f9f9;
        margin-top: 0;
    }

        .blog-footer p:last-child {
            margin-bottom: 0;
        }

    footer i.fa-angle-up {
        font-size: 2em;
    }

    footer a {
        color: #30526e;
    }

        footer a:hover {
            color: #30526e;
        }


    /*
 * About
 */

    div.about h2 {
        text-transform: uppercase;
        font-size: 2em;
        margin-bottom: 2rem;
        color: #505e66;
    }

        div.about h2 span {
            border-bottom: 1px solid #30526e;
        }

    div.about div.rectangle {
        display: inline-block;
        width: 40px;
        height: 40px;
        background-color: #30526e;
        position: relative;
        top: 8px;
    }

    div.about p {
        text-align: justify;
        font-size: 1.25em;
        margin-bottom: 0;
    }

    /*
 * Paralax
 */
    .parallax {
        /* Create the parallax scrolling effect */
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        margin-top: 5em;
        margin-bottom: 5em;
    }

    @media only screen and (min-device-width : 320px) and (max-device-width : 1024px) {
        .parallax {
            background-attachment: unset !important;
            background-position: center top !important;
        }
    }

    .parallax {
        /* Set a specific height */
        height: 33vh;
    }


    @media (min-width: 1200px) {
        .parallax {
            /* Set a specific height */
            height: 24vh;
        }
    }

    .parallax.first {
        /* The image used */
        background-image: url('../images/index/bg2.jpg');
    }

    @media (min-width: 768px) {
        .parallax.first {
            /* The image used */
            background-image: url('../images/index/bg.jpg');
        }
    }

    .parallax.second {
        /* The image used */
        background-image: url('../images/index/kali2.jpg');
    }

    /*
 * Contact
 */

    .contact a {
        color: #30526e;
    }

        .contact a:hover {
            color: #447196;
        }

    .contact button {
        color: #30526e;
        border-color: #30526e;
    }

        .contact button:hover {
            color: white;
            border-color: #30526e;
            background-color: #30526e;
        }

    .fast-contact {
        font-size: 1.25em;
    }

    @media (max-width: 768px) {
        .fast-contact {
            margin-top: 2em;
            text-align: center;
        }
    }

    @media (max-width: 767px) {

        #TextArea {
            margin-top: 1em;
            padding-bottom: 3em;
        }
    }

    .fast-contact i {
        font-size: 1.5em;
        margin-bottom: 1rem;
        margin-right: 0.5em;
        color: #30526e;
    }

        .fast-contact i:hover {
            color: #447196;
        }


    /* Portfolio */

    ul.portfolio {
        padding: 0;
        list-style: none;
        margin-top: 30px;
        margin-left: 8px;
        text-align: center;
    }

        ul.portfolio li {
            display: inline-block;
            padding: 8px 6px;
            margin: 0 8px;
            text-transform: uppercase;
            font-size: 14px;
            font-weight: 400;
            color: #333;
            border: none;
            cursor: pointer;
            font-size: 13px;
        }

            ul.portfolio li:hover {
                border-bottom: 0.5px solid #1b2429;
            }

    #portfolio a {
        text-decoration: none;
        color: #1b2429;
    }

    #portfolio img:hover {
        transform: scale(1.1);
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
    }



    #portfolio img:not( :hover ) {
        transform: scale(1.0);
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
    }


    ul.portfolio li.mixitup-control-active {
        border-bottom: 1px solid #1b2429;
    }

    .portfolio .item {
        margin-top: 30px;
        position: relative;
    }

        .portfolio .item img {
            width: 100%;
        }

    .portfolio h2 span {
        border-bottom: 1px solid #1b2429;
    }

    /*
 * Offer
 */
    .offer h4 {
        font-weight: 300;
        margin-top: 1em;
    }

    .offer a {
        color: #30526e;
    }

    .offer > .row > div {
        margin-top: 5em;
    }

.offer img:hover {
    transform: scale(1.1);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}



.offer img:not( :hover ) {
    transform: scale(1.0);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

    .offer a:hover {
        color: #447196;
        text-decoration: none
    }

    .offer i {
        font-size: 3em;
    }
    /*
 * Offer
 */

    #car h2 span {
        border-bottom: 1px solid #1b2429;
    }

    #car a {
        text-decoration: none;
        color: #1b2429;
    }

    /*
 * Car details
 */

    #carDetails i {
        display: block;
        font-size: 3em;
        text-align: center;
        margin-top: 1em;
        margin-bottom: 1em;
    }

    #carDetails p, #carDetailsPrice p {
        display: block;
        font-size: 1.25em;
        text-align: center;
        text-transform: uppercase;
    }

        #carDetailsPrice p:first-of-type {
            font-weight: 600;
            font-size: 1.5em;
        }

    #carDetailsH {
        text-transform: uppercase;
    }

    h4 span {
        border-bottom: 1px solid #1b2429;
    }

    .row-content {
        margin: 0px auto;
        padding: 50px 0px;
        border-bottom: 1px ridge;
        min-height: 400px;
    }

    .carDescription {
        font-size: 1.2em;
    }
    /*
     Cookie
 */
    .cookie {
        font-size: 0.9rem;
    }