 * {
     box-sizing: border-box;
     margin: 0;
     padding: 0;

 }

 body {
     background-color: #F8FFFD;
 }
 a{
    text-decoration: none;
 }
 a:hover{
    text-decoration: none;
 }
 .navbarfes {
     display: flex;
     justify-content: space-between;
     align-items: center;
     width: 100%;
     height: 74px;
     flex-shrink: 0;
     position: fixed;
     top: 0%;
     background: #FFFFFF;
     /* box-shadow: 0px -2px 10px -3px rgba(0, 0, 0, 0.66); */
     padding: 3px 2rem;
     z-index: 1000;
 }

 .hamburger--menu-div {
     display: none;
 }

 .nav--items {
     height: 100%;
     display: flex;
     align-items: center;
     justify-content: space-between;
 }

 .logo-container {
     height: 100%;
 }

 .logo-container img {
     height: 100%;
     /* width: 250px; */
     object-fit: cover;
 }

 .nav--list {
     display: flex;
     list-style-type: none;
 }

 .nav--links {
     margin: 0px 16px;
     color: rgba(19, 17, 17, 0.83);
     font-family: Inter;
     font-size: 18px;
     font-style: normal;
     transition: all .3s ease-in-out;
     font-weight: 600;
     line-height: normal;
     cursor: pointer;

 }

 .nav--links:hover {
     margin: 0px 16px;
     color: #B02328;
 }

 .navButton {
     border: none;
     width: 180px;
     height: 38px;
     flex-shrink: 0;
     margin-left: 40px;
     font-weight: 600;
     border-radius: 5px;
     background: #B02328;
     color: #FFF;
     cursor: pointer;
 }

 .navButton--mobile {
     display: flex;
     justify-content: center;
     align-items: center;
     border: none;
     text-decoration: none;
     width: 150px;
     height: 40px;
     flex-shrink: 0;
     margin-left: 16px;
     border-radius: 5px;
     background: #B02328;
     color: #FFF;
     cursor: pointer;
     margin-top: 20px;
 }

 .mobile-menu-overlay {
     display: none;
     transition: all 1s ease-out;
 }

 @media (min-width: 220px) and (orientation: portrait) {
     .navbarfes {
         display: flex;
         justify-content: space-between;
         align-items: center;
         width: 100%;
         height: 74px;
         flex-shrink: 0;
         position: fixed;
         top: 0%;
         background: #FFFFFF;
         box-shadow: 0px -2px 10px -3px rgba(0, 0, 0, 0.66);
         padding: 3px 2rem;
         z-index: 1000;
     }

     .hamburger--menu-div {
         display: flex;
     }

     .nav--items {
         display: none;
     }


     .nav--list {
         display: flex;
         list-style-type: none;
         display: none;
     }

     .nav--links {
         display: none;

     }

     .nav--links:hover {
         margin: 0px 16px;
         color: rgba(180, 199, 11, 0.83);
     }

     .navButton {
         border: none;
         width: 104px;
         height: 33px;
         flex-shrink: 0;
         margin-left: 16px;
         border-radius: 5px;
         background: #B02328;
         color: #FFF;
         cursor: pointer;
     }

     .mobile-menu-overlay--active {
         display: flex;
         position: fixed;
         justify-content: flex-end;
         top: 0%;
         left: 0%;
         right: 0%;
         bottom: 0%;
         background: rgba(0, 0, 0, 0.66);
         transition: all .5s ease-in-out;
     }

     .show--menu {
         display: flex;
     }

     #mobile--menu {
         width: 300px;
         height: 300px;
         border-radius: 3px;
         display: flex;
         flex-wrap: nowrap;
         flex-direction: column;
         background: #F8FFFD;
         box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
         margin-top: 70px;
         margin-right: 2rem;
         padding: 1rem;
         align-items: center;
     }

     .close--btn-div {
         width: 100%;
         display: flex;
         justify-content: flex-end;

     }

     .ul-mobile-links {
         width: 100%;
         display: flex;
         text-align: center;
         list-style-type: none;
         flex-direction: column;
     }

     .mobile-nav_link {
         margin-top: 20px;
         list-style-type: none;

     }

     .mobile-nav_link a {
         text-decoration: none;
         color: rgba(0, 0, 0, 0.83);
         font-family: Inter;
         font-size: 14px;
         font-style: normal;
         font-weight: 400;
         line-height: normal;

     }

     .mobile-nav_link a:hover {
         text-decoration: none;
         color: rgba(180, 199, 11, 0.83);
         font-family: Inter;
         font-size: 14px;
         font-style: normal;
         font-weight: 400;
         line-height: normal;

     }

 }

 @media (min-width: 475px) and (orientation: portrait) {
     .navbarfes {
         display: flex;
         justify-content: space-between;
         align-items: center;
         width: 100%;
         height: 74px;
         flex-shrink: 0;
         position: fixed;
         top: 0%;
         background: #FFFFFF;
         box-shadow: 0px -2px 10px -3px rgba(0, 0, 0, 0.66);
         padding: 3px 2rem;
         z-index: 1000;
     }

     .hamburger--menu-div {
         display: flex;
     }

     .nav--items {
         display: none;
     }


     .nav--list {
         display: flex;
         list-style-type: none;
         display: none;
     }

     .nav--links {
         display: none;

     }

     .nav--links:hover {
         margin: 0px 16px;
         color: rgba(180, 199, 11, 0.83);
     }

     .navButton {
         border: none;
         width: 104px;
         height: 33px;
         flex-shrink: 0;
         margin-left: 16px;
         border-radius: 5px;
         background: #B02328;
         color: #FFF;
         cursor: pointer;
     }

     .mobile-menu-overlay--active {
         display: flex;
         position: fixed;
         justify-content: flex-end;
         top: 0%;
         left: 0%;
         right: 0%;
         bottom: 0%;
         background: rgba(0, 0, 0, 0.66);
         transition: all .5s ease-in-out;
     }

     .show--menu {
         display: flex;
     }

     #mobile--menu {
         width: 300px;
         height: 300px;
         border-radius: 3px;
         display: flex;
         flex-wrap: nowrap;
         flex-direction: column;
         background: #F8FFFD;
         box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
         margin-top: 70px;
         margin-right: 2rem;
         padding: 1rem;
         align-items: center;
     }

     .close--btn-div {
         width: 100%;
         display: flex;
         justify-content: flex-end;

     }

     .ul-mobile-links {
         width: 100%;
         display: flex;
         text-align: center;
         list-style-type: none;
         flex-direction: column;
     }

     .mobile-nav_link {
         margin-top: 20px;
         list-style-type: none;

     }

     .mobile-nav_link a {
         text-decoration: none;
         color: rgba(0, 0, 0, 0.83);
         font-family: Inter;
         font-size: 14px;
         font-style: normal;
         font-weight: 400;
         line-height: normal;

     }

     .mobile-nav_link a:hover {
         text-decoration: none;
         color: rgba(180, 199, 11, 0.83);
         font-family: Inter;
         font-size: 14px;
         font-style: normal;
         font-weight: 400;
         line-height: normal;

     }

 }
 @media (min-width: 768px) and (orientation: portrait) {
    .navbarfes {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        height: 74px;
        flex-shrink: 0;
        position: fixed;
        top: 0%;
        background: #3b9b6e;
        box-shadow: 0px -2px 10px -3px rgba(0, 0, 0, 0.66);
        padding: 0px 2rem;
        z-index: 1000;
    }

    .hamburger--menu-div {
        display: flex;
    }

    .nav--items {
        display: none;
    }


    .nav--list {
        display: flex;
        list-style-type: none;
        display: none;
    }

    .nav--links {
        display: none;

    }

    .nav--links:hover {
        margin: 0px 16px;
        color: rgba(180, 199, 11, 0.83);
    }

    .navButton {
        border: none;
        width: 104px;
        height: 33px;
        flex-shrink: 0;
        margin-left: 16px;
        border-radius: 5px;
        background: #B02328;
        color: #FFF;
        cursor: pointer;
    }

    .mobile-menu-overlay--active {
        display: flex;
        position: fixed;
        justify-content: flex-end;
        top: 0%;
        left: 0%;
        right: 0%;
        bottom: 0%;
        background: rgba(0, 0, 0, 0.66);
        transition: all .5s ease-in-out;
    }

    .show--menu {
        display: flex;
    }

    #mobile--menu {
        width: 300px;
        height: 300px;
        border-radius: 3px;
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column;
        background: #F8FFFD;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
        margin-top: 70px;
        margin-right: 2rem;
        padding: 1rem;
        align-items: center;
    }

    .close--btn-div {
        width: 100%;
        display: flex;
        justify-content: flex-end;

    }

    .ul-mobile-links {
        width: 100%;
        display: flex;
        text-align: center;
        list-style-type: none;
        flex-direction: column;
    }

    .mobile-nav_link {
        margin-top: 20px;
        list-style-type: none;

    }

    .mobile-nav_link a {
        text-decoration: none;
        color: rgba(0, 0, 0, 0.83);
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;

    }

    .mobile-nav_link a:hover {
        text-decoration: none;
        color: rgba(180, 199, 11, 0.83);
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;

    }

 }