@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    text-decoration: none !important;
    color: black;
    font: 1rem  "Open Sans", sans-serif;
}

main {
    margin-top: 101px;
}

.container{
    width: 1320px;
}

#main-header {
    background: #59348b;
    height: 101px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid white;
    display: flex;
    justify-content: center;
    z-index: 1;
}

#main-header .container {
    width: 1320px;
    padding: 0 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mobile {
    display: none;
    position: relative;
    align-items: center;
}

.burger {
    width: 51px;
    height: 70px;
    border: 0;
    background-color: #59348b;
    cursor: pointer;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.open {
    display: block !important;
}

.burger span {
    height: 3px;
    display: block;
    background-color: #fff;
}

.top-bread {
    width: 25px;
    margin-bottom: 4px;
}

.meat {
    width: 16px;
    margin-left: 9px;
    margin-bottom: 4px;
}

.bottom-bread {
    width: 10px;
    margin-left: 15px;
}

.mobile-nav {
    position: fixed;
    top: 71px;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: #fff;
    display: none;
}

.mobile-nav__items {
    padding-left: 32px;
    margin-bottom: 16px;
    list-style: none;
}

.mobile-nav__item {
    padding: 10px 0;
    margin: 0 15px;
}

.mobile-nav__items a {
    font-size: 1.125rem;
    line-height: 1.5em;
    font-weight: 400;
    padding: 5px 20px 5px 0;
    display: block;
    position: relative;
}

.mobile-menu {
    display: none;
    list-style: none;
}

.menu-item {
    padding: 12px 30px;
}

.menu-item a {
    color: #59348b !important;
    border: none !important;
    display: block;
    text-align: left;
    font: 15px "Poppins", sans-serif;
    padding: 0 !important;
}

.main-nav {
    height: 100%;
    display: flex;
}

.main-nav__items {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: flex-end;
}

.main-nav__item {
    margin: 0 18px;
    display: flex;
    height: 100%;
    position: relative;
}

.main-nav .main-nav__item:hover:before {
    content: "";
    width: 100%;
    height: 5px;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    background-color: #fff;
}

.main-nav__items a {
    color: white;
    text-decoration: none;
    line-height: 1.5rem;
    letter-spacing: -.65px;
    height: 100%;
    font-size: 1rem;
    align-items: center;
    display: flex;
}

.main-nav__item a:hover,
.main-nav__item a:active {
    color: rgba(255, 255, 255, 0.85);
}

.main-nav__item--menu a {
    padding: 1px 20px 1px 6px;
    position: relative; 
}

.main-nav__item--menu:hover .menu {
    visibility: visible;
}

.svg {
    width: 15px;
    height: 15px;
    position: absolute;
    right: 0;
    top: 44%;
}


.menu {
    background: #fff;
    box-shadow: 0 5px 5px rgba(0, 0, 0, .3);
    position: absolute;
    list-style: none;
    height: 513px;
    width: 239px;
    padding: 12px 0;
    visibility: hidden;
    top: 100px;
    left: -50%;
    display: block;
}

.menu__item {
    border: none;
}

.menu-item:hover,
.menu-item:active {
    background: rgba(218, 218, 218, 0.3);
}

.menu__item a {
        font-weight: 300;
        position: relative;
        padding-left: 0;
}

.main-nav__item--cta a::before {
    content: "";
    background: #59348b;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: inline-flex;
    margin-right: 5px;
    vertical-align: middle;
}
.main-nav__item--cta {
    display: flex;
    align-items: center;
}

.main-nav__item--cta a {
    background: #a3ffd6;
    padding: 8px 18px;
    color: #59348b;
    font-weight: 700;
    border-radius: 15px;
    font-size: .875rem;
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
    align-items: center;
    height: 37px;
}

.main-nav__item--cta a:hover,
.main-nav__item--cta a:active {
    background: rgba(163, 255, 214, 0.925);
    border: none;
    color: #59348b; 
}

/* footer */

.main-footer {
    margin-top: 100px;
    padding-bottom: 70px;
    background: #3c415e;
    display: flex;
    justify-content: center;
}

.main-footer .container {
    padding: 0 12px;
    display: flex;
    flex-direction: column;
}

.linkler {
    padding: 35px 0 100px;
    display: flex;
    justify-content: flex-end;
}

.ms-4 {
    margin-left: 24px;
}

.alt {
    display: flex;
}

.social {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.footer__right {
    margin-left: auto;
    width: 66.66666667%;
}

.footer-nav__first {
    padding: 21px 0;
}

.footer__right li {
    padding: 0 15px;
    margin: 0;
}

.footer-nav__first a:hover {
    border: none;
    color: white;
}

.footer-nav__first--cta {
    padding-right: 0 !important;
}

.footer-nav__first--cta a {
    color: #3c415e;
    padding: 8px 18px;
}

.footer-nav__first--cta a:hover {
    color: #3c415e;
    background: #a3ffd6;
}

.footer-nav__first--cta a::before {
    content: "";
    background: #3c415e;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    display: flex;
    margin-right: 5px;
}

.footer-nav__second {
    padding: 18px 0;
    border-top: 1px solid white;
}

.footer-nav__second ul {
    flex-wrap: wrap;
    display: flex;
    justify-content: flex-end;
}

.footer-nav__second a {
    font: 13px "Poppins", sans-serif;
}