:root {
  --color-primary: #d00a2d;
  --color-secondary: #032169;
  --color-light: #b2b2b2;
}

.header-search {
  display: none;
}

h1 {
  color: #333 !important;
}

#c6052 {
  text-align: center;
  font-style: italic;
}

body {
  padding-top: 0;
}

body.sticky-nav .secondary-nav-outer, body .secondary-nav-outer {
  max-height: 90px !important;
  opacity: 1 !important;
  visibility: visible !important;
  padding-top: 0rem !important;
}

header .navbar-brand img {
  transform: scale(0.7) !important;
}

#c6064,
#c6072 {
  box-shadow: 0 0.5rem 1.5625rem rgba(0, 0, 0, 0.1);
}

header {
  border: none;
}
header * {
  border: none;
}
header hr {
  display: none;
}
header nav .lang-select {
  display: none !important;
  visibility: hidden;
  pointer-events: none;
}
header .secondary-nav .nav-item .nav-link {
  color: var(--color-primary);
}
header .secondary-nav .nav-item .nav-link:hover {
  color: var(--color-secondary);
}
header .primary-nav-outer {
  display: none;
}

body > header > nav > div > div > div.col-12.d-none.d-xl-block.col-lg-10 > div {
  align-items: center;
  height: 100%;
}

footer .footer-nav.secondary-nav {
  display: none;
  visibility: hidden;
  pointer-events: none;
}

.scrollToTop-outer {
  background-color: #f2f2f2;
}

nav.pushy .pushy-content-inner {
  display: none;
  visibility: hidden;
  pointer-events: none;
}
nav.pushy hr:not(hr:last-of-type) {
  display: none;
}

main .frame-type-menu_section {
  display: none;
  visibility: hidden;
  pointer-events: none;
}

.gizeh-kids-carousel {
  max-width: 800px;
  margin: auto;
}
.gizeh-kids-carousel img {
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 600px;
  -o-object-position: center;
     object-position: center;
}

.gizeh-kids-table {
  max-width: 800px;
  padding-left: 15px;
  padding-right: 15px;
}
.gizeh-kids-table .row {
  border-bottom: 1px solid #f2f2f2;
}
.gizeh-kids-table .row p {
  font-size: 1rem;
}

@media screen and (max-width: 576px) {
  .gizeh-kids-table .row p {
    font-size: 0.9rem;
  }
}
.photo-gallery {
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
}
.photo-gallery .image-row {
  flex-wrap: wrap;
  visibility: hidden;
  opacity: 0;
  height: 0;
  transition: all 250ms;
}
.photo-gallery .image-row.active {
  opacity: 1;
  visibility: visible;
  height: auto;
}
.photo-gallery .image-row img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  padding: 5px;
}
.photo-gallery button {
  padding-right: 3rem !important;
  padding-left: 3rem;
}
.photo-gallery button::after {
  display: none;
  text-align: center;
}

@media screen and (min-width: 1800px) {
  .slick-slide img {
    top: -100px;
  }
}
.header-slider-outer {
  height: 100%;
  max-height: 673px;
  overflow: clip;
  position: relative;
}
.header-slider-outer .slick-slider,
.header-slider-outer .slick-slider *:not(img) {
  max-height: inherit;
  height: 100%;
}
.header-slider-outer .title {
  filter: drop-shadow(0px 4px 6px black);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  margin: auto;
  z-index: 1;
  color: white;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  font-size: clamp(20px, 10vw, 80px);
}

.teaserboxes .teaserbox {
  max-width: 30%;
}
.teaserboxes .teaserbox p,
.teaserboxes .teaserbox h3 {
  text-align: center;
}
.teaserboxes .teaserbox img {
  width: 100%;
  height: auto;
  max-height: 300px;
  min-height: 260px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 992px) {
  .header-slider-outer {
    max-height: 500px;
  }
  .teaserboxes .teaserbox {
    max-width: 49%;
  }
}
@media screen and (max-width: 475px) {
  .teaserboxes .teaserbox {
    max-width: 100%;
  }
}/*# sourceMappingURL=gizeh-kids.css.map */