@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@400;500;700&display=swap');
body{
    font-family: Tajawal Medium;
}
.join-us-container {
    max-width: 1167px;
    margin: 50px auto;
    background-color: white;
    border-radius: 10px;
}
.join-us-container .over-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    height: 400px;
    background: rgba(30, 30, 30, 0.56);
}
.join-us-container .product-details{
    z-index: 2;
}


.join-us-container .title {
    font-size: 40px;
    line-height: 40px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
    color: rgba(255, 255, 255, 1);
}

.join-us-container p {
    text-align: right;
    margin-bottom:25px;
    color: rgba(255, 255, 255, 1);
    font-size: 24px;
    line-height: 35px;
    font-weight: 400;
    margin-top:15px;
    width: 567px;
    height: 73px;

}

p {
    font-weight: 500;
    margin-right: 0px;
    font-size: 24.5px;
}

.text1, .text2, .text3 {
    background-color: #B48B2E;
    color: white;
    padding: 5px;
    border-radius: 50px;
    font-weight: 500;
    text-align: center;
    width: 310px;
    justify-content: center;
    align-items: center;
    margin: 11px;
    font-size: 25PX;
}


.join-us-form label {
    font-size: 30px;
    font-weight: bold;

    color: #000000;
}

.join-us-form input[type="text"],
.join-us-form input[type="email"],
.join-us-form input[type="url"],
.join-us-form input[type="tel"],
.join-us-form input[type="file"] {
    border: 1px solid #B48B2E;
    font-size: 18px;
    color: #000000;
    border-radius: 20px;
    padding: 10px;
    margin-top: 5px;
    margin-bottom: 10px;
}
.join-us-form  .placeholder{
    color: #5A5A5A;
}
#terms {
    margin: 25px;
}

.submit-join  {
    background-color: #7F7F00;
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 18px;
    border-radius: 20px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    justify-content: center;
    margin-top: 25px;
    width: 297px;

}

.submit:hover {
    background-color: #B48B2E;
}
.form-group .check-box {
    font-size: 40px;
    color: #5A5A5A;
}
input[type="checkbox"] {
    transform: scale(1.5);
    margin-right: 10px;

}
.input-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.label {
    margin-left: 10px;
    font-size: 30px;
    color: #5A5A5A;
}

.file-input-wrapper {
    border: 1px solid #B48B2E;
    border-radius: 20px;
    padding: 5px;
    margin-top: 5px;
    margin-bottom: 10px;
    width: 100%;
    justify-content: space-between;
}

.icon-label {
    padding: 5px;
    cursor: pointer;
    margin-right: 85%;
    display: flex;
    align-items: center;
    justify-self: end;

}

#product-image {
    display: flex;
    justify-self: start;
}

.custom-checkbox {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    width: 40px;
    height: 40px;
    border: 2px solid #D9D9D9;
    border-radius: 50%;
    outline: none;
    cursor: pointer;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.custom-checkbox:checked {
    background-color: #D9D9D9;
}

.custom-checkbox:checked::after {
    content: '\2713';
    font-size: 12px;
    font-weight: bold;
    color: #7F7F00;
    position: absolute;
}

.join-us-form span{
    font-size: 18px;
}
.file-input-wrapper {
    border: 1px solid #B48B2E;
    border-radius: 20px;
    padding: 5px;
    margin-top: 5px;
    margin-bottom: 10px;
    width: 100%;
    justify-content: space-between;
    height: 50px;
}

.form-group label {
    font-size: 18px;
    color: #5A5A5A;
}

input[type="checkbox"] {
    width: 20px;
    height: 20px;
    accent-color: #7F7F00;
}
.file-placeholder {
    font-size: 12px;
    padding-right: 10px;
}
@media (max-width: 768px) {
    .join-us-container {
        padding: 15px;
        margin: 10px;
    }

    .join-us-container .title {
        font-size: 5vw;
    }

    .join-us-container p {
        font-size: 4vw;
    }

    p {
        font-size: 4vw;
    }

    .text1, .text2, .text3 {
        width: 80%;
        font-size: 4vw;
        margin: 10px;
    }

    .submit {
        font-size: 5vw;
    }
    .join-us-container .title {
        font-size: 6vw;
    }
    .file-placeholder {
        font-size: 14px;
        padding-right: 10px;
    }
    .btn-contnet {
        width: 80%;
    }
    .join-us-container p{
        width:100%;
        text-align: center;
    }

}

@media (max-width: 480px) {
    .join-us-container {
        padding: 10px;
        margin: 10px;
    }

    .join-us-container .title {
        font-size: 6vw;
    }

    .join-us-container p {
        font-size: 5vw;
    }

    p {
        font-size: 5vw;
    }

    .text1, .text2, .text3 {
        width: 90%;
        font-size: 5vw;
        margin: 10px;
    }

    .submit {
        font-size: 6vw;
    }

    .join-us-container .title {
        font-size: 7vw;
    }
    .btn-contnet{
        font-size: 10px;
        border-radius: 50px;
        width: 35%;
        border: none;
        padding: 10px 0px;
        font-weight: bold;
    }
    .file-placeholder {
        font-size: 16px;
    }

}

.join-us-background{
    position: relative;
    background-image: url('/website/img/join-us-background.jpg');
    background-size: cover;
    background-position: center;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.join-us-container .title {
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
    color: white;
}


.btn-contnet{
    background-color: #FFFFFF;
    color:#7F7F00;
    font-size: 14px;
    border-radius: 50px;
    width: 200px !important;
    border: none;
    padding: 15px 10px;
    font-weight: bold;
}
.join-us-container p{
    width:100%;
    text-align: center;
}
