/*!
  * Goofy Mad Cow
  * Author: LATIGID WEB3 HUB
  * Copyright (c) 2024 Berry Creative
*/


@import url("https://cdn.jsdelivr.net/gh/quenquen/icobcl@main/icobcl.css");
@import url('https://fonts.googleapis.com/css2?family=Lilita+One&display=swap');

.lilita-one-regular {
  font-family: "Lilita One", sans-serif;
  font-weight: 400;
  font-style: normal;
}

body {
  margin: 0;
  line-height: inherit;
  font-family: Lilita One, 'sans serif';
}

.active {
  cursor: pointer;
  background-color: #34d399;
}

.active :is(h2, p) {
  position: relative;
  z-index: 2;
}
.active :is(span, p) {
  color: #f3f4f6;
}

.circle {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: 0.5s;
  z-index: 0;
  top: 0;
  right: 0;
}

.grid-offer :is(p, a) {
  opacity: 0;
}

.active :is(p, a) {
  opacity: 1;
  transition: 0.5s 0.1s ease-in-out;
}

.grid-offer .active:nth-child(1) .circle {
  background: url("../img/cnuts-banner.jpeg")
    no-repeat 50% 50% / cover;
}
.grid-offer .active:nth-child(2) .circle {
  background: url("../img/vrt-banner.jpeg")
    no-repeat 50% 50% / cover;
}
.grid-offer .active:nth-child(3) .circle {
  background: url("../img/dhoni-banner.jpeg")
    no-repeat 50% 50% / cover;
}
.active .circle {
  clip-path: circle(120px at 100% 0%);
}
.active:hover .circle {
  clip-path: circle(150px at 100% 0%);
}

@media screen and (min-width: 1200px) {
  .active {
    transform: scale(1.1);
    transition: 0.2s ease-in-out;
  }
}
