@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
  
}

body {
  display: flex;
  /* align-items: center; */
  justify-content: center;
  min-height: 100vh;
  /* background: #ecf0f3; */
  background-image: url("../media/background/background.png");
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.logo {
  width: 100px; /* Adjust size as needed */
  height: 100px; /* Adjust size as needed */
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: static;
  margin: 10px;
  margin-left: auto;
  margin-right: auto;
}

.notify {
	/* background: black;
	border-radius: 50%;
	margin: 10px;
	height: 20px;
	width: 20px; */

	box-shadow: 0 0 0 0 rgb(255, 255, 255);
	transform: scale(1);
	animation: pulse 2s infinite;
}

@keyframes pulse {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
	}

	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
	}
}

.logo .img-logo {
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  height: 90px;
  width: 90px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.img-logo .inner-logo {
  height: calc(100% - 25px);
  width: calc(100% - 25px);
  border-radius: 50%;
}
.inner-logo img {
  height: 90%;
  width: 90%;
}
.container {
  display: flex;
}
.col {
  /* color: white; */
  float: left;
  width: 33%;
  /* padding: 10px; */
}
.wrapper,
.wrapper .img-area,
.social-icons a,
.buttons button {
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}
.wrapper {
  position: relative;
  width: 410px;
  padding: 30px;
  border-radius: 10px;
  /* display: flex; */
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 10px;
}
.wrapper .icon {
  font-size: 17px;
  /* color: #31344b; */
  position: absolute;
  cursor: pointer;
  opacity: 0.7;
  top: 15px;
  height: 35px;
  width: 35px;
  text-align: center;
  line-height: 35px;
  border-radius: 10%;
  font-size: 16px;
}
.wrapper .icon i {
  position: relative;
  z-index: 9;
}
.wrapper .icon.arrow {
  left: 15px;
}
.wrapper .icon.dots {
  right: 15px;
}
.wrapper .img-area {
  height: 350px;
  width: 350px;
  border-radius: 10%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.img-area .inner-area {
  height: calc(100% - 25px);
  width: calc(100% - 25px);
  border-radius: 10%;
}
.inner-area img {
  height: 100%;
  width: 100%;
  border-radius: 10%;
  object-fit: contain;
  opacity: 0.9;
}
.wrapper .name {
  font-size: 20px;
  font-weight: 500;
  color: #31344b;
  margin: 10px 0 5px 0;
}
.wrapper .about {
  color: #44476a;
  font-weight: 400;
  font-size: 16px;
}
.wrapper .social-icons {
  margin: 15px 0 25px 0;
}
.social-icons a {
  position: relative;
  height: 130px;
  width: 130px;
  margin: 0 20px 20px 20px;
  display: inline-flex;
  text-decoration: none;
  border-radius: 50%;
  /* margin: 5px; */
}
.inner-area:hover img {
  opacity: 1;
}
.social-icons a:hover::before,
.wrapper .icon:hover::before,
.buttons button:hover:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  box-shadow: inset -3px -3px 7px #ffffff, inset 3px 3px 5px #ceced1;
}
.buttons button:hover:before {
  z-index: -1;
  border-radius: 5px;
}
.social-icons a i {
  position: relative;
  z-index: 3;
  text-align: center;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.social-icons a.fb i {
  color: #4267b2;
}
.social-icons a.twitter i {
  color: #1da1f2;
}
.social-icons a.insta i {
  color: #e1306c;
}
.social-icons a.yt i {
  color: #ff0000;
}
.social-icons a.tk i {
  color: #111111;

  filter: drop-shadow(2px 0px 0px #fd3e3e) drop-shadow(-2px -2px 0px #4de8f4);
}
.social-icons a.wp i {
  color:#fff;
  background:
   /* linear-gradient(#25d366,#25d366) 14% 84%/16% 16% no-repeat, */
   radial-gradient(#25d366 58%,transparent 0);
}
.wrapper .buttons {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.buttons button {
  position: relative;
  width: 100%;
  border: none;
  outline: none;
  padding: 12px 0;
  color: #31344b;
  font-size: 17px;
  font-weight: 400;
  border-radius: 5px;
  cursor: pointer;
  z-index: 4;
}
.buttons button:first-child {
  margin-right: 10px;
}
.buttons button:last-child {
  margin-left: 10px;
}
.wrapper .social-share {
  display: flex;
  width: 100%;
  margin-top: 30px;
  padding: 0 5px;
  justify-content: space-between;
}
.social-share .row {
  color: #31344b;
  font-size: 17px;
  cursor: pointer;
  position: relative;
}
.social-share .row::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 2px;
  background: #e0e6eb;
  margin-left: -25px;
}
.row:first-child::before {
  background: none;
}
.social-share .row i.icon-2 {
  position: absolute;
  left: 0;
  top: 50%;
  color: #31344b;
  transform: translateY(-50%);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
}
.row:nth-child(1):hover i.fa-heart,
.row:nth-child(2):hover i.fa-comment {
  opacity: 1;
  pointer-events: auto;
}

@media screen and (max-width: 600px) {

  .container {
    display: block !important;
    scroll-behavior: smooth !important;
  }
  .wrapper,
  .wrapper .img-area,
  .social-icons a,
  .buttons button {
    background: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
  }
  .wrapper {
    position: relative;
    width: 400px !important;
    margin-bottom: 50px;
  }

  .social-icons a {
    height: 120px;
    width: 120px;
  }

  .social-icons a:hover::before,
  .wrapper .icon:hover::before,
  .buttons button:hover:before {
    background: rgba(255, 255, 255, 0.6);
    box-shadow: inset -3px -3px 7px #ffffff, inset 3px 3px 5px #ceced1;
  }


}

/* The snackbar - position it at the bottom and in the middle of the screen */
#snackbar {
  visibility: hidden; /* Hidden by default. Visible on click */
  min-width: 250px; /* Set a default minimum width */
  margin-left: -125px; /* Divide value of min-width by 2 */
  background-color: #333; /* Black background color */
  color: #fff; /* White text color */
  text-align: center; /* Centered text */
  border-radius: 2px; /* Rounded borders */
  padding: 16px; /* Padding */
  position: fixed; /* Sit on top of the screen */
  z-index: 1; /* Add a z-index if needed */
  left: 50%; /* Center the snackbar */
  bottom: 30px; /* 30px from the bottom */
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
#snackbar.show {
  visibility: visible; /* Show the snackbar */
  /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
  However, delay the fade out process for 2.5 seconds */
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}

/* card */
.card {
  /* background: url('media/background/card_background.jpg') no-repeat center center fixed; */
  /* background-image: url("../media/background/card_background.jpg"); */
  background-image: url("../media/background/growth.jpg");
  background-color: rgba(246, 192, 106, 0.634);
  /* background-color: rgba(255, 255, 255, 0.422); */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-blend-mode: lighten;
  border-radius: 10px;
  padding: 20px;
  width: 350px;
  max-width: 600px;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.title {
  font-size: 24px;
  color: #ffffff;
  /* color: #F9A825; */
  margin-bottom: 20px;
}
.account {
  margin: 10px 0;
}
.account img {
  vertical-align: middle;
  margin-right: 10px;
}
.account-number {
  font-size: 24px;
  font-weight: bold;
}
.account-type {
  font-size: 20px;
  color: #FF5722;
  margin: 0;
  padding: 0;
  /* -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.25); */
  /* margin-top: 1px; */
}

.copy {
  background-color: transparent;
  border-color: transparent;
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
}

.copy i {
  color: #ffffff;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
  max-width: 200px;
  background: #000;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.image-container {
  position: relative;
  width: 100%;  /* Adjust the width as needed */
  max-width: 400px; /* Limit the maximum width of the container */
}

.image-container img {
  /* width: 100%;
  height: auto;
  display: block; */
  height: 240px;
  width: 350px;
  border-radius: 10%;
  display: block;
  align-items: center;
  justify-content: center;
}

.extractHead{
  font-size: 15px;
  font-weight: bold;
  color: #31344b;
}

.extractDesc{
  font-size: 15px;
  color: #44476a;
}

.overlay-text {
  position: absolute;
  top: 50%;  /* Center vertically */
  left: 50%; /* Center horizontally */
  transform: translate(-50%, -50%);
  color: #31344b;
  font-size: 14px;
  font-weight: bold;
  text-shadow: 2px 2px 5px rgba(255, 255, 255, 0.7);
} 

.inner-div {
  position: absolute;
  top: 50%;
  left: 50%; /* Optional: if you want to center horizontally as well */
  transform: translateY(-50%);
  transform: translate(-50%, -50%); /* Optional: if centering both vertically and horizontally */
}

.image-container2 img {
  /* width: 100%;
  height: auto; 
  display: block; */
  height: 280px;
  width: 350px;
  border-radius: 10%;
  display: block;
  align-items: center;
  justify-content: center;
}

