:root {
    --bgPattern: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cg fill='%236c757d' fill-opacity='0.025'%3E%3Cpolygon fill-rule='evenodd' points='8 4 12 6 8 8 6 12 4 8 0 6 4 4 6 0 8 4'/%3E%3C/g%3E%3C/svg%3E");

    --bg: #f5f7fa;
    --text: #1e1e1e;
    --textSecond: #5C6670;
    --muted: #7c6f66;
    --border: #e7e5e7;

    --primary: #4361EE ;
    --primary-hover: #a6641d;

    --accent: #1f4fff ;
    --accentHover: #3A0CA3;

    --card-bg: #1e1e1e;
    --cart-bg2: #f0f2f5;
    --input-bg: #fffaf5;

    --badge: #f6e2ed;

    --shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    --shadowHover: 0 4px 50px rgba(0, 0, 0, 0.3);



    --fontLogo: 'Sora';
    --fontMain: 'Inter';

}




@media (max-width : 580px) {


    .register {
        width: 86.207vw;
        min-height: 600px;
        height: max-content;
    }


    .logo {
        font-size: 1.5rem;
    }

    .signup {
        font-size: 1.8rem;
    }


    .registerThirdP {
        width: 75vw;
        margin-top: 0px;
    }


    .google {
        width: 75vw;
    }


    .linkedIn {
        width: 75vw;
    }


    .googleButton {
        width: 75vw;
    }


    .linkedinButton {
        width: 75vw;
        background-color: #0077b5;
        height: 38px;
        border: 1px #0077b5 solid;
        border-radius: 5px;
        color: var(--bg);
        font-family: var(--fontMain);
        margin-top: 10px;
        font-size: .9rem;
    }


    .or {
        margin-bottom: 0px;
    }


    .orInner {
        width: 64.13vw;
    }

    .orHr {
        width: 21.37vw;
    }


    .registerFields {
        width: 75vw;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }


    .registerInputs {
        width: 75vw;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }


    .registerInput {
        width: 75vw;
    }


    .registerButton {
        width: 75vw;
        margin-top: 10px;
    }










    .registerOtp {
        width: 90vw;
        height: max-content;
        padding-left: 0px;
        padding-right: 0px;
    }




    .signupOtp {
        font-size: 1.8rem;
    }


    .registerLabelOtp {
        font-size: 1rem;
        width: 90vw;
    }



    .otp-field {
        width: 40px;
        height: 40px;
        font-size: 1.2rem;
        margin: 0 2px;
        border-radius: 5px;
    }


    .registerInputError {
        margin-left: 6.757vw;
    }


    .registerButtonOtp {
        width: 85vw;
    }


}













@media (min-width: 891px) {
    .userType1:hover {
        cursor: pointer;
        box-shadow: var(--shadowHover);
        .userTypeIcon1 {
            width: 235px;
            height: 235px;
            left: 152.5px;
        }
    }


    .userType2:hover {
        cursor: pointer;
        box-shadow: var(--shadowHover);
        .userTypeIcon2 {
            width: 235px;
            height: 235px;
            right: 22.5px;
        }
    }
}








@media screen and (max-width: 890px) {

    .userTypeSection {
        width: 90vw;
        padding-left: 0;
        padding-right: 0;
    }


    .userTypes {
        width: 90vw;
        display: block;
        margin-left: auto;
        margin-right: auto;
        padding: 0px;
    }


    .userType1 {
        width: 80vw;
        height: 150px;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 40px;
    }


    .userType2 {
        width: 80vw;
        height: 150px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }


    .userTypeTitle {
        padding-top: 10px;
        padding-left: 15px;
    }


    .userTypeIcon1 {
        width: 160px;
        height: 160px;
        position: absolute;
        bottom: 280px;
        left: 46vw;
    }


    .userTypeActive1 {
        cursor: default;
        box-shadow: var(--shadowHover);
        border: 2px var(--textSecond) solid;
        .userTypeIcon1 {
            width: 175px !important;
            height: 175px !important;
            left: 46.5vw !important;
        }
    }


    .userTypeIcon2 {
        width: 160px;
        height: 160px;
        position: absolute;
        bottom: 90px;
        right: 100%;
        left: 46vw;
    }


    .userTypeActive2 {
        cursor: default;
        box-shadow: var(--shadowHover);
        border: 2px var(--textSecond) solid;
        .userTypeIcon2 {
            width: 175px !important;
            height: 175px !important;
            left: 46.5vw !important;
        }
    }


    .userTypesButton {
        width: 80vw;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: 30px;
    }

}





@media screen and (max-width: 355px) {
    .userTypeSection {
        width: 95vw;
    }

    .userTypes {
        width: 95vw;
    }


    .userType1 {
        width: 85vw;
    }


    .userType2 {
        width: 85vw;
    }


    .userTypesButton {
        width: 85vw;
    }
}

