.parent {
  width: 350px;
  height: 200px;
  perspective: 2000px;
}

.card {
  height: 100%;
  border-radius: 50px;
  background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #0cbff5), color-stop(1, #0c33f5) );
  background:-moz-linear-gradient( center top, #0cbff5 5%, #0c33f5 100% );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0cbff5', endColorstr='#0c33f5');
  background-color:#0cbff5;
  transition: all 0.5s ease-in-out;
  transform-style: preserve-3d;
  box-shadow: rgba(0, 0, 255, 0) 40px 50px 25px -40px, rgba(0, 0, 255, 0.2) 0px 25px 25px -5px;
}

.glass {
  transform-style: preserve-3d;
  position: absolute;
  inset: 10px;
  border-radius: 55px;
  border-top-right-radius: 100%;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.5) 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 {
  padding: 35px 60px 0px 30px;
  transform: translate3d(0, 0, 61px);
  font-family: 'Open Sans', sans-serif;
  color: white;
  text-shadow: 1px 0 1px black;
  width: 300px;
}

.content .title {
  display: block;
  font-weight: bold;
  font-size: 16px;
  width: 280px;
}

.content .text2 {
  display: block;
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  margin-top: 20px;
  letter-spacing: 0.5px;
  width: 300px;
}

.bottom {
  padding: 3px 12px;
  transform-style: preserve-3d;
  position: absolute;
  bottom: 25px;
  left: 20px;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transform: translate3d(0, 0, 26px);
}

.bottom .view-more {
  display: flex;
  align-items: center;
  width: 50%;
  justify-content: flex-end;
  transition: all 0.2s ease-in-out;
  margin-top: -10px;
}

.bottom .view-more:hover {
  transform: translate3d(0, 0, 15px);
}

.bottom .view-more .view-more-button {
  background: none;
  border: none;
  color: white;
  font-weight: bolder;
  font-size: 12px;
}

.view-more-button a {
  margin-right: 10px;
  top: -20px;
  color: white;
  text-decoration: none;
  text-shadow: 1px 1px 2px black;
  font-weight: normal;
  letter-spacing: 1px;
  border-bottom: 1px dashed white;
  padding-bottom: 3px;
}

.view-more-button a:hover {
  text-decoration: none;
  border-bottom: none;
}

.bottom .social-buttons-container {
  display: flex;
  gap: 25px;
  transform-style: preserve-3d;
}

.bottom .social-buttons-container .social-button {
 filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.6));
}

.bottom .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;
 display: inline-block; will-change: transform; backface-visibility: visible;
}

.bottom .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;
 display: inline-block; will-change: transform; backface-visibility: visible;
}

.bottom .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;
 display: inline-block; will-change: transform; backface-visibility: visible;
}

.logo {
  position: absolute;
  right: -35px;
  top: -35px;
  transform-style: preserve-3d;
}

.logo .circle {
  display: block;
  position: absolute;
  aspect-ratio: 1;
  border-radius: 50%;
  top: 0;
  right: 0;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  box-shadow: rgba(0, 0, 255, 0.2) -10px 10px 20px 0px;
  background: rgba(3, 138, 255, 0.1);
  transition: all 0.5s ease-in-out;
}

.logo .circle1 {
  width: 170px;
  transform: translate3d(0, 0, 20px);
  top: 8px;
  right: 8px;
}

.logo .circle2 {
  width: 140px;
  transform: translate3d(0, 0, 40px);
  top: 10px;
  right: 10px;
  transition-delay: 0.4s;
}

.logo .circle3 {
  width: 110px;
  transform: translate3d(0, 0, 60px);
  top: 17px;
  right: 17px;
  transition-delay: 0.8s;
}

.logo .circle4 {
  width: 80px;
  transform: translate3d(0, 0, 80px);
  top: 23px;
  right: 23px;
  backdrop-filter: blur(0px);
  -webkit-backdrop-filter: blur(0px);
  transition-delay: 1.2s;
}

.logo .circle5 {
  width: 50px;
  content: url('https://regmed.uz/favicon/logo_white_square.svg');
  transform: translate3d(0, 0, 100px);
  top: 30px;
  right: 30px;
  display: grid;
  place-content: center;
  transition-delay: 1.6s;
}

.parent:hover .card {
  transform: rotate3d(1, 1, 0, 30deg);
  -moz-box-shadow:inset 0px -1px 15px 1px #fafafa;
  -webkit-box-shadow:inset 0px -1px 15px 1px #fafafa;
  box-shadow:inset 0px -1px 15px 1px #fafafa;
  background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #0c33f5), color-stop(1, #0cbff5) );
  background:-moz-linear-gradient( center top, #0c33f5 5%, #0cbff5 100% );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0c33f5', endColorstr='#0cbff5');
  background-color:#0c33f5;
}

.parent:hover .card .bottom .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 .logo .circle2 {
  transform: translate3d(0, 0, 60px);
}

.parent:hover .card .logo .circle3 {
  transform: translate3d(0, 0, 80px);
}

.parent:hover .card .logo .circle4 {
  transform: translate3d(0, 0, 100px);
}

.parent:hover .card .logo .circle5 {
  transform: translate3d(0, 0, 120px);
}

@media only screen and (max-width: 750px) {
  
.parent {
  width: 300px;
  height: 160px;
  perspective: 1000px;
}
	
.content {
  width: 200px;
  padding: 25px 60px 0px 30px;
  min-width: auto;
}
	
.content .title {
  font-size: 13px;
  width: 200px;
  min-width: auto;
}
	
.content .text2 {
  font-size: 9px;
  margin-top: 10px;
  width: 200px;
  min-width: auto;
}
	
.bottom {
  bottom: 25px;
}
	
.bottom .view-more .view-more-button {
  font-size: 9px;
}
	
.view-more-button{
  margin-top: 20px;
}

.logo {
  right: -25px;
  top: -25px;
}
	
.logo .circle1 {
  width: 130px;
  transform: translate3d(0, 0, 10px);
  top: 8px;
  right: 8px;
}

.logo .circle2 {
  width: 110px;
  transform: translate3d(0, 0, 20px);
  top: 10px;
  right: 10px;
  transition-delay: 0.4s;
}

.logo .circle3 {
  width: 90px;
  transform: translate3d(0, 0, 40px);
  top: 17px;
  right: 17px;
  transition-delay: 0.8s;
}

.logo .circle4 {
  width: 70px;
  transform: translate3d(0, 0, 60px);
  top: 23px;
  right: 23px;
  transition-delay: 1.2s;
}

.logo .circle5 {
  width: 40px;
  content: url('https://regmed.uz/favicon/logo_white_square.svg');
  transform: translate3d(0, 0, 80px);
  top: 30px;
  right: 30px;
  display: grid;
  place-content: center;
  transition-delay: 1.6s;
}
	
.parent:hover .card .logo .circle2 {
  transform: translate3d(0, 0, 40px);
}

.parent:hover .card .logo .circle3 {
  transform: translate3d(0, 0, 60px);
}

.parent:hover .card .logo .circle4 {
  transform: translate3d(0, 0, 80px);
}

.parent:hover .card .logo .circle5 {
  transform: translate3d(0, 0, 100px);
}

  
}