body {
    margin: 0px;
    font-family: 'Inter';
}

.logo-img {
    width: 275px;
    height: auto;
}

.logo-m-img {
    width: 150px;
    height: auto;
}

.navbar-paddind {
    padding: 30px 0px;
}

.toggle-icon {
    position: relative;
    width: 21px;
    height: 1px;
    display: inline-block;
    background: #515769;
    transition-duration: 0.3s;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

    .toggle-icon:after,
    .toggle-icon:before {
        position: absolute;
        left: 0;
        background: #515769;
        content: ' ';
    }

    .toggle-icon,
    .toggle-icon:after,
    .toggle-icon:before {
        background: var(--bs-danger);
        transition-duration: 0.3s;
        transition-property: all;
        transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
    }

        .toggle-icon:before {
            width: 10px;
            height: 1px;
            bottom: 10px;
            -webkit-transform: rotate(0);
            -moz-transform: rotate(0);
            transform: rotate(0);
            transition-duration: 0.3s;
            transition-property: all;
            transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
        }

        .toggle-icon:after {
            width: 16px;
            height: 1px;
            top: -5px;
            -webkit-transform: rotate(0);
            -moz-transform: rotate(0);
            transform: rotate(0);
            transition-duration: 0.3s;
            transition-property: all;
            transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
        }

        .toggle-icon:after,
        .toggle-icon:before {
            width: 21px;
            height: 1px;
        }

        .toggle-icon.is-clicked {
            background: rgba(81, 87, 105, 0);
        }

.navbar-sign-up {
    padding: 6px 32px;
    color: #ffffff;
    font-size: 18px;
    background-color: var(--primary-color);
    border-radius: 32px;
}

    .navbar-sign-up:hover {
        background-color: var(--primary-color);
    }

.main {
    /*    background-image: url('../../../image/interview/bg.png');
    background-repeat: no-repeat;
    background-size: 100%;*/
    background-color: #ffffff;
    padding-top: 166px;
}

.nav-fixed-top {
    background-color: #ffffff;
}

.navbar-bg {
    box-shadow: 0px 5px 10px rgba(81, 87, 203, 0.1);
    will-change: box-shadow;
    transform: translateZ(0);
}

.banner-margin {
    margin: 60px 0px 0px 0px;
}

.banner-title {
    font-size: 48px;
    color: #1D206A;
    padding: 20px 0px 16px 0px;
}

.banner-desc {
    font-family: 'KaiseiTokumin';
    font-size: 18px;
    font-weight: bold;
    color: #47474B;
    padding: 0px 0px 78px 0px;
}

.banner-video {
    padding: 0px 0px 40px 0px;
}

.banner-video-main {
    border-radius: 12px;
}

.get-copilot {
    padding: 30px 0px;
    background-color: var(--primary-color);
}

.get-copilot-text {
    color: #fff;
    font-size: 18px;
}

.get-copilot-button {
    padding: 10px 34px;
    color: #1D206A;
    background-color: #ffffff;
    border: 0px;
    border-radius: 100px;
    font-size: 18px;
}

.ai-guidance-img {
    height: 54px;
    width: auto;
}

.card-suggestions-title {
    color: #21236B;
    padding-top: 35px;
    font-size: 30px;
    line-height: 2.25rem;
}

.card-suggestions-content {
    margin-top: 1.5rem;
    line-height: 22px;
    letter-spacing: -0.025em;
    font-size: 1.01rem;
    color: #47474B;
    font-size: 18px;
}

.card-support-software {
    background-color: var(--soft-primary-color);
    border-radius: 17px;
    padding: 40px 16px;
}

.card-support-software-text {
    padding: 0px 20px;
    color: rgba(116, 120, 141, 0.75);
    font-size: 1.2rem;
}

.card-support-software-main {
    margin-right: 30px;
}

.ai-suggestion-title-padding {
    padding-top: 120px;
}

.card-support-software-padding {
    padding-top: 120px;
}

.transcription-title-padding {
    padding-top: 120px;
}

.transcription-item-title {
    color: #000000;
    font-size: 32px;
}

.transcription-item-desc-padding {
    padding: 0px 65px;
}

.button-primary {
    border: 0;
    color: #ffffff;
    background-color: var(--primary-color);
    padding: 16px 40px;
    border-radius: 16px;
    font-weight: 600;
    font-size: 23px;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
}

    .button-primary:hover {
        color: #ffffff;
        background-color: var(--primary-color);
    }

.industries-padding {
    padding-top: 120px;
}

.industries-tabs {
    display: flex;
    gap: 20px;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    overflow-x: hidden;
}

.industries-tabs-item {
    width: 180px;
    min-width: 120px;
    min-height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--soft-primary-color);
    color: #4D4D4D;
    border-radius: 16px;
    font-size: 16px;
}

.industries-tabs-item-active {
    color: #ffffff;
    background-color: var(--primary-color);
}

.industries-tabs-item:hover {
    cursor: pointer;
}

.industries-card-padding {
    padding-top: 72px;
}

.industries-card {
    border-radius: 24px;
    min-height: 158px;
    background-color: var(--soft-primary-color);
    padding: 16px 16px;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}

.industries-card-header {
    color: #1D206A;
    font-size: 16px;
    font-weight: 600;
}

.industries-card-body-footer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.button-white {
    border: 0;
    border-radius: 8px;
    color: var(--bs-secondary);
    background-color: rgba(0,0,0,0);
    font-size: 10px;
}

    .button-white:hover {
        background-color: rgba(0,0,0,0);
    }

.button-outline {
    position: relative;
    border: 1px solid var(--primary-color);
    background-color: rgba(0,0,0,0);
    color: var(--primary-color);
    font-size: 12px;
    border-radius: 8px;
}

.main-footer {
    background-color: rgb(251, 251, 250);
    padding: 10px 0px;
}

.banner-card {
    padding: 32px 16px;
    border: 1px solid rgb(227, 229, 235);
    border-radius: 16px;
    background-color: #fff;
    /* min-height: 403px; */
}

.banner-interview-card {
    padding: 24px;
    border: 1px solid rgb(227, 229, 235);
    border-radius: 16px;
    background-color: #fff;
    min-height: 403px;
}

.slide-header {
    font-family: 'KaiseiTokumin';
    color: #000000;
    font-size: 18px;
    font-weight: bold;
    padding: 0px 16px;
    letter-spacing: 1px;
}

.slide-footer {
    margin-top: 16px;
    padding: 0px 16px;
    color: rgb(175, 181, 193);
    font-size: 12px;
}

.slide-item {
    padding: 8px 16px;
    color: rgb(107, 114, 128);
}

.slide-item-active {
    background-color: var(--primary-color) !important;
    color: #ffffff;
    border-radius: 4px;
}

.slide-item:hover {
    cursor: pointer;
}

.slide-line {
    height: 2px;
    background-color: rgba(60,60,60,0.22);
    margin: 16px 0px;
}

.interview-text {
    font-family: 'KaiseiTokumin';
    font-size: 20px;
    font-weight: bold;
    color: #282D88;
}

.interview-transcribing {
    font-family: 'KaiseiTokumin';
    padding: 2px 10px;
    border: 1px solid var(--primary-color);
    font-size: 13px;
    font-weight: bold;
    color: #383D98;
    background-color: rgba(0, 0, 0,0);
    border-radius: 100px;
    display: flex;
    align-items: center;
}

.img-loading-move {
    animation: rotate 1.5s linear infinite;
}

.interview-question {
    margin-top: 28px;
    min-height: 300px;
    background-color: #ffffff;
    border-radius: 16px;
    padding: 24px;
}

.interview-question-time {
    font-size: 13px;
    color: rgb(175, 181, 193);
}

.interview-question-content {
    color: #000;
    line-height: 20px;
}

.border-right-1 {
    border-right: 1px solid rgba(60,60,60,0.22);
}

.border-right-2 {
    border-right: 2px solid rgba(60,60,60,0.22);
}

.interview-answer-card {
    padding: 16px;
    background-color: var(--primary-color);
    border-radius: 16px;
    min-height: 406px;
}

.interview-answer-title {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}

.interview-answer-ai-generating {
    font-family: 'KaiseiTokumin';
    background: linear-gradient(90deg, #9B9FF3, #EEE1AB);
    border-radius: 14px;
    font-size: 13px;
    color: #1D206A;
    padding: 2px 8px;
}

.interview-answer-content {
    padding: 16px;
    background-color: rgba(255, 250, 248, 0.898);
    border-radius: 16px;
}

.interview-answer-content-time {
    font-size: 13px;
    color: rgb(175, 181, 193);
}

.interview-answer-content-text {
    font-size: 15px;
    color: #000;
    line-height: 20px;
}

.interview-face {
    display: block;
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 12px;
}

.interview-answer-left-padding {
    padding-left: 16px;
}

.interview-answer-right-padding {
    padding-right: 16px;
}

.slide-m-item {
    min-width: 180px;
    min-height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--soft-primary-color);
    border-radius: 4px;
}

.slide-m-main {
    display: flex;
    flex-direction: row;
    gap: 16px;
    overflow-x: scroll;
}

    .slide-m-main::-webkit-scrollbar {
        display: none;
    }

.element-hide {
    display: none;
}

.slide-m-item-active {
    color: rgb(255, 72, 0);
    background-color: rgb(255, 231, 222);
}

.back-to-top {
    position: fixed;
    text-decoration: auto;
    right: 10px;
    bottom: 10px;
    display: inline-block;
    z-index: 9;
    width: 40px;
    height: 40px;
    font-size: 11px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    line-height: 3;
    letter-spacing: 1px;
    background: #515769;
    border-radius: 3px;
    visibility: hidden;
    padding: 5px;
    -webkit-transform: translate3d(0, 50px, 0);
    -moz-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
    transition-duration: 0.3s;
    text-transform: uppercase;
}

    .back-to-top:hover {
        color: #fff;
        transition-duration: 0.3s;
        transition-property: all;
        transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
    }

    .back-to-top.back-to-top-is-visible {
        visibility: visible;
        opacity: 0.6;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        transition-duration: 0.3s;
        transition-property: all;
        transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
    }

        .back-to-top.back-to-top-is-visible:hover {
            opacity: 1;
            transition-duration: 0.3s;
            transition-property: all;
            transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
        }

    .back-to-top.back-to-top-fade-out {
        opacity: 0.4;
    }

        .back-to-top.back-to-top-fade-out:hover {
            opacity: 1;
            transition-duration: 0.3s;
            transition-property: all;
            transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
        }

.back-to-top {
    /*padding-top: 2px;*/
    text-align: center;
}

    .back-to-top .nav-item-hover:after {
        opacity: 0;
        transition-property: all;
        transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
    }

    .back-to-top:focus,
    .back-to-top:hover {
        text-decoration: none;
    }

.section-title {
    font-size: 40px;
    color: #1D206A;
}

.section-desc {
    font-family: 'KaiseiTokumin';
    font-size: 20px;
    font-weight: bold;
    color: #3C3C3C;
    padding: 20px 0px 70px 0px;
}

.trans-icon-item-img {
    height: 60px;
    width: auto;
}

.suport-soft-title {
    color: var(--deep-primary-color);
    font-size: 20px;
}

.success-title {
    font-size: 25px;
    font-weight: bold;
    padding-top: 50px;
    color: var(--deep-primary-color);
}

.success-content {
    padding: 30px 10px;
    font-size: 17px;
    color: var(--deep-primary-color);
}

.full-h-100 {
    height: 100vh;
}

.button-md-primary {
    border: 0;
    color: #fff;
    background-color: var(--primary-color);
    padding: 11px 140px;
    border-radius: 8px;
}

    .button-md-primary:hover {
        background-color: var(--primary-color);
    }


.sign-logo {
    top: 30px;
    left: 30px;
}

.button-sign-in {
    color: #000000;
    font-size: 18px;
}

    .button-sign-in:hover {
        color: #000000;
    }

.icon-zoom {
    width: 87px;
    height: 19px;
}

.icon-googlemeet {
    width: 68px;
    height: 68px;
}

.icon-skype {
    width: 58px;
    height: 59px;
}

.icon-webex {
    width: 128px;
    height: 43px;
}

.icon-teams {
    width: 62px;
    height: 58px;
}

.icon-tencent {
    width: 79px;
    height: 79px;
}

.icon-t {
    width: 58px;
    height: 59px;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
    .banner-title {
        font-size: 32px;
    }


    .transcription-item-title {
        font-size: 26px;
    }


    .button-primary {
        font-size: 16px;
    }

    .ai-suggestion-title-padding {
        padding-top: 80px;
    }

    .industries-tabs {
        overflow-x: auto;
    }

        .industries-tabs::-webkit-scrollbar {
            display: none;
        }

    .interview-answer-left-padding {
        padding-left: 8px;
    }

    .interview-answer-right-padding {
        padding-right: 8px;
    }

    .border-right-1 {
        border-right: 0px solid rgb(223, 226, 228);
    }

    .button-sign-in {
        font-size: 15px;
        margin-right: 10px;
    }

    .navbar-sign-up {
        padding: 4px 12px;
        color: #ffffff;
        font-size: 15px;
        background-color: var(--primary-color);
        border-radius: 32px;
    }

    .button-outline {
        font-size: 9px;
    }

    .button-white {
        font-size: 9px;
    }

    .get-copilot-text {
        font-size: 16px;
    }

    .icon-zoom {
        width: 65px;
        height: 14px;
    }

    .icon-googlemeet {
        width: 51px;
        height: 51px;
    }

    .icon-skype {
        width: 44px;
        height: 45px;
    }

    .icon-webex {
        width: 96px;
        height: 32px;
    }

    .icon-teams {
        width: 47px;
        height: 44px;
    }

    .icon-tencent {
        width: 59px;
        height: 59px;
    }

    .icon-t {
        width: 44px;
        height: 45px;
    }

    .border-right-2 {
        border-right: 0px solid rgba(60,60,60,0.22);
    }

    .interview-text {
        font-size: 16px;
    }

    .interview-transcribing {
        font-size: 10px;
    }

    .slide-header {
        font-size: 16px;
    }
}


@media screen and (min-width: 769px) and (max-width: 820px) {
    .border-right-2 {
        border-right: 0px solid rgba(60,60,60,0.22);
    }

    .interview-text {
        font-size: 16px;
    }

    .interview-transcribing {
        font-size: 10px;
    }

    .slide-header {
        font-size: 16px;
    }
}


@media screen and (min-width: 821px) and (max-width: 1180px) {
    .interview-text {
        font-size: 16px;
    }

    .interview-transcribing {
        font-size: 10px;
    }

    .slide-header {
        font-size: 16px;
    }

    .interview-answer-ai-generating {
        font-size: 11px;
    }

    .slide-item {
        font-size: 12px;
    }
}




/* rotate */
@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}
