@charset "UTF-8";

/*!
 * Version - 1.1.1
 * Copyright (c) 2026 2A Digital <info@2adigital.site>
 * L’autorisation est accordée à toute personne qui en obtient une copie de ce style.
 * Il est strictement interdit de publier(vendre) sans l'autorisation préalable des auteurs.
 * Des spécialistes sont à l'origine des documents fournis.
*/

.title-wrapper {
    position: relative;
    display: inline-block;
}

.sticker-tilt {
    position: absolute;
    top: -20px;
    right: -30px;
    background: var(--secondary);
    color: var(--light);
    font-size: 10px;
    padding: 8px 12px;
    transform: rotate(15deg);
    border-radius: 4px;
}


/* Hero section */

.sarallax-video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
}

.sarallax-video.video {
    cursor: auto;
    width: 100%;
    height: auto;
    border-radius: 0px;
    display: block;
    object-fit: cover;
    background-color: rgba(0, 0, 0, 0);
    object-position: 50% 50%;
}

.hero .content {
    position: relative;
    display: flex;
    justify-content: end;
    align-items: start;
    flex-direction: column;
    text-align: start;
    height: auto;
}

@media (min-width: 900px) {
    .sarallax-video.video {
        height: 590px;
    }

    .hero .content {
        height: 550px;
    }
}

/* GRAND DESKTOP */
@media (min-width: 1200px) {
    .sarallax-video.video {
        height: 590px;
    }

    .hero .content {
        height: 550px;
    }
}

@media (max-width: 768px) {
    .hero {
        height: 230px;
    }
}

.s-badge {
    background: #fff;
}

.hero .hero-surtitle,
.hero .hero-title,
.hero .hero-desc,
.hero .hero-media,
.hero .hero-btn {
    opacity: 0;
    transform: translateY(30px);
    animation-fill-mode: forwards;
}

.hero .hero-surtitle {
    animation-name: heroFadeUp;
    animation-duration: 1s;
    animation-timing-function: ease;
    animation-delay: 0.2s;
}

.hero .hero-title {
    animation-name: heroFadeUp;
    animation-duration: 1s;
    animation-timing-function: ease;
    animation-delay: 0.5s;
}

.hero .hero-desc {
    animation-name: heroFadeUp;
    animation-duration: 1s;
    animation-timing-function: ease;
    animation-delay: 0.8s;
    animation-fill-mode: forwards;
}

.hero .hero-btn {
    animation-name: heroFadeUp;
    animation-duration: 1s;
    animation-timing-function: ease;
    animation-delay: 1.1s;
    animation-fill-mode: forwards;
}

.hero .hero-media {
    animation-name: heroFadeUp;
    animation-duration: 1s;
    animation-timing-function: ease;
    animation-delay: 1.4s;
    animation-fill-mode: forwards;
}

@keyframes heroFadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* End hero section */

/* Key figures */
.s-feature-item {
    box-shadow:
        0 6px 16px rgba(0, 0, 0, 0.06);
    will-change: var(none, transform);
    border-radius: 8px;
    flex-flow: column;
    flex: 1 0 0;
    place-content: flex-start space-between;
    align-items: flex-start;
    width: 1px;
    /* height: 270px; */
    height: 200px;
    padding: 40px;
    display: flex;
    position: relative;
    overflow: hidden;
}

.s-feature-item {
    /* background: #f185110d !important; */
    background: #f1851100 !important;
    border: 2px solid #ffffff3b;
}

.s-feature-item h3 {
    color: #fff8f1;
    font-weight: 200;
    font-size: 1.245rem;
}

.s-feature-item .number {
    font-size: 55px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: -0.03em;
    line-height: 1em;
    color: #fff8f1;
}

/* Services card */
.s-card {
    width: 100%;
    border-radius: 10px;
    /* background-color: #415c36; */
    background-color: #ffffff;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(0, 0, 0, 0.03);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.s-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.08);
}

.s-image {
    height: 220px;
    overflow: hidden;
}

.s-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.s-card:hover .s-image img {
    transform: scale(1.05);
}

.s-content {
    padding: 22px 26px 26px;
}

.s-title {
    /* font-size: 23px; */
    font-size: 20px;
    font-weight: 600;
    color: #055603;
    margin-bottom: 15px;
    line-height: 1.2;
}

.s-desc {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 300 !important;
    color: #2d2f2d;
}

/* custom */


#expose .item {
    border-bottom-width: 10px;
    border-style: solid;
}

#expose .item.orange {
    border-bottom-color: var(--primary) !important;
}

#expose .item.white {
    border-bottom-color: #e4e4e4 !important;
}

#expose .item.green {
    border-bottom-color: var(--secondary) !important;
}

/* Partners */
.partners__wrapper {
    margin: auto;
    display: flex;
    align-items: center;
    position: relative;
}

.partners__viewport {
    overflow: hidden;
    width: 100%;
}

.partners__track {
    display: flex;
    transition: transform 0.7s cubic-bezier(.65, .05, .36, 1);
}

.partner {
    flex: 0 0 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.partner img {
    max-height: auto;
    width: 120px;
    transition: transform 0.3s ease, filter 0.3s ease, opacity 0.3s ease;
    opacity: 0.7;
    border: 1px solid var(--primary-shiny);
    border-radius: 10px;
}

.partner img:hover {
    transform: scale(1.07);
    filter: grayscale(0%);
    opacity: 1;
}

/* Boutons */
.partners__btn {
    background: none;
    border: none;
    font-size: 26px;
    cursor: pointer;
    color: #aaa;
    padding: 10px;
    transition: 0.3s;
}

.partners__btn:hover {
    color: #000;
}

/* Responsive */
@media (max-width: 992px) {
    .partner {
        flex: 0 0 33.33%;
    }
}

@media (max-width: 600px) {
    .partner {
        flex: 0 0 50%;
    }
}

/* Country visitor */
.country-visitor {
    background-image: url('../images/botswana.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}