* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

/* !Manjari */

@import url("https://fonts.googleapis.com/css2?family=Manjari:wght@100;400;700&display=swap");

@font-face {
    font-family: "Harbour";
    src: url("./fonts/Harbour.ttf");
}
@font-face {
    font-family: "Big Shoulders Text";
    src: url("./fonts/BigShouldersDisplay-Regular.ttf");
}
@font-face {
    font-family: "APhelion";
    src: url("./fonts/ApfelGrotezk-Regular.otf");
}
@font-face {
    font-family: "ApfelGrotezk-Regular";
    src: url("./fonts/ApfelGrotezk-Regular.otf");
}
@font-face {
    font-family: "Degular";
    src: url("./fonts/Degular.ttf");
}
@font-face {
    font-family: "Brunphy";
    src: url("./fonts/Bruphy-ExtraboldCondensed-Trial.otf");
}
@font-face {
    font-family: "SpaceGrotek";
    src: url("./fonts/SpaceGrotesk-SemiBold.otf");
}

@font-face {
    font-family: "Commuters Sans";
    src: url("./fonts/commuterssans-regular.otf");
}
@font-face {
    font-family: "Degular";
    src: url("./fonts/Degular-Regular.otf");
}
@font-face {
    font-family: "FONTSPRING DEMO PODIUM";
    src: url("./fonts/Fontspring-DEMO-podiumsharp-3.6.otf");
}
@font-face {
    font-family: "Moret";
    src: url("./fonts/Moret-Regular.otf");
}
@font-face {
    font-family: "Gelica";
    src: url("./fonts/gelica-regular.otf");
}

@font-face {
    font-family: "Frank Ruhl Libre";
    src: url("./fonts/FrankRuhlLibre-Medium.ttf");
}
@font-face {
    font-family: "Editorial New";
    src: url("./fonts/EditorialNew-Regular.otf");
}
@font-face {
    font-family: "Circular Std";
    src: url("./fonts/CircularStd-Book.ttf");
}
@font-face {
    font-family: "RB Campton Neue Test";
    src: url("./fonts/NeueCamptonTest-Medium.otf");
}
/* @font-face {
    font-family: 'FreightDispCmp Pro';
    src: url('./fonts/FreightDispProBlack-Regular.ttf');
} */
@font-face {
    font-family: "Meno Display Condensed";
    src: url("./fonts/MenoDisplayCondensed-Regular.otf");
}
@font-face {
    font-family: "Degular";
    src: url("./fonts/Degular-Regular.otf");
}

html {
    background-color: #007f2e;
    cursor: none !important;
}
button {
    cursor: none !important;
}
body {
    overflow: hidden;
}

.loader {
    position: fixed;
    /* border: 2px solid red; */
    background-color: #007f2e;
    width: 100vw;
    height: 100vh;
    z-index: 999999999999;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: all 0.3s ease-in-out;
    gap: 2rem;
}
@keyframes rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}

.loader #circle {
    /* outline: 2px solid red; */
    transform-origin: center center;
    animation: rotation 10s infinite linear;
}
/* !load counter  */

.loader .load-counter .counter {
    text-align: center;
}
.loader .load-counter .counter p {
    font-size: 1.5rem;
    line-height: 1;
    font-weight: 400;
    font-family: Degular;
    color: white;
}
.loader .load-counter .counter h1 {
    font-size: 3rem;
    line-height: 1;
    font-weight: 400;
    font-family: Degular;
    color: white;
    margin-top: 0.3rem;
}
.loader .load-counter .counter hr {
    /* border: none; */
    height: 2px;
    color: white;
    width: 0;
    margin-top: 0.3rem;
}

.loader .load-counter .counter h1.abs {
    position: absolute;
    top: 0;
    width: 100%;
}
.loader .load-counter .counter .color {
    width: 0px;
    overflow: hidden;
    color: white;
}

/* !cursor */

.cursor {
    position: fixed;
    top: 0;
    left: 0;
    border-radius: 50%;
    z-index: 999;
    pointer-events: none;
}

.cursor {
    width: 40px;
    height: 40px;
    /* transition: all 0.2s ease-out; */
    transition: all 0.03s ease-out;
    transition-property: transform, translate;

    translate: 0px 0px;
    z-index: 5555555555555;
    will-change: transform;

    /* -webkit-backdrop-filter: invert(1) grayscale(1);
    backdrop-filter: invert(1) grayscale(1); */
}

/* .cursor .c2 svg {
    -webkit-backdrop-filter: invert(1) grayscale(1);
    backdrop-filter: invert(1) grayscale(1);
} */

/* .cursor > div {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

 
    object-fit: contain;
} */

.cursor .c2 {
    display: block;
}

.cursor.active .c2 {
    display: none;
}

.cursor .eyes {
    display: none;
}
.cursor.active .eyes {
    display: block;

    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    transition-property: transform, translate;
    pointer-events: none;

    z-index: 10000000000001;
    pointer-events: none;
    -webkit-backdrop-filter: invert(1) grayscale(1);
    backdrop-filter: invert(1) grayscale(1);
    transition: all 0.3s ease-in;
    transform-origin: "center";
    will-change: transform;
}

.cursor > div > img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.cursor > svg {
    width: 40px;
    height: 40px;
}

.cursor.active > svg circle {
    stroke: #cdcaca;
}
.cursor.active > svg path {
    stroke: #cdcaca;
}

.main {
    overflow: hidden;
    width: 100vw;
    height: 100vh;
}

#imageContainer {
    display: none;
}
.background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -1;
    background-color: #007f2e;
}

.background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

nav > a > img {
    margin-right: 2rem;
    scale: 0.7;
}

wc-pan-box {
    display: block;
    block-size: 100vh;
    inline-size: 100vw;
    overflow: auto;
    scrollbar-width: thin;
    scrollbar-color: transparent transparent;
}

.navbar {
    position: absolute;
    z-index: 100000;
    width: 100vw;
    padding-top: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo {
    /* cursor: pointer; */
    margin-left: 1rem;
    transition: all 0.3s ease-in-out;
}
.logo:hover {
    scale: 1.1;
}

.logo > img {
    scale: 0.7;
}

.space {
    padding: 0.2rem 0;
}

.socials {
    margin-right: 2rem;
    width: 2rem;
    display: flex;
    flex-direction: column;
    /* cursor: pointer; */
}
.testLogo {
    position: absolute;
}
.main-grass {
    position: relative;
    left: 0;
    right: 0;
}
.container {
    width: 100%;
    z-index: 999;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    backdrop-filter: blur(7px);
    /* -webkit-backdrop-filter: blur(7px); */
    -webkit-transition: 1.5s;
    transition: 1.5s;
}

.mobile_link {
    display: none;
}

.hero {
    font-size: 6rem;
    color: #ffd500;
    text-align: center;
    z-index: 999;
    font-family: "Harbour";
    font-weight: 100;
}
.heroDesciption {
    color: #fff;
    text-align: center;
    font-size: 1.5rem;
    max-width: 28.5rem;
    font-weight: 100;
    line-height: 110.1%;
    z-index: 999;
    font-family: "APhelion";
}
/* .container > img {
    padding: 1rem;
} */
.container .bg {
    -webkit-backdrop-filter: blur(7px);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.animCursor {
    padding: 1rem;
    margin-top: 3rem;
    /* transform: translateX(-25%); */
    /* animation: moveBackAndForth 2s ease-in-out infinite; */
}

.imageContainer {
    position: absolute;
    top: 0;
}

.mobileGhost {
    display: none;
}

@keyframes moveBackAndForth {
    0% {
        transform: translateX(-25%);
    }
    50% {
        transform: translateX(25%);
    }
    100% {
        transform: translateX(-25%);
    }
}

@media screen and (max-width: 680px) {
    .loader svg {
        scale: 0.7;
    }

    nav > a > img {
        display: none;
    }
    .socials {
        margin-right: 1rem;
    }
    .hero {
        color: #ffd600;
        text-align: center;
        font-family: Harbour;
        font-size: 3rem;
        font-style: normal;
        font-weight: 400;
        line-height: 110.1%;
        width: 70%;
        margin-bottom: 1.3rem;
    }
    .navbar {
        position: absolute;
        width: 100vw;
        padding-top: 1rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .logo {
        margin-left: 0.5rem;
        margin-top: -1.5rem;
    }
    .logo > img {
        width: 4rem;
    }
    .socials > a > img {
        width: 1.75rem;
    }
    .heroDesciption {
        color: #fff;
        text-align: center;
        font-size: 1.25rem;
        max-width: 18.5rem;
        font-weight: 100;
        line-height: 110.1%;
    }
    .animCursor {
        margin-top: 1.5rem;
        width: 6rem;
    }

    .mobile_link {
        position: fixed;
        bottom: 2rem;
        z-index: 7000;
        left: 50%;
        transform: translateX(-50%);
        border-radius: 22px;
        border: 1px solid #fff;
        padding: 0.5rem 1rem 0.7rem 1rem;
        white-space: nowrap;
    }

    .mobile_link,
    .mobile_link a {
        display: flex;
        color: #fff;
        text-align: center;
        font-family: "Degular";
        font-size: 1.1rem;
        font-style: normal;
        font-weight: 500;
        line-height: 1;
        font-variant: all-small-caps;
        gap: 0.5rem;
    }
    .mobile_link a {
        text-decoration: underline;
        font-weight: 100;
    }
}

.minipop {
    position: absolute;
    top: 0;
    left: 0;
    /* width: 100vw;
    height: 100vh; */
    display: none;
    transition: 1s cubic-bezier(0.5, 0.5, 0.5, 1);
    opacity: 0;
    justify-content: center;
    align-items: center;
    animation: fadeIn 1s ease-in-out;
}

@keyframes fadeIn {
    from {
        transform: translateY(5px);
        opacity: 0;
    }
    to {
        transform: translateY(0px);
        opacity: 1;
    }
}

.minipop1 {
    top: 9rem;
    left: 27rem;
}
.minipop2 {
    top: 10rem;
    left: 32rem;
}

.minipop3 {
    top: 9rem;
    left: 34rem;
}

.minipop4 {
    top: 9rem;
    left: 24rem;
}
.minipop5 {
    top: 1rem;
    left: 21rem;
}
.minipop6 {
    top: 27rem;
    left: 7rem;
}
.minipop7 {
    top: 7rem;
    left: -17rem;
}

.minipop > div {
    background-color: #ffffff;
    width: 28rem;
    height: 295px;
    max-width: 90vw;
    border-radius: 2rem;
    position: relative;
}
.crossMini {
    position: absolute;
    right: 1.5rem;
    top: 1.5rem;
    mix-blend-mode: difference;
    transition: 1s cubic-bezier(0.5, 0.5, 0.5, 1);
    /* cursor: pointer; */
}

#cross {
    /* cursor: pointer; */
}

.crossMini > img {
    width: 1rem;
}
.flexWrapper {
    display: flex;
    width: 100%;
    height: 80%;
    margin-top: 2rem;
    padding: 0 1rem;
}
.leftMini,
.rightMini {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 100%;
    background-color: #ffffff;
}
.leftMini > img {
    width: 100%;
    padding: 1rem;
    max-width: 10rem;
}
.rightMini {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2rem 1rem;
    align-items: flex-start;
    border-left: 0.7px solid #000000;
}
.rightMini h2 {
    font-family: "Degular";
    font-size: 1rem;
    font-weight: bolder;
    text-align: left;
    margin-bottom: 0.6rem;
}
.rightMiniDescription {
    /* max-width: 75%; */
    text-align: left;
    font-family: "ApfelGrotezk-Regular";
    margin-bottom: 1.2rem;
}
.rightMiniLink {
    text-decoration: underline;
    color: #000000;
    font-family: "ApfelGrotezk-Regular";
}

.cardContainer {
    width: 100%;
    position: absolute;
    top: 0;

    height: 100vh;
    z-index: 999999;
    transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1),
        clip-path 1s cubic-bezier(0.19, 1, 0.22, 1),
        -webkit-clip-path 1s cubic-bezier(0.19, 1, 0.22, 1);
    padding-bottom: 2rem;
    scale: 1;
    opacity: 0;
    transform-origin: center;
    display: block;
    /* border: 2px solid red; */
    transform: translateY(100%);
}

.cardContainer > div {
    /* max-width: 700px; */
    margin-left: auto;
    background-color: #262524;
    border: 0.8rem solid #007f2e;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 15vw;
}

/* !scroll style   */
.cardContainer > div::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.cardContainer > div::-webkit-scrollbar-track {
    background: transparent;
}

/* Handle */
.cardContainer > div::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 5px;
}

/* Handle on hover */
.cardContainer > div::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.headText {
    display: flex;
    justify-content: space-between;
    padding: 2rem 0rem 1rem 0rem;
}
.headText > h1 {
    color: #fff;
    font-family: "Degular";
    font-size: 0.9rem;
    font-weight: 100;
    text-transform: uppercase;
}
.headText > img {
    width: 0.9rem;
    /* cursor: pointer; */
}

.line {
    width: 100%;
    height: 1px;
    background-color: #fff;
    margin: 0 auto;
}
.heading2 {
    display: flex;
    justify-content: space-between;
    padding: 0rem 0rem;
    align-items: center;
    margin-bottom: 50px;
    margin-top: 100px;
}
.heading2 > h2 {
    color: #fff;
    /* font-family: 'Brunphy'; */
    font-size: 2rem;
    font-weight: 100;
    /* margin-top: 4.2rem; */
    width: 55%;
    text-transform: capitalize;
}
.heading2 > img {
    /* margin-bottom: -4.8rem; */
    width: 100%;
    max-width: 265px;
}

.sliderWrapper {
    display: flex;
    width: 100%;
    justify-content: center;
    position: relative;
    min-height: 100vh;
    padding: 0 0rem;
    /* overflow: hidden; */
}

.sliderWrapper .slick-arrow {
    position: absolute;
    top: 50%;
    left: -2rem;
    z-index: 5;
    background: none;
    border: none;
    /* cursor: pointer; */
}
.sliderWrapper .slick-arrow svg {
    width: 0.6rem;
}
.sliderWrapper .slick-arrow.slick-next {
    left: unset;
    right: -2rem;
}
.sliderWrapper .slick-slide,
.sliderWrapper .slick-track,
.sliderWrapper .slick-list {
    height: 100%;
}

.sliderWrapper .slick-list {
    background-color: #fff;
}
/* .sliderWrapper .slick-slide {
    padding: 2rem;
} */
.slick-slide img {
    height: 100%;
    object-fit: contain;
    width: 100%;
}
.cardTest {
    width: 70%;
    max-width: 400px;
}

.cardFooter {
    width: 100%;
    display: flex;
    padding: 3.6rem 0rem 15rem 0rem;
    justify-content: space-between;
    align-items: flex-start;
}

.cardFooter .leftparagraph {
    color: #fff;

    font-size: 1.3rem;
    font-style: normal;
    font-weight: 600;
    line-height: 111.5%; /* 24.53px */
}

.cardFooter .rightParacontainer p {
    font-size: 1.2rem;
    font-style: normal;
    font-weight: thin;
    line-height: 138%;
}

.leftFoot {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    font-family: "SpaceGrotek";
    font-weight: 100;
    color: #fff;
    font-size: 0.8rem;
    max-width: 40%;
}
.rightFoot {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: right;
    font-family: "ApfelGrotezk-Regular";
    font-weight: thin;
    color: #fff;
    font-size: 0.8rem;
    max-width: 45%;
}

.cardCheckoutButton {
    color: #fff;
    text-decoration: none;
    font-size: 1.3rem;
    font-weight: 100;
    /* text-decoration: underline; */
    border: 1px solid #fff;
    padding: 0.2rem 0.5rem;
    border-radius: 1rem;
    text-align: center;
    margin-top: 3rem;
    padding: 0.5rem;
    transition: all 0.3s ease-in-out;
}

.cardCheckoutButton:hover {
    opacity: 0.7;
}

.world {
    background-color: #007f2e;
    height: 100vh;
    overflow: hidden;
    position: relative;
    user-select: none;
    width: 100vw;
    z-index: 1;
}

.world__map {
    background: url("./images/grass\ 2.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #007f2e;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(10, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    min-height: 120vh;
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    height: 3000px;
    width: 4000px;

    will-change: transform;
}

.world__map .rejectPile {
    display: flex;
    justify-content: center;
    align-items: center;
    grid-row: span 2;
    grid-column: span 2;
    background: none;
    border: none;
    transition: 300ms ease;

    /* touch-action: unset !important; */
    position: relative;
}
/* .world__map .rejectPile:hover {
    transform: scale(1.05);
} */
.rejectPile_image {
    width: 60%;
    height: 100%;
    object-fit: contain;
    /* cursor: pointer; */
    scale: 0.6;
}
.rejectPile_image.paper {
    scale: 0.8;
}

.rejectPile_image.cat {
    /* border: 2px solid red; */
    scale: 0.7;
}

.rejectPile_image.dog {
    scale: 1;
}

.rejectPile_image.candles {
    /* border: 2px solid red; */
    width: 40%;
    height: 40%;
}
.rejectPile_image.tomb {
    /* border: 2px solid red; */
    scale: 1.4;
}
[id="13"].rejectPile .tomb {
    /* border: 2px solid red; */
    scale: 1.4;
}

[id="20"].rejectPile .tomb {
    /* border: 2px solid red; */
    scale: 1.5;
}

[id="19"].rejectPile .rejectPile_image {
    /* border: 2px solid red; */
    scale: 0.7;
}

.rejectPile_image.tomb_blue {
    /* border: 2px solid red; */
    scale: 1.2;
}
.rejectPile_image.dustbin {
    /* border: 2px solid red; */
    scale: 1.1;
}
.rejectPile_image.trash {
    /* border: 2px solid red; */
    scale: 1.2;
}

/* Apply the styles to alternating groups of five elements */
.rejectPile:nth-child(10n - 9),
.rejectPile:nth-child(10n - 8),
.rejectPile:nth-child(10n - 7),
.rejectPile:nth-child(10n - 6),
.rejectPile:nth-child(10n - 5) {
    justify-content: flex-start;
}

.rejectPile:nth-child(10n - 4),
.rejectPile:nth-child(10n - 3),
.rejectPile:nth-child(10n - 2),
.rejectPile:nth-child(10n - 1),
.rejectPile:nth-child(10n) {
    justify-content: flex-end;
}
.rejectPile:nth-child(10n - 9) .rejectPile_image,
.rejectPile:nth-child(10n - 8) .rejectPile_image,
.rejectPile:nth-child(10n - 7) .rejectPile_image,
.rejectPile:nth-child(10n - 6) .rejectPile_image,
.rejectPile:nth-child(10n - 5) .rejectPile_image {
    transform: translateX(50%);
}

.rejectPile:nth-child(10n - 4) .rejectPile_image,
.rejectPile:nth-child(10n - 3) .rejectPile_image,
.rejectPile:nth-child(10n - 2) .rejectPile_image,
.rejectPile:nth-child(10n - 1) .rejectPile_image,
.rejectPile:nth-child(10n) .rejectPile_image {
    transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
    .world__map {
        width: 3000px;
        aspect-ratio: 1/1;
        /* height: unset; */
    }
    .cardContainer {
        width: 100vw;
    }
    .headText,
    .heading2,
    .cardFooter {
        padding-left: 1.2rem;
        padding-right: 1.2rem;
    }
    .heading2 > h2 {
        width: 100%;
        font-size: 1.45rem;
    }
    .heading2 > img {
        display: none;
        min-height: 159px;
    }
    .cardFooter {
        flex-direction: column;
        gap: 1.5rem;
    }
    .leftFoot,
    .rightFoot {
        max-width: 100%;
    }
    .line {
        width: calc(100% - 2rem);
    }
    .cardFooter .rightParacontainer p {
        font-size: 1.1rem;
    }

    .cardFooter .leftparagraph {
        font-size: 1.3rem;
    }

    .minipop3 {
        top: 9rem;
        left: 28rem;
    }
    .minipop6 {
        top: 25rem;
        left: 7rem;
    }
    .minipop7 {
        top: 7rem;
        left: -12rem;
    }

    .minipop1 {
        top: 10rem;
        left: 21rem;
    }
    .minipop2 {
        top: 10rem;
        left: 24rem;
    }

    .minipop4 {
        top: 9rem;
        left: 19rem;
    }
}

/* !placement   */

[id="1"].rejectPile {
    /* border: 2px solid red; */
    top: -2rem;
    left: -7rem;
}
[id="2"].rejectPile {
    /* border: 2px solid red; */
    top: 4rem;
    left: -13rem;
}

[id="3"].rejectPile {
    /* border: 2px solid red; */
    top: 5rem;
    left: 8rem;
}
[id="4"].rejectPile {
    /* border: 2px solid red; */
    top: 2rem;
    left: -1rem;
}
[id="5"].rejectPile {
    /* border: 2px solid red; */
    top: -4rem;
    left: -4rem;
}

[id="6"].rejectPile {
    /* border: 2px solid red; */
    top: 10rem;
    left: -1rem;
}
[id="7"].rejectPile {
    /* border: 2px solid red; */
    top: 9rem;
    left: -14rem;
}
[id="8"].rejectPile {
    top: 3rem;
    left: 3rem;
}
[id="9"].rejectPile {
    /* border: 2px solid red; */
    top: 8rem;
    left: 20rem;
    z-index: 5;
}
[id="10"].rejectPile {
    top: 6rem;
    left: 9rem;
}
[id="11"].rejectPile {
    top: 17rem;
    left: -3rem;
    z-index: 4;
}
[id="12"].rejectPile {
    /* border: 2px solid red; */
    top: 5rem;
    left: 9rem;
    z-index: 5;
}
[id="13"].rejectPile {
    /* border: 2px solid red; */
    top: 1rem;
    left: 31rem;
    z-index: 5;
}
[id="14"].rejectPile {
    /* border: 2px solid red; */
    z-index: 5;
    top: 6rem;
    left: 42rem;
}
[id="15"].rejectPile {
    /* border: 2px solid red; */

    top: 3rem;
    left: 5rem;
}
[id="16"].rejectPile {
    /* border: 2px solid red; */

    top: -4rem;
    left: 24rem;
}
[id="17"].rejectPile {
    /* border: 2px solid red; */
    top: 3rem;
    left: 35rem;
}
[id="18"].rejectPile {
    /* border: 2px solid red; */
    top: -3rem;
    left: 34rem;
}
[id="19"].rejectPile {
    /* border: 2px solid red; */
    z-index: 4;
    top: -0.5rem;
    left: 36rem;
}
[id="20"].rejectPile {
    /* border: 2px solid red; */
    top: -4rem;
    left: 25rem;
}
[id="21"].rejectPile {
    /* border: 2px solid red; */
    top: -5rem;
    left: 37rem;
}
[id="22"].rejectPile {
    /* border: 2px solid red; */
    top: 0rem;
    left: 35rem;
}
[id="23"].rejectPile {
    /* border: 2px solid red; */
    top: 1rem;
    left: 55rem;
    scale: 1.15;
}

@media screen and (max-width: 767px) {
    .cursor {
        display: none;
    }
    .cardContainer > div {
        border: 0rem solid #007f2e;
        padding: 0 0rem;
        padding-bottom: 4rem;
    }

    .cardFooter {
        padding: 2.6rem 1.2rem 1.5rem 1.2rem;
    }
    .cardCheckoutButton {
        margin-top: 1.7rem;
        font-size: 0.8rem;
    }
    .heading2 {
        margin-top: 4.4rem;
    }
    .heading2 a {
        display: none;
    }

    .mobileGhost {
        display: flex;
        flex-direction: column;
        width: 100%;
        align-items: flex-end;
        margin: 0 1.2rem 3rem 0;
    }
    .mobileGhost .cloud {
        opacity: 1;
        height: 107px;
        transition: all 0.3s ease-in-out;
    }
}
