* {
    padding: 0;
    margin: 0;
    font-family: Intro Rust Base;
    text-decoration: none;
}

@font-face {
    font-family: Intro Rust Base;
    src: url('../fonts/introrust-base.otf');
}

html,
body {
    overflow-x: hidden;
}

body {
    min-height: 100vh;
    height: 100%;
    background: url('../images/bg.png') no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

body.ques-page {
    position: relative;
}

.ques-page::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 700px;
    height: 80%;
    background: url('../images/image.png') no-repeat;
    background-size: contain;
    background-position: center;
    opacity: 0.2;
}

header {
    padding: 30px 0px;
}

.logo-wrapper {
    height: 100px;
    max-width: 100px;
}

.logo-wrapper img {
    width: auto;
    height: 100%;
}



.ques-wrapper {
    padding: 50px 0px;
    overflow:scroll;
}

.ques ul {
    padding-left: 50px;
}

.ques ul li {
    list-style-type: none;
    list-style-position: outside;
    color: #000;
    font-size: 45px;
    line-height: 55px;
}

.ques ul li::marker {
    color: #716c66;
    font-size: 50px;
}

/* .ques h1::first-letter {
    color: #716c66;
    font-size: 50px;
} */

.options-wrapper a {
    text-decoration: none !important;
}

.option {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    padding: 20px 0px;
    height: 100%;
}

.option .icon-wrapper {
    max-width: 100px;
    height: 70px;
}

.option .icon-wrapper img {
    width: auto;
    height: 100%;
}

.option .text-wrapper {
    background-color: rgb(0, 0, 0, 0.2);
    padding: 20px;
    border-radius: 25px;
    width: 100%;
}

.option .text-wrapper p {
    color: #FFF;
    font-size: 18px;
}

@media (max-width: 1200px) {
    .ques-page::before {
        background-position: center right;
    }
}


@media (max-width: 992px) {

    body {
        min-height: 100vh;
        height: 100%;
    }

    header .logo-wrapper {
        margin-left: auto;
    }

}

@media (max-width: 767px) {

    .ques ul li::marker {
        font-size: 40px;
    }

    .ques ul li {
        font-size: 35px;
        line-height: 45px;
    }
}

@media (max-width: 576px) {
    .ques ul li {
        font-size: 25px;
        line-height: 35px;
    }

    .ques ul li::marker {
        font-size: 40px;
    }

    .ques ul {
        padding-left: 20%;
        max-width: 450px;
    }


    .option .text-wrapper {
        border-radius: 25px 0px 0px 25px;
        position: relative;
        padding: 15px;
    }

    .option .text-wrapper::before {
        content: "";
        position: absolute;
        width: 10%;
        height: 100%;
        top: 0;
        right: -10%;
        background: rgb(0, 0, 0, 0.2);
    }

    .option .icon-wrapper {
        height: 50px;
    }

    .options-wrapper {
        padding-top: 50px;
    }

    .ques-page::before {
        right: 0;
        width: 100%;
        height: 67%;
        background-position: center right;
    }
}


/* Login page starts */

.login-page {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-wrapper {
    margin: 100px 0px;
    position: relative;
    padding: 10px;
}

.login-wrapper::before {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 10px;
    position: absolute;
    top: 0;
    left: 0;
    /* background: rgb(0 0 0 / 15%); */
    background-color: #FFF;
    backdrop-filter: blur(10px);
}

.login-wrapper .login-text-wrapper {
    /* background-color: #FFF; */
    background-color: #ddd;
    /* box-shadow: 0px 5px 4px 0px rgba(0, 0, 0, 0.09); */
    padding: 50px;
    border-radius: 10px;
}

.login-wrapper .login-text-wrapper .logo-wrapper {
    margin: 0 auto 50px;
}

.login-wrapper .login-text-wrapper h1 {
    text-align: center;
    color: #000;
    margin-bottom: 40px;
}

.login-wrapper .login-text-wrapper .input-group {
    margin: 20px 0px;
    align-items: center;
}

.login-wrapper .login-text-wrapper .input-group input,
.login-wrapper .login-text-wrapper .input-group input:focus,
.login-wrapper .login-text-wrapper .input-group input:focus-visible,
.login-wrapper .login-text-wrapper .input-group input:active {
    border: none;
    /* border-bottom: 1px solid #d5d5d5; */
    box-shadow: none !important;
    /* color: rgb(0, 0, 0, 0.5); */
    font-size: 16px;
    font-weight: 400;
    position: relative;
    font-family: 'Montserrat', sans-serif;
    border-radius: 0 !important;

    background-color: transparent;
    border-bottom: 1px solid #797777;
}


.lock-img {
    position: absolute;
    width: 20px;
    height: auto;
    right: 10px;
    z-index: 1;
    cursor: pointer;
}

.check-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}


.check-wrapper .input-group {
    margin: 0px !important;
    gap: 5px;

}

.check-wrapper .input-group label {
    margin-bottom: 0px;
    font-family: 'Montserrat', sans-serif;
}

.check-wrapper .input-group input[type="checkbox"] {
    width: 15px;
    height: 15px;
    accent-color: #000;
}

.check-wrapper a {
    font-size: 14px;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    text-decoration: none !important;
    display: flex;
    justify-content: end;
    text-align: right;
}

.login-wrapper .login-text-wrapper .btn-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-wrapper .login-text-wrapper .btn-wrapper .black-btn {
    background-color: #000;
    width: 100%;
    height: 50px;
    border-radius: 20px;
    color: #FFF;
    font-size: 20px;
    margin: 50px 0px 0px 0px;
}

.login-wrapper .login-text-wrapper .btn-wrapper .black-btn:hover {
    background-color: rgb(0, 0, 0, 0.7);
}

.login-wrapper .login-img {
    max-width: 100%;
    height: 550px;
    text-align: center;
}

.login-wrapper .login-img img {
    width: auto;
    height: 100%;
    opacity: 0.2;
}

@media (max-width: 1200px) {
    .login-wrapper .login-text-wrapper {
        padding: 45px;
    }
}

@media (max-width: 992px) {
    .login-page {
        height: 100%;
    }
}

@media (max-width: 576px) {

    .login-page {
        height: 100vh;
    }

    .login-wrapper {
        margin: 20px 0px;
    }

    .login-wrapper .login-text-wrapper h1 {
        font-size: 30px;
    }

    .login-page .logo-wrapper {
        height: 80px;
        max-width: 80px;
    }

    .login-wrapper .login-text-wrapper {
        padding: 20px;
    }

    .check-wrapper .input-group label {
        font-size: 14px;
    }

    .login-wrapper .login-img {
        display: none;
    }

    section.login-page::before {
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background: url(../images/image.png) no-repeat;
        background-size: contain;
        background-position: center;
        opacity: 0.2;
    }
}



/* ====================pagethree-start========== */

.back {
    background-image: unset;
}

.padding-hea {
    padding: 0;
    padding-bottom: 260px;
    border-bottom: 38px solid #a79b9b;
    position: relative;

}

.logo-imges {
    width: 50%;
    height: auto;
}

.logo-imges img {
    width: 100%;
    height: auto;
}

.center-imges {
    text-align: right;
}

.backimges {
    width: 100%;
    height: auto;
    position: absolute;
    left: -30px;
}

.backimges img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.backimges h1{
    position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 4.5rem;
  color:sienna;
  text-align: center;
}

/* =============second-section=========================================== */

.second {
    margin-top: 150px;
    position: relative;
}

.second .peregrap-one {

    font-family: 'Poppins', sans-serif;
    font-size: 45px;
    line-height: 55px;
    text-align: center;
    font-weight: 400;
}

.second .peregrap-two {
    font-family: 'Poppins', sans-serif;
    font-size: 45px;
    line-height: 55px;
    text-align: center;
    font-weight: 400;
    margin-top: 40px;

}

.second h1 {
    font-size: 72px;
    font-family: 'Poppins', sans-serif;
    transform: rotate(270deg);
    position: absolute;
    right: 0;
    top: 39%;
    text-transform: uppercase;
    color: #ede1d5;
    font-weight: 700;
}
.second .imge-perent {
    width: 100%;
    height:70%;
    margin-top: 200px;
    position: relative;
    margin-top: 203px;
}


/* .second .imge-perent img {
    width: 100%;
    height: auto;
} */

.posionimg {
    position: absolute;
    top: -130px;
    width: 55% !important;
    left: 23%;
    border-radius: 20px;
}

.heaight-one{
    height:100%;
    width: 100%;
    object-fit: cover;
}


@media (max-width:1400px) {
    .second h1 {
        font-size: 72px;
        font-family: 'Poppins', sans-serif;
        transform: rotate(270deg);
        position: absolute;
        right:-178px;
        top: 39%;
        text-transform: uppercase;
        color: #ede1d5;
        font-weight: 700;
    }
}

@media (max-width:1200px){
    .second h1 {
        right: -32%;
    }
}


@media (max-width:992px){
    .second h1{
        right: -47%;
        top: 29%;
        display: none;
    }
}

@media (max-width:768px){

    .second h1 {
        right: -65%;
        top: 34%;
    }


}


@media (max-width:576px){
    .logo-imges {
        width: 18%;
        height: auto;
        /* margin-left: auto; */
        margin: 0 auto;
    }

    .backimges{
        left: 0;
    }

    .second .peregrap-one{
        font-size: 26px;
        line-height: 37px;
    }

    .second .peregrap-two{
        font-size: 26px;
        line-height: 37px;
    }

    .second h1 {
        right: -67%;
        top: 14%;
        font-size: 53px;
    }

    .second {
        margin-top: 75px;
        position: relative;
    }

    .posionimg {
        position: absolute;
        top: -63px;
        width: 72% !important;
        left: 14%;
        border-radius: 20px;
    }

    .second .imge-perent {
        width: 100%;
        height:75%;
        margin-top: 200px;
        position: relative;
        margin-top:116px;
    }


}



/* ========page4-strat============================= */

.logo-imges4{
    width: 50%;
    height: auto;
    margin-left: auto;
}

.logo-imges4 img{
    width: 100%;
    height: auto;
}

.line-botem{
    padding: 0;
    padding-bottom: 16px;
    border-bottom:37px solid #a79b9b;
    position: relative;
}


/* <!-- ---=== page-4-second-section=strat==== --> */

.page4-second-section{
    position: relative;
    display: flex;
}

.page4-second-section h1{
    text-align: center;
    font-size: 65px;
    line-height: 64px;
    color: #676566;
    padding-top: 42px;
    font-weight: 500;

}

.page4-second-section h3{
    color: #333333;
    font-family: popins sans-serif;
    font-size: 48px;
    font-weight: 5;
    max-width: 62%;
    margin: 0px auto;
    line-height: 45px;
    padding-top: 70px;


}

.btn-perent{

    text-align: right;
    margin-top: 180px;
    position: absolute;
    right: 0;
    bottom: 80px;
}

.btn-login{
    background-color: #b3b1b2;
    padding: 85px 132px;
    border-radius: 106px 0px 0px 0px;
    font-size: 45px;
    color: white;
    text-decoration: none;
}

.btn-login:hover{
    color:white;
    text-decoration: none;
}

.yelloww{
    border: 1px solid black;
    padding:100px;
    background-color: yellow;
}


.page4-second-section .imges-perent{
    width:100%;
    height: auto;
}

.page4-second-section .imges-perent img{
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius:25px;
}

.page4-second-section .flex-perent{

    display:grid;

    align-items: center;
    flex-direction: column;

    background-image: url(../images/paatiimges.png);
    background-repeat: no-repeat;
    max-width:16%;
    padding: 50px;
    margin-left: 50px;
    margin-top: -276px;
    height: 100%;
}

.page4-second-section .flex-perent .box-1{
    padding-bottom: 20px;
}

.page4-second-section .flex-perent H4{
    padding-top: 5PX696;
}

.page4-second-section .max{
    max-width: 78%;
    margin-left: auto;
}

/* ===================responsive================== */


@media (max-width:1400px){
    .page4-second-section .flex-perent{
        max-width: 26%;
    }
}


@media (max-width:1200px){

    .page4-second-section h3{
        max-width: 100%;
    }

}


@media (max-width:992px){
    .page4-second-section .flex-perent {
        max-width: 28%;
    }

    .page4-second-section h3{
        padding-top: 27px;
        font-size: 36px;
        line-height: 39px;
    }

    .page4-second-section h1{
        text-align: center;
        font-size: 58px;
        line-height: 58px;
        color: #676566;
        padding-top: 42px;
        font-weight: 500;
    }

    .page4-second-section .flex-perent{
        margin-top: -186px;
    }
}


@media (max-width:768px){
    .page4-second-section .flex-perent {
        max-width: 40%;
    }

    .btn-login{
        padding: 77px 96px;
    }

    .btn-perent{
        position: absolute;
        right: 0;
        bottom: 68px;
    }
}


@media (max-width:576px){
    .page4-second-section .imges-perent{
        display: none;
    }

    .page4-second-section .flex-perent{
        display: none;
    }


    .logo-imges4{
        width: 27%;
        height: auto;
        margin: 0 auto;
    }

    .page4-second-section .max{
        max-width: 100%;
    }

    .btn-perent {
        text-align: right;
        margin-top: 180px;
        position: absolute;
        right: 0;
        bottom: -173px;
    }

    .page4-second-section h1{
        font-size: 50px;
        line-height: 52px;
    }

    .page4-second-section h3{
        color: #333333;
        font-family: popins sans-serif;
        font-size: 36px;
        font-weight: 5;
        max-width: 100%;
        margin: 0px auto;
        line-height: 41px;
        padding-top:42px;
        text-align: center;
    }

    .btn-login{
        padding: 43px 130px;
    }
}

/*==============Radio Buttons========*/
#imageDisplay {
    margin-top: 20px;
}

#displayedImage {
    width: 200px;
    height: 200px;
}
.radio-img{
    width: 50px !important;
    height: 50px !important;
    cursor: pointer;
}
.display-radio{
    display: none;
}
.btn-next{
    background-color: #161514;
    padding: 15px 30px;
    border-radius: 15px;
    float: right;
    margin-top: 20px;
    color:white;
    width: 25%;
    margin-right:-5%;
    margin-top:5%;
}
.btn-next:hover{
    color: #ffff;
}
.dis-blk{
    display: block;
    cursor: pointer;
}


/*Toaster */
/* ---- start demo code ---- */


.custom-toast {
  display: flex;
  align-items: center;
}

.custom-toast img {
  background-size: 50px 50px;
  height: 50px;
  width: 50px;
}

.custom-toast p {
  font-size: 14px;
  padding: 10px;
}
    
/* ---- end demo code ---- */

#toasts {
  min-height: 0;
  position: fixed;
  right: 20px;
  top: 20px;
  width: 400px;
}

#toasts .toast {
  background: #d6d8d9;
  border-radius: 3px;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, .1);
  color: rgba(0,0,0, .6);
  cursor: default;
  margin-bottom: 20px;
  opacity: 0;
  position: relative;
  padding: 20px;
  transform: translateY(15%);
  transition: opacity .5s ease-in-out, transform .5s ease-in-out;
  width: 100%;
  will-change: opacity, transform;
  z-index: 1100;
} 

#toasts .toast.success {
  background: #26d68a;
}

#toasts .toast.warning {
  background: #ffa533;
}

#toasts .toast.info {
  background: #2cbcff;
}

#toasts .toast.error {
  background: #f44336;
}

#toasts .toast.show {
  opacity: 1;
  transform: translateY(0);
  transition: opacity .5s ease-in-out, transform .5s ease-in-out;
}

#toasts .toast.hide {
  height: 0;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0 30px;
  transition: all .5s ease-in-out;
}

#toasts .toast .close {
  cursor: pointer;
  font-size: 24px;
  height: 16px;
  margin-top: -10px;
  position: absolute;
  right: 14px;
  top: 50%;
  width: 16px;
}

/*Toaster Css Ends*/