/* custom menu */

.custom-nav {
    display: flex !important;
}

.sidebar .close {
    display: flex !important;
}

nav .menu-item svg {
    width: 10px;
    filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(262deg) brightness(100%) contrast(103%);
}

.button-menu {
    background: none !important;
    border-radius: 0px!important;
    padding: 0px 20px !important;
    margin: 0px 0px !important;
}

.button-menu svg {
    display: none !important;
}

.button-menu:hover {
    background-color: #2b3185;
}

.menu-btn {
    padding-left: 10px !important;
}

.menu-btn svg {
    margin-right: 10px;
}

nav .menu-item .sidebar {
    background-color: #cce1edd9;
    width: 240px !important;
    height: 370px !important;
    position: absolute;
    z-index: 99;
    top: 70px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: -5px 4px 12px rgb(0 0 0 / 21%);
    overflow-x: hidden;
    scrollbar-color: #636d6d transparent !important;
}

.sidebar::-webkit-scrollbar {
    border-radius: 10px;
    width: 8px;
    background-color: linear-gradient(90deg #787878 0%, #b5b5b5 25%, #e3e3e3 50%, #b5b5b5 75%, #bbbbbb 100%);
}

.sidebar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px !important;
    background: #cce1ed;
}

.sidebar::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    border-radius: 10px !important;
    background: linear-gradient(to bottom, #6a767e, #eee, #6a767e);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5)
}

.sidebar {
    scrollbar-color: linear-gradient(to bottom, #6a767e, #eee, #6a767e);
    /* thumb and track color */
    scrollbar-width: thin;
}

body {
    scrollbar-color: linear-gradient(to bottom, #6a767e, #eee, #6a767e) !important;
    /* thumb and track color */
    scrollbar-width: thin !important;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px !important;
    background: #F5F5F5;
}

body::-webkit-scrollbar {
    border-radius: 10px;
    width: 12px;
    background-color: linear-gradient(90deg #787878 0%, #b5b5b5 25%, #e3e3e3 50%, #b5b5b5 75%, #bbbbbb 100%);
}

body::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    border-radius: 10px !important;
    background: linear-gradient(to bottom, #6a767e, #eee, #6a767e);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5)
}

.close {
    background-color: #006ba6 !important;
    padding: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #fff;
    justify-content: center;
    display: none !important;
}

.close svg {
    transform: scale(1.2);
    margin-right: 20px;
    margin-left: 10px;
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(203deg) brightness(104%) contrast(103%) !important;
}

.close h4 {
    color: #fff;
    margin-bottom: 0px !important;
    font-size: 18px !important;
    line-height: 45px !important;
}

.sidebar .menu-item {
    background-color: transparent;
    color: #686fcf;
    font-size: 15px;
    padding: 5px 10px;
    font-weight: 600;
}

.sidebar .menu-item:last-child {
    margin-bottom: 10px !important;
}

.sidebar .menu-item a {
    width: 100%;
    text-align: left;
    padding: 2px 20px;
    font-size: 15px !important;
    text-align: center;
}

.sidebar .menu-item a {
    transition: none !important;
    color: #000 !important;
}

.sidebar .menu-item a:hover {
    background: #006ba6;
    border-radius: 10px;
    color: #fff !important;
}

.fade-enter-active,
.fade-leave-active {
    transition: all .5s ease-out;
}

.fade-enter,
.fade-leave-to {
    opacity: 0;
}


/* Carousel */

.hero-header {
    position: absolute !important;
    top: 40% !important;
    left: 30% !important;
    transform: translate(-30%, 0%) !important;
    padding: 40px !important;
    width: 730px !important;
}

.hero-header h3 {
    text-align: left;
    font-size: 30px !important;
    color: #fff !important;
    line-height: 50px;
    font-family: 'Play-Regular' !important;
}

.hero-header strong {
    color: #00e8ff !important;
    font-family: 'Play-Regular' !important
}

#app1 {
    height: 800px !important;
}

.car-section {
    height: 800px !important;
}

.carousel {
    display: flex;
    justify-content: center;
    height: 800px !important;
    cursor: pointer !important;
}

.carousel-item img {
    height: 800px !important;
    width: 100%;
    object-fit: cover;
    filter: brightness(70%);
}

.carousel-item .wave {
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 300px !important;
}

.carousel-inner {
    position: relative !important;
    width: 100% !important;
    height: 800px !important;
    overflow: hidden !important;
    cursor: pointer !important;
}

.carousel-control {
    border: none;
    background: transparent;
    display: inline-block;
    position: absolute;
    height: 50px !important;
    width: 70px !important;
    top: calc(55% - 25px);
    cursor: pointer;
}

.btn-outline {
    border: 2px solid black;
    color: black;
    padding: 14px 28px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 20px;
    margin-right: 20px;
}

.buttons-outline {
    margin-top: 60px !important;
    display: flex !important;
}

.color-outline {
    border-color: #fff !important;
    color: #fff !important;
}

.color-outline:hover {
    background-color: #6d94c4 !important;
    color: #fff !important;
}

#app1 svg {
    width: 20px;
    filter: invert(100%) sepia(5%) saturate(7463%) hue-rotate(225deg) brightness(108%) contrast(101%);
}

.left {
    left: 0;
}

.right {
    right: 0;
}

.carousel-indicators {
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    bottom: 1.5em;
}

.carousel-indicator-item {
    width: 20px !important;
    height: 20px !important;
    opacity: 0.7;
    border: none;
    background: #fff !important;
    margin: 0.5em;
    cursor: pointer;
    opacity: 0 !important;
}

.active {
    opacity: 1;
}

.slide-fade-enter-active {
    transition: all 0.3s ease-out;
}

.slide-fade-leave-active {
    transition: all 0.8s cubic-bezier(1, 0.5, 0.8, 1);
}

.slide-fade-enter,
.slide-fade-leave-to {
    transform: translateY(-20px);
    opacity: 0;
}


/* */


/* contact */

.contact-flex {
    display: flex;
    z-index: 99;
    position: fixed;
    top: 50% !important;
    right: 0;
    transform: translate(0%, -50%);
    align-items: flex-end;
}

.contact-flex a {
    text-decoration: none;
}

.contact-help {
    width: 75px;
    height: 310px;
    background: #acbfc5ab;
    border-radius: 50px 50px 0px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    text-decoration: none;
}

.contact-help img {
    padding: 20px 5px;
    width: 65px;
}

.contact-help h3 {
    color: #fff;
    font-size: 20px;
    writing-mode: tb-rl;
    transform: rotate(-180deg);
    font-weight: 500;
    letter-spacing: 2px;
    margin-bottom: 0px !important;
}

.contact-details {
    background: rgb(49 48 48);
    width: 300px;
    height: 260px;
    border-top: 3px solid #ACBFC5;
    border-bottom: 3px solid #ACBFC5;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-right: -300px;
    transition-duration: 1s;
}

.contact-details a {
    display: flex !important;
    align-items: center;
}

.contact-details h3,
.contact-details a {
    color: #fff !important;
    line-height: 40px;
    font-size: 17px;
    text-decoration: none;
    text-align: left;
    margin-left: 10%;
    margin-bottom: 0px !important;
}

.contact-details h3 {
    font-size: 23px;
    font-weight: 600;
    line-height: 75px;
    margin-top: 6%;
    margin-left: 10%;
}

.contact-details a svg {
    margin-right: 20px;
    width: 20px !important;
    filter: invert(83%) sepia(9%) saturate(362%) hue-rotate(148deg) brightness(90%) contrast(91%);
}

.contact-details a:hover {
    color: #ACBFC5 !important;
}


/* dropdown*/

.dropdown {
    text-align: center;
}

.button-dropdown {
    text-decoration: none;
    display: inline-block;
    position: relative;
}

.button-dropdown:after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #000;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}

.button-dropdown:hover:after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

.dropdown a:hover {
    color: #12608a !important;
}

.btLightSkin .menuHolder .menuPort ul li a:hover,
.btDarkSkin .btLightSkin .menuHolder .menuPort ul li a:hover {
    color: #12608a !important;
}

.button-dropdown svg {
    margin-left: 10px;
    width: 15px !important;
    filter: none !important;
}

.menu-item svg {
    width: 10px !important;
}

.menu-btn {
    padding-left: 10px !important;
}

.sidebar-drop {
    background-color: #b2e0fbc2;
    position: absolute;
    width: 380px !important;
    height: 430px !important;
    z-index: 99;
    box-shadow: -5px 4px 12px rgb(0 0 0 / 21%);
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    padding: 1% 0;
    overflow: scroll;
    overflow-x: hidden;
}

.sidebar-drop .menu-item1 {
    color: #686fcf;
    padding: 5px 40px;
    font-weight: 600;
}

.sidebar-drop .menu-item1 a {
    text-align: left;
    text-decoration: none;
    color: #000;
    display: inline-block;
    padding-bottom: 5px;
    font-family: 'Play-Regular' !important;
    position: relative;
}

.sidebar-drop .menu-item1 a:hover {
    color: #4682b4 !important;
}

.sidebar-drop .menu-item1 a:after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #000;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}

.sidebar-drop .menu-item1 a:hover:after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

.sidebar-drop.menu-item1:hover {
    background-color: #fff;
    color: #000;
}

.slide-up-enter-active,
.slide-up-leave-active {
    transition: all 0.7s ease-out;
}

.slide-up-enter,
.slide-up-leave-to {
    opacity: 0;
    transform: translateY(30px);
}

.custom-nav {
    margin-left: 0px !important;
}

.sidebar-drop {
    scrollbar-color: linear-gradient(to bottom, #066599, #eee, #066599) !important;
    /* thumb and track color */
    scrollbar-width: thin !important;
}

.sidebar-drop::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px !important;
    background: #eee;
}

.sidebar-drop::-webkit-scrollbar {
    border-radius: 10px;
    width: 12px;
    background-color: linear-gradient(90deg #066599 0%, #b5b5b5 25%, #eee 50%, #b5b5b5 75%, #066599 100%);
}

.sidebar-drop::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    border-radius: 10px !important;
    background: linear-gradient(to bottom, #066599, #eee, #066599);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5)
}

@media only screen and (max-width: 767px) {
    .contact-flex {
        display: none !important;
    }
    .hero-header {
        width: 100% !important;
        top: 35% !important;
    }
    .hero-header h3 {
        text-align: center !important;
    }
    .buttons-outline {
        justify-content: center !important;
    }
    #app1 {
        height: 650px !important;
    }
    .car-section {
        height: 650px !important;
    }
    .carousel {
        height: 650px !important;
    }
    .carousel-item img {
        height: 650px !important;
    }
    .carousel-inner {
        height: 650px !important;
    }
}

@media only screen and (max-width: 450px) {
    .contact-help {
        display: none !important;
    }
    .hero-header {
        top: 25% !important;
    }
    #app1 {
        height: 600px !important;
    }
    .car-section {
        height: 600px !important;
    }
    .carousel {
        height: 600px !important;
    }
    .carousel-item img {
        height: 600px !important;
    }
    .carousel-inner {
        height: 600px !important;
    }
}

@media only screen and (max-width: 400px) {
    .contact-details h3 {
        font-size: 20px;
    }
    .contact-details a {
        font-size: 15px;
    }
    .contact-details {
        width: 230px !important;
        margin-right: -230px;
        transition-duration: 0.7s;
    }
    .contact-help {
        width: 60px;
    }
    .contact-help img {
        width: 60px;
        height: auto;
    }
    .carousel-item .wave {
        height: 150px !important;
    }
}