:root {
    --primary-color: #0E3A2F;
    --secondary-color: #78FAAE;
    --bg-color: #464647;
    --white-color: #fff;
}

@font-face{
    font-family:"Skoda-bold";
    src:url("../fonts/SKODANextW05-Bold.woff2") format("woff2"),url("../fonts/SKODANextW05-Bold.woff") format("woff");
}

@font-face{
    font-family:"Skoda-regular";
    src:url("../fonts/SKODANextW05-Regular.woff2") format("woff2"),url("../fonts/SKODANextW05-Regular.woff") format("woff");
}

@font-face{
    font-family:"Skoda-italic";
    src:url("../fonts/SKODANextW05-Italic.woff2") format("woff2"),url("../fonts/SKODANextW05-Italic.woff") format("woff");
}

@font-face{
    font-family:"Skoda-light";
    src:url("../fonts/SKODANextW05-Light.woff2") format("woff2"),url("../fonts/SKODANextW05-Light.woff") format("woff");
}

@font-face{
    font-family:"Skoda-thin";
    src:url("../fonts/SKODANextW05-Thin.woff2") format("woff2"),url("../fonts/SKODANextW05-Thin.woff") format("woff");
}

.font-light {
    font-family: "Skoda-light";
}

.font-thin {
    font-family: "Skoda-thin";
}

body {
    font-family:"Skoda-regular";
    background-color: #000;
    margin: 0;
}

header {
    height: 340px;
    width: auto;
    background-color: #fff;
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}

.navigation {
    display: flex;
    align-items: center;
    gap: 60px;
    margin-left: 200px;
    margin-right: 200px;
    width: 100vw;
}

.navigation.detail {
    justify-content: space-between;
    width: 1760px;
}

.navigation.detail .visual-button {
    text-align: center;    
}

.nav-button {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 60px;
}

.nav-button img {
    height: 80px;
    width: auto;
}

.leftTitle {
    display: flex;
    align-items: center;
    gap: 60px;
}

.separator {
    font-size: 84px;
    color: var(--secondary-color);
    font-weight: 300;
    padding-right: 20px;
}

.page-title {
    font-size: 64px;
    color: var(--secondary-color);
    font-weight: 300;
    font-family: "Skoda-light";
}

.logo {
    height: 78px;
}

.lang {
    display: flex;
    gap: 20px;
}

.lang a {
    text-decoration: none;
    font-size: 56px;
    color: var(--primary-color);
    font-family: "Skoda-thin";
}

.lang a.active {
    font-weight: bold;
    font-family: "Skoda-bold";
}

.container {
    width: 1760px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 200px;
}

.container.after {
    background-color: var(--primary-color);
    height: 180px;
    display: flex;
    align-items: center;
    padding: 0;
    position: fixed;
    top: 340px;
    left: 0;
    width: auto;
    z-index: 900;
}

section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

section#visual {
    height: 1150px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 150px;
    position: relative;
}

section#visual.HP {
    background-image: url(../img/hp-skoda-octavia-combi-rs.jpg);
    margin-top: 340px;
}

section#visual.detail {
    background-image: url(../img/exterier/exterier2-skoda-octavia-combi-rs-moon-white-2160x1150.jpg);
    margin-top: 520px;
}

.full {
    margin: 0;
    width: 100vw;
}

.boxs {
    display: flex;
    flex-direction: row;
    gap: 100px;
    justify-content: center;
    height: 614px;
    margin-bottom: 100px;
}

.boxs .box1 {
    width: 614px;
    position: relative;
    overflow: hidden;
}

.boxs .box2 {
    width: 1270px;
    position: relative;
    overflow: hidden;
}

.background-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 2;
    display: block;
    text-decoration: none;
}

.video-overlay.models {
    background-image: url(../img/videa/modely-nad-video-1270x614.png);
}

.video-overlay.kviz {
    background-image: url(../img/videa/kviz-nad-video-614x614.png);
}

.video-overlay.pexeso {
    background-image: url(../img/videa/pexeso-nad-video-1270x614.png);
}

.video-overlay.news {
    background-image: url(../img/videa/novinky-nad-video-1270x614.png);
}

.video-overlay.history {
    background-image: url(../img/videa/historie-nad-video-614x614.png);
}

.video-overlay.motorsport {
    background-image: url(../img/videa/motorsport-nad-video-614x614.png);
}

#game.air {
    width: 1900px;
    margin: 100px auto;
}

.pexeso-game {
    display: flex;
    width: 1000px;
    height: 1300px;
    margin: 500px auto 0;
    zoom: 2;
}

.visual-overlay {
    position: absolute;
    top: -130px;
    left: 30px;
    width: auto;
    height: 100%;
    z-index: 2;
    display: flex;
    align-items: flex-end;
    padding: 60px;
}

#visual.detail .visual-overlay {
    top: 0px;
    left: 200px;
    height: 88%;
    padding: 0;
}

.visual-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.visual-title {
    color: white;
    font-size: 48px;
    font-weight: bold;
    margin: 0;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.visual-button {
    background-color: var(--secondary-color);
    color: #000;
    padding: 15px 30px;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    border-radius: 30px;
    display: inline-block;
    width: fit-content;
    transition: background-color 0.3s ease;
}

.visual-button:hover {
    background-color: #0a5c2e;
}

section.content {
    flex-direction: row;
    justify-content: center;
    margin-bottom: 80px;
}

section.content .leftBox {
    width: 965px;
}

section.content .rightBox {
    width: 965px;
}

section.content .rightBox.text {
    background-color: var(--secondary-color);
    color: #000;
    padding: 60px;
    width: 845px;
    align-content: center;
}

section.content .leftBox.text {
    background-color: var(--bg-color);
    color: var(--white-color);
    padding: 60px;
    width: 845px;
    align-content: center;
}

section.content .text h3 {
    font-size: 36px;
    font-weight: bold;
    margin: 0;
    margin-bottom: 20px;
}

section.content .text p {
font-size: 24px;
font-weight: 300;
margin: 0;
}

.carousel-section {
background-color: #000;
padding: 80px 0 120px;
}

.carousel-tabs {
display: flex;
justify-content: center;
margin: 0 auto 40px;
width: 80%;
}

.carousel-tab {
background: none;
border: none;
color: var(--secondary-color);
font-size: 48px;
line-height: 90px;
font-family: "Skoda-light";
cursor: pointer;
padding-bottom: 10px;
border-bottom: 2px solid var(--primary-color);
width: 50%;
}

.carousel-tab.active {
border-bottom: 4px solid var(--secondary-color);
font-family: "Skoda-bold";
}

.carousel-wrapper {
width: 100vw;
position: relative;
}

.carousel {
    display: none;
    align-items: center;
    justify-content: center;
    position: relative;
}

.carousel.carousel-active {
    display: flex;
}

.carousel-track {
    overflow: hidden;
    width: 100vw;
}

.carousel-slide {
    display: none;
}

.carousel-slide.active {
display: block;
}

.carousel-slide img {
    width: 100vw;
    height: auto;
    display: block;
}

.carousel-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 3;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-color: transparent;
    border: none;
}

.carousel-arrow.left {
    background-image: url(../img/ico/Arrow_PREVIOUS_electric_green.png);
    left: 40px;
}

.carousel-arrow.right {
    background-image: url(../img/ico/Arrow_NEXT_electric_green.png);
    right: 40px;
}

.carousel-arrow:hover {
    
}

.spec-tabs-section {
    background-color: #000;
    color: var(--white-color);
    flex-direction: column;
    width: 80%;
    margin: 0 auto;
}

.spec-tabs {
    display: flex;
    margin-bottom: 40px;
}

.spec-tab {
    background: none;
    border: none;
    color: var(--secondary-color);
    font-size: 48px;
    line-height: 90px;
    font-family: "Skoda-light";
    cursor: pointer;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--primary-color);
    padding: 0 40px;
    width: 33.33333%;
}

.spec-tab.active {
    border-bottom: 4px solid var(--secondary-color);
    font-family: "Skoda-bold";
}

.spec-content {
    padding: 0;
}

.spec-panel {
    display: none;
}

.spec-panel.spec-active {
    display: block;
}

.spec-table {
    width: 100%;
    border-collapse: collapse;
}

.spec-table.two-columns td {
    width: 50%;
}

.spec-table.one-column td {
    width: 100%;
}

.spec-table tr td {
    padding: 16px 0;
    font-size: 20px;
    border-bottom: 1px solid #333;
}

#price.content {
    flex-direction: column;
    margin-top: 150px;
    color: var(--white-color);
}

.price-container {
    width: 100%;
}

.price-title {
    font-size: 64px;
    color: var(--secondary-color);
    margin: 0 0 30px;
}

.price-rows {
    margin-bottom: 40px;
}

.price-row {
    display: flex;
    align-items: baseline;
    gap: 80px;
    margin-bottom: 10px;
}

.price-label {
    font-size: 24px;
    min-width: 260px;
}

.price-value {
    font-size: 32px;
}

.price-value-main {
    font-size: 64px;
    font-family: "Skoda-regular";
}

.price-notes {
    max-width: 1600px;
}

.price-notes p {
    font-size: 22px;
    line-height: 1.5;
    color: #ccc;
    margin: 0 0 10px;
}