
/* Custom CSS Document */

/* 
    Created on   : 20/11/2024.
    Theme Name   : Vuunn - Live Streaming Marketplace, New marketplace in Denmark, New second hand marketplace
    Version      : 1.2.3
    Developed by : (info@vuunn.dk) / (www.vuunn.dk)
   
*/
/**
* Importing Custom  Styles.
**/
/*----- Css ----*/

#vuunn-letters {
  animation: kaboom 3s ease alternate infinite;
  &:nth-child(2) {
    animation-delay: 0.1s;
  }
  &:nth-child(3) {
    animation-delay: 0.2s;
  }
  &:nth-child(4) {
    animation-delay: 0.3s;
  }
  &:nth-child(5) {
    animation-delay: 0.4s;
  }
  &:nth-child(6) {
    animation-delay: 0.5s;
  }
}
@keyframes kaboom {
  90% {
    transform: scale(1.0);
  }
  100% {
    transform: scale(1.1);
  }
}
.st0{
	fill:#ffffff;
}
.border10 {border-radius: 10px!important;}
.border15 {border-radius: 15px!important;}
.border20 {border-radius: 20px!important;}
.border25 {border-radius: 25px!important;}
.border30 {border-radius: 30px!important;}
.border35 {border-radius: 35px!important;}
.border40 {border-radius: 40px!important;}
.border45 {border-radius: 45px!important;}
.border50 {border-radius: 50px!important;}
.currency-sign {font-size: 30px!important;}
.footer-title-h2 {font-size: 45px!important;}
.text-md {font-size: 20px; line-height: 1.37em;}
.text-sm {font-size: 14px; line-height: 1em;}
.vuunn-footer-link a {
  text-decoration: none;
  color: #ffffff;
}.vuunn-footer-link a:hover {
  text-decoration: none;
  color: #D1D1D1;
}
.pulse {
  animation: pulse-animation 2s infinite;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(249, 50, 60, 0.4);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(249, 50, 60, 0);
  }
}
.pulse-color {
	color: #ffffff!important;
}

.circle {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  box-shadow: 0px 0px 1px 1px #0000001a;
}

.card-style-four .icon img {
	width: 40px!important;
}
.fw-600 {
	font-weight: 600!important;
}
.fw-700 {
	font-weight: 700!important;
}

.pricing-table-area-two .pr-body ul #none::before {
  content: "\F623"!important;
  font-family: bootstrap-icons;
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 0;
  color: var(--prime-fortimes)!important;
}