:root{
    --logoBlack:#181b20;
    --main: #2358a7;
    --hover_main: #646868;
    --ligh-col: #bccdef;
    --mainSiteMainColor: #18a1cf;
    --mainSiteSecondaryColor: #f3941c;
}

@font-face {
    font-family: Roboto;
    src: url('./../fonts/Roboto/Roboto-Regular.ttf') format('truetype');
    font-weight: normal;
    font-display: swap;
}
@font-face {
    font-family: Roboto;
    src: url('./../fonts/Roboto/Roboto-Bold.ttf') format('truetype');
    font-weight: bold;
    font-display: swap;
}

/*@font-face {
    font-family: Roboto;
    src: url('./../fonts/Roboto/Roboto-Thin.ttf');
    font-weight: 300;
    font-display: swap;
}*/


h1,h2,h3,h4,h5{
    font-family: Roboto,sans-serif;
}
body{
    font-family: Roboto,sans-serif;
}
a {
    color: #000;
    text-decoration: underline;
}

.mainSiteSecondaryColor {
    color: var(--mainSiteSecondaryColor);
}


.logo-image {
    max-height: 80px;
    width: auto;
}

.theme-color {
    color: var(--theme-color);
}

.fixed-bottom-menu .theme-color i {
    color: var(--theme-color);
}

.fixed-bottom-menu i {
    color: #aaa;
}

.hi-menu-item:hover {
    cursor: pointer;
}

.card-text p {
    margin-bottom: 0 !important;
}

.swiper-button-next, .swiper-button-prev {
    color: var(--theme-color) !important;
}

.swiper-pagination-bullet-active {
    background: var(--theme-color) !important;
}

/* Increase offcanvas width on desktop */
@media (min-width: 992px) {
    .offcanvas-custom {
        width: 700px !important; /* or whatever width you prefer */
    }
}

/* for using placeholders */
.hi-card-link {
    display: none;
}

.info-tag-scroll {
    display: flex;
    overflow-x: auto;
    gap: 0.5rem;
    padding-bottom: 0.5rem;
    -webkit-overflow-scrolling: touch; /* smooth scroll on mobile */
    scrollbar-width: thin; /* for Firefox */
}

.info-tag-scroll::-webkit-scrollbar {
    height: 6px;
}

.info-tag-scroll::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 3px;
}

.info-tag-scroll button {
    white-space: nowrap;
    flex-shrink: 0;
}

.img-cover {
    height: 450px;
    object-fit: cover;
    object-position: center;
}

.mySwiper {
    position: relative;
    padding-bottom: 40px !important; /* Adjust as needed for space below */
}

.mySwiper .swiper-pagination {
    position: absolute;
    bottom: 0 !important;
    text-align: center;
}

.lazy-wrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 90%; /* Adjust as needed for aspect ratio */
    overflow: hidden;
}

.lazy-wrapper iframe,
.lazy-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.lazy-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
}

.gallery-image::after {
    content: "\F14A";
    font-family: "bootstrap-icons";
    position: absolute;
    bottom: 10px;
    left: 10px;
    color: #333;
    padding: 10px 14px;
    background-color: #fff;
    border-radius: 50%;
}




@media only screen and (max-width: 767px) {
    .img-cover {
        height: 250px;
    }
}









/* ==============================================
LANDING PAGE
============================================== */
.hero-gradient {
    background: linear-gradient(135deg, #0a607c 0%, var(--mainSiteMainColor) 100%);
}

.section-bg-blue {
    background-color: var(--mainSiteMainColor);
}

.hi-button {
    background-color: var(--mainSiteSecondaryColor);
    color: #fff;
    border-color: #eee;

}

.hi-button:hover {
    background-color: #A8650DFF;
    color: #fff;
    border-color: #eee;

}

.feature-card {
    transition: all 0.3s ease;
    height: 100%;
}
.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}
.icon-circle {
    width: 64px;
    height: 64px;
    background-color: rgba(102, 16, 242, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}
.step-circle {
    width: 64px;
    height: 64px;
    background-color: rgba(102, 16, 242, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    font-size: 1.5rem;
    font-weight: bold;
    color: var(--mainSiteMainColor);
}

.testimonial-avatar {
    width: 48px;
    height: 48px;
    background-color: rgba(102, 16, 242, 0.1);
    color: var(--mainSiteSecondaryColor);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}













.navbar-brand{margin-right:0}
#main-screen {
    height: 100vh;
}






.navbar-brand img {
    height: 100px;
    transition: all 0.3s ease-in-out;
}

.navbar-brand img.smaller {
    height: 50px;
}

.current-menu-item {
    background-color: var(--main);
}

#myVideo {
    right: 0;
    top: 0;
    width: 100%;
    min-height: 80vh;
    max-height: 100vh;
}
#myVideo {
    object-fit: cover;
    object-position: center center;
    background-repeat: no-repeat;
    background-position: center !important;
    background-size: cover !important;

}
.top_banner {
    position: absolute;
    right: 0;
    top: 0;
    min-height: 500px;
    min-width: 100%;
    z-index: -2;
    background-position: center !important;
    background-size: cover !important;
}
.header-title{
    position: absolute;
    bottom: 20%;
    color: white;

}
.video-div{
    background-color: rgba(0,0,0,0.5);
    z-index: -1!important;
}
.tmy-txt{
    color: var(--main);
}
h3.tmy-txt{
    transform: rotate(-3deg) skew(-3deg);
}

/* Add some content at the bottom of the video/page */

.home-title{
    margin-top: 25px !important;
    color: var(--main);
    font-size: 100px;
    font-weight: bold;
    line-height: 90px;
}
.overlap-title{
    margin-top: 25px !important;
    color: var(--main);
    font-size: 100px;
    font-weight: bold;
    line-height: 90px;
}
.home-subtitle{
    margin-top: -15px;
    font-weight: bold;
    color: var(--hover_main);
}
#header{
    background-color: transparent!important;
    background-image:none!important;
    transition:  all 0.3s ease-in-out;
}
#header.tmy_bg_color{
    background-color: black!important;
}
.navbar-toggler{
    color: white!important;
    border: none!important;
}
.navbar-toggler:focus {
    box-shadow: 0 0 0 0!important;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link{
    color: white;
}

a.social{
    color: var(--ligh-col);
}
a.social-head{
    color: white!important;
}
a.social:hover{
    color: var(--hover_main);
}
#why-us{
    color: var(--main);
    background-position: center;
    background-size: cover;
    padding-top: 100px!important;
    padding-bottom: 100px!important;

}
#footer{

}

#footer a.nav-link{
    color: #fff !important;
}

#footer a.nav-link:hover{
    color: var(--hover_main)!important;
}
.row.divider{
    border-style: solid;
    border-width: 1px 0px 0px 0px;
    border-color: #242424;
    transition: all 400ms;
    margin-top: 30px;
    margin-bottom: 0px;
    padding: 20px 0px 10px 0px;
}
.policy-txt{
    margin-top: 400px;
}
.after-txt{
    margin-top:400px;
}
.list-img{
    background-size: cover;
    background-position: center;
    min-height: 400px;

}
#mobile-shown-div{
    display: none;
}
.tmy-top-btn{
    border: none!important;
    background-color: var(--main);
    color: white;
    font-size: small;
    background-image: none;
}
.tmy-btn{
    border: none!important;
    background-color: var(--main);
    color: white!important;
    background-image: none;
}
.tmy-price{
    font-weight: bold;
}
.trapezoid {
 background-color: var(--ligh-col);
}
.trapezoid_inv {
    background-color: var(--ligh-col);
    clip-path: polygon(0% 80%, 0% 20%, 100% 0%, 100% 100%);
    padding-top: 10%;
    padding-bottom: 10%;
}
.tmy-stat{
    font-size: large;
}
.divider {
    margin-bottom: 20px;
    margin-top: 20px;
    width: 100%;
    opacity: 0.7;

}
.hr{
    margin-bottom: 20px;
    margin-top: 20px;
    width: 100%;
    opacity: 0.7;
}
.vehicle-img{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.img-fluid {
    min-width: 100%;
}
/*lines crop*/
.crop-text-6 {
    -webkit-line-clamp: 6;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.crop-text-2 {
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.old_price {
    text-decoration: line-through;
    color: #bbb;
    font-size: .8em;
}
.tmy-page-topbar {
    min-height: 45vh;
    min-width: 100%;
    background-position: center !important;
    background-size: cover !important;

}
iframe {
    width: 95%;
}
.tmy-link a{
    color: var(--main) !important;
}
.tmy-link a:hover{
    color: var(--hover_main)!important;
}
.tmy-card-title{
    color: var(--main);
    margin-bottom: -5px;
}
.tmy-card-img{
    min-height: 50vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.tmy-card-img-smaller{
    min-height: 30vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.tmy-card-body a{
    color: black;
}
.vertical-card-img {
    background-size: cover!important;
    background-position: center!important;
    border-radius: 5px 0 0 5px;
}
.card-link:hover {
    opacity: 0.7!important;
}
.tmy-testimonial-img{
    height: 20vh;
    border-radius: 50px;
}
.highlights{
    color: grey;
}
.equal-height {
    display: flex;
    flex-direction: column;
}
.tmy-gallery-image{
    height: 35vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.tmy-icon{
    color: var(--main);
}
.dropdown-item.active, .dropdown-item:active {
    background-color: var(--main);
    background-image: none!important;
    color: var(--bs-dropdown-link-active-color);
    text-decoration: none;
}
.dropdown-menu.show {
    transition:  all 0.3s ease-in-out;
}
.car-image{
    height: 200px;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
@media only screen and (max-width: 767px) {
    .trapezoid_inv {
        clip-path: polygon(0% 100%, 0% 00%, 100% 0%, 100% 100%);
        padding: 5%;
    }
    .tmy-page-topbar {
        min-height: 35vh;
        margin-top: 40px;
    }
    #mobile-hidden{
        display: none;
    }
    #mobile-shown-div{
        display: block;
    }
    #tmy_book_btn{
        margin-top: auto;
        transition:  all 0.3s ease-in-out;
    }
    #tmy_book_btn.hide{
        display: none;
    }
    .mobile-banner-btn{
        position: fixed;
        left: 0;
        top: 0;
        border-radius: 0;
        border: none;
        width: 100vw !important;
        background-color: var(--main) !important;
        color: white!important;
        background-image:none!important;
        box-shadow: none!important;
        padding: 10px;
        z-index: 100;
        font-weight: 125;
    }
    .btn-div{
        width: 100vw !important;
        padding: 0!important;
        margin: 0!important;
    }
    #header{
        /*margin-top: 60px!important;*/
    }
    #header.tmy_bg_color{
        margin-top: 0!important;
    }
    .home-title{
        margin-top: -21px !important;
        color: white;
        font-size: 50px;
        font-weight: bold;
        text-shadow: 0 0 3px black;
        line-height: 50px;
    }
    .overlap-title{
        margin-top: -31px !important;
        color: white;
        font-size: 50px;
        font-weight: bold;
        text-shadow: 0 0 3px black;
        line-height: 50px;
    }
    .home-subtitle{
        margin-top:-10px;
        font-weight: bold;
    }

    #newsletterEmail{
        margin-bottom: 0!important;
        width: 100% !important;
    }
    #submitNewsletter{
        margin-top: 0!important;
        width: 100% !important;
    }
}
.close-btn path {
    fill: #fff;
}
.offcanvas-header .btn-close-remodel {
    margin-bottom: calc(var(--bs-offcanvas-padding-y)*-.5);
    margin-right: calc(var(--bs-offcanvas-padding-x)*-.5);
    margin-top: calc(var(--bs-offcanvas-padding-y)*-.5);
    padding: calc(var(--bs-offcanvas-padding-y)*.5) calc(var(--bs-offcanvas-padding-x)*.5);
}
.btn-close-remodel {
    --bs-btn-close-opacity: 1;
    --bs-btn-close-hover-opacity: 0.75;
    --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13,110,253,.25);
    --bs-btn-close-focus-opacity: 1;
    --bs-btn-close-disabled-opacity: 0.25;
    --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
    background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
    border: 0;
    border-radius: 0.375rem;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 1em;
    opacity: var(--bs-btn-close-opacity);
    padding: 0.25em;
    width: 1em;
}

.icon-car-car{
    background-image: url("images/door_icon.svg");
    background-size: contain; /* Adjust the background size as needed */
    background-repeat: no-repeat; /* Prevent repeating the background */
    display: inline-block;
    height: 24px;
    line-height: 24px;
    vertical-align: text-bottom;
    width: 24px;
    fill: var(--main);
}
.iconChars i{
    color: var(--main);
}
.tmy-badge {

    padding: 5px;
    font-size: small;
}
.tmy_smaller{
    font-size: x-small;
    color: black;
}
.tmy-card-subtitle{
    color: #6b6b6b;
}
.tmy-detail-link{
    font-size: small;
    text-decoration: underline;
    border: none!important;
    background: none!important;

}
.tmy-detail-link:hover{
    color:var(--main);
}

.tmy-card{
    border: none;
}

.tmy-card-front, .tmy-card-back{
    border: solid var(--bs-card-border-color) 1px;
    border-radius: 10px;
}

/* Hide the back of the card by default */
.tmy-card .tmy-card-back {
    transform: perspective( 2000px ) rotateY( -180deg );
    transition: all 1s cubic-bezier(.79,.14,.15,.86);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow-y: auto;
    backface-visibility: hidden;
}

/* Add flip animation */
.tmy-card.flipped .tmy-card-back {
    transform: perspective( 2000px ) rotateY( 0deg );
    backface-visibility: hidden;
}
/* Hide the back of the card by default */
.tmy-card.flipped .tmy-card-front {
    transform: perspective( 2000px ) rotateY( 180deg );
    backface-visibility: hidden;
}

/* Add flip animation */
.tmy-card .tmy-card-front {
    transform: perspective( 2000px ) rotateY( 0deg );
    transition: all 1s cubic-bezier(.79,.14,.15,.86);
    backface-visibility: hidden;
}

.tmy-fa{
    color: var(--main);
}
/* Custom styling to make nav pills look like radio buttons */
.nav-pills .nav-link {
    border-radius: 0;
    padding: 0.5rem 1rem;
}

.nav-pills .nav-link.active {
    background-color: #f8f9fa; /* Active tab background color */
    border: 1px solid #dee2e6; /* Active tab border */
    border-bottom-color: transparent;
}

/* Animation effect for nav pills */
.nav-pills .nav-link {
    transition: all 0.3s ease; /* Add animation transition */
}

.nav-pills .nav-link:hover {
    background-color: #f8f9fa; /* Change background color on hover */
    border: 1px solid #dee2e6; /* Change border color on hover */
    border-bottom-color: transparent;
    cursor: pointer;
}

.tmy-card-title-price {
    background-color: var(--main);
    color: white;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.blue {
    filter: invert(25%) sepia(60%) saturate(1544%) hue-rotate(192deg) brightness(99%) contrast(89%);
    width: 25px;
    vertical-align: top;
}
.offer_per{
    font-size: 80px;
    color: var(--main);
}
#menu-item-wpml-ls-2-en, #menu-item-wpml-ls-2-el{
    align-self: center;

}
.nav-link.dropdown-toggle.show, a.dropdown-item{
    color: white;
}
.dropdown-menu {
    background-color: black;
}




.gt_white_content.notranslate::before {
    content: '* Automated translations' !important;
    font-size: 13px;
    line-height: 14px;
    padding: 8px 0;
    margin-bottom: 8px;
    position: relative;
    display: block;
    color: #b22;
}