/* @font-face {
    font-family: 'vw-head';
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/vw/vwhead-regular.woff2') format('woff2'), url('../fonts/vw/vwhead-regular.woff') format('woff');
}

@font-face {
    font-family: 'vw-head';
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/vw/vwhead-bold.woff2') format('woff2'), url('../fonts/vw/vwhead-bold.woff') format('woff');
}

@font-face {
    font-family: 'vw-head';
    font-weight: 200;
    font-display: swap;
    src: url('../fonts/vw/vwhead-light.woff2') format('woff2'), url('../fonts/vw/vwhead-light.woff') format('woff');
}

@font-face {
    font-family: 'vw-text';
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/vw/vwtext-regular.woff2') format('woff2'), url('../fonts/vw/vwtext-regular.woff') format('woff');
}

@font-face {
    font-family: 'vw-text';
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/vw/vwtext-bold.woff2') format('woff2'), url('../fonts/vw/vwtext-bold.woff') format('woff');
} */

* {
    /* font-family: 'vw-text'; */
}

body {
    font-size: 16px
}

h1, h2, h3, h4, h5, h6 {
    /* font-family: 'vw-head'; */
    font-weight: 700;
}

/* .margin-for-slider, .header {
    display: none !important;
} */

.taigun-hero {
    background-image: url('../images/modelpage/taigun/Volkswagen-Taigun-Launch.jpeg');
    height: 460px;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.taigun-hero a {
    color: #40609b;
    position: fixed;
    left: 15px;
    top: 4px;
    font-size: 2.2em;
    opacity: .9;
    z-index: 999;
}

.taigun-hero-text {
    background: radial-gradient(circle at 0% 0%, rgb(0, 67, 122) 0%, rgb(0, 30, 80) 100%);
    padding: 4.5em 32px 4.5em 55px;
    color: white;
}

.taigun-hero-text h1 {
    font-weight: 700;
    font-size: 4.2em;
    margin-bottom: 0px;
}

.taigun-hero-text p {
    font-size: 3.5em;
    font-weight: 100;
    /* font-family: 'vw-head'; */
    line-height: 1;
}

.btn-taigun-round-white {
    margin-top: 2em;
    border-radius: 22px;
    padding: 8px 19px;
    font-weight: 100;
    text-transform: capitalize;
    font-size: 16px;
}

.taigun-h1 {
    font-size: 2.8em;
    color: black;
    margin-left: -12px;
    margin-bottom: 23px;
}

.taigun-ul {
    list-style-image: url(../images/modelpage/taigun/li.jpg);
}

.taigun-ul li {
    text-indent: 8px;
    margin-bottom: 10px;
}

.taigun-lightfont {
    font-weight: 200;
    /* font-family: 'vw-head'; */
}

.taigun-middle-video {}

.taigun-middle-video h1 {
    font-size: 3.5em;
    margin-bottom: 18px;
}

.taigun-h2 {
    font-weight: 700;
    font-size: 2.4em;
    color: black;
    padding-right: 1em;
    padding-left: 1em;
    margin-top: 16px;
    border-left: 1px solid #d7d7d7;
}

.taigun-register-interest {
    background: radial-gradient(circle at 0% 0%, rgb(0, 67, 122) 0%, rgb(0, 30, 80) 100%);
    padding: 4.5em 32px 4.5em 55px;
    color: white;
    text-align: center;
}

.taigun-register-interest h2 {
    font-size: 3em;
}

.taigun-last-video p {
    font-size: 1.7em;
    /* font-family: 'vw-head'; */
    font-weight: 300;
    line-height: 1.4;
}

.model-accordion a {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 2px solid #dfe4e8;
    font-size: 1.2em;
    font-weight: 700;
    display: block;
    color: #080808;
    text-decoration: none;
}

.model-accordion span {
    /* font-family: "vw-head"; */
    padding-top: .5em;
    padding-bottom: .2em;
    line-height: 1;
    font-size: 2em;
    display: inline-block;
    font-weight: 200;
}

.model-accordion p {
    font-size: 1em;
}

.model-accordion p b {
    line-height: 3;
}

.model-accordion i {
    display: none;
}

.model-accordion .collapsed i {
    display: inline-block;
}

.model-accordion .row {
    margin-bottom: 5px;
}