body{

font-family: Arial!important;
}
.bg{
    background-color: #232b45;
    border: 1px solid #373d52;
    border-radius: 20px !important;
    padding: 40px 30px;
    overflow: hidden;
}
.item-wrapper {
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
    padding: 40px 22px;
    background-color: #171827;
    border: 1px solid #373d52;
    border-radius: 20px !important;
}
.item-wrapper::before {
    content: '';
    position: absolute;
    top: -25%;
    width: 150%;
    height: 50%;
    background-image: linear-gradient(90deg, #ffffff -20%, #41798c 50%, #1e6bff 100%);
    border-radius: 50%;
    filter: blur(100px);
    transition: all 0.5s ease-in-out;
}

.item-wrapper:hover::before {
   
  /*  background-image: linear-gradient(90deg,#1e6bff -20%, #41798c 50%,#ffffff 100%);
    transition: all 0.10s ease-in-out;*/
      background-image: linear-gradient(90deg,#1e6bff -20%, #41798c 50%,#ffffff 100%);
    box-shadow: 0 4px 15px 0 rgba(49, 196, 190, 0.75);
}

.box {
  position: relative;
  height: 350px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.box::after{
  content: "";
  position: absolute;
  width: 1000px;
  height: 1000px;
  background-image: conic-gradient(
    transparent,
    transparent,
    transparent,
    #22dd84
  );
  animation: animate 4s linear infinite;
  animation-delay: -2s;
}
.box::before {
  content: "";
  position: absolute;
  width: 1000px;
  height: 1000px;
  background-image: conic-gradient(
    transparent,
    transparent,
    transparent,
    #00ccff
  );
  animation: animate 4s linear infinite;
}
@keyframes animate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.box div {
  position: absolute;
  inset: 1px;
  border-radius: 16px;
  background: #0c1022;
  z-index: 1;
}
.bg-green{
    background-color: #22dd84 !important;
}
.nav-circle-border.active{
  width:13px;
  height: 13px;
  border-radius: 50%;
   background: white;
   display: inline-block;
}
#topnav .navigation-menu.nav-light>li.active>a>span {
  
background: white!important;}
.nav-circle-border{
  width:13px;
  height: 13px;
  border-radius: 50%;
  border-color:white;
   background: transparent;
   border: 1px solid;
   display: inline-block;
   margin-right: 8px;
   vertical-align: middle;
}
.nav-circle-border:hover{
   background: white!important;
}
    #topnav .navigation-menu{
      justify-content: end;
    }


@media (max-width: 575.98px) {
.item-wrapper {
        height: auto!important;
}

}
@media (max-width: 767.98px) { 
.item-wrapper {
        height: auto!important;
}
.box {
    height: 469px!important;
}
 }
 @media (max-width: 991.98px) {
.box {
    height: 469px!important;
}
 }

 .text-primary{
  color: #22dd84!important ;
 }
 #topnav.nav-sticky .navigation-menu.nav-light>li.active>a, #topnav.nav-sticky .navigation-menu.nav-light>li:hover>a {
    color: #22dd84!important;
}
.social-icon li a:hover {
    background-color: #22dd84!important;
    border-color: #22dd84!important;
    color: #fff!important;
}
.social-icon li a:hover .fea-social {
    fill: #fff;
  }

   .image-wrapper img {
    border: 3px solid #22dd84;
    box-shadow: 10px 10px 50px #22dd84;
    object-fit: cover;
    border-radius: 100% !important;
}

#topnav .navigation-menu>li .submenu li a:hover {
    color: #22dd84 !important;
}
#topnav.nav-sticky .navigation-menu.nav-light>li.active>.menu-arrow, #topnav.nav-sticky .navigation-menu.nav-light>li:hover>.menu-arrow {
    border-color: #22dd84 !important;
}
a:hover {
    color: #ffffff!important;
}
.shadow:hover {
box-shadow: 0px 2px 11px #22dd84!important;
}

/* CSS */
/*.btn-pink {
  touch-action: manipulation;
  cursor: pointer;
  position: relative;
  border-radius: 1.87rem;
  font-weight: 600;
  transition: all 150ms ease-in-out;
  
  border: 1px solid #012880;
  background-image: linear-gradient(-180deg, #FF89D6 0%, #C01F9E 100%);
  box-shadow: 0 0.5rem 0.625rem 0 rgba(0,0,0,0.2),
              0 -0.125rem 0.75rem rgba(110, 15, 155, 1) inset,
              0 0.375rem 0.125rem rgba(255,255,255, 0.4) inset,
              0 0.125rem 0.25rem 0 rgba(180, 70, 207, 1) inset;
}

.btn-pink span  {
  color: transparent;
  background-image: linear-gradient(0deg, #EE82DA -10%, #FEFAFD 100%);
  -webkit-background-clip: text;
  background-clip: text;
  filter: drop-shadow(0 2px 2px hsla(290, 100%, 20%, 1));
}

.btn-pink::before {
  content: "";
  display: block;
  height: 0.125rem;
  position: absolute;
  top: 0.25rem;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 3.75rem);
  background: #fff;
  border-radius: 100%;
  
  opacity: 0.7;
  background-image: linear-gradient(-270deg, rgba(255,255,255,0.00) 0%, #FFFFFF 20%, #FFFFFF 80%, rgba(255,255,255,0.00) 100%);
}

.btn-pink::after {
  content: "";
  display: block;
  height: 0.125rem;
  position: absolute;
  bottom: 0.375rem;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 3.75rem);
  background: #fff;
  border-radius: 100%;
  
  filter: blur(1px);
  opacity: 0.05;
  background-image: linear-gradient(-270deg, rgba(255,255,255,0.00) 0%, #FFFFFF 20%, #FFFFFF 80%, rgba(255,255,255,0.00) 100%);
}

.btn-pink:hover {
  filter: brightness(1.1);
}

.btn-pink:active {
  transform: scale(.96);
}*/


/* CSS */
.btn-cta { box-shadow: rgba(255, 255, 255, .2) 0 3px 15px inset, rgba(0, 0, 0, .1) 0 3px 5px, rgba(0, 0, 0, .1) 0 10px 13px;
  transform: scale(1.05);
  border: 0;
  border-radius: 56px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
    font-size: 14px;
  font-weight: 600;
  outline: 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all .3s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  overflow: hidden;
  width: 220px;
}

.btn-cta:before {
  background-color: initial;
  background-image: linear-gradient(#fff 0, rgba(255, 255, 255, 0) 100%);
  border-radius: 125px;
  content: "";
  height: 20%;
  left: 4%;
  opacity: .5;
  position: absolute;
  top: 0;
  transition: all .3s;
  width: 92%;
}

.btn-cta:hover {
  box-shadow: rgba(255, 255, 255, .5) 0 3px 15px inset, rgba(255, 255, 255, .1) 0 3px 5px, rgba(255, 255, 255, .1) 0 10px 13px;}
  transform: scale(1.05);
  background-color: #0e754c ;
}
.btn-cta:hover::before{
 background-image:none;
}
.py-100{
  padding-top: 100px;
  padding-bottom: 100px;
}
.border-after:after{
	content:"";
	border-right:1px solid #adafb3!important;
	padding-left: 15px;
}

