.html, body {
  font-family: 'Barlow', sans-serif !important;
}

.nav-container {
  right: 0;
  left: 0;
  top: 6%;
  /* background-color: bisque; */
  z-index: 999999;
}

.nav-main {
  height: 60px;
}

.nav-link span {
  font-size: 0.7rem;
  padding-left: 0.3rem;
}

.contact-text p {
  font-style: italic;
  color: #fff;
  font-weight: 700;
  font-size: 1.2em;
}

.navbar-toggler {
  margin-left: 26px;
}

@media (min-width: 992px) { 
  .nav-container {
    position: absolute;
  }
}

/* @media (max-width: 992px) {
  .nav-container {
    margin-left: 2rem !important;
  }
} */

.text-large-italic {
  font-size: 1.5em;
  color: #00B4DA;
}
@media screen and (max-width: 992px) {
  #navbarNavDropdown {
    background-color: white;
    padding-left: 30px;
    margin-top: 12px;
  }
  /* .navbar-nav {
    width: 100vw;
  } */
}

/* Navbar on mobile! x*/
@media screen and (max-width: 992px) {
  .navbar-nav .menu-item:hover,
  .navbar-nav .menu-item.current-menu-item:not(.lang-item) {
    border-bottom: 0 !important;
  }
  ul.dropdown-menu li {
    padding-left: 10px;
  }
  li.pll-parent-menu-item::before {
    content: '' !important;
  }
  li.pll-parent-menu-item {
    padding-left: 0px !important;
  }
  li.lang-item {
    /* display: flex; */
    /* flex-direction: row; */
    max-width: 30px;
    align-self: flex-start; /* Align each lang-item to the start of the flex container */

  }
}

li.pll-parent-menu-item {
  position: relative;
  padding-left: 6px;
}

li.pll-parent-menu-item::before {
  content: '|';
  display: inline-block;
  width: auto;
  position: absolute;
  height: 100%;
  font-size: 26px;
  left: 3px;
}

.navbar-nav .menu-item:hover,
.navbar-nav .menu-item.current-menu-item:not(.lang-item) {
  border-bottom: 2px solid black;
}

.navbar-nav .dropdown-menu .menu-item:hover,
.navbar-nav .dropdown-menu .menu-item.current-menu-item {
  border-bottom: 0 !important;
  background-color: #ECEFF1;
}

.navbar-nav .lang-item:hover {
  border-bottom: 0 !important;
  border: 0 !important
}

.lang-item a {
  border-bottom: 0 !important;
}

.bg-sea-blue {
  background-color: #D9F4F9;
}

.carousel-inner {
  max-height: 980px;
}

.carousel-item img {
  height: 100%;
  object-fit: cover;
}

.seadventures-logo {

  /* max-height: 160px; */
  width: 278px;
  height: 278px;
  /* max-width: 250px;
  max-height: 250px; */
  transform: scale(0.4);
}

.navbar-brand {
  margin-top: -47px;
  margin-left:8vw;
  transition: transform 0.3s;
  transform: scale(1.3);
  /* max-width: 150px;
  max-height: 150px;
  width: 150px;
  height: 150px;
  display: block; */
}
 /*
.mobile-brand {
  transform: scale(0.4);
  right: 0;
  top: -6px;
}
*/
.mobile-brand {
    /*transform: scale(0.8);*/
    right: 30px;
    top: 8px;
}

@media screen and (min-width: 768px) {
  /* .pricing-container {
    width: 95%;
    min-width: 95%;
  } */
  .pricing-card {
    max-width: 250px;
  }
}

/* .pricing-card p {
  text-align: left;
  width: 100%;
  min-width: 100%;
} */

.img-custom {
  height: 200px; /* Or whatever height you want */
  object-fit: cover; /* This will prevent distortion */
  filter: grayscale(100%);
  transition-duration:0.3s;
}

.container-stay {
  background-color: #ECEFF1;
}
.card:hover .img-custom {
  filter: none;
}

.blue-bckg {
  background-color: #D9F4F9;
}

@media (min-width: 768px) {
    .packages-card{
        width: 35%!important;
        height: 35vh!important;
    }    
    
  .sea-card {
    flex: 0 0 auto;
    position: relative;
    width: 32%;
    /* height: 100vh; */
    overflow: hidden;
    background: black;
    filter: grayscale(100%);
    transition-duration:0.3s;
  }

  .sea-card .card-body,
  .sea-card .card-footer {
    z-index: 9999;
  }

  .sea-card:hover {
    filter: none;
  }

  .sea-card:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.1;
  }
  .sea-card .card-text p {
    position: relative;
  }

  /* .sea-card:hover:before: {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    opacity: 0;
  } */

  .sea-card .card-text p::after {
    content: ' ';
    display: block;
    position: absolute;
    background: #000 !important;
    opacity: 0.1;
    z-index: -2;
    width: 100%;
    top: 0;
    left: -7px;
    right: -7px;
    bottom: 0;
  }
  
  .contact-map{
      margin-left: 50%!important;
      margin-top: -370px!important;
      width:50%!important;
  }
  .contact-info{
      height: 260px!important;
      margin-top: -60px!important;
  }
  
}

/* .nm .card {
  max-width: 120%;
} */
.post-title-container {
  /* left: 0;
  right: 0; */
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  /* bottom: 0; */
  /* background: antiquewhite; */
}

.post-title-container .post-title {
  letter-spacing: 0.25rem;
  font-size: 3vw;
  line-height: 100%;
  border-bottom: 6px solid white;
  text-shadow: 2px 2px 12px rgba(0,0,0,0.25);
  /* text-shadow: -2px 6px 11px rgba(0,0,0,0.16); */
}

.carousel-indicators button {
  width: 10px !important;
  height: 10px !important;
  border-radius: 50%;
}

.intro-block {
  background-color: #D9F4F9;
  padding: 2em 0 2em 0 !important;
  color: black;
}

.info-column-left {
  font-size: 1.5em;
  color: #00B4DA;
}

.lesson-title {
  color: #00B4DA;
}

.lesson-title::before {
  content: ">";
  display: inline-block;
  font-weight: italic;
  position: absolute;
  left: -1.3rem;
  color: #00B4DA;
}

/* Pricing Cards */
.card sup {
  top: -1.2em;
  padding: 0 0.3em;
}

.carousel-image {
  /* height: 900px; */
  object-fit: cover;
}

.btn-lessons {
  background-color: #C5D300;
  color: white;
}

.btn-packages {
  background-color: #00B5DA;
  color: white;
}

.btn-equipment {
  background-color: #E94286;
  color: white;
}

.header-lessons {
  background-color: #F6F8D9 !important;
}
.header-packages {
  background-color: #D9F4F9 !important;
}
.header-equipment {
  background-color: #FCE3ED !important;
}

/* .post-title-container {
  background-color: rgba(0, 0, 0, 0.25);
} */

.pricing-card {
  background-color: #F6F4F4;
  border: 0 !important;
}

.pricing-card p {
  text-align: left !important;
  margin-bottom: 0;
}

.pricing-card .col-10 {
  text-align: left !important;
}


/* .packages-icons img {
  height: 120px;
} */
/* @media (min-width: 992px) {
  .d-grid.packages-grid {
    grid-template-columns: repeat(4, 1fr);
  }
} */
.email-form {
  background-color: #ECEFF1;
  height: 300px;
}

/* .email-form {
  width: 300px;
  margin: 0 auto;
} */

/* .input-container {
  display: flex;
  background-color: transparent;
  border-radius: 10px;
  border: 1px solid #ccc;
  overflow: hidden;
} */

.input-container {
  display: flex;
  background-color: transparent;
    /* border-radius: 10px;
  border: 1px solid #ccc; */
  /* overflow: hidden; */
  position: relative;
}

.email-input {
  flex-grow: 1;
  padding: 10px;
  border-radius: 10px;
  border: 2px solid black;

  /* outline: none; */
  background-color: transparent;
}

.input-container::after {
  /* content: url("data:image/svg+xml, %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 30 30' style='enable-background:new 0 0 30 30;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M29.6,0.2C29.4,0,29.2,0,28.9,0L0.4,12.3C0.2,12.4,0,12.6,0,12.8c0,0.2,0.1,0.5,0.2,0.6l9,7.1c0,0,0,0,0,0l0.1,5.2 c0,0.2,0.2,0.5,0.4,0.6c0.1,0.1,0.2,0.1,0.3,0.1c0.1,0,0.2,0,0.3-0.1l3.2-2.4l7.7,6.1c0.1,0.1,0.2,0.1,0.4,0.1c0.1,0,0.1,0,0.2,0 c0.2-0.1,0.3-0.2,0.4-0.4l7.5-28.8C29.8,0.6,29.8,0.3,29.6,0.2z M10.1,19.4C10.1,19.4,10.1,19.5,10.1,19.4l-8.2-6.4L26.6,2.5 L10.1,19.4z M10.5,24.5l-0.1-3l2,1.6L10.5,24.5z M21.4,28.4l-7.2-5.7c-0.1-0.1-0.2-0.2-0.3-0.2L11,20.3L28,2.8L21.4,28.4z'/%3E%3C/g%3E%3C/g%3E"); */
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpolygon points='0,0 20,10 0,20 0,10 15,10' fill='currentColor' /%3E%3C/svg%3E");
  position: absolute;
  right: 10px;
  top: 50%;
  /* border-radius: 10px;
  border: 1px solid #ccc; */
  transform: translateY(-50%);
}

.btn.btn-primary {
  background-color: #B3E9F4 !important;
  border-color: #B3E9F4 !important;
  color: black !important;
  /* border-color: #00B4DA; */
}

.contact-form input {
  background-color: #ECEFF1;
  border: 0;
}

.contact-info {
  background-color: #B3E9F4 !important;
}

.acf-map {
  width: 100%;
  height: 600px;
  border: #ccc solid 1px;
  margin: 20px 0;
}

.acf-map img {
 max-width: inherit !important;
}

#footer {
  background-color: #ECEFF1;
  min-height: 195px;
}

#footer .container {
  max-width: 970px;
}

.footer-text {
  @media screen and (max-width: 748px) {
    font-size: 13px;
  }
}
.footer-info {
  display: inline-block;
  width: 12px !important;
}

@media screen and (max-width: 748px) {
  .carousel-inner,
  .carousel-item {
    /* min-height: 600px !important; */
    /* width: unset !important; */
  }
}

@media screen and (max-width: 992px) {
  .navbar-nav {
    /* background: white; */
  }
  .navbar-toggler {
    background: white;
  }
}

.pricing-card .btn:hover {
  background-color: darkgray !important;
}

.sea-gallery img {
  filter: grayscale(100%);
  transition-duration:0.3s;
}

.sea-gallery img:hover {
  filter: none;
}

.swiper-pagination {
  top: 110% !important;
  z-index: 999999;
}

.swiper {
  overflow-y: visible;
}

.home-swiper, .home-swiper .swiper-wrapper {
  max-height: 200px !important;
}
.package-from {
  left: 20px;
}

.bla {
  background-color: white
}
.wpcf7 input, .wpcf7 textarea{
	padding: 10px 0 10px 10px;
	border: 2px solid #b3e9f4;
	transition-duration:0.3s;
}

.wpcf7 input:hover, .wpcf7 textarea:hover, .wpcf7 input:focus, .wpcf7 textarea:focus, .wpcf7 input:focus-visible, .wpcf7 textarea:focus-visible{
	border: 2px solid #00b4da;
}

.wpcf7 input[type=submit] {
    padding: 10px 30px;
    background: #00b4da;
    color: white;
    font-weight: 600;
}

@media screen and (max-width: 768px) {
    .email-form .w-50{
	width: 75%!important;
}
    .wpcf7 input, .wpcf7 textarea{
    	width:100%;
    }
    .article-content, #content > div.container-fluid.px-0.wrapper{
        overflow:hidden;
    }
    .row.my-auto.d-flex.align-items-center.gx-5 img {
	max-width:305px
    }
    .col-4.d-flex.align-items-center{
        width:initial;
    }
    section > div.article-body > div:nth-child(13) > div:nth-child(2) > div:nth-child(4) > div.col-8{
        margin-top:40px;
    }
    .page-template-page-packages .card-title, .page-template-page-sea .card-title, h1.post-title.text-white.text-uppercase.fw-bold, .fw-bolder, p.text-white.text-uppercase.fw-bold{
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
    }
    .post-title-container .post-title{
        font-size: calc(1.375rem + 1.5vw);
    }
    .postid-787 .post-title-container .post-title, .postid-1298 .post-title-container .post-title, .postid-269 .post-title-container .post-title{
    font-size: calc(0.8rem + 1vw);
    }
    .nav-main {
    background-color: white!important;
    }
}