.hero-treks-main {
    background-image: url(../img/DSC_0072.JPG);
    height: 100vh;
}
body,
html {
    overflow-x: hidden;
    overflow-y: auto;
}
.hero-main {
    background-image: url(../images/photo1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 85vh;
}
#top-nav {
    display: block;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.uk-navbar-transparent .uk-navbar-left #transparent-logo {
    margin-left: 25px;
}
.uk-navbar-sticky .uk-navbar-left #transparent-logo,
.uk-navbar-transparent .uk-navbar-left #sticky-logo {
    display: none;
}
#mobile-nav-button {
    position: fixed;
    top: 2rem;
    right: 2rem;
    width: 48px;
    height: 48px;
    box-shadow: 0 2rem 4rem rgba(0, 0, 0, 0.4);
    z-index: 2;
}
#we-provide {
    background-color: #ecf0f1;
}
.uk-card-custom {
    perspective: 150rem;
    -moz-perspective: 150rem;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 0.8s ease;
    overflow: hidden;
    position: relative;
}
.uk-card-custom:hover .card-front {
    transform: rotateY(-180deg);
    position: absolute;
}
.uk-card-custom:hover .card-back {
    transform: rotateY(0);
    position: relative;
}
.uk-card-custom .card-front {
    width: 100%;
    height: 100%;
    transition: all 0.8s ease;
    position: relative;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.uk-card-custom .uk-card {
    width: 100%;
    height: 100%;
}
.uk-card-custom .card-back {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    transition: all 0.8s ease;
    transform: rotateY(180deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.uk-card-custom .card-back .uk-card {
    width: 100%;
    height: 100%;
}
#packages,
#quotes {
    background-color: #2980b9;
}
.uk-panel img {
    width: 100%;
    height: 100%;
}
#trek-details p {
    text-align: justify;
}
#blogs {
    background-color: #fff;
}
#subscribe {
    background-color: #2980b9;
}
#contact-us > div {
    background-image: url(../img/DSC_0329.JPG);
}
.icon-button-2x {
    width: 72px;
    height: 72px;
}
.uk-card-hover {
    transition: all 0.5s;
}
.uk-card-hover:hover {
    transform: translateY(-5%);
}
a.text-black {
    color: #999 !important;
}
#book-button-sticky {
    position: fixed;
    top: 80vh;
    right: 1px;
}
.footer nav {
    margin-left: 400px;
    margin-bottom: 0;
}
.footer nav ul li {
    word-spacing: 0;
    display: inline-block;
    color: #fff;
}
.footer {
    width: 100%;
    background-color: #222;
    padding: 30px 0;
}

.content {
    margin-top: 5rem;
}

.page-cover {
    position: relative;
    width: 100%;
    height: 300px;
}

.page-cover::before {
    background: rgba(0, 0, 0, 0.1) !important;
}

.image-container {
    position: relative;
    width: 100%;
    height: 300px;
}

img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}

.background-color {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f0f0f0;
    /* Default background color */
    opacity: 0;
}

.image-container:not(:has(img)) .background-color {
    opacity: 1;
}

.card-heading {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 2rem;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
}

.card-heading h3,
.card-heading p,
.card-heading ul {
    color: white !important;
    margin: 0;
}

.card-heading ul {
    list-style: none;
    padding: 0;
}

.card-heading ul li {
    float: left;
    margin-right: 1rem;
    display: flex;
    align-items: center;
}

.icons svg {
    width: 15px;
    height: 15px;
    margin-right: 5px;
}

@media screen and (max-width: 992px) {
    .content {
        margin-top: 0;
    }
}

@media (min-width: 781px) {
    .large-social-icons {
        display: block;
    }
    .small-social-icons {
        display: none;
    }
}
@media only screen and (max-width: 780px) {
    .large-social-icons {
        display: none;
    }
    .small-social-icons {
        display: block;
    }
}
@media only screen and (max-width: 700px) {
    #packages .uk-overlay {
        padding: 0;
    }
    #packages h3 {
        font-size: 14px;
        margin-top: 15px;
    }
}
