        #titLe {
            border-radius: 20px;
            border-style: outset;
            background: #4980cc;
        }

        .shhimmer {
            color: #365393;
        }

        .z-3 {
            height: 50% !important;
        }

        h5 {
            color: #365393;
            font-weight: 600 !important;
        }

        .zooming {
            /* transition:transform.8s; */
            transition: transform 2s;
        }

        .zooming:hover {
            transform: scale(1.1);
            /*box-shadow: 2px 4px 6px #000000e8;*/
            border-radius: 20px;
        }

        @media(max-width: 800px) {
            #holyMass {
                width: 75% !important;
                /*-webkit-mask: linear-gradient(-60deg, #000 30%, #0005, #000 70%) right/300% 100%;*/
                /*animation:holyMass 2.5s infinite;*/
            }

        }

        /* church name font style  start*/
        @font-face {
            font-family: "Exotc350";
            src: url(../font/dflip/fonts/church-name/Exotc350BdBTBold.ttf);
            font-style: normal;
            font-weight: 100;
        }

        h1,
        .card.one button,
        h2,
        h6,
        h4 {
            font-family: "Exotc350" !important;
        }

        /* church name font style  end*/

        .bordershadow:hover {
            box-shadow: 0 0 6px rgba(35, 173, 278, 1);
        }

        p.welcom-content {
            font-family: "Kanit", sans-serif !important;
            font-weight: 400;
            font-style: normal;
            font-size: 18px;
        }

        .text-contents {
            font-family: "Kanit", sans-serif;
            font-weight: 400;
            font-style: normal;
            font-size: 16px;
            /* color: #555; */
        }

        /* Solemn Exposition of 1,500 Relics start */
        .news-section {
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 20px 20px;

        }

        .caard {
            background-color: #124076;
            border-radius: 10px;
            overflow: hidden;
            max-width: 500px;
            width: 100%;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
            transition: transform 0.2s ease;
            text-align: center;
        }

        .caard:hover {
            transform: translateY(-5px);
        }

        .caard img {
            width: 100%;
            height: auto;
            display: block;
        }

        .caard-content {
            padding: 15px 40px;
        }

        .caard h3 {
            font-size: 16px;
            margin-bottom: 10px;
            color: #fff;
        }

        .caard p {
            font-size: 14px;
            color: white;
            margin-bottom: 20px;
            line-height: 1.4;
        }

        .caard a {
            text-decoration: none;
            background: #EEEEEE;
            padding: 10px;
            border-radius: 5px;
            color: black;
            font-size: 16px;
            font-weight: bold;
        }

        .caard a:hover {
            text-decoration: underline;
            color: #124076;
        }

        /* Mobile Responsive */
        @media (max-width: 480px) {
            .caard {
                max-width: 95%;
            }

            .caard h3 {
                font-size: 16px;
            }

            .caard p {
                font-size: 13px;
            }
        }


         /* Styles for the popup */
        .popup {
            display: none;
            position: fixed;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            background-color: #fff;
            padding: 20px;
            border: 1px solid #ccc;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
            z-index: 1000;
        }

        /* Styles for the close button */
        .close {
            position: absolute;
            top: 5px;
            right: 10px;
            cursor: pointer;
        }

        .close-button {
            float: right;
            width: 1.5rem;
            line-height: 1.5rem;
            text-align: center;
            cursor: pointer;
            border-radius: 0.25rem;
            background-color: lightgray;
        }

        .close-button:hover {
            background-color: darkgray;
        }
         .body {
                    color: #1a1a1a;
                    font-family: "Poppins", sans-serif;
                    background: hsla(141, 54%, 86%, 1);

                    background: linear-gradient(to right,
                            hsla(141, 54%, 86%, 1) 0%,
                            hsla(333, 73%, 85%, 1) 50%,
                            hsla(211, 58%, 79%, 1) 100%);

                    background: -moz-linear-gradient(to right,
                            hsla(141, 54%, 86%, 1) 0%,
                            hsla(333, 73%, 85%, 1) 50%,
                            hsla(211, 58%, 79%, 1) 100%);

                    background: -webkit-linear-gradient(to right,
                            hsla(141, 54%, 86%, 1) 0%,
                            hsla(333, 73%, 85%, 1) 50%,
                            hsla(211, 58%, 79%, 1) 100%);
                }

                .magnific-img img {

                    height: 50% !important;
                }

                .flex-container {
                    display: flex;
                    column-gap: 15px;
                    max-width: 1200px;
                    width: 100%;
                    margin: 0 auto;
                    margin-top: 60px;
                }

                .space-between {
                    justify-content: space-between;
                }

                .col {
                    width: 50%;
                }

                .card.net {
                    border: 1px solid #eee;
                    border-radius: 15px;
                    padding: 20px;
                    background-color: #fff;
                    display: flex;
                    flex-direction: row;
                    column-gap: 20px;
                    box-shadow: 1px 1px 16px -6px rgba(0, 0, 0, 0.5);
                    -webkit-box-shadow: 1px 1px 16px -6px rgba(0, 0, 0, 0.5);
                    -moz-box-shadow: 1px 1px 16px -6px rgba(0, 0, 0, 0.5);
                }

                .card.net img {
                    max-width: 300px;
                    transform: translateY(-2%);
                }

                .img-placeholder {
                    position: relative;
                    max-height: 300px;
                    overflow: hidden;
                    border-radius: 15px;
                    box-shadow: 1px 1px 16px -6px rgba(0, 0, 0, 0.75);
                    -webkit-box-shadow: 1px 1px 16px -6px rgba(0, 0, 0, 0.75);
                    -moz-box-shadow: 1px 1px 16px -6px rgba(0, 0, 0, 0.75);
                }

                h3 {
                    font-weight: 400;
                }

                p {
                    font-weight: 300;
                }

                a {
                    color: #888;
                    text-decoration: none;
                }

                a:hover {
                    color: inherit;
                }

                .priest-name {
                    display: flex;
                    flex-direction: column;
                    justify-content: center;
                }

                @media(max-width:680px) {
                    .card.net img {
                        max-width: 100%;
                    }

                    .card.net {
                        display: flex !important;
                        flex-direction: column !important;
                    }
                }

                .sec:hover .card-body p {
                    color: white;
                }
                .zoomable img {
                    display: block;
                    max-width: 100%;
                }

                @media (min-width:680px) {
                    .col-lg-5 .container {
                        width: 70% !important;

                    }
                }

                .col-lg-5 .container {
                    display: flex;
                    max-width: 1000px;
                    width: 100%;
                    margin: 0 auto;
                    padding: 50px 15px;
                }

                .col-lg-5 .container>* {
                    flex: 1;
                }

                @media (max-width: 1030px) {
                    .col-lg-5 .container {
                        flex-direction: column;
                        max-width: 500px;
                        text-align: center;
                    }
                }

                .info {
                    margin-right: 50px;
                }

                @media (max-width: 1030px) {
                    .info {
                        margin-right: 0;
                        margin-bottom: 50px;
                    }
                }

                .info__body {
                    position: sticky;
                    top: 50px;
                    padding-bottom: 30px;
                    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
                }

                h1 {
                    font-size: 32px;
                    margin-bottom: 0.75em;
                }

                p {
                    margin-bottom: 5px;
                }

                .zoomable {
                    position: relative;
                    overflow: hidden;
                    /*border-radius: 30px;*/
                    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2);
                }

                .zoomable__img {
                    transform-origin: var(--zoom-pos-x, 0%) var(--zoom-pos-y, 0%);
                    transition: transform 0.15s linear;
                }

                .zoomable--zoomed .zoomable__img {
                    cursor: zoom-in;
                    transform: scale(var(--zoom, 2));
                }