/* ---------------- Configure container outside ODS ----------------- */

.container {
    margin-right: auto;
    margin-left: auto;
    padding: 0 !important;
}

@media (min-width: 1200px) {
    .container {
        width: 1460px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1160px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 960px;
    }
}

@media (min-width: 768px) {
    .container {
        width: 740px;
    }
}

/* --------------- Global Styles ------------------ */

body {
    background-color: var(--whiteColor);
}

main {
    margin: 0;
}

.ods-box {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none !important;
}

a:active, a:hover {
    text-decoration: underline !important;
}

input, select, textarea {
    border: 0;
}

:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}

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

ul {
    padding: 0;
    margin: 0;
}

ul li {
    list-style: none;
}

.page-container .page-body {
    cursor: auto;
}

.user-name a i {
    margin-right: 10px;
}

.user-name a {
    font-family: var(--primaryFont);
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: var(--whiteColor);
}

.menu-wraper ul {
    margin: -20px -20px;
    text-align: center;
}

.menu-wraper ul li {
    display: inline-block;
    margin: 20px 20px;
    position: relative;
}

.menu-wraper li.menu-item.active:after {
    position: absolute;
    content: '';
    background: var(--whiteColor);
    width: -webkit-fill-available;
    height: 4px;
    bottom: -20px;
    left: 0;
}

.menu-wraper {
    display: flex;
    justify-content: center;
}

.menu-wraper ul li a {
    font-family: var(--primaryFont);
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: var(--whiteColor);
}

.logout-btn a {
    background: #FFA6CC;
    border-radius: 100px;
    padding: 8px 24px;
    font-family: var(--primaryFont);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.03em;
    color: var(--brandColor1);
}

.user-content-wraper .user-meta {
    margin: 10px 20px;
}

.user-content-wraper {
    display: flex;
    align-items: center;
    justify-content: end;
    margin: -10px -20px;
    flex-wrap: wrap;
} 

/* --------------- Other Styles ------------------ */


.banner-section {
    background: var(--whiteColor);
    position: relative;
    z-index: 0;
    min-height: calc(100vh - 109px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 60px;
    overflow-y: auto;
}

.banner-section .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 30px;
}

.banner-content {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.banner-content .banner-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}

.banner-content .banner-text,
.banner-content .banner-buttons {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.banner-content h2 {
    font-family: var(--primaryFont);
    font-style: normal;
    font-weight: 700;
    font-size: 60px;
    line-height: 1.16;
    color: var(--blackColor);
    margin-bottom: 25px;
}

.banner-content p {
    font-family: var(--primaryFont);
    font-style: normal;
    font-weight: 400;
    font-size: 23.2px;
    line-height: 32px;
    color: var(--blackColor);
    margin-bottom: 0;
}

.banner-double-btn {
    margin: -10px -5px;
}

.banner-double-btn a {
    padding: 10px 32px;
    border-radius: 100px;
    font-family: var(--primaryFont);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    margin: 10px 5px;
    width: 330px;
    text-align: center;
}

.banner-double-btn a.explore {
    background: var(--brandColor1);
    color: var(--whiteColor);
}

.banner-double-btn a.insight {
    background: var(--brandColor3);
    color: var(--blackColor);
}

.banner-double-btn a.economy {
    background: var(--brandColor5);
    color: var(--blackColor);
}

.banner-double-btn a.faq {
    background: var(--brandColor2);
    color: var(--blackColor);
}

.banner-double-btn a:hover {
    text-decoration: underline;
}

.banner-right-image img {
    width: 450px;
    height: 500px;
}

.social-area {
    display: flex;
    justify-content: end;
}

.social-area ul {
    margin: 0px -5px;
}

.social-area ul li {
    display: inline;
    margin: 0px 5px;
}

.copyright-content {
    display: flex;
    align-items: center;
}

.copyright-text p {
    margin-left: 16px;
    margin-bottom: 0;
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: var(--whiteColor);
}

.copy-right-right-content {
    display: flex;
    justify-content: end;
}

.copy-right-right-content ul {
    margin: 0px -24px;
}

.copy-right-right-content ul li {
    display: inline-block;
    margin: 0px 24px;
}

.copy-right-right-content ul li a {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: var(--whiteColor);
}

@media only screen and (max-width: 1199px) {
    .banner-section {
        height: fit-content;
        margin: 20px 0 40px;
        padding: 0 !important;
    }

    .banner-content h2 {
        font-size: 48px;
        margin-bottom: 0;
    }

    .banner-content .banner-main {
        flex-direction: column;
        gap: 50px;
    }

    .banner-content .banner-text,
    .banner-content .banner-buttons {
        width: 100%;
        gap: 30px;
    }

    .banner-double-btn a {
        width: 100%;
    }
}

@media only screen and (max-width: 991px) {
    .banner-content p {
        width: 100%;
        font-size: 16px;
        line-height: 24px;
    }

    .banner-double-btn a {
        width: 100%;
    }
}

@media only screen and (max-width: 991px) {
    .banner-right-image {
        display: none;
    }

    .banner-right-image img {
        width: 400px;
        height: 400px;
    }

    .banner-section .row {
        padding: 10px 30px;
    }
}


@media only screen and (min-width: 768px) and (max-width: 991px) {

    .ods-responsive-menu-collapsible__toggle-button {
        background: var(--whiteColor);
    }

    .banner-tab .tab-item {
        padding: 20px 20px 15px 20px;
    }

    .logo-wraper {
        text-align: center;
    }

    .user-content-wraper {
        justify-content: center;
    }

    .menu-wraper {
        padding: 25px 0px 50px 0px;
    }

    .banner-right-image {
        text-align: center;
        margin: auto;
        margin-top: 40px;
    }

    .banner-right-image img {
        width: 400px;
    }

    .banner-content p {
        margin-right: 0;
    }

    .banner-content h2 {
        font-size: 48px;
        margin-bottom: 0;
    }

    .copy-right-right-content ul {
        margin: 0px -15px;
    }

    .copy-right-right-content ul li {
        margin: 0px 15px;
    }
}

@media only screen and (max-width: 767px) {

    .ods-responsive-menu-collapsible__toggle-button {
        background: var(--whiteColor);
    }

    .logo-wraper {
        text-align: center;
    }

    .user-content-wraper {
        justify-content: center;
    }

    .menu-wraper {
        padding: 25px 0px 50px 0px;
    }

    .banner-right-image {
        text-align: center;
        margin: auto;
        margin-top: 40px;
    }

    .banner-right-image img {
        width: 300px;
    }

    .banner-content p {
        margin-right: 0;
        font-size: 18px;
        line-height: 22px;
    }

    .banner-content h2 {
        font-size: 32px;
        margin-bottom: 0;
    }

    .banner-content {
        margin-right: 0px;
    }

    .copy-right-right-content ul {
        margin: 0px -15px;
    }

    .copy-right-right-content ul li {
        margin: 0px 15px;
    }

    .copyright-content {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }

    .copy-right-right-content {

        justify-content: center;
    }

    .social-area {
        justify-content: center;
    }

    .copyright-text p {
        margin-left: 0px;
        padding: 20px 0px;
    }

    .menu-wraper ul {
        text-align: center;
    }
}

@media only screen and (min-width: 992px) and (max-width: 991px) {
    .banner-right-image img {
        width: 100%;
    }
}

.container {
    padding: 0;
}

@media (min-width: 1200px) {
    .container {
        width: 1460px;
    }
}