/*Navbar*/

.navbar-snippet {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f3f0e3;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
}

.navbar-snippet .navbar {
    background-color: #f3f0e3;
    width: 92%;
    max-width: 1600px;
    padding: 4.2rem 0 1.2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 99;
    transition: all 0.3s ease;
}

.navbar-snippet .navbar .navbar__left {
    display: flex;
    align-items: center;
    gap: 23px;
}

.navbar-snippet .navbar .navbar__left a {
    text-decoration: none;
}

.navbar-snippet .navbar .navbar__left a .logo {
    width: 17rem;
    height: 3.2rem;
    position: relative;
    top: 2px;
}

.navbar-snippet .navbar__navigation {
    border-radius: 4rem;
    padding: 0.6rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    flex-direction: row;
    gap: 2.75rem;
    margin-right: 2.75rem;
}

.navbar-snippet .navbar__right {
    display: flex;
    gap: 6px;
}

.navbar-snippet .navitem {
    display: flex;
    gap: 2px;
    padding: 0.8rem 0;
    align-items: center;
    position: relative;
}

.navbar-snippet .navbar__right .navitem #login-button {
    padding: 1.1rem 1.6rem 0.9rem 1.6rem;
    border-radius: 5rem;
    border: 1px solid #2c2c2c;
    color: #2c2c2c;
    font-family: Josefin Sans, sans-serif;
    font-size: 1.8rem;
    text-align: center;
    font-weight: 500;
    letter-spacing: -0.18px;
    text-decoration: none;
    cursor: pointer;
    height: 100%;
}

.navbar__right {
    list-style: none;
}

.navbar-snippet .navitem #login-button:hover {
    color: #00bd1e;
    border: 1px solid #00bd1e;
}

.navbar-snippet .navitem:hover {
    cursor: pointer;
}

.navbar-snippet .navitem:hover .shape {
    stroke: #00bd1e;
    transform: rotate(-180deg);
}

.navbar-snippet .navitem:hover .navitem-a {
    color: #00bd1e;
}

.navbar-snippet .navitem .shape {
    height: 2rem;
    width: 2rem;
    stroke: #2c2c2c;
    transition: transform ease 500ms;
    transform-origin: 50% 50%;
}

.navbar-snippet .nav-main-btn-item a {
    color: #fff !important;
}

.navbar-snippet .navitem a {
    color: #2c2c2c;
    text-decoration: none;
    font-family: Josefin Sans, sans-serif;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 500;
    line-height: 2.2rem; /* 122.222% */
    letter-spacing: -0.18px;
}

.navbar-snippet .navbar__navigation .navitem a.sublink {
    font-size: 1.6rem;
}

.navbar-snippet .navbar__navigation .navitem a.sublink:hover {
    color: #00bd1e;
}

.navbar-snippet .navbar__navigation .navitem .wrapper {
    position: absolute;
    top: 2rem;
    left: 0;
    display: none;
    height: 5rem;
    background-color: #fff;
    opacity: 0;
    width: 20rem;
}

.navbar-snippet .navbar__navigation .navitem .nav-modal {
    display: none;
    position: absolute;
    box-shadow: 0 34px 34px 0 rgba(0, 0, 0, 0.2509803922);
    top: 5rem;
    right: -57rem;
    background-color: #fff !important;
    width: 90rem;
    height: 35.3rem;
    padding-top: 3.5rem;
    padding-left: 4.5rem;
    border-radius: 2rem;
    animation: slideup 0.2s ease-in 1;
}

.navbar-snippet .navbar__navigation .navitem .nav-modal__background {
    position: absolute;
    bottom: 0;
    right: 0;
    border-bottom-right-radius: 2rem;
    height: 34rem;
}

.navbar-snippet .navbar__navigation .navitem .nav-modal__heading {
    color: #2c2c2c;
    font-family: Josefin Sans, sans-serif;
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 500;
    line-height: 112.5%; /* 112.5% */
    margin-bottom: 3rem;
}

.navbar-snippet .navbar__navigation .navitem .nav-modal__body {
    display: flex;
    flex-wrap: wrap;
    gap: 2.5rem;
}

.navbar-snippet .navbar__navigation .navitem .nav-modal__body__content {
    width: 28rem;
    display: flex;
    flex-direction: column;
}

.navbar-snippet .navbar__navigation .navitem .nav-modal__body__content .content {
    text-decoration: none;
}

.navbar-snippet .navbar__navigation .navitem .nav-modal__body__content .content .heading {
    color: #2c2c2c;
    font-family: Josefin Sans, sans-serif;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 122.222% */
    letter-spacing: -0.18px;
    margin-bottom: 1rem;
}

.navbar-snippet .navbar__navigation .navitem .nav-modal__body__content .content .content {
    color: #4b5563;
    font-family: Lato, sans-serif;
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 18.2px */
    margin-bottom: 1rem;
    position: relative;
    z-index: 10;
}

.navbar-snippet .navbar__navigation .navitem .nav-modal__body__content .content:hover .heading {
    color: #00bd1e;
}

.navbar-snippet .navbar__navigation .navitem .nav-modal__body__content .content:hover .content {
    color: #00bd1e;
}

.navbar-snippet .navbar__navigation .navitem .nav-modal__body__content .sublink-container {
    margin-left: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.navbar-snippet .navbar__navigation .navitem .nav-modal__body__content .sublink-container:hover a.sub-link {
    color: #00bd1e !important;
}

.navbar-snippet .navbar__navigation .navitem .nav-modal__body__content .sublink-container a.sub-link {
    display: block;
    text-decoration: none;
    color: #2c2c2c;
    font-family: Josefin Sans, sans-serif;
    font-size: 1.6rem !important;
    font-style: normal;
    font-weight: 500;
    line-height: 22px; /* 122.222% */
    letter-spacing: -0.18px;
}

.navbar-snippet .navitem-services:hover > .wrapper {
    display: block;
}

.navbar-snippet .navitem-services:hover > .nav-modal {
    display: block;
}

.navbar-snippet .navbar .menu-bars {
    display: none;
    width: 3rem;
    height: 3rem;
}

.navbar-snippet .navbar .menu-close {
    display: none;
    width: 3rem;
    height: 3rem;
}

.navbar-snippet.fixed {
    padding-top: 1.2rem;
    transform: translateY(-300px);
}

.language-display-button-container {
    position: relative;
}

.language-display-button {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0.8rem 1.1rem;
    border-radius: 5rem;
    background-color: transparent;
    gap: 2px;
    border: none;
    height: 40px;
}

.language-display-button .main-language-name {
    color: #2c2c2c;
    text-decoration: none;
    font-family: Josefin Sans, sans-serif;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 500;
    line-height: 2.2rem;
    letter-spacing: -0.18px;
}

.language-button-option-wrapper {
    height: 2rem;
    width: 18rem;
    position: absolute;
    top: 3rem;
    right: 0;
    background-color: transparent;
    display: none;
}

.language-button-options-container {
    display: none;
    flex-direction: column;
    gap: 1rem;
    width: 181px;
    border-radius: 10px;
    padding: 2.3rem 1.8rem;
    position: absolute;
    top: 5.5rem;
    right: 0;
    background-color: #fff;
    box-shadow: 0 34px 34px 0 rgba(0, 0, 0, 0.2509803922);
    animation: slideup 0.2s ease-in 1;
}

.language-button-options-container .arrow-up-lang {
    width: 0;
    height: 0;
    border-left: 1rem solid transparent;
    border-right: 1rem solid transparent;
    border-bottom: 1rem solid #fff;
    position: absolute;
    top: -8px;
    right: 2rem;
}

.language-button-options-container .language-button-option {
    font-family: Josefin Sans, sans-serif !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 20px !important;
    letter-spacing: -0.01em !important;
    text-align: left;
    color: #2C2C2C !important;
    cursor: pointer;
}

.language-button-options-container .language-button-option:hover {
    color: #00BD1E;
}

.language-display-button:hover > .language-button-options-container {
    display: flex;
}

.language-display-button:hover > .language-button-option-wrapper {
    display: flex;
}

.profile-display-button {
    position: relative;
    align-items: center;
    padding: 0.8rem 1.1rem;
    border-radius: 5rem;
    background-color: #fff;
    gap: 0.8rem;
    border: none;
    display: flex;
}

.profile-display-button .main-profile-img-container {
    display: flex;
    align-items: center;
    justify-content: center;
    object-fit: cover;
    height: 1.8rem;
    width: 1.8rem;
    border-radius: 1.8rem;
    background-color: #00bd1e;
    color: #fff;
}

.profile-display-button .main-profile-name {
    font-family: Josefin Sans, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 140%;
    text-align: center;
    color: #2c2c2c;
    width: 5rem;
    overflow: hidden;
    text-overflow: ellipsis;
}

.profile-display-button-container {
    position: relative;
    display: none !important;
}

.profile-button-option-wrapper {
    height: 2rem;
    width: 18rem;
    position: absolute;
    top: 3rem;
    right: 0;
    background-color: transparent;
    display: none;
}

.profile-button-options-container {
    display: none;
    flex-direction: column;
    gap: 1rem;
    width: 181px;
    border-radius: 10px;
    padding: 2.3rem 1.8rem;
    position: absolute;
    top: 5rem;
    right: 0;
    background-color: #fff;
    box-shadow: 0 34px 34px 0 rgba(0, 0, 0, 0.2509803922);
    animation: slideup 0.2s ease-in 1;
}

.profile-button-options-container .arrow-up {
    width: 0;
    height: 0;
    border-left: 1rem solid transparent;
    border-right: 1rem solid transparent;
    border-bottom: 1rem solid #fff;
    position: absolute;
    top: -8px;
    right: 2rem;
}

.profile-button-options-container .profile-button-option {
    font-family: Josefin Sans, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.01em;
    text-align: left;
    color: #2c2c2c;
    cursor: pointer;
}

.profile-button-options-container .profile-button-option:hover {
    color: #00bd1e;
}

.profile-display-button:hover > .profile-button-options-container {
    display: flex;
}

.profile-display-button:hover > .profile-button-option-wrapper {
    display: flex;
}

@media only screen and (min-width: 1700px) {
    .navbar-snippet .navbar {
        padding: 4.2rem 0;
    }
}

@media only screen and (min-width: 1000px) and (max-width: 1120px) {
    .navbar-snippet .navbar__navigation {
        width: 78%;
    }

    .navbar-snippet .navbar__navigation .navitem-services .nav-modal {
        right: -55rem;
    }
}

.index-content-section .knowmore .content .tableofcontents__question {
    margin-left: -2rem;
}

@media only screen and (min-width: 360px) and (max-width: 1000px) {
    .navbar-snippet .navbar {
        padding: 1.2rem 0 1.2rem 2px;
    }

    .navbar-snippet .navbar__logo {
        width: 15rem;
        height: 3rem;
    }

    .navbar-snippet .navbar__navigation,
    .navbar-snippet .navbar__right {
        position: fixed;
        display: none;
        flex-direction: column;
        top: 0;
        left: 0;
        width: 100%;
        height: 40rem;
        background: white;
        align-items: center;
        justify-content: center;
    }

    .navbar-snippet .navbar__navigation.active {
        display: flex;
    }

    .navbar-snippet .navbar__navigation .navitem .nav-modal {
        width: 100vw;
        top: 0;
        background-color: white;
        z-index: 12000;
        left: 0;
        position: fixed;
        bottom: 0;
        height: calc(100vh - 40rem);
        min-height: 500px;
    }

    .navbar-snippet .navbar .menu-bars {
        display: block;
    }

    .navbar-snippet .navbar__navigation .navitem-services:hover > .nav-modal {
        display: none;
    }

    .mobile-none {
        display: none;
    }
}

.mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    background: #f2f0e4;
    width: 100%;
    height: 100%;
    z-index: 10;
    padding: 80px 20px;
    display: none;
    flex-direction: column;
    animation: open 0.2s ease-in 1;
}

.mobile-menu .menu-list {
    max-height: 100%;
    margin-bottom: 6.6rem;
    overflow: auto;
}

.mobile-menu .mobile-menu-btn {
    position: absolute;
    width: 90%;
    left: 5%;
    bottom: 4rem;
}

.mobile-menu .mobile-menu-btn #app-link-mobile {
    display: block;
    padding: 1rem 1rem;
    border-radius: 5rem;
    border: 1px solid #2c2c2c;
    color: #2c2c2c !important;
    font-family: Josefin Sans, sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: -0.18px;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    line-height: 100%;
    margin-bottom: 2rem;
}

.mobile-menu .mobile-menu-btn #app-link-mobile:hover {
    border: 1px solid #00bd1e;
    color: #00bd1e;
}

.mobile-menu .mobile-menu-btn #staging-app-link-mobile {
    display: none;
    padding: 1rem 1rem;
    border-radius: 5rem;
    border: 1px solid #2c2c2c;
    color: #2c2c2c !important;
    font-family: Josefin Sans, sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: -0.18px;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    line-height: 100%;
    margin-bottom: 2rem;
}

.mobile-menu .mobile-menu-btn #staging-app-link-mobile:hover {
    border: 1px solid #00bd1e;
    color: #00bd1e;
}

.mobile-menu .mobile-login-profile-container {
    position: absolute;
    bottom: 2%;
    left: 5%;
    width: 90%;
}

.mobile-menu .mobile-login-profile-container .mobile-login-profile {
    display: none !important;
    align-items: center;
    width: 100%;
    padding: 1rem 2rem;
    background-color: #fff;
    border-radius: 2rem;
}

.mobile-menu .mobile-login-profile-container .mobile-login-profile .mobile-profile-group {
    display: flex;
    align-items: center;
    flex: 1;
}

.mobile-menu .mobile-login-profile-container .mobile-login-profile .mobile-profile-group .mobile-profile-avatar {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    background-color: #00bd1e;
    border-radius: 2rem;
    color: #fff;
    font-size: 1.4rem;
    padding-bottom: 1px;
    margin-right: 1rem;
}

.mobile-menu .mobile-login-profile-container .mobile-login-profile .mobile-profile-group .mobile-profile-name {
    font-size: 1.8rem;
    font-weight: 500;
    color: #2c2c2c;
}

.mobile-menu .mobile-login-profile-container .mobile-login-profile .mobile-profile-button-chevrondown {
    transition: transform ease 500ms;
    transform-origin: 50% 50%;
}

.mobile-menu .mobile-login-profile-container .mobile-profile-wrapper {
    position: absolute;
    bottom: 4rem;
    left: 0;
    width: 100%;
    background-color: #00bd1e;
    height: 3rem;
}

.mobile-menu .mobile-login-profile-container .mobile-profile-dropdown {
    transition: transform ease 500ms;
    position: absolute;
    bottom: 6rem;
    left: 0;
    width: 100%;
    background-color: #fff;
    border-radius: 1rem;
    padding: 2rem;
    display: none;
    flex-direction: column;
    gap: 1rem;
}

.mobile-menu .mobile-login-profile-container .mobile-profile-dropdown .profile-dropdown-downarrow {
    width: 0;
    height: 0;
    border-left: 1rem solid transparent;
    border-right: 1rem solid transparent;
    border-top: 1rem solid #fff;
    position: absolute;
    bottom: -1rem;
    right: 2rem;
}

.mobile-menu .mobile-login-profile-container .mobile-profile-dropdown p {
    font-size: 1.8rem;
    font-weight: 500;
    color: #2c2c2c;
}

.mobile-menu .mobile-login-profile-container .mobile-profile-dropdown p:hover {
    color: #00bd1e;
}

.nav-active {
    display: flex;
}

.center-heading {
    text-align: center;
    font-size: 5.2rem;
    font-weight: 500;
}

@keyframes open {
    0% {
        transform: translateY(-20px);
        opacity: 0;
    }
}

.menu-group {
    padding: 2rem;
    background: white;
    border-radius: 20px;
    margin-bottom: 2rem;
}

.menu-group .menu-header {
    font-size: 2.2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #2c2c2c;
    text-decoration: none;
}

.menu-group .menu-header img {
    margin-right: 1rem;
}

.menu-group .menu-header .menu-title {
    flex-basis: 90%;
}

.menu-group .menu-header svg {
    transition: transform 0.4s;
}

.menu-group .menu-item {
    display: none;
    margin: 2rem 0;
    text-decoration: none;
}

.menu-group .menu-item.language-code {
    margin: 2rem 0 0 0;
}

.menu-group .menu-item h3 {
    font-size: 1.8rem;
    font-weight: 500;
    margin-bottom: 0.6rem;
    color: #2c2c2c;
}

.menu-group .menu-item p {
    font-size: 1.6rem;
    line-height: 140%;
    font-family: "lato", sans-serif;
    color: #2c2c2c;
}

.expanded .menu-header svg {
    transform: rotate(180deg);
}

.expanded .menu-item {
    display: block;
}

@keyframes slideup {
    0% {
        transform: translateY(20px);
        opacity: 0;
    }
}

.breadcrump {
    font-size: 1.4rem;
    margin-bottom: 2rem;
    font-family: Lato, sans-serif;
}

.breadcrump a {
    text-decoration: none;
    color: #00c100;
    text-transform: capitalize !important;
}

/*End of Navbar*/
