body {
  font-family: 'Jost', serif;
  font-weight: 300;
  color: #0A2446;
}

.cookie-window {
  position: fixed;
  bottom: 20px;
  left: 20px;
  max-width: 500px;
  background: white;
  padding: 30px 20px 20px 20px;
  font-size: .9rem;
  z-index: 99999;
  box-shadow: 2px 2px 10px #0f395f26;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background-color: #474B4C;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #2d2e2f;
}

.text-light-blue {
  color: #004CAE;
}

.bg-gray {
  background-color: #F2F2F2;
}

.radius-5 {
  border-radius: 5px;
}

.form-check-input:checked {
  background-color: #004CAE;
  border-color: #004cae;
}

.img-form {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-gray {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #E5E5E5;
  height: 70px;
  width: 70px;
  border-radius: 5px;
  font-size: 2rem;
}

.toast {
  width: 350px;
  max-width: 100%;
  font-size: 0.875rem;
  pointer-events: auto;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.toast.showing {
  opacity: 0;
}
.toast:not(.show) {
  display: none;
}

.toast-container {
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.toast-header .btn-close {
  margin-right: -0.375rem;
  margin-left: 0.75rem;
}

.toast-body {
  padding: 0.75rem;
  word-wrap: break-word;
}

.logo-img {
  max-width:140px;
}

#snackbar {
  visibility: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 300px;
  color: #fff;
  text-align: center;
  padding: 16px;
  position: fixed;
  z-index: 99999999;
  bottom: 30px;
  font-size: 17px;
  left: 50%;
  transform: translate(-50%, -50%);
  word-wrap: break-word;
  background-color: #0b1d26;
  background-clip: border-box;
  border: 1px solid #000;
  border-radius: 30px;
  -webkit-box-shadow: 0px 0px 5px 0px rgb(249, 249, 250);
  box-shadow: 0px 0px 5px 0px rgb(161, 163, 164);
}
#snackbar.show {
  visibility: visible;
  /* -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
   animation: fadein 0.5s, fadeout 0.5s 2.5s;*/
  -webkit-animation: fadein 0.5s;
  animation: fadein 0.5s;
}
#snackbar.hide {
  visibility: visible;
  -webkit-animation: fadeout 0.5s;
  animation: fadeout 0.5s;
}

.bg-layout-image {
  height:90vh;
}

.bg-layout-image img {
  object-position: bottom;
}

#navbar {
  position: fixed;
  top:0;
  left: 50%;
  transform: translate(-50%, 0);
}

.pricelist {
  font-size: 1.4rem;
}

.pricelist thead th{
  background: #004bae4a;
  padding: 5px 10px;
}

.pricelist tbody td{
  padding: 5px 10px;
}

.pricelist tbody tr:nth-child(odd) {
  background-color: #eaeaea;
}

.pricelist thead th:not(:first-child), .pricelist tbody td:not(:first-child) {
  text-align: center;
}

.fit-cover {
  object-fit: cover;
  background-image: url("/../../view/main/_img/header-img-click-a-boat.jpg");
  background-size: cover;
  background-position: bottom;
}

.fit-cover-booking {
  object-fit: cover;
  background-image: url("/../../view/main/_img/background-booking-img.jpg");
  filter: brightness( 70% ) contrast( 100% ) saturate( 100% ) blur( 0px ) hue-rotate( 0deg );
  background-size: cover;
  background-position: bottom;
}

.booking-system {
  position:absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.radius-left {
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}

.radius-right {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}

.booking-menu-card {
  background: #112E55;
  padding:20px;
  border-radius:5px;
  text-align: left;
}

.booking-menu-card:hover {
  background: #406EA9;
}

.booking-menu-card-active {
  background: #5486C7;
}


.bg-about-services {
  object-fit: cover;
  background-image: url("/../../view/main/_img/biesy-backgground.jpg");
  background-size: cover;
  background-position: center;
}

.about-services-card {
  border-radius: 10px;
  border: 7px solid #E6E6E6;
  background: rgba(255, 255, 255, 0.30);
  backdrop-filter: blur(3px);
  text-align: center;
  min-height: 300px;
  display: flex;
  align-items: end;
  justify-content: center;
}

.about-services-card p{
  line-height: normal;
}

.bg-about-services .col-lg-4:nth-child(1) .about-services-card {
  background-size: cover;
  background-position: center;
}

.bg-about-services .col-lg-4:nth-child(2) .about-services-card {
  background-size: cover;
  background-position: center;
}

.bg-about-services .col-lg-4:nth-child(3) .about-services-card {
  background-size: cover;
  background-position: center;
}

.padding-row {
  padding-top: 75px;
  padding-bottom: 75px;
}

.gray-circle {
  border-radius: 100px;
  background: #E5E5E5;
  height: 80px;
  width:80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gray-card {
  border-radius: 15px;
  background: #F2F2F2;
}

.btn-gray:hover {
  background: #c9c6c6;
}

footer {
  background: #0A2446;
  color: white;
}

.social-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  background: white;
  width:30px;
  height: 30px;
  border-radius: 25px;
}

.footer-menu {
  display: flex;
  align-items: end;
  justify-content: center;
  flex-direction: column;
}

.footer-menu a {
  text-decoration: none!important;
  color: white!important;
  display: block;
  font-weight: normal;
}

.footer-menu a:hover {
  color: #afafaf !important;
}


.bg-dark {
  background-color: #0A2446!important;
}

.bg-dark-gray {
  border-radius: 15px;
  background: rgba(0, 0, 0, 0.10);
}

.btn-gray {
  background: #F2F2F2;
  border-radius: 3px;
  padding: 7px 15px;
  font-weight: 500;
}

#navbar {
  background: white;
  transition: 0.5s;
  z-index: 9999;
  box-shadow: 0 0 7px #0f395f24;
}

#navbar.dark-bg {
  background: white;
}

.about-services-circle {
  border-radius: 5px;
  background: #F2F2F2;
  margin-bottom: -30px;
  z-index: 99;
  font-size: 1.3rem;
  padding: 10px 15px;
  width:80%;
  font-weight: 500;
  text-align: center;
}

.navbar-brand img {
  max-height: 50px;
}

.nav-link.active {
  color: #004CAE!important;
  font-weight: 500;
}

.nav-item {
  display: flex;
  align-items: center;
}

.nav-link {
  padding: 10px 12px!important;
  color: #0A2446;
  text-transform: uppercase;
  line-height: 1rem;
  font-size: 0.9rem;
  margin: 0 10px;
  text-shadow: 0px 0px 0px #0a244639;
  transition: 0.5s;
}

.nav-link:hover {
  text-shadow: 0px 0px 20px #0a24463d;
}

.btn-dark-blue:hover {
  background: #0a2b48;
  color: white;
}

.btn-dark-blue {
  background-color: #0F395F;
  border-radius: 3px;
  color: white;
  padding: 10px 15px;
  font-weight: 500;
}

.navbar-toggler {
  border:0!important;
}

.navbar-toggler-icon {
  color: white;
}

.btn-glass {
  border-radius: 50px;
  background: rgba(217, 217, 217, 0.20);
  backdrop-filter: blur(3px);
  padding: 10px 17px;
  line-height: normal;
  display: inline-block;
}

.btn-white {
  border-radius: 50px;
  color: #252525;
  background: white;
  padding: 10px 17px;
  font-weight: bold;
}

.btn-dark {
  border-radius: 50px;
  color: white;
  background: #171717;
  padding: 10px 17px;
  font-weight: bold;
}

.btn-outline-dark {
  border: 2px solid #171717;
  color: #171717;
  border-radius: 30px;
  font-weight: bold;
  text-shadow: 0px 0px 0px rgba(23, 23, 23, 0.5);
  transition: 0.5s;
}

.btn-outline-dark:hover {
  background-color:transparent;
  color:#171717;
  text-shadow: 0px 0px 20px rgba(23, 23, 23, 0.5);

}

.btn-circle {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}


.btn-white:hover {
  border-radius: 50px;
  color: #252525;
  backdrop-filter: blur(3px);
  background: rgba(255, 255, 255, 0.8);
}

h1 {
  font-size: 3.5rem;
  font-weight: bold;
}

h2 {
  font-size:2.5rem;
}

.fit-sm-cover{
  object-fit: cover;
  background-size: cover;
  background-position: center 70%;
  background-image: url(/../../view/main/_img/background-booking-img.jpg);
}

.overlay {
  width: 100%;
  height: 30vh;
  position: absolute;
  top: 0;
  background: #00000070;
}

tr td {
  background-color: transparent!important;
}

@media (max-width: 576px) {  /*SM*/
  .pricelist {
    font-size: 0.9rem;
  }

  .fit-cover {
    background-position: 60% bottom;
  }

  #navbar {
    width: 100vw;
  }

  h1 {
    font-size: 2.5rem;
  }

  .btn-glass {
    font-size: 0.9rem;
    padding:7px 10px;
  }

  .btn {
    font-size:0.9rem;
  }

  .padding-row {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  p {
    font-size:0.9rem;
  }

  .footer-menu {
    align-items: start;
  }

  .booking-menu-card {
    padding:10px;
  }

  .radius-right {
    border-radius:0;
  }
  
}

@media (max-width: 768px) {  /*MD*/
  
}

@media (min-width: 992px) {  /*LG*/
  #navbar.dark-bg {
    max-width: 100%!important;
  }
}

@media (max-width: 1200px) {  /*XL*/

}