@import "https://fonts.bunny.net/css?family=figtree:400,400i,500,600i,700,700i,800,800i,900,900i";
@import "/css/bootstrap.css";
@import "/css/base.css";
@import "/css/nav.css";
@import "/css/cards.css";
@import "/css/guides.css";
@import "/css/home.css";
@import "/css/testimonies.css";
@import "/css/footer.css";
@import "/css/home-message.css?v=3234ip2i4p3oi4";
@import "/css/media-queries.css";

@media(max-width: 991px) {
    .right-col-wrap{
        position: relative!important;
        margin-top: 0px!important;
        top: auto!important;
    }
}

@media(max-width: 671px){
    section#tour-select.has-alert{
        padding-top: 100px!important;
    }
}
@media(max-width: 436px){
    .tour-boxes .tour-box{
        font-size: 14px!important;
    }
}
/*--- --- --- --- */

.nav-bar .header-bar a.logo {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 5px;
  width: 100%;
  max-width: 280px;
}
.nav-bar .header-bar a.logo img {
  height: auto!important;
  width: 100%!important;
}

.nav-bar .mobile-nav-bar .mobile-nav-logo {
  height: 70px!important;
  width: auto!important;
  margin-left: auto!important;
  margin-right: auto!important;
  margin-top: 0px!important;
}
.nav-bar .mobile-nav-bar .mobile-nav-logo img {
    height: 60px;
    width: auto;
    margin-top: 5px;
}

@media(max-width: 1024px){
    .nav-bar .mobile-nav-bar .mobile-nav-logo {
        display: block!important;
    }
}

