@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@500&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    font-family: 'Josefin Sans', sans-serif;
}

/* // Small devices (landscape phones, 425px and up) */
@media (min-width: 320px) {
    
    .verification-main-div {
        overflow: hidden;
    }

    .verification-bg {
        background-color: black;
        background-attachment: fixed;
        height: 535px;
        width: 450px;
    }

    .verification-back-btn {
        padding-top: 20px;
        padding-left: 20px;
    }

    .verification-back-btn a {
        color: white;
        text-decoration: none;
        font-size: 25px;
        transition: all .5s;

        &:hover {
            color: black;
        }
    }

    .verification-text-img {
        margin-left: 60px;
        margin-top: 70px;
    }

    .verification-text-img img {
        width: 200px;
    }

    .verification-text-heading {
        margin-left: 20px;
        margin-top: 10px;
    }

    .verification-text-heading h1 {
        color: white;
    }

    .verification-text-input-1 input {
        width: 250px;
        height: 50px;
        color: black;
        margin-top: 0px;
        border: none;
        margin-left: 40px;
        padding-left: 5px;
        outline: none;
        background-color: transparent;
        border-bottom: 2px solid #bd228e;
        border-radius: 0px 0px 0px 0px;
        transition: all 5 ease-in-out;
    }

    .verification-text-input-1 input:hover,
    .verification-text-input-1 input:focus {
        background-color: #bd228e8e;
        border-bottom: 2px solid #bd228e;
    }

    .verification-text-input-1 input[type="text"]::placeholder {
        color: rgb(255, 255, 255);
    }

    .verification-text-btn {
        position: absolute;
        margin-top: 50px;
        left: 170px;
        transform: translate(-50%, -50%);
    }

    .verification-text-btn-1 {
        position: relative;
        display: block;
        color: #bd228e;
        font-size: 17px;
        text-decoration: none;
        border: 2px solid #bd228e;
        padding: 12px 100px;
        border-radius: 10px;
        overflow: hidden;
        transition: 0.5s all ease-in-out;

        &:hover {
            color: white;
        }
    }

    .verification-text-btn-1::before {
        background: #bd228e;
        content: "";
        width: 10%;
        height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: -1;
        transition: 0.5s all ease-in-out;
    }

    .btn-1::before {
        width: 100%;
        height: 0%;
        transform: translate(-50%, -50%) rotate(25deg);
    }

    .btn-1:hover::before {
        height: 500%;
    }

}

/* // Small devices (landscape phones, 425px and up) */
@media (min-width: 375px) {

    .verification-main-div {
        overflow: hidden;
    }

    .verification-bg {
        background-color: black;
        background-attachment: fixed;
        height: 535px;
        width: 450px;
    }

    .verification-back-btn {
        padding-top: 20px;
        padding-left: 20px;
    }

    .verification-back-btn a {
        color: white;
        text-decoration: none;
        font-size: 25px;
        transition: all .5s;

        &:hover {
            color: black;
        }
    }

    .verification-text-img {
        margin-left: 90px;
        margin-top: 70px;
    }

    .verification-text-img img {
        width: 200px;
    }

    .verification-text-heading {
        margin-left: 40px;
        margin-top: 10px;
    }

    .verification-text-heading h1 {
        color: white;
    }

    .verification-text-input-1 input {
        width: 300px;
        height: 50px;
        color: black;
        margin-top: 0px;
        border: none;
        margin-left: 40px;
        padding-left: 5px;
        outline: none;
        background-color: transparent;
        border-bottom: 2px solid #bd228e;
        border-radius: 0px 0px 0px 0px;
        transition: all 5 ease-in-out;
    }

    .verification-text-input-1 input:hover,
    .verification-text-input-1 input:focus {
        background-color: #bd228e8e;
        border-bottom: 2px solid #bd228e;
    }

    .verification-text-input-1 input[type="text"]::placeholder {
        color: rgb(255, 255, 255);
    }

    .verification-text-btn {
        position: absolute;
        margin-top: 50px;
        left: 190px;
        transform: translate(-50%, -50%);
    }

    .verification-text-btn-1 {
        position: relative;
        display: block;
        color: #bd228e;
        font-size: 17px;
        text-decoration: none;
        border: 2px solid #bd228e;
        padding: 12px 120px;
        border-radius: 10px;
        overflow: hidden;
        transition: 0.5s all ease-in-out;

        &:hover {
            color: white;
        }
    }

    .verification-text-btn-1::before {
        background: #bd228e;
        content: "";
        width: 10%;
        height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: -1;
        transition: 0.5s all ease-in-out;
    }

    .btn-1::before {
        width: 100%;
        height: 0%;
        transform: translate(-50%, -50%) rotate(25deg);
    }

    .btn-1:hover::before {
        height: 500%;
    }

}

/* // Small devices (landscape phones, 425px and up) */
@media (min-width: 425px) {

    .verification-main-div {
        overflow: hidden;
    }

    .verification-bg {
        background-color: black;
        background-attachment: fixed;
        height: 535px;
        width: 450px;
    }

    .verification-back-btn {
        padding-top: 20px;
        padding-left: 20px;
    }

    .verification-back-btn a {
        color: white;
        text-decoration: none;
        font-size: 25px;
        transition: all .5s;

        &:hover {
            color: black;
        }
    }

    .verification-text-img {
        margin-left: 130px;
        margin-top: 70px;
    }

    .verification-text-img img {
        width: 200px;
    }

    .verification-text-heading {
        margin-left: 80px;
        margin-top: 10px;
    }

    .verification-text-heading h1 {
        color: white;
    }

    .verification-text-input-1 input {
        width: 350px;
        height: 50px;
        color: black;
        margin-top: 0px;
        border: none;
        margin-left: 50px;
        padding-left: 5px;
        outline: none;
        background-color: transparent;
        border-bottom: 2px solid #bd228e;
        border-radius: 0px 0px 0px 0px;
        transition: all 5 ease-in-out;
    }

    .verification-text-input-1 input:hover,
    .verification-text-input-1 input:focus {
        background-color: #bd228e8e;
        border-bottom: 2px solid #bd228e;
    }

    .verification-text-input-1 input[type="text"]::placeholder {
        color: rgb(255, 255, 255);
    }

    .verification-text-btn {
        position: absolute;
        margin-top: 50px;
        left: 225px;
        transform: translate(-50%, -50%);
    }

    .verification-text-btn-1 {
        position: relative;
        display: block;
        color: #bd228e;
        font-size: 17px;
        text-decoration: none;
        border: 2px solid #bd228e;
        padding: 12px 140px;
        border-radius: 10px;
        overflow: hidden;
        transition: 0.5s all ease-in-out;

        &:hover {
            color: white;
        }
    }

    .verification-text-btn-1::before {
        background: #bd228e;
        content: "";
        width: 10%;
        height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: -1;
        transition: 0.5s all ease-in-out;
    }

    .btn-1::before {
        width: 100%;
        height: 0%;
        transform: translate(-50%, -50%) rotate(25deg);
    }

    .btn-1:hover::before {
        height: 500%;
    }

}

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

    .verification-main-div {
        overflow: hidden;
    }

    .verification-bg {
        background-color: black;
        background-attachment: fixed;
        height: 535px;
        width: 1030px;
    }

    .verification-back-btn {
        padding-top: 20px;
        padding-left: 20px;
    }

    .verification-back-btn a {
        color: white;
        text-decoration: none;
        font-size: 25px;
        transition: all .5s;

        &:hover {
            color: black;
        }
    }

    .verification-text-img {
        margin-left: 300px;
        margin-top: 50px;
    }

    .verification-text-img img {
        width: 200px;
    }

    .verification-text-heading {
        margin-left: 220px;
        margin-top: 10px;
    }

    .verification-text-heading h1 {
        color: white;
    }

    .verification-text-input-1 input {
        width: 500px;
        height: 50px;
        color: black;
        margin-top: 0px;
        border: none;
        margin-left: 150px;
        padding-left: 5px;
        outline: none;
        background-color: transparent;
        border-bottom: 2px solid #bd228e;
        border-radius: 0px 0px 0px 0px;
        transition: all 5 ease-in-out;
    }

    .verification-text-input-1 input:hover,
    .verification-text-input-1 input:focus {
        background-color: #bd228e8e;
        border-bottom: 2px solid #bd228e;
    }

    .verification-text-input-1 input[type="text"]::placeholder {
        color: rgb(255, 255, 255);
    }

    .verification-text-btn {
        position: absolute;
        margin-top: 50px;
        left: 410px;
        transform: translate(-50%, -50%);
    }

    .verification-text-btn-1 {
        position: relative;
        display: block;
        color: #bd228e;
        font-size: 17px;
        text-decoration: none;
        border: 2px solid #bd228e;
        padding: 12px 200px;
        border-radius: 10px;
        overflow: hidden;
        transition: 0.5s all ease-in-out;

        &:hover {
            color: white;
        }
    }

    .verification-text-btn-1::before {
        background: #bd228e;
        content: "";
        width: 10%;
        height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: -1;
        transition: 0.5s all ease-in-out;
    }

    .btn-1::before {
        width: 100%;
        height: 0%;
        transform: translate(-50%, -50%) rotate(25deg);
    }

    .btn-1:hover::before {
        height: 500%;
    }
}

/* // X-Large devices (large desktops, 1020px and up) */
@media (min-width: 1020px) {
    .verification-main-div {
        overflow: hidden;
    }

    .verification-bg {
        background-image: url(../images/banner/banner-9.png);
        background-attachment: fixed;
        height: 535px;
        width: 1030px;
    }

    .verification-back-btn {
        padding-top: 20px;
        padding-left: 20px;
    }

    .verification-back-btn a {
        color: white;
        text-decoration: none;
        font-size: 25px;
        transition: all .5s;

        &:hover {
            color: black;
        }
    }

    .verification-text-img {
        margin-left: 600px;
        margin-top: 00px;
    }

    .verification-text-img img {
        width: 200px;
    }

    .verification-text-heading {
        margin-left: 500px;
        margin-top: 10px;
    }

    .verification-text-heading h1 {
        color: white;
    }

    .verification-text-input-1 input {
        width: 500px;
        height: 50px;
        color: black;
        margin-top: 0px;
        border: none;
        margin-left: 500px;
        padding-left: 5px;
        outline: none;
        background-color: transparent;
        border-bottom: 2px solid #bd228e;
        border-radius: 0px 0px 0px 0px;
        transition: all 5 ease-in-out;
    }

    .verification-text-input-1 input:hover,
    .verification-text-input-1 input:focus {
        background-color: #bd228e8e;
        border-bottom: 2px solid #bd228e;
    }

    .verification-text-input-1 input[type="text"]::placeholder {
        color: rgb(255, 255, 255);
    }

    .verification-text-btn {
        position: absolute;
        margin-top: 50px;
        left: 750px;
        transform: translate(-50%, -50%);
    }

    .verification-text-btn-1 {
        position: relative;
        display: block;
        color: #bd228e;
        font-size: 17px;
        text-decoration: none;
        border: 2px solid #bd228e;
        padding: 12px 200px;
        border-radius: 10px;
        overflow: hidden;
        transition: 0.5s all ease-in-out;

        &:hover {
            color: white;
        }
    }

    .verification-text-btn-1::before {
        background: #bd228e;
        content: "";
        width: 10%;
        height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: -1;
        transition: 0.5s all ease-in-out;
    }

    .btn-1::before {
        width: 100%;
        height: 0%;
        transform: translate(-50%, -50%) rotate(25deg);
    }

    .btn-1:hover::before {
        height: 500%;
    }
}

/* // XX-Large devices (larger desktops, 1440px and up) */
@media (min-width: 1440px) {

    .verification-main-div {
        overflow: hidden;
    }

    .verification-bg {
        background-image: url(../images/banner/banner-9.png);
        background-attachment: fixed;
        height: 700px;
        width: 1530px;
    }

    .verification-back-btn {
        padding-top: 20px;
        padding-left: 20px;
    }

    .verification-back-btn a {
        color: white;
        text-decoration: none;
        font-size: 25px;
        transition: all .5s;

        &:hover {
            color: black;
        }
    }

    .verification-text-img {
        margin-left: 900px;
        margin-top: 100px;
    }

    .verification-text-img img {
        width: 200px;
    }

    .verification-text-heading {
        margin-left: 800px;
        margin-top: 10px;
    }

    .verification-text-heading h1 {
        color: white;
    }

    .verification-text-input-1 input {
        width: 500px;
        height: 50px;
        color: black;
        margin-top: 0px;
        border: none;
        margin-left: 800px;
        padding-left: 5px;
        outline: none;
        background-color: transparent;
        border-bottom: 2px solid #bd228e;
        border-radius: 0px 0px 0px 0px;
        transition: all 5 ease-in-out;
    }

    .verification-text-input-1 input:hover,
    .verification-text-input-1 input:focus {
        background-color: #bd228e8e;
        border-bottom: 2px solid #bd228e;
    }

    .verification-text-input-1 input[type="text"]::placeholder {
        color: rgb(255, 255, 255);
    }

    .verification-text-btn {
        position: absolute;
        margin-top: 50px;
        left: 1050px;
        transform: translate(-50%, -50%);
    }

    .verification-text-btn-1 {
        position: relative;
        display: block;
        color: #bd228e;
        font-size: 17px;
        text-decoration: none;
        border: 2px solid #bd228e;
        padding: 12px 200px;
        border-radius: 10px;
        overflow: hidden;
        transition: 0.5s all ease-in-out;

        &:hover {
            color: white;
        }
    }

    .verification-text-btn-1::before {
        background: #bd228e;
        content: "";
        width: 10%;
        height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: -1;
        transition: 0.5s all ease-in-out;
    }

    .btn-1::before {
        width: 100%;
        height: 0%;
        transform: translate(-50%, -50%) rotate(25deg);
    }

    .btn-1:hover::before {
        height: 500%;
    }

}

/* // XXX-Large devices (larger desktops, 2560px and up) */
@media (min-width: 2560px) {
    .verification-main-div {
        overflow: hidden;
    }

    .verification-bg {
        background-image: url(../images/banner/banner-9.png);
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        height: 980px;
        width: 2560px;
    }

    .verification-back-btn {
        padding-top: 20px;
        padding-left: 20px;
    }

    .verification-back-btn a {
        color: white;
        text-decoration: none;
        font-size: 45px;
        transition: all .5s;

        &:hover {
            color: black;
        }
    }

    .verification-text-img {
        margin-left: 1600px;
        margin-top: 60px;
    }

    .verification-text-img img {
        width: 400px;
    }

    .verification-text-heading {
        margin-left: 1500px;
        margin-top: 30px;
    }

    .verification-text-heading h1 {
        color: white;
        font-size: 60px;
    }

    .verification-text-input-1 input {
        width: 1000px;
        height: 100px;
        color: black;
        margin-top: 10px;
        border: none;
        margin-left: 1300px;
        padding-left: 5px;
        font-size: 30px;
        outline: none;
        background-color: transparent;
        border-bottom: 2px solid #bd228e;
        border-radius: 0px 0px 0px 0px;
        transition: all 5 ease-in-out;
    }

    .verification-text-input-1 input:hover,
    .verification-text-input-1 input:focus {
        background-color: #bd228e8e;
        border-bottom: 2px solid #bd228e;
    }

    .verification-text-input-1 input[type="text"]::placeholder {
        color: rgb(255, 255, 255);
    }

    .verification-text-btn {
        position: absolute;
        margin-top: 100px;
        left: 1800px;
        transform: translate(-50%, -50%);
    }

    .verification-text-btn-1 {
        position: relative;
        display: block;
        color: #bd228e;
        font-size: 40px;
        text-decoration: none;
        border: 2px solid #bd228e;
        padding: 18px 440px;
        border-radius: 10px;
        overflow: hidden;
        transition: 0.5s all ease-in-out;

        &:hover {
            color: white;
        }
    }

    .verification-text-btn-1::before {
        background: #bd228e;
        content: "";
        width: 10%;
        height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: -1;
        transition: 0.5s all ease-in-out;
    }

    .btn-1::before {
        width: 100%;
        height: 0%;
        transform: translate(-50%, -50%) rotate(25deg);
    }

    .btn-1:hover::before {
        height: 550%;
    }
}

/* Scrollbar */
::-webkit-scrollbar {
    width: 7px;
}

::-webkit-scrollbar-track {
    background-color: black;
}

::-webkit-scrollbar-thumb {
    background: #bd228e;
    border-radius: 50px;
}

/* Scrollbar */