.headerSection {
    min-height: 550px
}

#hero img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.hero_slider_content {
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 1;
    background: linear-gradient(to top, #00000023, #00000000);
}

.headingtext {
    text-shadow: 0 0 14px #00000073;
}

.tourCard {
    box-shadow: 0 2px 10px 1px #00000025 !important;
    border-radius: 12px;
}

.fav_btn.added svg {
    fill: red;
}

.fav_btn.added svg path {
    stroke: red;
}

.top_tour_cards {
    background: white;
    border: 1px solid #e9e9e9;
    box-shadow: 0 0 8px 0 #00000010;
}

/* custom trip  */
#customTrip {
    background: linear-gradient(to top, #00000070, #00000046), url('../images/custom_trip_bg.jpg') bottom fixed;
    border-radius: 12px
}

/* blogs  */
.blogCard {
    height: 400px;
    display: block;
    background: #fcfcfc;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 10px 2px #00000010
}


.blogCard img {
    transition: 0.3s all ease-in-out
}

.blogCard:hover.blogCard img {
    scale: 1.04
}


.blogContent {
    height: 100%;
    width: auto;
    background: linear-gradient(to top, #0000007c, transparent)
}

.blogCardLink .blogContent {
    background: transparent !important;
    z-index: 1;
}

.blogCardLink {
    background: var(--darkPrimaryGreen);
    color: var(--light);
}

.blogCover {
    height: 180px;
    width: 180px;
    background: var(--secondaryYellow);
    border-radius: 50%;
    position: absolute;
    top: -80px;
    left: -80px;
    transition: 0.5s
}

.blogCardLink:hover .blogCover {
    scale: 10
}
