/* font-family: 'Mrs Saint Delafield', cursive; */

.container-fluid {
  max-width: 1740px;
}
.bg-primary {
  background-color: var(--color-primary) !important;
}
.bg-secondary {
  background-color: var(--color-secondary) !important;
}
.text-primary {
  color: var(--color-primary) !important;
}
.text-secondary {
  color: var(--color-secondary) !important;
}
.fw-medium {
  font-weight: 500;
}
.border {
  border: 4px solid #ffd312 !important;
}
h3,
h4 {
  text-transform: uppercase;
}
header#header {
  z-index: 99999;
  margin-bottom: -200px;
  position: relative;
}
/* .slide {
  position: relative;
  top: -200px;
  z-index: 999;
} */
.btn-primary {
  background-color: transparent;
  color: #000;
  border: 2px solid var(--color-primary) !important;
}
.btn-primary:hover {
  border: 2px solid var(--color-secondary) !important;
}
.slide .slide-text .btn-primary {
  background-color: transparent;
  color: #fff !important;
  border: 1px solid #ffff !important;
}
.slide .slide-text .btn-primary:hover {
  color: #fff;
  border: 1px solid var(--color-primary) !important;
}
.btn {
  border-radius: 0;
  padding: 10px 30px;
  text-transform: uppercase;
}
.slide .slide-text {
  position: absolute;
  bottom: 0;
  color: #fff;
  z-index: 99;
  background-color: transparent;
  width: fit-content;
  padding: 30px;
  transform: translate(-50%, -50%) !important;
  left: 50%;
  top: 50%;
}
.banner-text {
  position: absolute;
  bottom: 0;
  color: #fff;
  z-index: 99;
  background-color: transparent;
  width: fit-content;
  padding: 30px;
  transform: translate(-50%, -50%) !important;
  left: 50%;
  top: 50%;
  text-align: center;
}
.banner-text h1 {
  color: #fff;
  font-size: 100px;
}
.banner-text h2 {
  color: #fff;
}
.footer-middle a {
  color: var(--fm-link-color);
  text-transform: capitalize;
}

.upper-footer-bg {
  background-image: url(../img/footer-upper-bg.jpg);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100%;
  padding: 150px 0;
  border-top: 3px solid #ffd312;
  border-bottom: 3px solid #ffd312;
}
.upper-footer-bg h2 {
  font-family: "Mrs Saint Delafield", cursive;
  font-size: 100px;
}

.slide .slide-text h1 {
  font-family: "Mrs Saint Delafield", cursive;
  font-weight: 400;
  font-size: 120px;
  border-bottom: 2px solid var(--color-primary);
}

.home-top h2 {
  font-family: "Mrs Saint Delafield", cursive;
  font-weight: 400;
  font-size: 100px;
}
.home-top {
  border-top: 4px solid #ffd312;
  border-bottom: 4px solid #ffd312;
}

/* soh */

.photo-gallery header#header,.reviews header#header,.cookie-policy header#header,.privacy-policy header#header,.terms-conditions header#header ,.blog header#header {
    z-index: 99999;
    margin-bottom: 0;
    position: inherit;
    background-color: #000;
}



section.testimonials_section.py-5 {
  background-image: url(../img/reviews-bg.jpg);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 40% 100%;
}
.wide_range {
  background-color: #0000009e;
  padding: 8px;
}
.border-bottom {
  border-bottom: 3px solid #ffd312 !important;
  display: inline;
}
.menuborder_bottom {
  border-bottom: 3px solid #ffd312 !important;
}
.popular-menu .card-text {
    background: #000000a6;
    padding: 5px 10px;
    display: inline-block;
    position: relative;
    bottom: 78px;
    color: #fff;
}
.popular-menu .card-text:hover {
  background: var(--color-secondary);
}
.popular-menu .card-text h4 {
  color: #fff;
}
.popular-menu .hr {
  border-bottom: 2px solid #ffd312;
  width: 100px;
  position: absolute;
  bottom: -20px;
  transform: translate(-50%, -50%);
  left: 50%;
}

@media (max-width: 1199px) {
  .navbar a:hover,
  .navbar a:hover,
  .navbar .active,
  .navbar .active:focus,
  .navbar li:hover > a {
    color: var(--mobile-nav-hover-color);
    background: #000;
  }
}
@media (min-width: 992px) {
  .menu-list-section {
    background-image: url(../img/popular-bg.jpg);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 40% 100%;
  }
}

@media (min-width: 1300px) {
  .banner-text {
    left: 50%;
    top: 60%;
  }
}
@media (max-width: 1440px) {
  .slide .slide-text h1 {
    font-size: 90px;
  }
}
@media (max-width: 991px) {
  .slide .slide-text h1 {
    font-size: 70px;
  }
  .upper-footer-bg {
    background: #000;
  }
  .logo img {
    width: 150px;
  }
  .menu-list-section {
    background-image: none;
  }
  .home-top h2 {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 25px;
  }
  header#header {
    z-index: 99999;
    margin-bottom: auto;
    height: 110px;
    position: inherit;
    background-color: #000;
  }
  .slide .slide-text {
    position: inherit;
    bottom: 0;
    color: #fff;
    z-index: 99;
    background-color: #000;
    width: auto;
    padding: 0;
    transform: translate(0) !important;
  }
  .slide .container {
    background-color: #000;
    padding: 15px;
  }
  .slide {
    position: relative;
    background: #000;
  }
  section.testimonials_section.py-5 {
    background-image: none;
    background-color: #ddd;
  }
}
