html,body{
    color: #2D2724;
    font-family: 'Montserrat';
    font-weight: 300;
    background-color: #F5F5F5;
    overflow-x: hidden;
    position: relative;
    margin: 0;
    padding: 0;
}
b,
.strong{
    font-weight: 700;
}
img{
    max-width: 100%;
}
.zIndex-2{
    z-index: 2;
}
.relative{
    position: relative;
}
.white-text{
    color: #fff;
}
.font-40{
    font-size: 40px;
    line-height: 40px;
}
.font-80{
    font-size: 80px;
    line-height: 80px;
}
.font-71{
    font-size: 71px;
    line-height: 55px;
}
.font-65{
    font-size: 65px;
    line-height: 59px;
}
.header-frontpage-wrapper{
    background-color: #000;
    height: 100px;
    width: 100%;
    z-index: 2;
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: right;
}
.header-frontpage-wrapper-img {
    height: 100px;
    margin-top: 50px;
    background: black;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
}
.header{
    background-color: #000;
    position: relative;
    z-index: 999;
    position: fixed;
    width: 100%;
    top: 0;
}
.header-top{
    padding: 5px 0;
}
.breadcrumb-wrapper{
    color: #fff;
    font-size: 12px;
    background-color: #2C2724;
    padding: 6px 0;
}
.breadcrumb-wrapper b{
    font-weight: 600;
}
.breadcrumb-wrapper a{
    color: #fff !important;
}
.mobile-nav{
    color: #fff;
    font-size: 12px;
    background-color: #000;
    padding: 7px 0;
}
.mobile-nav a{
    color: #fff;
}
.large-header{
    padding: 45px 0 0 0;
}
.home-logo{
    display: block;
    margin-bottom: -90px;
}
.home-logo img{
    width: 380px;
}
.hero-section{
    color: #fff;
    background-size: contain;
    display: flex;
    align-items: flex-end;
}
.fp-overflow {
	height: 100%;
}
.divider{
    width: 120px;
    height: 13px;
    background-color: #fff;
}
.white-divider{
    width: 170px;
    height: 5px;
    background-color: #fff; 
}
.hero-section h1{
    max-width: 900px;
}
.exclusive-section{
    color: #fff;
    font-weight: 300;
    position: relative;
    padding: 15px 0 107px 0;
    margin-left: 20rem;
}
.exclusive-section > .container{
    position: relative;
    z-index: 1;
}
/* 
We might need these later
.exclusive-left-bg,
.exclusive-section:after{
    height: 100%;
    background-color: var(--primary-color);
    background-size: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 0;
}
.exclusive-left-bg{
    background-image: url('/wp-content/uploads/2023/02/Pattern_Raute_Header-.jpg');
    background-repeat: no-repeat;
    width: calc( ((100vw - 1028px)/2) + 685px);
    left: 0;
    z-index: 1;
}
.exclusive-section:after{
    content: "";
    background-image: url('/wp-content/uploads/2023/02/Kolaha_Lines-2.svg');
    background-repeat: no-repeat;
    width: calc( ((100vw - 1028px)/2) + 343px);
    background-color: #000;
    right: 0;
} */
.exclusive-arrow{
    position: absolute;
    width: 143px;
    height: 143px;
    top: calc( 50% - 80px);
    right: -105px;
    transform: translateX(-50%) rotate(45deg);
    background: #50493D;
}
.exclusive-left{
    max-width: 625px;
    position: relative;
    z-index: 1;
}
.exclusive-right-wrapper{
    padding-left: 100px;
}
.exclusive-right{
    color: var(--primary-color);
    font-size: 30px;
    line-height: 34px;
    font-family: 'Michroma';
    max-width: 245px;
}
.exclusive-right .h3{
    font-size: 30px;
    line-height: 34px;
}
.step-back-section{
    color: #50493D;
    background: #000;
}
.step-back-bg{
    width: 100%;
}
.lines-bg{
    width: 100%;
    background-image: url('../../../../uploads/2023/02/Kolaha_Lines-1.svg');
    background-repeat: no-repeat;
    background-position: right;
}
.step-back-text{
    max-width: 795px;
    padding: 72px 0;
}
.exclusive-bar{
    color: #fff;
    font-size: 22px;
    line-height: 36px;
    font-family: 'Michroma';
    background-color: var(--primary-color);
    padding: 12px 0;
    transition-property: opacity, left, top, height;
    transition-duration: 1s;
}
.exclusive-bar.black{
    /* background-color: rgba(80, 73, 61, 0.1); */
    background-color: rgb(0 0 0 / 65%);
}
.bar-inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1028px;
    margin: 0 auto;
}
.bar-inner a {
    font-weight: bold !important;
}
.bar-inner span {
    display: none;
}
.history-section{
    color: #50493D;
    padding: 90px 0 0 0;
}
.history-text{
    max-width: 877px;
    margin-right: 0;
    margin-left: auto;
    margin-bottom: 20px;
}
.double-quote-wrapper.bg{
    position: relative;
    background-color: #504a3e;
}
.double-quote-wrapper .relative{
    padding: 66px 0;
}
.double-quote-wrapper.bg:before{
    content: "";
    height: 100%;
    width: 50%;
    max-width: 1000px;
    background-image: url(../../../../uploads/2023/02/Pattern_Raute_Header.jpg);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: right;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}
.quote-text{
    max-width: 683px;
}
.quote-text-2{
    max-width: 793px;
}
.quote-image{
    max-width: calc(100vw - 740px);
    object-fit: cover;
    position: absolute;
    height: 100%;
    top: 0;
    bottom: 0;
}
.quote-image.left{
    left: 0;
}
.quote-image.right{
    right: 0;
}
.large-container{
    width: 95%;
    max-width: 1200px;
    margin: 0 auto;
}
.single-quote-wrapper{
    color: #fff;
    background-color: var(--secondary-color);
    background-image: url(../../../../uploads/2023/02/Kolaha_Lines-3.svg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 92px 0;
}

@media (max-width: 767px) {
    .info-wrapper-container {
        margin-top: 100px;
        margin-bottom: 150px;
    }
}
.info-section{
    background-color: var(--primary-color);
}
.info-wrapper{
    padding: 71px 0;
}
.info-title{
    color: #fff;
    font-size: 16px;
    margin-bottom: 10px;
}
.info-content{
    color: #fff;
    font-size: 140px;
    line-height: 110px;
}
.info-content.smaller{
    font-size: 71px;
    line-height: 50px;
}
.info-content.small{
    font-size: 110px;
    line-height: 70px;
    margin-top: 20px;
}
.info-border{
    border-left: 6px solid #fff;
    border-right: 6px solid #fff;
    margin: 0 20px;
}
.form-section{
    color: var(--primary-color);
    background-color: #fff;
    padding: 85px 0;
}
.form-section .title{
    font-size: 50px;
    line-height: 50px;
    max-width: 375px;
    margin-bottom: 15px;
}
.single-post .form-section .title{
    max-width: 309px;
}
.form-section .content{
    font-size: 32px;
    line-height: 36px;
    max-width: 375px;
}
.contact-form-row{
    margin: 0 -5px;
}
.contact-form-row > div{
    padding: 0;
}
.contact-form-row .col-12,
.contact-form-row .col-6{
    padding: 0 5px;
}
.contact-form-row p{
    margin-bottom: 0px;
}
.contact-form-row label{
    font-weight: 400;
    margin-bottom: 11px;
}
.contact-form-row input::placeholder,
.contact-form-row textarea::placeholder{
    color: var(--primary-color);
}
.contact-form-row label,
.contact-form-row input:not([type='checkbox']):not([type='submit']),
.contact-form-row textarea{
    width: 100%;
}
.contact-form-row input:not([type='checkbox']):not([type='submit']),
.contact-form-row textarea{
    font-size: 13px;
    padding: 7px 13px;
    border: 1px solid var(--primary-color);
    border-radius: 5px;
}
.contact-form-row textarea{
    height: 74px;
    resize: none;
}
.contact-form-row .wpcf7-not-valid-tip{
    font-size: 12px;
}
.contact-form-row .wpcf7-list-item{
    margin-left: 0;
}
.contact-form-row .wpcf7-acceptance label{
    font-size: 9px;
    line-height: 11px;
    display: flex;
    align-items: flex-start;
    max-width: 532px;
    margin-top: 12px;
}
.contact-form-row input[type="checkbox"]{
    accent-color: var(--primary-color);
    margin-right: 5px;
    min-width: 16px;
    min-height: 16px;
}
.contact-form-row .req-text{
    font-size: 10px;
    margin-top: -10px;
}
.contact-form-row .primary-button-inverse{
    font-size: 14px;
    width: 98px;
    margin-top: 8px;
}
.imprint-section{
    color: #2D2724;
    font-weight: 400;
    padding: 93px 0;
}
.imprint-section strong{
    font-size: 16px;
    font-weight: 500;
}
.imprint-section strong.headline{
    font-size: 18px;
}
.imprint-section a{
    color: #000;
    text-decoration: underline;
}
.imprint-section h2,
.imprint-section .title{
    font-size: 30px;
    font-family: 'Michroma';
    margin-bottom: 25px;
}
.imprint-section .content{
    font-size: 14px;
    line-height: 19.5px;
}
.insight-section{
    overflow: auto;
    color: #fff;
    background-size: cover;
    background-attachment: fixed;
    padding: 85px 0;
}
.insight-section .title{
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 60px;
    line-height: 65px;
    max-width: 520px;
}
.insight-section .subtitle{
    font-size: 22px;
    line-height: 26px;
    max-width: 620px;
    margin-top: 5px;
}
.insight-bottom-area {
    position: absolute;
    bottom: 60px;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
.insight-bottom-area .next-slide {
    font-weight: bold;
}
.posts-row{
    margin-top: 45px;
}
.posts-row.slick-initialized {
    margin-top: auto !important;
    margin-bottom: auto !important;
}
.post-card{
    color: #fff !important;
    text-decoration: none !important;
    display: block;
    border: 1px solid #fff;
    padding: 8px;
}
.card-wrapper{
    margin-bottom: 30px;
}

@media (max-width: 550px) {
    .card-wrapper {
        padding: 0;
    }
}
.card-info{
    font-size: 10px;
}
.card-image{
    width: 100%;
    overflow: hidden;
}
.card-image img {
    transform: scale(1.5);
}
.card-title{
    text-transform: uppercase;
    font-size: 8px;
    line-height: 17px;
    font-family: 'Montserrat';
    font-size: 10px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 1px;
    background: #2C2724;
    margin: 0;
    padding: 8px 0 16px 0;
}
.card-title div{
    text-transform: initial;
    font-size: 21px;
    font-weight: 400;
}
.card-type{
    font-size: 12px;
    line-height: 10px;
	font-weight: 400;
    text-align: center;
    letter-spacing: 1px;
    background-color: var(--primary-color);
    margin-bottom: 6px;
    padding: 5px 0 7px 0px;
}
.card-info span{
    width: 75px;
}
.card-info b{
    font-size: 11px;
}
.card-info{
    margin: 0;
}
.card-info > div{
    border-bottom: 1px solid #fff;
    line-height: 20px;
    padding: 0 5px;
}
.card-info > div:nth-last-of-type(-n+2){
    border: 0px;
}
.car-number-wrapper{
    font-size: 18px;
}
.car-number{
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 4px 10px;
}
.slick-arrow.prev-arrow{
    transform: rotate(90deg);
    width: 27px;
    margin-right: 5px;
    display: none !important;
}
.slick-arrow.next-arrow{
    transform: rotate(-90deg);
    width: 27px;
    margin-left: 5px;
    display: none !important;
}
.price-section{
    color:#fff;
    font-size: 18px;
    font-family: 'Michroma';
    text-align: center;
    letter-spacing: 1px;
    background-color: var(--primary-color);
    padding: 12px 15px;
}
.intro-section{
    padding-top: 0 !important;
}
.intro-section .fp-overflow {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100vh;
}
.intro-image {
    padding-bottom: 0 !important;
    height: 100vh;
    background-color: #090808;
    background-size: contain;
    background-position: center;
    max-height: 100vh;
    overflow: hidden;
}

.intro-image:not(.no-overlay) {
    box-shadow: inset 0 0 0 2000px rgb(22 22 22 / 74%);
}

.intro-image img{
    width: 100%;
}
.background-contain {
    background-size: contain;
}
.car-intro-text {
    color: white;
    margin-top: auto;
    margin-bottom: auto;
    height: 100%;
}
.car-intro-text .container {
    height: 100%;
    display: flex;
    justify-content: left;
    align-items: center;
}

@media (max-width: 550px) {
    .car-intro-text .container {
        padding-left: 25px;
    }
}

.car-intro-text .car-intro-number{

    font-family: 'Montserrat';
    margin-bottom: 25px;
    font-weight: 700;
    font-size: 100px;
    line-height: 90px;
    text-align: right;
    
    flex: 1;
}

.car-intro-text .car-intro-number.desktop-only > div {
    padding-right: 42px;
    border-right: 6px solid #FFFFFF;
}

.mobile-only {
    display: none;
}

@media (max-width: 500px) {
    .mobile-only {
        display: block;
    }
    .desktop-only {
        display: none;
    }
}

.car-intro-text .car-intro-content {
    padding-left: 42px;
    font-size: 30px;
    line-height: 1.1;
    position: relative;
    max-height: 290px;
    overflow: hidden;
    flex: 3;
}

.car-intro-text .car-intro-content span {
    display: block;
}
.car-intro-text .car-intro-content span.inline-span {
    display: inline-block;
}

.car-intro-text .car-intro-content strong {
    font-weight: bold;
}

.car-intro-text .car-intro-content p {
    height: 40px;
}

.car-intro-content p span {
    display: block;
}

.car-intro-text .container .row {
    flex-direction: row;
    /* margin-top: -100px; */
}

@media (max-width: 850px) {
    .exclusive-section{
        margin-left: 0;
    }

    .car-intro-text .container .row{
        flex-direction: column;
    }

    .car-intro-text .car-intro-number.desktop-only > div {
        border-right: none;
    }
    .car-intro-text .car-intro-number{
        border-right: none;
        border-bottom: 6px solid #FFFFFF;
        text-align: left;
        padding: 0 20px 20px 0;
        max-width: 40% !important;
    }
    .car-intro-text .car-intro-content{
        max-width: 100% !important;
        padding-left: 0;
    }
}

@media (max-width: 500px) {
    .car-intro-text .car-intro-content p {
        height: 0px;
    }   
    .car-intro-text .car-intro-number{
        max-width: 60% !important;
        font-size: 55px;
        line-height: 50px;
    }
    .car-intro-text .car-intro-content p {
        font-size: 22px;
        line-height: 24px;
    }
    .car-intro-text .car-intro-content span {
        font-size: 18px;
        line-height: 20px;
    }
}

.post-title{
    color: #fff;
    font-size: 16px;
    line-height: 17px;
    font-family: 'Montserrat';
    text-align: center;
    letter-spacing: 2px;
    background-color: transparent;
    padding: 0;
    bottom: 50px;
    width: 100%;
    font-weight: bolder;
}
.post-title .container {
    max-width: 100%;
}
.post-title .title{
    text-transform: uppercase;
    padding-top: 30px;
    padding-bottom: 30px;
    font-family: 'Michroma';
    font-size: 16px;
    letter-spacing: 3.2px;
}

.post-title .title div {
    text-transform: initial;
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 2px;
}
.post-title-image{
    width: 212px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--primary-color);
    border-radius: 100%;
    margin: 0 auto;
    margin-top: -65px;
    margin-bottom: -13px;
}
.post-title-image img{
    width: 141px;
    margin-top: -5px;
}
.car-specifications.dark{
    background-color: var(--primary-color);
    position: relative;
    z-index: 9;
}
.car-specifications.original{
    background-color: #000;
}
.car-specifications.icons{
    background-color: #2d2724;
    position: relative;
}
.car-specifications.icons:before{
    content: "";
    position: absolute;
    left:0;
    right:0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: url('../../../../uploads/2023/02/Kolaha_Lines-3-1.svg');
    background-position: right center;
    background-size: cover;
    background-repeat: no-repeat;
}
.spec-inner{
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--primary-color);
    text-align: center;
    padding: 20px 0;
}
.spec-inner.dark{
    color: #2D2724;
}
.spec-inner.icons{
    color: #50493d;
    padding: 77px 0 95px 0;
}
.spec-card{
    font-size: 40px;
    border-right: 1px solid var(--primary-color);
    padding: 4px 34px;
}
.spec-card .desc{
    line-height: 40px;
}
.car-specifications.original .desc{
    font-size: 30px;
}
.spec-inner.dark .spec-card{
    border-color: #9f9f9f;
    padding: 4px 24px;
}
.spec-inner.icons .spec-card{
    font-size: 70px;
    line-height: 45px;
    border: 0px;
}
.spec-card:last-of-type{
    border: 0px;
}
.spec-card img{
    width: 150px;
}
.spec-card .title{
    color: #fff;
    font-size: 12px;
    letter-spacing: 0.5px;
}
.spec-card .desc{
    font-weight: bold;
}
.car-specifications.icons .spec-card .desc,
.spec-inner.dark .spec-card .desc{
    font-weight: 600;
}
.spec-inner.icons .spec-card .title{
    color: #fff;
    font-size: 16px;
    margin-top: 3px;
}

.post-description{
    color: #fff;
    background-image: url(../../../../uploads/2023/07/Background_text_element.jpg);
    background-position: top center;
    background-size: cover;
    text-align: center;
    font-size: 18px;
    line-height: 21.94px;
    padding-top: 200px;
}
.post-description h2{
    margin-bottom: 15px;
}
.post-description > .container{
    position: relative;
}
.post-content{
    max-width: 990px;
    margin: 0 auto;
}
.post-inner{
    padding: 30px 0;
}
.info-divider {
    height: 8px;
    width: 120px;
    background: white;
    display: flex;
    margin-left: auto;
    margin-right: auto;
}
.desc-title{
    font-size: 22px;
    line-height: 30px;
    font-family: 'Montserrat';
    font-weight: 700;
    margin-bottom: 15px;
}
.long-desc{
    display: none;
}
.read-more{
    transition: 0.3s all;
    margin-top: 30px;
    cursor: pointer;
}
.arrow-down img{
    width: 40px;
}
.read-more.flipped{
    transform: rotate(180deg);
}
.read-more.flipped > span {
    display: none;
}
.images-slider{
    position: relative;
    overflow: hidden;
}
.anim-dots{
    display: none;
}
.anim-slider {
    position: relative;
    background-color: transparent !important;
    height: 45vw !important;
    min-height: 350px;
    z-index: 9;
}
.anim-slide > img.background-image {
    top: 50%!important;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute !important;
    left: 0;
    transform: translateY(-50%) translate3d(0px,0px,0px);
    transition: opacity linear 0.9s,transform linear 9s;
}
.anim-slide.anim-slide-this > img.background-image {
    transform: scale(1.2) translateY(-50%) translate3d(0px,0px,0px);
}
.post-gallery{
    display: flex;
    flex-wrap: wrap;
    background-color: #f1f1f1;
}
.post-gallery.slider-open{
    z-index: 9999999;
    position: relative;
}
.post-gallery > div{
    width: 50%;
    overflow: hidden;
}
.post-gallery img{
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    cursor: pointer;
    transition: all ease-out .3s;
	width: 100%;
}
.post-gallery > div > img:hover{
    transform: scale(1.2);
}
#fullscreen-slider > #clone {
    overflow: hidden;
    z-index: 999;
    text-align: center;
    backface-visibility: hidden;
    perspective: 1000;
    will-change: transform;
}
#fullscreen-slider > #clone.maximized:before {
    content: ' ';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.5);
}
#fullscreen-slider > #clone > img{
    max-width: 100%;
    transition: all ease-out .2s;
    vertical-align: middle;
    backface-visibility: hidden;
    will-change: transform;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto !important;
    left: 0;
    right: 0;
}
#fullscreen-slider #close {
    top: 11vh;
    right: 3vw;
    height: 4vh;
    width: 4vh;
    line-height: 4vh;
    position: absolute;
    z-index: 99;
    cursor: pointer;
}
.fullscreen-slider-arrow{
    position: absolute;
    height: 100vh;
    width: 30vw;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 9;
    line-height: 100vh;
    cursor: pointer;
}
#fullscreen-slider #close img{
    filter: invert(0) drop-shadow(0px 0px 3px black);
    width: 20px;
}
.fullscreen-slider-arrow img{
    height: 4vh;
    object-fit: contain;
    filter: invert(1) drop-shadow(0px 0px 3px black);
    cursor: pointer;
}
#fullscreen-slider #next{
    right: -26vw;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: center;
}
#fullscreen-slider #next img {
    transform: rotate(-90deg);
}
#fullscreen-slider #prev{
    left: 5vh;
}
#fullscreen-slider #prev img {
    transform: rotate(90deg);
}
.btn.disabled, .btn:disabled{
    opacity: 1;
}
.error-section{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: calc(100vh - 198px);
}

.footer-image-section img{
    width: 100%;
    object-fit: cover;
}
footer{
    font-family: 'Michroma';
    z-index: 1;
}
.footer-inner{
    background-color: #000;
    padding: 8px 0;
}
footer .menu{
    display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
footer .menu a{
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    padding-left: 12px;
    padding-right: 12px;
}
footer .menu a:hover{
    text-decoration: underline;
}
.footer-socials a:not(:last-of-type){
    margin-right: 22px;
}
.footer-socials img {
    width: 20px;
    height: auto;
}
.horizontal-slide .slide .fp-overflow{
    height: 100vh;
}

.collection-insight-car {
    background-image: url(../../../../uploads/2023/04/Test_Dark_3er_2-scaled.jpg);
    background-size: cover;
    background-position: center;
    background-blend-mode: color;
    background-color: #0000003d;
}

@media (max-width: 767px) {
    .collection-insight-car {
        background-image: url(../../../../uploads/2023/05/Overview_3er_moblie.jpg);
        background-position: bottom;
        justify-content: flex-start !important;
        padding-top: 100px;
    }
}

@media (max-width: 400px) {
    .collection-insight-car {
        background-position: 0px -50px;
    }
}
.arrow-down {
    bottom: 80px;
}

.car-slide {
    background-size: cover;
    background-position: center;
    position: relative;
}
.car-slide .fp-overflow {
    display: flex;
    flex-direction: column;
    height: calc(100vh - 58px) !important;
    overflow-y: inherit !important;
}
.fp-arrow {
    display: none;
}

.insight-car-name {
    color: white;
    font-family: 'Michroma';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    text-align: center;
    margin-top: 30%;
}

.insight-car-name span {
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
}

.insight-car-link {
    width: 100%;
    height: 50vh;
    cursor: url('../img/kolaha-hover-icon.svg'), auto;
}

.insight-car-name div {
    font-size: 30px;
}

.insight-car-info {
    color: white;
    display: flex;
    justify-content: center;
    margin-top: auto;
}
.car-info {
    flex-direction: column;
    padding-left: 23px;
    padding-right: 23px;
    text-align: center;
    border-right: 0.5px solid #FFFFFF;
}

.car-info span {
    text-transform: uppercase;
    font-size: 9px;
    line-height: 11px;
}

.car-info p {
    margin-bottom: 0;
    font-weight: bold;
    font-size: 28px;
    line-height: 34px;
}

.arrows {
    width: 45px;
    height: 45px;
    margin-bottom: 50%;
    z-index:2;
    background: none;
    border: none;
}
.arrows:focus {
    outline: none;
}
.arrows:hover {
    cursor: pointer;
}
.arrow-left {
    top: 50%;
    margin-left: 15px;
}
.arrow-right {
    top: 50%;
    right: 0;
    margin-right: 15px;
}

@media (max-width: 766px) {
    .car-info {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.car-info:last-child {
    border-right: none;
}

.next-slide {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: white;
    margin: 20px 0 0;
    cursor: pointer;
}

.next-slide img {
    position: relative;
    animation: moveUpAndDown 2s linear infinite;
}

.fade-out-text {
    animation: fadeOutText 1s linear forwards;
}

.fade-in-text {
    animation: fadeInText 1s linear forwards;
}

.fade-out-image-overlay {
    animation: imageOverlayAnimateOut 1s linear forwards;
}

.fade-in-image-overlay {
    animation: imageOverlayAnimateIn 1s linear forwards;
}

@keyframes moveUpAndDown {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

@keyframes fadeOutText {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fadeInText {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes imageOverlayAnimateOut {
    0% {
        box-shadow: inset 0 0 0 2000px rgb(22 22 22 / 74%);
    }
    100% {
        box-shadow: inset 0 0 0 0 rgb(22 22 22 / 0%);
    }
}

@keyframes imageOverlayAnimateIn {
    0% {
        box-shadow: inset 0 0 0 0 rgb(22 22 22 / 0%);
    }
    100% {
        box-shadow: inset 0 0 0 2000px rgb(22 22 22 / 74%);
    }
}

.next-slide span {
    font-weight: bold;
    margin-top: 10px;
}

.insight-section-card-list {
    background-color: #2D2724;
    padding-top: 80px;
}
.insight-section-card-list .posts-row {
    margin-bottom: 200px;
}

.fadeded-text-wrapper {
    position: relative;
    overflow-y: hidden;
    overflow-x: hidden;
}

.fadeded-text-wrapper p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 60px;
    line-height: 65px;
    color: white;
    height: 300px;
    /* max-width: 50%;
    margin-left: 190px; */
}

.fadeded-text-wrapper p span {
    display: block;
}

.fadeded-text-wrapper p span.small-letters {
    font-size: 30px;
    line-height: 30px;
    font-weight: 300;
}

.fadeout {
    bottom: 0;
    height: 4em;
    position: absolute;
    width: 100%;
}

@media (max-width: 1500px){
    .quote-text,
    .quote-text-2{
        max-width: 600px;
    }
}
@media (max-width:1100px){
    .home-logo img{
        width: 339px;
    }
    .hero-section {
        padding: 217px 0 0 0;
    }
    .divider {
        width: 71px;
        height: 10px;
    }
    .hero-section h1 {
        max-width: 600px;
    }
    .exclusive-section {
        padding: 80px 0 60px 0;
    }
    .exclusive-right-wrapper {
        padding-left: 60px;
    }
    .exclusive-left{
        max-width: 500px;
    }
    .exclusive-right{
        max-width: 217px;
    }
    .exclusive-arrow {
        width: 100px;
        height: 100px;
        top: calc( 50% - 100px);
        right: -70px;
    }
    .step-back-text {
        max-width: 534px;
    }
    .exclusive-bar {
        font-size: 21px;
        line-height: 19px;
    }
    .history-text {
        max-width: 578px;
    }
    .single-quote-wrapper{
        padding: 55px 0;
    }
    .single-quote{
        max-width: 600px;
        margin-right: 0;
        margin-left: auto;
    }
    .info-title {
        font-size: 13px;
    }
    .info-content {
        font-size: 90px;
        line-height: 83px;
    }
    .font-40 {
        font-size: 22px;
        line-height: 26px;
        font-weight: bold;
        text-transform: uppercase;
    }
    .font-65 {
        font-size: 40px;
        line-height: 50px;
        text-transform: uppercase;
    }
    .font-71 {
        font-size: 40px;
        line-height: 22px;
    }
    .font-71 div {
       margin-top: 15px;
    }
    .font-80 {
        font-size: 53px;
        line-height: 54px;
    }
    .info-content.small {
        font-size: 74px;
        line-height: 49px;
    }
    .info-content.small div{
        margin-top: -4px;
    }
    .info-content.smaller {
        font-size: 71px;
        line-height: 41px;
    }
    .info-border{
        max-width: 420px;
        padding: 0 25px;
    }
}
@media (max-width:991.9px){
    .imprint-section .content{
        font-size: 12px;
        line-height: 17.5px;
    }
    .imprint-section strong{
        font-size: 14px;
    }
    .imprint-section strong.headline{
        font-size: 16px;
    }
    .car-specifications.original .desc{
        font-size: 26px;
    }
    .exclusive-right .h3{
        font-size: 18px;
        line-height: 22px;
    }
    .exclusive-left{
        max-width: 415px;
    }
    .form-section .title{
        max-width: 235px;
    }
    .single-post .form-section .title {
        max-width: 178px;
    }
    .exclusive-bar {
        font-size: 15px;
        line-height: 17px;
    }
    .quote-image {
        max-width: calc(100vw - 500px);
    }
    .quote-text-2 {
        max-width: 438px;
    }
    .form-section .title {
        font-size: 30px;
        line-height: 34px;
    }
    .form-section .content {
        font-size: 20px;
        line-height: 24px;
        max-width: 235px;
    }
    .insight-section .title {
        font-size: 26px;
        line-height: 28px;
    }
    .post-title .title {
        font-size: 14px;
    }

    .post-title .title div{
        font-size: 32px;
        line-height: 36px;
        letter-spacing: 1.6px;
    }
    .post-description {
        font-size: 16px;
        line-height: 19.5px;
    }
    .desc-title{
        font-size: 20px;
        line-height: 22px;
    }
    .spec-card{
        font-size: 24px;
        padding: 4px 12px;
    }
    .spec-inner.icons .spec-card{
        font-size: 52px;
    }
    .spec-card img {
        width: 140px;
    }
    .spec-inner.dark .desc{
        font-size: 34px;
        margin-top: 5px;
    }
    .spec-card .desc {
        line-height: 28px;
    }
    .spec-card .title {
        font-size: 12px;
        letter-spacing: 0.5px;
    }
    .spec-inner.dark .spec-card {
        padding: 4px 9px;
    }
    .car-specifications:not(.icons) .spec-card .title {
        line-height: 16px;
    }
}
@media (max-width:767.9px){
    .row{
        margin-left: 0;
        margin-right: 0;
    }
    .home-logo {
        margin-bottom: -55px;
    }
    .home-logo img {
        width: 212px;
    }
    .hero-section {
        /* background-image: url(/wp-content/themes/KolahaCar/assets/img/alfa-romeo-mobile.png) !important; */
        background-repeat: no-repeat;
        background-size: contain;
        background-position: right top !important;
        padding: 150px 0 80px 0;
    }
    .divider{
        width: 65px;
        height: 9px;
    }
    .hero-section h1 {
        max-width: 316px;
    }
    .exclusive-section{
        width: 100%;
        margin: 0 20px;
        padding: 30px 15px;
    }
    .exclusive-arrow {
        width: 80px;
        height: 80px;
        top: initial;
        bottom: -30px;
        left: 25px;
        transform: rotate(45deg);
        right: initial;
        background: linear-gradient(135deg, rgba(80,73,61,0) 0%, rgba(80,73,61,0) 57%, rgba(80,73,61,1) 50%);
    }
    .exclusive-right-wrapper {
        padding-left: 0;
    }
    .exclusive-right {
        max-width: 270px;
        text-align: right;
        margin-right: 0;
        margin-left: auto;
        padding-top: 50px;
    }
    .exclusive-left-bg,
    .exclusive-section:after{
        width: 100%;
        height: 56%;
        left: 0;
        right: 0;
    }
    .exclusive-left-bg{
        top: 0;
        bottom: initial;
        background-image: url(../../../../uploads/2023/02/pattern.jpg);
    }
    .exclusive-section:after{
        top: initial;
        bottom: 0;
    }
    .step-back-bg {
        max-width: 200%;
        height: 71vw;
        object-position: right;
        object-fit: cover;
    }
    .step-back-text {
        padding: 40px 0;
    }
    .bar-inner{
        flex-direction: column;
    }
    .exclusive-bar {
        font-size: 16px;
        line-height: 19px;
        padding: 12px 0;
    }
    .history-section {
        padding: 60px 0 0 0;
    }
    .single-quote-wrapper {
        background-image: url(../../../../uploads/2023/02/Kolaha_Lines-4.png);
        padding: 60px 0;
    }
    .double-quote-wrapper.bg:before {
        background-image: url(../../../../uploads/2023/02/Pattern_Raute_Header-4.jpg);
        height: 50%;
        width: 100%;
    }
    .double-quote-wrapper .relative{
        padding: 35px 0 0 0;
    }
    .col-reverse{
        display: flex;
        flex-direction: column-reverse;
    }
    .quote-image {
        width: 100%;
        max-width: 100%;
        max-height: 274px;
        position: initial;
        object-fit: cover;
    }
    .quote-text,
    .quote-text-2{
        margin-bottom: 35px;
    }
    .info-title {
        font-size: 16px;
        letter-spacing: 1px;
        margin-bottom: 5px;
    }
    .info-border {
        border: 0;
    }
    .info-wrapper{
        padding: 40px 0;
    }
    .info-card{
        max-width: 100%;
        padding: 30px 0;
    }
    .info-content{
        font-size: 100px;
    }
    .info-content.small {
        font-size: 100px;
        line-height: 61px;
    }
    .info-content.smaller{
        line-height: 22px;
        max-width: 300px;
        margin: 0 auto;
    }
    .info-content.small div {
        margin-bottom: 4px;
    }
    .font-40 {
        font-size: 27px;
    }
    .font-80 {
        font-size: 63px;
    }
    .font-71 {
        font-size: 56px;
        line-height: 48px;
    }
    .font-65 {
        font-size: 43px;
    }
    .form-section{
        padding: 73px 0;
    }
    .form-section .row{
        margin: 0;
    }
    .contact-form-row .col-6,
    .contact-form-row .col-12{
        padding-left: 0;
    }
    .form-section .title,
    .form-section .content {
        max-width: 100% !important;
    }
    .footer-image-section img {
        width: 197%;
        max-width: 200%;
        object-fit: cover;
        margin-left: -113px;
    }
    .insight-section{
        background-image: url('../../../../uploads/2023/02/Pictures_Alfa-Romeo_2-2-1.jpg') !important;
        padding: 55px 0;
    }
    .insight-section .title {
        font-size: 24px;
        line-height: 26px;
        max-width: 296px;
    }
    .insight-section .subtitle {
        font-size: 20px;
        line-height: 22px;
        max-width: 307px;
    }
    .imprint-section {
        padding: 50px 0;
    }
    .imprint-section h2,
    .imprint-section .title {
        font-size: 24px;
    }
    .post-title-image {
        width: 162px;
        height: 99px;
        margin-top: -55px;
        padding-bottom: -14px;
    }
    .post-title-image img {
        width: 115px;
    }
    .post-title {
        font-size: 12px;
    }
    .post-title .title {
        font-size: 12px;
        letter-spacing: 2.4px;
    }
    .post-title .title div {
        font-size: 26px;
        line-height: 28px;
        letter-spacing: 1.3px;
    }
    .post-inner{
        padding: 30px 0;
    }
    .desc-title {
        font-size: 20px;
        line-height: 22px;
    }
    .arrow-down img {
        width: 28px;
    }
    .car-specifications.icons:before{
        background-image: url(../../../../uploads/2023/02/Kolaha_Lines-3-2.svg);
    }
    .spec-inner{
        flex-wrap: wrap;
    }
    .spec-inner.icons .spec-card{
        width: 100%;
        font-size: 90px;
        padding: 20px;
    }
    .spec-inner.icons .desc {
        line-height: 90px;
    }
    .spec-card {
        font-size: 28px;
    }
    .spec-inner.icons .spec-card:nth-of-type(even){
        border-right: 0;
    }
    .spec-inner.icons .spec-card:nth-last-of-type(-n+2) {
        border-bottom: 0;
    }
    .spec-inner.icons .spec-card .title {
        font-size: 16px;
        line-height: 18px;
        margin-top: 10px;
    }
    .spec-inner.dark .spec-card{
        width: 33.3333%;
        border-bottom: 1px solid #9f9f9f;;
        padding: 15px 0;
    }
    .spec-inner.dark .spec-card:nth-of-type(3n) {
        border-right: 0;
    }
    .spec-inner.dark .spec-card:nth-last-of-type(-n+3) {
        border-bottom: 0;
    }
    .spec-inner.dark .title{
        font-size: 10px;
        letter-spacing: 0.5px;
    }
    .spec-card .title {
        font-size: 10px;
    }
    .car-specifications.dark .spec-inner{
        max-width: 325px;
        margin: 0 auto;
    }
    .car-specifications.original .spec-inner{
        max-width: 300px;
        margin: 0 auto;
    }
    .car-specifications.original .spec-card{
        width: 50%;
        font-size: 22px;
        border-bottom: 1px solid var(--primary-color);
        padding: 13px 0;
    }
    .car-specifications.original .spec-card:nth-of-type(2n){
        border-right: 0;
    }
    .car-specifications.original .spec-card:nth-last-of-type(-n+2){
        border-bottom: 0;
    }

    .footer-socials a:not(:last-of-type) {
        margin-right: 11px;
    }
    footer .menu a {
        font-size: 11px;
        padding-left: 7px;
        padding-right: 7px;
    }
	.insight-section-card-list {
    	padding-top: 100px;
}
}
@media (max-width:550px){
    .fadeded-text-wrapper p {
        font-size: 35px;
        line-height: 1.2;
    }
    #collection-overview span {
        font-weight: bold;
    }
    .car-specifications.original .desc {
        font-size: 23px;
    }
    .exclusive-right .h3{
        font-size: 16px;
        line-height: 18px;
        max-width: 213px;
        margin-right: 0;
        margin-left: auto;
    }
    .exclusive-bar {
        font-size: 16px;
        line-height: 18px;
    }
    .info-title {
        font-size: 12px;
    }
    .info-content {
        font-size: 80px;
        line-height: 75px;
    }
    .info-content.small {
        font-size: 78px;
        line-height: 46px;
    }
    .font-40 {
        font-size: 23px;
    }
    .font-71 {
        font-size: 48px;
        line-height: 43px;
    }
    .font-65 {
        font-size: 37px;
    }
    .font-80 {
        font-size: 56px;
        line-height: 36px;
    }
    .contact-form-row input:not([type='checkbox']):not([type='submit']),
    .contact-form-row textarea {
        font-size: 11px;
    }
    .contact-form-row .primary-button-inverse {
        font-size: 13px;
    }
    .insight-section .title {
        font-size: 24px;
        line-height: 26px;
    }
    .insight-section .subtitle {
        font-size: 20px;
        line-height: 22px;
    }
    .post-title {
        font-size: 12px;
    }
    .post-title .title div {
        margin-top: 10px;
        font-size: 26px;
        line-height: 28px;
        letter-spacing: 1.3px;
    }
    .post-description {
        font-size: 14px;
        line-height: 17.5px;
    }
    .spec-inner.icons .spec-card {
        font-size: 75px;
    }
    .price-section {
        font-size: 15px;
    }
    footer .menu a {
        font-size: 11px;
        padding-left: 6px;
        padding-right: 6px;
    }
    .spec-inner.dark .spec-card{
        width: 50%
    }
    .spec-inner.dark .spec-card:nth-of-type(3n) {
        border-right: 1px solid #9f9f9f;
    }
    .spec-inner.dark .spec-card:nth-last-of-type(-n+3) {
        border-bottom: 1px solid #9f9f9f;
    }
    .spec-inner.dark .spec-card:nth-of-type(2n) {
        border-right: 0;
    }
    .spec-inner.dark .spec-card:nth-last-of-type(-n+2) {
        border-bottom: 0;
    }
}
@media (max-width:370px){
    .fadeded-text-wrapper p {
        font-size: 25px;
        line-height: 27px;
    }
    .fadeded-text-wrapper p span.small-letters {
        font-size: 20px;
        line-height: 20px;
    }
    .car-specifications:not(.icons) .spec-card .title {
        line-height: 12px;
    }
    .spec-inner.dark .title {
        font-size: 8px;
    }
    .spec-card {
        font-size: 23px;
    }
    .insight-section > .container > .row{
        margin-right: -15px;
        margin-left: -15px;
    }
    .card-info > div{
    }
    .card-info b{
        font-size: 10px;
    }
    footer .menu a{
        font-size: 8px;
    }
}
@media (min-width: 768px) {
    .collection-insight-car {
        justify-content: start !important;
        padding-top: 9rem;
    }
    .intro-image{
        background-size: cover;
    }
    .arrow-down {
        bottom: 60px;
    }
    .fadeded-text-wrapper p span.small-letters {
        line-height: 40px;
        font-size: 40px;
    }
    .collection-insight-car {
        background-color: transparent;
    }
    .arrows {
        margin-bottom: 60px;
    }
    .insight-car-name span {
        font-size: 22px;
        line-height: 24px;
    }
    .insight-car-name {
        margin-top: 120px;
    }
    .next-slide {
        margin: 30px 0;
    }
    .exclusive-bar {
        display: block;
    }
    .car-info span {
        font-size: 14px;
        line-height: 12px;
    }
    .car-info p {
        font-size: 35px;
        line-height: 43px;
    }
}
@media (min-width:768px) and (max-width: 991.9px){
    .exclusive-left-bg{
        width: calc( ((100vw - 720px)/2) + 480px);
    }
    .exclusive-section:after {
        width: calc( ((100vw - 720px)/2) + 240px);
    }
}
@media (min-width:991.9px) and (max-width: 1199.9px){
    .exclusive-left-bg{
        width: calc( ((100vw - 960px)/2) + 640px);
    }
    .exclusive-section:after {
        width: calc( ((100vw - 960px)/2) + 320px);
    }
    .card-info > div{
        justify-content: space-between;
    }
    .card-info b{
        text-align: right;
    }
}
@media (min-width: 992px){
    .arrows {
        width: 82px;
        height: 82px;
    }
    .arrow-left {
        margin-left: 85px;
        margin-right: 20px;
    }
    .arrow-right {
        margin-right: 85px;
        margin-left: 20px;
    }
    .intro-image{
        background-size: cover;
    }
    .insight-car-name div {
        font-size: 55px;
    }
    .header-frontpage-wrapper{
        height: 170px;
    }
    .header-frontpage-wrapper-img {
        height: inherit;
    }
    .bar-inner span{
        display: initial;
        font-size: 20px;
        margin-top: -5px;
    }
    .intro-section{
        padding-top: 60px;
    }
	

}
@media (min-width: 1100px){
    .info-content.small div{
        margin-top: -14px;
        margin-bottom: 0px;
    }
    .font-71 b div{
        font-size: 86%;
    }
}
.fp-watermark {
    display: none;
}

.section-bar .exclusive-bar {
    position: absolute;
    bottom: 50px;
    width: 100%;
    padding: 16px 0;
}
/*
::-webkit-scrollbar {
    display: none;
}
*/
::-webkit-scrollbar-thumb {
    background-color: transparent;
}
::-webkit-scrollbar {
    width: 0; /* This is an arbitrary width; adjust as needed */
}
::-webkit-scrollbar-track {
    background-color: transparent;
}

.hero-wrapper {
    background-repeat: no-repeat;
    background-size: cover;
}

.hero-wrapper video {
    min-width: 100%;
    min-height: 100%;
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
}

.hero-video-mobile {
    display: none;
}

@media (max-width: 750px) {
    .hero-video-desktop {
        display: none;
    }
    .hero-video-mobile {
        display: initial;
        width: 100vw;
    }
}

.animate-big-text {
    transform: translateY(500%);
    transition: all 1s ease-in-out;
}

#fullscreen-slider {
	left: 0;
	right; 0;
}

/*------------------------------Private Collection----------------------*/

#overview {
	justify-content: flex-start;	
}

#private_search_icon {
	display: none;
}

.breadcrumb-icon {
	display: flex; 
	justify-content: flex-end;
	font-weight: 500;
}

#private_search_icon {
	margin-left: auto; 
}

.breadcrumb-wrapper .container .row {
	justify-content: space-between;
}

@media (max-width: 992px){
		.car-switcher-bar {
		display: none !important;
	}
}



/*------------------------------Home Hero----------------------*/

.hero-section .info-wrapper-container {
	margin-top: 2vw;
}

.hero-section {
	display: flex;
    align-items: center;
}

.hero-section .scrollable-content {
	display: flex;
    padding-right: 15px;
    flex-direction: column;
    justify-content: space-between;
}

.hero-section .container {
	height: 100%;
}

.hero-section .row.justify-content-center {
	height: 100%;
}

.home_hero_text_wrapper {
	height: 100svh; 
	display: flex; 
	align-items: flex-end; 
	padding-bottom: 30%;"
}

.home_hero_scroll {
	padding-bottom: 15%;
}

@media screen and (min-width: 767px) and (max-height: 1000px) {
.home-logo img{
        width: 339px;
    }
    .divider {
        width: 71px;
        height: 10px;
    }
    .exclusive-section {
        padding: 80px 0 60px 0;
    }
    .exclusive-right-wrapper {
        padding-left: 60px;
    }
    .exclusive-left{
        max-width: 500px;
    }
    .exclusive-right{
        max-width: 217px;
    }
    .exclusive-arrow {
        width: 100px;
        height: 100px;
        top: calc( 50% - 100px);
        right: -70px;
    }
    .step-back-text {
        max-width: 534px;
    }
    .exclusive-bar {
        font-size: 21px;
        line-height: 19px;
    }
    .history-text {
        max-width: 578px;
    }
    .single-quote-wrapper{
        padding: 55px 0;
    }
    .single-quote{
        max-width: 600px;
        margin-right: 0;
        margin-left: auto;
    }
    .info-title {
        font-size: 13px;
    }
    .info-content {
        font-size: 90px;
        line-height: 83px;
    }
    .font-40 {
        font-size: 22px;
        line-height: 26px;
        font-weight: bold;
        text-transform: uppercase;
    }
    .font-65 {
        font-size: 40px;
        line-height: 50px;
        text-transform: uppercase;
    }
    .font-71 {
        font-size: 40px;
        line-height: 22px;
    }
    .font-71 div {
       margin-top: 15px;
    }
    .font-80 {
        font-size: 53px;
        line-height: 54px;
    }
    .info-content.small {
        font-size: 74px;
        line-height: 49px;
    }
    .info-content.small div{
        margin-top: -4px;
    }
    .info-content.smaller {
        font-size: 71px;
        line-height: 41px;
    }
    .info-border{
        max-width: 420px;
        padding: 0 25px;
    }
	
	.hero-section .pt-3 {
		font-size: 50px;
		line-height: 55px;
		max-width: 800px;
	}
}

@media (max-width: 1500px) {
	
	.home_hero_scroll {
		padding-bottom: 20%;
	}

}

@media (max-width: 767.9px) {
	.hero-section .pt-3 {
        font-size: 35px;
        line-height: 38px;
    }
	
	.hero-wrapper .hero-section {
		height: auto;
	}
	
	.home_hero_text_wrapper {
		padding-bottom: 45%;
	}
}

@media (max-width: 550px) {
	.hero-section .pt-3 {
        font-size: 35px;
        line-height: 38px;
    }
}
