@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

* {
    font-family: "Inter", sans-serif;
}

.text-right {
    text-align: right;
}

.node--type-landing-page .field__label,
.node--type-landing-page>header {
    display: none;
}

.path-landing-page .site-main {
    padding: 0;
}

body.path-landing-page {
    background: #0c111d !important;
}

body.path-landing-page .node__content {
    padding-bottom: 0px;
}

.node--type-landing-page {
    padding-top: 100px;
}

/* Header */

.header {
    background: transparent;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    width: 100%;
    transition: all 0.3s ease;
}

.header.stickey {
    background: #0c111d;
    padding: 10px 0;
    transition: all 0.3s ease;
}

.header .navbar {
    width: 100%;
}

.header .navbar .navbar-collapse {
    justify-content: space-between;
}

.header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header .container .header-left {
    display: flex;
    align-items: flex-end;
    margin: 0;
}

.header .container .header-left img {
    width: 140px;
}

.header .container .header-left .header-menu {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-left: 25px;
}

.header .container .header-left .header-menu li {
    margin: 0 16px;
}

.header .container .header-left .header-menu li a {
    color: #94969c;
    text-decoration: none;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600;
    transition: all 0.3s ease;
}

.header .container .header-left .header-menu li a:hover {
    color: #fff;
}

.header .container .header-right-menu .menu {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.header .container .header-right-menu .menu li {
    margin: 0 8px;
}

.header .container .header-right-menu .menu li a,
.header .container .header-right-menu.logout a {
    color: #94969c;
    text-decoration: none;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600;
    background: transparent;
    padding: 10px 20px;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.header .container .header-right-menu .menu li a:hover,
.header .container .header-right-menu.logout a:hover {
    color: #fff;
    background: #0171e3;
}

.header .container .header-right-menu .menu li.signup-link a {
    background: #0171e3;
    color: #fff;
}

.header .container .header-right-menu .menu li.signup-link a:hover {
    background: #015AB6;
}

.header .container .header-right-menu.logout li.signup-link a {
    background: #0171e3;
    color: #fff;
    border: none;
    box-shadow: none;
}

.header .container .header-right-menu.logout li.signup-link a:hover {
    background: #015AB6;
}

.header .container .header-right-menu.logout li {
    margin: 0 8px;
}

.paragraph--type--landing-page-banner {
    padding: 50px 0;
    text-align: center;
}

.field--name-field-landing-page-banner-headin .field__item {
    font-size: 60px;
    font-weight: 700;
    line-height: 1.2;
    max-width: 70%;
    margin: 0 auto;
    margin-bottom: 24px;
    background: linear-gradient(180deg, #F5F5F6 0%, #F5F5F6 25%, #B4B8C3 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

.field--name-field-landing-page-banner-headin .field__item span {
    background: linear-gradient(-45deg, #6DB5FF, #0171E3, #6DB5FF, #0171E3);
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-size: 400% 400% !important;
    animation: bedrock-gradientText 10s ease infinite !important;
    -webkit-animation: bedrock-gradientText 10s ease infinite !important;
}

.field--name-field-landing-page-banner-descri .field__item {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    max-width: 50%;
    margin: 0 auto;
    color: #CECFD2;
    margin-bottom: 48px;
}

.field--name-field-landing-page-banner-button a {
    background: #0171E3;
    color: #fff;
    text-decoration: none;
    padding: 16px 22px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.field--name-field-landing-page-banner-button a:hover {
    background: #015AB6;
    color: #fff;
}

.paragraph--type--landing-page-banner .field--name-field-images-demo {
    margin-top: 110px;
}

/* Banner Slider */

.paragraph--type--landing-page-banner .field--name-field-images-demo {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.paragraph--type--landing-page-banner.field__item {
    flex: 0 0 33.33%;
    /* 3 slides visible */
    text-align: center;
    transition: transform 0.5s, opacity 0.5s;
    z-index: 0;
}

.paragraph--type--landing-page-banner .field__items {
    position: relative;
}

.paragraph--type--landing-page-banner .field__item a {
    max-height: 100%;
    display: inline-block;
    border: none;
    box-shadow: none;
    position: relative;
    color: #fff;
}

.paragraph--type--landing-page-banner .field__item a:hover {
    color: #fff;
}

.paragraph--type--landing-page-banner .field--name-field-images-demo .field__item a:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 12px;
}

.paragraph--type--landing-page-banner .field__item.center a:after {
    display: none;
}

.paragraph--type--landing-page-banner .field__item img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    transition: transform 0.5s;
    height: 400px;
    object-fit: cover;
    object-position: top left;
    border-radius: 12px;
}

.paragraph--type--landing-page-banner .field__item.center {
    z-index: 10;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
    transition: all 0.5s ease;
}

.paragraph--type--landing-page-banner .field__item.center img {
    opacity: 1;
    z-index: 10;
    transition: all 0.5s ease;
    border-radius: 12px;
    height: 480px;
}

.paragraph--type--landing-page-banner .field--name-field-images-demo .field__item {
    flex: 0 0 50%;

    /* Show 3 slides */
    text-align: center;
    transition: transform 0.5s ease-in-out, opacity 0.5s;
}

/* About Section */

.field--name-field-landing-page-about-detail>.field__items {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 -20px;
}

.field--name-field-landing-page-about-detail .about-left-sec,
.field--name-field-landing-page-about-detail .about-right-sec {
    width: calc(50% - 40px);
    margin: 0 20px;
}

.field--name-field-landing-page-about-left-ti {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    color: #0171E3;
    margin-block-end: 0;
    margin-bottom: 24px !important;
}

.field--name-field-landing-page-about-left-he {
    font-size: 60px;
    font-weight: 600;
    line-height: 1.2;
    color: #F5F5F6;
    margin-block-end: 0;
    margin-bottom: 24px !important;
}

.field--name-field-landing-page-about-left-de {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    color: #94969C;
    margin-block-end: 0;
    margin-bottom: 24px !important;
    word-break: break-word;
}

.about-right-sec .paragraph--type--landing-page-about-right {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 48px;
}

.about-right-sec .paragraph--type--landing-page-about-right .field--name-field-image-demo img {
    width: 48px;
    height: 48px;
    object-fit: cover;
}

.about-right-sec .paragraph--type--landing-page-about-right .about-right-desc-sec {
    width: calc(100% - 64px);
    margin-left: 16px;
}

.about-right-desc-sec .field--name-field-landing-page-about-right-t {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    color: #F5F5F6;
    margin-block-end: 0;
    margin-bottom: 10px !important;
}

.about-right-desc-sec .field--name-field-landing-page-about-right-d {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #94969C;
    margin-block-end: 0;
}

.feature-sec {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 100px 0 20px 0;
    margin-top: 70px;
}

.feature-sec:after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    background: url('../assets/landing-feature-glow.png') no-repeat top center/100% auto;
}

.feature-sec .container {
    position: relative;
    z-index: 1;
}

.field--name-field-landing-page-feature-headi.field--type-entity-reference-revisions {
    display: none;
}

.field--name-field-landing-page-feature-headi .field__item {
    font-size: 60px;
    font-weight: 600;
    line-height: 1.2;
    color: #F5F5F6;
    margin-block-end: 0;
    margin-bottom: 64px !important;
    text-align: center;
}

.paragraph--type--landing-page-feature-sub-heading.field--type-entity-reference-revisions {
    display: none;
}

.paragraph--type--landing-page-feature-sub-heading .field__item {
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.5;
    color: #F5F5F6;
    margin-block-end: 0;
    margin-bottom: 24px !important;
}

.feature-list-sec {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 -20px;
    margin-bottom: 64px;
    margin-top: 32px;
}

.feature-list-sec>.field__item {
    width: calc(25% - 40px);
    margin: 0 20px;
    background: #0C111D;
    padding: 24px;
    border-radius: 12px;
    position: relative;
}

.feature-list-sec>.field__item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../assets/feature-bg.png') no-repeat top left/cover;
    border-radius: 12px;
}

.feature-list-sec>.field__item * {
    position: relative;
    z-index: 1;
}

.feature-list-sec>.field__item .field--name-field-image-demo {
    margin-block-end: 0;
    margin-bottom: 64px;
}

.feature-list-sec>.field__item .field--name-field-image-demo img {
    width: 48px;
    height: 48px;
    object-fit: cover;
}

.feature-list-sec>.field__item .field--name-field-landing-page-feature-title {
    margin-bottom: 20px;
}

.feature-list-sec>.field__item .field--name-field-landing-page-feature-title .field__item {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    color: #F5F5F6;
    margin-block-end: 0;
    margin-bottom: 16px !important;
    min-height: 60px;
}

.feature-list-sec>.field__item .field--name-field-landing-page-feature-desc {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #CECFD2;
    margin-block-end: 0;
}

.contact-section {
    padding: 100px 0;
    position: relative;
}

.contact-section:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../assets/contact-footer-shadow.png') no-repeat bottom center;
    background-size: 100% auto;
}

.contact-section .container {
    position: relative;
    z-index: 1;
}

.contact-section form {
    background: url('../assets/contact-bg.png') no-repeat center center;
    background-size: cover;
    padding: 15px;
    border-radius: 10px;
}

.contact-section .contact-ls {
    background-color: #0C111D;
    padding: 50px;
    border-radius: 10px;
    color: #fff;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.contact-section .contact-ls::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url('../assets/contact-gradiant.png') no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.contact-section .contact-ls * {
    position: relative;
    z-index: 1;
}

.contact-section .contact-ls h2 {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #fff;
}

.contact-section .contact-ls p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
    color: #CECFD2;
}

.contact-section .contact-ls .form-group {
    margin-bottom: 20px;
}

.contact-section .contact-ls .form-group label {
    font-size: 14px;
    font-weight: 400;
    color: #CECFD2;
    margin-bottom: 5px;
}

.contact-section .contact-ls .form-group input {
    background-color: #0C111D;
    border: none;
    border-radius: 5px;
    padding: 10px;
    color: #85888E;
    border: 1px solid #333741;
    box-shadow: none;
    padding: 10px 15px;
    font-size: 16px;
}

.contact-section .contact-ls .form-group input::placeholder {
    color: #85888E;
}

.contact-section .contact-ls .form-group select {
    background-color: #0C111D;
    border: none;
    border-radius: 5px;
    padding: 10px;
    color: #85888E;
    border: 1px solid #333741;
    box-shadow: none;
    padding: 10px 15px;
    font-size: 16px;
}

.contact-section .contact-ls .form-group select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2385888E'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 20px;
    padding-right: 30px;
    height: auto;
}

.contact-section .contact-ls button {
    background-color: #0171E3;
    border: none;
    border-radius: 5px;
    padding: 12px 15px;
    min-width: 170px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    margin-left: auto;
}

@media (min-width: 1200px) and (max-width: 1599px) {
    .field--name-field-landing-page-banner-headin .field__item {
        font-size: 48px;
    }

    .field--name-field-landing-page-about-left-he {
        font-size: 48px;
    }

    .field--name-field-landing-page-about-left-de {
        font-size: 18px;
    }

    .feature-sec {
        padding: 70px 0 20px 0;
    }

    .feature-list-sec {
        margin: 0 -10px;
        margin-bottom: 40px;
    }

    .feature-list-sec>.field__item {
        width: calc(25% - 20px);
        margin: 0 10px;
        padding: 16px;
    }

    .feature-list-sec>.field__item .field--name-field-image-demo {
        margin-bottom: 30px;
    }

    .feature-list-sec>.field__item .field--name-field-landing-page-feature-desc {
        font-size: 14px;
    }

    .contact-section .contact-ls h2 {
        font-size: 32px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .field--name-field-landing-page-banner-headin .field__item {
        font-size: 40px;
        max-width: 100%;
    }

    .paragraph--type--landing-page-banner .field__item img {
        height: 280px;
    }

    .paragraph--type--landing-page-banner .field__item.center img {
        height: 380px;
    }

    .field--name-field-landing-page-banner-descri .field__item {
        max-width: 80%;
    }

    .field--name-field-landing-page-about-left-he {
        font-size: 40px;
    }

    .field--name-field-landing-page-about-left-de {
        font-size: 18px;
    }

    .feature-sec {
        padding: 60px 0 20px 0;
    }

    .field--name-field-landing-page-feature-headi .field__item {
        font-size: 48px;
        margin-bottom: 40px !important;
    }

    .paragraph--type--landing-page-feature-sub-heading .field__item {
        font-size: 20px;
    }

    .feature-list-sec {
        margin: 0 -10px;
        margin-bottom: 40px;
    }

    .feature-list-sec>.field__item {
        width: calc(25% - 20px);
        margin: 0 10px;
        padding: 16px;
    }

    .feature-list-sec>.field__item .field--name-field-image-demo {
        margin-bottom: 30px;
    }

    .feature-list-sec>.field__item .field--name-field-landing-page-feature-title .field__item {
        font-size: 18px;
        min-height: unset;
    }

    .feature-list-sec>.field__item .field--name-field-landing-page-feature-desc {
        font-size: 14px;
    }

    .contact-section .contact-ls h2 {
        font-size: 32px;
    }

    .contact-section {
        padding: 70px 0;
    }

    .contact-section .contact-ls {
        padding: 40px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .field--name-field-landing-page-banner-headin .field__item {
        font-size: 32px;
        max-width: 100%;
    }

    .paragraph--type--landing-page-banner .field__item img {
        height: 240px;
    }

    .paragraph--type--landing-page-banner .field__item.center img {
        height: 340px;
    }

    .field--name-field-landing-page-banner-descri .field__item {
        max-width: 100%;
        font-size: 18px;
    }

    .paragraph--type--landing-page-banner .field__item a {
        font-size: 16px;
        padding: 12px 18px;
    }

    .field--name-field-landing-page-about-left-he {
        font-size: 30px;
    }

    .field--name-field-landing-page-about-left-de {
        font-size: 16px;
    }

    .about-right-desc-sec .field--name-field-landing-page-about-right-t {
        font-size: 18px;
    }

    .about-right-desc-sec .field--name-field-landing-page-about-right-d {
        font-size: 14px;
    }

    .feature-sec {
        padding: 60px 0 20px 0;
        margin-top: 40px;
    }

    .field--name-field-landing-page-feature-headi .field__item {
        font-size: 48px;
        margin-bottom: 40px !important;
    }

    .paragraph--type--landing-page-feature-sub-heading .field__item {
        font-size: 20px;
    }

    .feature-list-sec {
        margin: 0 -10px;
        margin-bottom: 40px;
    }

    .feature-list-sec>.field__item {
        width: calc(50% - 20px);
        margin: 0 10px;
        padding: 16px;
        margin-bottom: 30px;
    }

    .feature-list-sec>.field__item .field--name-field-image-demo {
        margin-bottom: 30px;
    }

    .feature-list-sec>.field__item .field--name-field-landing-page-feature-title .field__item {
        font-size: 18px;
    }

    .feature-list-sec>.field__item .field--name-field-landing-page-feature-desc {
        font-size: 14px;
    }

    .contact-section .contact-ls h2 {
        font-size: 32px;
    }

    .contact-section {
        padding: 50px 0;
    }

    .contact-section .contact-ls {
        padding: 40px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .field--name-field-landing-page-banner-headin .field__item {
        font-size: 30px;
        max-width: 100%;
    }

    .paragraph--type--landing-page-banner .field__item img {
        height: 200px;
    }

    .paragraph--type--landing-page-banner .field__item.center img {
        height: 300px;
    }

    .field--name-field-landing-page-banner-descri .field__item {
        max-width: 100%;
        font-size: 16px;
    }

    .paragraph--type--landing-page-banner .field__item a {
        font-size: 16px;
        padding: 12px 18px;
    }

    .field--name-field-landing-page-about-left-he {
        font-size: 30px;
    }

    .field--name-field-landing-page-about-left-de {
        font-size: 16px;
    }

    .field--name-field-landing-page-about-detail>.field__items {
        flex-wrap: wrap;
    }

    .field--name-field-landing-page-about-detail .about-left-sec,
    .field--name-field-landing-page-about-detail .about-right-sec {
        width: 100%;
    }

    .field--name-field-landing-page-about-detail .about-left-sec {
        margin-bottom: 30px;
    }

    .about-right-desc-sec .field--name-field-landing-page-about-right-t {
        font-size: 18px;
    }

    .about-right-desc-sec .field--name-field-landing-page-about-right-d {
        font-size: 14px;
    }

    .feature-sec {
        padding: 60px 0 20px 0;
        margin-top: 40px;
    }

    .field--name-field-landing-page-feature-headi .field__item {
        font-size: 48px;
        margin-bottom: 40px !important;
    }

    .paragraph--type--landing-page-feature-sub-heading .field__item {
        font-size: 20px;
    }

    .feature-list-sec {
        margin: 0 -10px;
        margin-bottom: 40px;
    }

    .feature-list-sec>.field__item {
        width: calc(50% - 20px);
        margin: 0 10px;
        padding: 16px;
        margin-bottom: 30px;
    }

    .feature-list-sec>.field__item .field--name-field-image-demo {
        margin-bottom: 30px;
    }

    .feature-list-sec>.field__item .field--name-field-landing-page-feature-title .field__item {
        font-size: 18px;
    }

    .feature-list-sec>.field__item .field--name-field-landing-page-feature-desc {
        font-size: 14px;
    }

    .contact-section .contact-ls h2 {
        font-size: 32px;
    }

    .contact-section {
        padding: 50px 0;
    }

    .contact-section .contact-ls {
        padding: 40px;
    }
}

@media (max-width: 575px) {
    .field--name-field-landing-page-banner-headin .field__item {
        font-size: 30px;
        max-width: 100%;
    }

    .paragraph--type--landing-page-banner {
        padding: 15px 0;
        margin-bottom: 50px;
    }

    .paragraph--type--landing-page-banner .field__item img {
        height: 180px;
    }

    .paragraph--type--landing-page-banner .field__item.center img {
        height: 280px;
    }

    .paragraph--type--landing-page-banner .field--name-field-images-demo {
        margin-top: 75px;
    }

    .field--name-field-landing-page-banner-descri .field__item {
        max-width: 100%;
        font-size: 16px;
    }

    .paragraph--type--landing-page-banner .field__item a {
        font-size: 16px;
        padding: 12px 18px;
    }

    .field--name-field-landing-page-about-left-he {
        font-size: 30px;
    }

    .field--name-field-landing-page-about-left-de {
        font-size: 16px;
    }

    .field--name-field-landing-page-about-detail>.field__items {
        flex-wrap: wrap;
    }

    .field--name-field-landing-page-about-detail .about-left-sec,
    .field--name-field-landing-page-about-detail .about-right-sec {
        width: 100%;
    }

    .field--name-field-landing-page-about-detail .about-left-sec {
        margin-bottom: 30px;
    }

    .about-right-desc-sec .field--name-field-landing-page-about-right-t {
        font-size: 18px;
    }

    .about-right-desc-sec .field--name-field-landing-page-about-right-d {
        font-size: 14px;
    }

    .feature-sec {
        padding: 40px 0 20px 0;
        margin-top: 40px;
    }

    .field--name-field-landing-page-feature-headi .field__item {
        font-size: 40px;
        margin-bottom: 40px !important;
    }

    .paragraph--type--landing-page-feature-sub-heading .field__item {
        font-size: 16px;
    }

    .feature-list-sec {
        margin: 0;
        margin-bottom: 0px;
    }

    .feature-list-sec>.field__item {
        width: calc(100%);
        margin: 0;
        padding: 16px;
        margin-bottom: 30px;
    }

    .feature-list-sec>.field__item .field--name-field-image-demo {
        margin-bottom: 30px;
    }

    .feature-list-sec>.field__item .field--name-field-landing-page-feature-title .field__item {
        font-size: 18px;
    }

    .feature-list-sec>.field__item .field--name-field-landing-page-feature-desc {
        font-size: 14px;
    }

    .contact-section .contact-ls h2 {
        font-size: 26px;
    }

    .contact-section {
        padding: 50px 0;
    }

    .contact-section .contact-ls {
        padding: 20px;
    }

    .contact-section .contact-ls p {
        font-size: 14px;
    }
}

@media (max-width:991px) {
    .header {
        padding: 20px 0;
    }

    .header.stickey {
        padding: 15px 0;
    }

    .navbar-collapse {
        display: block !important;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease-in-out;
        position: absolute;
        top: 115%;
        left: 0;
        width: 100%;
        background: #0c111d !important;
        z-index: 999;
        flex-direction: column;
    }

    .navbar-collapse.show {
        max-height: 100vh;
        transition: max-height 0.3s ease-in-out;
    }

    .navbar .navbar-toggler {
        width: 26px;
        padding: 0;
        outline: none;
        display: block;
    }

    .navbar {
        justify-content: space-between;
    }

    .navbar .navbar-toggler:focus {
        outline: none;
    }

    .navbar .navbar-toggler span {
        display: block;
        width: 100%;
        background-color: #e73a88;
        height: 4px;
        transform-origin: center center;
        position: relative;
        transition-duration: 0.5s;
        width: 100%;
        display: block;
        margin-bottom: 5px;
    }

    .navbar .navbar-toggler span:last-child {
        margin-bottom: 0;
    }

    .navbar .navbar-toggler span {
        background-color: #fff;
    }

    .navbar .navbar-toggler.active span:first-child {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 9px;
    }

    .navbar .navbar-toggler.active span:nth-child(2) {
        opacity: 0;
    }

    .navbar .navbar-toggler.active span:last-child {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        top: -8px;
    }

    .navbar .navbar-toggler.active span {
        background: #fff;
    }

    .header .container .header-left {
        align-items: center;
        justify-content: center;
        margin-top: 15px;
    }

    .header .container .header-right-menu .menu li.signup-link {
        margin-bottom: 0px;
        margin-right: 15px;
    }

    .header .container .header-right-menu .menu li,
    .header .container .header-left .header-menu li {
        margin: 0;
        margin-bottom: 15px;
    }

    .header .container .header-right-menu .menu li a,
    .header .container .header-left .header-menu li a,
    .header .container .header-right-menu.logout a {
        display: inline-block;
    }

    .header .container .header-right-menu .menu li:first-child a {
        /* padding: 0; */
    }

    .header .container .header-left .header-menu,
    .header-right-menu .menu {
        flex-direction: column;
        margin: 0;
    }

    .navbar-nav {
        margin: 0;
    }

    .header-right-menu.logout {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-bottom: 15px;
    }

    .header .container .header-right-menu.logout li {
        margin: 0;
        margin-bottom: 8px;
    }

    .navbar-brand img {
        max-width: 130px;
    }

    .header .container .header-right-menu .menu li a,
    .header .container .header-right-menu.logout a {
        padding: 10px !important;
    }

    .header-right-menu.logout {
        flex-direction: row;
        margin: 0;
    }

    .header .container .header-right-menu.logout li {
        margin: 0 5px;
    }

}