@import url("https://fonts.googleapis.com/css2?family=Kanit: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&display=swap");

*,
body {
    font-family: "Kanit", sans-serif;
    margin: 0 0;
}

.mainEnfa {
    max-width: 500px;
    width: 100%;
    height: 100vh;
    background-image: url("../images/background.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}
.imgGuild{
    width: 75%;
    margin-top: 1rem;
    margin-bottom: 2.3rem;
}
.textEnfa {
    color: #0b4f8f;
    margin-bottom: 1rem;
    font-size: 24px;
    font-weight: 500;
}

.btnClickHowto {
    color: #ffffff;
    background-color: #0b4f8f;
    font-weight: 500;
    font-size: 18px;
    border-radius: 10px;
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
}
.mainBlockHowto {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 500px;
    width: 100%;
    height: 100vh;
}
.mainBlockHowto .containerHowto {
    max-width: 500px;
    width: 100%;
    height: 100vh;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.mainBlockHowto .containerHowto .imgHowto {
    max-width: 95%;
    max-height: 75vh;
    margin-bottom: 9vh;
}
.boxNavigator {
    width: 100%;
    position: absolute;
    bottom: 8.6vh;
    left: 0;
    right: 0;
    height: 7.5vh;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.boxNavigator .btn {
    width: 160px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 6.8vh;
    font-size: 16px;
    font-weight: 500;
    padding: 0 0;
}
.boxNavigator .btn.btnPrev {
    background-color: #ffffff;
    color: #0b4f8f;
    border: 2px solid #0b4f8f;
    border-radius: 15px;
}
.boxNavigator .btn.btnNext {
    background-color: #0b4f8f;
    color: #ffffff;
    border: 2px solid #0b4f8f;
    border-radius: 15px;
}
.btnSkip{
    position: absolute;
    top: 2px;
    right: 5px;
    width: 120px;
    height: 5.4vh;
    display: inline-flex !important;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    padding: 0 0;
    color: #0b4f8f;
    border-radius: 12px;
    background-color: #f7e8a3;
}
