.intro-tagline {
    font-family: 'Gilroy-Bold',serif;
    font-size: 18px;
    color: #053c36;
    width: 52ch;
}

.bi-arrow-left {
    position: relative;
    left: 2rem;
    font-size: 2rem;
    color: #053c36;
}

.title-container {
    position: relative;
}

.e-title {
    position: relative;
    font-size: 6.5rem;
    text-align: right;
}

.tagline {
    position: absolute;
    font-size: 20px;
    color: #053c36;
    right: 1rem;
    top: 5rem;
}

.fixed-bg {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    height: 100%;
    width: 100%;
    color: white;
    justify-content: center;
    display: flex;
    padding: 15rem 0;
}


.bg-1 {
    background-image: url("/public/explore/Tent-1.png");
}

.col-md-1 {
    width: 3%;
}

.slim-bar {
    width: 1.5px;
    background-color: #053c36;
    height: 100px;
    /* Adjust height as needed */
    margin: 0 10px;
}

.e-paragraph {
    font-family: 'Gilroy-Medium', Serif;
    font-size: 16px;
    color: #053c36;
    width: 48ch;
    line-height: 1.4rem;
}

.section-logo {
    position: absolute;
    right: 0;
    top: 0;
    rotate: -180deg;
    transform: rotateX(180deg);
}

.lcard2 {
    margin-top: 8rem;
}

.rcard {
    position: relative;
    margin-top: 8rem;
}

.rcard-leaf {
    position: absolute;
    rotate: 90deg;
    right: -25rem;
    bottom: 25rem;
    width: 50rem;
    z-index: 0;
}

.r-card {
    width: 340px;
}

.subheading1 {
    font-family: 'Gilroy-Bold',serif;
    font-size: 2.5rem;
}

.subpara1 {
    font-family: "Gilroy-Medium", serif;
    font-size: 16px;
    color: #053c36;
    width: 37ch;
    line-height: 1.4rem;
}

.custom-card,
.custom-card:hover {
    border-radius: 0;
    cursor: default;
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.3);
}

.bucket-list {
    font-family: 'Gilroy-Medium',serif;
    color: #053c36;
    font-size: 17px;
    line-height: 1.4rem;
}

.bucket-list * i {
    font-size: 1rem;
    margin-bottom: 5px;
}

@media (min-width: 1200px) and (max-width: 1400px) {
    
}

/* Medium devices (tablets, 768px and up to 992px) */
@media (min-width: 768px) and (max-width: 992px) {

    .section-logo {
        width: 22%;
    }

    .rcard {
        margin-top: 6rem;
    }

    .subheading1 {
        font-size: 2.2rem;
    }

    .subpara1 {
        width: auto;
    }

    .r-card {
        width: 328px;
    }
}

/* Mobile Version*/
@media (min-width: 320px) and (max-width: 578px) {

    .bi-arrow-left {
        left: 1rem;
        top: 1rem;
    }

    .title-container {
        display: flex;
        justify-content: center;
    }

    .tagline {
        bottom: 0;
        top: auto;
        left: auto;
        right: auto;
    }

    .e-paragraph {
        width: 34ch;
        margin-top: 1rem;
        text-align: center;
    }

    .lcard2 {
        margin-top: 0;
    }

    .rcard {
        margin-top: 1rem;
    }

    .subheading1-container {
        padding: 0;
    }

    .subheading1 {
        font-size: 1.8rem;
    }

    .subpara1 {
        width: auto;
    }

    .ex {
        margin: 0 .3rem;
    }

    .ex > img {
        width: 100%;
    }

    .slick-progress {
        position: absolute;
        bottom: 10px;
        left: 0;
        width: 100%;
        height: 5px;
        background-color: #e0e0e0;
        overflow: hidden;
    }

    .slick-progress .progress-bar {
        height: 100%;
        width: 0;
        background-color: #ff5733;
    }


}