﻿.model-section{ 
    /*background-image: url('/IN_KintoLocalResource/img/bg1.png');
    background-size: cover;
    background-position: center;*/

}
.model-section .model-section-main{ 
    padding-top: 45px;

}
.model-section .model-section-main .title{ 
    font-weight: bold;
    font-size: 48px;
    line-height: 71px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;

}

.model-section .model-section-main .sub-title{

    font-weight: 900;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 3.42857px;
    text-transform: uppercase;
    color: #FFCF5B;
}
.model-section .model-card-list{
    justify-content: center;
    margin-top: 30px;
   
    
}
.model-section .model-card {
    max-width: 330px;
    margin: 0 auto 20px auto;
    width: 100%;
    
}
.model-section .model-card .card-image-model{
    width: 100%;
    padding-bottom: 48.318681%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.model-section .model-card .card-image-model img{
    width: 100%;
}

.model-section .model-card .card-detail{
    margin-bottom: 25px;
}
.model-section .model-card .card-detail .card-detail-row{
    display: flex;
    justify-content: space-between;
    
}
.model-section .model-card .card-detail .col1,.model-section .model-card .card-detail .col2{
   
    
}
.model-section .model-card .card-detail .model-name{
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    text-align: justify;
    text-transform: uppercase;
    color: #231F20;
}
.model-section .model-card .card-detail .price{

    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 36px;
    text-align: justify;
    text-transform: uppercase;
    display: inline-block;
    margin-left: 5px;
    color: #00495C;
}


.model-section .model-card .card-detail .col2{
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    /* identical to box height */
    text-align: justify;

    color: #231F20;
}

.model-section .model-card .card-detail .card-detail-row .first{
    align-items: flex-end;
}


.model-section .model-card .card-detail{
    align-items: flex-start;
    font-family: 'ToyotaType';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    /* identical to box height */
    text-align: justify;

}



.model-section .model-card .card-detail .card-detail-row.second .col1{
    max-width:50%;
    font-weight: bold;
}


.model-section .model-card .card-more-detail{
    opacity: 0.95;
    border: 3px solid #231F20;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    font-weight: bold;
    font-size: 12px;
    line-height: 14px;
    text-align: justify;
    letter-spacing: 1.5px;
    color: #231F20;
    padding: 17px 16px;
    cursor: pointer;
    
}
.model-section .model-card .card-more-detail:hover{ 
    border: 3px solid #00708C;
    color: #00708C;
}


.model-section .model-card .card-more-detail{
    font-weight: bold;
    font-size: 12px;
    line-height: 14px;
}

@media only screen and (min-width: 768px) {
    .model-section .model-section-main .title {
        color: #00495C;
        padding-left: 20px;
        text-align: left;
    }
    .model-section .model-section-main .sub-title{
        display: none;
    }
    
    .model-section .model-card-list {
        
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        max-width: 700px;
        margin: 30px auto;
    }
    .model-section .model-card{
        margin: unset;
        margin-bottom: 30px;
        max-width: 348px;
        padding: 18px;
    }

        
}

@media only screen and (min-width: 1024px) {

    
}
@media only screen and (min-width: 1090px) {
    .model-section .model-card-list {
        

        max-width: unset;
    
    }
    
}