@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

* {
    font-family: "Inter", sans-serif;
    font-weight: normal;
    font-size: 14px;
    color: #000000;
}

a {
    text-decoration: none;
    list-style: none;
}

a:hover, a:focus {
    text-decoration: none;
}

ul {
    list-style: none;
    padding: 0;
}

section {
    padding: 3rem 0;
}

.bg-section {
    background: #F7F6F4;
}

.gap-50 {
    gap: 50px;
}


.card {
    border-radius: 10px;
    margin: 2px;
    border: 1px solid #eee;
    position: relative;
    padding: 7px;
    background: #fff;

}
.circuits .card  , .omra .card{
    border-radius: 10px;
    margin: 2px;
    border: 1px solid #eee;
    position: relative;
    padding: 7px;
    background: #9dc330;
}
.circuits .card-body .ville , .circuits .card-body p.card-text , .omra  .card-body .ville , .omra  .card-body p.card-text {
    color: #fff;
}

.card:hover {
    box-shadow: 4px 7px 44px rgba(135, 170, 194, 0.2);
    border: 1px solid #9dc330;
}

.card .card-title {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}

.card .card-text,
.card .place {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.card .pull-left p,
.card .pull-left p sup {
    color: #fff;
    font-size: 11px;
    font-weight: 400;
}

.card .pull-left .price,
.card .pull-left .price sup {
    font-weight: 800;
    color: #fff;
    font-size: 21px;
}

img.card-img {
    height: 300px;
    object-fit: cover;

    border-radius: 10px;
}


.bi-star-fill {
    color: #f2cf05;
    font-size: 12px;
}

.mb-5 {
    margin-bottom: 50px;
}

@media (max-width: 991px) {
    .mb-5 {
        margin-bottom: 20px;
    }
}


.btn-card {
    color: #fff;
    background: #000;
    padding: 6px 12px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 5px;
    box-shadow: inset 0 0 0 #fff;
    -webkit-transition: 0.7s;
    transition: 0.7s;
}

.btn-card:hover {
    text-decoration: none;
    background: #fff;
    color: #000;
    box-shadow: inset 0 70px 0 0 #fff;
    -webkit-transition: 0.7s;
    -ms-transition: 0.7s;
    transition: 0.7s
}

.btn-list {
    color: #fff;
    background: #000000;
    font-size: 18px;
    font-weight: 400;
    border-radius: 12px;
    padding: 10px 12px;
    box-shadow: inset 0 0 0 #fff;
    -webkit-transition: 0.7s;
    transition: 0.7s;
}

.btn-list:hover {
    color: #000000;
    background: #fff;
    box-shadow: inset 0 70px 0 0 #fff;
    -webkit-transition: 0.7s;
    -ms-transition: 0.7s;
    transition: 0.7s
}

.btn-list i {
    color: #fff;
    font-size: 15px;
}

.btn-list i:hover {
    color: #000;
    font-size: 15px;
}

.top_info {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .46) 28%, rgba(0, 0, 0, 0));
    border-radius: 10px;
    top: 0;
    right: 0;
    left: 0;
    position: absolute;
}

.bottom_info {
    position: absolute;
    top: auto;
    left: 0;
    bottom: 0;
    right: 0;
    /* background-image: linear-gradient(360deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3) 100%);*/
    /*background-image: linear-gradient(360deg, rgba(0, 0, 0, .8) 28%, rgba(0, 0, 0, 0));*/
    border-radius: 10px
}

.card-box-info {
    position: absolute;
    left: 7px;
    bottom: 7px;
    right: 7px;
    top: 7px;
    border-radius: 10px;
    padding: 10px;

    transition: all 0.3s ease;
    z-index: 1;
}


.card-box-info::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.09) 0.50%, rgba(8, 37, 77, 0) 100%);
}

.section-title {
    color: #000000;
    font-size: 35px;
    font-weight: 700;
    position: relative;
}


.section-description {
    color: #6F7789;
    font-size: 18px;
    font-weight: 400;
}

@media (max-width: 767px) {
    .section-title {
        font-size: 30px;

    }

    .section-description {
        font-size: 20px;
    }

    .circule {
        top: 4px;
    }
}

.line {
    position: relative;

}

.circule {
    text-align: center;
    width: 10px;
    height: 10px;
    background: #9dc330;
    border-radius: 50%;
    position: absolute;
    left: auto;
}

.line::after {
    content: "";
    display: inline-block;
    height: 13px;
    vertical-align: bottom;
    width: 117px;
    margin-left: 18px;
    border-top: 2px solid #9dc330;
}

.line::before {
    content: "";
    display: inline-block;
    height: 13px;
    vertical-align: bottom;
    width: 117px;
    margin-right: 8px;
    border-top: 2px solid #9dc330;
}


/* header  */

header {
    position: absolute;
    top: 0;
    float: left;
    width: 100%;
    z-index: 99;
}


header .topheader {
    padding: 10px 0 0 0;
}

header .topheader ul li i {
    font-size: 20px;
    font-weight: 400;
    color: #9dc330;
    margin-right: 10px;
}

header .topheader ul li a {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
}

header .topheader ul li i:hover,
header .topheader ul li a:hover , .login-panda:hover {
    color: #9dc330;
    text-decoration: none;
}
header .topheader .drop-panda , .drop-panda span {
    color: white !important;
    font-size: 15px;

}


header .topheader  .dropitem-login {
    font-size: 14px;
}
header .topheader  .dropitem-login:hover,
header .topheader  .dropitem-login:active  {
    color: #9dc330 !important;
    background-color:  #e9ecef;
}
header .topheader .connecte , .login-panda  {

    padding-left: 15px;
    color: #fff !important;
}

header .navbar-nav .nav-link  {
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    padding: 10px 15px;
}

header .navbar-nav .nav-link:hover {
    color: #9dc330;
}

header .logo {
    width: 100%;
    height: auto;
    bottom: 30px;
}

@media (max-width: 991.9px) {


    .header {
        position: relative;
        left: 0;
        right: 0;
        height: 74px;
        line-height: 66px;
        color: #fff;
        background-color: #000;
    }


    .header__logo img {
        width: 100px;
    }

    /* MENU */
    .menu {
        float: left;
    }

    .menu a {
        padding: 0 10px;
    }

    .menu a:hover {
        color: #fff;
    }

    /* RESPONSIVE */
    .site-pusher,
    .site-container {
        height: 100%;
    }


    .site-pusher {
        transition-duration: 0.3s;
        transform: translateX(0px);
    }

    .site-content {
        position: absolute;
        top: 66px;
        right: 0;
        left: 0;
        bottom: 0;
        padding-top: 0;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
    }


    .header__icon {
        position: relative;
        display: block;
        float: left;
        width: 50px;
        height: 66px;
        cursor: pointer;
    }

    .header__icon:after {
        content: '';
        position: absolute;
        display: block;
        width: 24px;
        height: 0;
        top: 16px;
        left: 15px;
        box-shadow: 0 10px 0 1px #fff, 0 16px 0 1px #fff, 0 22px 0 1px #fff;
    }

    .menu {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        background-color: #000;
        /*    overflow-y: scroll;
            -webkit-overflow-scrolling: touch;*/
        width: 250px;
        transform: translateX(-250px);
        height: 100vh
    }

    .menu a {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        text-align: center;

        color: #fff;
        font-weight: 600;
        font-size: 18px;
        padding: 10px 15px;
    }

    .with--sidebar .site-pusher {
        transform: translateX(250px);
    }

    .with--sidebar .site-cache {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.6);
    }




}

/* ======= Slider ======= */
.slider-fade .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 0px;
    line-height: 1.5;
    display: block;
    outline: none;
}

@media (max-width: 991px) {
    .slider-fade .owl-theme .owl-nav.disabled + .owl-dots {
        display: none;
    }


}

.slider-fade .owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 0 3px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid #ADADAD;
}


/* owl-dots for slider */
.slider-fade .owl-dots {
    position: absolute;
    text-align: center;
    top: 50%;
    right: 5%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 5px;
    text-align: right
}

.slider-fade .owl-dots:after {
    position: absolute;
    top: -70px;
    left: 50%;
    right: 0;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    width: 2.5px;
    height: 60px;
    content: '';
    background: #fff
}

.slider-fade .owl-dots:before {
    position: absolute;
    bottom: -70px;
    left: 50%;
    right: 0;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    width: 2.5px;
    height: 60px;
    content: '';
    background: #fff
}

.slider-fade .owl-dots .owl-dot {
    text-align: center
}

.slider-fade .owl-dots {
    counter-reset: dots
}

.slider-fade .owl-dots .owl-dot {
    position: relative;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    display: block;
    color: #fff;
    font-size: 16px;
}

.slider-fade .owl-dots .owl-dot span {
    background: transparent;
    display: none
}

.slider-fade .owl-dots .owl-dot.active {
    color: #9dc330
}

.slider-fade .owl-dot:before {
    counter-increment: dots;
    content: counter(dots)
}

/* .banner .slider-fade .item {
   position: relative;
   border-radius: 0;
} */
.slider-fade .owl-carousel.owl-loaded {

    display: flex;
}

/* section banner  */

.banner .btn-filter {
    background: #9dc330;
    color: #fff;
    padding: 18px 16px;
    font-size: 20px;
    font-weight: 500;
    border: 1px solid transparent;
    box-shadow: inset 0 0 0 #fff;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    border-radius: 0 10px 10px 0;
}

.banner .btn-filter:hover {
    border: 1px solid #9dc330;
    text-decoration: none;
    background: #fff;
    color: #9dc330;
    box-shadow: inset 0 70px 0 0 #fff;
    -webkit-transition: 0.7s;
    -ms-transition: 0.7s;
    transition: 0.7s
}

@media (max-width: 991px) {
    .banner .btn-filter {

        border-radius: 10px;
    }
}

.banner .search_resatunisie {
    padding-bottom: 40px;
}

.banner .search_resatunisie .bg-search {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    position: relative;
    margin-top: -145px;
    padding: 20px 33px;
    z-index: 1;
}

.form-control[readonly] {
    background-color: #fff;
    opacity: 1;
}

.banner .search_resatunisie .bg-filter {
    background: #fff;
    border-radius: 10px;
    padding: 0 0 0 10px;

}

@media (max-width: 991px) {
    .banner .search_resatunisie .bg-search {
        position: relative;
        margin-top: -55px;
        padding: 15px;
        border-radius: 10px;
    }

    .banner .search_resatunisie .bg-filter {
        background: unset;
        padding: 0;
    }

}

.banner .search_resatunisie .border-right {
    border-right: 1px solid #dee2e6;
}

.banner .search_resatunisie .form-control {
    height: 65px;
    padding: 15px 0 0 25px;
    font-size: 14px;
    font-weight: 400;
    color: #3C3C3C;
    box-shadow: none;
}

.slider-fade .owl-item {
    min-height: auto;
    position: relative;
}

.banner .search_resatunisie label {
    position: absolute;
    top: 10px;
    left: 40px;
    font-size: 14px;
    color: #808080;
    font-weight: 600;
}


@media (max-width: 991px) {
    .banner .search_resatunisie .form-control {
        padding: 15px 0 0 40px;
    }
}

.banner .slider-fade .bg-img {
    height: auto;

}


.banner .slider-fade .bg-img::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(180deg,
    rgba(0, 0, 0, 0.80) 0.50%, rgba(8, 37, 77, 0) 100%);
}

.banner .search_resatunisie .bg-search .input-icon::before {
    color: #a8a8a8;
    content: "";
    text-align: center;
    position: absolute;
    left: 5px;
    top: 15px;
    height: 40px;
    width: 40px;
    background-repeat: no-repeat;
    filter: brightness(0) saturate(100%) invert(74%) sepia(42%) saturate(688%) hue-rotate(36deg) brightness(96%) contrast(88%);
}


.banner .search_resatunisie .bg-search .input-destionation::before {


    background-image: url(../images/icon-map.svg);
}

.banner .search_resatunisie .bg-search .input-date1::before {


    background-image: url(../images/icondepart.svg);
}

.banner .search_resatunisie .bg-search .input-date2::before {


    background-image: url(../images/icon-arve.svg);
}

.banner .search_resatunisie .bg-search .input-users::before {


    background-image: url(../images/User_fill.svg);
}

.modal-backdrop {
    width: 100%;
    height: 100%;
}
@media (max-width: 991px) {


    .banner .search_resatunisie .bg-search .input-icon::before {
        left: 22px;
    }

    .banner .search_resatunisie label {
        left: 55px;
    }

}

section .owl-theme .owl-dots {
    margin-top: 20px !important;
}

section .owl-theme .owl-dots .owl-dot {
    width: 25px;
    height: 25px;
    border-radius: 7px;
    border: 1px solid #D6D6D6;
    margin: 0 5px;
}

section .owl-theme .owl-dots .owl-dot span {
    margin: 6px;
}

section .owl-theme .owl-dots .owl-dot.active {
    border: 1px solid #9dc330;
}

section .owl-theme .owl-dots .owl-dot.active span {
    background: #9dc330;
}

/* section hotel recommande  */
.hotels-recommande .owl-carousel .owl-dots.disabled {
    display: block;
}

.hotels-recommande .nav-tabs {
    border: none;
    gap: 20px;
    white-space: nowrap;

}

.hotels-recommande .nav-tabs .nav-link.active {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    background-color: #000;
    border-radius: 5px;
    padding: 10px 20px;
    border-color: #000;
    border: 1px solid #000;

}


.hotels-recommande .nav-tabs .nav-link {
    font-size: 18px;
    font-weight: 400;
    background-color: #9dc330;
    border: 1px solid #9dc330;
    color: white;
    border-radius: 5px;
    padding: 10px 20px;
    height: auto;


}

.hotels-recommande .nav-tabs .nav-link:hover {
    color: #000000;
    background: #fff;
    border: 1px solid #000;

}

.btn-add , .btn-add:hover {
    color: black;
    background-color: white;
    border: 1px solid #000;
}

@media (max-width: 991px) {
    .hotels-recommande .nav-tabs {
        border: none;
        overflow: auto;
        gap: 10px;
        flex-wrap: nowrap;
        padding: 2px;


    }

}

/* section circuits  */
.circuits .owl-dots {
    position: absolute;
    top: 48%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0;

}


@media (max-width: 767px) {
    .circuits .main-section {
        text-align: center;
    }


    .circuits .owl-dots {
        position: relative;
        top: auto;
        right: auto;
        -webkit-transform: none;
        -ms-transform: translateY(-50%);
        transform: none;
        width: auto;
    }
}

/* section omra  */
.circuits img,
.omra img {
    height: 220px;
    object-fit: cover;
}

.card-info-bottom {
    position: absolute;
    bottom: 0;
    left: 14px;
    right: 14px;
    padding: 10px;
   /* background-image: linear-gradient(360deg, rgba(0, 0, 0, .8) 28%, rgba(0, 0, 0, 0));
    transition: all 0.3s ease;*/
    border-radius: 10px;
    z-index: 1;
}
.card-info-bottom::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.09) 0.50%, rgba(8, 37, 77, 0) 100%);

}

.omra img.box-card-img,
.circuits img.box-card-img {
    border-radius: 10px;
    position: relative;
    object-fit: cover;
}

.card-body .card-title {
    font-size: 20px;
    font-weight: 600;
    color: #000;
}

.card-body p.card-text {
    color: #000;
    font-size: 16px;
    font-weight: 500;
}

.card-body .ville {
    color: #6F7789;
    font-size: 14px;
    font-weight: 500;
}

/* section choisir  */


.choisir .box img {
    margin-bottom: 10px;
}

.choisir .box p {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
}


/* section footer  */


footer.bg-footer {
   background-color: #7ea804;
    padding: 40px 0 0 0;

}
footer .title-footer-nwesletter {
    font-size: 20px;
    line-height: 50px;
    font-weight: 700;
    color: #fff;
}

footer .title-footer {
    font-size: 20px;
    line-height: 50px;
    font-weight: 700;
    color: #fff;
    position: relative;
    display: inline-block;
}
footer .title-footer::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 8px;
    left: 0;
    background-color: white;
    transform: scaleX(1);
    transform-origin: bottom left;
    transition: transform 0.3s ease-out;
}
footer .title-footer:hover::after{
    transform: scaleX(0);
    transform-origin: bottom right;
}


footer ul li a,
footer p , .reseau-sociaux {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}

footer ul li.list-inline-item {
    padding-right: 10px;
}

footer .copyright ul li a i:hover,
footer ul li a:hover {
    color: #fff;
    text-decoration: none;
}

footer .form-input-group {
    position: relative;
    height: 50px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 5px;
}

footer .invite-btn {
    position: absolute;
    right: 8px;
    top: 6px;
    bottom: 6px;
    border-radius: 5px;
    background-color: #9dc330;
    color: #fff;
    text-align: center;
    width: 100px;
    font-weight: 400;
    box-shadow: inset 0 0 0 #fff;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    cursor: pointer;
    font-size: 14px;
    border: 1px solid transparent;
}

footer .invite-btn:hover {
    color: #9dc330;
    background: #fff;
    border: 1px solid #9dc330;
    box-shadow: inset 0 70px 0 0 #fff;
    -webkit-transition: 0.7s;
    -ms-transition: 0.7s;
    transition: 0.7s
}

footer .form-input-group input {
    height: 100%;
    width: 100%;
    border: none;
    background-color: transparent;
    padding: 0 0 0 33px;
    font-size: 12px;
    font-weight: 600;
    color: rgb(69 90 100);
    outline: 0;
}

footer img.icon-envollope {
    position: absolute;
    top: 50%;
    left: 1%;
    transform: translateY(-50%);
    font-size: 20px;
}

footer .border-hr {
    margin-top: 16px;
    margin-bottom: 16px;
    border-top: 1px solid #fff;
}

footer .text-end {
    text-align: end;
}

footer .copyright {
    background: #000000;
}

footer .copyright ul li a i {
    color: #fff;
    font-size: 25px;
    margin-right: 10px;
}

footer .copyright .octasoft {
    color: #9dc330;
    font-size: 15px;
    font-weight: 600;
}

.logo-footer {
    width: 150px;
    height: auto;
}


@media (max-width: 767px) {
    footer ul.menu-footer > li.list-inline-item {
        padding: 10px;
        display: flex;

    }

    footer .copyright .liste-resaux {
        text-align: center;
    }
}

/**modal**/
.modal-content {
    border-top: 5px solid #9dc330;
}

.btn-orange {
    background-color: #9dc330;
    color: #fff
}

#vjs-advanced-search label {
    color: #9dc330;
    font-weight: 600
}

#vjs-advanced-search select {
    padding: 6px 12px;


    font-size: 14px;
    font-weight: 400;

    white-space: nowrap;
    vertical-align: middle;


    cursor: pointer;


    border-radius: 4px;
    width: 100%;
    height: 40px;
    background: #fff;
    border: 1px solid #888;
}

.bi.bi-trash {
    color: red
}

.mb-3, .my-3 {
    margin-bottom: 1rem !important;
}

ul {
    margin-bottom: 0
}



/* Loader Styles */

#loader{
    position: fixed;
    text-align: center;

    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 55555555;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.loader {


    width: 200px;
    height:auto;

}

.hide-loader{
    display:none !important;
}


.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay

{
    background: #9dc330 !important;
  border-radius: 10px;
    border-color: #9dc330 !important;
}


.why-us-panda img {
    filter: brightness(0) saturate(100%) invert(74%) sepia(42%) saturate(688%) hue-rotate(36deg) brightness(96%) contrast(88%);
}
@media (max-width: 991.9px) {





  .border-nwesletter{
      border-left: none !important;
  }




    .nav-slider {
        position: fixed;
        top: 0;
        right: -250px;
        width: 250px;
        height: auto;
        background-color: #000;
        transition-duration: 0.3s;
        transform: translateX(0);
        z-index: 1000;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        padding: 20px;
    }

    .nav-slider.active {
        transform: translateX(-250px);
        top: auto;
    }

    .nav-slider-menu {
        list-style: none;
        padding: 0;
        margin: 0;
        line-height: 3;
    }

    .nav-item , .nav-item:hover {
        display: flex;
        flex-direction: column;
        text-align: center;
        color: #fff;
        font-size: 14px;

    }



    .nav-header {
        font-weight: bold;

        color: #9dc330;
        text-align: center;
        font-size: 18px;
    }







    .with--auth-sidebar .site-pusher {
        transform: translateX(0);
    }

    .with--auth-sidebar .site-cache {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.6);
        z-index: 999;
    }


}




@media (max-width: 1024px){
    .btn-card {
        font-size: 13px;

    }
}
 header .drop-login-panda , header .drop-solde{
    background-color: #000;


}

header .drop-login-panda .dropdown-header {
    color: #9dc330;
    font-size: 18px;
}

header .drop-login-panda li a:hover , header .drop-login-panda li a:active ,
header .drop-solde .dropdown-item:hover ,
header .drop-solde .dropdown-item:active {
    color: #fff !important;
    background-color: black;

}


