@font-face {
    font-family: Aeonik-Regular;
    src: url('../fonts/Aeonik-Regular.otf');
}

@font-face {
    font-family: Aeonik-Medium;
    src: url('../fonts/Aeonik-Medium.otf');
}

html {
    position: relative;
    height: 100%;
    scroll-behavior: smooth;
}

body {
    font-family: Aeonik-Regular;
    width: 100%;
    overflow-x: hidden;
    padding: 0px;
    margin: 0px;
    background-color: #fff;
    color: #111B4C;
}

.nopadding {
    padding: 0px !important;
}

.sec-pad {
    padding: 130px 0px;
}

.sec-pad-top-small {
    padding-top: 80px;
}

a,
a:hover {
    color: inherit;
    text-decoration: none;
}

p {
    font-size: 20px;
    line-height: 30px;
    color: #333A5C;
}

.theme-color {
    color: #E4B644 !important;
}

.medium {
    font-family: Aeonik-Medium !important;
}

.text-white,
.text-white p {
    color: #fff !important;
}

.theme-bg {
    background-color: #111B4C !important;
}

.dark-color {
    color: #111B4C !important;
}

.light-bg {
    background-color: #F7F9FC;
}

.ft-14 {
    font-size: 14px !important;
    line-height: 24px;
}

.light-color {
    color: #989CAD !important;
}

/*header*/

.header {
    width: 100%;
    background-color: transparent;
    padding: 0px 0px;
    position: relative;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 999;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
}

.sticky-bar {
    position: sticky;
    background-color: #fff;
    box-shadow: 0px 0px 10px #ccc;
    -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
}

.navbar {
    padding: 0px;
}

.navbar-light .navbar-brand {
    align-items: center;
    display: flex;
    padding: 0px;
    margin-right: 25px;
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(17, 27, 76, 1);
    font-size: 16px;
    font-family: Aeonik-Medium;
    text-transform: capitalize;
    padding: 35px 10px;
    position: relative;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-item.active .nav-link,
.navbar-light .navbar-nav .nav-item .nav-link.active,
.navbar-light .navbar-nav .nav-link:focus {
    color: #E4B644;
}

@media (min-width: 1200px) {
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 25px;
        padding-left: 25px;
    }

    .nav-link-btn {
        padding: 10px 24px !important;
        margin-left: 25px;
    }
}

.navbar-toggler:focus {
    box-shadow: none;
    outline: 0;
}

.navbar-light .navbar-toggler {
    color: #333A5C;
    border: none;
}

.navbar-toggler svg {
    color: #333A5C;
}

#navbar-hamburger.show {
    display: block;
}

#navbar-hamburger,
#navbar-close {
    display: none;
}

#navbar-close.show {
    display: block;
}

.dropdown-toggle {
    display: flex;
    align-items: center;
}

.dropdown-item {
    display: block;
    width: 100%;
    font-size: 17px;
    padding: 7px 20px;
    clear: both;
    font-weight: 400;
    color: #333A5C !important;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    text-transform: capitalize;
    background-color: transparent;
    border: 0;
}

.dropdown-menu {
    background-color: #F7F9FC !important;
    min-width: 13rem;
    border: none;
    border-radius: 0px;
    /*padding: 0px;*/
    overflow: hidden;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #E4B644 !important;
    background-color: #F7F9FC !important;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #E4B644 !important;
    background-color: #F7F9FC !important;
}

@media all and (min-width: 1200px) {
    .navbar .dropdown-menu.fade-up {
        top: 180%;
        transition: all ease .3s;
        display: block;
        opacity: 0;
        visibility: hidden;
    }

    .dropdown:hover .dropdown-menu {
        display: block;
        opacity: 1;
        visibility: visible;
        top: 100%;
    }
}


/*content part */

.hero-title {
    font-size: 64px;
    line-height: 74px;
    margin-bottom: 30px;
    font-family: Aeonik-Medium;
    text-transform: capitalize;
}

.title {
    font-size: 48px;
    line-height: 58px;
    margin-bottom: 25px;
    font-family: Aeonik-Medium;
    text-transform: capitalize;
}

.medium-title {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 15px;
    font-family: Aeonik-Medium;
    text-transform: capitalize;
}

.theme-btn {
    font-size: 18px;
    line-height: 24px;
    font-family: Aeonik-Medium;
    color: #111B4C !important;
    text-transform: capitalize;
    background-color: #E4B644;
    border: 1px solid #E4B644;
    border-radius: 8px;
    padding: 13px 24px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    transition: all ease .5s;
    position: relative;
    overflow: hidden;
    box-shadow: none !important;
    outline: 0 !important;
}

.arrow-icon {
    display: inline-block;
    border-left: 1px solid rgba(17, 27, 76, 0.19);
    padding-left: 14px;
    margin-left: 20px;
}

.border-btn {
    background-color: #fff;
    border-color: #E4B644;
    color: #111B4C !important;
}

.border-btn:hover {
    background-color: #E4B644;
}

.white-border-btn {
    background-color: transparent;
    border-color: #fff;
    color: #fff !important;
}

.white-border-btn:hover {
    background-color: #fff;
    color: #111B4C !important;
}

.white-border-btn .arrow-icon {
    border-left: 1px solid #FFFFFF30;
}

.white-border-btn:after,
.border-btn:after {
    display: none !important;
}

.theme-btn:after {
    background: #fff;
    content: "";
    height: 155px;
    left: -75px;
    opacity: .2;
    position: absolute;
    top: -50px;
    transform: rotate(35deg);
    transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
    width: 50px;
    z-index: 99;
}

.theme-btn:hover:after {
    left: 120%;
    transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.client-logo-list img {
    max-height: 30px;
    height: auto;
    display: inline-block;
    margin-right: 30px;
    margin-top: 20px;
    /*    filter: grayscale(100%);*/
}

.step-box-tab {
    display: flex;
    flex-direction: column;
    height: 100%;
    flex-wrap: nowrap;
}

.step-box {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px 24px;
    background: transparent;
    border-bottom: 3px solid transparent;
    position: relative;
    overflow: hidden;
    transition: all ease .5s;
}

.step-box::after {
    content: '';
    height: 3px;
    width: 100%;
    display: block;
    background: transparent;
    position: absolute;
    bottom: 0px;
    left: 0px;
    transition: all ease .5s;
}

.step-number {
    height: 48px;
    width: 48px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.4);
    margin-bottom: 12px;
    transition: all ease .5s;
}

.step-box p {
    font-size: 24px;
    line-height: 32px;
    color: rgba(255, 255, 255, 0.6);
    text-transform: capitalize;
    margin-bottom: 0px;
    transition: all ease .5s;
}

.nav-tabs .nav-link.active .step-box {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.05) 0.04%, rgba(255, 255, 255, 0.01) 99.95%);
}

.nav-tabs .nav-link.active .step-box::after {
    background: linear-gradient(270deg, #E4B644 0.16%, #FFD05B 48.6%, #E4B644 100.16%);
    box-shadow: 0px -8px 35px 0px rgba(228, 182, 68, 0.60);
}

.nav-tabs .nav-link.active .step-box .step-number {
    background-color: rgba(228, 182, 68, 0.1);
    color: rgba(228, 182, 68, 1);
}

.nav-tabs .nav-link.active .step-box p {
    color: rgba(255, 255, 255, 1);
}

.step-box-tab.nav-tabs .nav-item {
    height: 100%;
}

.step-box-tab.nav-tabs .nav-link {
    height: 100%;
    border: none !important;
    padding: 0px !important;
    margin: 0px !important;
}

.code-dev-box {
    width: 100%;
    height: 600px;
    background-color: rgba(255, 255, 255, 0.05);
    overflow: auto;
    color: #fff;
}

pre {
    white-space: pre-wrap;
}

.code-dev-box::-webkit-scrollbar {
    width: 3px;
}

.code-dev-box::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 50px;
}

.code-dev-box::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50px;
}

.code-dev-box .sign-in-box-container {
    box-sizing: border-box;
    width: 100%;
    padding: 0 2px 2px 2px;
    position: absolute;
    bottom: 0px;
}

.code-dev-box .sign-in-box {
    padding: 2px 10px;
    font-family: Aeonik-Medium;
    width: 100%;
    background-color: #FDFDFE;
    border-radius: 6px;
    color: #111B4C;
}

.code-dev-box .sign-in-box a {
    color: #E4B644;
    cursor: pointer;
}

.code-dev-box .sign-in-box a:hover {
    color: #E4B644;
} 

.nav-tabs {
    border-bottom: none;
    margin-bottom: 40px;
}

.nav-tabs .nav-link {
    font-size: 20px;
    margin: 0px 20px;
    padding: 18px 0px;
    color: rgba(51, 58, 92, 1);
    background: transparent !important;
    border: none !important;
    border-radius: 0rem !important;
    border-bottom: 3px solid transparent !important;
}

.img-tabs.nav-tabs .nav-link {
    color: #fff !important;
    margin: 0px 0px;
    padding: 25px 25px;
}

.img-tabs.nav-tabs .nav-link {
    opacity: .4;
}

.img-tabs.nav-tabs .nav-link.active {
    opacity: 1;
}

.img-tabs.nav-tabs .nav-link img {
    filter: brightness(0) invert(1);
    max-height: 36px;
    height: auto;
    transition: all ease .5s;
}

.nav-tabs .nav-item:first-child .nav-link {
    margin-left: 0px !important;
}

.nav-tabs .nav-link.active {
    /*    font-family: Aeonik-Medium;*/
    color: rgba(17, 27, 76, 1);
    border-color: rgba(228, 182, 68, 1) !important;
}

.code-tab-div {
    position: sticky;
    top: 0px;
    width: 100%;
    background-color: rgb(41 50 94);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 12px;
    font-size: 12px;
}

.code-tab-div .img-tabs.nav-tabs .nav-link {
    padding: 20px 10px;
    font-size: 16px;
    border: none !important;
}

.code-square-pad {
    padding: 20px;
}

.code-square-pad pre {
    font-size: 12px;
}

.border-bottom {
    border-bottom: 1px solid #0a0f2a1a;
}

.light-padding-box {
    padding: 30px 40px;
    border-radius: 3px;
}

.tab-pane-pad {
    padding: 40px 15px;
}

.utility-support-box {
    width: 100%;
    height: auto;
    background-color: #FFF;
    border-radius: 8px;
}

.utility-support-search {
    background-color: #fff;
    padding: 12px 0px 8px;
    border-bottom: 1px solid rgb(10 15 42 / 3%);
    border-radius: 8px;
}

.utility-support-search .form-control {
    border: none !important;
    box-shadow: none !important;
    outline: 0 !important;
    padding: 8px 20px;
    padding-left: 60px;
    background-color: transparent !important;
}

.utility-support-search .form-control::placeholder {
    color: #989CAD;
}

.circle-beta,
.circle-instant {
    height: 14px;
    width: 14px;
    border: 2px solid #fff;
    border-radius: 50%;
    display: inline-block;
    box-shadow: 0px 2.1031148433685303px 3.4590706825256348px 0px #99A1B406,
        0px 5.054077625274658px 8.312627792358398px 0px #99A1B409,
        0px 9.516379356384277px 15.651939392089844px 0px #99A1B40B,
        0px 16.975595474243164px 27.920385360717773px 0px #99A1B40E,
        0px 31.7509822845459px 52.22201156616211px 0px #99A1B410,
        0px 76px 125px 0px #99A1B417;
    position: relative;
    top: 1px;
    margin-right: 8px;
}

.circle-beta {
    margin-left: 28px;
    background-color: #FED571;
}

.circle-instant {
    background-color: #111B4C;
}

.input-icon {
    position: absolute;
    left: 20px;
    top: 6px;
}

.utility-support-list-div {
    width: 100%;
    height: 450px;
    overflow: auto;
}

.utility-support-list-div::-webkit-scrollbar {
    width: 3px;
}

.utility-support-list-div::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 50px;
}

.utility-support-list-div::-webkit-scrollbar-thumb {
    background: #E3E6F0;
    border-radius: 50px;
}

.utility-support-list {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.utility-support-list .brand-logo {
    margin-left: 24px;
    margin-right: 15px;
    min-width: 28px;
    width: 28px;
    height: auto;
}

.utility-support-desc {
    width: 100%;
    padding: 16px 0px;
    border-bottom: 1px solid rgba(10, 15, 42, 0.06);
}

.utility-support-list-highlighted {
    background: linear-gradient(to right, #111B4C0F, #111B4C00);
}

.utility-support-list-highlighted .utility-support-desc {
    border-bottom: 1px solid #E4B644;
}

.utility-support-desc .desc-name {
    font-size: 16px;
    line-height: 24px;
    font-family: Aeonik-Medium;
    margin-bottom: 0px;
}

.utility-support-desc .link {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 0px;
}

.utility-support-desc .badge {
    font-weight: 400;
    border-radius: 8px;
}

.coming-soon-utility {
    color: #989CAD;
    background-color: #F7F9FC;
    padding: 4px 8px 6px 8px;
}

.client-story-box {
    width: 100%;
    min-height: 370px;
    height: auto;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-flex;
    align-items: flex-end;
    position: relative;
    overflow: hidden;
    padding-top: 100px;
}

.client-review-box-width {
    max-width: 50%;
}

.client-review-box {
    width: 100%;
    background-color: #fff;
    padding: 30px;
}

.client-profile {
    height: 60px;
    min-width: 60px;
    width: 60px;
    border-radius: 50%;
    margin-right: 15px;
}

.client-review-box p {
    margin-bottom: 0px;
}

.video-wrapper {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 25%;
    transform: translate(-50%, -25%)
}

.video-main {
    position: relative;
    display: inline-block;
}

.video {
    height: 50px;
    width: 50px;
    font-size: 22px;
    line-height: 50px;
    text-align: center;
    border-radius: 100%;
    background: transparent;
    color: #E4B644 !important;
    display: inline-block;
    background: #fff;
    z-index: 999;
    padding-left: 5px;
}

@keyframes waves {
    0% {
        -webkit-transform: scale(0.2, 0.2);
        transform: scale(0.2, 0.2);
        opacity: 0;
    }

    50% {
        opacity: 0.9;
    }

    100% {
        -webkit-transform: scale(0.9, 0.9);
        transform: scale(0.9, 0.9);
        opacity: 0;
    }
}

.fa-play:before {
    content: "\f04b";
}

.waves {
    position: absolute;
    width: 100px;
    height: 100px;
    background: rgba(255, 255, 255, 0.3);
    opacity: 0;
    border-radius: 100%;
    right: -25px;
    bottom: -25px;
    z-index: -1;
    -webkit-animation: waves 3s ease-in-out infinite;
    animation: waves 3s ease-in-out infinite;
}

.wave-1 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.wave-2 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.wave-3 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.pricing-box-margin {
    margin-top: 25px;
}

.pricing-box {
    background-color: #F7F9FC;
    padding: 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 3px;
}

.pricing-box-center-border {
    border-right: 1px solid #0a0f2a1a;
}

.pricing-plan-title {
    display: inline-block;
    border: 1px solid #111B4C;
    padding: 6px 15px;
    font-family: Aeonik-Medium;
    margin-bottom: 30px;
}

.lising-p p {
    font-size: 18px;
    line-height: 28px;
    display: flex;
    align-items: flex-start;
    margin-bottom: 18px;
}

.lising-p p .check-icon {
    min-width: 20px;
    margin-right: 12px;
}

.pricing-blue-box {
    background-color: #111B4C;
    border-radius: 6px;
    padding: 15px 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.price-side-angle-img {
    position: absolute;
    right: -260px;
    top: 0px;
    max-width: 600px;
}

.ft-18 {
    font-size: 18px;
    line-height: 28px;
}

.ft-16 {
    font-size: 16px;
    line-height: 26px;
}

.accordion-item {
    background-color: #fff;
    padding: 12px 30px;
    border: none !important;
    margin-bottom: 24px;
    position: relative;
    overflow: hidden;
}

.accordion-button {
    font-size: 24px;
    line-height: 34px;
    color: #111B4C !important;
    font-family: Aeonik-Medium;
    padding: 12px 0px;
    background-color: #fff !important;
    border: none !important;
    box-shadow: none !important;
    outline: 0 !important;
}

.accordion-body {
    padding: 0px 0px 15px;
}

.accordion-body p:last-child {
    margin-bottom: 0px;
}

.accordion-collapse.collapse.show::after {
    content: '';
    height: 3px;
    width: 100%;
    display: block;
    background: linear-gradient(270deg, #E4B644 0.16%, #FFD05B 48.6%, #E4B644 100.16%);
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.accordion-button::after {
    width: auto;
    height: auto;
    content: "\f067";
    font-size: 18px;
    color: #E4B644;
    font-family: FontAwesome;
    background: none !important;
    transition: all ease .5s;
}

.accordion-button:not(.collapsed)::after {
    content: "\f068";
    transform: rotate(0deg);
}

.relative-9 {
    position: relative;
    z-index: 9;
}

.side-angle-img {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
    width: auto;
}

.btn-close {
    background: none !important;
    opacity: 1;
    position: absolute;
    right: -30px;
    color: #fff !important;
}

.modal-content {
    border: none;
    border-radius: 6px;
}

.frame-video {
    display: inline-block;
    width: 100%;
    max-width: 100%;
    aspect-ratio: 16/9;
    overflow: hidden;
}


/*footer*/

.footer {
    padding: 80px 0px;
}

.footer p {
    font-size: 16px;
}

.links p {
    margin-bottom: 10px;
}

.links p a {
    display: inline-block;
    transition: all ease .5s;
}

.links p a:hover {
    color: #E4B644;
}

.socials a {
    display: inline-block;
    margin-left: 8px;
    margin-bottom: 8px;
}

.socials a:hover {
    color: #E4B644;
}

code {
    color: #fff !important;
}

.hljs-comment {
    color: #6CC246 !important;
}

.hljs-string {
    color: #FFA956;
}

.hljs-keyword {
    color: #31CFD8;
}

.hljs-number {
    color: #FFA956;
}

.pre {
    white-space: pre-wrap;
}

.hljs-comment a {
    text-decoration: underline;
}

.small-code {
    font-size: 13px !important;
}

.code-lines {
    color: #7A8098 !important;
    font-size: .875em;
}

.img-logo {
    width: 102px;
}

.utility-tooltip {
    width: 400px;
    border-radius: 8px;
    box-shadow: 0px 2.1031148433685303px 3.4590706825256348px 0px #99A1B406,
        0px 5.054077625274658px 8.312627792358398px 0px #99A1B409,
        0px 9.516379356384277px 15.651939392089844px 0px #99A1B40B,
        0px 16.975595474243164px 27.920385360717773px 0px #99A1B40E,
        0px 31.7509822845459px 52.22201156616211px 0px #99A1B410,
        0px 76px 125px 0px #99A1B417;
    padding: 10px;
    background-color: #fff;
}

.cursor-pointer {
    cursor: pointer;
}

.svg-state-hover {
    cursor: pointer;
    stroke: #ffffff;
    stroke-width: 4;
}

.svg-state:focus {
    outline: none;
}

.utility-support-card {
    color: #111B4C;
    border: 0px;
    border-radius: 8px;
    font-size: 16px;
    line-height: 1;
}

.utility-support-main {
    font-size: 20px;
}

.utility-support-sub {
    font-size: 12px;
    color: #989CAD;
}

.tooltip-utility {
    position: relative;

}

/* Tooltip text */
.tooltip-utility .tooltiptext {
    visibility: hidden;
    background-color: #111B4C;
    color: #fff;
    text-align: center;
    padding: 10px;
    border-radius: 8px;
    font-size: 12px;
    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
    top: 30px;
    right: 0;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip-utility:hover .tooltiptext {
    visibility: visible;
}

.hero-code-tab-slider-sec {
    display: flex;
    padding: 80px 30px;
    padding-left: 20px;
    align-items: center;
    position: relative;
    border-radius: 6px;
}

.demo-video {
    position: absolute;
    top: -60px;
    z-index: 1;
}

.code-dev-box.hero-code-dev-box {
    width: 100%;
    min-width: 62%;
    height: 360px;
    background-color: #1D2755;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.code-dev-box.hero-code-dev-box .tab-content {
    height: 360px;
    overflow: auto;
}

.code-dev-box.hero-code-dev-box .tab-content::-webkit-scrollbar {
    width: 3px;
}

.code-dev-box.hero-code-dev-box .tab-content::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 50px;
}

.code-dev-box.hero-code-dev-box .tab-content::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50px;
}

.hero-code-tab-box {
    position: relative;
    z-index: 9;
    margin-right: -30px;
    margin-left: -30px;
    width: 100%;
    min-width: 40%;
    height: 320px;
    overflow-y: auto;
    scrollbar-width: none;
}

.hero-code-tab-box::-webkit-scrollbar {
    display: none;
}

.hero-code-tab-box .nav-item {
    position: sticky;
    top: 24px;
    bottom: 24px;
    width: 100%;
}

.hero-code-tab-box .nav-item:nth-child(1) {
    top: 0px;
}

.hero-code-tab-box .nav-item:nth-child(2) {
    top: 12px;
}

.hero-code-tab-box .nav-item:nth-last-child(1) {
    bottom: 0px;
}

.hero-code-tab-box .nav-item:nth-last-child(2) {
    bottom: 12px;
}

.hero-code-tab {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    padding-left: 10px;
    position: relative;
    z-index: 9;
    margin-right: 15px;
    margin-left: 30px;
    align-items: center;
}

.nav-tabs.hero-code-tab .nav-link {
    line-height: 30px !important;
    margin: 0px;
    margin-bottom: 12px;
    padding: 14px 0px;
    border-radius: 8px !important;
    background-color: #fff !important;
    border-bottom: none !important;
}

.nav-tabs.hero-code-tab .nav-item:last-child .nav-link {
    margin-bottom: 0px;
}

.nav-tabs.hero-code-tab .nav-link {
    box-shadow: 0px 5px 8px rgba(153, 161, 180, 0.2);
}

.nav-tabs.hero-code-tab .nav-link p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 12px;
    margin-bottom: 0px;
    transition: all ease .5s;
    font-family: Aeonik-Medium;
}

.hctb-icon {
    margin-right: 8px;
}

.hctb-icon svg {
    transition: all ease .2s;
}

.hctb-border {
    width: 100%;
    display: flex;
    align-items: center;
    border-left: 2px solid #fff;
    transition: all ease .5s;
    padding-left: 10px;
    padding-right: 5px;
}

.nav-tabs.hero-code-tab .nav-link.active .hctb-border {
    border-color: #E4B644;
}

.nav-tabs.hero-code-tab .nav-link .hctb-icon svg {
    width: 20px;
    height: 20px;
}

#demo {
    position: relative;
}
/* Six-logo strip overrides */
.client-logo-list img {
  max-height: none !important;
  width: auto !important;
  margin: 0.75rem !important;
  opacity: 0.7 !important;
  transition: opacity 0.2s ease;
  filter: none !important;        /* ensure color */
}
.client-logo-list img:hover {
  opacity: 1 !important;
}
/* per-logo overrides (height in px) */
.logo-nautilus   { height: 100px !important; width: auto !important; }
.logo-sealed     { height:  40px !important; width: auto !important; }
.logo-elephant   { height: 100px !important; width: auto !important; }
.logo-solstice   { height:  45px !important; width: auto !important; }
.logo-glow       { height:  80px !important; width: auto !important; }
.logo-wattbot    { height:  50px !important; width: auto !important; }