@import url('d08f4bc149344d228d9194083959193c.css');

a{
    color:white;  
    text-decoration:none;
    font-family: 'Jost', sans-serif;
    transition: all 0.5s;
}

a:hover{
    color:white;  
    text-decoration:overline;
    font-family: 'Jost', sans-serif;
}

#MenuIcon{
    height: 25px;
    width: 50px;
    position: fixed;
    top:50;
    right: 50;
}
#MenuIcon:hover{
    cursor: pointer;
}
#MenuLine{
  position:fixed;
  top:0;
  margin:30px;
    height: 3px;
    width: 30px;
    background-color: #212121;
      border-radius: 15px;
    transition: all .3s;
}
#MenuIcon:hover #MenuLine{
    width: 40px;
}
#MenuLine::before{
    position:fixef;
    content: '';
    border-radius:10px;
    height: 3px;
    width: 25px;
    background-color: #212121;
    position: absolute;
    margin-top: 7px;
    transition: all .3s;
}
#MenuIcon:hover #MenuLine::before{
    width: 50px;
}
#MenuLine::after{
    content: '';
    border-radius:10px;
    height: 3px;
    width: 25px;
    background-color: #212121;
    position: absolute;
    margin-top: -7px;
    transition: all .3s;
}
#MenuIcon:hover #MenuLine::after{
    width: 50px;
}
#MainMenu{
    height: 100vh;
    width: 300px;
    background-color: #212121;
    -webkit-clip-path:polygon(0 0,100% 0,0% 100%,0% 100%);
    position: fixed;
    top:0;
    left: -300px;
    transition: all .5s ease-in-out;
}
ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
    font-family: arial;
    color:#5f5f5f;
    text-align: center;
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
ul li{
    margin: 20px;
}
ul li:hover{
    cursor: pointer;
}
ul li:hover .line{
    width: 180px;
}
#logo{
    position: absolute;
    top:100;
    left: 50%;
    transform: translate(-50%);
}
#close{
  font-size:20px;
  color:gray;
  position: absolute;
  bottom: 100;
  margin-top: 20px;
  left: 50%;
  transform: translate(-50%);
  transition: all 0.5s;
}
#close:hover{
  color:white;
    cursor: pointer;
}

.logo{
    font-family: 'Jost', sans-serif;
}


.container {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}

.txt {
  display: block;
}

@import url(ec8ea038239d4a2b9ab760a1927af78e.css);

.div{
    color: #fefefe;
  font-family: 'Ubuntu',sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 1.3em;
  line-height: 2;
  font-weight: 300;
  text-rendering: optimizeLegibility;
  text-align: center;
	text-align: center;
	color: #f35626;
	background-image: -webkit-linear-gradient(92deg, #f35626, #feab3a);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-animation: hue 10s infinite linear;
}

.div2{
      color: #fefefe;
  font-family: 'Ubuntu',sans-serif;
  text-rendering: optimizeLegibility;
	color: #f35626;
	background-image: -webkit-linear-gradient(92deg, #f35626, #feab3a);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-animation: hue 10s infinite linear;
}

@-webkit-keyframes hue {
  from {
    -webkit-filter: hue-rotate(0deg);
  }
  to {
    -webkit-filter: hue-rotate(-360deg);
  }
}