.text-h1 {
    font-size: 20px;
}

.text-h2 {
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1.12px;
}

.text-h3 {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.96px;
}

.text-h4 {
    font-size: 20px;
}

.text-h5 {
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.64px;
}

.text-h6 {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.48px;
}


.text-p1 {
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: #000;
    letter-spacing: 0.32px;
}

.text-p2 {
    font-size: 12px;
    font-style: normal;
    padding-bottom: 50px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.24px;
}

@media (min-width: 768px) {
    .text-h1 {
        font-size: 42px;
    }

    .text-h2 {
        font-size: 38px;
    }

    .text-h3 {
        font-size: 32px;
    }

    .text-h4 {
        font-size: 28px;
    }

    .text-h5 {
        font-size: 20px;
    }
}

@media (min-width: 1280px) {
    .text-h1 {
        font-size: 64px;
    }

    .text-h2 {
        font-size: 56px;
    }

    .text-h5 {
        font-size: 32px;
    }

    .text-h3 {
        font-size: 48px;
    }

    .text-p1 {
        font-size: 16px;
    }

}


/* section one css start */


.hero-section {
    background: url('../../img/SWAN_Accueil-Visuel.png') center center/cover no-repeat;
    height: 350px;
}

.hero-section {
    padding-top: 40px;
}

@media (min-width: 768px) {
    .hero-section {
        padding-top: 80px;
    }
}

@media (min-width: 1280px) {
    .pr-desktop-600 {
        padding-right: 350px;
    }
}

/* section one css end */


/* section two css start */
.section-img {
    width: 100%;
    height: auto;
}

.img-tech {
    width: 225px;
    height: 125px;
    /* object-fit: contain; */
    border: 8px solid black;
    border-radius: 10px;
}

@media (min-width: 768px) {
    .section-img {
        width: 642.207px;
        height: 332.811px;
        object-fit: cover;
        border-radius: 10px;
        max-width: 100%;
    }
}

@media (min-width: 1280px) {
    .pr-desktop-600 {
        padding-right: 350px;
    }
}

/* section two css end */


/* section three css start */

.card-custom {
    border-radius: 10px;
    overflow: hidden;
    width: 235px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.card-header-custom {
    background-color: #0d1b38;

    background-image: url('../../img/cardwave.png');
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    position: relative;
}


.profile-img img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
}


.card-body-custom {
    padding: 1rem;
    background-color: white;
}

.name-row {
    display: flex;
    justify-content: space-between;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

h2.text-center {
    font-weight: bold;
}


/* section three css end */

/* four section css  */


.custom-section {
    background-size: cover;
    background-position: center;
    min-height: auto;
    padding: 2rem 1rem;
    background-color: #132144;
}

.custom-section-one {
    background-size: cover;
    background-position: center;
    min-height: auto;
    background-color: #fff;
}

.image-wrapper img {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-top: 1rem;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

@media (min-width: 800px) {
    .custom-section {
        background: linear-gradient(108deg, #132144 86%, rgb(92 76 90 / 0) 51%);
        background-repeat: no-repeat;
        min-height: 300px;
        padding-left: 1.5px;
        padding-right: 1.5px;
    }

    .custom-section-one {
        background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 333 400'%3E%3Cpath d='M103.9 400H0L229 0H333L103.9 400Z' fill='%23131F3B'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        min-height: 307px;
        z-index: 1;
        padding-left: 1.5px;
        padding-right: 1.5px;
    }

    .image-wrapper img {
        width: 500px;
        height: 235px;
        margin-top: 0;
        object-fit: cover;
    }
}


/* five section css  */
.custom-section-bgimg {
    background-size: cover;
    background-position: center;
    min-height: auto;
    background-color: #fff;
}

.image-wrapper img {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-top: 1rem;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

@media (min-width: 800px) {

    .custom-section-bgimg {
        background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='333' height='400' viewBox='0 0 333 400' fill='none'%3E%3Cpath d='M229.1 400H333L104 0H0L229.1 400Z' fill='%23131F3B'/%3E%3C/svg%3E") no-repeat left;
        background-position: right;
        min-height: 307px;
        z-index: 1;
        padding-left: 1.5px;
        padding-right: 1.5px;
    }


    .image-wrapper img {
        width: 500px;
        height: auto;
        margin-top: 0;
        object-fit: cover;
    }

    .pd-right p,
    h3 {
        padding-right: 20px;
        padding-left: 20px;
    }

    @media (min-width: 768px) {

        .pd-right p,
        h3 {
            padding-right: 110px;
            padding-left: 20px;
        }
    }
}

.img-pas {
    left: 78px;
    top: -16px;
}

.img-pasone {
    right: 107px;
    top: -16px;
}

.social-bg a {
    background-color: #7CF6D1;
    padding: 3px 6px;
    border-radius: 50%;
    height: 30px;
    width: 30px;
}

/* Partner block (IronSkill Academy) */
.partner-block {
    border-radius: 14px;
    overflow: hidden;
    /* Slightly tinted background to separate from page white */
    background: linear-gradient(180deg, #ffffff 0%, #f7f9fd 100%);
    top: 90px;
    z-index: 0;
    /* Clearer outline and a bit more elevation (works with border-0) */
    box-shadow: 0 0 0 1px rgba(19, 33, 68, 0.12), 0 8px 28px rgba(19, 33, 68, 0.16);
}

.partner-block .card-body {
    position: relative;
}

.partner-logo {
    width: 104px;
    height: 104px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: radial-gradient(75% 75% at 50% 25%, #ffffff 0%, #f2f6ff 60%, #dee7ff 100%);
    box-shadow: 0 8px 24px rgba(19, 33, 68, 0.12);
}

.partner-logo-img {
    max-width: 230px;
    object-fit: cover;
}

.partner-title {
    color: #132144;
    font-weight: 700;
}

.partner-social .btn-icon {
    width: 36px;
    height: 36px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-color: #ced4da;
}

.partner-social .btn-icon i {
    font-size: 1rem;
}

.partner-block:hover {
    transform: translateY(-2px);
    transition: transform 200ms ease, box-shadow 200ms ease;
    /* Slightly stronger than base, still sober */
    box-shadow: 0 0 0 1px rgba(19, 33, 68, 0.18), 0 14px 36px rgba(19, 33, 68, 0.20);
}

@media (max-width: 991.98px) {
    .partner-block {
        margin-top: 24px;
    }
}