@import url(https://fonts.googleapis.com/css?family=Fira+Sans:400,500italic);
 @keyframes eyes {
	 0%, 8.8888888889%, 100% {
		 top: -50px;
	}
	 17.7777777778% {
		 top: -45px;
	}
	 91.1111111111% {
		 top: -20px;
	}
	 57.7777777778%, 88.8888888889% {
		 top: -15px;
	}
	 66.6666666667% {
		 top: -25px;
	}
}
 @keyframes wings {
	 0%, 88.8888888889%, 100% {
		 top: 70px;
	}
	 91.1111111111% {
		 top: 60px;
	}
}
 @keyframes feet {
	 0%, 88.8888888889%, 100% {
		 top: -2px;
	}
	 91.1111111111% {
		 top: 0px;
	}
}
 @keyframes cloud {
	 0% {
		 left: -140px;
	}
	 100% {
		 left: 280px;
	}
}
 /* html {
	 height: 100%;
	 background-color: rgba(0, 0, 0, 1);
	 background: linear-gradient(to top, #040308, #ad4a28, #dd723c, #3e5879, #020b1a);
	 background-repeat: no-repeat;
} */
 /* body {
	 text-align: center;
	 font: normal 100% "Roboto Slab", sans-serif;
} */
/* #particles-js canvas
{
    display: block;
    vertical-align: bottom;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-transition: opacity .8s ease, -webkit-transform 1.4s ease;
    transition: opacity .8s ease, transform 1.4s ease
} */

@media (max-width: 768px) {
    .not-found-section h2 {
        display: none;
    }
    .not-found-mobile-text {
        display: block !important;
        color: #f7dbc5;
        text-shadow: 1px 1px #e00500;
        font-size: 1.4em;
        font-weight: 600;
    }
    .not-found-text p {
        font-size: 1em !important;
    }
    .home-btn {
        padding: 0.3em 1.3em;
    }
    .globe {
        margin: 0 !important;
        width: 309px !important;
        height: 300px !important;
    }
    .globe .bird {
        left: 47px !important;
        top: 20px !important;
    }
}

#particles-js 
{
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0
}
canvas
{
    display:block;
    position: fixed;
}
.not-found-section {
    height: calc(100vh);
    background-color: rgba(0, 0, 0, 1);
    background: #0f023b;
    /* background-image: url("../assets/img/404/sunset-beach.jpg"); */
    /* background-size: cover; */
    /* linear-gradient(to top, #040308, #ad4a28, #dd723c, #3e5879, #020b1a); */
    background-repeat: no-repeat;
    padding: 3.5rem 0.5rem 6rem 0.5rem;
    text-align: center;
}
.not-found-mobile-text {
    display: none;
}
.not-found-section h2 {
	 font-size: 28em;
     line-height: 0.05em;
}
.not-found-section a {
	 color: #fff;
}
.not-found-text h3 {
    padding-top: 1.3em;
    color: #f7dbc5;
    text-shadow: 1px 1px #e00500;
}
.not-found-text p {
    padding-top: 0.3em;
    color: #f7dbc5;
    text-shadow: 1px 1px #e00500;
    font-weight: 600;
    font-size: 1.4em;
}
 .inline {
	 display: inline-block;
	 color: #f7dbc5;
	 text-shadow: 3px 3px #e00500;
}
 .globe {
	 margin: 1em 0 0 0;
	 position: relative;
	 display: inline-block;
	 text-align: left;
	 width: 400px;
	 height: 400px;
	 border-radius: 50%;
	 border: 20px solid #f7dbc5;
	 box-sizing: border-box;
	 box-shadow: 3px 3px 3px 3px #e00500;
	 background: linear-gradient(to top, #040308, #ad4a28, #dd723c, #fc7001, #dcb697, #9ba5ae, #3e5879, #020b1a);
	 overflow: hidden;
}
 .globe:before, .globe:after {
	 position: absolute;
	 content: "";
	 box-sizing: border-box;
	 border-radius: 50%;
	 z-index: 10;
}
 .globe:before {
	 height: 94%;
	 width: 94%;
	 top: 3%;
	 right: 3%;
	 border: 10px solid transparent;
	 border-right-color: rgba(255, 255, 255, .3);
	 border-right-width: 10px;
	 border-right-style: solid;
}
 .globe:after {
	 top: 50px;
	 right: 65px;
	 width: 10px;
	 height: 10px;
	 background: rgba(255, 255, 255, .3);
}
 .globe .bird {
	 position: absolute;
	 z-index: 2;
	 left: 96px;
	 top: 100px;
}
 .globe .bird .body {
	 position: absolute;
	 width: 175px;
	 height: 186px;
	 border-radius: 50%;
	 background-clip: padding-box;
	 background-color: #e30a05;
	 box-shadow: inset 0 0 80px rgba(0, 0, 0, .3);
}
 .globe .bird .body:before, .globe .bird .body:after {
	 position: absolute;
	 content: "";
	 z-index: -1;
	 width: 26px;
	 height: 93px;
	 border-radius: 50%;
	 background-color: #e30a05;
	 box-shadow: inset 0 0 13px rgba(0, 0, 0, .3);
	 top: 70px;
	 animation: wings 4.5s linear infinite;
}
 .globe .bird .body:before {
	 left: 0;
}
 .globe .bird .body:after {
	 right: 0;
}
 .globe .bird .body .eye {
	 position: absolute;
	 z-index: 1;
	 overflow: hidden;
	 width: 56px;
	 height: 56px;
	 top: 28px;
	 border-radius: 50%;
	 background-color: #fff;
	 border: 1px solid #ef827f;
	 box-shadow: inset 0 0 0 1px #ef827f;
}
 .globe .bird .body .eye:before, .globe .bird .body .eye:after {
	 position: absolute;
	 content: "";
}
 .globe .bird .body .eye:before {
	 width: 18px;
	 height: 18px;
	 border-radius: 50%;
	 background-color: #000;
	 top: 30px;
}
 .globe .bird .body .eye:after {
	 width: 200px;
	 height: 200px;
	 background: radial-gradient(ellipse at center, rgba(109, 0, 25, 0) 0%, rgba(130, 1, 31, 0) 35%, #ef827f 36%, #b30400 100%);
	 animation: eyes 4.5s linear infinite;
}
 .globe .bird .body .eye.left {
	 left: 15px;
}
 .globe .bird .body .eye.left:before {
	 left: 20px;
}
 .globe .bird .body .eye.left:after {
	 left: -60px;
	 top: -45px;
}
 .globe .bird .body .eye.right {
	 right: 15px;
}
 .globe .bird .body .eye.right:before {
	 right: 20px;
}
 .globe .bird .body .eye.right:after {
	 right: -60px;
	 top: -45px;
}
 .globe .bird .body .beak {
	 position: absolute;
	 z-index: 1;
	 width: 41px;
	 height: 55px;
	 top: 70px;
	 left: 67px;
	 border-radius: 50%;
	 background-color: #b10804;
}
 .globe .bird .body .beak:before {
	 position: absolute;
	 content: "";
	 width: inherit;
	 height: inherit;
	 top: 2px;
	 border-radius: 50%;
	 background: #525770;
}
 .globe .bird .body .beak:after {
	 position: absolute;
	 content: "";
	 z-index: -1;
	 width: 37px;
	 height: inherit;
	 top: 12px;
	 left: 2px;
	 border-radius: 50%;
	 background: #b10804;
}
 .globe .bird .body .beak div {
	 position: absolute;
	 width: 43px;
	 height: 43px;
	 top: -1px;
	 left: -1px;
	 border-radius: 50% 60% 50% 40%;
	 background-clip: padding-box;
	 background-color: #343c52;
	 transform: rotate(-45deg);
}
 .globe .bird .body .beak div:before {
	 position: absolute;
	 content: "";
	 transform: rotate(45deg);
	 width: 17px;
	 height: 8px;
	 top: 10px;
	 left: 20px;
	 border-radius: 50%;
	 background-color: #fff;
}
 .globe .bird .body .feet {
	 position: absolute;
	 bottom: 15px;
	 width: 100%;
}
 .globe .bird .body .feet:before, .globe .bird .body .feet:after {
	 position: absolute;
	 content: "";
	 width: 27px;
	 height: 21px;
	 border-radius: 50%;
	 background-color: #dc8898;
	 box-shadow: inset 0 0 12px rgba(0, 0, 0, .2);
	 animation: feet 4.5s linear infinite;
}
 .globe .bird .body .feet:before {
	 left: 40px;
}
 .globe .bird .body .feet:after {
	 right: 40px;
}
 .globe .wire {
	 position: absolute;
	 z-index: -1;
	 width: 500px;
	 height: 400px;
	 left: -173px;
	 top: -215px;
	 border-radius: 50%;
	 border: 3px solid transparent;
	 border-bottom-color: rgb(29, 24, 24);
}
 .globe .hills {
	 position: absolute;
	 width: 60px;
	 height: 60px;
	 border-radius: 30%;
	 top: 230px;
	 left: 60px;
	 transform: rotate(45deg);
	 background: radial-gradient(ellipse at top left, rgb(63, 170, 108) 0%, rgb(164, 170, 95) 100%);
	 box-shadow: inset 5px 0 12px rgba(0, 0, 0, .2);
}
 .globe .hills:before, .globe .hills:after {
	 position: absolute;
	 content: "";
	 width: 178px;
	 height: 90px;
	 border-radius: 50%;
	 background: inherit;
	 box-shadow: inherit;
}
 .globe .hills:before {
	 left: -90px;
	 top: 30px;
	 z-index: -1;
	 transform: rotate(-20deg);
}
 .globe .hills:after {
	 left: 0px;
	 top: -55px;
	 transform: rotate(120deg);
}
 .globe .cloud {
	 position: absolute;
	 width: 70px;
	 height: 24px;
	 background: linear-gradient(to bottom, rgb(197, 209, 218) 5%, rgb(181, 194, 201) 100%);
	 border-radius: 20px;
	 top: -20px;
	 z-index: -1;
	 animation: cloud 9s linear infinite;
}
 .globe .cloud.small {
	 top: -50px;
	 transform: scale(0.6);
	 animation-delay: -1.5s;
	 animation-duration: 13.5s;
}
 .globe .cloud:before, .globe .cloud:after {
	 position: absolute;
	 content: "";
	 background: inherit;
	 z-index: -1;
}
 .globe .cloud:before {
	 width: 36px;
	 height: 36px;
	 top: -18px;
	 right: 10px;
	 border-radius: 40px;
}
 .globe .cloud:after {
	 width: 20px;
	 height: 20px;
	 top: -10px;
	 left: 10px;
	 border-radius: 20px;
}

/* BUTTON */
.not-found-btn {
    padding: 0.8rem 1.95rem;
    line-height: 1.5;
    font-weight: 700;
    background: transparent;
    outline: none !important;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    border-radius: 0.25rem;
    text-decoration: none; 
  }
  
.not-found-btn.disabled {
    pointer-events: none;
    opacity: 0.65;
}

.home-btn {
    background: transparent;
    border: 2px solid #f7dbc5;
    color: #f7dbc5 !important;
    z-index: 1;
  }
  .home-btn:after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    background: #e00500;
    transition: all 0.3s ease;
  }
  .home-btn:hover {
    color: #fff !important;
  }
  .home-btn:hover:after {
    left: 0;
    width: 100%;
  }
  .home-btn:active {
    top: 2px;
  }
  .home-btn:disabled, .home-btn.disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
  }
 