/* Import Proxima Nova A Cond Black */
@font-face {
    font-family: 'ProximaNovaACondBlack';
    src: url('../fonts/ProximaNovaACondBlack/font.woff2') format('woff2'),
         url('../fonts/ProximaNovaACondBlack/font.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}  

/* Import Proxima Nova A Cond Bold */
@font-face {
    font-family: 'ProximaNovaACondBold';
    src: url('../fonts/ProximaNovaACondBold/font.woff2') format('woff2'),
         url('../fonts/ProximaNovaACondBold/font.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

/* Import Proxima Nova A Cond Extrabld */
@font-face {
    font-family: 'ProximaNovaACondExtrabld';
    src: url('../fonts/ProximaNovaACondExtrabld/font.woff2') format('woff2'),
         url('../fonts/ProximaNovaACondExtrabld/font.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}

/* Import Proxima Nova A Cond Medium */
@font-face {
    font-family: 'ProximaNovaACondMedium';
    src: url('../fonts/ProximaNovaACondMedium/font.woff2') format('woff2'),
         url('../fonts/ProximaNovaACondMedium/font.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

/* Import Proxima Nova A Cond Regular */
@font-face {
    font-family: 'ProximaNovaACondRegular';
    src: url('../fonts/ProximaNovaACondRegular/font.woff2') format('woff2'),
         url('../fonts/ProximaNovaACondRegular/font.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

/* Import Proxima Nova A Cond Semibold */
@font-face {
    font-family: 'ProximaNovaACondSemibold';
    src: url('../fonts/ProximaNovaACondSemibold/font.woff2') format('woff2'),
         url('../fonts/ProximaNovaACondSemibold/font.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

.hero-header {
    background: url('../img/kv.png');
    background-size: cover;
    background-position: center;
    min-height: 670px;
    position: relative;
    display: flex;
    align-items: flex-end;
  }
  
.blue-box {
    background-color: rgba(0, 51, 153, 0.6); 
    padding: 30px 80px 20px 80px;
    margin: 0 auto;
    min-width: 900px;
    border-radius: 20px;
}
  

.f-semibold {
    font-weight: 600;
}

.f-bold {
    font-weight: 700;
}

.logo-carrefour {
    position: absolute;
    top: -95px;
    right: 70px;
    width: 200px;
}
  
/* ---------- fonts ---------- */
.f-black {
    font-family: 'ProximaNovaACondBlack', sans-serif;
}

.f-bold {
    font-family: 'ProximaNovaACondBold', sans-serif;
}

.f-extrabld {
    font-family: 'ProximaNovaACondExtrabld', sans-serif;
}

.f-medium {
    font-family: 'ProximaNovaACondMedium', sans-serif;
}

.f-regular {
    font-family: 'ProximaNovaACondRegular', sans-serif;
}

.f-semibold {
    font-family: 'ProximaNovaACondSemibold', sans-serif;
}

/* -------------------- */
body {
    font-family: 'ProximaNovaACondRegular', sans-serif;
    color: #000;
}
html, body {
    overflow-x: hidden;
}

/* size */
.size-90 {
    font-size: 90px;
}
.size-80 {
    font-size: 80px;
}
.size-117 {
    font-size: 117px;
}
.size-45 {
    font-size: 45px;
}
.size-40 {
    font-size: 40px;
}
.size-32 {
    font-size: 32px;
}
.size-50 {
    font-size: 50px;
}
.size-30 {
    font-size: 30px;
}
.size-26 {
    font-size: 26px;
}
.size-28 {
    font-size: 28px;
}
.size-24 {
    font-size: 24px;
}
.size-19 {
    font-size: 19px;
}
.size-21 {
    font-size: 21px;
}
.size-20 {
    font-size: 20px;
}
.size-16 {
    font-size: 16px;
}
.size-60 {
    font-size: 60px;
}
.size-70 {
    font-size: 70px;
}
.size-22 {
    font-size: 22px;
}
.size-37 {
    font-size: 37px;
}

/* colors */
.c-red {
    color: #EC101A;
}
.c-blue {
    color: #15345f;
}
.dark-blue {
    background: #163d92;
}
/* sections */
.s-1, .s-3, .s-5 {
    background: #5084c2;
}
.s-2, .s-4 {
    background: #15345f;
}
.bg-blue {
    background: #15345f;
}
.s-7 {
   background: #5184c3;
}
/* spacing */
.pt-44 {
    padding-top: 44px;
}
.pt-100 {
    padding-top: 100px;
}
.pt-60 {
    padding-top: 60px;
}
.mt-90 {
    margin-top: 90px;
}
.mt-130 {
    margin-top: 130px;
}
.g-20 {
    gap: 20px;
}
.g-50 {
    gap: 50px;
}
/*  */

.playroom-text {
    font-family: 'ProximaNovaACondSemibold', sans-serif;
    font-size: 28px;
    color:#15345f;
    padding-top: 30px;
}

.owl-carousel .item {
    padding: 25px;
}
/* carousel global */
.owl-carousel .owl-item img {
    display: block;
    width: unset;
    margin: auto;
}
.custom-item {
    max-width: 100%;
    margin: auto;
}
.owl-prev img, .owl-next img {
    max-width: 70px;
}
.owl-prev, .owl-next {
    position: absolute;
    top: 40%;
}
.owl-prev {
    left: -4%;
}
.owl-next {
    right: -4%;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: none;
}
.min-h130 {
    min-height: 130px;
}
/* carousel1 */

.owl-carousel .custom-item .max-25 {
    max-width: 25px;
    height: 25px;
}

.owl-carousel .custom-item img {
    height: 240px;
    width: 260px;
    object-fit: contain;
}
.cowl-carousel {
    max-width: 1250px;
    margin: auto;
}
.owl-carousel .item {
    background: #fff;
    border-radius: 30px;
    padding-bottom: 10px;
}
/* carousel2 */

.price-display .decimals {
    display: inline-block;
    vertical-align: baseline;
    line-height: 1;
    font-size: 32px;
}

.price-display .currency {
    display: block;
    line-height: 1;
}

/*  */

.social img {
    max-width: 70px;
    height: 80px;
    object-fit: contain;
}
.footer .blue-btn {
    max-width: 300px;
    margin: auto;
    padding: 20px;
}

/* .mixer {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: -150px;
} */
.pt-270 {
    padding-top: 270px;
}

.top-element {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: -100px;
    margin-right: 230px;
}
.top-element-left {
    position: absolute;
    left: 0;
    top: 0;
    margin-top: -45px;
    margin-left: 230px;
}

@media screen and (max-width: 600px) {
    .hero-header {
        background: url(../img/kv-mob.png);
        background-repeat: no-repeat;
        background-size: contain;
    }
    .blue-box {
        background-color: rgba(0, 51, 153);
        min-width: 300px;
        padding: 60px 25px 30px 25px;
        text-align: center;
        border-radius: unset;
        border-top-left-radius: 30px;
        border-top-right-radius: 30px;
    }
    .blue-box .size-32 {
        font-size: 26px;
    }
    .logo-carrefour {
        position: absolute;
        top: -80px;
        left: 50%;
        transform: translateX(-50%);
        width: 130px;
    }
    .top-element {
        margin-top: -75px;
        margin-right: -5px;
        max-width: 150px;
    }
    .text-right {
        text-align: right;
    }
    .top-element-left {
        margin-top: -45px;
        margin-left: 20px;
    }
    .s-2, .s-4 {
        background: #163d92;
    }
    .s-2, .s-4 {
        padding-bottom: 60px;
    }
    .s-3 .top-element {
        margin-top: -63px;
        margin-right: 20px;
        max-width: 110px;
    }
    .owl-prev img, .owl-next img {
        max-width: 40px;
    }
    .playroom-text {

        padding-top: 15px;
    }
    .s-4  .top-element-left {
        margin-top: -45px;
        margin-left: 20px;
        max-width: 150px;
    }
    .s-5 .top-element {
        margin-top: -69px;
        margin-right: 34px;
        max-width: 120px;
    }
    .size-50 {
        font-size: 32px;
    }
    .s-6 {
        background: unset;
        min-height: unset;
    }
    .max-150 {
        max-width: 150px;
    }
    .size-70 {
        font-size: 40px;
    }
    .mixer {
        max-width: 260px;
        margin: auto;
        display: block;
        padding-top: 30px;
    }
    .pt-100 {
        padding-top: 0;
    }
    .size-117 {
        font-size: 60px;
    }
    .size-95 {
        font-size: 95px;
    }
    .ticket {
        max-width: 300px;
        margin: auto;
        display: block;
        padding-top: 30px;
    }
    .size-30 {
        font-size: 24px;
    }
    .column-reverse {
        flex-direction: column-reverse;
    }
    .afg {
        max-width: 160px;
        margin: auto;
        display: block;
    }
    .social img {
        max-width: 35px;
    }
    .s-6 {
        padding: 0;
    }
    .download {
        max-width: 100px;
    }
    .copyright p {
        font-size: 14px;
    }
}
@media screen and (min-width: 1200px) and (max-width: 1600px) {
    .s-6 {
        padding: 60px 0;
    }
    .size-80 {
        font-size: 70px;
    }
    .size-70 {
        font-size: 62px;
    }
    .pt-100 {
        padding-top: 60px;
    }
    .size-117 {
        font-size: 95px;
    }
    .owl-carousel .custom-item img {
        height: 200px;
        width: 200px;
    }
    .playroom-text {
        font-size: 24px;
    }
    .max-150 {
        max-width: 250px;
    }
}
/* ipad */
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .playroom-text {
        font-size: 24px;
    }
    .top-element, .top-element-left {
        display: none;
    }
    .size-80 {
        font-size: 62px;
    }
    .size-70 {
        font-size: 45px;
    }
    .size-117 {
        font-size: 90px;
    }
    .pt-100 {
        padding-top: 35px;
    }
    .size-30 {
        font-size: 23px;
    }
}

.harta {
    top: 0;
    margin-top: -90px!important;
    max-width: 75px;
}