*{
    font-family: "Montserrat", sans-serif;
}


.back-to-home {
    color: #b1b1b1;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 17px;
    margin-bottom: 16px;
    display: block;
}

i{
    font-size:9px;
}

.top-head{
    color: rgb(79, 111, 143);
    margin-bottom: 8px;
    text-align: left;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.063rem;
}

.under-head{
    color: rgb(0, 24, 51);
    margin-bottom: 0px;
    margin-top: 0px;
    text-align: left;
    font-weight: 800;
    line-height: 48px;
}

.card-cont{
    color: rgb(0, 24, 51);
    border-radius: 16px;
    padding: 16px;
}
.card-cont1{
    color: rgb(0, 24, 51);
    border-radius: 16px;
    background: white;
    padding: 16px;
}

.gray-background{
    background-color: rgb(231 231 231);
}

.img-circle-container{
    /*width: 100%;
    height: 100%;
    position: relative;*/
}

.raeFx{
    background-position: center center;
    background-size: cover;
    /*
    background-repeat: no-repeat;
    background-color: rgb(236, 239, 242);
    background-attachment: scroll;
    border-radius: 9999px 9999px 0px 0px;*/
    width: 100%;
    min-height: 400px;
    max-height: 400px;
}

@media (max-width: 576px) { 
    .raeFx {
        max-height: 250px;
        min-height: 230px;
        width: auto;
    }
}
.d-block li {
    display: inline-block;
    margin-right: 10px; /* Adjust as needed */
  }

  .d-block li a,
  .d-block li i {
    display: inline; /* Make both anchors and icons inline */
  }

  .d-block li i {
  color: rgb(255, 255, 255);
}


/* footer*/

.secure-payments img {
    height: 40px;
    width: fit-content;
}



.categories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-overflow-style: none;
    scrollbar-width: none;
    margin-top: 20px;
    margin-left: -8px;
    margin-right: -8px;
    transition: all .3s !important;
}

.category {
    display: block;
    margin: 8px 0px;
}

.category {
    display: inline-block;
    vertical-align: top;
}

.category-thumb-small {
    overflow: hidden;
    border-radius: 10px;
    width: 230px;
}

.img-smallCat {
    height: 250px;
    width: 100%;
    object-fit: cover;
}

.img-smallCat {
    overflow: hidden;
    border-radius: 10px;
    width: 230px;
}

.categories .category .category-foot span:first-child {
    font-size: 1.2rem;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    color: #283252;
    display: block;
    white-space: normal;
    width: 230px;
}

.categories .category .category-foot span {
    font-size: 1rem;
    font-weight: 500;
    color: #a2a5b9;
}

.categories .category .category-foot span:nth-child(2) {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: .9rem;
    color: #a2a5b9;
    display: block;
    white-space: normal;
    width: 230px;
}


.search-tags{
    color: #FF7B00;
    border: 1px solid #a19c9c;
    border-radius: 50px;
}
/* range slider*/
.range_container {
    display: flex;
    flex-direction: column;
  }
  
  .sliders_control {
    position: relative;
    min-height: 20px;
  }
  
  .form_control {
    position: relative;
    display: flex;
    justify-content: space-between;
    color: #635a5a;
  }
  
  input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    pointer-events: all;
    width: 14px;
    height: 14px;
    background-color: #FF7B00;
    border-radius: 50%;
    box-shadow: 0 0 0 1px #FFAA00;
    cursor: pointer;
  }
  
  input[type=range]::-moz-range-thumb {
    -webkit-appearance: none;
    pointer-events: all;
    width: 14px;
    height: 14px;
    background-color: #FFAA00;
    border-radius: 50%;
    cursor: pointer;  
  }
  
  input[type=range]::-webkit-slider-thumb:hover {
    background: #FFAA00;
  }
  
  input[type=range]::-webkit-slider-thumb:active {
    box-shadow: inset 0 0 3px #c6c6c6, 0 0 9px #c6c6c6;
    -webkit-box-shadow: inset 0 0 3px #c6c6c6, 0 0 9px #c6c6c6;
  }

  input[type="number"] {
    color: #635a5a;
    font-size: 13px;
    border: none;
  }
  
  input[type=number]::-webkit-inner-spin-button, 
  input[type=number]::-webkit-outer-spin-button {  
     opacity: 1;
  } 
    /* Hide the up and down arrows */
    .form_control_container__time__input::-webkit-outer-spin-button,
    .form_control_container__time__input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

    .form_control_container__time__input[type=number] {
        -moz-appearance: textfield; /* Firefox */
    }

    .container_check {
        position: relative;
        cursor: pointer;
        display: block;
        padding-left: 35px; /* Adjust the spacing between the label and the custom radio button */
        margin-bottom: 12px; /* Adjust the margin between each radio button */
    }
    
    .container_check input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }
    
    .custom-radio {
        position: absolute;
        top: 0;
        left: 0;
        height: 20px;
        width: 20px;
        border: 1px solid #d2d8dd;
        border-radius: 50%;
    }
    
    .container_check:hover .custom-radio {
        background-color: #ccc; /* Change color on hover */
    }
    
    .container_check input:checked ~ .custom-radio {
        background-color: #ff7f00;
    }
    
    /* You can style the inner dot for the radio button */
    .custom-radio:after {
        content: "";
        position: absolute;
        display: none;
    }
    
    .container_check input:checked ~ .custom-radio:after {
        display: block;
    }
    
    .container_check .custom-radio:after {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 12px; /* Adjust the size of the inner dot */
        height: 12px; /* Adjust the size of the inner dot */
        background-color: #fff; /* Color of the inner dot */
        border-radius: 50%; /* Make it round */
    }
    
    .voir-plus svg{
        height: 20px;
        width: 20px;
    }
    
  
  input[type="range"] {
    -webkit-appearance: none; 
    appearance: none;
    height: 2px;
    width: 100%;
    position: absolute;
    background-color: #C6C6C6;
    pointer-events: none;
  }
  
  #fromSlider {
    height: 0;
    z-index: 1;
  }


  .nbr-tag{
    color: #a2a5b9;
  }


  /* card trips*/

  .vertical-activity-card__content-wrapper {
    height: 100%;
    width: 100%;
    display: flex;
    border-radius: 4px;
    padding-bottom: 12px;
    position: relative;
}

@media (min-width: 576px) {
    .vertical-activity-card__container {
        display: flex;
        flex-basis: 100%;
        flex-direction: column;
        padding: 0 0 8px;
        justify-content: space-between;
    }
}

.vertical-activity-card__container {
    height: 100%;
    width: inherit;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.vertical-activity-card__top {
    position: relative;
}

@media (min-width: 576px) {
    .vertical-activity-card__photo {
        border-radius: 0;
    }
}

.vertical-activity-card__photo {
    background-color:#ebeef1;
    border-radius: 4px 4px 0 0;
    height: 35vh;
    max-height: 260px;
    overflow: hidden;
    mask-image: radial-gradient(#fff, #fff);
}

 .vertical-activity-card img {
    transform: scale(1);
    transition: all .5s;
}

.vertical-activity-card__photo img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

@media (min-width: 576px) {
    .vertical-activity-card__header {
        padding: 8px 12px 0;
    }
}

.vertical-activity-card__header {
    margin-bottom: 8px;
    padding: 9px 10px 0;
    position: relative;
    background: #ffffff;
    border-radius: 0px 0px 6px 6px;

}

    .vertical-activity-card__activity-type-wrapper {
        display: flex;
        align-items: center;
    }

    @media (min-width: 1024px) {
        .vertical-activity-card__title {
            max-height: 80px;
            overflow: hidden;
        }
    }
    




    .stars svg{
        color: #ffd938;
        fill: #ffd938;
        height: 15px;
        margin: 0px -5px;
    }

    .heart-icon{
        position: absolute;
        right: 10px;
        top: 10px;
        color: #7d7d7dfc;
        z-index: 7;
    }

    .heart-icon:hover{
        color:#ff7f00;
    }
    .heart-icon:hover svg{
        fill:#ff7f00;
    }

    .row a:hover{
        color: inherit;
    }

    /* Split Line*/

.show-more {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 16px;
    gap: 8px;
}
.line {
    background-color: #ff7f005c;
    border-radius: 8px;
    height: 4px;
    width: 100%;
}
.show-more button {
    min-width: max-content;
}
.btn-splitline {
    color: #ff7f00;
    background: transparent;
    border-color: #ff7f00;
    border-style: solid;
    border-radius: 5rem;
    border-width: 2px;
    transition: border-color .2s ease-out;
    outline: 0;
}
.c-button--medium {
    font-size: 1rem;
    line-height: 1.375rem;
    font-weight: 500;
    padding: 9px 24px;
}

.c-button {
    cursor: pointer;
    font-family: inherit;
    text-decoration: none;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.btn-splitline:hover, .btn-splitline:active {
    color: black;
    background: transparent;
    border-color: black;
}

.vertical-activity-card__top-wrapper:hover img{
    transform: scale(1.2);
    transition: all .8s;

}

.bg-hero-sc {
    background: rgb(255, 123, 0);
    background: linear-gradient(90deg, rgba(255, 123, 0, 1) 0%, rgba(255, 170, 0, 1) 20%, rgba(255, 169, 0, 1) 86%, rgba(255, 123, 0, 1) 100%);
    border-radius: 0px 0px 69px 69px;
}

@media (max-width: 767px) {
    .bg-hero-sc {
        border-radius: 0px 0px 45px 45px ;
    }}

/*accordion side*/
.accordion-content {
    display: none;
    padding-left: 20px;
}

.accordion-item {
    display: block;
    padding: 10px;
    background-color: #f1f1f1;
    border-bottom: 1px solid #ccc;
    text-decoration: none;
    color: #333;
}

.accordion-item:hover {
    background-color: #ddd;
}

.accordion-item.active {
    background-color: #ccc;
}

.accordion-content a {
    display: block;
    padding: 5px 0;
    color: #666;
    text-decoration: none;
}

.accordion-content a:hover {
    color: #000;
}

.filter-cat{
    list-style: none;
}

.filter-cat li { 
    padding: 0.4rem 0rem;
}


.paggination .btn-round-acive {
    height: 40px;
    width: 40px;
    background: #ff7f00;
    color: white;
}
.paggination .btn-round {
    height: 40px;
    width: 40px;
    color: #ff7f00;
    border: 1px solid;
}

/* tags button*/
.filterChip__ffnz {
    display: inline-flex;
    white-space: nowrap;
    height: 2.5rem;
    flex-flow: row nowrap;
    gap: .5rem;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    border-radius: 2.8125rem;
    cursor: pointer;
    background-color: #ffffff;
    border: 1px solid #f5f5f5;
    padding: .6875rem .9375rem;
    color: #333333;
    min-width: 90px;
}

.filterChip__ffnz .active{
    background-color: #ff7f00;
    color: #ffffff;
}

.tags-search{
    overflow-x: scroll;
    scrollbar-width: none;
}

.filterChip__ffnz:hover{
    border: 1px solid !important;
}

.btn1:hover {
    background-color: rgb(255 255 255);
    color: #ff7f00 !important;
    border: 1px solid #ff7f00;
}


.filters-btn{
    position: sticky;
    bottom: 0px;
    background: white;
    border: 1px solid #d8d8d8;
    box-shadow: 18px -8px 61px -34px rgb(0 0 0 / 53%);
    -webkit-box-shadow: 18px -8px 61px -34px rgb(0 0 0 / 53%);
    -moz-box-shadow: 18px -8px 61px -34px rgb(0 0 0 / 53%);

}

.scroll-btn svg{
    height: 33px;
    width: 33px;
    color: #ff7f00;
}

.label-date{
    display: block;
    font-size: 1rem !important;
    font-weight: 600 !important;
}

.input-date{
    background: inherit;
    border: none;
    font-size: 1rem;
    color: #000000;
    outline: none !important;
}

.filterChip__ffnz svg{
    height: 15px;
    width: 15px;
}


.side-menu{
    /*transform: translateY(-105%);*/
    transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}

.recherche svg {
    position: absolute;
    top: 19px;
    right: 9px;
    color: #b8b8b8;
}

.vertical-activity-card__content-wrapper:hover a{
    text-decoration: none;
}

.location{
    position: absolute;
    bottom: 0px;
    right: 0;
    border-radius: 20px 0px 0px 20px;
}