/* Home - Forex */
.home-forex-inner-wrapper {
    margin: 5px 30px 55px;
    background: #F4E7DB;
    align-items: stretch;
    border-radius: 30px;
    max-height: 600px;
    display: flex;
}
.home-forex-left-wrapper {
    padding: 55px 75px;
    width: 55%;
}
.home-forex-right-wrapper {
    width: 45%;
}
.home-forex-image {
    border-radius: 30px;
    overflow: hidden;
    height: 100%;
}
.home-forex-image img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.home-forex-title-date-wrapper {
    margin-bottom: 25px;
}
.home-forex-title-wrapper p {
    line-height: 55px;
    color: #B02121;
    font-weight: 600;
    font-size: 45px;
}
.home-forex-date-wrapper p {
    line-height: 22px;
    color: #866D65;
    font-weight: 400;
    font-size: 18px;
}
.home-forex-items-outer-wrapper {
    margin-bottom: 35px;
}
.home-forex-button-wrapper a {
    background: linear-gradient(180deg, #E23D3D 0%, #B02121 100%);
    border: 2px solid #fff;
    justify-content: center;
    display: inline-flex;
    align-items: center;
    border-radius: 30px;
    padding: 12px 22px;
    line-height: 20px;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 16px;
    width: auto;
    transition: all 0.4s;
}
.home-forex-button-wrapper a:hover {
    background: #fff;
    color: #E23D3D;
}
.forex-item-details-wrapper {
    justify-content: space-between;
    display: flex;
    width: 70%;
}
.forex-item-details-wrapper > div {
    width: calc(100% / 3);
}
.forex-item-title {
    margin-bottom: 10px;
}
.forex-item-details-wrapper p {
    line-height: 23px;
    font-weight: 200;
    color: #866D65;
    font-size: 19px;
}
.forex-item:not(:last-child) {
    margin-bottom: 10px;
}
.forex-item-title .forex-item-details-wrapper p {
    font-weight: 600;
}


/* Mega Menu */
.mega-menu-wrapper {
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.10);
    background: #FFFFFF;
    pointer-events: none;
    border-radius: 30px;
    visibility: hidden;
    position: fixed;
    margin: 0 auto;
    z-index: 999;
    opacity: 0;
    width: 85%;
    top: 60px;
    right: 0;
    left: 0;
}
.mega-menu-bottom-wrapper {
    border-top: 0.5px solid #0000001A;
    padding: 0 100px;
}
.mega-menu-bottom-menu-wrapper {
    display: flex;
}
.internet-banking-btn a:visited {
    color: #FFFFFF;
}
.internet-banking-btn a:hover {
    color: #FFFFFF;
}
.mega-menu-left {
    border-right: 0.5px solid #0000001A;
    padding: 25px 40px 40px 0;
    width: 70%;
}
.mega-menu-right {
    padding: 25px 0 40px 40px;
    width: 30%;
}
.mega-menu-bottom-menu-wrapper li.menu-item {
    list-style: none;
}
.mega-menu-bottom-menu-wrapper li.menu-item a {
    font-family: 'Outfit';
    color: #12263380;
    line-height: 18px;
    font-weight: 700;
    font-size: 14px;
    display: block;
    transition: 0.6s all ease-in-out;
}
.mega-menu-bottom-menu-wrapper ul {
    padding: 0;
    margin: 0;
}
.mega-menu-bottom-menu-wrapper ul.sub-menu li.menu-item a {
    font-weight: 400;
}
.mega-menu-bottom-menu-wrapper .mega-menu-left > ul, 
.mega-menu-bottom-menu-wrapper .mega-menu-right > ul {
    display: flex;
}
.mega-menu-bottom-menu-wrapper li.menu-item.menu-hidden > a {
    display: none;
}
.mega-menu-bottom-menu-wrapper ul.sub-menu > li.menu-item:not(:last-child) {
    margin-bottom: 18px;
}
.mega-menu-bottom-menu-wrapper .mega-menu-left > ul > li.menu-item > a {
    margin-bottom: 18px;
}
.mega-menu-bottom-menu-wrapper .mega-menu-left > ul > li.menu-item {
    width: calc(100% / 4);
}
.mega-menu-bottom-menu-wrapper .mega-menu-right > ul > li.menu-item {
    width: calc(100% / 2);
}
.mega-menu-bottom-menu-wrapper .mega-menu-left > ul {
    gap: 35px;
}
.mega-menu-bottom-menu-wrapper .mega-menu-right > ul {
    gap: 20px;
}
.mega-menu-top-wrapper {
    justify-content: space-between;
    padding: 10px 40px 10px 60px;
    align-items: center;
    display: flex;
}
.mega-menu-top-left-wrapper {
    width: 20%;
}
.mega-menu-top-right-wrapper {
    justify-content: flex-end;
    align-items: center;
    display: flex;
    width: 80%;
}
.mega-menu-logo-wrapper {
    width: 100%;
}
.mega-menu-logo-wrapper a {
    display: block;
    width: 100%;
}
.mega-menu-logo-wrapper a img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.mega-menu-top-right-menu ul.main-nav-menu {
    list-style: none;
    display: flex;
    padding: 0;
    margin: 0;
    gap: 20px;
}
.mega-menu-top-right-menu ul.main-nav-menu li.menu-item a {
    font-family: 'Outfit';
    color: #12263380;
    line-height: 20px;
    font-weight: 600;
    font-size: 16px;
    transition: 0.6s all ease-in-out;
}
.mega-menu-top-right-menu ul.main-nav-menu li.menu-item a:visited {
    color: #12263380;
}
.mega-menu-top-right-menu ul.main-nav-menu li.menu-item a:hover {
    color: #B02121;
}
.mega-menu-bottom-menu-wrapper li.menu-item a:visited {
    color: #12263380;
}
.mega-menu-bottom-menu-wrapper li.menu-item a:hover {
    color: #B02121;
}
.mega-menu-top-right-close-btn-wrapper svg.ham.hamRotate {
    transform: rotate(45deg);
    cursor: pointer;
}
.mega-menu-top-right-close-btn-wrapper .ham8 .top {
    stroke-dashoffset: -64px;
}
.mega-menu-top-right-close-btn-wrapper .ham8 .middle {
    transform: rotate(90deg);
}
.mega-menu-top-right-close-btn-wrapper .ham8 .bottom {
    stroke-dashoffset: -64px;
}
.mega-menu-top-right-close-btn-wrapper .line {
    stroke-width: 2;
}
.mega-menu-top-right-menu {
    margin-right: 25px;
}


/* Card Stack Slider */
.scroll-section {
    z-index: 3;
}
button.slick-btn.accounts.all-cards::before { 
    background: #B02121;
}
button.slick-btn.accounts.all-cards:hover i {
    color: #F4E7DB;
}
.slick-slide {
    outline: 0;
}


/* Website fixes */
.card-inner-container button, 
.mobile-card-inner-container button {
    justify-content: center;
    align-items: center;
    display: flex;
    padding: 0;
}


/* Menu */
.menu-mobile {
    display: none;
}