.poppins-thin {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: normal;
}

.poppins-extralight {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: normal;
}

.poppins-light {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
}


.poppins-medium {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.poppins-semibold {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.poppins-bold {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.poppins-extrabold {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: normal;
}

.poppins-black {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.poppins-thin-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: italic;
}

.poppins-extralight-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: italic;
}

.poppins-light-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: italic;
}

.poppins-regular-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.poppins-medium-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: italic;
}

.poppins-semibold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: italic;
}

.poppins-bold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: italic;
}

.poppins-extrabold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: italic;
}

.poppins-black-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: italic;
}

body {
    font-family: 'arial';
    font-weight: 400;
    font-style: normal;
}

.nav-item .nav-link,
.dropdown-menu .dropdown-item {
    font-weight: 500;
    font-size: 16px;
    color: #20292f;
}

.carousel-item {
    position: relative;
}

.carousel-item img {
    width: 100%;
    object-fit: cover;
}


/* overlay */
.carousel-item::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 1;
}

.no-overlay .carousel-item::before {
    background: none !important;
}

.carousel-item::before,
.carousel-caption {
    pointer-events: none;
}

.carousel-item a {
    position: relative;
    z-index: 2;
}

.carousel-caption {
    z-index: 2;
    bottom: 35%;
}

/* Move arrows outside */
#stationsofthecross .carousel-control-prev {
    left: -60px;
    /* move left outside */
}

#stationsofthecross .carousel-control-next {
    right: -60px;
    /* move right outside */
}

/* Make arrows black */
#stationsofthecross .carousel-control-prev-icon,
#stationsofthecross .carousel-control-next-icon {
    filter: invert(1);
    /* turns white icon to black */
}

/* Optional: increase clickable area */
#stationsofthecross .carousel-control-prev,
#stationsofthecross .carousel-control-next {
    width: 60px;
}

/* MOBILE FIX */
@media (max-width: 576px) {
    #stationsofthecross .carousel-control-prev {
        left: 2px;
        /* bring inside */
    }

    #stationsofthecross .carousel-control-next {
        right: 2px;
        /* bring inside */
    }
}

.hero-text h1 {
    color: white;
    font-family: "Palatino Linotype", Palatino, serif;
}

/* MOBILE */
@media (max-width: 768px) {
    .carousel-item img {
        height: auto;
        object-fit: contain;
    }

    .carousel-caption {
        bottom: 10%;
    }

    .hero-text h1 {
        font-size: 24px;
    }
}

.hero {
    background: url('/assets/header.jpg') center center / cover no-repeat;
    min-height: 100vh;
    width: 100%;
    color: white;
}

/* Mobile fix */
@media (max-width: 768px) {
    .hero {
        min-height: 60vh;
        /* reduce height */
        background-position: center top;
        /* show top part */
    }
}

.popeimg {
    border-radius: 15px;
}

.lead {
    font-size: large;
    font-weight: 600;
}

.grays {
    color: #dd161f;

    padding: 8px;
}

.purples {
    color: #dd161f;

    padding: 8px;
}

.mint {
    color: #dd161f;

    padding: 8px;
}

.welcome-text {
    color: #ac1a65;
}

.cardlink {
    text-decoration: none;
}

.info-text {
    text-align: justify;
    line-height: 2rem;
}

.infotext-title {
    text-transform: uppercase;
}

.menu1 {
    background-color: yellow;
}

.menu2 {
    background-color: orange;

}

.menu3 {
    background-color: limegreen;
}

.menu4 {
    background-color: aqua;

}

.menu5 {
    background-color: hotpink;
}

.menu6 {
    background-color: skyblue;
    ;
}

.menu7 {
    background-color: burlywood;
}

.menu8 {
    background-color: dodgerblue;
}

.top-title {
    color: #c5141ddc;
    text-transform: uppercase;
}

.holyseelink {

    text-decoration: none;
}

.seven-cols>.col {
    flex: 0 0 auto;
    width: 14.2857%;
    /* 100 / 7 */
}

.days {

    background-color: rgb(191, 190, 190);
    padding: 15px;
    border: 1px solid ghostwhite;
}

.days a {
    text-decoration: none;
    color: #dd161f;
}

.form-wrapper {
    background: #e9e6df;
    border-radius: 10px;
}

.pill-input {
    border-radius: 50px;
    padding: 10px 20px;
    border: 1px solid #333;
    background: transparent;
}

h6 {
    font-weight: 600;
    margin-bottom: 10px;
}

.submit-btn {
    background: #1f3350;
    color: #fff;
    border-radius: 50px;
    padding: 12px 60px;
    font-size: 18px;
    border: none;
}

.submit-btn:hover {
    background: #15253c;

}

.circle-img {
    width: 420px;
    height: 420px;
    border-radius: 50%;
    overflow: hidden;
    margin: auto;
}

.circle-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.divider {
    /* width: 320px; */
    height: 3px;
    background: #c8a58c;
}

.enq {
    background: radial-gradient(circle at 100% 100%, #ffffff 0, #ffffff 3px, transparent 3px) 0% 0%/8px 8px no-repeat,
        radial-gradient(circle at 0 100%, #ffffff 0, #ffffff 3px, transparent 3px) 100% 0%/8px 8px no-repeat,
        radial-gradient(circle at 100% 0, #ffffff 0, #ffffff 3px, transparent 3px) 0% 100%/8px 8px no-repeat,
        radial-gradient(circle at 0 0, #ffffff 0, #ffffff 3px, transparent 3px) 100% 100%/8px 8px no-repeat,
        linear-gradient(#ffffff, #ffffff) 50% 50%/calc(100% - 10px) calc(100% - 16px) no-repeat,
        linear-gradient(#ffffff, #ffffff) 50% 50%/calc(100% - 16px) calc(100% - 10px) no-repeat,
        linear-gradient(112deg, #20f86d 0%, #48abe0 100%, #4948e0 100%);
    border-radius: 8px;
    padding: 9px;
    box-sizing: border-box;
}

.hero-section {
    background-color: whitesmoke;
    border: 1px solid red;

}

.hero-box {
    background-color: transparent;
    padding: 40px;
    border-radius: 4px;
}

.hero-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.2);
}

.hero-section {
    position: relative;
}

.hero-box {
    position: relative;
    z-index: 2;
}

/* Mobile adjustments */
@media (max-width: 768px) {
    .hero-section {
        min-height: 350px;
    }

    .hero-box {
        padding: 25px;
    }
}


.footerpg {
    background-color: rgb(47, 46, 46);
    color: rgb(160, 160, 159);
}

.section-box {
    min-height: 100px;
    /* reduce or increase height */
}

.box {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    padding: 30px;
}

/* Different colors */
.box1 {
    background: #1b1f82;
}

.box2 {
    background: #4a7fe2;
}

.box3 {
    background: #7bcf9b;
}
.box4 {
    background: #dad75c;
}

/* Mobile */
@media (max-width: 768px) {
    .section-box {
        min-height: auto;
    }

    .box {
        min-height: 200px;
    }
}

#p1,
#p2 {
    font-size: 1.5rem;
    line-height: 2.4rem;
}

.calendar-card {
    width: 350px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    text-align: center;
    font-family: Arial, sans-serif;
}

.calendar-top,
.calendar-bottom {
    background-color: #7be0a3;
    color: white;
    padding: 10px;
    font-size: 12px;
    letter-spacing: 1px;
}

.calendar-middle {
    padding: 25px 10px;
    border: 1px solid #7be0a3;
}

.calendar-middle h6 {
    margin: 0;
    font-size: 14px;
    color: #777;
}

.calendar-middle h1 {
    margin: 5px 0;
    font-size: 48px;
    font-weight: bold;
    color: #333;
}

.weekly-prg-row {
    border: 1px solid black;
}

.weekly-prg p {
    padding: 8px;
}

.rotate-icon {
    font-size: 20px;
    transform: rotate(90deg);
    margin-right: 8px;
    color: #c9b458;
}

.custom-nav {
    color: #000;
    padding: 6px 15px;
    border-radius: 50px;
    /* makes pill shape */
    transition: 0.3s ease;
}

.custom-nav:hover {
    background-color: #0d6efd;
    /* Bootstrap blue */
    color: #fff;
}

.latern-box {
    animation: pulse 1.5s infinite;

}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.08);
    }

    100% {
        transform: scale(1);
    }
}

.top-title2 {
    background: #8e2c8c;
    color: #fff;
    padding: 35px;
    text-align: center;
    font-weight: 700;
    letter-spacing: 1px;
}

.step-box {
    background: #fff;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border: 1px solid rgb(184, 180, 180);
}

.step-header {
    padding: 20px;
    color: #fff;
    font-weight: 600;
    text-align: center;
}

.step-header span {
    font-size: 28px;
    display: block;
    font-weight: bold;
}

.step-body {
    padding: 15px;
    height: 200px;
    text-align: center;
}

.step-img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}