.collection-section {
    background: #fff;
}

.collection-card {
    position: relative;
    background: #eef6f5;
    border-radius: 10px;
    padding: 30px;
    overflow: hidden;
}

.collection-card.small {
    height: 260px;
    width: 319px;
}

.collection-card.big {
    padding: 40px 30px;
}

.collection-card h3,
.collection-card h4 {
    font-size: 33px;
    line-height: 48px;
    color: #52586d;
    margin: 0 0 11px;
    font-weight: 400;
    font-family: 'Jost', sans-serif;

}

.collection-card a {
    font-family: 'Jost', sans-serif;
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    text-decoration: none;
    color: #52586d;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 0 30px;
}

.tag {
    font-size: 15px;
    color: #777;
    font-weight: 500;
    display: block;
    margin-bottom: 9px;
}

/* CIRCLE */
.circle {
    position: absolute;
    width: 180px;
    height: 180px;
    background: #dfeeed;
    border-radius: 50%;
    right: -24px;
    bottom: -26px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.big-circle {
    width: 266px;
    height: 266px;
    margin: 0 auto;
    position: relative;
    right: auto;
    bottom: auto;
    margin-top: 30px;
}

/* IMAGE */
.circle img {
    position: absolute;
    bottom: 0;
    right: 48px;
    max-width: 75%;
    max-height: 120%;
    object-fit: contain;
}

.circler2 {
    position: absolute;
    width: 180px;
    height: 180px;
    background: #dfeeed;
    border-radius: 50%;
    right: 74px;
    bottom: 39px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.circler2 img {
    position: absolute;
    bottom: 35px;
    right: 25px;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.big-circle img {
    position: absolute;
    bottom: 0;
    right: 19px;
    max-width: 93%;
    max-height: 100%;
    object-fit: contain;
}

/* Center card text */
.big {
    text-align: center;
}

.circle-r3 {
    position: absolute;
    width: 180px;
    height: 180px;
    background: #dfeeed;
    border-radius: 50%;
    right: -48px;
    top: -30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.circle-r3 img {
    top: -90px;
    position: absolute;
    bottom: 0px;
    right: 37px;
    max-width: 92%;
    height: 89vh;
    object-fit: contain;
}

.big-circle-2 {
    width: 215px;
    height: 215px;
    margin: 0 auto;
    position: relative;
    right: auto;
    bottom: auto;
    margin-top: 20px;
}

.big-circle-2 img {
    position: absolute;
    bottom: 0;
    top: -59px;
    right: 48px;
    max-width: 65%;
    max-height: 100%;
    object-fit: contain;
}

.circleglasses {
    position: absolute;
    width: 180px;
    height: 180px;
    background: #dfeeed;
    border-radius: 50%;
    right: -24px;
    bottom: -26px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.circleglasses img {
    top: -166px;
    position: absolute;
    bottom: 0px;
    right: 24px;
    max-width: 100%;
    height: 89vh;
    object-fit: contain;
}

/* Tablets and below (992px and down) */
@media (max-width: 992px) {

     .collection-card.small {
    width: 100% !important;
  }

  .collection-card.big {
    width: 100% !important;
  }

    .col-lg-4 {
        margin-bottom: 1rem;
    }

    .circler2 {
        right: -17px;
        bottom: -36px;
    }

    .circle-r3 img {
        top: -51px;
    }

    .big-circle img {
        right: 19px;
        bottom: -39px;
    }
}

/* Small tablets and large phones (768px and down) */
@media (max-width: 768px) {
    .collection-section {
        padding: 2rem 0 !important;
    }

    .collection-card {
        padding: 25px;
    }

    .collection-card h3,
    .collection-card h4 {
        font-size: 26px;
        line-height: 36px;
    }

    .collection-card a {
        font-size: 13px;
        margin-bottom: 20px;
    }

    .tag {
        font-size: 14px;
        margin-bottom: 7px;
    }

    /* Adjust circles for tablets */
    .circle {
        width: 150px;
        height: 150px;
        right: -20px;
        bottom: -20px;
    }

    .circle img {
        right: 40px;
        max-width: 80%;
    }

    .big-circle {
        width: 220px;
        height: 220px;
    }

    .big-circle img {
        right: 15px;
    }

    .big-circle-2 {
        width: 180px;
        height: 180px;
    }

    .big-circle-2 img {
        right: 40px;
        max-width: 70%;
    }

    .circler2 {
        width: 150px;
        height: 150px;
        right: -20px;
    }

    .circler2 img {
        bottom: 30px;
        right: 20px;
    }

    .circle-r3 {
        width: 143px !important;
        height: 162px !important;
        right: -38px !important;
        top: -17px !important;
    }

    .circle-r3 img {
        right: 30px;
        height: 85vh;
    }

    .circleglasses {
        width: 150px;
        height: 150px;
    }

    .circleglasses img {
        right: 20px;
        height: 85vh;
    }
}

/* Mobile devices (576px and down) */
@media (max-width: 576px) {
    .collection-section {
        padding: 1.5rem 0 !important;
    }

    .container {
        padding: 0 15px;
    }

    .collection-card {
        padding: 20px;
        min-height: 240px;
    }

    .collection-card.small {
        height: auto !important;
        min-height: 240px;
    }

    .collection-card h3,
    .collection-card h4 {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 8px;
    }

    .collection-card a {
        font-size: 12px;
        margin-bottom: 15px;
    }

    .tag {
        font-size: 13px;
        margin-bottom: 6px;
    }

    /* Smaller circles for mobile */
    .circle {
        width: 150px !important;
        height: 150px !important;
        right: -15px;
        bottom: -15px;
    }

    .circle img {
        right: 30px;
        max-width: 85%;
    }

    .big-circle {
        width: 180px;
        height: 180px;
        margin-top: 15px;
    }

    .big-circle img {
        right: 10px;
        max-width: 90%;
    }

    .big-circle-2 {
        width: 163px;
        height: 163px;
        margin-top: 15px;
    }

    .big-circle-2 img {
        right: 35px;
        top: -70px;
        max-width: 75%;
    }

    .circler2 {
        width: 140px !important;
        height: 140px !important;
        right: -12px;
    }

    .circler2 img {
        bottom: 25px;
        right: 15px;
        max-width: 95%;
    }

    .circle-r3 {
        width: 160px !important;
        height: 160px !important;
        right: -35px;
        top: -20px;
    }

    .circle-r3 img {
        top: -39px;
        right: 25px;
        max-width: 95%;
        height: 80vh;
    }

    .circleglasses {
        width: 150px !important;
        height: 150px !important;
        right: -20px;
        bottom: -20px;
    }

    .circleglasses img {
        top: -140px;
        right: 18px;
        max-width: 95%;
        height: 80vh;
    }
}

@media (max-width: 400px) {

   
    .collection-card.small {
        height: auto !important;
        min-height: 209px;
    }


    .collection-card h3,
    .collection-card h4 {
        font-size: 20px;
        line-height: 28px;
    }

    .collection-card a {
        font-size: 11px;
    }

    .tag {
        font-size: 12px;
    }

    .circle,
    .circler2,
    .circleglasses {
        width: 100px;
        height: 100px;
    }

    .big-circle {
        width: 150px;
        height: 150px;
    }

    .big-circle-2 {
        width: 130px;
        height: 130px;
    }
}
@media (max-width: 400px) {
    .circle-r3 {
        width: 134px !important;
        height: 134px !important;
    }
}

