@font-face {
    font-family: 'Merriweather-Regular';
    src: url('../fonts/Merriweather-Regular.ttf');
}

@font-face {
    font-family: 'Merriweather-Bold';
    src: url('../fonts/Merriweather-Bold.ttf');
}

.scrollToForm{
    cursor: pointer;
}

header{
    background-color: white;
}

header p{
    margin: 0;
    font-size: unset;
    font-family: "Merriweather-Regular" !important;
    color: #2C4E78 !important;

}

header ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
}

header ul li{
    padding: 0;
    margin: 0;
    line-height: unset;
    list-style: none;
    font-size: 16px;
    font-family: "Merriweather-Regular" !important;
    color: #2C4E78 !important;
}

header ul li p{
    font-family: "Merriweather-Regular" !important;
    color: #2C4E78 !important;
    font-weight: bold;
}

header ul li::marker{
    display: none;
}

/* Header */

.header_top {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 0 70px !important;
    height: 78px !important;
    border-bottom: 1px solid rgb(0, 0, 0, .1) !important;
}

.header_left {
    display: flex !important;
    align-items: center !important;
    gap: 24px !important;
    height: 100% !important;
}

.header_left img {
    width: 190px !important;
}

.header_left nav {
    height: 100% !important;
}

.header_left nav ul {
    list-style: none !important;
    display: flex !important;
    align-items: center !important;
    gap: 48px !important;
    padding: 0 !important;
    font-family: "Merriweather-Regular" !important;
    color: #2C4E78 !important;
    height: 100% !important;
}

.header_left nav ul li:nth-child(1) {
    font-family: "Merriweather-Bold" !important;
    border-bottom: 3px solid #2C4E78 !important;
    transform: translateY(15px) !important;
    border-bottom-left-radius: 4px !important;
    height: 46px !important;
    border-bottom-right-radius: 4px !important;
}

.buttons {
    display: flex !important;
    align-items: center !important;
    gap: 16px !important;
}

.buttons button:first-of-type {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 8px !important;
    width: 128px !important;
    box-sizing: border-box !important;
    border-radius: 4px !important;
    gap: 8px !important;
    border: 1px solid rgb(44, 78, 120, .1) !important;
    background-color: transparent !important;
    font-family: "Merriweather-Regular" !important;
    font-family: 12px !important;
    color: #2C4E78 !important;
}

.buttons button:first-of-type img {
    width: 20px !important;
}

.buttons button:last-of-type {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 8px !important;
    width: 128px !important;
    height: 37px !important;
    box-sizing: border-box !important;
    border-radius: 4px !important;
    gap: 8px !important;
    border: none !important;
    background-color: #259C4D !important;
    font-family: "Merriweather-Regular" !important;
    font-size: 12px !important;
    color: white !important;
}

.header_bottom {
    padding: 8px 70px !important;
    display: flex !important;
    align-items: center !important;
    gap: 16px !important;
    font-family: "Merriweather-Regular" !important;
    font-size: 12px !important;
    color: #2C4E78 !important;
}

.dot {
    width: 3px !important;
    height: 3px !important;
    border-radius: 50% !important;
    background-color: rgb(29, 29, 29, .4) !important;
}

.bookmark {
    display: flex !important;
    align-items: center !important;
    font-family: "Merriweather-Regular" !important;
    font-size: 12px;
    color: rgb(29, 29, 29, .4) !important;
}

.bookmark p{
    color: rgb(29, 29, 29, .4) !important;
    font-family: "Merriweather-Regular" !important;
    font-size: 12px;
}

.bookmark img {
    width: 24px !important;
}

@media screen and (max-width: 1110px) {
    .header_left nav ul li:nth-last-child(1) {
        display: none;
    }
}

@media screen and (max-width: 1000px) {
    .header_left nav ul li:nth-last-child(2) {
        display: none;
    }
}

@media screen and (max-width: 890px) {
    .header_left nav ul li:nth-last-child(3) {
        display: none;
    }
}

@media screen and (max-width: 769px) {
    .header_top {
        padding: 56px 16px 0 !important;
        flex-direction: column;
        gap: 24px !important;
        height: fit-content !important;
        border: none;
    }

    .header_left nav {
        display: none !important;
    }

    .header_bottom {
        padding: 8px 16px !important;
        flex-wrap: wrap !important;
    }
}

/* Final header */


/* Footer */

footer p{
    font-size: initial;
    margin: 0;
    line-height: unset;
    color: white;
}

footer ul li{
    font-size: initial;
    margin: 0;
    line-height: unset;
    color: white;
    padding: 0;
    list-style: none;
}

footer {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    background-color: #2C4E78 !important;
    padding: 16px 70px !important;
}

.footer_left {
    display: flex !important;
    flex-direction: column !important;
    gap: 24px !important;
    height: 100% !important;
}

.footer_left img {
    width: 190px !important;
}

.footer_left nav {
    height: 100% !important;
}

.footer_left nav ul {
    list-style: none !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 40px !important;
    padding: 0 !important;
    font-family: "Merriweather-Regular" !important;
    color: white !important;
    height: 100% !important;
}

.footer_left nav ul li:nth-child(1) {
    font-family: "Merriweather-Bold" !important;
}

.socials_footer {
    display: flex !important;
    align-items: center !important;
    gap: 30px !important;
}

.face1 p,
.twit1 p,
.mail1 p,
.link1 p{
    font-family: 'Merriweather-Regular' !important;
    font-size: 12px !important;
    color: white !important;
}

.buttons_footer button:first-of-type p{
    font-size: 12px;
}

.face1,
.twit1,
.mail1,
.link1 {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    font-family: 'Merriweather-Regular' !important;
    font-size: 12px !important;
    color: white !important;
    gap: 4px !important;
}

.face1 img,
.twit1 img,
.mail1 img,
.link1 img {
    width: 32px !important;
}

.buttons_footer {
    display: flex !important;
    align-items: center !important;
    gap: 16px !important;
}

.buttons_footer button:first-of-type {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 8px !important;
    width: 128px !important;
    box-sizing: border-box !important;
    border-radius: 4px !important;
    gap: 8px !important;
    border: 1px solid white !important;
    background-color: transparent !important;
    font-family: "Merriweather-Regular" !important;
    font-family: 12px !important;
    color: white !important;
}

.buttons_footer button:first-of-type img {
    width: 20px !important;
}

.buttons_footer button:last-of-type {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 8px !important;
    width: 128px !important;
    height: 37px !important;
    box-sizing: border-box !important;
    border-radius: 4px !important;
    gap: 8px !important;
    border: none !important;
    background-color: #259C4D !important;
    font-family: "Merriweather-Regular" !important;
    font-size: 12px !important;
    color: white !important;
}

@media screen and (max-width: 1050px) {
    footer {
        flex-direction: column !important;
        gap: 54px !important;
        padding: 16px !important;
    }
}

/* Final footer */