@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&family=Mulish:wght@400;500;600;700&display=swap');

:root {      
    --title: #009FFF;
    --text-title: #0084E4;
    --border-blue: #8DD3FF;
    --text-body: #0D0C25;
    --bg-header-table: #37B7FF;
    --blue-light: #E8F6FE;
    --placeholder: #469DDD;
    --white: #fff;
    --slider: 50%;
}

html {
    position: relative;
    font-size: 16px;
    height: 100%;
    min-height: 100%;
}

*, *::before, *::after {
    box-sizing: border-box;
}

/* body */
.introdution {
    display: block;
    margin: -15px -15px;
    padding: 80px 0 65px 0;
    font-family: "Inter";
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    color: var(--white);
    background-color: #4026CF;
    position: relative;
}

.container {
    max-width: 1350px;
    margin: 0 auto;
    /* padding-left: 15px;
    padding-right: 15px; */
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.text-center {
    text-align: center !important;
}
 
.text-uppercase {
    text-transform: uppercase !important;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.user-guide-header .title-heading.title-size-two {
    font-family: "Inter";
    font-weight: 700;
    text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
    font-size: 50px;
    line-height: 60px;
    margin-top: 0;
    margin-bottom: 20px;
    color: var(--white);
    text-indent: unset;
    margin-left: 0;
}

.user-guide-header .title-heading.title-size-one {
    font-family: "Inter";
    font-weight: 700;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
    font-size: 40px;
    line-height: 48px;
    margin-top: 0;
    margin-bottom: 60px;
    color: #FFCB43;
    text-indent: unset;
    margin-left: 0;
}

.user-guide-section {
    margin-bottom: 60px;
}

.user-guide-section .title-section {
    font-family: "Inter";
    font-weight: 600;
    color: #FFCB43;
    font-size: 36px;
    line-height: 44px;
    display: flex;
    align-items: center;
    margin-top: 0;
    margin-bottom: 10px;
    margin-left: 0;
    text-indent: unset;
}

.whats-new-section .title-section .icon {
    width: 50px;
    height: 50px;
    display: inline-block;
    margin-right: 20px;
}

.user-guide-section .title-section .icon::before {
    content: "";
    width: 70px;
    height: 70px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: top;
    box-shadow: 0px 5px 4px 0px rgba(0, 0, 0, 0.25);
    margin-right: 20px;
    border-radius: 50%;
}

.icon.icon-register::before {
    background-image: url("../images/icon-register.png");
}

.icon.icon-manager::before {
    background-image: url("../images/icon-manager.png");
}

.icon.icon-register-02::before {
    background-image: url("../images/icon-register-02.png");
}

.icon.icon-register-03::before {
    background-image: url("../images/icon-register-03.png");
}

.features-group {
    padding-left: 70px;
}

.features-group .features-item,
.features-box-title {
    font-family: "Inter";
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    display: flex;
}

.features-group .features-item,
.features-box-title {
    margin-bottom: 20px;
    margin-top: 0;
}

.features-group > .features-item:last-of-type {
    margin-bottom: 30px;
}

.features-name {
    font-family: "Inter";
    font-weight: 500;
    font-size: 32px;
    line-height: 38px;
    margin-top: 0;
}

.features-box-title {
    justify-content: center;
    margin-top: 0;
    margin-bottom: 25px;
}

.icon.icon-circle-solid::before {
    content: "";
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 50%;
    background-color: var(--white);
    vertical-align: top;
    position: relative;
    top: 10px;
    margin-right: 20px;
}

.user-guide-description {
    font-family: "Inter";
    font-weight: 600;
    font-size: 22px;
    line-height: 36px;
    /* padding-left: 70px; */
    margin-top: 0;
    margin-bottom: 20px;
    text-align: justify;
}

.more h3 {
    font-family: "Inter";
    font-weight: 500;
    font-size: 40px;
    line-height: 45px;
    margin: 0;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    color: var(--white);
    text-indent: unset;
    margin-left: 0 !important;
}

.features-boxes:not(.features-boxes-stack) {
    display: flex;
}

.features-boxes .features-box {
    width: 50%;
    position: relative;
}

.features-boxes:not(.features-boxes-stack) .features-box {
    width: calc(50% - 75px);
}

.features-boxes:not(.features-boxes-stack) .features-box:first-child {
    margin-right: 150px;
}

.features-boxes.features-boxes-stack {
    position: relative;
}

.features-boxes.features-boxes-stack .features-box {
    width: calc(50% + 85px);
}

.features-boxes-stack .features-box:first-child {
    padding-bottom: 60px;
}

.features-boxes-stack .features-box:last-child {
    position: absolute;
    top: 86px;
    left: calc(50% - 85px);
    z-index: 1;
}

#before, #after {
    background-size: auto 100%;
    background-position: left center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
}

#before {
    background-image: url("../images/hscv2.png");
    z-index: 0;
    border-radius: 20px;
    overflow: hidden;
}

#after {
    background-image: url("../images/hscv3.png");
    z-index: 1;
    width: calc(100% - var(--slider) + 8px);
    right: 0;
    border-radius: 0 20px 20px 0;
    overflow: hidden;
}

.slider {
    position: absolute;
    -webkit-appearance: none;
    appearance: none;
    width: calc(100% + 40px);
    height: 100%;
    background: transparent;
    color: transparent;
    outline: none;
    margin: 0;
    z-index: 2;
    opacity: 0;
    left: -20px;
}

.slider-box {
    /* background-image: url("../images/hscv.png"); */
    background-size: auto 95%;
    background-position: center;
    background-repeat: no-repeat;
    aspect-ratio: 16 / 9;
    width: 100%;
    position: relative;
    isolation: isolate;
    /* border-radius: 20px;
    overflow: hidden; */
    margin: 0 20px;
}

.slider-bar {
    background: linear-gradient(180deg, #FFF 0%, #00C3FF 50%, #FFF 100%);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    pointer-events: none;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    width: 8px;
    height: 100%;
    inset-inline-start: calc(var(--slider) - 8px);
    z-index: 3;
}

.slider-tab {
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    background-image: url("../images/icon-split.png");
    background-repeat: no-repeat;
    background-size: contain;
    filter: drop-shadow(0px 0px 4px #6F7983);
    margin-inline: -29px;
    margin-block-end: 32px;
    width: 36px;
    height: 36px;
    border-radius: 4px;
    z-index: 3;
}

/* body::before,
body::after, */
.introdution::before,
.introdution::after {
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    display: block;
    position: absolute;
}

/* body::before */
.introdution::before {
    background-image: url("../images/vector-top.png");
    background-position: left top;
    background-size: 100% 100%;
    opacity: 0.5;
    top: 0;
    left: 0;
    right: 0;
    height: 1272px;
    /* position: fixed; */
}

/* body::after */
.introdution::after {
    background-image: url("../images/vector-bottom.png");
    background-position: right bottom;
    background-size: 100% 100%;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    height: 1280px;
}

header, main {
    position: relative;
    z-index: 2;
}

.section-animation {

}

.section-animation .icon.icon-cursor-hand {
    position: absolute;
    top: 45%;
    left: 80%;
    animation-name: click-cursor;
    animation-duration: 1.5s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    z-index: 1;
    width: 92px;
    height: 92px;
    background-image: url("../images/icon-cursor-hand.png");
    background-repeat: no-repeat;
    background-size: contain;
}

/* .section-animation .click {
    background-color: rgba(255, 255, 255, 1);
    width: 150px;
    height: 150px;
    border-radius: 50%;
    animation-name: click;
    animation-duration: 1.5s;
    animation-delay: 0.75s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    position: absolute;
    top: 28%;
    left: 78%;
} */

.nav-tabs .nav-link {
    font-family: "Inter";
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: var(--white);
    border-radius: 8px;
    background: linear-gradient(90deg, #00B7FF 0%, #5B3EFF 100%);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.20);
    padding: 7px 20px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 0;
    text-decoration: none;
}

.nav-tabs .nav-link.active {
    background: linear-gradient(90deg, #FFB800 0%, #EA7000 100%);
    color: var(--white);
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
    color: var(--white);
}

.nav {
    display: flex;
    flex-wrap: nowrap;
    border: 0;
    margin-bottom: 20px;
}

.nav-tabs {
    background-color: transparent;
    padding-top: 0;
    border-radius: 0;
}

.nav > .nav-item {
    flex: 0 0 calc(calc(100% - 90px)/7);
    max-width: calc(calc(100% - 90px)/7);
}

.nav > .nav-item:not(:last-of-type) {
    margin-right: 15px;
}

.section-image {
    margin: 0 -15px;
}

@keyframes click {
    0% {
        opacity: 1;
        transform: scale(0);
    }
    100% {
        opacity: 0;
        transform: scale(1);
    }
}   

@keyframes click-cursor {
    0% {
        opacity: 1;
        transform: translate(0,100%)
    }
    50% {
        opacity: 1;
        transform: translate(0,0)
    }
    /* 100% {
        opacity: 0
    } */
}

/***************************Responsive******************************/

@media screen and (max-width:1442px){
    /* body */
    .introdution {
        padding: 30px 0 60px 0;
    }

    /* .container {
        max-width: 75%;
    } */

    .whats-new-header .title-heading.title-size-two {
        font-size: 46px;
        line-height: 50px;
    }

    .whats-new-header .title-heading.title-size-one {
        font-size: 65px;
        line-height: 80px;
        margin-bottom: 50px;
    }

    .whats-new-section .title-section {
        font-size: 32px;
        line-height: 36px;
    }

    .whats-new-section .title-section .icon {
        width: 36px;
        height: 36px;
        margin-right: 12px;
    }

    .whats-new-section .title-section .icon::before {
        margin-right: 12px;
    }

    .icon.icon-arrow-left::before {
        width: 36px;
        height: 36px;
    }

    .whats-new-section {
        margin-bottom: 60px;
    }

    .features-name {
        font-size: 28px;
        line-height: 30px;
    }

    .features-description {
        padding-left: 48px;
    }
}

@media screen and (max-width:1367px){

}

@media screen and (max-width:1140px){
    
}

@media screen and (max-width:1024px){
    
}

@media screen and (max-width: 992px){

}

@media screen and (max-width: 800px){

}

@media screen and (max-width: 768px){

}

@media screen and (max-width: 600px) {
    .user-guide-header .title-heading.title-size-two {
        font-size: 26px;
        line-height: 32px;
    }

    .user-guide-header .title-heading.title-size-one {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 30px;
    }

    .user-guide-section .title-section {
        font-size: 22px;
        line-height: 24px;
    }

    .user-guide-section .title-section .icon::before {
        width: 40px;
        height: 40px;
        margin-right: 15px;
    }

    .user-guide-description {
        font-size: 16px;
        line-height: 24px;
    }

    .section-image {
        margin: 0;
    }

    .nav {
        overflow-x: auto;
        min-height: 100px;
    }

    .nav > .nav-item {
        flex: 0 0 200px;
        max-width: 200px;
        min-height: 100px;
    }

    .more h3 {
        font-size: 26px;
        line-height: 28px;
    }

    /* body::before */
    .introdution::before {
        height: 450px;
    }

    /* body::after */
    .introdution::after {
        height: 500px;
    }

    .user-guide-section {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 540px) {

}

@media screen and (max-width: 426px){

    /* body::before */
    .introdution::before {
        background-size: cover;
        background-position: center center;
    }

    /* body::after */
    .introdution::after {
        height: 400px;
    }
}

@media screen and (max-width: 376px){

}

@media screen and (max-width: 320px) {

}