/* modern nissan  only*/
#di-page-composer * {
    font-family: 'Nissan Brand' !important;
}

/* dealeron css unset*/
#content>section>div {
    width: unset !important;
    padding: 0 !important;
    margin: 0 !important;
}

h1.header {
    display: none;
}

main img.img-responsive {
    width: 100%;
}

main .container-fluid {
    padding: 0;
}

main .row {
    max-width: 1200px;
    margin: auto;
}

a.button1{
    cursor: pointer;
}

.button1:visited {
        color: white;
    }

/* global 1 */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* outline: 1px solid lightgreen; */
}

.textwhite {
    color: #ffffff;
}

.textdark {
    color: #000000;
}

.button1{
    transition: 0.5s;
}

.button1:hover {
    text-decoration: none;
    background: rgba(255, 255, 255, 255) !important; 
    color: #000000 !important;
    outline: 1px solid rgba(195,0,47,1);
}

#bgimage6 > div > div.col-sm-12.col-md-8 > div:nth-child(1) > div.col-sm-6.col-md-12{
    padding: 0;
}
/* global 2 */

/* images animation */
main img.img-responsive:hover {
    transform: scale(1.1);
}

main img.img-responsive {
    transition: all 0.5s;
}

/* image parents is figure with class name .imgcontainer  */
main figure.imgcontainer {
    position: relative;
    padding: 0px;
    overflow: hidden;
    margin: 10px 0;
}

#bgimage5{
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url(https://irp.cdn-website.com/bf6534e3/dms3rep/multi/2023-nissan-pathfinder-daytime-running-lights.webp);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    #bgimage6 > div > div.col-sm-12.col-md-8 > div:nth-child(1) > div.col-sm-6.hidden-xs.hidden-md.hidden-lg > figure > img{
        height: 274px;
    }

    #bgimage6 > div > div.col-sm-12.col-md-8 > div:nth-child(3){
        padding: 20px 0;
    }

    #bgimage1 > div > div > h2,
    #bgimage1 > div > div > h1{
        margin: 0;
    }


/* sectio 1 */

/* SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS */
/* Extra Small */
@media(max-width:767px) {
  
    p,
    main ul {
        font-size: 18px;
        font-weight: 300;
        line-height: 1.3em;
    }

    main ul > li{
        margin-left: 36px;
    }

    
    .title3648{
        font-size: 36px !important;
        font-weight: 700;
        line-height: 1.3em;
    }

    .title3848{
        font-size: 38px !important;
        font-weight: 500;
        line-height: 1.3em;
    }

    .title2830{
        font-size: 28px;
        font-weight: 500;
        line-height: 1.3em;
    }

    .title2936{
        font-size: 29px;
        font-weight: 600;
        line-height: 1.3em;
    }

    .title2430{
        font-size: 24px;
        font-weight: 700;
        line-height: 1.3em;
    }

    .title1924{
        font-size: 19px;
        font-weight: 500;
        line-height: 1.3em;
    }

    .titlebold {
        font-weight: 700;
    }

    .button1 {
        font-size: 15px;
        font-weight: 700;
        line-height: 1em;
        padding: 16px 0px;
        display: inline-block;
        width: 100%;
        
        color: #ffffff;
        background: rgba(195,0,47,1);
        text-align: center;
        margin-bottom: 10px;
    }

    .button1:hover {
        text-decoration: none;
        background: #b1572a;
    }

    main img.img-responsive {
        object-fit: cover;
        object-position: center;
        height: 200px;
    }

    

    /* section 1 */
    #bgimage1 > div > div > figure > img{
        height: 210px;
    }

    #bgimage2,
    #bgimage3{
        padding: 15px 0;
    }


    #bgimage3 > div:not(:first-child){
        padding: 15px 0;
    }

    

    #bgimage3 > div:nth-child(16) > div > figure > img,
    #bgimage3 > div:nth-child(12) > div > figure > img,
    #bgimage3 > div:nth-child(10) > div > figure > img,
    #bgimage3 > div:nth-child(5) > div > figure > img,
    #bgimage3 > div.row.text-center > div > figure > img,
    #bgimage3 > div:nth-child(1) > div > figure > img,
    #bgimage2 > div:nth-child(6) > div > figure > img{
        height: 200px;
    }

    #bgimage5{
        height: 200px;
    }

    #bgimage4 > div:not(:first-child),
    #bgimage3 > div:not(:first-child){
        padding: 15px 0;
    }

    #bgimage7{
        padding: 20px 0;
    }
    
}

@media all and (min-width: 768px) and (max-width: 1024px) { 

    #bgimage1 > div > div > h2,
    #bgimage1 > div > div > h1{
        width: 563px;
    }

    .title3648{
        font-size: 36px !important;
        font-weight: 700;
        line-height: 1.3em;
    }
}

/* SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS */
/* Small */
/* LLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLL */
@media(min-width:768px) {

    p,
    main ul {
        font-size: 22px;
        font-weight: 300;
        line-height: 1.3em;
    }

    main ul > li{
        margin-left: 44px;
    }

    .title3848{
        font-size: 48px !important;
        font-weight: 500;
        line-height: 1.3em;
    }

    .title3648{
        font-size: 48px !important;
        font-weight: 700;
        line-height: 1.3em;
    }

    .title2936{
        font-size: 36px;
        font-weight: 600;
        line-height: 1.3em;
    }

    .title2830{
        font-size: 30px;
        font-weight: 500;
        line-height: 1.3em;
    }

    .title2430{
        font-size: 30px;
        font-weight: 700;
        line-height: 1.3em;
    }

    .title1924{
        font-size: 24px;
        font-weight: 500;
        line-height: 1.3em;
    }

    .titlebold {
        font-weight: 700;
    }

    .button1 {
        font-size: 15px;
        font-weight: 700;
        line-height: 1em;
        padding: 16px 0px;
        display: inline-block;
        width: 100%;
        max-width: 222px;
        color: #ffffff;
        background: rgba(195,0,47,1);
        text-align: center;
    }

    .button1:hover {
        text-decoration: none;
        background: #b1572a;
    }

    main figure>img.img-responsive {
        object-fit: cover;
        object-position: center;
        height: 333px;
    }

    .h220{
        height: 220px !important;
    }

    .h180{
        height: 180px !important;
    }

    /* 1 */
    #bgimage1{
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url(https://irp.cdn-website.com/bf6534e3/dms3rep/multi/2023-nissan-pathfinder-in-red-v2.webp);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    #bgimage1{
        padding: 50px 40px 20px;
    }


    #bgimage1 > div > div > h2,
    #bgimage1 > div > div > h1{
        width: 480px;
    }

    .fcolord{
        color: #ffffff !important;
        text-shadow: rgba(0, 0, 0, 0.4) 0px 0px 15px;
    }

    /* 2 */
    #bgimage2{
        padding: 40px 40px 20px;
    }

    #bgimage2 > div{
        padding: 15px 0;
    }
    #bgimage3{
        padding: 20px 40px;
    }

    #bgimage4 > div:not(:first-child),
    #bgimage3 > div:not(:first-child){
        padding: 15px 0;
    }

    #bgimage4 > div:first-child,
    #bgimage3 > div:first-child{
        padding: 20px 0 0;
    }

    #bgimage3 > div:nth-child(1) > div > figure > img,
    #bgimage2 > div:nth-child(6) > div > figure > img{
        height: 550px;
    }

    #bgimage3 > div:nth-child(16) > div > figure > img,
    #bgimage3 > div:nth-child(12) > div > figure > img,
    #bgimage3 > div:nth-child(10) > div > figure > img,
    #bgimage3 > div:nth-child(5) > div > figure > img,
    #bgimage3 > div.row.text-center > div > figure > img{
        height: 440px;
    }

    #bgimage5{
        height: 651px;
    }

    #bgimage6{
        padding: 40px 40px 0;
    }

    #bgimage7{
        padding: 20px 40px 70px;
    }

}

summary {
    display: block;
}

summary::-webkit-details-marker {
    display: none;
}

.p-section-faq__item:nth-of-type(n+2) {
    margin-top: 10px;
}

.p-faq__question {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 8px 16px;
    color: #000000;
    /* background-color: #4B7CB6; */
    background-color: #eee;
    cursor: pointer;
    font-size: 24px;
    font-weight: 700;
}

.p-faq__icon {
    display: block;
    flex-shrink: 0;
    position: relative;
    width: 40px;
    transform-origin: center;
    background-color: #000000;
    padding: 20px;
    border-radius: 50%;
}

.p-faq__icon::after {
    right: 15px;
    content: "";
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    transition: transform .3s;
    transform: translateY(-80%) rotate(45deg);
    border-right: 2px solid white;
    border-bottom: 2px solid white;

}

.is-opened .p-faq__icon::after {
    transform: translateY(-25%) rotate(-135deg);
}

.p-faq__answer {
    overflow: hidden;
}

.p-faq__answer-inner {
    padding: 16px 32px;
    /* border: 2px solid #4B7CB6; */
    border-top: none;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    font-size: 15px;
    font-weight: 400;
}

.l-inner {
    margin: 0 auto;
    /* max-width: 648px; */
    width: 100%;
    /* padding: 24px; */
}