
.navigation {
    display: inline-flex;
    align-items: center;
}

.hamburger-toggle {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18.5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    background-color: transparent;
    cursor: pointer;
    outline: none;
}
body.has-offcanvas .hamburger-toggle {
    width: 37px;
    border: 1px #000 solid;
    padding: 10px;
    height: 30px;
    top: 16px;
}
body.has-offcanvas .hamburger-menu {
    height: auto;
}
.hamburger-menu {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
    width: 100%;
    height: 16px;
}

.line {
    display: block;
    width: 100%;
    height: 4px;
    background-color: #000;
    transition: .5s;
}

.header.sticky .line {
    background-color: #c39f5e;
}
/*
.line--middle {
  width: 80%;
} */

/* .line--bottom {
  width: 60%;
} */

.hamburger-toggle__circle {
  width: 60px;
  height: 60px;
  fill: #ed1c23;
  pointer-events: none;
  transform: scale(1) translateZ(1%, 1%, 0);
  transform-origin: center;
  transition: transform 0.5s;
}

.has-offcanvas .hamburger-toggle__circle {
  transform: scale(75) translate3d(1%, 1%, 0);
  fill: #100028;
}

.offcanvas {
    position: fixed;
    top: 0;
    left: -100%;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 428px;
    min-height: 100vh;
    pointer-events: none;
    opacity: 0;
    transition: 0.5s;
    background: #fff;
    padding-top: 85px;
}

.has-offcanvas .offcanvas {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
    transform: none;
    left: 0;
}

.offcanvas-nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.offcanvas-nav__item {
  font-family: "Bree Serif", serif;
  font-size: 32px;
  text-align: center;
  text-transform: uppercase;
}

.offcanvas-nav__item + .offcanvas-nav__item {
  margin-top: 15px;
}

.offcanvas-nav__link {
  color: #fff;
  text-decoration: none;
}

.toggle-circle {
    animation: auto;
    right: 15px;
    top: 13px;
    z-index: -1;
    width: auto;
    height: 90px;
    padding: 15px 0;
    position: absolute;
}

.toggle-circle .row {
  text-align: end;
}

body.has-offcanvas .line--bottom {
    opacity: 0;
}

body.has-offcanvas .line--middle {
    width: 100%;
    transform: rotate(45deg);
    margin: 0;
}

body.has-offcanvas {
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

body.has-offcanvas .xcrollera {
    z-index: -1;
}

body.has-offcanvas .line--top {
    width: 100%;
    transform: rotate(-45deg);
    margin: 0;
    position: relative;
    top: 3px;
}
body.has-offcanvas .line{
    background: #000;
        height: 3px;
}
.full-nav-section {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0;
    overflow-y: auto;
    flex-wrap: wrap;
}
.not-signed {
    width: 100%;
    border-bottom: 2px #000 solid;
    padding: 0 0 36px;
    margin: 0 0 36px;
}
.not-signed h6 {
    margin: 0;
    font-size: 18px;
    color: #373737;
}
.full-navigation-group {
    width: 100%;
}
.full-navigation-group p,
.full-navigation-group span {
    color: #fff;
    font-size: 22px;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 35px;
}

.full-navigation-group ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.full-nav-main ul li {
    margin-bottom: 23px;
    padding: 0;
    position: relative;
    line-height: normal;
}
.full-nav-main ul li::before {
    display: none;
}
.full-nav-section .footer-powered-by {
    margin-top: 45px;
}
.full-nav-main ul li a {
    font-size: 18px;
    padding: 0 0;
    display: inline-block;
    z-index: 1;
    position: relative;
    color: #000;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    text-decoration-line: underline;
    text-decoration-color: #a6a6a6;
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
}
.full-nav-main ul li .nav-icon {
    width: 43px;
    position: absolute;
    left: -55px;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
    transform: rotate(15deg)scale(0);
    top: 6px;
}

.full-nav-main ul li a:hover {
    color: #000;
    text-decoration-color: #000;
}

.full-nav-main ul li:hover .nav-icon {
    opacity: 1;
    visibility: visible;
    transform: rotate(0deg)scale(1);
    z-index: -2;
}


.full-sub-nav-main ul li {
    margin-bottom: 12px;
    padding-left: 0;
}

.full-sub-nav-main ul li::before {
    display: none;
}
.full-sub-nav-main li a:not([href]):not([tabindex]),
.full-sub-nav-main li a,
.full-sub-nav-main p a,
.full-sub-nav-main ul li a {
    padding: 5px 0;
    display: inline-block;
    color: #fff;
    line-height: 1;
    line-height: 26px;
    position: relative;
    cursor: pointer;
}
.full-sub-nav-main li a:not([href]):not([tabindex]):hover,
.full-sub-nav-main li a:hover,
.full-sub-nav-main p a:hover,
.full-sub-nav-main ul li a:hover {
    color: #000;
}

.Site-interface .full-nav-main .sub-menu {
    display: none;
}
body.has-offcanvas {
    margin-top: 0;
}
