* {
    box-sizing: border-box;
	margin: 0;
	padding: 0;
}
html {
    background: radial-gradient(circle at 50% 120%, #612714, #612714 80%, #612714 100%);
}
body {
    font-family: sans-serif;
    margin: 0;
	  overflow: hidden;
    background: url(img/bg.png) no-repeat;
    background-size: cover;
    align-items: center;
    justify-content: center;
    height: 100vh;
	  background-position: center;
    position: relative;
    z-index: 1;
}
body:after
{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-color: rgba(0,0,0,0.2);
}
header {
    box-sizing: border-box;
    text-align: center;
    width: 100%;
    padding: 10px 40px;
    overflow: hidden;
	margin-bottom: 30px;
}
footer{
	position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    height: 5vh;
    z-index: 99;
	box-sizing: border-box;
    text-align: center;
    width: 100%;    
    overflow: hidden;
	background: rgba(18, 18, 18, 0.75);
}
footer img{ width: calc(5vh + 5vw);margin-top: 1vh;}
.header_top{
    background-color: rgba(1, 98, 51, 0.78);  
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    height: 48px;
    z-index: 3;
    transition: all 0.5s ease;
    padding-top: 10px;
    border-bottom: 1px solid #89a111;
}
.container {
    width: 100vw;
    height: 45vh;
    /* box-shadow: 0 0 1rem 0 rgba(0, 0, 0, .2);    */
    border-radius: 5px; 
	display: grid;
    align-items: center;
    justify-content: center;	

}
.Box1{
	/* border-bottom: 6vh solid rgba(0, 0, 0, 0.12); */
}
.Box2{
	/* border-bottom: 6vh solid rgba(0, 0, 0, 0.12); */
}
.main-content{
	display: grid;
    align-items: center;
    justify-content: center;
	margin-top: 0px;
}
#logo{
	color: #ffea3c;
    line-height: 1;
    display: inline-block;
    text-decoration: none;
    float: left;
	margin-left: 10vw;
	font-size: calc(1vh + 5px);
}	
.nav-menu{
	float: right;
    margin: 0 ;
	margin-right: 10vw;
}
.nav-menu li img{vertical-align: middle;width: 85%;border-radius: 5px;overflow: hidden;}
.nav-menu li{display: inline-block;color: #FFF;}

.subData{
	margin-top: -140px;
    border: 5px solid white;
    border-radius: 50%;
    height: 500px;
    width: 500px;   
    background: #000;
	color: white;
}
.SubTxt{
	color: white;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
    border-radius: 10px;
    border: 2px solid #809d15;
    background: radial-gradient(circle at 50% 120%, #9cab0e, #347a26 80%, #41452b 100%);
}

.txt1{
	color: #ffea3c;
	font-size: calc(3vh + 3vw);
	text-shadow: 2px 8px 6px rgb(26, 101, 60), 0px -5px 35px rgb(11, 197, 51);
}
.txt2{
	font-size: calc(2vh + 2vw);
	text-transform: uppercase;
	text-shadow: 2px 8px 6px rgb(17, 23, 3), 0px -5px 35px rgb(70, 214, 10);
}
.txt3{
	font-size: 3vh;	
	margin-top: 10px;
	color: #ffea3c;
    text-shadow: 2px 8px 6px rgb(107, 135, 41), 0px -5px 35px rgb(204, 190, 0);
	}
	
.wrapper {
	width: 100vw;
    min-height: 45vh;
}

.card-image {
	display: block;
	min-height: 5vh; 
	background-size: cover;	
	/*background: radial-gradient(circle at 50% 120%, #ccc102, #006333 80%, #317926 100%);*/
    border-radius: 50%;
	/* border: 2px solid #fff; */
	transition: all 0.65s ease;
}

.card-image > img {	

	width: 100%;
	cursor: pointer;
}

/*
.card-image > img {	
	padding: 20%;
	width: 100%;
	cursor: pointer;
}
*/
.card-list {
	display: block;
	margin: auto;
	padding: 0;
	font-size: 0;
	text-align: center;
	list-style: none;
}

.card {
	display: inline-block;
	width: 90%;
	max-width: 12vw;
	margin: 1rem;
	font-size: 1rem;
	text-decoration: none;
	border-radius: 50%;
	position: relative;
	transition: all 0.65s ease;
	
}

.card-description > h2 {	
	text-shadow: 0px 10px 20px rgb(0, 71, 97), 0px -2px 35px rgb(0, 93, 165);
}

/*
.card:after {
    position: absolute;
    content: "";
    top: 5vw;
    z-index: -1;
    height: 100%;
    width: 100%;    
    transform: scale(0.75);
    -webkit-filter: blur(5vw);
    -moz-filter: blur(5vw);
    -ms-filter: blur(5vw);
    filter: blur(5vw);
    background: linear-gradient(270deg, #0fffc1, #0f7aff);  
    animation: animateGlow 1s ease;
}*/
@keyframes animateGlow {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes textColor {
  0% {
    color: #7e0fff;
  }
  50% {
    color: #0fffc1;
  }
  100% {
    color: #7e0fff;
  }
}

#stars {
  width: 1px;
  height: 1px;
  background: transparent;
  box-shadow: 225px 1547px #FFF , 221px 643px #FFF , 1367px 679px #FFF , 423px 1195px #FFF , 698px 1495px #FFF , 768px 438px #FFF , 1577px 393px #FFF;
  animation: animStar 50s linear infinite;
}
#stars:after {
  content: " ";
  position: absolute;
  top: 2000px;
  width: 1px;
  height: 1px;
  background: transparent;
  box-shadow: 225px 1547px #FFF ,  1070px 1353px #FFF , 910px 1363px #FFF , 991px 1985px #FFF , 1138px 1058px #FFF , 1161px 429px #FFF , 1962px 1616px #FFF , 463px 1643px #FFF , 1587px 1761px #FFF , 587px 1385px #FFF;
}

#stars2 {
  width: 2px;
  height: 2px;
  background: transparent;
  box-shadow: 591px 51px #FFF , 259px 940px #FFF , 1723px 490px #FFF , 1626px 701px #FFF , 82px 1485px #FFF , 778px 467px #FFF , 100px 1324px #FFF , 590px 336px #FFF , 1347px 1442px #FFF , 978px 590px #FFF , 1291px 369px #FFF , 1035px 215px #FFF;
  animation: animStar 80s linear infinite;
}
#stars2:after {
  content: " ";
  position: absolute;
  top: 2000px;
  width: 2px;
  height: 2px;
  background: transparent;
  box-shadow: 591px 51px #FFF , 259px 940px #FFF , 1723px 490px #FFF , 1626px 701px #FFF , 82px 1485px #FFF , 778px 467px #FFF , 100px 1324px #FFF , 590px 336px #FFF , 1347px 1442px #FFF , 978px 590px #FFF , 1291px 369px #FFF , 371px 1377px #FFF , 1273px 1127px #FFF , 353px 610px #FFF , 1035px 215px #FFF;
}

#stars3 {
  width: 3px;
  height: 3px;
  background: transparent;
  box-shadow: 1101px 1380px #FFF , 1080px 959px #FFF , 810px 1423px #FFF , 1736px 1098px #FFF , 215px 399px #FFF , 645px 1637px #FFF , 52px 861px #FFF , 43px 864px #FFF , 52px 1973px #FFF , 1308px 1779px #FFF , 1975px 1554px #FFF , 1444px 1863px #FFF;
  animation: animStar 130s linear infinite;
}
#stars3:after {
  content: " ";
  position: absolute;
  top: 2000px;
  width: 3px;
  height: 3px;
  background: transparent;
  box-shadow: 1101px 1380px #FFF , 1080px 959px #FFF , 810px 1423px #FFF , 1736px 1098px #FFF , 215px 399px #FFF , 645px 1637px #FFF , 52px 861px #FFF , 43px 864px #FFF , 52px 1973px #FFF , 1444px 244px #FFF , 1444px 1863px #FFF;
}

@keyframes animStar {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(-2000px);
  }
}

.card-description {
  display: block;
  align-self: center;
  justify-self: center;
  margin-bottom: 2px;
  padding: 1em 0.5em;
  color: white;
  font-size: calc(5px + 0.5vw);
  font-weight: 800;
  text-decoration: none;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
  -webkit-background-clip: text;
  /* -webkit-text-fill-color: transparent; */
  -webkit-transition: all 0.65s ease;
  transition: all 0.65s ease;
  position: absolute;  
  transition: 0.5s;
  text-align: center;
  width: 100%;
  border-radius: 5%;
  transform: translateY(-10%);
  
}
.card:hover .card-image {
  transform: translateY(-10%);
  box-shadow: 1px 0em 7rem 1rem #FFEB3B;
}
.card:hover .card-description {
  transform: translateY(10%);
  opacity:1;
  color: #FFFFF;
}
@media (max-width: 480px) {
	.card { max-width: 25vw ! important ;}
}
@media (min-width: 321px),(min-height: 381px) {
    .scr-error{
        display: none
    }
}