@charset "UTF-8";
.signup-container {
    display: flex;
    justify-content: center;
    /* background-repeat: no-repeat;
    padding-bottom: 50px;
    width: 100%;
    position: relative;
    background: url("../images/sigw.png");
    min-height: 100vh;
    background-size: cover;
    background-position: center;
    padding: 120px 0; */
    /* z-index: 5; */
}
.signup-bg-wrapper {
    position: relative;
    width: 100vw;
    min-height: 900px;
    /* background: url("../images/sigw.png") no-repeat center center; */
    background-size: cover;
    overflow: hidden;
    background-position: center 10%;
}

@media (min-width: 2100px) {
    .signup-bg-wrapper {
        min-height: 1300px;
    }
}

.signup-container > *:not(.chase-bg):not(.bg-overlay):not(.glass-overlay) {
    position: relative;
    z-index: 10;
}

/* تنسيق الحاوية الأساسية */
.signup-container .separator {
    display: flex;
    align-items: center;
    margin: 17px 43px;
    color: #ccc;
    font-size: 24px;
    font-weight: 700;
    width: 90%;
}

/* تنسيق الخطوط الجانبية (ما قبل الكلمة وما بعدها) */
.signup-container .separator::before,
.signup-container .separator::after {
    /* لإنشاء المحتوى المطلوب (هنا خط) */
    content: "";
    /* العنصر المرن يأخذ أكبر مساحة متاحة بالتساوي */
    flex: 1;
    /* خط سفلي بحجم 1 بكسل ولون رمادي */
    border-bottom: 1px solid #ccc;
    /* توسيط الخطوط عمودياً مع النص */
    margin: auto 0;
}

/* إضافة مسافة بين الخط والنص */
.signup-container .separator::before {
    margin-right: 15px;
    /* مسافة قبل النص */
}

.signup-container .separator::after {
    margin-left: 15px;
    /* مسافة بعد النص */
}

.signup-container .center-col {
    width: 45%;
    margin-top: 10%;
    height: 100%;
    text-align: center;
}

.signup-container .center-col .sup-content {
    color: #f05271;
    font-size: 18;
    font-weight: 500;
}

.signup-container .center-col .top-conent p {
    font-family: Baloo 2;
    font-weight: bold;
    font-size: clamp(24px, 4vw, 48px);
    line-height: 100%;
    letter-spacing: 0%;
    color: #000000;
}

html[lang="ar"] .signup-container .center-col .top-conent p:nth-child(2) {
    display: none;
}

.signup-container .center-col .top-conent .p-1 {
    margin-bottom: 0px;
}

.signup-container .roles {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 46px;
    gap: 36px;
}
@media (max-width: 686px) {
    .signup-container .roles {
        flex-direction: column;
        align-items: center;
        width: 100%;
        gap: 0;
    }
}

html[lang="ar"] .signup-container .roles .producer {
    padding-left: 10px;
}

.signup-container .roles div {
    height: 116px;
    width: 40%;
    background-color: #ffffff;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1019607843);
    display: flex;
    border-radius: 33px;
    align-items: center;
    margin-right: 0px !important;
    padding-right: 10px;
}
@media (max-width: 686px) {
    .signup-container .roles div {
        width: 60%;
    }
}

.signup-container .roles .div-1 {
    padding-left: 20px;
    padding-right: 10px;
    transition: background-color 0.2s ease;
    cursor: pointer;
}
@media (max-width: 686px) {
    .signup-container .roles .div-1 {
        margin-bottom: 28px;
    }
    html[lang="ar"] .signup-container .roles .div-1 img {
        padding-left: 7%;
        padding-right: 5%;
    }
    html[lang="ar"] .signup-container .roles .div-2 img {
        padding-left: 7%;
        padding-right: 5%;
    }
}
@media (max-width: 512px) {
    .signup-container .roles .div-1 {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding-top: 10px;
        width: 80%;
        margin: 0px;
    }
}

html[lang="ar"] .signup-container .roles .div-1 {
    padding-left: 5px;
    margin-right: 0px;
}

.signup-container .roles .div-1:hover {
    background-color: #f05271;
    box-shadow: 0px 4px 21px 0px rgba(0, 0, 0, 0.1490196078);
    color: #ffffff;
}

.signup-container .roles .div-1 a,
.signup-container .roles .div-2 a {
    display: flex;
    align-items: center;
    text-decoration: none;
    width: 100%;
}

.signup-container .roles .div-1 span {
    font-size: clamp(12px, 5vw, 18px);
    font-weight: 700;
    color: #808080;
}

.signup-container .roles .div-2 {
    padding-right: 20px;
    transition: background-color 0.2s ease;
    cursor: pointer;
}
@media (max-width: 512px) {
    .signup-container .roles .div-2 {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding-top: 10px;
        width: 80%;
        margin: 20px 0px 0px 0px;
    }
}
@media (max-width: 390px) {
    .signup-container .roles .div-2 a {
        flex-direction: column;
        justify-content: center;
    }
    .signup-container .roles .div-1 a {
        flex-direction: column;
        justify-content: center;
    }
    .signup-container .roles div {
        height: fit-content;
        padding: 10px;
    }
}
.signup-container .roles .div-2:hover {
    background-color: #8379b8;
    box-shadow: 0px 4px 21px 0px rgba(0, 0, 0, 0.1490196078);
    color: #ffffff;
}

.signup-container .roles .div-2:hover span {
    color: #ffffff;
}

.signup-container .roles .div-1:hover span {
    color: #ffffff;
}

.div-1:hover img {
    filter: brightness(0) invert(1);
}

.div-2:hover img {
    filter: brightness(0) invert(1);
}

html[lang="ar"] .signup-container .roles .div-2 img {
    padding-left: 5%;
}

.signup-container .roles .div-2 span {
    font-size: 18px;
    font-weight: 700;
    color: #808080;
    display: flex;
    justify-content: flex-start;
    text-align: start;
}

.signup-container .roles .div-1 img {
    padding-left: 14px;
    padding-right: 5%;
}
.signup-container .roles .div-2 img {
    padding-left: 41px;
    padding-right: 5%;
}

.signup-container .line-text {
    text-align: center;
    border-bottom: 2px solid rgba(0, 0, 0, 0.2509803922);
    line-height: 0.1em;
    margin: 25px 0;
}

.signup-container .line-text span {
    background: #fff;
    padding: 0 10px;
    font-size: 24px;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.2509803922);
}

.signup-container .center-col button {
    width: 85%;
    height: 60px;
    font-weight: 700;
    font-size: 24px;
    border: none;
    border-radius: 168px;
    outline: none;
    margin-bottom: 13px;
    background-color: #f05271;
    box-shadow: 0px 16px 88px 0px #0000001a;
    color: #ffffff;
    transition: all 0.3s ease;
}

@media (max-width: 512px) {
    .signup-container .center-col button {
        width: 80%;
    }
}
.signup-container .center-col button:hover {
    background-color: #8379b8;
}
.signup-container .center-col .have-account span {
    font-size: 16px;
    font-weight: 600;
}

.signup-container .center-col .have-account a {
    color: #f05271;
    font-size: 16px;
    font-weight: 700;
}

/* btn-1: Google */
.signup-container .center-col .btn-1 {
    border: 2px solid #4284f3;
    background-color: transparent;
    color: #4284f3;
    z-index: 5;
    transition:
        background-color 0.3s ease,
        color 0.3s ease,
        border-color 0.3s ease,
        transform 0.3s ease;
    cursor: pointer;
}

.signup-container .center-col .btn-1:hover {
    background-color: #f05271;
    color: #fff;
    border-color: #f05271;
    transform: scale(1.05);
}

/* btn-2: Apple */
.signup-container .center-col .btn-2 {
    border: 2px solid #808080;
    background-color: transparent;
    color: #808080;
    transition:
        background-color 2s ease,
        color 2s ease,
        border-color 2s ease,
        transform 2s ease;
    /* تم التأكد من عدم وجود تكرار أو transition إضافي هنا */
}

.signup-container .center-col .btn-2:hover {
    background-color: #f05271;
    color: #fff;
    border-color: #f05271;
    transform: scale(1.05);
}

@media (max-width: 1300px) {
    .signup-container {
        background-image: none;
        align-items: center;
    }
    .signup-container .center-col {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
        flex-direction: column;
        margin-top: 160px;
        margin-left: 0px;
        width: 90%;
    }
}

.bgg-overlay {
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.25);
    z-index: 1;
}

.chase-bg {
    position: absolute;
    inset: 0;
    background: transparent;
    z-index: 0;
    overflow: hidden;

    @media (max-width: 768px) {
        display: block !important;
    }
}

.bgg-overlay {
    background: transparent;
}

.blob {
    opacity: 0.25;
    mix-blend-mode: screen;
}

.chase-bg {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    overflow: hidden;
}

.orbit {
    position: absolute;
    inset: -15%;
    animation: rotateOrbit 30s infinite alternate ease-in-out;
    transform-origin: center;
    transform: rotate(0deg) scale(1.05);
}

.blob {
    position: absolute;
    width: 850px;
    height: 850px;
    border-radius: 50%;
    filter: blur(400px);
    opacity: 0.25;
    mix-blend-mode: screen;
}

.blob-1 {
    background: #f8992c;
    top: 0%;
    left: 40%;
    transform: translateX(-50%);
}

.blob-2 {
    background: #44bda4;
    top: 60%;
    right: 0%;
    transform: translateY(-50%);
}

.blob-3 {
    background: #948cb8;
    bottom: 0%;
    left: 30%;
    transform: translateX(-50%);
}

.blob-4 {
    background: #fae5e9 !important;
    top: 60%;
    left: 0%;
    transform: translateY(-50%);
}

@keyframes rotateOrbit {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}
.signup-container > *:not(.chase-bg):not(.bg-overlay):not(.glass-overlay) {
    position: relative;
    z-index: 10;
}
/*# sourceMappingURL=signup.css.map */
@media (max-width: 931px) {
    .blob {
        position: absolute !important;
        width: 300px !important;
        height: 300px !important;
        border-radius: 50% !important;
        filter: blur(400px) !important;
        opacity: 1 !important;
        mix-blend-mode: screen !important;
    }
}
