@import url('https://fonts.googleapis.com/css?family=Poppins');
* {
    box-sizing: border-box;
}
html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100vh;
}
.shapeanim
{
	background-color:#fc732b;
	border-top-left-radius: 600px 400px;
	border-bottom-left-radius: 600px 100px;

}
.shapeanim h4
{
	
	color:white;
	
	font-size:17px;
	width:600px;
	margin-top:170px;
	text-align:right;
}
.orange{
  color: orangered;
}
.shapes{
  width: 0;
      height: 0;
      border-top: 0px solid transparent;
      border-right: 100px solid black;
      border-bottom: 5px solid transparent;
  margin: 0 auto;
}
.h1
{
	width: 100%;
  margin: 0 auto;
  text-align: center;
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
  margin-bottom: 5px;
  font-size:28px; 
}

.home
{
	
	background: linear-gradient(to bottom right, #fc732b 50%, transparent 50.5%) no-repeat bottom,linear-gradient(0deg, #fc732b, #fc732b) no-repeat top;
  color: white;
  padding-bottom: 5em;
  background-size: 100% 9em, 100% calc(100% - 9em)

}
@-webkit-keyframes counter-clockwise {
0% {
-webkit-transform: rotate(360deg);
border-left: 1em solid #ffa31a;
border-bottom: 1em solid #ffa31a;
}

50%{
border-bottom: 1em solid #ffa31a;
border-left: 1em solid #ffa31a;
}

100% {
-webkit-transform: rotate(0);
border-left: 1em solid #ffa31a;
border-bottom: 1em solid #ffa31a;    
}
}
@-keyframes counter-clockwise {
0% {
transform: rotate(360deg);
border-left: 1em solid #ffc266;
border-bottom: 1em solid #ffc266;
}

50%{
border-bottom: 1em solid #ffc266;
border-left: 1em solid #ffc266;
}

100% {
transform: rotate(0);
border-left: 1em solid #ffc266;
border-bottom: 1em solid #ffc266;    
}
}


@-webkit-keyframes clockwise {
0% {
-webkit-transform: rotate(0);
border-left: 1em solid #ffc266;
border-bottom: 1em solid #ffc266;
}

50%{
border-left: 1em solid #ffc266;
border-bottom: 1em solid #ffc266;
}

100% {
-webkit-transform: rotate(360deg);
border-left: 1em solid #ffc266;
border-bottom: 1em solid #ffc266;
}
}

@-keyframes clockwise {
0% {
transform: rotate(0);
border-left: 1em solid #ff8000;
border-bottom: 1em solid #ff8000;
}

50%{
border-left: 1em solid #ff8000;
border-bottom: 1em solid #ff8000;
}

100% {
transform: rotate(360deg);
border-left: 1em solid #ff8000;
border-bottom: 1em solid #ff8000;
}
}


@-webkit-keyframes clockwise-outside {
0% {
-webkit-transform: rotate(0);
border-left: 1em solid #ff8000;
border-bottom: 1em solid #ff8000;
}

50%{
border-left: 1em solid #ff8000;
border-bottom: 1em solid #ff8000;
}

100% {
-webkit-transform: rotate(360deg);
border-left: 1em solid #ff8000;
border-bottom: 1em solid #ff8000;
}
}

@-keyframes clockwise-outside {
0% {
transform: rotate(0);
border-left: 1em solid #42C88E;
border-bottom: 1em solid #42C88E;
}

50%{
border-left: 1em solid #7DFFEB;
border-bottom: 1em solid #7DFFEB;
}

100% {
transform: rotate(360deg);
border-left: 1em solid #42C88E;
border-bottom: 1em solid #42C88E;
}
}


#loading_animation {
border-radius: 50%;
height: 20em;
width: 20em;
position: relative;

}

.outside_ring {
border-radius: 50%;
height: 22em;
width: 22em;
border: 1em solid #cdd4db;
border-bottom: 1em solid #ffa31a !important;
border-left: 1em solid #ffa31a !important;
-webkit-animation: clockwise-outside 2s infinite;
animation: clockwise-outside 8s infinite;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
z-index: 1;
}

.middle_ring {
border-radius: 50%;
height: 18em;
width: 18em;
position: absolute;
top: 2em;
left: 2em;
border: 1em solid transparent;
border-bottom: 1em solid #ffa31a !important;
border-left: 1em solid #ffa31a !important;
-webkit-animation: counter-clockwise 2.5s infinite;
animation: counter-clockwise 9s infinite;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
z-index: 2;
}

.inner_ring {
border-radius: 50%;
position: absolute;
z-index: 3;
height: 14em;
width: 14em;
top: 4em;
left: 4em;
border: 1em solid transparent;
border-bottom: 1em solid #ffa31a !important;
-webkit-animation: clockwise 8s infinite;
animation: clockwise 8s infinite;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
}

#animation_message {
font-family: helvetica;
font-size: 1.5em;
font-weight: 600;
text-align: center;
color: black;
position: absolute;
left: 2.35em;
top: 6.6em;
width: 10em;
z-index: 4;
}
body{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100vh;
    font-family: Poppins;
    background: url('/css/nav.css');
    background-position: center;
    background-size: cover;
}

nav{
    padding: 8px;
}

.logo{
    float: left;
    padding: 8px;
    margin-left: 16px;
    margin-top: 8px;
}

.logo a{
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0;
    text-decoration: none;
}

nav ul{
    float: right;
}

nav ul li{
    display: inline-block;
    float: left;
}
nav ul li:not(:first-child){
    margin-left: 48px;
}
nav ul li:last-child{
    margin-right: 24px;
}
a:hover
{
	text-decoration:none !important;
}
nav ul li a{
    display: inline-block;
    outline: none;
    color: #000000;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 1.2px;
    font-weight: 600;
}

nav ul li a:after {
  display:block;
  content: '';
  border-bottom: 2px solid orange;
  transform: scaleX(0);  
  transition: transform 250ms ease-in-out;
}
ul li a:hover:after { transform: scaleX(1); }
ul li a:after{ transform-origin:100% 50%; }
ul li a:after{  transform-origin:  0% 50%; }
@media screen and (max-width: 864px){
    .logo {
        padding: 0;
		
    }

    .nav-wrapper{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        background: #fff;
        opacity: 0;
        transition: all 0.2s ease;
    }

    .nav-wrapper ul{
        position: absolute;
        top: 30%;
        transform: translateY(-50%);
        width: 100%;
    }

    .nav-wrapper ul li{
        display: block;
        float: none;
        width: 100%;
        text-align: left;
        margin-bottom: 10px;
    }
    .nav-wrapper ul li:nth-child(1) a {
        transition-delay: 0.2s;
    }
    .nav-wrapper ul li:nth-child(2) a {
        transition-delay: 0.3s;
    }
    .nav-wrapper ul li:nth-child(3) a {
        transition-delay: 0.4s;
    }
    .nav-wrapper ul li:nth-child(4) a {
        transition-delay: 0.5s;
    }

    .nav-wrapper ul li:not(:first-child){
        margin-left: 0;
    }
    .nav-wrapper ul li a{
        padding: 10px 24px;
        opacity: 0;
        color: #000;
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 1.2px;
        transform: translateX(-20px);
        transition: all 0.2s ease;
    }

    .nav-btn{
        position: fixed;
        right: 10px;
        top: 10px;
        display: block;
        width: 48px;
        height: 48px;
        cursor: pointer;
        z-index: 9999;
        border-radius: 50%;
    }

    .nav-btn i{
        display: block;
        width: 20px;
        height: 2px;
        background: #000;
        border-radius: 2px;
        margin-left: 14px;
    }

    .nav-btn i:nth-child(1){
        margin-top: 16px;
    }
    .nav-btn i:nth-child(2){
        margin-top: 4px;
        opacity: 1;
    }
    .nav-btn i:nth-child(3){
        margin-top: 4px;
    }
}

#nav:checked + .nav-btn{
    transform: rotate(45deg);
}

#nav:checked + .nav-btn i{
    background: #000;
    transition: transform 0.2s ease;
}

#nav:checked + .nav-btn i:nth-child(1){
    transform: translateY(6px) rotate(180deg);
}
#nav:checked + .nav-btn i:nth-child(2){
    opacity: 0;
}
#nav:checked + .nav-btn i:nth-child(3){
    transform: translateY(-6px) rotate(90deg);
}
#nav:checked ~ .nav-wrapper{
    z-index: 9990;
    opacity: 1;
}
#nav:checked ~ .nav-wrapper ul li a{
    opacity: 1;
    transform: translateX(0);
}
.hidden{
    display: none;
}

/*
     FILE ARCHIVED ON 00:08:42 Feb 13, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 09:45:21 May 14, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.454
  exclusion.robots: 0.033
  exclusion.robots.policy: 0.024
  esindex: 0.008
  cdx.remote: 9.917
  LoadShardBlock: 52.273 (3)
  PetaboxLoader3.datanode: 80.682 (4)
  load_resource: 106.928
  PetaboxLoader3.resolve: 43.007
*/