body,html{
    margin:0;    
    font-size: 16px;
    font-family: Poppins;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

img{
    height: auto;
    width: auto;
    object-fit: contain;
    object-position: center center;
}

.objCover{
    object-fit: cover;
}
header{
    background-color: rgb(255, 255, 255, 0.9);
}
nav .nav-item a{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 21px;
    
    color: #000000;
}
nav .nav-item a:hover{
    color: #24319C;

}
nav a.button{
    background: #24319C;
    border-radius: 35px;
    color: #FFFFFF;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 0.875rem;

    text-align: center;
    padding: 10px  1.875rem !important;
}
.navbar-toggler:focus{
    outline: none;
}
nav a.button:hover{
    color: #FFFFFF;
    background: #2B3AB7;
}
nav a.button:focus{
    color: #FFFFFF;
    background: #3243CC;
}
.navbar-brand img{
    width: 10rem;
}
h1{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 4rem;
    line-height: 66px;
    color: #24319C;
}
h2, h3{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 3rem;
    text-align: center;

    color: #24319C;
    margin-bottom: 5rem;
}
p{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 21px;

    color: #000000;
}
.home_bck{
    position: absolute;
    right: 0;
    top: 7rem;
    z-index: -1;
}
.button{
    display: inline-block;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 21px;

    color: #FFFFFF;
    padding: 0.625rem 1.8125rem;
    background: #24319C;
    border-radius: 2.1875rem;
}
.button:hover{
    color: #FFFFFF;
    text-decoration: none;
}
#home{
    padding: 20rem 0 10rem;
    position: relative;
}
#home p,
#home h1{
    white-space: pre-line;
}
#home p{
    font-size: 1.25rem;
}
#cars{
    padding-bottom: 10rem;
    padding-top: 10rem;
    margin-top: -10rem;
}
#cars .smaller_box{
    background: #24319C;
    border-radius: 28px;
}
#cars .bigger_box{
    background:#24319C linear-gradient(270deg, rgba(255, 255, 255, 0.24) 0%, rgba(255, 255, 255, 0) 100%);
    
    border-radius: 28px;
    padding: 1.6rem 2.3125rem;
    display: flex;
    align-items: center;
    cursor: pointer;
    
}
#cars .car_home{
    height: 16rem;
}
#cars_list .bigger_box{
    cursor: pointer;
}

#cars .bigger_box.left{
    background: linear-gradient(270deg, #4551AB 0%, #24319C 100%);

}
#cars .smaller_box.left{
    background: linear-gradient(270deg, #5861B3 0%, #4853AC 100%);

}
#cars_list .bigger_box h3,
#cars .bigger_box h3{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 1.625rem;
    line-height: 32px;
    text-align: start;
    color: #FFFFFF;
}
#cars_list .bigger_box h3 span,
#cars .bigger_box h3 span{
    font-weight: 400;
    
    font-size: 1.25rem;
}
#cars_list .bigger_box li,
#cars_list .bigger_box p,
#cars .bigger_box p,
#cars .bigger_box li
{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 0.875rem;
    /* line-height: 21px; */
    white-space: pre-line;
    color: #FFFFFF;
}
#cars_list .bigger_box ul,
#cars .bigger_box ul{
    padding-left: 1.125rem;
    margin-bottom: 0;
}
#cars_list .bigger_box .price,
#cars .bigger_box .price{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 2.25rem;
    color: #FFFFFF;
    margin-top: auto;
}
#cars_list .bigger_box .price span,
#cars .bigger_box .price span{
    font-size: 0.9375rem;
    font-weight: 400;
}

#cars .bigger_box img.car{
    position: absolute;
    right: 0;
    /* top: 0; */
    padding: 1rem 0;
    height: 100%;
}
#cars .skoda .smaller_box img{
    width: 60%;
}

#cars .skoda .mobiel_icon{
    width: 4rem;
}
#contact .wrap{
    display: flex;
    flex-direction: row;
    align-items: center;
}
#contact .wrap .img_wrap{
    background: #24319C;
    border-radius: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 6.25rem;
    height: 6.25rem;
}
#contact .wrap .title{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 1.625rem;
    line-height: 39px;

    color: #292929;
}
#contact .wrap .info{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 39px;

    color: #292929;
}
#cars_list {
    margin-top: 5rem;
    padding: 8rem 0 5rem;
}
#cars_list h1{
    text-align: center;
    margin-bottom: 1.4rem;
}
#cars_list .bigger_box{
    background: #24319C;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 28px;
    padding: 1.6rem 2.3125rem;
}
/* #cars_list .bigger_box .price span,
#cars .bigger_box .price span{ */
#cars_list .overlay,
#cars .overlay {
    z-index: 100;
    display: none;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(36, 49, 156, 0.45);
    border-radius: 28px;
}
#cars_list .car:hover .overlay,
#cars .car_home:hover .overlay{
    display: flex;
}
#cars_list .overlay .button,
#cars .overlay .button {
    border: 1px solid white;
}
#cars_list .bigger_box .link,
#cars .bigger_box .link {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;

    color: #FFFFFF;
    display: none;
    align-items: center;    
    position: absolute;
    left: 1.6rem;
    top: 1.6rem;
}
#cars_list .bigger_box .link img,
#cars .bigger_box .link img{
    margin-left: 10px;
}
#cars_list .bigger_box .info_box,
#cars .bigger_box .info_box{
    height: 100%;
}
footer{
    padding: 5rem 15px 5px;
    background-color: #000;
    display: flex;
    justify-content: center;
}
footer p{
    font-style: normal;
    font-weight: normal;
    font-size: 0.875rem;
    line-height: 1.3125rem;
    color: #fff;
    text-align: center;
}

#modal{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1031;
    justify-content: center;
    align-items: center;
}
#modal .overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 1;
}
#modal .content{
    position: relative;
    z-index: 2;
    background: rgb(255, 255, 255, 0.7);
    border-radius: 28px;
    box-shadow: 0px 10px 20px rgb(0 0 0 / 10%);
    padding: 1.6rem 2.3125rem;
    background: #24319C;
    border-radius: 28px;
    max-width: 90vw;
}
#modal .content .close_modal{
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(150%);
    width: 1.4rem;
    cursor: pointer;
}
#modal .content .table{
    display: flex;   
    flex-direction: row;
    flex-wrap: wrap;
    gap: 2rem;
}
#modal .content .table .column{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 1.625rem;
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 1.2rem;
    align-items: flex-start;
}
#modal .content .table .stats_wrapp{
    flex-wrap: wrap;
    gap: 1.2rem;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
#modal .content .table .stat{
    flex: auto 1 1;
    font-family: 'Poppins';
    font-size: 1rem;
    font-weight: 400;   
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: start;
    flex-direction: row;
    
}
#modal .content .table .stat img{
    width: 2.125rem;
    height: 2.125rem;
    margin-right: 1rem;
}
#modal table{
    box-sizing : border-box;
    border: solid 1px white;
    width: 100%;
}
#modal table th{
    font-size: 1rem;
    font-family: 'Poppins';
    font-weight: 600;   
    border: solid 1px white;
    border-bottom: 2px solid white;
}
#modal table td{
    font-size: 1rem;
    font-family: 'Poppins';
    font-weight: 400;   
    border: solid 1px white;
}
@media (max-width: 1399px) {
	html, body{
		font-size: 15px;
    }

}
@media (max-width: 1199px) {
	html, body{
		font-size: 14px;
    }
    #cars_list .bigger_box img.car,
    #cars .bigger_box img.car{
        width: 65%;
    }
    
}
@media (max-width: 991px) {
	html, body{
		font-size: 13px;
    }
    .home_bck{
        width: 60%;
        top: 22rem;
    }
    .navbar-nav{
        text-align: center;
    }
    nav .nav-item a{
        text-align: center;
    }
    .navbar-nav .nav-link{
        padding: 1.2rem 0;
    }
}
@media (max-width: 767px) {
	html, body{
		font-size: 12px;
    }
    #cars .car_home{
        height: auto;
    }
    #cars_list .bigger_box,
    #cars .bigger_box{
        min-height: 20rem;
        background: #24319C ;
        align-items: flex-start;
        
    }
    #cars_list .bigger_box.left
    #cars .bigger_box.left{        
        background: #24319C ;
    }
    #cars_list .bigger_box img.car,
    #cars .bigger_box img.car{
        width: auto;
        height: auto !important;
        position: absolute;
        right: 0;
        /* transform: translate(+50%, 0); */
        /* height: 65% !important; */
        padding-top: 0;
    }
    #cars_list .bigger_box .info_box,
    #cars .bigger_box .info_box{
        width: 100%;
        justify-content: space-between !important;
        align-self: flex-end;
        align-items: flex-end !important;
    }
    #cars_list .bigger_box h3,
    #cars .bigger_box h3{
        line-height: 25px;
    }
    #cars_list .bigger_box .mobiel_icon,
    #cars .bigger_box .mobiel_icon{
        position: absolute;
        left: 2.3125rem;
        top: 1.6rem;
         
    }
    #cars_list .bigger_box .mobiel_icon.skoda{
        width: 3rem;
    }
    #cars_list .bigger_box .mobiel_icon.audi{
        width: 5rem;
    }
    
    #modal .content .close_modal{
        position: absolute;
        right: 0;
        top: 0;
        transform: translateX(0%);
        transform: translateY(-150%);
        width: 2rem;
        cursor: pointer;
    }
    nav .nav-item a{
        font-size: 1rem;
    }
    #cars_list .car:hover .overlay, #cars .car_home:hover .overlay{
        display: none;
    }
    #cars_list .bigger_box .link,
    #cars .bigger_box .link {
        display: flex;
    }
    #cars_list h1{
        font-size: 3rem;
    }
}
@media (max-width: 575px) {
    .home_bck{
        width: 100%;
        top: 41rem;
    }
    #home{
        padding-bottom: 25rem;
        padding-top: 10rem;
    }
    
    #cars_list .bigger_box,
    #cars .bigger_box{
        min-height: 20rem;
        background: #24319C ;
        align-items: flex-start;
        
    }
    #cars_list .bigger_box.left
    #cars .bigger_box.left{        
        background: #24319C ;
    }
    #cars_list .bigger_box img.car,
    #cars .bigger_box img.car{
        width: auto;
        height: auto !important;
        position: absolute;
        right: 0;
        /* transform: translate(+50%, 0); */
        /* height: 65% !important; */
    }
    #cars_list .bigger_box .info_box,
    #cars .bigger_box .info_box{
        width: 100%;
        justify-content: space-between !important;
        align-self: flex-end;
        align-items: flex-end !important;
    }
    #cars_list .bigger_box h3,
    #cars .bigger_box h3{
        line-height: 25px;
    }
    #cars_list .bigger_box .mobiel_icon,
    #cars .bigger_box .mobiel_icon{
        position: absolute;
        left: 2.3125rem;
        top: 1.6rem;
         
    }
    #cars_list .bigger_box .mobiel_icon.skoda{
        width: 3rem;
    }
    footer{
        justify-content: center;
    }
    #modal .content .table .stats_wrapp.oprema,
    #modal .content .table .stats_wrapp.stats{
        flex-direction: row;
        gap: 1.2rem 0 ;
        width: 100%;
    }
    #modal .content .table .stats_wrapp.oprema .stat,
    #modal .content .table .stats_wrapp.stats .stat{
        flex: 50% 0 0;
    }
    #modal .content .table .column{
        width: 100%;
    }
    #modal .content .table{
        gap: 1.2rem 0 ;
    }
    #modal .content .close_modal{
        transform: translate(60%, -60%);
    }

}
@media (max-width: 360px) {
    
}