.ac-container {
  width:90%;
  margin: 0 auto;
}

/** Header **/
header {
  display: flex;
  border-bottom: 0.07rem solid #fff;
}
header .ac-col {
  background: #000;
    height: 5rem;
        display: flex;
    justify-content: center;
    align-items: center;
}
header .ac-col-1 {
  width: 30%;
  background: #000;
  z-index: 3;
  
}
header .ac-col-1 .ac-container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
header .ac-col-1 .ac-container .ac-logo {
    text-decoration: none;
    width: 14rem;
    height: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
        margin-right: 2rem;
}
header .ac-col-1 .ac-container .ac-contact-header {
        text-decoration: none;
    width: auto;
    height: 1.714rem;
    font-family: 'JosefinSans-Medium';
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0rem 1rem 0.1rem 1rem;
    transition: 0.5s;
    border: 0;
}
header .ac-col-1 .ac-container .ac-contact-header span {
  font-weight: 700;
}
header .ac-col-1 .ac-container .ac-contact-header:hover {
  background-color:#000;
  color:#FFC30D;
}
header .ac-col-2 {
  width: 70%;
  position: relative;
    z-index: 3;
    background: #000;
}
header .ac-col-2 .ac-slogen {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2.2rem;
    position: relative;
    top: 0.05rem;
        font-weight: 100;
    right: 1rem;
    letter-spacing: 0.4rem;
}
header .ac-col-2 .ac-container {
    display: flex;
    justify-content: flex-end;
}
header .ac-logo {
  width:16rem;
}
header .ac-logo  picture {
  width: 95%;
}
/** End Header **/

/** Menu **/
.sidenav {
  height: 0;
  width: 100%;
  position: fixed;
  z-index: 3;
  top: 0;
  right: 0;
  background-color: #000000eb;
  overflow: hidden;
  transition: 0.5s;
  transition-timing-function: ease-in-out;
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  padding-top: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity:0;
}

.sidenav button {
      padding: 1rem 2rem;
    text-decoration: none;
        font-size: 2rem;
    color: #fff;
    display: block;
    transition: transform 0.5s, border-bottom 0.5s;
    background: transparent;
    border: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse;
    font-family: 'Assistant', sans-serif;
    width: 85%;
    font-weight:400;
}

.sidenav button:hover {
    color: #ffbf32;
    transform: scale(1.15);
    z-index: 9;
        font-weight: 700;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav button {font-size: 18px;}
}

/* Btm Menu */
.ac-menu {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  padding: 0;
      width: 3.5rem;
    height: 3.5rem;
    justify-content: center;
    align-items: center;
}
.ac-menu  svg {
  width:100%;
  height:100%;
}
.line {
  fill: none;
  stroke: #fff;
  stroke-width: 6;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
.line1 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}
.line2 {
  stroke-dasharray: 60 60;
  stroke-width: 6;
}
.line3 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}
.opened .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}
.opened .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 6;
}
.opened .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}
#mySidenav a {
  display: none
}
/* Btm Menu */

/** End Menu **/

@media(max-width:1000px) {
  header {
    background-color: #000;
  }
  header .ac-col{
    height: 10vh !important;
  }
  header .ac-logo {
      width: 12rem;
  }
  .sidenav button {
    width:65%;
  }
  header .ac-col-1, section .ac-col-1, footer .ac-col-1,
  header .ac-col-2 {
    background: #000;
    z-index: 9 ;
  }
  .sidenav {
    z-index: 5
  }
  .sidenav button span small {
      line-height: 1;
  }
  header .ac-col-1 .ac-container .ac-logo {
        width: 9rem;
        margin-right: 0;
    margin-left: 1rem;'
  }
  header .ac-col-1 .ac-container .ac-contact-header {
        display: none;
  }
  header .ac-col-2 .ac-slogen {
    font-size: 1rem;
}
header {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
}
.ac-menu {
        width: 7.5rem;
    height: 7.5rem;
}
#mySidenav button{
  display: none
}
#mySidenav a {
  display: block;
    font-size: 3rem;
    color: #fff;
    text-decoration: none;
    margin: 1rem auto;
}
header .ac-logo picture {
    width: 73%;
}
header .ac-col-2 {
    width: 70%;
}
header .ac-col-1 {
    width: 30%;
}
}

@media (max-width: 640px){
header .ac-logo {
    width: 40rem;
}
}