:root {
  --main-color: #ff767d;
  --second-color: #acb8c1;
}
/* 
/* * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
} */

/* body {
  min-height: 100vh;
  background-color: #f2f2f2;

  display: flex;
  align-items: center;
  justify-content: center;
} */

/* .navigation-bar {
  width: 100%;
  position: fixed;
  bottom: 0;
  background-color: #fff;
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
 
}
.navigation-bar .list-items {
  list-style: none;
  display: flex;
  
}


.navigation-bar .list-items .item {
  flex: 1 1 0px;
  position: relative;
  z-index: 2;
}
.navigation-bar .list-items .item .link { */
  /* display: inline-block;
  height: 4rem;
  width: 4.5rem;
  line-height: 4.5;
  justify-content: space-between; */

  /* color: var(--second-color);
}
.navigation-bar .list-items .item.active .link {
  color: var(--main-color);
  width: 33.33%;
}
.navigation-bar .list-items .item .link i {
  font-size: 1.6rem;
  transition: font-size 0.2s linear;
}
.navigation-bar .list-items .item.active .link i {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  padding: 0 20px;
}

 .link i{
    justify-content: space-between;
} */ 


* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  list-style: none;
  
	text-rendering: optimizeLegibility;
}

body {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  
  
}

.container {
  max-width: 80rem;
  width: 100%;
  height: auto;
  padding: 0 2rem;
  margin: 0 auto;
}


  .bottom-nav {
    display: flex;
    position: fixed;
    bottom: 0;
    top: auto;
    left: 0;
    right: 0;
    padding: 0.8rem 0;
    background-color: #3b5998;
    z-index: 1000;
    will-change: transform;
    transform: translateZ(0);
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;

  }

    .bottom-nav-item {
      display: flex;
      flex-direction: column;
      flex-grow: 1;
      justify-content: center;
      text-align: center;
      font-size: 0.8rem;
     
    }

    .bottom-nav-link {
      display: flex;
      flex-direction: column;
    }

    /* .active i{
      color: black;
    }
    .active span{
      color: black;
    } */
  a i{
    color: white;
  }

  .fa-taxi ,.fa-phone-alt,.fa-hand-holding,.fa-home,.fa-user{
    font-size: 22px;
    height: 25px;
  }

  /* .active i:hover{
      font-size: 25px;
  } */

.select-list{
  font-size: 14px;
  line-height: 24px;
  color: #a6a6a6;
  position: relative;
  width: 100%;
  float: left;
  margin-bottom: 15px;
}

  /* .active a{
    text-decoration: none;
  } */

  #btn-back-to-top {
    position: fixed;
    bottom: 15px;
    right: 20px;
    height: 41px;
    width: 41px;
    }

    .fa-arrow-up{
       color: #3b5998;
    }

    .tab-pane{
      border-color: #3b5998;
      display: inline-block;
    }

    .bottom-nav-link span{
      font-size: 15px;
    }

    .swiper {
      width: 100%;
      height: 100%;
    }

    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .swiper-slide img {
      display: block;
      width: auto;
      height: 150px;
      object-fit: cover;
    }