.color{
  color: #5D5B6A;
}
.color:hover{
  color: #00db00;
}

.hide { 
  display: none; 
  opacity: 0; 
}
.how { 
  display: block; 
  opacity: 1; 
} 

#Anutrickz_translateBTN { 
  position:absolute;
  top:22px;
  cursor: pointer;
  right:52px; 
  font-weight: 900;
  color: #5D5B6A;
  z-index: 99; 
  transition: .1s all;
}
#Anutrickz_translateBTN svg{
  width:24px;
  height:24px;
} 
#Anutrickz_translateBTN svg:hover{
  color: #00db00;
}
.userProfile  { 
  stroke: #5D5B6A; 
  fill: none!important;
  /* margin-left: 760%; */
  stroke-linecap: round; 
  stroke-linejoin: round; 
  font-weight: 800;
 }
 .post-bottom svg,
 .ATSearch svg:hover{
   stroke: #00db00;
   cursor: pointer;
 }
 .userProfile:hover{
   stroke: #00db00;
   cursor: pointer;
 }
#ATLang_list { 
  width: 10rem; 
  right: 0px; 
  box-shadow: 0 0 15px rgb(0 0 0 / 7%); 
  border-radius: 0.5rem; 
  position: absolute; 
  z-index: 9999; 
  background: #fff; 
  top: 100%; 
  color: #000;
}
#ATLang_list li { 
  list-style: none; 
  line-height: 1.5rem; 
  font-size: .875rem; 
  font-weight: 600;
  cursor:pointer; 
  padding-left: 0.75rem; 
  padding-right: 0.75rem; 
  padding-top: 0.25rem; 
  padding-bottom: 0.25rem;
} 
#ATLang_list ul{margin:0 auto} 
#Anutrickz_translateBTN.hover #ATLang_list{display:block}
.language-active {color: #63bc63;}
.language-list{cursor:pointer;margin:3px;align-items:center;}
.language-list:hover{
  background-color: #E0F2F1; 
}
.sticky {
  position:sticky;
  background-color: #fff;
  transition: .2s all;
  box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
  }
  nav{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 70px;
  z-index: 99;
  }
  nav .navbar{
  height: 100%;
  max-width: 1250px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: auto;
  padding: 0 50px;
  }
  .navbar .logo a{
  font-size: 30px;
  color: #00db00;
  text-decoration: none;
  font-weight: 600;
  font-family: 'Audiowide', cursive;
  }
  nav .navbar .nav-links{
  line-height: 70px;
  height: 100%;
  }
  nav .navbar .links{
  display: flex;
  }
  
  nav .navbar .links li{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  padding: 0 14px;
  }
  nav .navbar .links li a{
  height: 100%;
  text-decoration: none;
  white-space: nowrap;
  color: #5D5B6A;
  font-size: 15px;
  font-weight: 700;
  }
  nav .navbar .links li a:hover{
  color: #00db00;
  }
  .links li:hover .htmlcss-arrow,
  .links li:hover .asset-arrow,
  .links li:hover .stock-arrow,
  .links li:hover .community-arrow{
  transform: rotate(180deg);
  }
  nav .navbar .links li .arrow{
  height: 100%;
  width: 22px;
  line-height: 70px;
  text-align: center;
  display: inline-block;
  color: #5D5B6A;
  cursor: pointer;
  transition: all 0.3s ease;
  }
  nav .navbar .links li .sub-menu{
  position: absolute;
  top: 70px;
  left: 0;
  line-height: 36px;
  background: #ffffff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 4px 4px;
  display: none;
  z-index: 2;
  border-top: 3px solid #00db00;
  }
  nav .navbar .links li:hover .htmlCss-sub-menu,
  nav .navbar .links li:hover .asset-sub-menu,
  nav .navbar .links li:hover .stock-sub-menu,
  nav .navbar .links li:hover .community-sub-menu{
  display: block;
  }
  .navbar .links li .sub-menu li{
  padding: 0 32px;
  border-bottom: 1px solid #f9f9f9;  
  }
  .navbar .links li .sub-menu a{
  color: #5D5B6A;
  font-size: 16px;
  font-weight: 500;
  }
  .navbar .links li .sub-menu a:hover{
  color: #00db00;
  }
  .navbar .links li .sub-menu .more-arrow{
  line-height: 40px;
  }
  .navbar .links li .htmlCss-more-sub-menu{
  /* line-height: 40px; */
  }
  .navbar .links li .sub-menu .more-sub-menu{
  position: absolute;
  top: 0;
  left: 100%;
  border-radius: 0 4px 4px 4px;
  z-index: 1;
  display: none;
  }
  .links li .sub-menu .more:hover .more-sub-menu{
  display: block;
  }
  .navbar .search-box{
  position: relative;
   height: 40px;
  width: 40px;
  }
  .navbar .search-box i{
  margin-left: -70%;
  position: absolute;
  height: 100%;
  width: 100%;
  line-height: 40px;
  text-align: center;
  font-size: 22px;
  color: #5D5B6A;
  font-weight: 600;
  cursor: pointer;
  /* transition: all 0.3s ease; */
  }
  .navbar .search-box i:hover{
  color: #00db00;
  }
  
  .navbar .nav-links .sidebar-logo{
  display: none;
  }
  .navbar .bx-menu{
  display: none;
  }
  @media (max-width:920px) {
  nav .navbar{
    max-width: 100%;
    padding: 0 25px;
  }
  
  nav .navbar .logo a{
    font-size: 27px;
  }
  nav .navbar .links li{
    padding: 0 10px;
    white-space: nowrap;
  }
  nav .navbar .links li a{
    font-size: 15px;
  }
  }
  @media (max-width:800px){
  nav{
    /* position: relative; */
  }
  .navbar .bx-menu{
    display: block;
  }
  nav .navbar .nav-links{
    position: fixed;
    top: 0;
    left: -100%;
    display: block;
    max-width: 270px;
    width: 100%;
    background:  #ffffff;
    line-height: 40px;
    padding: 20px;
    overflow-y: scroll;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.5s ease;
    z-index: 1000;
  }
  .navbar .nav-links .sidebar-logo{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .sidebar-logo .logo-name{
    font-size: 25px;
    color: #00db00;
    font-weight: 700;
    font-family: 'Audiowide', cursive;
  }
  .sidebar-logo{
    border-bottom:2px solid #e6e6e6b1;
  }
    .sidebar-logo  i,
    .navbar .bx-menu{
      font-size: 25px;
      color: #5D5B6A;
      font-weight: 900;
    }
  nav .navbar .links{
    display: block;
    margin-top: 20px;
  }
  nav .navbar .links li .arrow{
    line-height: 40px;
  }
  nav .navbar .links li{
    display: block;
  }
  nav .navbar .links li .sub-menu{
  position: relative;
  top: 0;
  box-shadow: none;
  display: none;
  }
  nav .navbar .links li .sub-menu li{
  border-bottom: none;
  
  }
  .navbar .links li .sub-menu .more-sub-menu{
  display: none;
  position: relative;
  left: 0;
  }
  .navbar .links li .sub-menu .more-sub-menu li{
  display: flex;
  align-items: center;
  justify-content: space-between;
  }
  .links li:hover .htmlcss-arrow,
  .links li:hover .asset-arrow{
  transform: rotate(0deg);
  }
  .navbar .links li .sub-menu .more-sub-menu{
    display: none;
  }
  .navbar .links li .sub-menu .more span{
    /* background: red; */
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
  }
  
  .links li .sub-menu .more:hover .more-sub-menu{
    display: none;
  }
  nav .navbar .links li:hover .htmlCss-sub-menu,
  nav .navbar .links li:hover .asset-sub-menu,
  nav .navbar .links li:hover .stock-sub-menu,
  nav .navbar .links li:hover .community-sub-menu{
    display: none;
  }
  .navbar .nav-links.show1 .links .htmlCss-sub-menu,
  .navbar .nav-links.show3 .links .asset-sub-menu,
  .navbar .nav-links.show4 .links .stock-sub-menu,
  .navbar .nav-links.show5 .links .community-sub-menu,
  .navbar .nav-links.show2 .links .more .more-sub-menu{
      display: block;
    }
    .navbar .nav-links.show1 .links .htmlcss-arrow,
    .navbar .nav-links.show3 .links .asset-arrow,
    .navbar .nav-links.show4 .links .stock-arrow,
    .navbar .nav-links.show5 .links .community-arrow{
        transform: rotate(180deg);
  }
    .navbar .nav-links.show2 .links .more-arrow{
      transform: rotate(90deg);
    }
  }
  @media (max-width:370px){
  nav .navbar .nav-links{
  max-width: 100%;
  } 
}
nav .navbar .links li a.active{
  color: #00db00;
}

.floatSocial {
  list-style: none;
  position: fixed;
  top: 60%;
  left: 0%;
  transform: translateY(-50%);
  z-index: 99999999999999999999;
}
.floatSocial .floatingSocial a {
  display: block;
  margin-left: -2px;
  height: 60px;
  width: 60px;
  border-radius: 0 25px 25px 0;
  border: 2px solid #000;
  background: #FFF;
  margin-bottom: 1em;
  transition: all 0.4s ease;
  color: #2980b9;
  text-decoration: none;
  line-height: 60px;
  position: relative;
}
.floatSocial .floatingSocial a:hover {
  cursor: pointer;
  width: 180px;
  color: #fff;
}
.floatSocial .floatingSocial a:hover span {
  left: 0;
}
.floatSocial .floatingSocial a span {
  padding: 0 30px 0 15px;
  position: absolute;
  left: -120px;
  transition: left 0.4s ease;
}
.floatSocial .floatingSocial a i {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  font-size: 1.5em;
}
 .floatSocial .floatingSocial .linkedin {
    background: #0076b51e;
    border-color: #0077B5;
    color: #0077B5;
  }
  .floatSocial .floatingSocial .linkedin:hover {
    background: #0077B5;
  }
  .floatSocial .floatingSocial .github {
    background: rgba(0, 0, 0, 0.13);
    border-color: #000;
    color: #000;
  }
  .floatSocial .floatingSocial .github:hover {
    background: #000;
  }
  .floatSocial .floatingSocial .instagram {
    background: rgba(210, 82, 127, 0.1);
    border-color: #D2527F;
    color: #D2527F;
  }
  .floatSocial .floatingSocial .instagram:hover {
    background: #d2527f;
  }



  #hero {
    width: 100%;
    height: 100vh;
    background: linear-gradient(rgba(3, 3, 3, 0.527), rgba(0, 0, 0, 0.377)), url("../Img/asi.jpg") top center;
    background-size: cover;
    position: relative;
  }

  #hero .hero-container {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
  }
  
  #hero h1 {
    margin: 0 0 10px 0;
    margin-top: 85px;
    font-size: 65px;
    font-weight: 700;
    font-family: 'Audiowide', cursive;
    line-height: 70px;
    text-transform: uppercase;
    color: #fff;
  }
  .hero-container{
    z-index: 20;
  }
  #hero .btn-get-started {
  font-size: 36px;
  display: inline-block;
  padding: 4px 0;
  border-radius: 50px;
  transition: 0.3s ease-in-out;
  margin: 10px;
  width: 64px;
  height: 64px;
  text-align: center;
  /* border: 2px solid #fff; */
  color: #fff;
  animation:bounce 2s infinite 2s;
}

#hero .btn-get-started:hover {
  padding-top: 8px;
  background: rgba(255, 255, 255, 0.15);
}
@keyframes bounce{
  0%,
  100%,
  20%,
  50%,
  80%{
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40%{
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60%{
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}


  #hero h2 {
    color: #fff;
    margin-bottom: 20px;
    font-family: 'Audiowide', cursive;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 700;
  }
  
  @media (min-width: 1024px) {
    #hero {
      background-attachment: fixed;
    }
  }
  
  @media (max-width: 768px) {
    #hero h1 {
      font-size: 28px;
      line-height: 36px;
    }
  
    #hero h2 {
      font-size: 18px;
      line-height: 24px;
      margin-bottom: 30px;
    }
    #hero .hero-container .row{
      display: flex;
      justify-content: center;
      align-items: center;
    }
  }
  .mainLogo{
    font-family: 'Audiowide', cursive;
  }

/* FAQ */
#faq {
	margin-top: -5rem;
}

#faq__title {
	text-align: center;
	color: #777777;
  font-family: 'Audiowide', cursive;
  font-size:2.5rem;
	margin-bottom: 1.5rem;
}

#faq__para {
	text-align: center;
	color: hsl(229, 8%, 60%);
}

.transition,
.faq__answer,
.faq__accordion .faq__item i:before,
.faq__accordion .faq__item i:after {
	transition: all 0.25s ease-in-out;
}

.flipIn,
.faq__accordion .faq__item {
	animation: flipdown 0.5s ease both;
}

.no-select,
.faq__question {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.faq__lists {
	min-height: 0;
	display: inline-block;
	position: relative;
  font-family: 'Audiowide', cursive;
	left: 50%;
	margin: 50px 0;
	transform: translate(-50%, 0);
	max-width: 600px;
}

@media (max-width: 550px) {
  .faq__title{
    padding-top: 25%;
  }
	.faq__lists {
		box-sizing: border-box;
		transform: translate(0, 0);
		max-width: 100%;
		min-height: 100%;
		margin: 0;
		left: 0;
    padding-top: 6%;
	}
}

.faq__question {
	color: hsl(229, 31%, 21%);
	font-size: 1.1rem;
	line-height: 34px;
	font-weight: 400;
  font-family: "Raleway", sans-serif;
	display: block;
	background-color: #fefffa;
	margin: 0;
	cursor: pointer;
}

.faq__answer {
	color: rgba(48, 69, 92, 0.8);
  font-family: "Raleway", sans-serif;
	font-size: 17px;
	line-height: 1.5;
	letter-spacing: 1px;
	position: relative;
	overflow: hidden;
	max-height: 800px;
	opacity: 1;
	transform: translate(0, 0);
	margin-top: 14px;
	z-index: 2;
}

.faq__accordion {
	list-style: none;
	perspective: 900;
	padding: 0;
	margin: 0;
}

.faq__accordion .faq__item {
	position: relative;
	padding: 0;
	margin: 0;
	padding-bottom: 4px;
	padding-top: 18px;
	border-top: 1px solid #dce7eb;
}

.faq__accordion .faq__item:nth-of-type(1) {
	animation-delay: 0.5s;
}

.faq__accordion .faq__item:nth-of-type(2) {
	animation-delay: 0.75s;
}

.faq__accordion .faq__item:nth-of-type(3) {
	animation-delay: 1s;
}

.faq__accordion .faq__item:last-of-type {
	padding-bottom: 0;
}

.faq__accordion .faq__item i {
	position: absolute;
	transform: translate(-6px, 0);
	margin-top: 16px;
	right: 0;
}

.faq__accordion .faq__item i:before,
.faq__accordion .faq__item i:after {
	content: '';
	position: absolute;
	background-color: #5dca5d;
	width: 3px;
	height: 9px;
}

.faq__accordion .faq__item i:before {
	transform: translate(-2px, 0) rotate(45deg);
}

.faq__accordion .faq__item i:after {
	transform: translate(2px, 0) rotate(-45deg);
}

.faq__accordion .faq__item input[type='checkbox'] {
	position: absolute;
	cursor: pointer;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
}

.faq__accordion .faq__item input[type='checkbox']:checked ~ p {
	margin-top: 0;
	max-height: 0;
	opacity: 0;
	transform: translate(0, 50%);
}

.faq__accordion .faq__item input[type='checkbox']:checked ~ i:before {
	transform: translate(2px, 0) rotate(45deg);
}

.faq__accordion .faq__item input[type='checkbox']:checked ~ i:after {
	transform: translate(-2px, 0) rotate(-45deg);
}

@keyframes flipdown {
	0% {
		opacity: 0;
		transform-origin: top center;
		transform: rotateX(-90deg);
	}
	5% {
		opacity: 1;
	}
	80% {
		transform: rotateX(8deg);
	}
	83% {
		transform: rotateX(6deg);
	}
	92% {
		transform: rotateX(-3deg);
	}
	100% {
		transform-origin: top center;
		transform: rotateX(0deg);
	}
}

.faq__cta {
	text-align: center;
}


/* Home Page Cards */
:root {
	--softBlue: hsl(231, 69%, 60%);
	--softRed: hsl(0, 94%, 66%);
	--grayishBlue: hsl(229, 8%, 60%);
	--veryDarkBlue: hsl(229, 31%, 21%);
}

.april{
  position:relative
}
.april::before{
  content:'';
  width:100%;
  height:400px;
  position:absolute;
  left:0;
  bottom:0;
}
.right-blob-decoration {
  content:'';
  width: 100%;
  height: 100%;
  position:absolute;
  top: 10%;
  z-index: -9999;
  right: 0;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.com/svgjs' width='1780' height='960' preserveAspectRatio='none' viewBox='0 0 1780 960'%3e%3cg mask='url(%26quot%3b%23SvgjsMask1075%26quot%3b)' fill='none'%3e%3crect width='1780' height='960' x='0' y='0' fill=''%3e%3c/rect%3e%3cpath d='M -1099.0947305761176%2c509 C -980.29%2c487.6 -742.69%2c390.6 -505.09473057611757%2c402 C -267.49%2c413.4 -148.69%2c589.6 88.90526942388243%2c566 C 326.51%2c542.4 445.31%2c297.8 682.9052694238824%2c284 C 920.51%2c270.2 1057.49%2c485 1276.9052694238824%2c497 C 1496.32%2c509 1679.38%2c374.6 1780%2c344' stroke='rgba(174%2c 255%2c 174%2c 1)' stroke-width='2'%3e%3c/path%3e%3cpath d='M -84.14523840619563%2c622 C 34.65%2c529.2 272.25%2c118 509.85476159380437%2c158 C 747.45%2c198 866.25%2c831.6 1103.8547615938044%2c822 C 1341.45%2c812.4 1460.25%2c175.8 1697.8547615938044%2c110 C 1935.45%2c44.2 2275.43%2c461.4 2291.854761593804%2c493 C 2308.28%2c524.6 1882.37%2c313 1780%2c268' stroke='rgba(174%2c 255%2c 174%2c 1)' stroke-width='2'%3e%3c/path%3e%3cpath d='M -705.9910174268775%2c733 C -587.19%2c626.4 -349.59%2c223.4 -111.99101742687748%2c200 C 125.61%2c176.6 244.41%2c599.8 482.0089825731225%2c616 C 719.61%2c632.2 838.41%2c291 1076.0089825731225%2c281 C 1313.61%2c271 1529.21%2c593 1670.0089825731225%2c566 C 1810.81%2c539 1758%2c230 1780%2c146' stroke='rgba(154%2c 255%2c 154%2c 1)' stroke-width='2'%3e%3c/path%3e%3cpath d='M -70.24849678998066%2c150 C 48.55%2c287.6 286.15%2c831.2 523.7515032100193%2c838 C 761.35%2c844.8 880.15%2c194.8 1117.7515032100193%2c184 C 1355.35%2c173.2 1474.15%2c803 1711.7515032100193%2c784 C 1949.35%2c765 2292.1%2c131.6 2305.751503210019%2c89 C 2319.4%2c46.4 1885.15%2c474.6 1780%2c571' stroke='rgba(163%2c 255%2c 163%2c 1)' stroke-width='2'%3e%3c/path%3e%3cpath d='M -339.89381053103364%2c85 C -221.09%2c175.4 16.51%2c464.6 254.10618946896636%2c537 C 491.71%2c609.4 610.51%2c388 848.1061894689664%2c447 C 1085.71%2c506 1204.51%2c888.8 1442.1061894689665%2c832 C 1679.71%2c775.2 1968.53%2c202.4 2036.1061894689665%2c163 C 2103.68%2c123.6 1831.22%2c540.6 1780%2c635' stroke='rgba(154%2c 255%2c 154%2c 1)' stroke-width='2'%3e%3c/path%3e%3cpath d='M -859.080493277927%2c801 C -740.28%2c724 -502.68%2c427.4 -265.080493277927%2c416 C -27.48%2c404.6 91.32%2c777.4 328.919506722073%2c744 C 566.52%2c710.6 685.32%2c259 922.919506722073%2c249 C 1160.52%2c239 1345.5%2c724 1516.919506722073%2c694 C 1688.34%2c664 1727.38%2c218 1780%2c99' stroke='rgba(174%2c 255%2c 174%2c 1)' stroke-width='2'%3e%3c/path%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask1075'%3e%3crect width='1780' height='960' fill='white'%3e%3c/rect%3e%3c/mask%3e%3c/defs%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: 100% center;
}
.april .features-wrap {
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  margin-right:-16px;
  margin-left:-16px
}
.april .features-wrap:first-child{
  margin-top:-16px
}
.april .features-wrap:last-child{
  margin-bottom:-16px
}
.card-lg {
  position:relative;
  padding:16px;
  width:388px;
  max-width:388px;
  flex-grow:1
}
.card-lg .feature-inner {
  position:relative;
  height:100%;
  background:#fff;
  padding:48px 24px 72px
}
.card-lg .feature-inner::before{
  content:'';
  position:absolute;
  top:0;
  right:0;
  bottom:0;
  left:0;
  box-shadow:0 24px 48px rgba(17,16,62,0.12);
  mix-blend-mode:multiply
}
.feature-icon--circle {
  position:relative;
  margin:0 auto;
  width:88px;
  height:88px;
  border-radius:50%
}
.feature-icon--circle::before{
  content:'';
  display:block;
  background:#fff;
  width:64px;
  height:64px;
  position:absolute;
  top:12px;
  left:12px;
  border-radius:50%;
  box-shadow:12px 24px 32px rgba(17,16,62,0.12)
}
.feature-icon--circle svg{
  position:relative
}
@media (min-width: 641px){
  .april .features .section-paragraph{
      padding-left:72px;
      padding-right:72px
  }
  .april .features-wrap{
      padding-top:24px;
      margin-right:-24px;
      margin-left:-24px
  }
  .april .features-wrap:first-child{
      margin-top:-24px
  }
  .april .features-wrap:last-child{
      margin-bottom:-24px
  }
  .april .feature{
      padding:24px
  }
}
@media (min-width: 1025px){
  .april .features .section-inner{
      padding-bottom:168px
  }
  .april .feature:nth-child(even){
      top:80px
  }
}
/* END APRIL FEATURES SECTION */

.tool img {
	margin-left: auto;
	margin-top: auto;
}

.boxes {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	max-width: 1200px;
	margin: 50px auto;
}

.tool {
	display: flex;
	flex-direction: column;
	position: relative;
	height: 290px;
	max-width: 350px;
	background-color: #ffffff;
	box-shadow: 0 10px 22px rgba(0, 0, 0, 0.07);
	padding: 2rem;
	margin: 20px;
	border-radius: 10px;
	overflow: hidden;
}

.tool p {
	padding-top: 0.8rem;
	font-size: 0.85rem;
  color: #636D70;
}

.vertical {
	transform: translateY(50%);
}

.supervisor {
	border-top: 6px solid var(--cyan);
}

.builder {
	border-top: 6px solid var(--red);
}

.karma {
	border-top: 6px solid var(--orange);
}

.calculator {
	border-top: 6px solid var(--blue);
}


/* Mobile Styles */
@media only screen and (max-width: 400px) {
	h1,
	h2 {
		font-size: 1.5rem;
	}

	p {
		padding: 10px;
	}

	.vertical {
		transform: translateY(0);
	}
}

@media only screen and (max-width: 600px) {
	.vertical {
		transform: translateY(0);
	}
}

#progress {
  position: fixed;
  bottom: 20px;
  right: 2%;
  height: 65px;
  width: 65px;
  display: none;
  place-items: center;
  border-radius: 50%;
  cursor: pointer;
  z-index: 999999;
  animation: ripple 0.7s linear infinite;
  }
  @keyframes ripple {
  0% {
    box-shadow: 
    0 4px 10px rgba(102, 102, 102, 0.1), 
    0 0 0 0 rgba(102, 102, 102, 0.1), 
    0 0 0 5px rgba(102, 102, 102, 0.1), 
    0 0 0 10px rgba(102, 102, 102, 0.1);
  }
  100% {
    box-shadow: 
    0 4px 10px rgba(102, 102, 102, 0.1), 
    0 0 0 5px rgba(102, 102, 102, 0.1), 
    0 0 0 10px rgba(102, 102, 102, 0.1), 
    0 0 0 20px rgba(102, 102, 102, 0);
  }
  }
  #progress-value {
  display: block;
  height: calc(100% - 15px);
  width: calc(100% - 15px);
  background-color: #ffffff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 35px;
  font-weight: 900;
  color: #323232;
  z-index: 999999;
  }
  #progress-value:hover{
    color: #00db00;
  }

/* Footer */
#footer{
  margin-top: 100px;
}
.footer {
background: #f9fff9;
padding: 0 0 30px 0;
font-size: 14px;
}
.footer .footer-newsletter {
  padding: 50px 0;
  background: #f6f9ff;
  border-top: 1px solid #e1ecff;
}
.footer .footer-newsletter h2 {
  font-size: 30px;
    margin: 0 0 10px 0;
    padding: 0;
    line-height: 1;
    font-family: 'Audiowide', cursive;
    letter-spacing: 1.4px;
    font-weight: 700;
    color: #00db00;
    text-decoration: none;
}
.section-title .newsletter{
line-height: 30px;
}
.footer .footer-newsletter form {
margin-top: 20px;
background: #fff;
padding: 6px 10px;
position: relative;
border-radius: 4px;
border: 1px solid #e1ecff;
}

.footer .footer-newsletter form input[type=email] {
border: 0;
padding: 8px;
width: calc(100% - 140px);
}

.footer .footer-newsletter form input[type=submit] {
position: absolute;
top: 0;
right: 0;
bottom: 0;
border: 0;
background: none;
font-size: 16px;
padding: 0 30px;
margin: 3px;
background: #00db00;
color: #fff;
transition: 0.3s;
border-radius: 4px;
}

.footer .footer-newsletter form input[type=submit]:hover {
background: #14eb6e;
}

.footer .footer-top {
  background: white url(../Img/footer-bg.png) no-repeat right top;
background-size: contain;
border-top: 1px solid #e4ffe4;
border-bottom: 1px solid #e4ffe4;
padding: 60px 0 30px 0;
}

@media (max-width: 992px) {
.footer .footer-top {
  background-position: center bottom;
}
}

.footer .footer-top .footer-info {
margin-bottom: 30px;
}

.footer .footer-top .footer-info .footerLogo {
line-height: 0;
margin-bottom: 15px;
font-family: 'Audiowide', cursive;
text-decoration: none;
}

.footer .footer-top .footer-info .footerLogo img {
  max-height: 40px;
  margin-right: 6px;
}
.footer .footer-top h4 {
font-size: 16px;
font-weight: bold;
color: #00db00;
text-transform: uppercase;
position: relative;
padding-bottom: 12px;
text-decoration: none;
}

.footer .footer-top .footer-info .footerLogo span {
font-size: 30px;
font-weight: 900;
letter-spacing: 1px;
color: #00db00;
font-family: 'Audiowide', cursive;
line-height: 20px;
text-decoration: none;
}

.footer .footer-top .footer-info p {
font-size: 14px;
line-height: 24px;
margin-bottom: 0;
color: rgb(193, 193, 193);
font-family: "Nunito", sans-serif;
text-decoration: none;
}


.footer .footer-top .social-links a {
font-size: 20px;
display: inline-block;
color: #777777;
line-height: 0;
margin-right: 10px;
transition: 0.3s;
text-decoration: none;
}

.footer .footer-top .social-links a:hover {
color: #5D5B6A; 
text-decoration: none;
}


.footer .footer-top .footer-links {
margin-bottom: 30px;
}

.footer .footer-top .footer-links ul {
list-style: none;
padding: 0;
margin: 0;
text-decoration: none;
}

.footer .footer-top .footer-links ul i {
padding-right: 2px;
color: rgb(193, 193, 193);
font-size: 12px;
line-height: 0;
}

.footer .footer-top .footer-links ul li {
padding: 10px 0;
display: flex;
align-items: center;
}

.footer .footer-top .footer-links ul li:first-child {
padding-top: 0;
}

.footer .footer-top .footer-links ul a {
color: #777777;
transition: 0.3s;
display: inline-block;
line-height: 1;
text-decoration: none;
}

.footer .footer-top .footer-links ul a:hover {
color: #5D5B6A;
padding-left: 5px;
text-decoration: none;
}

.footer .footer-top .footer-contact p {
line-height: 26px;
}

.footer .copyright {
text-align: center;
padding-top: 30px;
color: #777777;
}

#api {  
  position: fixed;
bottom: 5px;
left: 2%;
height: 75px;
width: 75px;
display: none;
place-items: center;
border-radius: 50%;
cursor: pointer;
z-index: 999999;
}  
@keyframes ripple1 {
0% {
  box-shadow: 
  0 4px 10px rgba(102, 102, 102, 0.1), 
  0 0 0 0 rgba(102, 102, 102, 0.1), 
  0 0 0 5px rgba(102, 102, 102, 0.1), 
  0 0 0 10px rgba(102, 102, 102, 0.1);
}
100% {
  box-shadow: 
  0 4px 10px rgba(102, 102, 102, 0.1), 
  0 0 0 5px rgba(102, 102, 102, 0.1), 
  0 0 0 10px rgba(102, 102, 102, 0.1), 
  0 0 0 20px rgba(102, 102, 102, 0);
}
}
#api #api-value:hover {  
color: #00db00;  
}  
#api #api-value{
display: block;
height: calc(100% - 15px);
width: calc(100% - 15px);
background-color: #ffffff;
border-radius: 50%;
border: 6px solid #00db00;
display: flex;
align-items: center;
justify-content: center;
place-items: center;
font-size: 25px;
color: #323232;
z-index: 999999;
animation: ripple1 0.7s linear infinite;
}

.content{
  max-width: 1090px;
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;  
}
 .content .card{
  background: #fff;
  width: calc(33% - 20px);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.07);
  text-align: center;
  height: auto;
  border-radius: 5px;
  padding: 15px 30px  30px 30px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}
.content .card .top{
  height: 60px;
  color: #fff;
  /* border-radius: 20px; */
  padding: -12px 0 0 0 ;
  /* clip-path: polygon(0 0, 100% 0, 100% 53%, 49% 100%, 0 53%); */
}

.content .card .top .title{
 font-size: 27px;
 font-weight: 600;
}
.content .card .top .price-sec{
  margin-top: -10px;
  font-weight: 600;
}
.content .card .top .price{
  font-size: 45px;
}
.content .card .info{
  font-size: 36px;
  margin-top: 20px;
  color: #777777;

}
.content .card .details .one{
  margin-top: 25px;
  color: #666;
  font-size: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.content .card .details .one::before{
  position: absolute;
  content: "";
  width: 100%;
  background: #ddd;
  height: 1px;
  left: 0;
  top: -12px;
  border-radius: 25px;
}
.content .card .details .one i{
  color: #2db94d;
}
.content .card .details i.fa-times{
  color: #cd3241;
}
.content .card button{
  outline: none;
  border: none;
  color: #fff;
  width: 100%;
  display: block;
  letter-spacing: 1px;
}
.content .one .top,
.content .one button{
  background: #14eb6e;
  border-radius: 5px;
}
.content .two .top,
.content .two button{
  background: #11BCC3;
  border-radius: 5px;
}
.content button:hover {
  filter: brightness(90%);
}
@media (max-width:1000px) {
   .content .card{
    background: #fff;
    width: calc(50% - 20px);
    margin-bottom: 30px;
}
}
@media (max-width:715px) {
 .content .card{
    width: 80%;
}
}

.containerPricing {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 2rem;
}
 .cursorNone{
  cursor: not-allowed;
  user-select: none;
}

@media (min-width: 576px) {
  .containerPricing {
      max-width: 540px;
  }
}

@media (min-width: 768px) {
  .containerPricing {
      max-width: 720px;
  }
}

@media (min-width: 992px) {
  .containerPricing {
      max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .containerPricing {
      max-width: 1140px;
  }
}


#hot_title {
	text-align: center;
	color: #777777;
  font-family: 'Audiowide', cursive;
  font-size:2.5rem;
	margin-bottom: 1.5rem;
  margin-top: 4rem;
}
#hot_para {
	text-align: center;
	color: hsl(229, 8%, 60%);
}
#service__title{
	text-align: center;
	color: #777777;
  font-family: 'Audiowide', cursive;
  font-size:2.5rem;
	margin-bottom: 1.5rem;
  margin-top: 11rem;
}
#service__para {
	text-align: center;
	color: hsl(229, 8%, 60%);
}
#seemore__title{
	text-align: center;
	color: #777777;
  font-family: 'Audiowide', cursive;
  font-size:2.5rem;
  margin-top: 10rem;
}
.homeNews {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
  margin-left: 10%;
  padding: 4rem;
  scroll-behavior: smooth;
}
.homeNewsCard {
  width: 282px;
  min-height: 420px;
  position: relative;
  background-color: #fff;
  box-shadow: 0 3rem 6rem rgba(0, 0, 0, 0.1);
  cursor: pointer;
  border-radius: 5px;
  overflow: hidden;
  transition: 200ms ease-in-out transform;
}
.homeNews .homeNewsCard a{
  color: #5D5B6A;
}
.homeNewsCard .top {
  position: absolute;
  width: 100%;
  height: 240px;
  transition: 200ms ease-in-out height;
}
.homeNewsCard img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bottom {
  position: absolute;
  bottom: 0;
  padding: .5rem 1rem;
}
.card-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 200ms ease-in-out opacity;
}
.category {
  color: #fff;
  border-radius: 4px;
  padding: .2rem 1rem;
}
.category1{
  background-color: #FEC006;
}
.category2{
  background-color: #2196F3;
}
.category3{
  background-color: #00db00;
}
.category4{
  background-color: #ff0000;
}
.category5{
  background-color: #673AB7;
}
.category6{
  background-color: #FE5621;
}
.title {
  margin-top: 1rem;
  position: relative;
  z-index: 2;
  font-size: 1.6rem;
  transition: 200ms ease-in-out color,
              200ms ease-in-out transform;
}
.homeNewsCard .title{
  font-weight: 600;
  color: #3d3d3d;
}
.blog-author {
  margin: .5rem 0;
  color: #5D5B6A;
  font-weight: 600;
  transition: 200ms ease-in-out opacity;
}
.bcg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to top, rgba(0, 0, 0, .7), transparent);
  opacity: 0;
  pointer-events: none;
  transition: 200ms ease-in-out opacity;
}
.homeNewsCard:hover {
  transform: scale(1.04);
  border-radius: 5px;
}
.homeNewsCard:hover .top {
  height: 100%;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.07);
}
.homeNewsCard:hover .bottom .homeNewsCard-info,
.homeNewsCard:hover .bottom .blog-author {
  pointer-events: none;
  opacity: 0;
}
.homeNewsCard:hover .title,
.homeNewsCard:hover a {
  color: #fff;
  transform: translateY(50%);
}
.homeNewsCard:hover .bcg {
  opacity: 1;
}


.seeMore{
  position: absolute;
  display: inline-block;
  width: 160px;
  margin-top: -13%;
  margin-left: -5%;
  height: 50px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.322);
  text-decoration: none;
  transition: all .3s;
}
.seeMore span{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-weight: 700;
  color: #fff;
  background: #00db00;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 2px;
  font-size: 18px;
  border: none;
}
.seeMore:hover{
  transform: scale(1.03);
}
.nft-holder {
  text-decoration: none;
  margin: 2em 3em;
  cursor: pointer;
  cursor: not-allowed;
  user-select: none;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.07);
}
.nftText:hover{
  text-decoration: none;
}
.nftDrop {
  font-family: -apple-system, BlinkMacSystemFont, 'Open Sans', sans-serif;
  font-size: 3em;
  font-weight: 800;
  height: 4em;
  width: 64em;
  padding: 0.5em .6em;
  border-radius: 0.25em;
  display: table-cell;
  vertical-align: middle;
  letter-spacing: -2px;
}
.nftDrop .subtle {
  color: #000;
  font-size: 0.5em;
  font-weight: 400;
  letter-spacing: -1px;
}
.nftDrop i {
  font-size: 3em;
}
.bg-aurora {
  color: #fff;
  background: -webkit-linear-gradient(-70deg, #00db00 30%, rgba(0, 0, 0, 0) 30%), url('https://i.seadn.io/gae/48oVuDyfe_xhs24BC2TTVcaYCX7rrU5mpuQLyTgRDbKHj2PtzKZsQ5qC3xTH4ar34wwAXxEKH8uUDPAGffbg7boeGYqX6op5vBDcbA?auto=format&w=1920');
  background: -o-linear-gradient(-70deg, #00db00 30%, rgba(0, 0, 0, 0) 30%), url('https://i.seadn.io/gae/48oVuDyfe_xhs24BC2TTVcaYCX7rrU5mpuQLyTgRDbKHj2PtzKZsQ5qC3xTH4ar34wwAXxEKH8uUDPAGffbg7boeGYqX6op5vBDcbA?auto=format&w=1920');
  background: -moz-linear-gradient(-70deg, #00db00 30%, rgba(0, 0, 0, 0) 30%), url('https://i.seadn.io/gae/48oVuDyfe_xhs24BC2TTVcaYCX7rrU5mpuQLyTgRDbKHj2PtzKZsQ5qC3xTH4ar34wwAXxEKH8uUDPAGffbg7boeGYqX6op5vBDcbA?auto=format&w=1920');
  background: linear-gradient(-70deg, #595959 30%, rgba(0, 0, 0, 0) 30%), url('https://i.seadn.io/gae/48oVuDyfe_xhs24BC2TTVcaYCX7rrU5mpuQLyTgRDbKHj2PtzKZsQ5qC3xTH4ar34wwAXxEKH8uUDPAGffbg7boeGYqX6op5vBDcbA?auto=format&w=1920');
background-size: cover;
background-position: 50% 21%;
text-align: right;
}