@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&family=Host+Grotesk:ital,wght@0,300..800;1,300..800&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Lobster&family=Noto+Kufi+Arabic:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Rethink+Sans:ital,wght@0,400..800;1,400..800&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", serif;
}
html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}


/* step */
.step{
    min-height: 100vh;
    padding: 4rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(45deg, #0448ee, #fc730dd1);
    margin-top: 2rem;
}


/* step_lest_item */
.prt{
    text-decoration: none;
    color: #fff;
}
.step_lest_item{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.step_lest_item .btn{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    border: none;
    outline: 2px solid transparent;
    transition: all .3s ease;
}

.step_lest_item .btn:focus,
.step_lest_item .btn:hover,
.step_lest_item .btn:active{
    color: #fff !important;
    border: none !important;
    outline: 2px solid #3600ff !important;
}


.step-no{
    width: 40px;
    height: 40px;
    background-color: #44475A;
    border-radius: 50%;
    color: #fff;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: .2rem;
}

.step_img{
    width: 150px;
    height: 150px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.step_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.underline_i{
    position: relative;
    margin-top: 74px;
}
.step_btm_text p{
    font-size: .9rem;
    color: #ffffff;
    /* width: 155px; */
}
.step_btm_text .id{
    color: #d3d3d3;
    font-size: .8rem;
}


.start_btn{
    width: 170px;
    --bs-btn-padding-y: .8rem;
    background-color: #44475A;
    color: #fff;
    border: 1px solid #44475A;
    box-shadow: none;
    outline: none;
    font-size: 1.1rem;
    font-weight: 600;
}
.start_btn:focus,
.start_btn:active,
.start_btn:hover{
    background-color: #44475A !important;
    color: #fff !important;
    border: 1px solid #44475A !important;
    box-shadow: none;
    outline: none;
}
.start_btn .st_btn_span{
    font-size: .9rem;
    font-weight: 500;
}




/* user_level */
.user_level{
    min-height: 100vh;
    padding: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(#0000005e, #00000069) , url("../images/step_bg.jpg") no-repeat center center/cover;
}
.user_expr{
    min-height: 300px;
    background-color: #fff;
    padding: 1.5rem 1rem;
    border-radius: .2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.make_center{
    display: flex;
    align-items: center;
    justify-content: center;
}

.expr_lvl_btn_grp{
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
.expr_lvl_btn_grp .btn{
    width: 100%;
    height: 90px;
    border: 2px solid #3c3c3c;
    outline: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.expr_lvl_btn_grp .btn .step_img{
    width: 40px;
    height: 40px;
    background-color: none;
}
.expr_lvl_btn_grp .btn .step_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.expr_lvl_btn_grp .btn:focus,
.expr_lvl_btn_grp .btn:hover{
    border: 2px solid #0D6EFD;
    outline: 2px solid #0D6EFD;
}
.expr_lvl_btn_grp .btn:active{
    border: 2px solid #0D6EFD !important;
    outline: 2px solid #0D6EFD;
}

.expr_lvl_btn_grp .btn span{
    /* position: relative;
    top: 40px; */
    font-weight: 600;
}

.frwd_btn_grp{
    display: flex;
    justify-content: space-between;
}

.frwd_btn_grp .continue_btn{
    width: 150px;
    background-color: #44475A;
    color: #fff;
    border: none;
    outline: none;
}
.frwd_btn_grp .continue_btn:focus,
.frwd_btn_grp .continue_btn:active,
.frwd_btn_grp .continue_btn:hover{
    background-color: #44475A !important;
    color: #fff !important;
    border: none;
    outline: none;
}

.frwd_btn_grp .skip_btn:hover{
    text-decoration: underline;
}


.service_lvl .btn{
    height: 140px;
}
.service_lvl .btn span{
    height: 80px;
}




/* s_template */
.s_template{
    min-height: 100vh;
    padding: 4rem 0;
    background-color: #fff;
    margin-top: 1.5rem;
}

.s_template_img{
    list-style: none;
    width: 100%;
    min-height: 50vh;
    background-color: aliceblue;
    border-radius: 1rem;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 10px;
    padding: 2rem;
    flex-wrap: wrap;
}
.s_template_img li{
    position: relative;
    width: calc(20% - 10px);
    height: 300px;
}

.s_template_img li a:hover,
.s_template_img li a:focus{
    outline: 5px solid #0D6EFD !important;
}

.s_template_img li a img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.more_btn{
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    background-color: #44475A;
    width: 200px;
    color: #fff;
    border: 2px solid #44475A;
    outline: none !important;
}
.more_btn:focus,
.more_btn:hover,
.more_btn:active{
    background-color: #44475A !important;
    color: #fff !important;
    border: 2px solid #44475A !important;
    outline: none !important;
}

.s_bbtn{
    position: absolute;
    width: 100%;
    height: 50px;
    bottom: 30px;
    display: none;
}

.s_template_img li:hover .s_bbtn{
    display: block;
}

.s_bbtn .btn{
    position: relative;
    background-color: #0D6EFD;
    color: #fff;
    border: 2px solid #0D6EFD;
    outline: none;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.s_bbtn .btn:focus,
.s_bbtn .btn:hover,
.s_bbtn .btn:active{
    background-color: #0D6EFD !important;
    color: #fff !important;
    border: 2px solid #0D6EFD !important;
    outline: none !important;
}

/* skip */
.st_continue_btn,
.st_skip_btn{
    width: 250px;
}
.st_continue_btn{
    background-color: #0D6EFD;
    color: #fff;
    border: 2px solid #0D6EFD !important;
    outline: none !important;
}
.st_continue_btn:focus,
.st_continue_btn:hover,
.st_continue_btn:active{
    background-color: #0D6EFD !important;
    color: #fff !important;
    border: 2px solid #0D6EFD !important;
    outline: none !important;
}
.st_skip_btn{
    outline: none;
    border: 2px solid transparent;
}
.st_skip_btn:focus,
.st_skip_btn:hover,
.st_skip_btn:active{
    background-color: #0D6EFD !important;
    color: #fff !important;
    border: 2px solid #0D6EFD !important;
    outline: none !important;
}




/* responsive */
@media (max-width: 600px){
    .step{
        margin-top: 3.5rem;
    }
    .step_lest_item{
        flex-direction: column;
        align-items: center;
    }

    .underline_i{
        margin-top: 0;
        transform: rotate(90deg);
    }


    /* user exp */
    .user_level{
        padding: 0;
        padding-top: 6.5rem;
        padding-bottom: 2rem;
    }
    .user_expr{
        width: 100%;
    }

    .expr_lvl_btn_grp{
        flex-direction: column;
    }
    .frwd_btn_grp{
        margin-top: 1.5rem;
        flex-direction: column-reverse;
    }
    .frwd_btn_grp .btn{
        width: 100%;
    }
    .service_lvl .btn{
        height: 90px;
    }
    .service_lvl .btn span {
        height: auto;
    }



    /* s_template */
    .s_template_img{
        gap: 20px;
        padding: .5rem;
        padding-top: 1rem;
    }
    .s_template_img li{
        position: relative;
        width: calc(47% - 10px);
        height: 200px;
    }
    .s_template_img li a img{
        width: 100%;
        height: 100%;
        object-fit:fill;
    }
    .s_bbtn .btn{
        font-size: .8rem;
    }
}