/*-- =============  Contact Page CSS================= --*/

.category-bnr {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.813)), url(../images/ca.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 300px;
    height: 40vh;
    display: grid;
    place-items: center;
}

.category-bnr .data {
    /* padding-top: 5%; */
    display: grid;
    place-items: center;
}

.category-bnr .data p {
    margin-top: 10px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background-color: rgba(186, 186, 186, 0.3);
    border: 1px solid rgb(108, 108, 108);
    border-radius: 30px;
    padding: 2px 26px 2px 26px;
    line-height: 2;
}

.category-bnr h2 {
    font-size: clamp(25px, 3vw, 120px);
    color: white;
    font-weight: 700;
}

.category-bnr p {
    color: var(--white-color);
    font-size: 20px;
}

.category-bnr p i {
    color: var(--primary-color);
}

.category-bnr a {
    color: var(--white-color);
}

@media(max-width:767.5px) {
    .category-bnr {
        height: 40vh;
    }

    .category-bnr.data {
        padding-top: 16%;
    }
}

@media(max-width:576.5px) {
    .category-bnr {
        height: 37vh;
    }
}

@media(max-width:400px) {
    .category-bnr p {
        font-size: 18px;
    }
}


/*-- =================  Section 1 CSS  ================== --*/

.section-1 .hashtag {
    font-size: clamp(32px, 4vw, 120px);
    font-weight: 600;
    font-family: "Poetsen One", sans-serif;
    background: #71ceef;
    background: linear-gradient(to right, #71ceef 0%, #fe9a04 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 18px;
}

.section-1 p {
    font-weight: 500;
    font-size: 16px;
}

.section-1 .imageGallery .image img {
    border-radius: 10px;
}

.image_Gallery2 .image a {
    width: 100%;
    height: 300px;
}

.image_Gallery2 .image a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

@media(max-width:767.5px) {
    .image_Gallery2 .image a {
        width: 100%;
        height: 180px;
    }

}

@media(max-width:576.5px) {
    .image_Gallery2 .image a {
        width: 100%;
        height: 160px;
    }

}

/*-- =================  Section 2 CSS  ================== --*/

.section-2 .hashtag {
    font-size: clamp(32px, 4vw, 120px);
    font-weight: 600;
    font-family: "Poetsen One", sans-serif;
    background: #71ceef;
    background: linear-gradient(to right, #71ceef 0%, #fe9a04 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 18px;
}

.section-1 p {
    font-weight: 500;
    font-size: 16px;
}

.section-1 .imageGallery .image img {
    border-radius: 10px;
}