/*!
Theme Name: Elbark Cruises
Theme URI: http://underscores.me/
Author: Komang Paris
Author URI: http://mamangkebun.com
Description: Themes custom for Elbark Cruises
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: elbark-cruises
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Elbark Cruises is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

@import url("https://fonts.googleapis.com/css2?family=Ovo&family=Work+Sans:ital,wght@0,100;0,200;0,300;1,100;1,200;1,300&display=swap");

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Ovo", serif;
  /* color: #222d52!important; */
  font-weight: 600;
}

h1.sub-title,
h2.sub-title {
  color: #222d52 !important;
}

body {
  font-family: "Work Sans", sans-serif;
  font-size: 1.2rem;
}

p {
  line-height: 2;
}

.hero {
  min-height: 100vh;
}

.hero-video {
  position: relative;
  background-color: black;
  height: 100vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

.hero-video video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.hero-image {
  position: relative;
  background-color: black;
  height: 100vh;
  min-height: 75vh;
  width: 100%;
  overflow: hidden;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 1;
}

.mynavbar {
  background-color: rgba(34, 45, 82, 0.8);
  /* background-color: #222d52; */
  backdrop-filter: blur(4px);
}

.mynavbar .nav-link {
  text-transform: uppercase;
  font-weight: 400;
  color: #fff;
}

.navbar-nav a.nav-link:last-child {
  background-color: #d2b589;
  color: #fff !important;
  border-radius: 5rem;
}

.navbar-nav a.nav-link:last-child:hover {
  background-color: #000;
  border-radius: 5rem;
}

.navbar-nav .nav-link {
  color: #fff;
}

.mynavbar .offcanvas {
  height: 100vh;
}

.nav-link {
  font-family: "Ovo", serif;
  text-transform: uppercase;
}

.nav-link:focus,
.nav-link:hover {
  color: #d2b589 !important;
  font-weight: 600;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: #d2b589 !important;
  font-weight: 600;
}

.kotak-0 .table tr:nth-child(2) {
  border-bottom: 1px solid #dee2e6;
}

.kotak-0 .table tr:nth-child(4) {
  border-bottom: 1px solid #dee2e6;
}

.multi #myCarousel-0 {
  --f-carousel-spacing: 1rem;
  --f-carousel-slide-width: calc((100% - 16px) / 3);
}

.forminator-button-submit {
  background-color: #d2b589 !important;
  color: #fff !important;
}

/* tablet */
@media (max-width: 768px) {
  .mynavbar .nav-link {
    font-size: 2rem;
    text-align: center;
    color: #000;
  }
  .navbar-nav .nav-link {
    color: #000;
  }

  .multi #myCarousel-0 {
    --f-carousel-spacing: 1rem;
    --f-carousel-slide-width: calc((100% - 5px) / 1);
  }
}
