@font-face {
    font-family: 'Helvetica Now Display';
    src: url('../fonts/HelveticaNowDisplay-Regular.ttf') format('truetype');
}
.bg-image {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.bg-image:not([class*=absolute]) {
    position: absolute;
}
.header_top {
    background: var(--neutral-white, #FFF);
    padding: 21px 0px;
}
.header_main_container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.mobile_header {
    display: none;
}
.btn_cart {
    color: var(--neutral-white, #FFF);
    font-family: 'Urbanist';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.35px;
    text-transform: capitalize;
    padding: 0px;
}
.btn_currency {
    display: flex;
    flex-direction: row;
    gap: 4px;
    align-items: center;
    color: var(--neutral-near-black, #0E0E0E);
    font-family: 'Inter';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    padding: 0px;
}
.header_right {
    display: flex;
    align-items: center;
    gap: 24px;
    position: relative;
}
.header_center {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 40px;
}
.header_link {
    color: var(--neutral-near-black, #0E0E0E);
    text-align: center;
    font-family: 'Inter';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    text-decoration: none;
}
.currency_drop {
    display: flex;
    padding: 16px;
    flex-direction: column;
    align-items: center;
    gap: 21px;
    border: 1px solid var(--Outline, #E0E0E0);
    background: var(--neutral-white, #FFF);    
    position: absolute;
    top: 51px;
    right: 0px;
}
.currency_link.active {
    color: var(--core-primary, #0F5548);
    text-align: center;
    font-family: 'Inter';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}
.currency_link {
    color: var(--neutral-600, #9B9B9B);
    text-align: center;
    font-family: 'Inter';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    text-decoration: none;
}
.cart_drop {
    position: absolute;
    right: 0px;
    top: 58px;
    width: 390px;
    background: var(--neutral-white, #FFF);
}
.footer {
    background: var(--neutral-white, #FFF);
    padding: 40px 0px;
}
.footer_right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 24px;
}
.footer_copy_right {
    color: var(--neutral-near-black, #0E0E0E);
    text-align: right;
    font-family: 'Inter';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 185.714% */
    margin-bottom: 0px;
}
.footer_links {
    color: var(--neutral-near-black, #0E0E0E);
    font-family: 'Inter';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    text-decoration: none;
}
.footer_divs_internal {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.footer_title {
    color: var(--neutral-near-black, #0E0E0E);
    font-family: 'Bona Nova';
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%; /* 32.4px */
    text-transform: capitalize;
    margin-bottom: 24px;
}
.footer_left {
    display: flex;
    flex-direction: row;
    gap: 88px;
}
.footer_desktop {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.footer_mobo {
    display: none;
}

@media only screen and (max-width: 600px) {
    .mobo_currency_drop {
        border: none;
        background: transparent;
        padding: 0px 24px;
        display: flex;
        justify-content: space-between;
        align-items: stretch;
        width: 100%;
        flex-direction: column;
        gap: 16px;
    }
    .btn_currency_mobo_selector {
        color: var(--neutral-600, #9B9B9B);
        font-family: 'Bona Nova';
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: 135%;
        text-transform: capitalize;
        border: transparent;
        text-align: left;
        background: transparent;
        padding: 0px;
    }
    .btn_currency_mobo_selector.active {
        color: var(--core-primary, #0F5548);
        font-family: 'Bona Nova';
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: 135%;
        text-transform: capitalize;
        text-transform: capitalize;
        text-align: left;
    }
    .desktop_header {
        display: none;
    }
    .mobile_header {
        display: block;
        padding: 0px 24px;
    }
    .cart_drop {
        position: absolute;
        right: 0px;
        top: 76px;
        width: 100%;
        border: 1px solid var(--Outline, #E0E0E0);
        background: var(--neutral-white, #FFF);
    }
    .header_top {
        background: url(../img/header_mobo_bg.png);
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        padding: 22px 0px;
    }
    .header_mobo_main {
        display: flex;
        align-items: center;
        justify-content: space-between;    
        position: relative;
    }
    .header_mobo_right {
        position: relative;
        height: 24px;
    }
    .header_mobo_main_slide {
        overflow: auto;
        background: #FFF;
        background-size: cover;
        background-repeat: no-repeat;
        padding: 0px;
    }
    .header_main_mobo {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-start;
        gap: 33px;
        padding: 24px 0px;
        height: 590px;
    }
    .hamburger_menu {
        position: absolute;
        width: 30px;
        right: 0px;
        top: -4px;
    }
    .hamburger_menu_close {
        position: absolute;
        width: 30px;
        right: 0px;
        top: -4px;
    }
    .cart_menu_close {
        position: absolute;
        width: 24px;
        right: 0px;
        top: -1px;
    }
    .header_link {
        color: var(--neutral-near-black, #0E0E0E);
        text-align: left;
        font-family: 'Bona Nova';
        font-size: 32px;
        font-style: normal;
        font-weight: 400;
        line-height: 135%; /* 43.2px */
        text-transform: capitalize;
        padding: 0px 24px;
    }
    .btn_account_mobo {
        border-radius: 60px;
        background: var(--core-primary, #0F5548);
        padding: 20px 32px;
        color: var(--neutral-white, #FFF);
        font-family: 'Inter';
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-transform: capitalize;
        width: -webkit-fill-available;
        margin: 0px 24px 16px;
    }
    .hamburger_cart {
        color: var(--neutral-near-black, #0E0E0E);
        font-family: 'Inter';
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-transform: capitalize;
        margin: 0px 24px 16px;
        padding: 20px 32px;
        width: -webkit-fill-available;
        background: transparent;
        border: 0px;
        text-align: center;
    }
    .header_link.active {
        color: var(--neutral-near-black, #0E0E0E);
        text-align: left;
        background: var(--core-tertiary, #EDEAE3);
        font-family: 'Bona Nova';
        font-size: 32px;
        font-style: normal;
        font-weight: 400;
        line-height: 135%; /* 43.2px */
        text-transform: capitalize;
        padding: 24px 21px;
    }
    .btn_currency {
        color: var(--neutral-near-black, #0E0E0E);
        font-family: 'Bona Nova';
        font-size: 32px;
        font-style: normal;
        font-weight: 400;
        line-height: 135%;
        text-transform: capitalize;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        padding: 0px 24px;
        gap: 10px;
        border-radius: 0px;
    }
    
    .footer_desktop {
        display: none;
    }
    .footer_title {
        color: var(--neutral-near-black, #0E0E0E);
        text-align: center;
        font-family: 'Bona Nova';
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: 135%; /* 32.4px */
        text-transform: capitalize;
        margin-bottom: 16px;
    }
    .footer_divs_internal {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }
    .footer_links {
        color: var(--neutral-near-black, #0E0E0E);
        text-align: center;
        font-family: 'Inter';
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-transform: capitalize;
    }
    .footer_mobo {
        display: flex;
        flex-direction: column;
        gap: 24px;
        align-items: center;
    }
    .footer_maker {
        display: flex;
        flex-direction: row;
        gap: 15px;
    }
    .footer_copy_right {
        color: var(--neutral-600, #9B9B9B);
        text-align: center;
        font-family: 'Inter';
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px; /* 185.714% */
        margin-bottom: 0px;
    }
}
@media only screen and (min-width: 1200px) and (max-width:1348px) {
    
}
@media only screen and (min-width: 1349px) and (max-width:1439px) {
    
}
.cards_services {
    border: 1px solid transparent;
    transition: border-color 0.3s ease;
    position: relative;
    cursor: pointer;
}

.cards_services:hover {
    border-color: #333;
}

.cards_services img {
    transition: transform 0.3s ease;
}

.cards_services.clicked {
    border-color: #333;
    
}
.cards_services.clicked img {
    transform: scale(1.1);
}
.cards_services:hover img {
    transform: scale(1.1);
}