@font-face {
    font-family: 'Futura PT';
    src: url('../fonts/FuturaPTRegular.otf') format('opentype');
}
.bg-image {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.bg-image:not([class*=absolute]) {
    position: absolute;
}
.header_right {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 32px;
}
.btn_header_link {
    color: var(--Primary-Vibrant-Purple, #828282);
    font-family: 'Manrope';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%; /* 25.6px */
    text-transform: capitalize;
    padding: 0px;
}
.btn_header_link:hover {
    color: var(--Primary-Vibrant-Purple, #6A0DAD);
    font-family: 'Manrope';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%; /* 25.6px */
    text-transform: capitalize;
    padding: 0px;
}
.btn_header_link.active_class {
    color: var(--Primary-Vibrant-Purple, #6A0DAD);
    font-family: 'Manrope';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%; /* 25.6px */
    text-transform: capitalize;
    padding: 0px;
}
.header_right a{
    color: var(--Primary-Off-Black, #231F1C);
    text-align: center;
    font-family: 'Manrope';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    text-transform: capitalize;
}
.btn_header_link_btn {
    display: flex;
    padding: 13px 38px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 40px;
    border: 2px solid var(--Secondary-Bright-Yellow, #FFCF06);
    background: var(--Secondary-Bright-Yellow, #FFCF06);
    color: var(--Primary-Off-Black, #231F1C);
    text-align: center;
    font-family: 'Manrope';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%; /* 25.6px */
    text-transform: capitalize;
}
.btn_header_link_btn:hover {
    display: flex;
    padding: 13px 38px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: var(--XXL, 40px);
    border: 2px solid var(--Secondary-Bright-Yellow, #FFCF06);
    background: var(--Secondary-Bright-Yellow, transparent);
    color: var(--Primary-Off-Black, #231F1C);
    text-align: center;
    font-family: 'Manrope';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%; /* 25.6px */
    text-transform: capitalize;
}

.header_main_container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background: var(--Neutral-White, transparent);
    padding: 40px 0px;
    margin-left: auto;
    margin-right: auto;
}
.mobile_header {
    display: none;
}


.btn_footer_links {
    color: var(--primary-off-white-04, #F8F3F0);
    font-family: 'Manrope';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%; /* 25.6px */
    text-transform: capitalize;
    padding: 0px;
}
.btn_footer_links.active_class, .btn_footer_links:hover {
    color: var(--primary-off-white-04, #FFCF06);
    font-family: 'Manrope';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%; /* 25.6px */
    text-transform: capitalize;
    padding: 0px;
}

.footer_main {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.footer_left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 24px;
}
.footer_copyright_text {
    color: var(--primary-off-white-04, #F8F3F0);
    text-align: center;

    /* P/Small */
    font-family: 'Manrope';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%; /* 25.2px */
    margin-bottom: 0px;
}
.footer_right {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 32px;
}
.footer {
    padding-top: 56px;
    padding-bottom: 56px;
    background: url(../img/footer_bg.png);
    background-size: cover;
    background-position: center;
}








@media only screen and (max-width: 600px) {
    html,body{
        overflow-x: hidden;
    }
    .desktop_header {
        display: none;
    }
    .mobile_header {
        display: block;
        padding: 0px 24px;
    }
   
    .header_top {
        background: var(--Neutral-White, transparent);
        padding: 24px 0px;
    }
    
    .header_mobo_main {
        display: flex;
        align-items: center;
        justify-content: space-between;    
        position: relative;
    }
    .header_mobo_right {
        position: relative;
        height: 25.5px;
        width: 85px;
        left: 0px;
        display: flex;
        flex-direction: row;
        align-items: center;
        /* justify-content: space-between; */
        gap: 16px;
    }

    .btn_header_mobo {
        display: flex;
        padding: 7.21px 23.18px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 40px;
        background: var(--Secondary-Bright-Yellow, #FFCF06);
        color: var(--Primary-Off-Black, #231F1C);
        text-align: center;
        font-family: 'Manrope';
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 160%; /* 25.6px */
        text-transform: capitalize;
    }
    .header_mobo_main_slide {
        background: #F8F3F0;
        padding: 24px;
        height: fit-content;
        width: fit-content;
        position: absolute;
        right: 0px;
        top: 96px;
        border-radius: 0px 0px 0px var(--M, 16px);
        background: var(--primary-off-white-04, #F8F3F0);
    }
    .header_main_mobo {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        justify-content: flex-start;
        gap: 8px;
        padding: 0px;
    }

    .btn_header_link {
        color: var(--Grayscale-02, #828282);
        font-family: 'Manrope';
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 160%; /* 25.6px */
        padding: 0px;
    } 
    .btn_header_link.active_class {
        color: var(--Primary-Vibrant-Purple, #6A0DAD);
        font-family: 'Manrope';
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 160%; /* 25.6px */
        padding: 0px;
    }
    .hamburger_menu {
        position: absolute;
        width: 44px;
        right: 0px;
        top: 0px;
    }
    .hamburger_menu_close {
        position: absolute;
        width: 44px;
        right: 0px;
        top: 0px;
    }

    .ham_text {
        color: var(--Primary-Vibrant-Purple, #6A0DAD);
        font-family: 'Manrope';
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 160%; /* 25.6px */
        text-transform: capitalize;
        margin-bottom: 0px;
    }
    
    
    .footer_main {
        display: flex;
        flex-direction: column-reverse;
        justify-content: space-between;
        align-items: center;
        gap: 40px;
    }
    .footer_left {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        gap: 24px;
    }
    .footer_right {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        gap: 32px;
    }
    .footer {
        padding-top: 32px;
        padding-bottom: 32px;
        background: url(../img/footer_mobo_bg.png);
        background-size: cover;
        background-position: center;
    }
    
}




@media only screen and (min-width: 1080px) and (max-width:1151px) {
    
}
@media only screen and (min-width: 1152px) and (max-width:1279px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1028px;
    }
    
}
@media only screen and (min-width: 1280px) and (max-width:1348px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1190px;
    }
    
}
/* @media only screen and (min-width: 1349px) and (max-width:1439px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1200px;
    }
    
} */
@media only screen and (min-width: 1349px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1256px;
    }
    
}
/* @media only screen and (min-width: 1440px) and (max-width:1499px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1264px;
    }
}
*/
/* @med  */