.sliderWrap {
    height: 100vh;
    position: relative;
}

#countries {
    display: flex;
    align-items: end;
    position: relative;
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center;
}

div#countries:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    /* background: linear-gradient(0deg, #BAB8AB 34%, transparent); */
}



.countries-content {
    padding: 0px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
}

.country-detail {
    display: none;
}

.country-detail.active {
    display: block;
}

.text-nav {
    position: absolute;
    top: 0;
    right: 26px;
    text-align: right;
}

.text-nav p {
  margin: 0;
}


.text-nav p {
    margin: 0;
    color: #ffff !important;
    font-size: 33px;
    font-weight: 700;
    background: #ef7f1b;
    padding: .5rem 2rem;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.country-pagination {
    list-style: none;
    display: flex;
    padding: 0 !important;
    justify-content: center;
    width: auto;
    gap: 10px;
    margin:0 !important;
}

.country-pagination .pagination, .country-read-more {
    cursor: pointer;

    border-radius: 10px;
}

.dark .country-pagination .pagination, .dark .text-nav p {
  color: #ffffff;
}



.light .country-pagination .pagination, .light .text-nav p {
  color: #1a1511;
}




.country-read-more {
  color:#fff !important;
  text-decoration: none !important;
}

.country-read-more {
  color:#fff !important;
  text-decoration: none !important;
}

.progress-bar {
    position: relative;
    width: 100%;
    height: 5px;
    background-color: rgb(211 211 211 / 50%);
    display: none;
}

.progress {
    height: 100%;
    background: linear-gradient(to right, var(--hiu-blue) 34%, var(--hiu-pink));
    width: 0;
}
