.section-socials h1 {
    font-family: 'Poppins', sans-serif;
}

.socials .facebook {
    --bg-color-fond: #4C7DF2;
    --bg-color-center: #1E4FAD;
}

.socials .youtube {
    --bg-color-fond: #E74D57;
    --bg-color-center: #D31B1C;
}

.socials .instagram {
    --bg-color-fond: #7C4BC0;
    --bg-color-center: linear-gradient(45deg, #F58529, #DD2A7B, #8134AF, #515BD4, #4B6CB7);
}

.section-socials {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.socials {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 50px;
    padding-bottom: 50px;
}

.socials .card-item {
    width: 350px;
    height: 350px;
    margin: 10px;
    font-family: 'Poppins', sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.socials .card-item.youtube {
    position: relative;
    z-index: 1;
}

.socials .card-item.youtube::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    height: 60%;
    width: 100%;
    border-left: 2px solid var(--lightPink-50);
    border-right: 2px solid var(--lightPink-50);
    transform: translateY(-50%);
    z-index: -1;
}

.card-img {
    width: 100%;
    height: 100%;
    max-width: 120px !important;
    max-height: 120px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.card-img .img-circle {
    z-index: 2;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: var(--bg-color-fond);
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-img .img-circle div {
    background: var(--bg-color-center);
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-img .img-circle div .ring {
    border-radius: 50%;
    width: 60px;
    height: 60px;
    background: var(--bg-color-center);
    border: 3px solid transparent;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5), 0 0 10px rgba(0, 0, 0, 0.5) inset;
    display: flex;
    justify-content: center;
    align-items: center;
    background-clip: padding-box;
}

.card-img .img-circle div .ring svg {
    width: 60%;
    height: auto;
    fill: var(--white);
}

.card-img .circle-border {
    position: absolute;
    width: 100%;
    height: 100%;
    max-width: 119px !important;
    max-height: 119px !important;
    border-radius: 50%;
    border: 2px solid var(--bg-color-fond);
    z-index: 1;
    transition: all 0.3s ease;
}

.section-socials .socials .card-item:hover .card-img .circle-border {
    transform: translateX(0);
}

.section-socials .socials .card-item:not(:hover) .card-img .circle-border {
    transform: translateX(-10px);
}

.socials .card-item .desc {
    width: 100%;
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 10px;
}

.socials .card-item .desc .primary-text {
    height: 30%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.socials .card-item .desc .primary-text a {
    color: var(--darkBlue);
    font-size: 22px;
    font-weight: bold !important;
    cursor: pointer;
    text-transform: lowercase;
    font-family: 'Poppins', sans-serif;
}

.socials .card-item .desc .primary-text:hover a {
    color: var(--rosewood);
}

.socials .card-item .desc .secondary-text {
    height: 70%;
    width: 100%;
    padding: 10px;
}

.socials .card-item .desc .secondary-text h6 {
    color: var(--grey70);
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 1px;
    text-align: center;
    text-transform: lowercase;
    font-family: 'Poppins', sans-serif;
}

.section-contact {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 50px;
}

.form-wrap {
    width: 100%;
    height: auto;
    padding: 20px;
    display: flex;
    overflow: hidden;
    max-width: 1050px;
}

.cantact-info::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: var(--darkBlue);
    opacity: 0.9;
    border-radius: 10px 0 0 10px;
}

.cantact-info {
    width: 38%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.info-title,
.info-items {
    position: relative;
    z-index: 2;
}

.info-title span {
    font-size: 100px;
    display: block;
    text-align: center;
    margin-bottom: 15px;
    color: var(--white);
}

.info-title h2 {
    font-size: 35px;
    text-align: center;
    color: var(--white);
    font-family: 'Poppins', sans-serif;
}

form.form-contact {
    width: 62%;
    padding: 30px 40px;
}

form.form-contact .user-info {
    display: flex;
    flex-direction: column;
}

form.form-contact label {
    font-weight: 600;
    color: var(--lightPink);
}

form.form-contact input,
form.form-contact textarea {
    width: 100%;
    padding: 8px 0px 5px;
    margin-bottom: 20px;

    border: none;
    border-bottom: 2px solid var(--grey40);

    font-family: 'Poppins', sans-serif;
    color: var(--grey70);
    font-size: 14px;
    font-weight: 400;
}

form.form-contact .btn_custom {
    width: 180px;
    background: var(--rosewood);
    padding: 10px;
    border: none;
    border-radius: 25px;

    align-self: flex-end;

    color: var(--white);
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

form.form-contact .btn_custom:hover {
    background: var(--darkBlue);
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

@media (max-width: 1127px) {
    .socials .card-item.youtube::before {
        border-right: 0px solid var(--lightPink-50);
        border-left: 2px solid var(--lightPink-50);
    }
}

@media (max-width: 756px) {

    .socials .card-item.youtube::before {
        top: 0;
        left: 50%;
        height: 100%;
        width: 60%;
        border-left: 0px solid var(--lightPink-50);
        border-top: 2px solid var(--lightPink-50);
        border-bottom: 2px solid var(--lightPink-50);
        transform: translateX(-50%);
    }

    .cantact-info::before {
        border-radius: 10px 10px 0 0;
    }

    .form-wrap {
        flex-direction: column;
    }

    .cantact-info {
        width: 100%;
        padding-top: 35px;
        padding-bottom: 35px;
    }

    form.form-contact {
        width: 100%;
    }

}
