.navigation{
    position: fixed;
    z-index: 800;
    top: 0px;
    right: 0px;
    min-height: 100vh;
    width: 0px;
    transition: 0.6s;
    background: url("../bg.jpg") fixed  no-repeat center top / cover; ;
    overflow-y: scroll;
  }
  .navigation:hover,
  .navigation.active {
   width: 100%;
  }
  .navigation ul{
    text-align: center;
  padding: 100px ;
  position: absolute;
  left: 0;
  top: 0;
  width:100%;
  }
  .navigation ul li{
    text-align: center;
    text-align: center;
  position: relative;
  width: 100%;
  list-style: none;
  }
  .navigation ul li:hover{
  }
  /* .navigation ul li a{
  position: relative;
  display: block;
  display: flex;
  width: 100%;
  text-decoration: none;
  } */
  /* .navigation ul li a .icon{
  position: relative;
  display: block;
  min-height: 60px;
  line-height: 60px;
  height: 60px;
  text-align: center;
  } */
  /* .navigation ul li .icon .fas{
  font-size: 20px;
  } */
  .nav-title{
  position: relative;
  display: block;
  margin-bottom:40px ;
  color: rgb(245, 255, 255);
  padding:0 40px;
  line-height: 65px;
  font-weight: 400;
  letter-spacing: 2px;
  height: 58px;
  background-image: linear-gradient(120deg, transparent 0%, transparent 50%, #84B6E2 50%);
  background-size: 250%;
  font-size: 65px;
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
  transition: 0.4s;
  }
  .nav-title:hover{
    background-position: 100%;
  }
#navbar a img {
  position: fixed;
  z-index: 2;
  position: fixed;
  width: 324px;
  height: 100px;
  transform: scale(1.2);
  left: 100px;
  display: inline; 
   padding: 15px; 
}
  .sub-title{
  padding: 10px 50px;
  line-height: 35px;
  font-size: 30px;
  position: relative;
  color: #ffffff;
  text-decoration: none;
  letter-spacing: 2px;
  white-space:nowrap;
  list-style: none;
  display: none;
  cursor:pointer ;
  }
  a:hover{
    text-decoration: none;
  }
  .menu{
    position: fixed;
    display: none;
  z-index: 999;
  top: 0;
  right: 56px;
  cursor: pointer;
  color: #84B6E2;
  width: 78px;
  height: 58px;
  font-size: 25px;
  line-height: 60px;
  padding-left: 15px;
  }
  .toggle{
  position: fixed;
  z-index: 999;
  top: 0;
  right: 7px;
  width: 58px;
  height: 58px;
  padding: 3px;
  cursor: pointer;
  color: #84B6E2;
  text-align: center;
  align-items: center;
  line-height: 60px;
  font-size: 30px;
  }
  /* .toggle.active {
  background: ;
  } */
  .toggle:before{
  position: absolute;
  width: 100%;
  height: 100%;
  line-height: 60px;
  text-align: center;
  color: white;
  font-size: 24px;
  }
  .fas{
  transition: 0.6s;
  }
  @media (max-width: 900px){
  .navigation {
  color: #6D719F;
  
  }
  .toggle{
    position: fixed;
    z-index: 999;
    top: 0;
    right: 27px;

    }
  .navigation:hover,
  .navigation:active {
    width: 100%;
    }
  .nav-title{
    font-size: 22px;
  }
  .navigation.active{
  left: 0;
  width: 100%;
  }
  }
  @media (max-width:480px)
{
  #navbar a img{
    transform: scale(0.75);
    position: fixed;
    left: -10px;
    top: -10px;
padding: 0;
  }
    /* .menu{
      transform: scale(0.9);
      top: -10px;
      right: 25px;
    }   */
    /* .toggle{

      transform: scale(0.9);
      top: -10px;
      right: -5px;
    } */
}
