@import "root.css";

section{
  padding: 3rem 0;
}


.btn-liste:hover, .btn-liste{
  color: var(--btn-color);
  background-color: var(--white-color);
  border: 1px solid var(--border-color1);
  position: relative;
  border-radius: 2px;
  padding: 15px 100px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;

}
.btn-liste::before {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  background: transparent;
  top: -7px;
  left: -7px;
  /*z-index: -5;*/
  border-top: 3px solid transparent;
  border-left: 3px solid transparent;
  transition: 0.5s;
}

.btn-liste::after {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  background: transparent;
  bottom: -7px;
  right: -7px;
  /*z-index: -5;*/
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  transition: 0.5s;
}

.btn-liste:hover::before {
  width: 100%;
  height: 100%;
  border-top: 3px solid var(--orange-color);
  border-left: 3px solid var(--orange-color);
}

.btn-liste:hover::after {
  width: 100%;
  height: 100%;
  border-right: 3px solid var(--orange-color);
  border-bottom: 3px solid var(--orange-color);
}
.btn:focus-visible, .btn:active, .btn:focus{
  border-color: var(--border-color2) !important;
}


.border-dashed{
  border-top: 1px dashed var(--white-color);
  margin: 8px 0;
}
.border-dashed-1{
  border-top: 1px dashed var(--border-color2);
  margin: 12px 0;

}
.br-d{
  border: 1px dashed var(--border-color1);
  border-radius: 5px;
}
.bg-gray{
  background-color: var(--bg-card-service-3);
}

.bg-vert{
  background-color: var(--bg-card-service-4);
}

.bg-rose{
  background-color: var(--bg-card-service-2);
}
ul{
  margin-bottom: 0;
  padding-left: 0;
}
li{
  list-style: none ;
}
.inner-title .title{
  font-size: 35px;
  color: var(--black-color);
  font-weight: 600;
  position: relative;
  line-height: 1.5;
}
.title-underline{
  color: var(--orange-color);
  text-decoration: underline;

}
p.inner-text{
  font-size: 17px;
  color: var(--text-color-1);
  font-weight: 400;

}

nav li{
  position: relative;
}
nav li::before{
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 30px;
  background: var(--border-color2);
}
nav li:last-child::before {
  display: none;
}




/* section hedaer  */
header .main-topbar{
  position: relative;
  padding: 8px 0;
  background-color: var(--background);
  width: 100%;
  z-index: 2;
}
header .main-topbar::after{
  content: "";
  width: 340px;
  background-color: var(--orange-color);
  position: absolute;
  top: 0;
  left: -2%;
  bottom: 0;
  right: auto;
  z-index: -1;

}

@media (min-width: 1600px)  {
  header .main-topbar::after{

    width:  500px;

    left: 0;


  }
}
@media (max-width: 1024px)  {
  header .main-topbar::after{
    left: 0;
    width:  185px;


  }
}


header .main-topbar ul li a{
  color: var(--blue-color-2);
  font-size: 15px;
  font-weight: 500;
  position: relative;
  z-index: 10;
}
header .main-topbar ul li a img{
  position: relative;
    z-index: 1;
}
header .navbar-nav li .nav-link{
color: var(--blue-color-2);
font-size: 17px;
font-weight: 500;
}
header .navbar-nav .nav-link.active{
  color: var(--orange-color);
}
@media (max-width: 991.98px) {
  header nav li::before{
    display: none
  }

    header .logo-header{
    width: 150px;
    height: auto;
  }
  header .navbar-toggler-icon{
    font-size: 15px;
  }

}
.logout,
header .dropdown-header{
  font-size: 15px;
  color: var(--blue-color);
  font-weight: 600;
  padding: 5px 10px;
}
header  a.dropdown-item {
  display: block;
  width: 100%;
  padding: 5px 20px;
  font-size: 14px;
  clear: both;
  font-weight: 400;
}
header .dropdown-item:hover,
header .dropdown-item.active, header .dropdown-item:active{
  background-color: rgba(0, 174, 239, 0.12);
}
/*section filtre */
.slider-banner .banner-wrapper img{
  border-radius: 15px;
}
.filtre-trip{
  background-color: var(--white-color);
  padding: 15px;
  border-radius: 10px;
  position: relative;
  margin-top: -50px;
  z-index: 11;
  box-shadow: 0 4px 8px 0 rgba(128, 128, 128, 0.1);;
}
.filtre-trip .border-filtre{
  border-radius: 4px;
  border: 1px solid var(--border-color1);
}
.filtre-trip label {
  color: var(--blue-color);
  font-weight: 600;
  font-size: 16px;
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 10;
}
.filtre-trip input.form-control{
  font-size: 15px;
  color: var(--text-color-1);
  background: var(--white-color);
  padding: 20px 0 0 20px;
  height: 80px;
  cursor: pointer;
  border: none;
}

.filtre-trip .search-button{
  width: 100%;
  height: 80px;
  color: var(--white-color);
  font-size: 14px;
  border: none;
  border-radius: 5px;
  background-color: var(--orange-color);
}
.filtre-trip .search-button i{
  font-size: 26px;
}
.filtre-trip .b_lr{
  border-left: 1px solid var(--border-color1);
  border-right: 1px solid var(--border-color1);
}
.filtre-trip .nuit{
  border-radius: 50px;
  width: 50px;
  height:  50px;
  font-size: 15px;
  color: var(--blue-color);
  padding: 10px;
  border: 1px solid var(--border-color1);

}
.filtre-trip .icon_nuites img{
  position: relative;
  top: 0;
  left: auto;
  right: 20px;
  bottom: auto;
}
.typeahead__list{
  top: auto !important;
}
.modal .fa-trash-can, .modal .close i{
  color: red;
  font-size: 19px;
}
.modal #vjs-advanced-search label{
  color: var(--text-color-2);
  font-size: 15px;
  font-weight: 400;
}
.modal .form-group select {
  min-height: 35px;
  padding: 5px 15px;
  color: var(--text-color-2);
  background: var(--white-color);
  border: 1px solid var(--border-color2);
  width: 100%;
  font-size: 14px;
  border-radius: 5px;
}

.flatpickr-day.selected {
  background: var(--orange-color) !important;
  border-color: transparent !important;
  border-radius: 5px;
}

.modal .btn-ajouter{
  color: var(--orange-color) ;
}
.modal .btn-demande{
  color: var(--btn-color);
}

@media (max-width:991.98px) {
  .slider-banner .banner-wrapper img{
    border-radius: 0;
  }
  .filtre-trip{
    margin-top: -15px;
    border: 1px solid var(--border-color1);

  }
  .filtre-trip .border-filtre {
    border: none;
    border-radius: 0;
  }
  .filtre-trip .search-button {
    height: 50px;
  }

  .filtre-trip input.form-control{
    border-radius: 0;
    border-bottom: 1px solid var(--border-color1);
  }

  .filtre-trip .b_lr{
    border-left: none ;
    border-right: none;
    border-bottom: 1px solid var(--border-color1);
  }
}
/* section card  */
.swiper-pagination-bullet{
  width: 12px;
  height: 12px;
  background: var(--white-color);
  opacity:  1;
  border: 1px solid var(--btn-color);
  margin: 0 5px;
}
.section-hotel-tunisie .swiper .swiper-slide{
  height: auto;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active{
  background: var(--btn-color);
} 
.swiper-button-prev, .swiper-button-next{
  background: white;
  padding: 10px 20px;
  border-radius: 5px;

}

.swiper-button-prev:after, .swiper-button-next:after{
  font-size: 16px;
  font-weight: 700;
}
.icon_swiper i{
  color: var(--btn-color);
  font-size: 18px;
}

.swiper-pagination-bullets.swiper-pagination-horizontal{
  width: auto;
}

.fa-location-dot, .fa-star{
  color: var(--orange-color);
}
.img-300{
  height: 300px;
  object-fit: cover;
}
.img-400{
  object-fit: cover;
  height: 400px;
}
.ettiq{
  background-color: var(--orange-color);
  display: inline-block;
  padding: 2px 10px;
  border-radius: 5px;
  color: var(--white-color);
  font-size: 14px;
  font-weight: 300;
  text-align: center;
}
.card{
  margin: 10px 0 0 0 ;
  border-color: var(--border-color2);
  opacity: 1;
  border-radius: 10px;
  transition: all ease 0.4s;
  box-shadow: rgba(0, 0, 0, 0.1) 0 1px 5px 0, rgba(0, 0, 0, 0.06) 0 1px 2px 0;
}
.card:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0 1px 5px 0, rgba(0, 0, 0, 0.06) 0 1px 2px 0;
  transform: translate(0px, -10px);
}
.card .location{
  color: var(--white-color);
  position: absolute;
  top: auto;
  bottom: 10px;
  left: 10px;
  font-size: 17px;
  margin-bottom: 0;
  font-weight: 500;
}
.card .card-image .bg-images::before{
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 1;
  background: linear-gradient(180deg, var(--linear-gradient-2) 0%, var(--linear-gradient-1) 25%);
  transform: rotate(180deg);
  transition: all 0.3s 0s ease-out;
}
.card figure.img-overlay::before{
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  content: "";
  border-radius: 5px;
  background: linear-gradient(180deg, var(--linear-gradient-1) 0%, var(--linear-gradient-2) 130%);

}
.card:hover figure.img-overlay::before{
  height: 100%;

}

.card .btn-card-hover .btn-item-overlay{
  width: 50px;
  height: 50px;
  background: var(--blue-color-2);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 35px;
  right: 0;
  opacity: 0;
  visibility: hidden;
   transform: translate(-50%, -30%);
  border: 1px solid var(--blue-color-2);
  z-index: 1;
   border-radius: 5px;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
.card:hover .btn-card-hover .btn-item-overlay{
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%);
}
.card .card-title{
  font-size: 22px;
  font-weight: 500;
  color: var(--black-color);
  margin-bottom: 0;
  text-transform: capitalize;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.card .btn-cards{
  color: var(--btn-color);
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  position: relative;
  transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-duration: 400ms;
  transition-property: color;
  display: inline-flex;
  align-items: center;

}

.card:hover .btn-cards:after {
  width: 100%;
  left: auto;

}

.card .btn-cards:after {
  content: "";
  pointer-events: none;
  bottom: 5px;
  right: auto;
  left: 0;
  position: absolute;
  width: 0%;
  height: 1px;
  background-color: var(--btn-color);
  transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-duration: 500ms;
  transition-property: width, right;
}

.card .item_box_text{
  background-color: var(--background);
  padding: 6px 12px;
  border: 1px solid var(--border-color2);
    border-radius: 5px;

}

.card:hover .card-body .item_box_text{
  background-color: var(--white-color);
}
.card .item_text{
  color: var(--text-color-2);
  text-transform: capitalize;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 15px;
  font-weight: 400;
}
.card .card-img-overlay{
  top: auto;
  z-index: 1
}

.card .card-img-overlay h5{
  color: var(--white-color);
  font-weight: 600;
}

.card .item-price{
  color: var(--orange-color);
  font-size: 15px ;
  font-weight: 400;
  line-height: normal;
}
.card .card-img-overlay p.card-text{
  font-size: 14px;
  color: var(--white-color);
  font-weight: 500;
  line-height: normal;

}
.card .card-body{
  position: relative;
  overflow: hidden;
    display: block;

}
.card .card-body::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--bg-card-service-1);
  /*transform: scaleY(0.0) rotateX(0deg);*/
  /*transition: all 0.2s linear;*/
  transform: translateY(5%);
  transition: all 600ms ease-in-out;
  z-index: -1;
}
.card:hover .card-body::before{
  /*transform: scaleY(1.0) rotateX(0deg);*/
  transform: translateY(0%);
  transition: all 0.4s linear;

}
.card .montant, .card  .montant-white{
  font-size: 20px;
  color: var(--white-color);
  font-weight: 600;

}
.card .montant{
  color: var(--orange-color);
}


/* section choisir */
.h5-title{
  color: var(--text-color-1);
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}
.btn-suite:focus, .btn-suite{
  font-size: 18px;
  font-weight: 500;
  background-color: var(--orange-color);
  color: var(--white-color);
  padding: 15px 80px;
text-align: center;

}
.btn-lettre:active, .btn-lettre:hover, .btn-suite:hover{
  background-color: var(--orange-color);
  color: var(--black-color);
}


/* section hotel recommandes  */

.nav.nav-tabs{
  border-bottom: 1px solid var(--border-color2);
}
.nav-tabs .nav-link{
  font-size: 17px;
  font-weight: 500;
  color: var(--text-color-2);
  border: none;
  margin-bottom: 0;
  position: relative;
  transition: .3s;
  white-space: nowrap;

}
.nav-tabs .nav-link.active{
  color: var(--btn-color);
  background-color: transparent;
}

.nav-tabs li button.nav-link::after{
  position: absolute;
  display: inline-block;
  content: "";
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  opacity: 0;
  visibility: hidden;
  background-color: var(--btn-color);
  transition: 0.3s;
}

.nav-tabs li button.nav-link.active::after{
  width: 100%;
  opacity: 1;
  visibility: visible;
}


/* section footer  */


footer .titre-footer{
  color: var(--black-color);
  font-size: 25px;
  font-weight: 600;
  position: relative;
}
footer .titre-footer span{
  color: var(--orange-color);
  text-decoration: underline;
}
footer .icon-lettre{
  position: absolute;
  top: 15px;
  left: 9px;
  right: auto;
  bottom: auto;
}
footer .input-news {
  height: 50px;
  padding: 0 0 0 40px;
  border: none;
}
footer .btn-lettre{
  font-size: 16px;
  height: 42px;
  font-weight: 500;
  color: var(--white-color);
  background-color: var(--orange-color);
  padding: 6px 20px;
  position: absolute;
  top: 4px;
  right: 4px;
  left: auto;
}
footer p, footer a.nav-link{
  color: var(--text-color-1);
  font-size: 16px;
  font-weight: 400;
  transition: all 0.4s ease 0s;
}
footer a.nav-link:hover{
  letter-spacing: 0.5px;
  color: var(--btn-color);
}
footer .icon-wrap{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--orange-color);
display: flex;
align-items: center;
justify-content: center;
}
footer .contact-item-wrap .h3-contact{
  color: var(--black-color);
  font-weight: 600;
  font-size: 18px;
  line-height: normal;
}
footer .text-copyright p{
  color: var(--black-color);
  font-weight: 500;
}
footer .text-copyright p .link-agence{
  color: var(--orange-color);
  text-decoration: none;
}
a.back-to-top {
  display: none;
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 10;
  padding: 10px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  background-color: var(--btn-color);
  text-align: center;
  transition: all .3s ease-in-out;
}
.suggestion-content{
  display: flex !important;
  align-items: center !important;
  gap: 10px;
}
.suggestion-content .icon-hotel{
  color: var(--orange-color) !important;
}
.suggestion-content .hotel-info span{
  display: block;
}