@import url("https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/***************************************************************************************************
MEDIA QUERIES
***************************************************************************************************/
/***************************************************************************************************
FONTS
***************************************************************************************************/
html,
body,
p,
input,
button,
select,
textarea,
#cms-content,
#header-django .main-menu li,
.btn,
.andromeda-link a,
.card .item-title,
.card .item-subtitle,
.card .item-abstract,
.card .item-description,
.card-bottom .from_text,
.card .price .price-title,
.card-bottom .price-num,
#contact_form .form-group,
.footer-address-bottom div,
.footer-address-bottom p,
.footer-address-bottom a,
.languages-hover {
  font-family: 'Montserrat', sans-serif !important; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Fira Sans', sans-serif !important; }

.title-hero h1 {
  font-size: 4rem; }
  @media (max-width: 480px), (min-width: 481px) and (max-width: 769px) {
    .title-hero h1 {
      font-size: 1.2rem; } }
.title-hero h2 {
  font-size: 2rem;
  font-family: 'Montserrat', sans-serif !important; }

/***************************************************************************************************
NAVBAR
***************************************************************************************************/
/***************************************************************************************************
BOAT LIST
***************************************************************************************************/
.list-grid .boats-container-list {
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr)); }
  @media (max-width: 480px), (min-width: 481px) and (max-width: 769px), (min-width: 770px) and (max-width: 989px) {
    .list-grid .boats-container-list {
      grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
      justify-items: center; } }
/***************************************************************************************************
BOAT CARDS
***************************************************************************************************/
#boat_card_tbg {
  border-radius: 10px !important;
  position: relative !important;
  cursor: pointer;
  border: none !important;
  background: #f7f7f7 !important;
  box-shadow: none !important;
  transition: bacgkround .2s ease; }
  @media (min-width: 990px) and (max-width: 1199px), (min-width: 1200px) {
    #boat_card_tbg {
      height: 575px !important;
      width: 350px !important;
      margin: 0 0 20px 0; } }
  @media (max-width: 480px), (min-width: 481px) and (max-width: 769px), (min-width: 770px) and (max-width: 989px) {
    #boat_card_tbg {
      width: 300px;
      margin: 0 !important; } }
  #boat_card_tbg:hover {
    background: #f1f1f1; }
  #boat_card_tbg .list_img {
    border-radius: 10px 10px 0 0; }
  #boat_card_tbg .boat-card-body {
    margin-top: .5rem !important; }
    #boat_card_tbg .boat-card-body .boat-info {
      font-size: .55rem; }
  #boat_card_tbg .card-body .card-bottom {
    background-color: transparent !important;
    margin-top: auto;
    height: 100%; }
  #boat_card_tbg .btn-row {
    margin-top: auto; }

/***************************************************************************************************
BOAT PAGE
***************************************************************************************************/
.boat-header-menu {
  position: absolute;
  top: 40px;
  left: 60px;
  background: #00388275 !important;
  height: fit-content;
  width: fit-content !important;
  padding: 1.8rem 3.5rem;
  border-radius: 10px;
  color: white; }
  @media (max-width: 480px), (min-width: 481px) and (max-width: 769px) {
    .boat-header-menu {
      width: 100% !important;
      height: 100%;
      padding: 0;
      border-radius: 0;
      top: 0;
      left: 0;
      background: #00388285 !important; } }
  .boat-header-menu .boat-header-name {
    text-align: left !important;
    border-bottom: none; }
    @media (max-width: 480px), (min-width: 481px) and (max-width: 769px) {
      .boat-header-menu .boat-header-name {
        text-align: center !important;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        height: 100%; } }
  @media (max-width: 480px), (min-width: 481px) and (max-width: 769px) {
    .boat-header-menu .boat-header-nav {
      display: none; }
    .boat-header-menu h1 {
      font-size: 1.5rem; } }
#navbar-boat {
  display: none !important; }

#btn-request-booking,
#btn-booking-option,
#btn-booking {
  border-radius: 50px;
  padding: 10px 6px; }
