@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Poppins:wght@100;400&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: sans-serif;
    font-family: 'Poppins', sans-serif;
    color: #404040;
}


a {
    text-decoration: none;
}

button {
    cursor: pointer;
    font-weight: bold;
    border: none;
}

h1 {
    font-family: 'Bebas Neue', sans-serif;
    font-weight: 100;
    letter-spacing: 1px;
    font-size: 50px;

}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f123;
}

::-webkit-scrollbar {
    width: 8px;
    position: absolute;
    left: 0;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #acacac;


}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}




.iamg-logo__wrapper>h2 {
    font-size: 25px;
    color: #404040;
}

.iamg-logo__wrapper>p {
    font-size: 20px;
    color: #404040;
}

.iamg-header {
    display: flex;
    justify-content: space-between;
    padding: 1rem 9rem 0 9rem;
    box-shadow: 3px 3px 6px gray;
    position: relative;
    align-items: center;
    position: sticky;
    top: 0;
    background-color: #fff;
    flex-wrap: wrap;
    gap: 3rem;
    z-index: 2;
}

.iamg-logo__container {
    display: flex;
    align-items: flex-end;
}

.iamg-logo__container>img {
    padding-right: 1.5rem;
    border-right: solid #404040;
    width: 5.5rem;
}

.iamg-logo__wrapper {
    display: flex;
    flex-direction: column;
    padding-left: 1.5rem;
}

.navigation__container {
    display: flex;
    align-items: flex-end;
    gap: 2rem;
}

.nav-option__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    padding: 1rem;

}

.nav-option__wrapper>p {
    color: #858585;
    /* font-weight: bold; */
}

.plus-aid-design {
    position: absolute;
    right: 0;
}

.mob-nav-btn {
    display: none;
}

.text-green {
    color: #00736A;
    font-family: 'Bebas Neue', sans-serif
}

.text-yellow {
    color: #C8A64D;
    font-family: 'Bebas Neue', sans-serif
}



/* footer */

.iamg-footer__container {
    background-color: #CFCFCF;
    padding: 0 0 2rem 5rem;
    overflow: hidden;
}

.logo-banner__wrapper {
    background-color: #fff;
    padding: 2rem 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 0 2rem 2rem;
}

.iamg-footer__wrapper {
    display: flex;
    gap: 4rem;
}

.footer-contacts {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.footer-contacts p>span {
    font-weight: bolder;

}

.footer-contacts>p {
    color: #404040;
}

.footer-contact-spacer {
    height: 20px;
    width: 2px;
    background-color: #404040;
}

.footer-contact-adr {
    font-size: 20px;
    color: #404040;
}

.contact-cr {
    color: #404040;
}

.footer-contact__wrapper {
    color: #404040;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    justify-content: center;
}

.footer-contact__wrapper>h2 {
    font-size: 40px;
    font-family: 'Bebas Neue', sans-serif;
    font-weight: 100;
    letter-spacing: 1px;

}

.office-hours>span {
    font-weight: 500;
}

.mobile-nav__container {
    display: none;
}





@media screen and (max-width:600px) {

    .navigation__container {
        display: none;
    }

    .landing-greetings__wrapper>p {
        display: none;
    }

    .greetings-perks__wrapper {
        display: none;
    }

    .landing-greetings__wrapper div>h1 {
        font-size: 50px;
    }

    .iamg-header {
        padding: 1rem 2rem;
    }

    .iamg-logo__container>img {
        width: 4rem;
        padding-right: 1rem;
    }

    .iamg-logo__wrapper>h2 {
        font-size: 18px;
    }

    .iamg-logo__wrapper>p {
        font-size: 14px;
    }

    .plus-aid-design {
        display: none;
    }

    .mob-nav-btn {
        display: block;
        cursor: pointer;
    }


    .logo-banner__wrapper>img {
        width: 4rem;
    }

    .logo-banner__wrapper {
        align-items: flex-end;
    }

    .iamg-footer__container {
        padding: 0 1rem 2rem 1rem;
    }

    .iamg-footer__wrapper {
        gap: 1rem;
    }

    .footer-contact__wrapper {
        gap: .5rem;
        padding-top: 1.3rem;
    }

    .footer-contacts {
        gap: 0;
        flex-direction: column;
        align-items: flex-start;
        font-size: 14px;
    }

    .logo-banner__wrapper {
        padding: 1rem 1rem;
        border-radius: 0 0 1rem 1rem;
    }

    .footer-contact-spacer {
        display: none;
    }

    .footer-contact-adr {
        font-size: 14px;
    }

    .contact-cr {
        font-size: 11px;
    }

    .footer-contact__wrapper>h2 {
        font-size: 27px;

    }

    .mobile-nav__container {
        z-index: 38;
        height: 100%;
        position: fixed;
        width: 100%;
        top: 0;
        bottom: 0;
        background-color: #fff;
        display: flex;

        justify-content: space-between;
        padding: 1rem;
        display: none;
        flex-direction: column;
    }

    .mobile-nav__wrapper {
        gap: 1rem;
        padding: 1rem;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .mob-nav-option {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 1rem;
        border-radius: 10px;
    }

    .mob-nav-row1 {
        display: flex;
        gap: 1rem;
    }

    .mob-nav-row2 {
        display: flex;
        gap: 1rem;
    }

    /* .mob-nav-option > img{
        width: 50px;
    } */

    .mob-nav-row1>a {
        display: flex;
        align-items: flex-end;
    }

    .mob-nav-row2>a {
        display: flex;
        align-items: flex-end;
    }

    .mobile-nav__container>footer {
        display: flex;
        justify-content: center;
    }

    .mobile-nav__container footer>p {
        text-align: center;
        font-size: 12px;
        width: 282px;
    }

    .mobile-nav__container>header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 1rem;
    }

    .iamg-logo__wrapper{
        padding-left: 1rem;
    }

    .office-hours{
        font-size: 14px;
    }
}

@media screen and (max-width:375px) {
    .iamg-logo__container>img {
        width: 3.5rem;
        padding-right: .6rem;
    }

    .iamg-logo__wrapper{
        padding-left: .6rem;
    }
}