/* #region ------------- F O N T S --------------------------------------- */
.roboto-thin {
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-style: normal;
}

.roboto-light {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.roboto-regular {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.roboto-medium {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.roboto-bold {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.roboto-black {
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.roboto-thin-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-style: italic;
}

.roboto-light-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: italic;
}

.roboto-regular-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.roboto-medium-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: italic;
}

.roboto-bold-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: italic;
}

.roboto-black-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-style: italic;
}

.anta-regular {
    font-family: "Anta", serif;
    font-weight: 400;
    font-style: normal;
}

/* .rubik {
  font-family: "Rubik", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.cabin {
    font-family: "Cabin", sans-serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
    font-variation-settings:
      "wdth" 100;
  } */

/* #endregion */

*,
*::before,
*::after {
    box-sizing: border-box;
}

/* #region -------------- H E A D E R -------------------------- */
.sticky {
    position: sticky;
    top: 0;
    z-index: 10;
}

header {
    display: flex;
    align-items: center;
    background-color: var(--white);
    position: relative;
    box-shadow: 0px 0px 18px 0px #888;
    border-radius: 0px;
    /* overflow: hidden; */
}

.header.is-scrolled{
    border-radius: 10px;
}


.logo {
    margin: 20px;
    width: 15%;
    transition: 0.4s;
}

.logo.is-scrolled{
  width: 10%;
  margin: 10px;
}

.menu {
    margin: 0 0 0 auto;
    padding: 0;
    /* border: 1px solid orange; */
    /* background-color: aqua; */
}

.menu>ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
}

.menuitem {
    text-decoration: none;
    margin: 5px;
    color: var(--black);
    font-size: 1rem;
    background-color: var(--lightgreen);
    padding: .5rem;
    border: 1px solid var(--green);
    border-radius: 5px;
}

.menuitem>a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-basis: 100%;
    text-decoration: none;
    color: var(--green);
}

.menuitem:hover {
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), linear-gradient(var(--lightgreen), var(--lightgreen));
}

.phone-number {
    padding: .3rem;
    background-color: var(--green);
    font-size: 1.5rem;
    font-weight: 700;
    border-radius: 5px;
    margin: .5rem;
}

.phone-number>a {
    color: var(--white);
    text-decoration: none;
    display: flex;
    gap:5px;
    align-items: center;
}

.phono-icon{
    width: 1.5rem;
    padding:2px;
}

.nav-toggle {
    display: none;
    padding: calc(2.5rem / 2 - 1.5px) .5rem;
    position: absolute;
    right: 1rem;
    cursor: pointer;
    border: 1px var(--green) solid;
    border-radius: 3px;
}

.hamburger,
.hamburger::before,
.hamburger::after {
    content: '';
    display: block;
    width: 1.5rem;
    height: 3px;
    background-color: var(--green);
    transition: all ease-in-out 250ms;
}

.hamburger::before {
    transform: translateY(-6px);
}

.hamburger::after {
    transform: translateY(3px);
}

.hamburger.is-open {
    transform: rotate(45deg)
}

.hamburger.is-open::after {
    transform: rotate(-90deg) translateX(3px)
}

.hamburger.is-open::before {
    opacity: 0;
}

.menu.is-open {
   /* right: 0%; */
    transform: translate(0);
}


/* --------------------Mobile nav */

@media (max-width: 800px) {

    /* .logo{
        margin: 0px;
    } */

    /* .header {
        overflow: visible;
        z-index: 100;

    } */
    
    
    .nav-toggle {
        display: block;
        background-color: var(--white);
    }


    .menu {
        position: absolute;
        top: 0;
        left: 0;
        /* right: 100%; */
        width: 90%;
        height: 100vh;
        /* overflow: hidden; */
        transform: translate(-100%);
        transition: all ease-in-out 250ms;
        text-align: center;
        margin: 0;
        padding: 0;
        background-color: color-mix(in srgb, var(--darkgreen) 80%, transparent 20%);
    }

    .menu>ul {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        height: 100vh;
        padding-right: 50vw;
      

    }

    .menuitem {
        flex: 1 1 auto;
        display: flex;
        /* border: none; */
    }

    .phone-number {
        
        margin-left: 3rem;
    }

    
}




/* #endregion */

/* #region ---------------- F O O T E R ----------------------------------- */
footer {
    background-color: var(--green);
    background-image:
        /* radial-gradient(circle farthest-corner at top left, var(--black) 0%, var(--green) 50%),
        radial-gradient(circle farthest-side at top right, rgba(181, 176, 177, 1) 0%, rgba(181, 176, 177, 0) 10%),
        radial-gradient(circle farthest-corner at bottom right, var(--darkgreen) 0%, var(--green) 33%),
        radial-gradient(circle farthest-corner at top right, var(--lightgreen) 0%, var(--darkgreen) 50%),
        radial-gradient(ellipse at bottom center, var(--darkgreen) 0%, var(--green) 80%) */
        radial-gradient(circle farthest-corner at top left, var(--black) 0%, rgba(225, 243, 97, 0) 50%),
        radial-gradient(circle farthest-side at top right, var(--gold) 0%, rgba(181, 176, 177, 0) 10%),
        radial-gradient(circle farthest-corner at bottom right, var(--darkgreen) 0%, rgba(204, 104, 119, 0) 33%),
        radial-gradient(circle farthest-corner at top right, rgba(155, 221, 240, 1) 0%, var(--green) 50%),
        radial-gradient(ellipse at bottom center, var(--darkgreen) 0%, rgba(254, 43, 0, 0) 80%);
}

footer h4{
    margin: 2rem 0 0.7rem;
    color: var(--lightgreen);
}

.footer-columns {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    color: var(--white);
    padding: 20px;
}

.contacts {
    width: 30%;
    min-width: 25ch;
    /* border: 1px solid #000; */
}

.contacts a {
    text-decoration: none;
    color: var(--white)
}

.business-hours {
    width: 35%;
    min-width: 28ch;
    /* border: 1px solid #000; */

}

.quick-links{
    width:15%;
    min-width: 10ch;
}

.quick-links h4{
    text-align: right;
}

.break-above{
    margin-top: 0.8rem;
}


.fine-print {
    font-size: .7rem;
    color: var(--white);
    padding: 20px;
}

.fine-print a {
    text-decoration: none;
    font-weight: 900;
    color: var(--lightgreen)
}

.footer-menu {
    list-style-type: none;
    padding: 0;
    /* margin: 0 0 0 auto; */
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.footer-menuitem {
    text-decoration: none;
    /* margin: 0 10px; */
    color: var(--white);
    font-size: 1rem;
}

@media (max-width: 800px) {
    .footer-columns {
        margin: 0 auto;
        width: 60%;
        min-width: 40ch;
        flex-direction: column;
        padding: 20px 4rem;
    }
    .quick-links h4{
        text-align:left;
    }
    .footer-menu {
        align-items: flex-start;
    }
}

/* #endregion */