@charset "UTF-8";
.register-producer-container {
    width: 100%;
    display: flex;
    justify-content: center;
    min-height: 1313px;
    background-size: cover;
    position: relative;
    background-image: unset !important;
    /* z-index: 5; */

    @media (min-width: 2100px) {
        min-height: 1513px;
    }
}

html[dir="rtl"] .register-producer-container {
    transform: scaleX(-1);
}

html[dir="rtl"]
    .register-producer-container
    > *:not(.chase-bg):not(.bg-overlay):not(.glass-overlay) {
    transform: scaleX(-1);
}
/* 
.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: 2;
    overflow: hidden;
}

.bgg-overlay {
    background: transparent;
}

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

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

.orbit {
    position: absolute;
    inset: -20%;
    animation: rotateOrbit 25s 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(800px);
    opacity: 0.25;
    mix-blend-mode: multiply;
}

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

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

.blob-3 {
    background: #8379b8;
    bottom: 0%;
    left: 50%;
    transform: translateX(-50%);
}

.blob-4 {
    background: #fe2c55;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
}

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

    to {
        transform: rotate(360deg);
    }
} */

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

.register-producer-container .main-container {
    display: flex;
    justify-content: center;
    padding-bottom: 18px;
}

.register-producer-container .col-center {
    width: 76%;
    display: flex;
}

.register-producer-container .col-1 {
    width: 50%;
    margin-top: 160px;
    margin-left: 4%;
    max-width: 655px;
}

.register-producer-container .col-1 .top-heading {
    margin-bottom: 10px;
    color: #f05271;
    font-weight: bold;
    font-size: 48px;
    margin-left: 5px;
    line-height: 47px;
}

.register-producer-container .col-1 p {
    margin-top: 0px;
    margin-bottom: 34px;
    font-size: 17px;
    color: #333333;
    font-weight: 500;
    margin-left: 5px;
}

.register-producer-container .col-2 {
    width: 42%;
    margin-left: 3%;
    margin-top: 219px;
}

html[dir="rtl"] .register-producer-container .col-2 {
    margin-top: 223px;
}

.register-producer-container .col-2 .heading-1 {
    color: #f8992c;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 22px;
}

.register-producer-container .col-2 p {
    margin-bottom: 5px;
    color: #808080;
    font-weight: 500;
    letter-spacing: 0%;
    font-size: 16px;
    line-height: 22px;
}

.register-producer-container .col-2 .heading-2 {
    color: #44bda4;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 22px;
    margin-top: 41px;
}

.register-producer-container .input {
    padding: 0 24px;
    height: 60px;
    background-color: #ffffff;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1019607843);
    opacity: 1;
    border-radius: 168px;
    border: none;
    outline: none;
    margin-bottom: 24px;
}

.register-producer-container .input-full-width {
    width: 90%;
    height: 60px;
}
.register-producer-container .phone {
    padding-left: 60px !important;
    position: relative !important;
}
.iti__country-container {
    margin-inline-start: 13px;
}
.iti__search-input {
    border-radius: 100px !important;
    height: 41px !important;
    border: 1px solid #808080 !important;
    outline: none !important;
    padding: 11px 18px;
    margin-bottom: 20px;
}
.iti--fullscreen-popup .iti__dropdown-content {
    padding: 20px 20px !important;
    border-radius: 25px;
}
.iti--fullscreen-popup.iti--container {
    background-color: transparent !important;
}

.register-producer-container .input-half-width {
    width: 44%;
    height: 60px;
}

.register-producer-container .input-half-width-frist {
    margin-inline-end: 2%;
}

.register-producer-container .slider-container {
    width: 100%;
    display: flex;
}

.register-producer-container .slider {
    position: relative;
    background-color: #ffffff;
    width: 60%;
    height: 42px;
    border-radius: 50px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2509803922) inset;
    margin-bottom: 30px;
    margin-top: 20px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.register-producer-container .slider span {
    position: relative;
    width: 50%;
    text-align: center;
    font-family: Baloo 2;
    font-size: 20px;
    font-weight: 700;
    z-index: 2;
    cursor: pointer;
    transition: color 0.5s ease;
}

.register-producer-container .span-1 {
    height: 100%;
    border-radius: 50px;
    color: white;
    padding-top: 5px;
}

.register-producer-container .span-2 {
    color: #f05271;
}

.register-producer-container .slider-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    /* نص العرض */
    height: 100%;
    background-color: #f05271;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922) inset;
    border-radius: 50px;
    z-index: 1;
    transition: transform 0.5s ease;
}

.register-producer-container .not-robot {
    background-color: transparent;
    box-shadow: 0px 16px 88px 0px rgba(0, 0, 0, 0.1019607843);
    height: 88px;
    border-radius: 21px;
    display: flex;
    align-items: center;
    width: 60%;
    z-index: -5;
}

.register-producer-container .not-robot input {
    margin-top: 3px;
    margin-left: 8%;
    margin-right: 9px;
}

.register-producer-container .not-robot input[type="checkbox"] {
    transform: scale(1.5); /* كبر الحجم */
}

.register-producer-container .not-robot span {
    color: #808080;
    font-weight: bold;
}

.register-producer-container .terms-and-conditions {
    margin-left: 22px;
    margin-bottom: 15px;
    color: #00000080;
    font-size: 14px;
}
.register-producer-container .terms-and-conditions a {
    text-decoration: none;
    color: #00000080;
    font-size: 14px;
}
.register-producer-container .main-button {
    border: none;
    outline: none;
    font-size: 24px;
    font-weight: bold;
    width: 93%;
    height: 60px;
    border-radius: 168px;
    margin-top: 20px;
    transition:
        background-color 0.2s ease,
        color 0.2s ease,
        border-color 0.2s ease,
        transform 0.2s ease;
}

.register-producer-container .main-button:hover {
    background-color: #8379b8;
}

.register-producer-container .already-have {
    margin-top: 18px;
    margin-left: 10px;
    font-weight: 500;
    margin-bottom: 10px;
}

.register-producer-container .already-have a {
    color: #f05271;
    font-weight: 500;
}

.register-producer-container .col-2 button {
    border-radius: 60px;
    color: #f05271;
    border: 1px solid #f05271;
    width: 36%;
    height: 46px;
    font-size: clamp(16px, 2vw, 20px);
    font-weight: 700;
    margin-top: 26px;
    background-color: transparent;
    transition: background-color 0.3s ease;
}

.register-producer-container .col-2 button:hover {
    background-color: #f05271;
    color: #ffffff;
}
.register-producer-container .full-width{
        width: 44%;
}
.register-producer-container .input-container
{
  display: flex; 
  gap: 2%;
  margin-bottom: 0;
}
@media (max-width: 1494px) {
    .register-producer-container {
        background-image: none;
        min-height: fit-content;
    }
}
@media (max-width: 1072px) {
    .register-producer-container .col-center {
        flex-wrap: wrap;
    }
    .register-producer-container .col-center .col-1 {
        width: 100%;
    }
    .register-producer-container .col-center .col-2 {
        display: none;
        width: 100%;
        margin-top: 3%;
        margin-left: 0px;
        margin-bottom: 20px;
    }
}
@media (max-width: 788px) {
    .register-producer-container .col-center .col-1 {
        margin-top: 200px;
        margin-left: 0px;
    }
    .register-producer-container .top-heading {
        text-align: center;
    }
    .register-producer-container p {
        text-align: center;
    }
    .register-producer-container .slider-container {
        justify-content: center;
        width: 100%;
    }
    .register-producer-container .slider-container .slider {
        width: 100%;
    }
    .register-producer-container .input {
        width: 100%;
    }
    .register-producer-container .not-robot {
        width: 88%;
    }
    .register-producer-container .col-center {
        justify-content: flex-start;
        margin-left: 5px;
        width: 90%;
    }
     .register-producer-container .full-width{
        width: 100%;
    }
     .register-producer-container .input-container{
       flex-direction: column;
       gap:0px;
    }
    .register-producer-container .main-container{
        width: 100%;
    }
    .register-producer-container .main-button{
        width: 100%;
    }
}

/*# sourceMappingURL=registerProducer.css.map */
