.angelic-message-outter {
    background: url('./images/bg.png');
}
.angelic-message-inner {
    background-color: #291c1caf;
    padding: 48px 0;
    color: #fff;
}
/* .heading-box h1 {
    text-align: center;
    text-shadow: 1px 1px 4px #000, 2px 2px 1px #fff;

    text-decoration: underline;
    text-underline-offset: 14px;
    text-decoration-thickness: 2px;
    text-decoration-color: #ff6f61;
} */
.heading-box{
    text-align: center;
}
.heading-box h1 {
    position: relative;
    display: inline-block;
    text-align: center;
    text-shadow: 1px 1px 4px #000, 2px 2px 1px #fff;
    margin: 0;
}

.heading-box h1::before {
    content: '';
    position: absolute;
    left: 10%;
    right: 10%;
    bottom: -10px;
    border-bottom: 3px solid #ff6f61;
    box-shadow: 1px 1px 4px #000, 2px 2px 1px #fff;
}
.catagories-section {
    max-width: 950px;
    margin: auto;
    margin-top: 65px;
}
.details-main {
    max-width: 950px;
    margin: auto;
    margin-top: 65px;
    background-color: #421f1b58;
    padding: 15px;
    border-radius: 5px;
}
.details-main p {
    font-size: 18px;
}
.details-main p:last-child {
    margin-bottom: 0;
}
.catagory-box {
    background: #fff;
    padding: 5px;
    border-radius: 4px;
    box-shadow: 0 0 6px -5px #000;
    transition: 0.2s;
}
.catagory-box img {
    width: 100%;
    object-fit: cover;
    border-radius: 4px;
    box-shadow: 0 0 6px -3px #000;

    aspect-ratio: 1/1;
}
.catagory-box p{
    text-align: center;
    color: #000;
    margin: 0;
    padding: 10px 3px;
    text-shadow: 1px 1px 2px #fff, 1px 1px 2px #000;
    font-size: 18px;
    font-weight: 500;
}
.catagory-box a {
    text-decoration: none !important;
}
.catagory-box:hover {
    box-shadow: 1px 1px 6px #000, 1px 1px 1px #fff;
}
.angelic-message-btn {
    background: #fff;
    border: 2px solid #ff6f61;
    color: #ff6f61;
    border-radius: 999px;
    font-size: 17px;
    font-weight: 500;
    padding: 8px 18px;
    width: 320px;
    max-width: 100%;
}
.angelic-message-btn:hover {
    color: #fff;
    background: #ff6f61;
}
.angelic-message-btn-2 {
    border: 3px solid #ff6f61;
    border-radius: 999px;
    font-size: 19px;
    font-weight: 500;
    padding: 13px 18px;
    width: 421px;
    max-width: 100%;
}

/* ************************************ */
.hex-grid-outter {
    max-width: 991px;
    margin: auto;
    margin-top: 160px;
}
.hex-grid {
    display: flex;
    flex-wrap: wrap;
    /* width: calc(8 * 100px + 4 * 10px); */
    margin-top: calc(-100px * 0.5);
    justify-content: center;
}

.hex {
    position: relative;
    width: calc(100px * 2 / sqrt(3));
    height: 140px;
    margin-top: calc(100px * -0.5);
    margin-right: calc(100px * 0.2);
    margin-left: calc(100px * 0.2);
}

.hex:nth-child(odd) {
    margin-top: 0;
}

.hex-in {
    position: absolute;
    width: 100%;
    padding-bottom: calc(100% / sqrt(3));
    /* overflow: hidden; */
    visibility: hidden;
}

.hex-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /* height: 100%; */
    background-size: cover;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    visibility: visible;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}
.result-image-box {
    margin-top: 68px;
    text-align: center;
}
.result-image-inner {
    /* background: #ff6f61; */
    background: linear-gradient(125deg, #6a4ae6 0%, #9755be 24%, #ce638d 76%, #ff6f61 100%);
    max-width: fit-content;
    margin: auto;
    padding: 15px;
    border-radius: 5px;
    /* box-shadow: 1px 1px 5px 0px #fff, -1px -1px 5px 0px #000; */
    box-shadow: 1px 1px 7px 0px #fff, 3px 2px 6px 0px #000;
}
.result-image-inner img {
    max-width: 100%;
    /* height: 150px; */
    max-height: 250px;

    box-shadow: 1px 1px 7px -3px #000, 3px 2px 6px 0px #00000039;
    border-radius: 4px;
}
.result-image-inner .image-name {
    text-align: center;
    padding: 7px 0 0 0;
    font-size: 18px;
    font-weight: 500;
    max-width: 100%;
    margin-bottom: 0;

    /* max-width: 150px; */
    line-height: 24px;
}
.bg-none {
    background: none;
    color: #000 !important;
}
@media (max-width: 991px) and (min-width: 768px) {
    /* .hex:nth-last-child(4) {
        margin-top: calc(100px* -0.5);
    }
    .hex:nth-last-child(3) {
        margin-top: calc(100px* -0);
    } */
    .hex:nth-last-child(2) {
        margin-top: calc(100px* -0.5);
    }
    .hex:nth-last-child(1) {
        margin-top: calc(100px* -0);
    }
}
/* @media (min-width: 991px) {
    .hex:nth-last-child(4) {
        margin-top: calc(100px* -0.5);
    }
    .hex:nth-last-child(3) {
        margin-top: calc(100px* -0);
    }
    .hex:nth-last-child(2) {
        margin-top: calc(100px* -0.5);
    }
    .hex:nth-last-child(1) {
        margin-top: calc(100px* -0);
    }
} */
@media (max-width: 767px) {
    .hex{
        margin-top: 0 !important;
    }
}
