/* From Uiverse.io by Smit-Prajapati */ 
.parent {
	width: 290px;
	height: 300px;
	perspective: 1000px;
  }
  
  .card-3d {
	height: 100%;
	border-radius: 50px;
	/* background: linear-gradient(135deg, rgb(0, 255, 214) 0%, rgb(8, 226, 96) 100%); */
	background: linear-gradient(0deg, #fdf8af 0%, #aa7914 100%);
	transition: all 0.5s ease-in-out;
	transform-style: preserve-3d;
	box-shadow: rgba(5, 71, 17, 0) 40px 50px 25px -40px, rgba(5, 71, 17, 0.2) 0px 25px 25px -5px;
	text-align: left;
  }
  
  .glass {
	transform-style: preserve-3d;
	position: absolute;
	inset: 8px;
	border-radius: 55px;
	border-top-right-radius: 100%;
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.349) 0%, rgba(255, 255, 255, 0.815) 100%);
	/* -webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px); */
	transform: translate3d(0px, 0px, 25px);
	border-left: 1px solid white;
	border-bottom: 1px solid white;
	transition: all 0.5s ease-in-out;
  }
  
  .content-3d {
	/* padding: 100px 60px 0px 30px; */
	padding: 30px 60px 0px 30px;
	transform: translate3d(0, 0, 26px);
  }
  
  .content-3d .title {
	display: block;
	/* color: #00894d;
	font-weight: 900;
	font-size: 20px; */

	font-size: 16px;
	font-weight: 500;
	color: #0d0925;
	line-height: normal;
	margin: .8rem 0 1rem 0;
  }
  
  .content-3d .text {
	display: block;
	/* color: rgba(0, 137, 78, 0.7647058824);
	font-size: 15px;
	margin-top: 20px; */
	color: rgba(0, 0, 0, 0.76);
	font-size: 14px;
	margin-top: 10px;
	line-height: 1.4rem;
  }
  
  .bottom-3d {
	padding: 10px 12px;
	transform-style: preserve-3d;
	position: absolute;
	bottom: 20px;
	left: 20px;
	right: 20px;
	display: flex;
	align-items: center;
	/* justify-content-3d: space-between; */
	transform: translate3d(0, 0, 26px);
  }
  
  .bottom-3d .view-more {
	display: flex;
	align-items: center;
	width: 40%;
	/* justify-content-3d: flex-end; */
	transition: all 0.2s ease-in-out;
  }
  
  .bottom-3d .view-more:hover {
	transform: translate3d(0, 0, 10px);
  }
  
  .bottom-3d .view-more .view-more-button {
	background: none;
	border: none;
	color: #00c37b;
	font-weight: bolder;
	font-size: 12px;
  }
  
  .bottom-3d .view-more .svg {
	fill: none;
	stroke: #00c37b;
	stroke-width: 3px;
	max-height: 15px;
  }
  
  .bottom-3d .social-buttons-container {
	display: flex;
	gap: 10px;
	transform-style: preserve-3d;
  }
  
  .bottom-3d .social-buttons-container .social-button {
	width: 30px;
	aspect-ratio: 1;
	padding: 5px;
	background: rgb(255, 255, 255);
	border-radius: 50%;
	border: none;
	display: grid;
	/* place-content-3d: center; */
	box-shadow: rgba(5, 71, 17, 0.5) 0px 7px 5px -5px;
  }
  
  .bottom-3d .social-buttons-container .social-button:first-child {
	transition: transform 0.2s ease-in-out 0.4s, box-shadow 0.2s ease-in-out 0.4s;
  }
  
  .bottom-3d .social-buttons-container .social-button:nth-child(2) {
	transition: transform 0.2s ease-in-out 0.6s, box-shadow 0.2s ease-in-out 0.6s;
  }
  
  .bottom-3d .social-buttons-container .social-button:nth-child(3) {
	transition: transform 0.2s ease-in-out 0.8s, box-shadow 0.2s ease-in-out 0.8s;
  }
  
  .bottom-3d .social-buttons-container .social-button .svg {
	/* width: 15px; */
	width: 18px;
	/* fill: #00894d; */
	fill: black;
	margin: auto;
  }
  
  .bottom-3d .social-buttons-container .social-button:hover {
	background: black;
  }
  
  .bottom-3d .social-buttons-container .social-button:hover .svg {
	fill: white;
  }
  
  .bottom-3d .social-buttons-container .social-button:active {
	background: rgb(255, 234, 0);
  }
  
  .bottom-3d .social-buttons-container .social-button:active .svg {
	fill: black;
  }
  
  .logo-3d {
	position: absolute;
	right: 0;
	top: 0;
	transform-style: preserve-3d;
  }
  
  .logo-3d .circle {
	display: block;
	position: absolute;
	aspect-ratio: 1;
	border-radius: 50%;
	top: 0;
	right: 0;
	box-shadow: rgba(100, 100, 111, 0.2) -10px 10px 20px 0px;
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
	/* background: rgba(0, 249, 203, 0.2); */
	background: rgba(255, 255, 255, 0.2);
	transition: all 0.5s ease-in-out;
  }
  
  .logo-3d .circle1 {
	width: 170px;
	transform: translate3d(0, 0, 20px);
	top: 8px;
	right: 8px;
  }
  
  .logo-3d .circle2 {
	width: 140px;
	transform: translate3d(0, 0, 40px);
	top: 10px;
	right: 10px;
	-webkit-backdrop-filter: blur(1px);
	backdrop-filter: blur(1px);
	transition-delay: 0.4s;
  }
  
  .logo-3d .circle3 {
	width: 110px;
	transform: translate3d(0, 0, 60px);
	top: 17px;
	right: 17px;
	transition-delay: 0.8s;
  }
  
  .logo-3d .circle4 {
	width: 80px;
	transform: translate3d(0, 0, 80px);
	top: 23px;
	right: 23px;
	transition-delay: 1.2s;
  }
  
  .logo-3d .circle5 {
	width: 50px;
	/* transform: translate3d(0, 0, 100px); */
	transform: translate3d(0, 0, 20px);
	/* top: 30px;
	right: 30px; */
	top: 20px;
	right: 20px;
	display: grid;
	/* place-content-3d: center; */
	transition-delay: .6s;
  }
  
  .logo-3d .circle5 .svg {
	width: 20px;
	fill: white;
  }
  
  .parent:hover .card-3d {
	transform: rotate3d(1, 1, 0, 30deg);
	box-shadow: rgba(5, 71, 17, 0.3) 30px 50px 25px -40px, rgba(5, 71, 17, 0.1) 0px 25px 30px 0px;
  }
  
  .parent:hover .card-3d .bottom-3d .social-buttons-container .social-button {
	transform: translate3d(0, 0, 50px);
	box-shadow: rgba(5, 71, 17, 0.2) -5px 20px 10px 0px;
  }
  
  .parent:hover .card-3d .logo-3d .circle2 {
	transform: translate3d(0, 0, 60px);
  }
  
  .parent:hover .card-3d .logo-3d .circle3 {
	transform: translate3d(0, 0, 80px);
  }
  
  .parent:hover .card-3d .logo-3d .circle4 {
	transform: translate3d(0, 0, 100px);
  }
  
  .parent:hover .card-3d .logo-3d .circle5 {
	/* transform: translate3d(0, 0, 120px); */
	transform: translate3d(0, 0, 50px);
  }
