

main .breadcrumb-area {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100%;
    padding: 0;
    margin: 0;
    overflow: auto;
}

.breadcrumb-bg {
    background-size: cover;
    background-position: center;
    border-radius: 0 0 20px 20px;
    position: relative;
    z-index: 1;
    padding: 270px 0 195px;
    margin: 0 20px;
    overflow: hidden;
}

main .breadcrumb-area .container {
    min-height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    /* align-items: center; */
}

    main .breadcrumb-area .container .document-inner-wrap {
        overflow: auto;
        display: flex;
        height: 100%;
        justify-content: center;
        align-items: center;
        width: 100%;
        /* margin: auto; */
            margin-top: 80px;
        scrollbar-width: none;
    }

.container .document-inner-wrap .row {
    height: fit-content;
    width: 100%;
    place-content: center;
}

.document-inner-wrap .row {
    --bs-gutter-x: 20px;
}

.container {
    padding-left: 15px;
    padding-right: 15px;
}

.document-form-wrap .title {
    font-size: 28px;
    margin-bottom: 35px;
}

.container .document-inner-wrap .row {
    height: fit-content;
    width: 100%;
    place-content: center;
}

.document-form-wrap .form-grp {
    margin-bottom: 20px;
}

    .document-form-wrap .form-grp textarea, .document-form-wrap .form-grp input {
        width: 100%;
        background: rgba(255 255 255 / 7%);
        border: none;
        border-radius: 30px;
        font-size: 16px;
        color: #fff;
        padding: 15px 20px;
        line-height: 1;
        height: 50px;
        display: block;
    }

input::placeholder,
textarea::placeholder {
    color: #fff !important;
}

form {
    place-items: center;
}

    form div {
        width: 100%;
    }

.document-form-wrap form .btn {
    margin-top: 15px;
}

.btn {
    user-select: none;
    -moz-user-select: none;
    background: #fff none repeat scroll 0 0;
    border: medium none;
    border-radius: 30px;
    color: #000;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: -0.42px;
    line-height: 1;
    margin-bottom: 0;
    padding: 18px 45px;
    text-align: center;
    text-transform: none;
    touch-action: manipulation;
    transition: all 0.4s ease;
    vertical-align: middle;
    white-space: nowrap;
}

    form a{
        color:#e275ff !important;
    }

    .btn::after {
        content: "\f054";
        font-family: "Font Awesome 5 Free";
        font-weight: 700;
        color: #e275ff;
        line-height: 1;
        margin-left: 40px;
        transition: all 0.3s ease 0s;
    }

    .btn:hover {
        background-color: #e275ff;
        color: #fff;
        transition: all 0.3s ease 0s;
    }

        /* Change the color of the ::after content when hovering */
        .btn:hover::after {
            color: #fff;
        }

.document-form-wrap {
    background: #191a2e25;
    border: 1px solid rgba(128, 131, 164, 0.208);
    padding:40px 20px;
    text-align: center;
    border-radius: 15px;
    height: 100%;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: auto;
}

@media (max-width: 1500px) {
    .breadcrumb-area {
        padding: 60px 0;
        height: 100%;
        width: 100%;
        /* padding: 0; */
        margin: 0;
    }

    .container {
        max-width: 1320px;
    }
}

@media (max-width: 991.98px) {
    .container, .custom-container {
        max-width: 720px;
    }

    .document-form-wrap {
        height: auto;
        margin-bottom: 50px;
    }
}



@media (max-width: 1199.98px) {
    .document-form-wrap {
        padding: 30px;
    }
}


