/**
* Template Name: Sailor - v4.10.0
* Template URL: https://bootstrapmade.com/sailor-free-bootstrap-theme/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
@font-face {
  font-family: 'HarabaraMaisDemo';
  src: url('../font/HarabaraMaisDemo.otf');
}

body {
  font-family: "Open Sans", sans-serif;
  color: #eaeaea;
  background-color: #2e3339;
}

a {
  text-decoration: none;
  color: #eaeaea;
}

a:hover {
  color: #ffcc00;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'HarabaraMaisDemo';
}

hr {
  border-top: 1px solid;
  opacity: 0.5;
  color: #eaeaea;
  margin: 0 0 10px 0;
}

p {
  text-align: justify;
}

/* fullcalendar */
.fc-scrollgrid-section-header .fc-day-mon,
.fc-scrollgrid-section-header .fc-day-tue,
.fc-scrollgrid-section-header .fc-day-wed,
.fc-scrollgrid-section-header .fc-day-thu,
.fc-scrollgrid-section-header .fc-day-fri,
.fc-scrollgrid-section-header .fc-day-sun,
.fc-scrollgrid-section-header .fc-day-sat {
  background: #003399dd;
  color: #eaeaea;
  font-weight: normal;
}

.fc .fc-daygrid-day.fc-day-today {
  background-color: #ffc107;
}

.fc-daygrid-bg-harness .fc-highlight {
  background: #2152b3;
}

/* offcanvas */
.offcanvas-header,
.modal-header {
  background-color: #003399dd;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #ffcc00;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #003399;
  line-height: 0;
}

.back-to-top:hover {
  background: #ffdd00;
  color: #003399;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background-color: #003399dd;
  transition: all 0.5s;
  z-index: 997;
}

#header.header-scrolled {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#header.header-inner-pages {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#header .logo {
  font-size: 24px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.5s;
}

#header .logo a {
  color: #556270;
}

#header .logo img {
  max-height: 70px;
  position: fixed;
  top: 10px;
  transition: all 0.5s;
}

#header .logo.logo-scrolled img {
  top: 5px;
  transform: scale(0.9);
}

#header .logo h4 {
  position: fixed;
  margin: 0 0 0 90px;
  transition: all 0.5s;
  color: #eaeaea;
}

#header .logo.logo-scrolled h4 {
  margin: -1px 0 0 78px;
  transform: scale(0.8);
}

@media(max-width:1200px) {
  #header .logo h4 {
    font-size: 18px;
    margin: 5px 0 0 90px;
  }

  #header .logo.logo-scrolled h4 {
    margin: 3px 0 0 82px;
    transform: scale(0.9);
  }
}

@media(max-width:991px) {
  #header .logo h4 {
    font-size: 24px;
    margin: 0 0 0 90px;
  }

  #header .logo.logo-scrolled h4 {
    margin: -2px 0 0 77px;
    transform: scale(0.8);
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 20px 0 3px 0;
  transition: all 0.5s;
}

.navbar.navbar-scrolled {
  padding: 15px 0 1px 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-family: 'HarabaraMaisDemo';
  font-size: 15px;
  font-weight: 500;
  color: #eaeaea;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #ffcc00;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  right: 0;
  top: calc(100% + 30px);
  margin: 5px 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #2b3035ee;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 15px;
  text-transform: none;
  font-weight: 400;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #ffcc00;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #eaeaea;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
  padding: 10px 0 5px 0;
}

.mobile-nav-toggle.bi-x {
  color: #eaeaea;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(63, 73, 83, 1);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  padding: 10px 0;
  background-color: #2b3035ee;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile .menu-header{
  background: #003399dd;
  margin: -10px 0 30px 0;
  padding-bottom: 40px;
}

.navbar-mobile img {
  max-height: 70px;
  position: fixed;
  top: 20px;
  margin: -10px 0 0 -8px;
}

.navbar-mobile h4{
  font-size: 24px;
  position: fixed;
  top: 33px;
  margin-left: 82px;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #eaeaea;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #ffcc00;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #2b3035;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #ffcc00;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg,
.services .icon-box {
  background-color: #212529;
}

.section-title {
  padding-bottom: 40px;
}

.section-title h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #aaaaaa;
  font-family: 'HarabaraMaisDemo';
}

.section-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: #e6636a;
  margin: 4px 10px;
}

.section-title p {
  margin: 0;
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: 'HarabaraMaisDemo';
  color: #556270;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 18px 0;
  background: #212529;
  min-height: 40px;
  margin-top: 70px;
}

.breadcrumbs h2 {
  font-size: 32px;
  font-weight: 300;
  margin: 0;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6b7b8d;
  content: "/";
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 58px;
  }

  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs h2 {
    margin-bottom: 10px;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 60px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.about .content h3 {
  font-weight: 500;
  line-height: 32px;
  font-size: 24px;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding: 10px 0 0 50px;
  position: relative;
}

.about .content ul i {
  left: 0;
  top: 7px;
  position: absolute;
  font-size: 32px;
  color: #eaeaea;
}

.about .content p:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .about .content h1 {
    font-size: 24px;
  }

  .about .content h3 {
    font-size: 18px;
  }

  .about .content ul li {
    padding: 10px 0 0 40px;
    font-size: 14px;
    text-align: justify;
  }

  .about .content ul i {
    font-size: 24px;
  }

  .about .content p {
    font-size: 14px;
  }
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
  padding: 15px 0;
  text-align: center;
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features {
  overflow: hidden;
}

.features .nav-tabs {
  border: 0;
}

.features .nav-link {
  border: 0;
  padding: 12px 15px 12px 0;
  transition: 0.3s;
  color: #eaeaea;
  border-radius: 0;
  border-right: 2px solid #eaeaea;
  font-weight: 600;
  font-size: 15px;
}

.features .nav-link:hover {
  color: #ffcc00;
}

.features .nav-link.active {
  color: #ffcc00;
  border-color: #ffcc00;
  background-color: #003399dd;
}

.features .tab-pane.active {
  -webkit-animation: fadeIn 0.5s ease-out;
  animation: fadeIn 0.5s ease-out;
}

.features .details h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #eaeaea;
}

.features .details p {
  color: #eaeaea;
}

.features .details p:last-child {
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .features .nav-link {
    border: 0;
    padding: 15px;
  }

  .features .nav-link.active {
    color: #ffcc00;
    background: #003399dd;
  }
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq .faq-item {
  margin: 20px 0;
  padding: 20px 0;
  border-bottom: 1px solid white;
}

.faq .faq-item i {
  color: #dee2e6;
  font-size: 20px;
  float: left;
  line-height: 0;
  padding: 13px 0 0 0;
  margin: 0;
}

.faq .faq-item h4 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  margin: 0 0 10px 28px;
  font-family: 'HarabaraMaisDemo';
}

.faq .faq-item p {
  font-size: 15px;
}

@media (max-width: 768px) {

  .faq p,
  .faq ul li {
    font-size: 14px;
  }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  width: 100%;
}

.contact .info i {
  font-size: 32px;
  color: #556270;
  float: left;
  width: 44px;
  height: 44px;
  background: #eaeaea;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #eaeaea;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #eaeaea;
}

/* .contact .info .email,
.contact .info .phone {
  margin-top: 40px;
} */

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
  background: #556270;
  color: #eaeaea;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@media (max-width: 768px) {
  .contact .info i {
    font-size: 22px;
    width: 38px;
    height: 38px;
  }

  .contact .info h4 {
    font-size: 16px;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #003399dd;
  padding: 0 0 30px 0;
  color: #ffcc00;
  font-size: 14px;
}

#footer .footer-top {
  background: #2e3339;
  padding: 60px 0 30px 0;
}

#footer .footer-top img {
  width: 300px;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.gallery .card {
  overflow: hidden;
}

.gallery a img {
  width: 100%;
  object-fit: cover;
  object-position: top;
  transition: all 0.5s;
}

.gallery a img:hover {
  transform: scale(1.05);
}

.about-page,
.cart-page,
.contact-page,
.event-page,
.faq-page,
.gallery-page,
.user-page {
  min-height: 90vh;
}

/*--------------------------------------------------------------
# Login & Register
--------------------------------------------------------------*/
#login .content,
#register .content {
  background-color: #2b3035;
}

#login .content #register,
#register .content #login {
  text-decoration: underline;
  font-size: large;
  font-family: 'HarabaraMaisDemo';
}

#login .content #btnLogin,
#login .content #btnLoginGoogle,
#register .content #btnRegister {
  font-family: 'HarabaraMaisDemo';
}

/*--------------------------------------------------------------
# Booking
--------------------------------------------------------------*/
.booking {
  padding: 35px 0;
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 1;
  background-color: #212529bb;
}

/*--------------------------------------------------------------
# Banner
--------------------------------------------------------------*/
@media(min-width:1366px) {
  #banner {
    height: 100vh;
  }
}

@media (max-width: 992px) {
  #carouselBanner {
    padding-top: 65px;
  }
}

.carousel-control-next,
.carousel-control-prev {
  width: 10%;
}

/*--------------------------------------------------------------
# Datatables
--------------------------------------------------------------*/
.dataTables_info,
.page-link {
  font-size: 13px;
}

#orderData button {
  font-size: 13px;
}

/*--------------------------------------------------------------
# Cart
--------------------------------------------------------------*/
.cart-page .detail-info {
  font-size: 14px;
}

#dataBoard table {
  font-size: 10px;
}