@import "./root.css";

section {
    padding: 3rem 0;
}

a {
    text-decoration: none;
}

ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

i {
    font-size: 17px;
}

.hr, hr {
    border: 1px solid var(--border-color1);
    opacity: 1;
}

.border-bottom {
    border-bottom: 1px solid var(--border-color1) !important;
}

.border-top {
    border-top: 1px solid var(--border-color1) !important;
}

.border-separation {
    border: 1px dashed var(--border-color1);
    opacity: 1;
    margin: 10px 0;
}

.border-dashed {
    border: 1px dashed var(--black-color);
    opacity: 1;
    margin: 10px 0;
}

.line {
    border: 1px dashed var(--border-color1) !important;
    opacity: 1;
    height: 65px;
}

.back-to-top {
    display: none;
    position: fixed;
    right: 15px;
    bottom: 40px;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    z-index: 10;
    background-color: var(--primary-color1);
    text-align: center;
    padding: 10px;
    transition: all .3s ease-in-out;
    color: var(--black-color);
}

.bg {
    background-color: var(--bg-color1);
}

.form-control:focus {
    box-shadow: none;
}

.btn {
    position: relative;
    transition: all 0.3s ease;
    overflow: hidden;
    z-index: 0;
}

.btn:focus-visible, .btn:focus {

    box-shadow: none;
}

.btn::before {
    position: absolute;
    left: 0;
    top: 0%;
    height: 105%;
    width: 1050%;
    content: "";
    background-color: #ffffff;
    transform: scale(1, 0);
    transform-origin: bottom left;
    transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    z-index: -1;
}

.btn:hover:before {
    transform-origin: top right;
    transform: scale(1, 1);
}

.swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background: var(--white-color);
    border-radius: 0;
    clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
    opacity: 1;
    margin: 2px !important;
}

.swiper-pagination-bullet:first-child {
    -webkit-clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
}

.swiper-pagination-bullet:last-child {
    -webkit-clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.section-pagination-area .swiper-pagination-bullets {
    text-align: center;

}

.section-pagination-area .swiper-pagination-bullet {
    background: var(--bg-swiper-1);
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--bg-color2);
}

.dropdown-item.active, .dropdown-item:active {
    color: var(--black-color);
    background-color: var(--bg-color1);
}

/* section header  */
header .header-topbar {
    background-color: var(--bg-color2);
    padding: 7px 0;

}

header .header-topbar .dropdown-menu.devise-icon {
    min-width: fit-content !important;
}

header .header-topbar ul li:last-child {
    margin-right: 0;
}

header .header-topbar ul li::before {
    position: absolute;
    content: "";
    right: -5px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 20px;
    background: var(--white-color);
}

header .header-topbar ul li:last-child::before {
    display: none;
}
header .header-topbar ul li.dropdown-header{
    color: var(--title-color);
    font-weight: 600;
    font-size: 14px;
}
header .header-topbar ul li a.dropdown-item{
    font-size: 14px;
    font-weight: 500;
    color: var(--black-color);
}
header .header-topbar .nav-link {
    color: var(--white-color);
    font-size: 13px;
    font-weight: 500;
    padding: 0 2px;

}

header .sticky-bar.stick {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    transition: all 0.3s ease 0s;
    animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.05);
    background: var(--white-color);
}

header .logo-header {
    width: 75%;
    height: auto;
}
header .nav-menu .navbar-nav .btn-promo, header .nav-menu .navbar-nav a.nav-link {
    color: var(--black-color);
    font-weight: 500;
    font-size: 14px;
    position: relative;
    white-space: nowrap;
}

header .nav-menu .navbar-nav a.nav-link::before {
    content: "";
    position: absolute;
    bottom: -6px;
    top: auto;
    left: auto;
    right: 0;
    width: 0;
    height: 3px;
    z-index: 1;
    transition: width .4s cubic-bezier(.25, .8, .25, 1) 0s;

}


header .nav-menu .navbar-nav a.nav-link.active::before {
    width: 100%;
    background-color: var(--title-color);
}

header .nav-overlay {
    display: none;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 17;
}

header .nav-side-mobile {
    width: 300px;
    height: 100%;
    position: fixed;
    left: -300px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: #fff;
    overflow-y: auto;
    z-index: 20;
    padding: 10px 0;
    top: 0;

}

header .nav-side-mobile .top-menu-title {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px dashed var(--border-color1);
    padding: 10px;

}

header .nav-side-mobile .top-menu-title .icon-close {
    position: relative;
    border: 0;
    font-size: 30px;
    line-height: 1;
    color: #999;
    background-color: #fff;
}

header .nav-side-mobile .menu-inner {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

header .nav-side-mobile .menu-inner ul li {
    position: relative;
    line-height: 28px;
}

header .nav-side-mobile .menu-inner ul li a {
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: var(--black-color);
    border-bottom: 1px dashed var(--border-color1);
    padding: 10px 15px;
}

header .nav-side-mobile .menu-inner ul li a.active, header .nav-menu .navbar-nav a.nav-link.active,
header .nav-side-mobile .menu-inner ul li a:hover {
    color: var(--title-color);
}
header .menu-open {
    left: 0;
}

header .navbar-collapse {
    display: none;
}

@media (max-width: 991.98px) {
    header .sticky-bar.stick{
        position: relative;
    }
    button.navbar-toggler.shadow-none{
        border: none;
        display: block;
        padding: 8px;
    }
    i.fa-solid.fa-bars-staggered{
        font-size: 25px;
        color: var(--title-color);
    }

}
/* section banner  */

.banner-kayan .teams-pagination {
    flex-direction: column;
    direction: rtl;
    display: flex;
    position: absolute;
    bottom: auto !important;
    top: 50% !important;
    transform: translateY(-50%);
    right: 20px;
    left: auto;
    text-align: center;
    z-index: 1;
}

.banner-kayan .search-kayan .nav-link {
    color: var(--primary-color2);
    font-size: 17px;
    font-weight: 500;
    text-transform: capitalize;
    white-space: nowrap;
    border-color: transparent;
    padding: 8px 5px;
    display: inline-block;

}

.banner-kayan .search-kayan .form {
    border: 2px solid var(--primary-color1);
    border-radius: 10px;
    position: relative;
    margin-top: -100px;
    z-index: 11;
    background: var(--white-color);
    padding: 10px 10px 0 10px;
}

.banner-kayan .search-kayan .nav-tabs .nav-link svg {
    fill: #94A1B9;
}

.banner-kayan .search-kayan .nav-tabs .nav-link:hover,
.banner-kayan .search-kayan .nav-tabs .nav-link.active {
    color: var(--title-color);
    border-bottom: 2px solid var(--title-color);

}

.banner-kayan .search-kayan .nav-tabs .nav-link svg:hover,
.banner-kayan .search-kayan .nav-tabs .nav-link.active svg {
    fill: var(--title-color)
}

.banner-kayan .search-kayan label {
    color: var(--black-color);
    font-weight: 600;
    font-size: 15px;
    position: absolute;
    top: 15px;
    z-index: 1;
}

.banner-kayan .search-kayan label[for=Date],
.banner-kayan .search-kayan label[for=destination] {
    left: 70px;
}

.banner-kayan .search-kayan .item-search::before {
    content: "";
    height: 70px;
    right: 10px;
    width: 1px;
    background-color: var(--border-color1);
    position: absolute;
    top: 5px;
    z-index: 1;
}

.banner-kayan .search-kayan .input-icon {
    height: 50px;
    width: 50px;
    border-radius: 50px;
    background-color: var(--bg-color1);
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 13px 7px;
    position: absolute;
    left: 10px;
    top: 14px;
    z-index: 1;

}

.banner-kayan .search-kayan .input-icon i {
    font-size: 25px;
    color: var(--bg-color2);
}
.banner-kayan .suggestion-content  i{

    color: var(--bg-color2);

}
.banner-kayan .search-kayan .form-control {
    font-size: 15px;
    color: var(--text-color);
    background: var(--white-color);
    padding: 20px 0 0 70px;
    height: 80px;
    cursor: pointer;
    border: 0;
}

.banner-kayan .search-kayan .btn-search {
    font-size: 17px;
    font-weight: 600;
    background: var(--primary-color1);
    height: 80px;
    padding: 15px 30px;
    color: var(--black-color);
    position: relative;
    transition: all 0.3s ease;
    overflow: hidden;
    z-index: 0;
}

.banner-kayan .search-kayan .btn-search::before {
    position: absolute;
    left: 0;
    top: 0%;
    height: 105%;
    width: 1050%;
    content: "";
    background-color: #ffffff;
    transform: scale(1, 0);
    transform-origin: bottom left;
    transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    z-index: -1;
}

.banner-kayan .search-kayan .btn-search:hover:before {
    transform-origin: top right;
    transform: scale(1, 1);
}
.suggestion-content {
    display: flex !important;
    gap: 8px !important;
    align-items: center;
}
li.typeahead__item > a {
    font-size: 14px;

}

 .suggestion-content .hotel-info span{
    display: block;
}
 .typeahead__list{
    top: auto !important;
}
@media (max-width: 991.98px) {
    .banner-kayan .search-kayan .form{
        margin-top: 10px;
    }
    .banner-kayan .search-kayan .item-search::before {
        display: none;
    }

    .banner-kayan .search-kayan label[for=chambre] {
        left: 70px;
    }
    .banner-kayan .search-kayan .btn-search{
        height: 50px;
    }
}

/* section hotel  */

.section-title .h3 {
    font-size: 35px;
    color: var(--title-color);
    font-weight: 700;

}

.section-title .h3 span {
    color: var(--black-color);
    position: relative;
    z-index: 1;
    display: inline-block;

}

.section-title .h3 span::after {
    content: "";
    position: absolute;
    right: -15px;
    bottom: -27px;
    z-index: -1;
    left: 0;
    top: auto;
    background-image: url('../image/icon-title.svg');
    background-position: top right;
    background-repeat: no-repeat;
    height: 100%;
}

.section-title p.sub-text {
    font-size: 16px;
    color: var(--primary-color2);
    font-weight: 400;
    line-height: 1.8;
}

.rating i {
    color: var(--primary-color1);
    font-size: 13px;
}

.btn-section {
    color: var(--white-color) !important;
    font-size: 16px;
    font-weight: 500;
    padding: 12px 22px;
    background: var(--bg-color2);
    text-align: center;
    border: 1px solid var(--bg-color2);

}

.btn-section::before {
    background-color: #000;
}


.card {
    border: 2px solid var(--border-color1);
    border-radius: 15px;
    transition: all 500ms ease;
    overflow: hidden;

}

.card:hover {
    border: 2px solid var(--border-color2);
    box-shadow: 0 5px 25px rgb(250 216 22 / 30%);
}

.card .box-card-image {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.card-initial .card-image, .card img {
    object-fit: cover;
    height: 300px;
    transition: all 500ms ease;
    transform: scale(1);
}

.card:hover img {
    transform: scale(1.05) translateX(2%);
}

.card .card-title {
    position: relative;
    font-size: 20px;
    color: var(--black-color);
    font-weight: 600;
    text-transform: capitalize;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;

}


.card .etiquette-map {
    display: inline-block;
    padding: 5px 15px;
    border-radius: 4px;
    background: var(--primary-color1);
    border: 1px solid var(--border-color2);
    font-size: 15px;
    color: var(--black-color);
    font-weight: 500;
    position: relative;
    top: -15px;
    margin-left: 20px;
    margin-right: auto;
}


.card:hover .etiquette-map {
    background: var(--bg-color1);
    border: 1px dashed var(--border-color1);

}

.card .btn-card {
    font-weight: 500;
    font-size: 15px;
    color: var(--black-color);
    background-image: linear-gradient(to left, #000 50%, var(--title-color), var(--title-color) 50%);
    background-size: 200% 100%;
    background-position: 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 0.3s ease-in-out;
}
.card:hover .btn-card{
    background-position: 0%;
}
.card .content-montant {
    font-size: 15px;
    color: var(--text-color);
    font-weight: 500;
}

.card .price {
    font-size: 20px;
    font-weight: 600;
    color: var(--title-color);
}

.card .card-text {
    font-size: 15px;
    font-weight: 400;
    color: var(--text-color);
}

.card .item-text, .card .item-montant {
    font-size: 15px;
    font-weight: 500;
    color: var(--black-color);
}


.hotel-recommande {
    background-size: contain;
    background-repeat: no-repeat;
    background-color: var(--bg-color1);
    position: relative;
}

.hotel-recommande .nav-pills .nav-link {
    font-size: 18px;
    font-weight: 500;
    color: var(--text-color);
    white-space: nowrap;
    background-color: transparent !important;
}

.hotel-recommande .nav-pills .nav-link.active {
    color: var(--title-color);

}



.hotel-recommande ul li:last-child {
    margin-right: 0;
}

.hotel-recommande ul li::before {
    position: absolute;
    content: "";
    right: -5px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 20px;
    background: var(--bg-color2);
}

.hotel-recommande ul li:last-child::before {
    display: none;
}

/* section voyage  */
.section-voyages .card{
    border: 2px solid transparent;
}
.section-voyages .card:hover{
    border: 2px solid var(--border-color2);
    box-shadow: 0 5px 25px rgb(250 216 22 / 30%);
}

.section-voyages .card .img-cards {
    border-radius: 0 0 10px 10px;
}

.section-voyages .card .etiquette-map {
    position: absolute;
    left: 10px;
    top: 10px;
    right: auto;
    bottom: auto;
    margin-left: 0;
    margin-right: 0;
    z-index: 1;
}
.section-voyages .card:hover .etiquette-map,
.card-expanded:hover .etiquette-map{
    background-color: var(--white-color);
}

/*circuit */
.section-circuits .accordion-gallery {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 10px;
}




.section-circuits .card-initial .card-image {
    object-fit: cover;
    border-radius: 10px;
    height: 300px;
    width: inherit;
}

.section-circuits .card:hover{
    box-shadow: none;
}
.section-circuits .card-expanded {
    display: none;
    align-items: center;
    justify-content: space-between;
}


.section-circuits .accordion-card {
    flex: 1;
    border-radius: 15px;
    cursor: pointer;
    position: relative;
    background-color: rgba(29, 143, 166, 0.1);
    border: 2px solid transparent;
}

.section-circuits .accordion-card:hover{
    border: 2px solid var(--border-color2);
    box-shadow: 0 5px 25px rgb(250 216 22 / 30%);
}
.section-circuits .radio:checked + .accordion-card {
    flex: 9;
}
.section-circuits .card-initial{
    width: 100px;
}

.section-circuits .radio:checked + .accordion-card .card-initial {
    display: none;

}

.section-circuits .radio:checked + .accordion-card .card-expanded {
    display: flex;
}


/* section propos */
.propos-nous .service-name {
    font-size: 16px;
    font-weight: 400;
    color: var(--primary-color2);
}

.propos-nous .box-img img {
    object-fit: cover;
    border-radius: 10px;
    transition: 0.4s;
}


footer.footer-kayan {
    background: var(--bg-color1);
    border-top: 2px solid var(--border-color1);
}

footer .item-footer span {
    color: var(--black-color);
    font-size: 16px;
    font-weight: 600;
}

footer .text-news,
footer .nav-link {
    color: var(--primary-color2);
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}

footer .icon-news {
    position: absolute;
    top: 15px;
    left: 9px;
    right: auto;
    bottom: auto;
}

footer .input-news {
    height: 50px;
    padding: 0 0 0 40px;
    border: none;
}

footer .btn-news {
    font-size: 15px;
    height: 42px;
    font-weight: 400;
    color: var(--white-color) !important;
    background-color: var(--bg-color2);
    padding: 6px 12px;
    position: absolute;
    top: 4px;
    right: 4px;
    left: auto;
}

footer .btn-news::before {
    background-color: var(--black-color);
}

footer .title-footer {
    color: var(--title-color);
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;

}

footer .title-footer span {
    color: var(--black-color);
}

footer .copyright {
    background-color: var(--bg-color2);
}

footer .copyright .text-copyr {
    font-size: 15px;
    color: var(--white-color);
    font-weight: 400;
}

footer .copyright .text-copyr .name-agence {
    color: var(--primary-color1);
    text-decoration: none;
    font-weight: 500;
}

footer .nav-link:hover{
    color: var(--title-color);
}
footer i {
    color: var(--bg-color2);
    font-size: 22px;
}


/*animation */

.img_left_animation {
    animation: left-animation 3000ms forwards cubic-bezier(0.40, 0.98, 0.52, 0.99);
    opacity: 0
}

@keyframes left-animation {
    0% {
        clip-path: inset(0 100% 0 0);
        opacity: 0
    }
    100% {
        clip-path: inset(0 0 0 0);
        opacity: 1
    }
}

.img_right_animation {
    animation: right-animation 3000ms forwards cubic-bezier(0.40, 0.98, 0.52, 0.99);
    opacity: 0
}

@keyframes right-animation {
    0% {
        clip-path: inset(0 0 0 100%);
        opacity: 0
    }
    100% {
        clip-path: inset(0 0 0 0);
        opacity: 1
    }
}



/*modal*/
.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: var(--title-color) !important;
}

.daterangepicker .drp-buttons .applyBtn.btn-primary {
    background-color: var(--text-color);
    border-color: var(--text-color);
}
.daterangepicker .drp-buttons .applyBtn.btn-primary:hover:before{
    background-color: var(--black-color);
}
.modal .form-group select {
    min-height: 40px;
    padding: 5px 15px;
    background: #fff;
    border: 1px solid var(--border-color1);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    width: 100%;
    font-size: 16px;
    border-radius: 5px;
}

.modal .titre-modal {
    color: var(--title-color);
    font-weight: 500;
}

.modal .fa-xmark {
    color: red;
    font-size: 20px;
}

.modal #vjs-advanced-search label {
    font-size: 15px;
    font-weight: 500;
    color: var(--text-color);
}

.modal .btn-demande {
    background-color: var(--primary-color1);
    color: var(--black-color);
    font-weight: 500;
}

.modal .btn-ajouter {
    background-color: var(--bg-color2);
    color: var(--white-color);
    font-weight: 500;
}

.modal .btn-ajouter::before {
    background-color: var(--bg-color2);

}



