.evergo-card {
    /* margin-right: 15px; */
    background-color: white;
    padding: 25px;
    display: table-row;
    border-radius: 15px;
    margin-bottom: 0.5%;
    margin-top: 0.5%;
    font-family: inherit;
    /* min-width: 400px; */
}

.filter-sessions {
    padding: 5px 10px;
    border: 1px solid #dedede;
    border-radius: 1rem;
    margin-bottom: 1rem;
    margin-top: 2rem;
    width: 10%;
    min-width: 200px;
    font-size: 15px;
}

.evergo-range-style {
    width: 100%;
}

.evergo-range {
    line-height: 1;
    margin-top: auto;
}

.evergo-date {
    font-size: 20px;
    text-align: right;
    margin-bottom: 0;
}

.img-col {
    display: flex;
    width: 8%;
    flex-direction: column;
}

.col-1 {
    display: flex;
    width: 45%;
    flex-direction: column;
}

.col-2 {
    display: flex;
    width: 47%;
    flex-direction: column;
}

input[type='range'] {
    -webkit-appearance: none;
    width: 100%;
}

input[type='range']::-webkit-slider-runnable-track {
    width: 100%;

    cursor: pointer;
    /* border: 1px solid #29334f; */
    background: #f1f1f1;
    overflow: hidden;
    height: 0.5em;
    border-radius: 5px;
}

input[type='range']::-webkit-slider-thumb {
    height: 12px;
    width: 45px;
    cursor: pointer;
    -webkit-appearance: none;
    box-shadow: 0 0 0 #636161, -40px 0 0 #636161, -85px 0 0 #636161,
        -130px 0 0 #636161, -175px 0 0 #636161, -220px 0 0 #636161,
        -265px 0 0 #636161, -310px 0 0 #636161, -350px 0 0 #636161,
        -390px 0 0 #636161, -409px 0 0 #636161;
    background: transparent;
}

.evergo-price-btn {
    width: fit-content;
    background-color: #1baaa5;
    color: white;
    border-radius: 25px;
    padding: 12px 45px;
    margin-top: 8.7%;
    font-size: 18px;
    font-weight: 600;
    float: right;
    text-align: center;
}

.evergo-desc {
    line-height: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-top: 13px;
    font-size: 1.8rem;
    font-size: 18px;
    line-height: 1.476;
    /* height: 40%; */
}

.card-tag {
    border: 2px solid;
    width: fit-content;
    padding: 3px 5px;
    margin-right: 1%;
    border-radius: 4px;
    font-weight: 600;
    color: #1baaa5;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 48%;
}

.card-tag-secondary {
    border: 2px solid;
    width: fit-content;
    padding: 3px 5px;
    margin-right: 1%;
    border-radius: 4px;
    font-weight: 600;
    color: #003f6a;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 48%;
}

.evergo-card-title {
    margin-bottom: 0;
    font-size: 25px;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.shadow-evergo {
    -moz-box-shadow: 1px 2px 2px 0px #ccc;
    -webkit-box-shadow: 1px 2px 2px 0px #ccc;
    box-shadow: 1px 2px 2px 0px #ccc;
}

.circular {
    /* width: 180px; */
    /* min-width: 137px;
      height: 150px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      overflow: hidden;
      margin-right: 3%; */

    max-width: 50px;
    max-height: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50px;
    overflow: hidden;
    margin-right: 1%;
    display: flex;
    margin-right: 2px;
}

.card-row {
    display: inline-flex;
    width: 100%;
    margin-bottom: 3%;
    justify-content: flex-end;
}

.card-details {
    height: 100%;
    /* white-space: nowrap !important; */
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: flex;
    /* min-width: 400px; */
    /* overflow-x: scroll !important; */
}

.wrapper-custom {
    overflow: hidden;
    height: 100vh;
    display: grid;
    grid-template-rows: 2fr 1fr;

    grid-gap: 10px;
}

.gallery-custom {
    overflow-x: scroll;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    display: flex;
}

.gallery__img {
    scroll-snap-align: start;
    margin-bottom: 10px;
    min-height: 100vh;
    object-fit: cover;
}

.lil-nav {
    overflow-x: scroll;
    overflow-y: hidden;
    /* display: flex; */
    /* display: -webkit-inline-box; */
    /* grid-row-start: 2; */
    width: 100%;
    padding-bottom: 0.5%;
    display: grid;
    grid-gap: 1%;
    grid-template-columns: repeat(6, calc(33% - 40px));
    grid-template-rows: minmax(150px, 1fr);
}

.lil-nav>.evergo-card:last-child {
    margin-right: 20px;
}

.lil-nav a {
    cursor: pointer;
    color: white;
    text-decoration: none;
}

.lil-nav__img {
    object-fit: cover;

    transition: 0.3s ease all;

    border-radius: 50%;
    width: 100%;
}

@media screen and (max-width: 1200px) {
    .img-col {
        display: none;
    }
}

@media screen and (max-width: 900px) {
    .filter-sessions {
        width: 100%;
    }

    .wrapper {
        grid-template-columns: 1fr 5fr;
        grid-template-rows: auto;
    }

    .lil-nav {
        /* overflow-y: scroll;
          overflow-x: hidden;
          display: grid;
          grid-row-start: auto; */
        display: flex;
        flex-direction: column;
        width: auto !important;
    }

    .evergo-card {
        width: 98% !important;
        margin-bottom: 5%;
        padding: 25px;
        margin-right: auto;
        margin-left: auto;
        min-width: auto;
    }

    .evergo-price-btn {
        width: 98%;
        text-align: center;
        margin-top: 5.7%;
        text-align: center;
    }

    .evergo-date {
        text-align: left;
        font-size: 20px;
    }

    .card-details {
        flex-direction: column;
    }

    .card-row {
        justify-content: flex-start;
        margin-bottom: 7%;
    }

    .col-2 {
        margin-top: 7%;
    }

    .col-1,
    .col-2 {
        width: 100%;
    }

    .img-col {
        display: none;
    }

    .gallery {
        display: block;
        overflow-y: scroll;
        overflow-x: hidden;
        scroll-snap-type: y mandatory;
    }

    .lil-nav__img {
        object-fit: cover;
        filter: saturate(0);
        transition: 0.3s ease all;
        min-width: auto;
    }
}

/* @media screen and (max-width: 900px) {
  
      .wrapper {
          grid-template-columns: 1fr 5fr;
          grid-template-rows: auto;
      }
  
      .lil-nav {
          overflow-y: scroll;
          overflow-x: hidden;
          display: block;
          grid-row-start: auto;
      }
  
      .gallery {
          display: block;
          overflow-y: scroll;
          overflow-x: hidden;
          scroll-snap-type: y mandatory;
      }
  
      .lil-nav__img {
          object-fit: cover;
          filter: saturate(0);
          transition: 0.3s ease all;
          min-width: auto;
      }
  } */