/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 13 2024 | 12:50:01 */
/* Home Page CSS */

.neon_button {
        padding: 10px;
    text-align: center;
    color: #fff;
    max-width: 125px;
    transition: 250ms ease;
    border: 0.07em solid #ffd800;
    border-radius: 18px;
    background-color: transparent;
    box-shadow: inset 0 0 0.5em 0 #ffd800, 0 0 0.5em 0 #ffd800;
    font-size: 16px;


}
@media (min-width: 700px){
    .neon_button::before, .neon_button:focus  {
    transition: inherit;
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 125px;
    height: 100%;
    background-color: #ffd800;
    opacity: 0.4;
    transform: perspective(7em) rotateX(70deg) translateZ(-1em) scale(1, 0.5);
    filter: blur(1.4em);
    pointer-events: none;
        background-color: #ffd800f9;
}
}
    
.neon_button:hover{

    text-shadow: 0 0 0.45em  hsl(0 0% 100% / 0.5), 0 0 0.55em #ffd800  !important;
    box-shadow: inset 0 0 0.6em 0 #ffd800, 0 0 1.5em 0 #ffd800;
    cursor: pointer;
    background-color: #ffd800f5;

}
.neon_button > a {
    color: #fff;
}
 .neon_button:hover::before{
     transition: 250ms ease;
     opacity: 0.9;
 }

.neobtn-float {
    background: transparent;
    border-radius: 1px;
    width: 140px;
    transition: transform 0.3s ease;
	border: 1px solid white;
		pointer-events: auto;
}
.neobtn-float::after, .btn-float::before{
    content:"";
    position: absolute;
     z-index: 0;
    border-radius: inherit;
	border: 1px solid white;
    background: transparent;
    width: 100%;
    opacity: 0.4;
    height: 100%;
    left: 0;
    bottom: 0;
    transition: transform 0.3s ease;
}


.neobtn-float:hover {
   transform: translate(0px, -12px);
   width: 160px;
}
.neobtn-float:hover::after {
   transform: translate(0px, 12px);
}
.neobtn-float:hover::before {
   transform: translate(0px, 6px);
}







/* About Page CSS */

.mini-card-2 {
	--zoom-in: 1.1;
    --zoom-out: 0.9;
	transition: all .5s;
  background-color: #cec5b541;
	      backdrop-filter: blur(8px);
    
  -webkit-backdrop-filter: blur(8px);
  -moz-backdrop-filter: blur(8px);
  border-radius: 10px;
	padding-top: 20px;
  padding-bottom: 1px;
  width: 140px !important;
  aspect-ratio: 1/1;
	transform: scale(1);
 
}
.mini-card-2:hover {
       transform: scale(var(--zoom-out));
    z-index: 1;
	transition: all .5s;
      transform: scale(var(--zoom-in)) !important;
    z-index: 2;
}
.mini-card-2:hover {
	transition: all .5s;
      transform: scale(var(--zoom-in)) !important;
    z-index: 2;
}
	.mini-card-2 .elementor-widget-wrap{
    transition: all .5s;
}
@media (min-width: 1200px) {
.card{
    --zoom-in: 1.2;
    --zoom-out: 0.9;
}
.card{
    transition: all .5;
}
.card:hover {
    transform: scale(var(--zoom-out));
    color: #0000000d;
    z-index: 1;
}
.card {
    transform: scale(1);
    transition: all .5s;
}
.card:hover{
    transform: scale(var(--zoom-in)) !important;
    z-index: 2;
}
.card .elementor-widget-wrap{
    transition: all .5s;
}


}
.project-text {
	color: #16214f;
}

.notch {
	transition: 200ms;
    background-color: #01c14e;
    border-radius: 15px;
    font-weight: 700;
    padding: 2px;
    padding-right: 8px;
    padding-left: 8px;
    margin: 2px;
    color: #fff;
    font-size: 12px;
	border: 1px solid #01c14e;
}
.notch:hover {
    background-color: transparent;
	color: #01c14e;
    border: 1px solid #01c14e;
}

@media (max-width: 1024px){
.notch {
     font-size: 11px;
}
}
/* button */
.btn-float {
    background: #0AE090;
    border-radius: 15px;
    width: 140px;
    transition: transform 0.3s ease;
	padding: 3px;
}
.btn-float::after, .btn-float::before{
    content:"";
    position: absolute;
     z-index: -1;
    border-radius: inherit;
    background: #0AE090;
    width: 100%;
    opacity: 0.3;
    height: 100%;
    left: 0;
    bottom: 0;
    transition: transform 0.3s ease;
}


.btn-float:hover {
   transform: translate(0px, -12px);
}
.btn-float:hover::after {
   transform: translate(0px, 6px);
}
.btn-float:hover::before {
   transform: translate(0px, 12px);
}

/* Portfolio page */
.status-text-yellow {
	color: #ffd800;
}
.status-text-green {
	color: #01c14e; 
}
.summarized-text {
	font-size: 15px;
}

/* Contact Page */

.thirdD-effect-text::after {
  content: "Contact";
  font-family: Poppins;
  font-size: 75px !important;
  font-style: italic;
  font-weight: bold;
  color: transparent;
  -webkit-text-stroke-width: 0.6px;
  stroke-width: 0.4px;
  -webkit-text-stroke-color: #000;
  stroke: #000 !important;
  margin-top: -113px;
  left: 2.5px;
  text-transform: uppercase;
  position: absolute;
}
