.logo a img{
  width: 200px;
}
.slider{
  z-index: 1;
    width: 100%;
    min-height: 100%;
    position: absolute;
    top: 0;
    transform: translate3d(-981px, 0, 0);
    background-color: var(--main-dark-theme-color);
    display: none;
  }
.slider-transition{
    transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.slider ul{
    width: 80%;
    margin: 0 auto;
    padding: 0 !important;
}

.slider ul li{
    list-style: none;
}

.slider ul li{
    cursor: pointer;
}

.slider ul .nav-item{
    font-family: 'Radio Canada';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    padding: 1.5rem 0;
}
.slider .phone{
    font-family: 'Radio Canada';
    font-style: normal;
    font-size: 18px;
    padding: 5px 20px;
    list-style: none;
    cursor: pointer;
    color: #fff;
    font-weight: 400;
    letter-spacing: 0.5px;
  }

nav{
    width: 80%;
    margin: 0 auto;
}

nav ul li{
    position: relative;
    font-family: 'Radio Canada';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    padding: 5px 20px;
    list-style: none;
    cursor: pointer;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.5px;
    transition: all 0.3s cubic-bezier(0.215, 0.610, 0.355, 1);
}

nav ul li:hover{
    color: var(--main-dark-theme-color);
}


.show.navbar-collapse{
    background: #00000073;
    margin-top: 10px;
    padding: .9rem;
}

.navbar-toggler span{
    font-size: 1.8rem;
    color: var(--main-dark-theme-color);
  }
  
  .navbar-toggler{
    border-color: transparent !important;
    box-shadow: none !important
  }
  .active{
    color: var(--main-dark-theme-color);
  }
  .active::after{
    content: "\2192";
    width: 100px;

  }

  .phone{
    font-family: 'Radio Canada';
    font-style: normal;
    font-size: 18px;
    padding: 5px 20px;
    list-style: none;
    cursor: pointer;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.5px;
  }

  @media (min-width: 1050px) and (max-width:1536px){
    nav {
      width: 100%;
  }
  }

  @media screen and (max-width:1080px) {
      nav{
        width: 100% !important;
      }
  }
  @media only screen and (min-width: 992px) {
    nav ul li:hover::after {
        position: absolute;
        content: '';
        width: 60%;
        background-color: var(--main-dark-theme-color);
        height: 1px;
        left: 20%;
        bottom: 0;
    }

    
}
@media screen and (max-width:768px) {
  .logo a img{
    width: 150px;
  }
}
  @media (min-width: 992px) and (max-width:1024px){
    .phone {
        font-size: 14px;
    }
  }
  @media (max-width:281px) {
    nav {
      width: 100%;
  }
    
  }