@font-face {
    font-family: "Graphik-Semibold";
    src: url("./assets/fonts/Graphik\ TTF\ 161229/Graphik-Semibold.ttf");
}

@font-face {
    font-family: "Graphik-Medium";
    src: url("./assets/fonts/Graphik\ TTF\ 161229/Graphik-Medium.ttf");
}

@font-face {
    font-family: "Graphik-Regular";
    src: url("./assets/fonts/Graphik\ TTF\ 161229/Graphik-Regular.ttf");
}

@font-face {
    font-family: "Graphik-Bold";
    src: url("./assets/fonts/Graphik\ TTF\ 161229/Graphik-Bold.ttf");
}

html, body, header, nav, main, footer, section, article, div, h1, h2, h3, h4, h5, h6, p {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html, body {
    width: 100%;
    height: 100%;
    font-size: 16px;
}

#main-body {
    display: none;
}

#navUserSection {
    position: relative;
    margin-right: 16px;
    cursor: pointer;
}

#navUserSection > .welcome-text {
    font-family: "Graphik-Regular";
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 133.333% */
}

#navUserSection > .username {
    font-family: "Graphik-Semibold";
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
}

#user-profile-flyout {
    font-family: "Graphik-Regular";
    position: absolute;
    right: 0px;
    display: flex;
    width: 291px;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    background: #fff;
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.25);
    z-index: 900;
    top: calc( 100% + 12px );
}

#user-profile-flyout > .user-details-display-name {
    color: #242424;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
}

#user-profile-flyout > .user-details-user-email {
    color: #72716D;
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
}

#user-profile-flyout > #signout-button {
    cursor: pointer;
    border: none;
    margin: 0;
    padding: 0;
    width: auto;
    overflow: visible;
    background: transparent;
    color: inherit;
    font: inherit;
    line-height: normal;
    color: #0061F6;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    align-self: center;
}

/* Header Styles */

.header {
    display: flex;
    box-sizing: border-box;
    margin: 0;
    height: 9.765vh;
    width: 100%;
    background-image: url("./assets/logos/header_bg.png");
    color: white;
    align-items: center;
    font-size: 1em;
}

.logo {
    height: 40%;
    margin-left: 2.77%;
    margin-right: 2.77%;
}

.drawer {
    display: none;
}

.title {
    flex-grow: 1;
    font-family: Graphik-Semibold;
    font-size: 1.625em;
    padding-left: 2.77%;
    border-left: 1px solid #C2C2C2;
}

.tab-container {
    display: flex;
    align-items: center;
    font-size: 1.125em;
    font-family: Graphik-Medium;
    height: 100%;
    margin-right: 1.736%;
    cursor: pointer;
    border-bottom: 6px solid transparent;
}

.solutions-tab-container {
    color: white;
    border-bottom-color: white;
}

.demos-tab-container {
    color: #C2C2C2;
}

/* nav styles  */

.nav {
    width: 100%;
    height: 27vh;
    font-size: 1em;
}

.mobile-nav-header {
    display: none;
}

.search-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50%;
    font-size: 1em;
}

.search-bar {
    display: flex;
    align-items: center;
    width: 64.74%;
    height: 50px;
    border: 1px solid #CCCCCC;
    border-radius: 25px;
    padding: 7px 8px 7px 0px;
    font-size: 1em;
}

.search-icon {
    height: 17px;
    width: 17px;
    margin-left: 20px;
    margin-right: 10px;
}

.search {
    flex-grow: 1;
    border: none;
    font-family: Graphik-regular;
    font-size: 0.875em;
}

.search:focus {
    border: none;
    outline: none;
}

.button-reset {
    border: none;
    margin: 0;
    padding: 0;
    width: auto;
    overflow: visible;
    background: transparent;
    color: inherit;
    font: inherit;
    line-height: normal;
}

.search-button {
    cursor: pointer;
    background-color: #EBEBEB;
    font-family: Graphik-regular;
    font-size: 0.875em;
    color: #A5A5A5;
    border-radius: 17.5px;
    padding: 11.5px 20px 10.5px 21px;
}

.selection-nav {
    width: 100%;
    height: 50%;
    padding-left: 2.77%;
    padding-right: 2.77%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1em;
}

.selection-container {
    width: 23.35%;
    display: flex;
    flex-direction: column;
    font-size: 1em;
}

.selection-header {
    display: flex;
    width: 100%;
    font-size: 1em;
    margin-bottom: 12px;
}

.header-text {
    flex-grow: 1;
    font-family: Graphik-Medium;
    font-size: 1em;
}

.clear {
    cursor: pointer;
    align-self: flex-end;
    font-family: Graphik-Regular;
    font-size: 0.875em;
    color: #004DFF;
}

.dropdown-container {
    font-size: 1em;
    align-self: stretch;
    height: 50px;
}

.selection-box {
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    font-size: 1em
}

.selected-text {
    flex-grow: 1;
    color: #666666;
    font-family: Graphik-Regular;
    font-size: 0.875em;
}

.number {
    display: none;
    justify-content: center;
    align-items: center;
    min-width: 25px;
    min-height: 25px;
    margin-right: 20px;
    border-radius: 50%;
    color: #0041F0;
    background-color: #DCE7FF;
    font-size: 0.875em;
    font-family: Graphik-Semibold;
}

.expand {
    width: 11px;
    height: 7px;
}

.dropdown {
    box-sizing: border-box;
    position: absolute;
    display: none;
    flex-direction: column;
    width: 21.55%;
    padding: 18px 23px;
    background-color: white;
    box-shadow: 0px 0px 4px 2px lightgray;
    border-radius: 5px;
    font-size: 1em;
    line-height: 1.5;
    z-index: 1;
}

.select-all {
    cursor: pointer;
    font-family: Graphik-Regular;
    font-size: 0.875em;
    color: #004DFF;
}

.dropdown-option {
    font-family: Graphik-Regular;
    font-size: 0.875em;
}

/* Chatbot Main Area Styles  */

.display-area {
    min-height: 54.812vh;
    margin-left: 2.77%;
    margin-right: 2.77%;
    border-bottom: 1px solid #96968C;
    font-size: 1em;
}

.placeholder-text {
    padding-top: 7.222vh;
    text-align: center;
    color: #666666;
    font-family: Graphik-Regular;
    font-size: 1.125em;
}

.chatbot-main, .demos-main {
    font-size: 1em;
    display: none;
}

.filter-result {
    padding-top: 3.125vh;
    font-family: Graphik-Medium;
    font-size: 1.125em;
}

.area {
    font-size: 1em;
    margin-top: 2.344vh;
}

/* Chatbot Card Styles  */

.chatbot-card {
    display: inline-block;
    width: 31%;
    height: 225px;
    box-shadow: 0px 0px 4px 2px lightgray;
    font-size: 1em;
    margin: 0px 20px 20px 0px;   
}

.cardcontainer {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    height: 100%;
    padding: 30px 20px 30px 20px;
    font-size: 1em;
}

.cardheader {
    font-size: 1em;
    display: flex;
}

.cardheader h3 {
    flex: 1;
    font-size: 1.25em;
    font-family: Graphik-Medium;
}

.chat-icon {
    height: 45px;
    width: 45px;
}

.chatbot-description {
    font-size: 1em;
}

.chatbot-description p {
    font-family: Graphik-Regular;
    font-size: 0.875em;
    color: #666666;
}

.chatbot-details {
    display: grid;
    font-size: 1em;
    grid-template-columns: repeat(4,1fr);
    gap: 10px;
    margin: 5px 0px;
}

.chatbot-details div {
    font-size: 1em;
}

.chatbot-details div h4 {
    font-family: Graphik-Medium;
    font-size: 0.875em;
    color: #4B4B4B;
    word-break: break-word;
}

.chatbot-clients-description{
    word-break: break-word;
}

.chatbot-details div p {
    font-family: Graphik-Regular;
    font-size: 0.875em;
    color: #4B4B4B;
}

.chatbot-open {
    display: flex;
    justify-content: space-between;
    font-size: 1em;
}

.chatbot-open p {
    cursor: pointer;
    font-size: 1em;
    font-family: Graphik-Medium;
    color: #004DFF;
}

/* Footer Styles */

.footer {
    display: flex;
    align-items: center;
    margin-left: 2.77%;
    margin-right: 2.77%;
    height: 8.423vh;
    font-family: Graphik-Regular;
    font-size: 0.75em;
}

.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: black;
    opacity: 0.5;
    z-index: 2;
}

/* Iframe styles  */

.iframe-container {
    display: none;
    position: fixed;
    top: 10vh;
    left: 6vw;
    right: 6vw;
    height: 80vh;
    background-color: white;
    border-radius: 8px;
    overflow: hidden;
    z-index: 6;
}

.iframe-header {
    display: flex;
    align-items: center;
    padding-left: 16px;
    padding-right: 16px;
    width: 100%;
    height: 60px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.iframe-header-icon {
    height: 45px;
    width: 45px;
}

.iframe-header-text {
    flex-grow: 1;
    margin-left: 15px;
    font-size: 20px;
    font-family: Graphik-Semibold;
    color: white;
}

.iframe-close-icon {
    cursor: pointer;
    height: 23px;
    width: 23px;
}

.chatbot-iframe {
    display: block;
    box-sizing: border-box;
    border: none;
    width: 100%;
    height: calc(100% - 60px);
}

.chatbot-comingsoon {
    display: none;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    font-family: Graphik-Regular;
    font-size: 1em;
    width: 100%;
    height: calc(100% - 60px);
}

/* Read More Styles */

.readmore-modal-container {
    display: none;    position: fixed;
    top: 20vh;
    left: calc(50vw - 350px);
    height: 60vh;
    width: 700px;
    background-color: white;
    box-shadow: 0px 3px 6px #474747;
    z-index: 4;
    font-size: 1em;
    overflow: auto;
}

.readmore-menu {
    display: flex;
    flex-direction: row-reverse;
    padding: 20px;
    width: 100%;
}

.readmore-close-icon {
    cursor: pointer;
    height: 20px;
    width: 20px;
}

.readmore-content {
    padding: 0px 60px 55px 60px;
    font-size: 1em;
}

.readmore-header {
    display: flex;
    margin-bottom: 27px;
    font-size: 1em;
}

.readmore-header-text {
    flex-grow: 1;
    font-size: 1em;
}

.readmore-header-text-main {
    font-family: Graphik-Regular;
    font-size: 1.625em;
    color: #474747;
    margin-bottom: 1em;
    margin-top: 0.5em;
}

.readmore-subindustry, .readmore-platform, .readmore-clients, .readmore-types {
    font-family: Graphik-Regular;
    font-size: 1em;
    color: #474747;
}

.readmore-subindustry-value, .readmore-platform-value, .readmore-clients-value, .readmore-types-value{
    font-family: Graphik-Bold;
    font-size: 1em;
}

.readmore-header-icon {
    height: 80px;
    width: 80px;
}

.readmore-body {
    font-family: Graphik-Regular;
    font-size: 0.875em;
    color: #474747;
}

/* Demo styles  */

.demo-area-container {
    display: block;
    font-size: 1em;
}

.demo-video-container {
    display: inline-block;
    width: 500px;
    font-size: 1em;
    margin: 0px 21px 21px 0px;
}

.demo-video {
    display: block;
    width: 100%;
    height: 300px;
    margin: 0px 0px 5px 0px;
    object-fit: fill;
}

.demo-video-caption {
    display: flex;
    justify-content: center;
    font-size: 1em;
    font-family: Graphik-Semibold;
}

/* Sidebar styles  */

.sidebar {
    display: none;
    height: 100vh;
    width: 300px;
    overflow-x: hidden;
    padding: 17.5px;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    box-shadow: 0px 3px 6px #474747;
    background-color: white;
    transition: width 2s;
}

.sidebar-item {
    display: flex;
    align-items: center;
    height: 50px;
    width: 100%;
    font-family: Graphik-Regular;
    font-size: 1em;
    border-bottom: 1px solid #A5A5A5;
}

.sidebar-close-icon {
    height: 14px;
    width: 14px;
}

/* Mobile responsive styles  */

@media screen and (max-width: 480px),
    screen and (max-width: 950px) and (max-height: 480px) {
    body {
        width: 100vw;
    }
    .header {
        height: 80px;
        background-image: url("./assets/logos/header_bg_mobile.png");
        font-size: 1em;
    }
    .logo {
        display: none;
    }
    .drawer {
        cursor: pointer;
        display: initial;
        height: 13px;
        width: 34px;
        margin-left: 15px;
        margin-right: 15px;
    }
    .title {
        font-size: 1.125em;
        padding: 0;
        border: none;
    }
    .tab-container {
        display: none;
    }
    .nav {
        width: 100%;
        padding: 19px 12.5px 19px 12.5px;
        height: auto;
    }
    .mobile-nav-header {
        display: block;
        font-family: Graphik-Semibold;
        font-size: 1em;
        margin-bottom: 18px;
    }
    .search-nav {
        display: flex;
        width: 100%;
        height: auto;
        margin-bottom: 25px;
    }
    .search-bar {
        width: 100%;
    }
    .search-button {
        padding: 10.5px 10px 11.5px 13px;
    }
    .selection-nav {
        height: auto;
        padding: 0;
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-start;
    }
    .selection-container {
        width: 100%;
        padding-bottom: 19px;
    }
    .header-text {
        font-size: 0.75em;
    }
    .clear {
        font-size: 0.875em;
    }
    .dropdown {
        width: calc(100% - 25px);
    }
    .display-area {
        min-height: 131px;
        margin-left: 12.5px;
        margin-right: 12.5px;
    }
    .placeholder-text {
        padding-top: 0;
        text-align: center;
        color: #666666;
        font-family: Graphik-Regular;
        font-size: 1em;
    }
    .filter-result {
        padding: 0;
        font-family: Graphik-Regular;
        font-size: 0.875em;
    }
    .area {
        margin-top: 12px;
    }
    .chatbot-card {
        width: 100%;
        margin: 0px 0px 10px 0px;
    }
    .footer {
        height: 43px;
        font-size: 0.625em;
        text-align: center;
    }
    .iframe-container {
        top: 9px;
        right: 9px;
        bottom: 9px;
        left: 9px;
        height: auto;
        width: auto;
    }
    .iframe-close-icon {
        height: 14px;
        width: 14px;
    }
    .readmore-modal-container {
        top: 9px;
        right: 9px;
        bottom: 9px;
        left: 9px;
        height: auto;
        width: auto;
    }
    .readmore-close-icon {
        height: 14px;
        width: 14px;
    }
    .readmore-content {
        padding: 0px 20px 24px 19px;
    }
    .readmore-header {
        margin-bottom: 19px;
    }
    .readmore-header-text-main {
        font-size: 0.875em;
    }
    .readmore-subindustry, .readmore-platform {
        font-size: 0.8125em;
    }
    .readmore-subindustry-value, .readmore-platform-value {
        font-size: 0.8125em;
    }
    .readmore-header-icon {
        height: 60px;
        width: 60px;
    }
    .readmore-body {
        font-size: 0.8125em;
    }
    .demo-video-container {
        display: inline-block;
        width: 100%;
        font-size: 1em;
        margin: 0px 0px 10px 0px;
    }
    .demo-video {
        display: block;
        width: 100%;
        height: 195px;
        margin: 0px 0px 3px 0px;
        object-fit: fill;
    }
    .demo-video-caption {
        display: flex;
        justify-content: center;
        font-size: 0.8125em;
        font-family: Graphik-Semibold;
    }
    .search {
        font-size: 16px;
    }
}

/* Mobile Responsive Styles for Landscape orientation */
@media screen and (max-width: 950px) and (max-height: 480px) {
    .header {
        background-image: url("./assets/logos/header_bg.png");
    }
    .iframe-container {
        top: 9px;
        bottom: 9px;
        left: calc(50vw - 190px);
        width: 380px;
    }
}

/* iPad different widths based on the different available sizes */
/* iPad Pro (9.7 inch) */
@media screen and (max-width: 800px) and (min-width: 750px) {
    .chatbot-card {
        width: 336px;
        margin: 0px 15px 20px 11px;
    }
    .chatbot-industry-description {
        width: 36%;
    }
    .chatbot-platform-description {
        width: 28%;
    }
    .chatbot-language-description {
        width: 25%;
    }
}

/* iPad (9th generation) */
@media screen and (max-width: 810px) and (min-width: 801px) {
    .chatbot-card {
        width: 352px;
        margin: 0px 15px 20px 15px;
    }
    .chatbot-industry-description {
        width: 36%;
    }
    .chatbot-platform-description {
        width: 28%;
    }
    .chatbot-language-description {
        width: 25%;
    }
}

/* iPad Air 4th gen */
@media screen and (max-width: 821px) and (min-width: 811px) {
    .chatbot-card {
        width: 356px;
        margin: 0px 15px 20px 15px;
    }
    .chatbot-industry-description {
        width: 36%;
    }
    .chatbot-platform-description {
        width: 28%;
    }
    .chatbot-language-description {
        width: 25%;
    }
}

/* iPad Pro 11 inch */
@media screen and (max-width: 836px) and (min-width: 822px) {
    .chatbot-card {
        width: 363px;
        margin: 0px 15px 20px 15px;
    }
    .chatbot-industry-description {
        width: 36%;
    }
    .chatbot-platform-description {
        width: 28%;
    }
    .chatbot-language-description {
        width: 25%;
    }
}

/* iPad Pro 12.9 inch */
@media screen and (max-width: 1024px) and (min-width: 837px) {
    .chatbot-card {
        width: 450px;
        margin: 0px 15px 20px 15px;
    }
}

/* iPad Mini 6th gen */
@media screen and (max-width: 746px) and (min-width: 730px) {
    .chatbot-card {
        width: 321px;
        margin: 0px 15px 20px 15px;
    }
    .chatbot-industry-description {
        width: 36%;
    }
    .chatbot-platform-description {
        width: 28%;
    }
    .chatbot-language-description {
        width: 25%;
    }
}

/* IE specific styles */

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .chatbot-card {
        margin: 0px 28px 20px 20px !important
    }
    .chatbot-main {
        margin-left: 3%;
    }
    .number {
        line-height: 25px;
    }
}

.model-open {
    overflow: hidden;
    position: fixed;
}

@media screen and (max-width: 1250px) and (min-width: 300px){
    .chatbot-card {
        display: inline-block;
        width: 100%;
        height: 100%;
        box-shadow: 0px 0px 4px 2px lightgray;
        font-size: 1em;
        margin: 0px 20px 20px 0px;   
    }
}
@media screen and (min-width: 1250px) and (max-width: 1400px){
    .chatbot-card {
        display: inline-block;
        width: 46%;
        height: 250px;
        box-shadow: 0px 0px 4px 2px lightgray;
        font-size: 1em;
        margin: 0px 20px 20px 0px;   
    }
}