/*------------COLOR----------------*/

h4 {
    color: #1e8e9f;
}

.carousel-caption h4 {
    color: #fff;
}
.btn-success {
    color: #fff;
    background-color: #0b6774;
    border-color: #6cbdc7;
}

.btn-success:hover {
    color: #fff;
    background-color: #0d545e;
    border-color: #52c4d5;
}
.video-hero {
  position: relative;
  width: 100%;
  height: 80vh; /* full screen */
  overflow: hidden;
  color: #fff;
}

/* Container fills the hero */
.video-hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* This wrapper lets us simulate object-fit: cover for iframe */
.video-hero__frame {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 56.25vw; /* 16:9 ratio based on width */
  max-height: 125vh;
  max-width: 220vh; /* 16:9 ratio based on height */
  transform: translate(-50%, -50%);
}

.video-hero__frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

/* Dark overlay */
.video-hero__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
}

/* Centered text */
.video-hero__content {
  position: relative;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 15px;
}

@media (max-width: 767px) {
  .video-hero {
    height: 30vh;
  }
  .video-hero__content h3 {
    font-size: 20px;
  }
}

.fGreen {
  background-color: #04242a;
}
.fdGreen {
  background-color: #041c20;
}
.lGreen {
  background-color: #26a3b5;
}
.lgGreen {
  background-color: #ecf3f4;
}
.bgWhite {
  background-color: #ffffff;
}
.txtwhite {
  color: #ffffff;
}
.txtblack {
  color: #041c20;
}
.txtgreen {
  color: #26a3b5;
}
a {
  color: inherit;
}
.brdbottom {
  border-bottom: 1px solid #26a3b5;
}

.bgFlower{
  background-image: url(../images/bgflower.webp);
  background-repeat: repeat;
  background-position: center center;
  background-attachment: fixed;
}

.brdRadius{
  border-radius: .25rem;
}

@media only screen and (max-width: 767px) {
  .navbar {
    padding: 0;
  }
  .navbar-brand {
    padding-left: 20px;
  }
  .navbar-toggler {
    margin-right: 20px;
  }
  .navbar-collapse {
    border-top: 1px solid #26a3b559;
  }
  .nav-link {
    text-align: center;
    padding-bottom: 15px;
    padding-top: 15px;
    border-bottom: 1px solid #26a3b559;
  }
}
/*--------------------------------*/

.navbar-toggler {
  background-color: #26a3b5;
  border: 1px solid #26a3b5;
}

li.nav-item {
    margin-left: 10px;
    margin-right: 10px;
}

/*--------------------------------------*/

// <weight>: Use a value from 100 to 900
// <uniquifier>: Use a unique and descriptive class name

.roboto-<uniquifier> {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

// <weight>: Use a value from 400 to 900
// <uniquifier>: Use a unique and descriptive class name

.cinzel-<uniquifier> {
  font-family: "Cinzel", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

body {
  font-size: 16px;
}
.pad10 {
  padding-bottom: 10px;
  padding-top: 10px;
}
.pad30 {
  padding-bottom: 30px;
  padding-top: 30px;
}
.pad60 {
  padding-bottom: 60px;
  padding-top: 60px;
}

.pad20{
  padding-right: 20px;
  padding-left: 20px;
}
.nopad {
  padding-left: 0px;
  padding-right: 0px;
}
.mar30 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.marb30 {
  margin-bottom: 30px;
}
.mart30 {
  margin-top: 30px;
}

h1 {
  font-size: clamp(2.9375rem, 2.7372rem + 0.8219vw, 3.3125rem);
}
h2 {
  font-size: clamp(2.4375rem, 2.2705rem + 0.6849vw, 2.75rem);
}
h3 {
  font-size: clamp(2.0625rem, 1.9289rem + 0.5479vw, 2.3125rem);
}
h4 {
  font-size: clamp(1.6875rem, 1.5539rem + 0.5479vw, 1.9375rem);
}
h5 {
  font-size: clamp(1.4375rem, 1.3707rem + 0.274vw, 1.5625rem);
}
h6 {
  font-size: clamp(1.1875rem, 1.1207rem + 0.274vw, 1.3125rem);
}
p, li {
  font-size: clamp(1rem, 0.9332rem + 0.274vw, 1.125rem);
}
.small {
  font-size: clamp(0.8125rem, 0.7457rem + 0.274vw, 0.9375rem);
}
.xsmall {
  font-size: clamp(0.6875rem, 0.6541rem + 0.137vw, 0.75rem);
}

body.menu-open {
  overflow-y: hidden;
}
.note{
    font-color:red;
}

#mrova-feedback .btn-danger {
    color: #fff;
    background-color: #041c20;
    border-color: #26a3b5;
        font-family: "Cinzel", serif;
}


@media (min-width:768px){
.tPhone a, address a{
    pointer-events: auto !important;
}
}