@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    font-family: 'Montserrat', Arial, sans-serif;
}

html, body {
    height: 100%;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

.button-link {
    text-decoration: unset;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

.title {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding-bottom: 0.625rem;
}

.title.title-secondary {
    padding-top: 0.313rem;
    padding-bottom: 0;
    color: var(--bs-secondary-color, var(--DS-color-content-neutral-default-rest));
}

.title-header-text {
    font-size: 2.5rem;
    line-height: 3rem;
    font-weight: 600;
    letter-spacing: 0rem;
    padding: 0.3125rem 0;
}

.title-content-text {
    font-size: 1.75rem;
    font-weight: 400;
    line-height: 2.5rem;
    letter-spacing: 0rem;
}

.main-content {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}

.block-content {
    width: 31.25rem;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
    max-width: 100%;
}

.icon {
    width: var(--icon-width);
    height: var(--icon-height);
    background-color: currentcolor;
    mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-image: var(--icon-mask-image);
    mask-image: var(--icon-mask-image);
}


/*Navbar*/
.mainLogo img {
    max-width: 160px;
    height: auto;
}

.navmenu {
    height: 100px;
    position:absolute;
    top:0;
    left:0;
    right:0;
    z-index:99;
}

    .navmenu .dxbl-menu-bar {
        align-items: center;
    }

.menu .menu-item a {
    color: rgba(51, 51, 51, 0.80) !important;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.2s linear;
}

.menu .menu-item .dxbl-btn:not(.dxbl-disabled):not(:disabled):hover {
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    transition: all 0.2s linear;
}

.navmenu .dxbl-menu .dxbl-menu-item-list > .dxbl-menu-list-item > .dxbl-menu-item > .dxbl-btn:not(.dxbl-disabled):not(:disabled):hover:not(.dxbl-selected):not(.dxbl-active)::before {
    content: none;
}

.dxbl-menu-nav-bar.dxbl-menu-hamburger-btn-pos-left {
    flex-direction: row !important;
    justify-content: space-between !important;
}

    .dxbl-menu-nav-bar.dxbl-menu-hamburger-btn-pos-left .dxbl-btn.dxbl-btn-text-none svg {
        color: white !important;
        width: 1.3rem !important;
        height: 1.3rem !important;
    }

.dxbl-menu.dxbl-menu-horizontal > .dxbl-menu-nav .dxbl-menu-nav-bar > .dxbl-btn:not(.dxbl-disabled):not(:disabled):hover:not(.dxbl-selected):not(.dxbl-active)::before {
    content: none;
}

.dxbl-menu.dxbl-menu-horizontal > .dxbl-menu-nav .dxbl-menu-nav-bar > .dxbl-btn:not(.dxbl-disabled):not(:disabled):hover > svg.dxbl-image {
    opacity: 1;
}

.dxbl-image.dxbl-menu-hamburger {
    fill: rgba(51, 51, 51, 1);
}

/*Banner*/
.banner {
    background-image: url(../images/BannerImg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position:relative;
    height: 100vh;
}

    .banner h1 {
        color: #333;
        text-align: center;
        font-family: "Paytone One";
        font-size: 56px;
        font-style: normal;
        font-weight: 400;
    }

    .banner p {
        color: #000;
        text-align: center;
        font-family: Montserrat;
        font-size: 18px;
        font-weight: 400;
    }

.banner:before {
    content:"";
    width:100%;
    height:100%;
    background-image: url(../images/tor.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: -1;
}

.banner .mainBtn{
    width:240px;
}

/*Buttons*/
.mainBtn {
    border-radius: 34px;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    padding:10px 45px;
    height:48px;
}

    .mainBtn.shadow {
        box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.24);
    }

    .mainBtn.blue {
        background: #003379 !important;
        color: #FFF !important;
    }

    .mainBtn.white {
        background: rgba(237, 237, 237, 1) !important;
        color: #333 !important;
        border:none;
    }

/*Section*/
section .title h2 {
    color: #1E293B;
    text-align: center;
    font-family: Montserrat;
    font-size: 36px;
    font-weight: 500;
}
/*Section*/
section .title p {
    color: #64748B;
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-weight: 400;
}

/*Features Section*/
.card {
    padding: 32px;
    border-radius: 16px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: #FFF;
    height:100%;
}

    .card .cardContent h4 {
        color: #1E293B;
        font-family: Inter;
        font-size: 20px;
        font-weight: 400;
    }

    .card .cardContent p {
        color: #64748B;
        font-family: Inter;
        font-size: 16px;
        font-weight: 400;
    }

/*How it works section*/
.howItWorks {
    background: #F9FAFB;
}

.stepCard {
    border-radius: 16px;
    border: 1px solid #E5E7EB;
    background: #FFF;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10), 0 4px 6px -4px rgba(0, 0, 0, 0.10);
    padding:32px;
    height:100%;
    display:flex;
    flex-direction:column;
}

/*    .stepCard:before {
        content: "";
        background: linear-gradient(180deg, #1E90FF 0%, #1E90FF 50%, #FF8C00 100%);
        height:4px;
    }*/

    .stepCard .stepCardHeader {
        display: flex;
        justify-content: space-between;
    }

    .stepCard .cardIndex {
        color: #F3F4F6;
        font-family: Inter;
        font-size: 48px;
        font-weight: 700;
    }

    .stepCard .stepCardContent h6{
        color: #101828;
        font-family: Inter;
        font-size: 16px;
        font-weight: 400;
    }

    .stepCard .stepCardContent p {
        color: #4A5565;
        font-family: Inter;
        font-size: 16px;
        font-weight: 400;
    }


    .stepCard .stepCardDots {
        display: flex;
        gap: 2px;
        margin-top:auto;
    }

        .stepCard .stepCardDots .dot {
            border-radius: 16777200px;
            background: #E5E7EB;
            height: 6px;
            width:100%;

        }

            .stepCard .stepCardDots .dot.active {
                background: #1E90FF;
            }

/*Comments section*/
.comments {
    background: linear-gradient(135deg, rgba(239, 246, 255, 0.50) 0%, #FFF 100%);
}

.commentCard {
    border-radius: 16px;
    border: 1px solid #F3F4F6;
    background: #FFF;
    padding:32px;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10), 0 4px 6px -4px rgba(0, 0, 0, 0.10);
    display:flex;
    flex-direction:column;
}

    .commentCard .commentCardContent p {
        color: #364153;
        font-family: Inter;
        font-size: 16px;
        font-weight: 400;
    }
    .commentCard .commentCardUserInfo{
        display:flex;
        align-items:center;
        gap:16px;
    }

        .commentCard .commentCardUserInfo .userImg {
            width: 48px;
            height: 48px;
            border-radius: 50%;
            overflow: hidden;
        }

            .commentCard .commentCardUserInfo .userImg img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }

        .commentCard .commentCardUserInfo h6 {
            color: #1E293B;
            font-family: Inter;
            font-size: 16px;
            font-weight: 400;
            margin-bottom:0;
        }

        .commentCard .commentCardUserInfo span {
            color: #64748B;
            font-family: Inter;
            font-size: 14px;
            font-weight: 400;
        }

.mySwiper {
    width: 100%;
    padding: 20px 0;
}

.swiper-slide {
    height: auto;
}

.commentCard {
    height: 100%;
}
    .swiper-button-prev::after {
        content: url(../images/iconRight.svg); 
        font-size: 0;
    }

    .swiper-button-next::after {
        content: url(../images/iconLeft.svg); 
        font-size: 0; 
    }

/*FAQ section*/
.faqAccordion .dxbl-accordion .dxbl-accordion-group.dxbl-group {
    border: none;
}

.faqAccordion .dxbl-group > .dxbl-group-header::before,
.faqAccordion .dxbl-accordion .dxbl-accordion-group:not(.dxbl-disabled):not(:disabled):not(.dxbl-accordion-filter) > .dxbl-accordion-group-header:hover::before {
    content: none;
}

.faqAccordion .dxbl-group.dxbl-accordion-group.expanded.dxbl-accordion-item {
    border: 1px solid #AED6FF;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.12);
}

.faqAccordion .dxbl-group.dxbl-accordion-group.dxbl-accordion-item {
    border-radius: 16px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: #FFF;
    padding:18px;
}
.faqAccordion .dxbl-group-header.dxbl-accordion-group-header {
    border: none;
    padding:0;
}

.faqAccordion .dxbl-expandable-container.dxbl-group-body.dxbl-accordion-group-body {
    padding-top: 15px;
}

.faqAccordion .title h3 {
    color: #1E293B;
    font-family: Inter;
    font-size: 14px;
    font-weight: 500;
}

.faqAccordion .text p {
    color: #64748B;
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
}

.faqAccordion.dxbl-accordion .dxbl-accordion-group:not(.dxbl-disabled):not(:disabled):not(.dxbl-accordion-filter) > .dxbl-accordion-group-header:hover::before {
    content: none !important;
}

/*Contact section*/
.contact .contactCard {
    padding:28px;
    border-radius: 16px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: linear-gradient(135deg, #EFF6FF 0%, rgba(253, 247, 240, 0.50) 100%);
}

.contact .title h2 {
    color: #1E293B;
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-weight: 400;
}
.contact .title p, .contact .title span {
    color: #64748B;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    margin-bottom:0;
}

.contact .title span {
    color: #0EA5E9;
}

.contactFormLayoutItem label {
    color: #333 !important;
    font-family: Inter;
    font-size: 16px;
    font-weight: 500 !important;
}

.contactFormLayoutItem dxbl-input-editor, .contactFormLayoutItem dxbl-memo-editor {
    border-radius: 8px;
    border: 1.5px solid #FFF;
    background: #FFF;
    color: #333;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    min-height:48px;
}

.scanQR h5, .scanQR h6 {
    color: #333;
    text-align: center;
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 600;
}

.scanQR h5 {
    font-size: 34px;
}

.scanQR .qrCode img {
    width: 160px;
    height: 160px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

/*App info section*/
.appInfo {
    background: linear-gradient(180deg, #1E40AF 0%, #0EA5E9 66.34%, rgba(16, 185, 129, 0.10) 100%);
    padding: 6rem 0;
}

    .appInfo .appInfoContent .aiPowered {
        border-radius: 30px;
        border: 1px solid rgba(255, 255, 255, 0.30);
        background: rgba(255, 255, 255, 0.20);
        color: #FFF;
        text-align: center;
        font-family: Inter;
        font-size: 14px;
        font-weight: 400;
        width: max-content;
        padding: 0 17px;
        height: 38px;
        display: flex;
        align-items: center;
        justify-self:center;
    }

    .appInfo .appInfoContent h2 {
        color: #FFF;
        text-align: center;
        font-family: Montserrat;
        font-size: 48px;
        font-weight: 600;
    }

    .appInfo .appInfoContent p {
        color: rgba(255, 255, 255, 0.90);
        text-align: center;
        font-family: Inter;
        font-size: 20px;
        font-weight: 400;
    }

/*Footer*/
.footer {
    background: #0F172B;
}
    .footer .title p {
        color: #FFF;
        text-align: center;
        font-family: Inter;
        font-size: 14px;
        font-weight: 400;
    }

    .footer .footerMenu ul {
        margin: 0;
        padding: 0;
        text-decoration: none;
    }

        .footer .footerMenu ul li {
            display: inline-block;
            margin-right:20px;
        }

        .footer .footerMenu ul li a{
            color: #FFF;
            font-family: Montserrat;
            font-size: 14px;
            font-weight: 600;
            text-decoration:none;
        }

    .footer .line {
        height:1px;
        background: #696969;
    }

    .footer .copywriting {
        display: flex;
        justify-content: space-between;
        color: #FFF;
        font-family: Montserrat;
        font-size: 14px;
        font-weight: 400;
    }

    .footer .copywriting span{
        vertical-align:middle;
    }

.userImg .avatar-initials {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    background: #eef3ff;
    color: #2b4cff;
}

@media screen and (max-width: 992px) {

}

@media screen and (max-width: 768px) {
    .banner h1 {
        font-size: 46px;
    }

    .banner p {
        font-size: 15px;
    }

    .mainBtn{
        font-size:14px;
        height:40px;
    }

    section .title h2{
        font-size:32px;
    }

    section .title p {
        font-size: 16px;
    }

    .appInfoContent h2{
        font-size:40px;
    }

    .appInfoContent p{
        font-size:18px;
    }
}