@font-face {
    font-family: 'Aero';
    src: url('https://res.plaisio.gr/raw/upload/Campaigns/B2C-Campaigns/2025/10-racing-simulator/fonts/Aero.woff2') format('woff2'), url('https://res.plaisio.gr/raw/upload/Campaigns/B2C-Campaigns/2025/10-racing-simulator/fonts/Aero.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Porscha";
    src: url("https://res.plaisio.gr/raw/upload/Campaigns/B2C-Campaigns/2025/10-racing-simulator/fonts/911porschav3.woff2") format("woff2"), url("https://res.plaisio.gr/raw/upload/Campaigns/B2C-Campaigns/2025/10-racing-simulator/fonts/911porschav3.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "CF Asty Plaisio";
    src: url("https://res.plaisio.gr/raw/upload/Campaigns/B2C-Campaigns/2025/10-racing-simulator/fonts/CFAstyPlaisio-Light.woff2") format("woff2"), url("https://res.plaisio.gr/raw/upload/Campaigns/B2C-Campaigns/2025/10-racing-simulator/fonts/CFAstyPlaisio-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "CF Asty Plaisio";
    src: url("https://res.plaisio.gr/raw/upload/Campaigns/B2C-Campaigns/2025/10-racing-simulator/fonts/CFAstyPlaisio-Bold.woff2") format("woff2"), url("https://res.plaisio.gr/raw/upload/Campaigns/B2C-Campaigns/2025/10-racing-simulator/fonts/CFAstyPlaisio-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "CF Asty Plaisio";
    src: url("https://res.plaisio.gr/raw/upload/Campaigns/B2C-Campaigns/2025/10-racing-simulator/fonts/CFAstyPlaisio-Regular.woff2") format("woff2"), url("https://res.plaisio.gr/raw/upload/Campaigns/B2C-Campaigns/2025/10-racing-simulator/fonts/CFAstyPlaisio-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

:root {
    --main: #0BBFB3;
}

body {
    font-family: "CF Asty Plaisio", sans-serif;
    background-color: #E0E3E5;
    font-weight: 400;
}

img {
    width: 100%;
    height: auto;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

ul,
li,
a {
    list-style-type: none;
    text-decoration: none;
    color: inherit;
}

.custom-padding {
    padding-left: 2rem;
    padding-right: 2rem;
}

.ho-header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 69px;
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    z-index: 99999;
}

/* ===== HERO ===== */
.hero {
    position: relative;
    height: 100vh;                 
    display: grid;
    place-items: center;
    overflow: clip;                
    isolation: isolate;            
}

.hero_bg {
    position: absolute;
    inset: 0;
    aspect-ratio: 1920/1080;
    height: 122vh;
    scale: 1;
    margin: auto;
}

.hero__inner {
    /* aspect-ratio: 1920/1080;           */
    position: relative;
    transform-origin: center;
    will-change: transform;
    box-shadow: none;
    background-image: url('https://res.plaisio.gr/image/upload/Campaigns/B2C-Campaigns/2025/10-racing-simulator/images/hero-bg.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100vh;

}

/* Big title */
.hero__title {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    text-align: center;
    font-weight: 900;
    letter-spacing: .04em;
    text-transform: uppercase;
    mix-blend-mode: screen;
    padding-inline: 3vw;
    color: white;
    padding-bottom: 10rem;
    padding-left: 14rem;
}
/* Logos strip (optional) */
.hero__brands {
    position: absolute;
    left: 50%;
    bottom: 20%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 42px;
    transition: opacity .3s ease;
    padding: 15px 30px;
    border: 1px solid var(--main);
    max-width: 1267px;
    width: 100%;
    z-index: 100;
}
.hero__brands .hero__brand img {
    transition: 0.2s ease all;
}

.hero__brands .hero__brand:hover img {
    transform: scale(1.1);
}

.section-2 {
    min-height: 100vh;
    background: url('https://res.plaisio.gr/image/upload/Campaigns/B2C-Campaigns/2025/10-racing-simulator/images/racing_sim_bg.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.section-2 .title {
    max-width: 1420px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: start;
    padding-top: 110px;
    margin-bottom: 125px;
    position: relative;
    z-index: 1;
}
.section-2 .title img {
    max-width: 605px;
}

.reasons {
    position: relative;
}

.reasons-swiper :is(.swiper-button-next ,.swiper-button-prev) {
    color: white;
}

.reasons-swiper .swiper-button-next:after, .reasons-swiper .swiper-button-prev:after {
    font-size: 20px;
}

.reasons-swiper .swiper-wrapper {
    padding-bottom: 50px;
}

.reasons-swiper .swiper-slide {
    height: auto;
}

.reasons-swiper .swiper-slide:nth-child(even) {
    transform: translateY(50px);
}

.reasons .box {
    padding: 21px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 13px;
    width: 100%;
    color: white;
    border: 1px solid rgba(255,255,255,0.08);
    height: 100%;
}

.reasons .box > div {
    font-size: 28px;
    line-height: 33px;
    font-weight: bold;
    text-align: center;
}

.reasons .box > p {
    font-size: 19px;
    line-height: 24px;
    text-align: center;
}

.reasons .swiper-slide:first-child .box {
    background: transparent linear-gradient(180deg, #00000069 33%, #0BB7AB50 60% ,#0BB7AB 100%) 0% 0% no-repeat padding-box;
}
.reasons .swiper-slide:nth-child(2) .box {
    background: transparent linear-gradient(0deg, #00000069 33%, #0B56B750 60%, #0B56B7 100%) 0% 0% no-repeat padding-box;
}
.reasons .swiper-slide:nth-child(3) .box {
    background: transparent linear-gradient(180deg, #00000069 33%, #B79A0B50 60%, #B79A0B 100%) 0% 0% no-repeat padding-box;
}
.reasons .swiper-slide:nth-child(4) .box {
    background: transparent linear-gradient(0deg, #00000069 33%, #A4226350 60%, #A42263 100%) 0% 0% no-repeat padding-box;
}
.reasons .swiper-slide:nth-child(5) .box {
    background: transparent linear-gradient(180deg, #00000069 33%, #14A51D50 60%, #14A51D 100%) 0% 0% no-repeat padding-box;
}

.reasons .swiper-slide:first-child .box img{
    max-width: 103px;
}
.reasons .swiper-slide:nth-child(2) .box img{
    max-width: 128px;
}
.reasons .swiper-slide:nth-child(3) .box img{
    max-width: 105px;
}
.reasons .swiper-slide:nth-child(4) .box img{
    max-width: 85px;
}
.reasons .swiper-slide:nth-child(5) .box img{
    max-width: 82px;
}


.bg-cut-up {
    position: absolute;
    top: 2px;
    z-index: 99;
    transform: translateY(-100%);
    pointer-events: none;
}

.fade-up {
    height: 430px;
    background: transparent linear-gradient(180deg, #000000 0%, #00000000 100%) 0% 0% no-repeat padding-box;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: auto;
    pointer-events: none;
}

.fade-up.reverse {
    height: 430px;
    background: transparent linear-gradient(0deg, #000000 0%, #00000000 100%) 0% 0% no-repeat padding-box;
    width: 100%;
    position: absolute;
    bottom: 0;
    top: auto;
    pointer-events: none;
}

.section-3 {
    min-height: 100vh;
    background-image: url('https://res.plaisio.gr/image/upload/Campaigns/B2C-Campaigns/2025/10-racing-simulator/images/img-bg-paralax.webp');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    position: relative;
}

.section-3 .wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.section-3 .container {
    max-width: 764px;
    width: 100%;
    margin: auto;
    background-color: white;
    padding: 30px;
    padding-bottom: 70px;
    position: relative;
    z-index: 1;
}

.section-3 .title {
    font-size: 95px;
    line-height: 115px;
    color: var(--main);
    text-align: center;
    font-family: 'Aero';
}

.section-3 p {
    font-size: 23px;
    line-height: 24px;
    text-align: center;
    max-width: 460px;
}

.section-3 .container img {
    aspect-ratio: 706/396;
}

.section-3 .container div{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.section-4 {
    min-height: 100vh;
    background-color: black;
    padding-top: 80px;
    padding-bottom: 4rem;
}

.section-4 .img-cont {
    width: 100%;
}

.section-4 .container {
    max-width: 1680px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.section-4 .title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 45px;
    color: white;
}

.section-4 .title div {
    font-size: 75px;
    line-height: 59px;
    margin-top: 20px;
    font-family: 'Aero';
    position: relative;
}

.section-4 .title p {
    font-size: 23px;
    line-height: 27px;
    max-width: 415px;
    text-align: center;
    margin-top: 10px;
}

.top-tech-swiper .content {
    position: absolute;
    z-index: 1;
    left: 48px;
    right: 20px;
    bottom: 52px;
    color: white;
}

.top-tech-swiper .content div {
    font-size: 30px;
    font-weight: bold;
    line-height: 45px;
}

.top-tech-swiper .content p {
    font-size: 20px;
    line-height: 24px;
}

.top-tech-swiper img {
    position: relative;
    z-index: 1;
    padding-left: 17px;
    padding-top: 17px;
    padding-bottom: 17px;
    height: 100%;
}

.top-tech-swiper .swiper-slide > div {
    position: relative;
    display: flex;
    height: 100%;
}

.top-tech-swiper .swiper-slide {
    height: auto;
}

.top-tech-swiper .rect {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 147px;
    background-color: var(--main);
}

.top-tech-swiper .swiper-pagination {
    position: relative;
    text-align: left;
    margin-bottom: 30px;
}

.top-tech-swiper .swiper-pagination-bullet {
    width: 47px;
    height: 6px;
    border-radius: 0;
    background-color: white;
}

.section-5 {
    min-height: 120vh;
    background-image: url('https://res.plaisio.gr/image/upload/Campaigns/B2C-Campaigns/2025/10-racing-simulator/images/race_categories_bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    position: relative;
}

.section-5 .container  {
    max-width: 1680px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.arrows {
    max-width: 89px;

    --breath-scale: 1.1;
    --breath-duration: 2.5s;
    --breath-opacity: 0.2;

    animation: arrows-breathe var(--breath-duration) ease-in-out infinite;
    transform-origin: center;
    will-change: transform, opacity, filter;
}

canvas {
    display: block;
    position: absolute;
    inset: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
}

.section-5 .cat-link, .section-5-mobile .cat-link-mobile {
    background-color: var(--main);
    padding: 5px 5px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-weight: bold;
    margin-top: 1rem;
}

.section-5 .cat-link:hover svg {
    transform: translateX(10px);
}

.section-5-mobile .cat-link-mobile svg {
    width: 28px;
    font-weight: bold;
}

.section-5 .cat-link svg {
    width: 25px;
    transition: 0.2s ease all;
}

@keyframes arrows-breathe {
  0% {
    transform: scale(1);
    opacity: var(--breath-opacity);
    filter: drop-shadow(0 0 0 rgba(0,0,0,0));
  }
  50% {
    transform: scale(var(--breath-scale));
    opacity: 1;
    filter: drop-shadow(0 6px 8px rgba(0,0,0,0.2));
  }
  100% {
    transform: scale(1);
    opacity: var(--breath-opacity);
    filter: drop-shadow(0 0 0 rgba(0,0,0,0));
  }
}

.section-5 .ar-cont div {
    font-size: 23px;
    font-weight: bold;
    line-height: 25px;
    margin-bottom: 20px;
    color: white;
    text-align: center;
}

.section-5 .ar-cont {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
}

.section-5 .top {
    display: flex;
    align-items: start;
    gap: 2rem;
}

.wheels {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 55px;
}

.section-5 .title {
    max-width: 456px;
    object-fit: contain;
}

.section-5 .content {
    display: flex;
    align-items: center;
}

.section-5  .content img {
    max-width: 745px;
}

.section-5 .wrapper {
    display: flex;
    align-items: center;
    margin: auto;
    padding-top: 10rem;
}

.section-5 .description-box {
    background-color: white;
    border-radius: 0 0 15px 15px;
    padding: 9px;
    max-width: 265px;
    position: relative;
    padding-top: 19px;
}

.section-5 .description-box .line {
    height: 19px;
    width: 100%;
    background-color: var(--main);
    position: absolute;
    left: 0;
    top: 0;
}

.section-5 .description-box p {
    background-color: #E8E8E8;
    padding: 18px;
    font-size: 17px;
    line-height: 22px;
    letter-spacing: -0.34px;
    text-align: center;
    border-radius: 8px;
}

.section-5 .description-box div {
    font-size: 20px;
    line-height: 33px;
    font-weight: bold;
    text-align: center;
    margin-top: 16px;
    margin-bottom: 13px;
}

.section-5 .description-box::before {
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    transform: rotate(45deg) translateX(-50%);
    background-color: white;
    top: 50px;
    left: 0;
    z-index: -1;
}

.wheel-box {
    width: 263px;
    height: 117px;
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    border-radius: 0 0 15px 15px;
}

.wheel-box div {
    font-size: 20px;
    font-weight: bold;
    line-height: 33px;
    margin-top: 10px;
}

.wheel-box .line {
    display: flex;
    width: 100%;
    height: 19px;
    background-color: var(--main);
}

.wheels img {
    transform: translateY(-45px);
    max-width: 256px;
    transition: 0.2s ease all;
}

.wheels :is(.wheel-1, .wheel-2, .wheel-3):hover img {
    transform: translateY(-45px) rotate(90deg);
    transform-origin: center;
}

.section-5 .bottom {
    display: flex;
    align-items: start;
    justify-content: center;
    gap: 100px;
}


.section-5 .main-img { perspective: 1200px; }

.section-5 .main-img img {
  transform-origin: 50% 60%;       
  backface-visibility: hidden;
  will-change: transform, filter;
  filter: drop-shadow(0 15px 20px rgba(0,0,0,.25));
}

.main-img img { 
    display: none; 
    aspect-ratio: 743/478;
    max-width: 743px;
    object-fit: contain;
}
.main-img img.active { 
    display: block; 
}

.wheels > div {
    opacity: 50%;
    filter: brightness(0.5);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.wheels > div.active {
    opacity: 100%;
    filter: brightness(1);
}

.section-5 .content {
  perspective: 1000px;
  transform-style: preserve-3d;
}

.section-5 .main-img {
  will-change: transform;
  transition: transform 120ms ease-out;
}

.section-6 {
    min-height: 100vh;
    position: relative;
    overflow: hidden;
}

.section-6-bg {
    position: absolute;
    inset: 0;
    background-image: url('https://res.plaisio.gr/image/upload/Campaigns/B2C-Campaigns/2025/10-racing-simulator/images/img-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.section-6 .title {
    font-family: 'Aero';
}

.section-6 .title div {
    font-size: 232px;
    color: white;
    line-height: 180px;
}

.section-6 .title span {
    font-size: 104px;
    color: white;
    line-height: 75px;
}

.section-6 .subtitle {
    font-size: 28px;
    padding: 10px 20px;
    color: black;
    background-color: var(--main);
    text-align: center;
    margin-top: 5px;
    position: relative;
    display: flex;
    justify-content: center;
}

.section-6 .subtitle:hover svg {
    transform: translateY(-50%) translateX(5px);
}

.section-6 .subtitle svg {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    transition: 0.2s ease all;
}

.section-6 .top {
    max-width: 700px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    
}

.section-6 .main-content {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 60%;
  background: rgba(0,0,0,0.7);
  z-index: 999;
  display: flex;
  will-change: transform;
}

.section-6 .main-content .container {
    max-width: 1240px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 100px;
}

.section-6 .img-cont {
    aspect-ratio: 570/665;
    background-color: #0B9B91;
    max-width: 440px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}

.section-6 .img-cont a {
    background-color: white;
    color: black;
    padding: 5px 5px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-weight: bold;
    margin-top: 1rem;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -50px;
    width: 100%;
    max-width: 233px;
    z-index: 10;
}

.section-6 .img-cont a:hover svg {
    transform: translateX(10px);
}

.section-6 .img-cont svg {
    width: 25px;
    transition: 0.2s ease all;
}

.section-6 .img-cont > div {
    display: flex;
}

.section-6 .img-cont img {
    max-width: 385px;
    margin: auto;
}

.section-6 .img-cont ul {
    padding: 28px;
    background-color: var(--main);
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
}

.section-6 .left {
    padding-top: 55px;
}

.section-6 .right {
    transform: translateY(-50px);
}

.section-6 .left .desc span {
    font-size: 18px;
    color: var(--main);
    line-height: 34px;
}

.section-6 .left .desc div {
    font-size: 52px;
    line-height: 58px;
    font-weight: bold;
    max-width: 310px;
    color: white;
    margin-bottom: 10px;
}

.section-6 .left .desc p {
    font-size: 22px;
    color: white;
    max-width: 480px;
}

.section-6 .selects {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-top: 60px;
}

.section-6 .selects svg {
    width: 36px;
    transition: 0.2s ease all;
}

.section-6 .selects button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 10px;
    border: none;
    text-decoration: none;
    background-color: transparent;
    border-bottom: 2px solid white;
    cursor: pointer;
}

.section-6 .selects button:hover svg {
    transform: translateX(-10px);
}
.section-6 .selects button:hover .inner div {
    letter-spacing: 0.4px;
}

.section-6 .selects .inner {
    display: flex;
    align-items: end;
    gap: 8px;
}

.section-6 .selects .inner div {
    font-size: 32px;
    color: white;
    transition: 0.2s ease all;
}

.section-6 .selects button.is-active .inner > div {
    font-weight: bold;
}

.section-6 .selects .icon-holder {
    display: none;
}

.section-6 .selects button.is-active .icon-holder {
    display: block;
}

.section-6 .right .img-cont { 
    display: none; 
}

.section-6 .right .img-cont.is-active {
    display: flex; 
}

.section-6 .selects button.is-active { 
    border-bottom: 2px solid var(--main);
}


.section-7 {
    min-height: 100vh;
    background-image: url('https://res.plaisio.gr/image/upload/Campaigns/B2C-Campaigns/2025/10-racing-simulator/images/video_gal_bg.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    position: relative;
}

.section-7 .container {
    max-width: 1040px;
    width: 100%;
    margin: auto;
    position: relative;
    z-index: 1;
}

.section-7 .title {
    font-family: 'Aero';
    font-size: 62px;
    color: white;
    margin-bottom: 70px;
    text-align: center;
}

.section-7 .gallery {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
}

.section-7 .gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ho_footer {
    padding-top: 60px;
    padding-bottom: 80px;
    background-color: black;
}

.ho_footer .title {
    font-size: 44px;
    text-align: center;
    margin-bottom: 36px;
    color: white;
    font-weight: bold;
}

.ho_footer .container {
    max-width: 1320px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.ho_footer .footer-items {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 10px;
}

.ho_footer .footer-items > a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    width: 253px;
    height: 174px;
    border-radius: 18px;
    background-color: #53728B;
    color: white;
}

.ho_footer .footer-items img {
    height: 40%;
    width: 100%;
    object-fit: contain;
}

.ho_footer .footer-items p {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}

.ho_footer .footer-img-1 {
    max-width: 73px;
}
.ho_footer .footer-img-2 {
    max-width: 56px;
}
.ho_footer .footer-img-3 {
    max-width: 80px;
}
.ho_footer .footer-img-4 {
    max-width: 98px;
}
.ho_footer .footer-img-5 {
    max-width: 65px;
}

.ho_footer a:hover img {
    transform: scale(1.1);
}

.ho_footer .footer-items img {
    transition: 0.2s ease all;
}

@media only screen and (max-width: 1420px) {
    .hero__title img {
        max-width: 800px;
    }

    .hero__brands {
        max-width: 1000px;
    }

    .section-2 .title img {
        max-width: 480px;
    }

    .reasons .box > div {
        font-size: 22px;
        line-height: 28px;
    }

    .reasons .box {
        padding: 21px;
    }

    .reasons .box > p {
        font-size: 18px;
        line-height: 22px;
    }

    .reasons {
        gap: 20px;
    }

    .reasons .box img {
        transform: scale(0.8);
    }

    .section-3 .container {
        max-width: 680px;
    }

    .section-3 .title {
        font-size: 85px;
    }

    .section-3 p {
        font-size: 20px;
    }

    .section-5 .title {
        max-width: 360px;
    }

    .section-5 .content img {
        max-width: 600px;
    }

    .wheel-box {
        width: 250px;
        height: 110px;
    }

    .wheels img {
        max-width: 240px;
    }

    .section-6 .title div {
        font-size: 190px;
        line-height: 144px;
    }

    .section-6 .title span {
        font-size: 80px;
    }
    
    .section-6 .top {
        max-width: 560px;
    }

    .section-6 .title {
        text-align: center;
    }

    .section-6 .subtitle {
        font-size: 24px;
    }

    .section-6 .left .desc span {
        font-size: 16px;
    }

    .section-6 .left .desc div {
        font-size: 42px;
        line-height: 48px;
    }

    .section-6 .left .desc p {
        font-size: 18px;
    }

    .section-6 .selects .inner div {
        font-size: 26px;
    }

    .section-7 .title {
        font-size: 50px;
    }

    .section-7 .gallery {
        max-width: 800px;
        margin: auto;
        gap: 30px;
    }

    .ho_footer .title {
        font-size: 38px;
    }

    .ho_footer .footer-items > a {
        width: 100%;
        height: auto;
    }

    .top-tech-swiper .content div {
        font-size: 24px;
    }

    .top-tech-swiper .content p {
        font-size: 18px;
    }

    .top-tech-swiper .content {
        bottom: 35px;
        left: 34px;
    }

    .top-tech-swiper img {
        padding-left: 14px;
        padding-top: 14px;
        padding-bottom: 14px;
    }
}

@media only screen and (max-width: 1282px) {
    .section-6 .img-cont {
        aspect-ratio: 1;
    }

    .section-6 .img-cont img {
        max-width: 350px;
    }

    .wheels img {
        max-width: 200px;
    }

    .wheel-box {
        width: 220px;
        height: 90px;
    }

    .wheel-box div {
        font-size: 18px;
        margin-top: 5px;
        line-height: 25px;
    }
    
    .wheels {
        gap: 30px;
    }

    .wheel-box .line {
        height: 15px;
    }

    .section-5 .description-box div {
        font-size: 18px;
        margin-top: 14px;
        margin-bottom: 11px;
        line-height: 25px;
    }

    .section-5 .description-box .line {
        height: 15px;
    }

    .section-5 .description-box p {
        font-size: 16px;
    }

    .section-5 .description-box::before {
        width: 35px;
        height: 35px;
    }

    .section-5 .wrapper {
        padding-top: 0;
    }

    .arrows {
        max-width: 60px;
    }

    .section-5 .ar-cont div {
        font-size: 20px;
        line-height: 22px;
        margin-bottom: 12px;
    }

    .section-5 .container {
        padding-top: 5rem;
    }

    .section-5 .bottom {
        margin-top: 5rem;
    }
}

@media only screen and (max-width: 1180px) {

    .reasons-swiper .swiper-slide:nth-child(even) {
        transform: none;
    }

    .section-5 .top {
        flex-direction: column;
    }

    .section-5 .content img {
        max-width: 520px;
    }

    .section-5 .content {
        margin-left: auto;
        margin-right: auto;
    }

    .section-5 .bottom {
        gap: 50px;
    }

    .wheels img {
        max-width: 160px;
    }

    .wheel-box {
        width: 180px;
        height: 75px;
    }

    .wheels img {
        transform: translateY(-28px);
    }

    .wheels :is(.wheel-1, .wheel-2, .wheel-3):hover img {
        transform: translateY(-28px) rotate(90deg);
    }

    .hero__title {
        padding-left: 8rem;
    }

    .hero__brands {
        width: 95%;
    }

    .section-6 .img-cont ul {
        padding: 20px;
    }
}

@media only screen and (max-width: 991px) {
    .hero__title {
        padding-left: 4rem;
    }

    .hero__brands {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        column-gap: 40px;
        row-gap: 10px;
        max-width: 600px;
        padding: 10px 20px;
    }

    .hero__brand img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        max-height: 50px;
    }

    .hero__title img {
        max-width: 640px;
    }

    .section-2 .title img {
        max-width: 390px;
    }

    .section-3 .container div {
        font-size: 70px;
        line-height: 85px;
    }

    .section-3 .container {
        padding-bottom: 40px;
    }

    .section-4 .title div {
        font-size: 60px;
    }

    .section-4 .title p {
        font-size: 18px;
    }

    .section-5 .title {
        max-width: 300px;
    }

    .wheel-box div {
        font-size: 16px;
    }

    .section-6 .title div {
        font-size: 152px;
        line-height: 120px;
    }

    .section-6 .title span {
        font-size: 64px;
        line-height: 55px;
    }

    .section-6 .subtitle {
        font-size: 20px;
    }

    .section-6 .left .desc div {
        font-size: 38px;
        line-height: 40px;
    }

    .section-6 .left {
        padding-top: 30px;
    }

    .section-6 .selects .inner div {
        font-size: 22px;
    }

    .section-6 .selects svg {
        width: 30px;
    }

    .section-6 .main-content .container {
        gap: 60px;
    }

    .section-7 .title {
        font-size: 40px;
        margin-bottom: 45px;
    }

    .ho_footer .title {
        font-size: 32px;
        margin-bottom: 24px;
    }

    .section-5 .description-box {
        max-width: 220px;
    }

    .section-5 .description-box p {
        line-height: 20px;
        padding: 12px;
    }
    
    .section-5 .description-box div {
        font-size: 16px;
        margin-top: 8px;
        margin-bottom: 5px;
    }

    .section-7 .container {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .ho_footer .footer-items > a {
        gap: 12px;
    }

    .bg-cut-up {
        display: none;
    }
}

.section-5-mobile {
    display: none;
}

@media only screen and (max-width: 820px) {

    .section-5 {
        display: none;
    }

    .section-5-mobile {
        display: block;
    }

    .hero__brands {
        width: 85%;
        row-gap: 5px;
        column-gap: 20px;
    }

    .section-5-mobile {
        background-image: url('https://res.plaisio.gr/image/upload/Campaigns/B2C-Campaigns/2025/10-racing-simulator/images/race_categories_bg.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        position: relative;
        padding-bottom: 4rem;
    }

    .section-5-mobile .title {
        max-width: 400px;
    }

    .section-5-mobile .swiper-slide {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .section-5-mobile :is(.wheel-1, .wheel-2, .wheel-3) {
        max-width: 260px;   
        display: flex;
        flex-direction: column;
    }

    .section-5-mobile :is(.image-1, .image-2, .image-3) {
        max-width: 400px;
    }

    .section-5-mobile .title-cont {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 20px;
    }

    .section-5-mobile .wheel-box {
        height: auto;
        padding: 8px;
        position: relative;
        padding-top: 18px;
        transform: translateY(40px);
        max-width: 260px;
        width: 100%;
    }

    .section-5-mobile .wheel-box p {
        padding: 10px 15px 45px 15px;
        background-color: #E8E8E8;
        border-radius: 8px;
        text-align: center;
    }

    .section-5-mobile .wheel-box .line {
        position: absolute;
        top: 0;
        left: 0;
    }

    .section-5-mobile .wheel-box div {
        margin-bottom: 5px;
    }

    .section-5-mobile :is(.wheel-1, .wheel-2, .wheel-3) img {
        position: relative;
        z-index: 1;
        max-width: 200px;
        margin-left: auto;
        margin-right: auto;
    }

    .categories-swiper .swiper-button-next:after, .categories-swiper .swiper-button-prev:after {
        font-size: 20px;
    }

    .categories-swiper :is(.swiper-button-next ,.swiper-button-prev) {
        color: white;
        font-weight: bold;
        top: 60%;
    }

    .categories-swiper .swiper-pagination {
        position: relative;
        margin-top: 40px;
    }

    .categories-swiper .swiper-pagination-bullet {
        width: 41px;
        height: 6px;
        border-radius: 0;
        background-color: white;
    }

    .hero_bg {
        display: none;
    }
}

.top-tech-swiper :is(.swiper-button-next, .swiper-button-prev) {
    display: none;
}

.hero__title .mobile {
    display: none;
}

.hero__brands .mobile {
    display: none;
}

@media only screen and (max-width: 676px) {

    .hero__title .mobile {
        display: flex;
        flex-direction: column;
    }

    .hero__brands .mobile {
        display: flex;
        justify-content: center;
        align-items: center;
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .hero__brands .mobile .wrap {
        display: grid;
        grid-template-columns: repeat(4,1fr);
        place-items: center;
        border: 1px solid var(--main);
        padding: 10px;
        column-gap: 15px;
        row-gap: 10px;
    }

    .hero__brands .mobile img {
        max-width: 400px;
    }

    .hero {
        height: auto;
    }

    .hero__inner {
        height: auto;
    }

    .hero__title .mobile div {
        font-size: 14px;
        letter-spacing: 0.92px;
        color: var(--main);
        font-family: 'Porscha';
    }

    .hero__title .desktop {
        display: none;
    }

    .hero__brands .hero__brand {
        display: none;
    }

    .reasons-swiper .swiper-slide {
        padding-left: 3rem;
        padding-right: 3rem;
    }

    .section-2 .custom-padding:last-child {
        padding-left: 0;
        padding-right: 0;
    }

    .top-tech-swiper .content {
        position: relative;
        inset: auto;
        margin-top: 30px;
    }

    .top-tech-swiper .swiper-slide > div {
        flex-direction: column;
    }

    .top-tech-swiper .rect {
        display: none;
    }

    .top-tech-swiper .img-cont {
        position: relative;
    }

    .top-tech-swiper .img-cont::before {
        position: absolute;
        content: '';
        background-color: var(--main);
        height: 100%;
        width: 70px;
    }

    .top-tech-swiper img {
        padding-left: 8px;
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .top-tech-swiper .swiper-pagination {
        position: absolute;
        margin-bottom: 0;
        text-align: center;
    }

    .top-tech-swiper {
        padding-bottom: 4rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .section-2 .title {
        justify-content: center;
        padding-top: 50px;
        margin-bottom: 50px;
    }

    .section-2 {
        min-height: auto;
    }

    .custom-padding {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .section-3 .container {
        padding: 15px;
        padding-bottom: 20px;
    }

    .top-tech-swiper .content div {
        font-size: 20px;
    }

    .top-tech-swiper .content p {
        font-size: 16px;
    }

    .section-3 .custom-padding {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .section-3 .container div {
        font-size: 42px;
        line-height: 60px;
    }

    .section-3 p {
        font-size: 18px;
    }

    .top-tech-swiper :is(.swiper-button-next, .swiper-button-prev) {
        color: black;
        background-color: white;
        width: 24px;
        height: 47px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .top-tech-swiper .swiper-button-next {
        right: 0;
        border-radius: 8px 0 0 8px;
    }

    .top-tech-swiper .swiper-button-prev {
        left: 0;
        border-radius: 0 8px 8px 0;
    }

    .top-tech-swiper :is(.swiper-button-next, .swiper-button-prev)::after {
        font-size: 18px;
        font-weight: bold;
    }

    .section-4 .custom-padding {
        padding-left: 0;
        padding-right: 0;
    }

    .section-6 .main-content .container {
        grid-template-columns: 1fr;
        place-items: center;
        padding-bottom: 5rem;
    }

    .section-6 .right {
        transform: none;
    }

    .section-6 .main-content {
        position: relative;
    }

    .section-6 .title div {
        font-size: 100px;
        line-height: 80px;
    }

    .section-6 .title span {
        font-size: 45px;
        line-height: 40px;
    }

    .section-6 .subtitle {
        font-size: 16px;
        padding: 5px 10px;
        max-width: 300px;
        width: 100%;
    }

    .section-6 .subtitle svg {
        right: 8px;
        width: 26px;
    }

    .section-6 .top-container {
        display: inline-flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .section-6 .top {
        max-width: 100%;
        padding-left: 1rem;
        padding-right: 1rem;
        display: flex;
        justify-content: center;
    }

    .section-6 .main-content .desc {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .section-6 .left .desc div {
        max-width: 100%;
        font-size: 34px;
    }

    .section-6 .img-cont img {
        max-width: 100%;
    }

    .ho_footer .title {
        font-size: 25px;
    }

    .ho_footer .footer-items {
        grid-template-columns: 1fr 1fr;
    }

    .section-7 {
        min-height: auto;
        padding-top: 100px;
        padding-bottom: 60px;
    }

    .hero__brands {
        display: flex;
        padding: 0;
        border: none;
        width: 100%;
        justify-content: center;
        inset: 0;
        transform: none;
        position: relative;
        max-width: 100%;
    }

    .hero__title {
        position: relative;
        inset: auto;
        padding-top: 200px;
    }

    .section-3 {
        background-image: url('https://res.plaisio.gr/image/upload/Campaigns/B2C-Campaigns/2025/10-racing-simulator/images/img-bg-paral-mobile.jpg');
        background-size: contain;
        background-color: black;
    }
}


@media only screen and (max-width: 480px) {
    .ho-header-container svg {
        max-width: 100px;
    }

    .ho-header {
        height: 31px;
    }

    .hero__title img {
        max-width: 318px;
    }

    .hero__title {
        padding-left: 2rem;
        padding-top: 5rem;
        padding-bottom: 1rem;
    }

    .hero__title .mobile {
        align-items: center;
    }

    .hero__title .mobile div {
        font-size: 10px;
        margin-top: 20px;
    }

    .bg-cut-up {
        display: none;
    }
    
    .section-2 .title img {
        max-width: 220px;
    }

    .section-2 .title {
        padding-top: 80px;
    }
    
    .reasons .box > div {
        font-size: 17px;
        line-height: 20px;
    }

    .reasons .box > p {
        font-size: 14px;
        line-height: 18px;
    }

    .section-3 {
        min-height: auto;
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .section-3 .custom-padding {
        padding-left: 40px;
        padding-right: 40px;
    }

    .section-3 .container div {
        font-size: 34px;
    }

    .section-3 p {
        font-size: 14px;
        max-width: 224px;
        line-height: 17px;
    }

    .fade-up, .fade-up.reverse {
        height: 200px;
    }

    .section-4 .title div {
        font-size: 48px;
        margin-top: 0;
    }

    .section-4 .title svg {
        transform: translateY(30px);
    }

    .section-4 {
        padding-top: 50px;
    }

    .section-4 .title p {
        font-size: 15px;
    }

    .top-tech-swiper .content p {
        font-size: 14px;
    }

    .top-tech-swiper .swiper-pagination-bullet {
        width: 41px;
    }

    .section-5-mobile .title {
        max-width: 300px;
        margin-top: 60px;
    }

    .section-5-mobile .wheel-box p {
        font-size: 14px;
    }

    .section-6 .left .desc span {
        font-size: 15px;
    }

    .section-6 .left .desc div {
        font-size: 30px;
        line-height: 35px;
    }

    .section-6 .left .desc p {
        font-size: 15px;
    }

    .section-6 .top, .section-6 .main-content{
        padding-left: 35px;
        padding-right: 35px;
    }

    .section-6 .selects .inner div {
        font-size: 19px;
    }

    .section-6 .selects {
        gap: 15px;
    }

    .section-6 .selects svg {
        font-size: 20px;
    }

    .section-6 .selects button {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .section-6 .img-cont ul {
        padding: 13px 10px;
    }

    .hero__brands .mobile img {
        max-width: 230px;
    }

    .reasons .box {
        max-width: 200px;
        margin-left: auto;
        margin-right: auto;
    }

    .section-4 .title {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .top-tech-swiper :is(.swiper-button-next, .swiper-button-prev){
        top: 25%;
    }      

    .section-6 .img-cont {
        aspect-ratio: 345 / 480;
    }

    .reasons .box img {
        transform: scale(0.6);
    }
    
}

@media only screen and (max-width: 350px) {
    .section-6 .top, .section-6 .main-content {
        padding-left: 24px;
        padding-right: 24px;
    }

    .section-6 .selects .inner div {
        font-size: 16px;
    }

    .section-6 .selects svg {
        font-size: 16px;
    }
}

@media screen and (min-width: 800px) and (max-height: 880px) {
    .section-6 .img-cont img {
        max-width: 310px;
    }

    .section-6 .selects {
        gap: 15px;
        margin-top: 40px;
    }

    .section-6 .top-container {
        transform-origin: top;
    }

    .section-6 .top {
        padding-top: 1rem;
    }

    .section-6 .main-content {
        height: 63%;
    }

    .section-6 .left {
        padding-top: 30px;
    }
}

@media screen and (min-width: 800px) and (max-height: 760px) {
    .section-6 .title div {
        font-size: 180px;
        text-align: center;
        line-height: 140px;
    }

    .section-6 .title span {
        font-size: 80px;
        text-align: center;
        display: flex;
        justify-content: center;
    }

    .section-6 .img-cont ul {
        padding: 20px;
    }

    .section-6 .img-cont {
        max-width: 380px;
    }
}

.section-7 {
    display: none;
}