
:root {
  --color-primary: #f92dda;
}

/* bg-overlay-solid */

.bg-overlay-solid {
  position: relative;
  z-index: 1;
}
.bg-overlay-solid::before {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 1;
  top: 0;
  left: 0;
  content: "";
  background: transparent;
  z-index: -1;
}
.bg-overlay-solid::after {
  position: absolute;
  width: 700px;
  height: 700px;
  border-radius: 1000px;
  opacity: 0.4;
  filter: blur(100px);
  left: auto;
  top: -450px;
  left: 50%;
  bottom: auto;
  background-image: linear-gradient(45deg, var(--color-primary), var(--color-primary));
  content: "";
  z-index: -1;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.bg-overlay-solid::after {
  width: 500px;
  height: 700px;
  }
}

@media only screen and (max-width: 767px) {
.bg-overlay-solid::after {
  width: 400px;
  height: 680px;
  }
}

/* react-image */

.react-image img {
  max-height: 100px;
  margin-top: 140px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .react-image img {
    max-height: 90px;
    margin-top: 140px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .react-image img {
    max-height: 85px;
    margin-top: 140px;
  }
}
@media only screen and (max-width: 767px) {
  .react-image img {
    max-height: 80px;
    margin-top: 120px;
  }
}
@media only screen and (max-width: 575px) {
  .react-image img {
    max-height: 75px;
    margin-top: 100px;
  }
}

.featured-icon.custom-featured-icon-style-1 {
		width: 115px;
		height: 115px;
		border-radius: 100% !important;
}

/* Image Responsive  */
.image_responsive {
  max-width: 260px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .image_responsive {
    max-width: 260px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .image_responsive {
    max-width: 200px;
  }
}

@media only screen and (max-width: 767px) {
  .image_responsive {
    max-width: 170px;
  }
}

/* Image Responsive 2  */
.image_responsive_2 {
  max-width: 260px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .image_responsive_2 {
    max-width: 260px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .image_responsive_2 {
    max-width: 200px;
  }
}

@media only screen and (max-width: 767px) {
  .image_responsive_2 {
    max-width: 170px;
  }
}

/* Box  */
.box {
  width: 100%;
  height: 400px;
  --border-angle: 0turn;
  --main-bg: conic-gradient(
      from var(--border-angle),
      #213,
      #112 5%,
      #112 60%,
      #213 95%
    );
  border: solid 5px transparent;
  border-radius: 2em;
  --gradient-border: conic-gradient(from var(--border-angle), transparent 25%, #f92dda, #5934cd 99%, transparent);
  background: var(--main-bg) padding-box, var(--gradient-border) border-box, var(--main-bg) border-box;
  background-position: center center;
  -webkit-animation: bg-spin 3s linear infinite;
          animation: bg-spin 3s linear infinite;
}
@-webkit-keyframes bg-spin {
  to {
    --border-angle: 1turn;
  }
}
@keyframes bg-spin {
  to {
    --border-angle: 1turn;
  }
}
.box:hover {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

@property --border-angle {
  syntax: "<angle>";
  inherits: true;
  initial-value: 0turn;
}

.countdown-container {
	display: flex;
	gap: 20px;
	text-align: center;
	padding: 0;
	flex-wrap: wrap;
	justify-content: center;
}
.countdown-element {
	min-width: 80px;
}
.number {
	font-size: clamp(40px, 10vw, 72px);
	font-weight: 600;
	margin-bottom: 0;
}
.label {
	font-size: clamp(12px, 3vw, 14px);
	opacity: 0.7;
}

.separator {
	font-size: clamp(40px, 10vw, 72px);
	font-weight: 300;
	margin-top: 0;
	opacity: 0.2;
}

/* Mobile styles */
        
@media (max-width: 767px) {
	.countdown-container {
		gap: 0;
	}
	.countdown-element {
		position: relative;
		padding: 0 5px;
	}
}

.card-custom {
  display: flex;
  height: 120px;
  width: 100%;
  background-color: #0f0f10;
  border-radius: 10px;
  box-shadow: -1rem 0 3rem #000;
/*   margin-left: -50px; */
  transition: 0.4s ease-out;
  position: relative;
  left: 0px;
}

.card-custom:hover ~ .card-custom {
  position: relative;
  left: 50px;
  transition: 0.4s ease-out;
}

.title {
  position: absolute;
  left: 20px;
  right: 20px;
  top: 30px;
}

.bar {
  position: absolute;
  top: 110px;
  left: 0;
  height: 1px;
  width: 100%;
}

.emptybar {
  background-color: #2e3033;
  width: 100%;
  height: 100%;
}

.filledbar {
  position: absolute;
  top: 0px;
  z-index: 3;
  width: 0px;
  height: 100%;
  background: linear-gradient(90deg, rgba(249, 45, 218,1) 0%, rgba(106, 72, 210,1) 100%);
  transition: 0.6s ease-out;
}

.card-custom:hover .filledbar {
  width: 100%;
  transition: 0.4s ease-out;
}

.circle {
  position: absolute;
  top: 150px;
  left: calc(50% - 60px);
}

.stroke {
  stroke: white;
  stroke-dasharray: 360;
  stroke-dashoffset: 360;
  transition: 0.6s ease-out;
}

svg {
  fill: #17141d;
  stroke-width: 2px;
}

.card-custom:hover .stroke {
  stroke-dashoffset: 100;
  transition: 0.6s ease-out;
}

.list-unstyled {
	padding-left: 0;
	list-style: none;
}
.list-inline li {
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px;
	margin-bottom: 10px;
}
