
@media only screen and (max-width: 768px) and (orientation: portrait) {
  .toggler {
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    z-index: 1;
  }
  .toggler {
    width: 100%;
  }
  .toggler .logo {
    display: flex;
    /* justify-content: flex-end;  */
    justify-content: flex-start;
    width: 100%;
    position: absolute;
    top: -27%;
    left: 0%;
    z-index: 11;
  }
  .toggler .logo img {
    margin-top: 27%;
    width: 50px;
  }
  .header {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    box-shadow: none;
    background: none;
    height: 60px !important;
    overflow: hidden;
    z-index: 10;
  }
  #sidebarMenu {
    /* height: 50%; */
    /* position: absolute; */
    position: fixed;
    top: 0;
    left: 0;
    width: 250px;
    
    margin-top: 75px;
    /* transform: translateX(-250px); */
    transform: translateX(450px);
    transition: transform 250ms ease-in-out;
    background: linear-gradient(to bottom right, #202020 0%, #121212 100%);
  }
 
  .sidebarMenuInner {
    margin: 0;
    padding: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .sidebarMenuInner li {
    list-style: none;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    padding: 20px;
    cursor: pointer;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
  }
  .sidebarMenuInner li a {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    text-align: left;
  }
  input[type="checkbox"]:checked ~ #sidebarMenu {
    /* transform: translateX(42vw); */
    transform: translateX(calc(100vw - 100%));
  }
  input[type="checkbox"] {
    transition: all 0.3s;
    box-sizing: border-box;
    display: none;
  }
  .sidebarIconToggle {
    transition: all 0.3s;
    box-sizing: border-box;
    cursor: pointer;
    position: fixed;
    z-index: 99;
    height: 100%;
    width: 100%;
    top: 22px;
    /* left: 15px; */
    left: 90%;
    height: 22px;
    width: 22px;
  }
  .spinner {
    transition: all 0.3s;
    box-sizing: border-box;
    position: absolute;
    height: 3px;
    width: 100%;
    background-color: #fff;
  }
  .horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 3px;
  }
  .diagonal.part-1 {
    position: relative;
    transition: all 0.3s;
    box-sizing: border-box;
    float: left;
  }
  .diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 3px;
  }
  input[type="checkbox"]:checked ~ .sidebarIconToggle > .horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    opacity: 0;
  }
  input[type="checkbox"]:checked ~ .sidebarIconToggle > .diagonal.part-1 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(135deg);
    margin-top: 8px;
  }
  input[type="checkbox"]:checked ~ .sidebarIconToggle > .diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(-135deg);
    margin-top: -9px;
  }
  
}

@media only screen and (max-width: 900px) and (orientation: landscape) {
  .toggler {
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    z-index: 1;
  }
  .toggler {
    width: 100%;
  }
  .toggler .logo {
    display: flex;
    /* justify-content: flex-end;  */
    justify-content: flex-start;
    width: 100%;
    position: absolute;
    top: -27%;
    left: 0%;
    z-index: 11;
  }
  .toggler .logo img {
    margin-top: 27%;
    width: 50px;
  }
  .header {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    box-shadow: none;
    background: none;
    height: 60px !important;
    overflow: hidden;
    z-index: 10;
  }
  #sidebarMenu {
    /* height: 50%; */
    /* position: absolute; */
    position: fixed;
    top: 0;
    left: 0;
    width: 250px;
    margin-top: 75px;
    /* transform: translateX(-250px); */
    transform: translateX(850px);
    transition: transform 250ms ease-in-out;
    background: linear-gradient(to bottom right, #202020 0%, #121212 100%);
  }
  .sidebarMenuInner {
    margin: 0;
    padding: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .sidebarMenuInner li {
    list-style: none;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    padding: 13px;
    cursor: pointer;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
  }
  .sidebarMenuInner li a {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    text-align: left;
  }
  input[type="checkbox"]:checked ~ #sidebarMenu {
    /* transform: translateX(72vw); */
    transform: translateX(calc(100vw - 100%));
  }
  input[type="checkbox"] {
    transition: all 0.3s;
    box-sizing: border-box;
    display: none;
  }
  .sidebarIconToggle {
    transition: all 0.3s;
    box-sizing: border-box;
    cursor: pointer;
    position: fixed;
    z-index: 99;
    height: 100%;
    width: 100%;
    top: 22px;
    /* left: 15px; */
    left: 90%;
    height: 22px;
    width: 22px;
  }
  .spinner {
    transition: all 0.3s;
    box-sizing: border-box;
    position: absolute;
    height: 3px;
    width: 100%;
    background-color: #fff;
  }
  .horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 3px;
  }
  .diagonal.part-1 {
    position: relative;
    transition: all 0.3s;
    box-sizing: border-box;
    float: left;
  }
  .diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 3px;
  }
  input[type="checkbox"]:checked ~ .sidebarIconToggle > .horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    opacity: 0;
  }
  input[type="checkbox"]:checked ~ .sidebarIconToggle > .diagonal.part-1 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(135deg);
    margin-top: 8px;
  }
  input[type="checkbox"]:checked ~ .sidebarIconToggle > .diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(-135deg);
    margin-top: -9px;
  }
}
@media only screen and (min-width: 632px) and (max-width: 1280px) and (orientation: portrait) {
  .toggler {
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    z-index: 1;
  }
  .toggler {
    width: 100%;
  }
  .toggler .logo {
    display: flex;
    /* justify-content: flex-end;  */
    justify-content: flex-start;
    width: 100%;
    position: absolute;
    top: -27%;
    left: 0%;
    z-index: 11;
  }
  .toggler .logo img {
    margin-top: 27%;
    width: 50px;
  }
  .header {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    box-shadow: none;
    background: none;
    height: 60px !important;
    overflow: hidden;
    z-index: 10;
  }
  #sidebarMenu {
    /* height: 50%; */
    /* position: absolute; */
    position: fixed;
    top: 0;
    left: 0;
    width: 250px;
    
    margin-top: 75px;
    /* transform: translateX(-250px); */
    transform: translateX(850px);
    transition: transform 250ms ease-in-out;
    background: linear-gradient(to bottom right, #202020 0%, #121212 100%);
  }
  .sidebarMenuInner {
    margin: 0;
    padding: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .sidebarMenuInner li {
    list-style: none;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    padding: 20px;
    cursor: pointer;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
  }
  .sidebarMenuInner li a {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    text-align: left;
  }
  input[type="checkbox"]:checked ~ #sidebarMenu {
    /* transform: translateX(70vw); */
    transform: translateX(calc(100vw - 100%));
  }
  input[type="checkbox"] {
    transition: all 0.3s;
    box-sizing: border-box;
    display: none;
  }
  .sidebarIconToggle {
    transition: all 0.3s;
    box-sizing: border-box;
    cursor: pointer;
    position: fixed;
    z-index: 99;
    height: 100%;
    width: 100%;
    top: 22px;
    /* left: 15px; */
    left: 90%;
    height: 22px;
    width: 22px;
  }
  .spinner {
    transition: all 0.3s;
    box-sizing: border-box;
    position: absolute;
    height: 3px;
    width: 100%;
    background-color: #fff;
  }
  .horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 3px;
  }
  .diagonal.part-1 {
    position: relative;
    transition: all 0.3s;
    box-sizing: border-box;
    float: left;
  }
  .diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 3px;
  }
  input[type="checkbox"]:checked ~ .sidebarIconToggle > .horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    opacity: 0;
  }
  input[type="checkbox"]:checked ~ .sidebarIconToggle > .diagonal.part-1 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(135deg);
    margin-top: 8px;
  }
  input[type="checkbox"]:checked ~ .sidebarIconToggle > .diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(-135deg);
    margin-top: -9px;
  }
}
@media only screen and (max-width: 900px) {
  #sidebarMenu {
    width: 250px;
    margin-top: 75px;
    transform: translateX(900px);
  }
  input[type="checkbox"]:checked ~ #sidebarMenu {
    /* transform: translateX(40vw); */
    transform: translateX(calc(100vw - 100%));
  }
}